diff --git a/.github/workflows/nightly_build.yml b/.github/workflows/nightly_ci_build.yml similarity index 93% rename from .github/workflows/nightly_build.yml rename to .github/workflows/nightly_ci_build.yml index 733df177..ac8d39e1 100644 --- a/.github/workflows/nightly_build.yml +++ b/.github/workflows/nightly_ci_build.yml @@ -1,11 +1,11 @@ name: nightly_build on: - # push: - schedule: + push: + # schedule: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule # 5:24 am UTC (11:24pm MDT the day before) every weekday night in MDT - - cron: '24 5 * * 2-6' + # - cron: '24 5 * * 2-6' env: # Favor_Local_Gems enforces develop branch of all Ruby dependencies @@ -23,7 +23,7 @@ jobs: # https://github.com/rbenv/ruby-build/discussions/1940 runs-on: ubuntu-latest container: - image: docker://nrel/openstudio:3.5.1 + image: docker://nrel/openstudio:3.6.1 steps: - uses: actions/checkout@v3 - name: Set up Python @@ -45,7 +45,8 @@ jobs: - name: Upload artifacts # Save results for examination - useful for debugging uses: actions/upload-artifact@v3 - if: failure() # Only upload if rspec fails + # Only upload if rspec fails + if: failure() with: name: rspec_results path: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ccb8ae8..c237aa83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## Version 0.10.0 +Date Range: 06/14/22 - 7/20/23 + +- Update dependencies for OpenStudio 3.6.1 +- Update license and references to the license file +- Add badge for GHA CI nightly build status +- Fixed [#424]( https://github.com/urbanopt/urbanopt-cli/pull/424 ), allow geojson file type as well as json for feature files +- Fixed [#425]( https://github.com/urbanopt/urbanopt-cli/pull/425 ), Update gmt version + ## Version 0.9.3 Date Range: 04/11/23 - 06/14/23: @@ -21,12 +30,12 @@ Date Range: 12/14/22 - 01/05/23: Date Range: 07/07/22 - 12/13/22: - Fixed [#305]( https://github.com/urbanopt/urbanopt-cli/issues/305 ), Expand RNM to OpenDSS connection -- Fixed [#330]( https://github.com/urbanopt/urbanopt-cli/issues/330 ), Create a UO CLI command to install DISCO +- Fixed [#330]( https://github.com/urbanopt/urbanopt-cli/issues/330 ), Create a UO CLI command to install DISCO - Fixed [#331]( https://github.com/urbanopt/urbanopt-cli/issues/331 ), Install Miniconda Python, pip, and Python dependencies within urbanopt installation - Fixed [#361]( https://github.com/urbanopt/urbanopt-cli/issues/361 ), CLI command to update an existing project to latest URBANopt version - Fixed [#380]( https://github.com/urbanopt/urbanopt-cli/issues/380 ), Better error handling of uo create command - New Feature - Initial DISCO integration -- CLI command for Class Project creation +- CLI command for Class Project creation - Added RNM flag to OpenDSS command for processing RNM-US DSS files - New Feature - 3 GEB scenarios: add chilled water storage, EPD reduction during Peak Hours, Adjust Thermostat during Peak Hours - Updated dependencies for OpenStudio 3.5.0 and HPXML 1.5.0 diff --git a/Gemfile b/Gemfile index 3412cd39..b904ca83 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,11 @@ gemspec # checkout the latest version (develop) from github. allow_local = ENV['FAVOR_LOCAL_GEMS'] +# pin this dependency to avoid unicode_normalize error +gem 'addressable', '2.8.1' +# pin this dependency to avoid using racc dependency (which has native extensions) +gem 'parser', '3.2.2.2' + # Uncomment (and modify path/branch) if you need to test local development versions. Otherwise # these are included in the gemspec file # @@ -22,13 +27,10 @@ allow_local = ENV['FAVOR_LOCAL_GEMS'] # if allow_local && File.exist?('../urbanopt-scenario-gem') # gem 'urbanopt-scenario', path: '../urbanopt-scenario-gem' -# TODO: COMMENT OUT AFTER RELEASE OF GEM # elsif allow_local -# gem 'urbanopt-scenario', github: 'URBANopt/urbanopt-scenario-gem', branch: 'develop' +# gem 'urbanopt-scenario', github: 'URBANopt/urbanopt-scenario-gem', branch: 'develop' # end -# TODO : Uncomment to revert changes once gem is released - # if allow_local && File.exist?('../urbanopt-geojson-gem') # gem 'urbanopt-geojson', path: '../urbanopt-geojson-gem' # elsif allow_local @@ -47,7 +49,6 @@ allow_local = ENV['FAVOR_LOCAL_GEMS'] # gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'develop' # end - #if allow_local && File.exist?('../urbanopt-rnm-us-gem') # gem 'urbanopt-rnm-us', path: '../urbanopt-rnm-us-gem' # elsif allow_local diff --git a/LICENSE.md b/LICENSE.md index b43be1b9..5962a8b8 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,4 @@ -# License - -URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other +URBANopt (tm), Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -21,19 +19,24 @@ Redistribution of this software, without modification, must refer to the softwar by the same designation. Redistribution of a modified version of this software (i) may not refer to the modified version by the same designation, or by any confusingly similar designation, and (ii) must refer to the underlying software -originally provided by Alliance as “URBANopt”. Except to comply with the foregoing, -the term “URBANopt”, or any confusingly similar designation may not be used to +originally provided by Alliance as "URBANopt". Except to comply with the foregoing, +the term "URBANopt", or any confusingly similar designation may not be used to refer to any modified version of this software or any modified version of the underlying software originally provided by Alliance without the prior written consent of Alliance. -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. +The name of the copyright holder(s), any contributors, the United States Government, +the United States Department of Energy, or any of their employees may not be used to +endorse or promote products derived from this software without specific prior written +permission from the respective party. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) AND ANY CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL +THE COPYRIGHT HOLDER(S), ANY CONTRIBUTORS, THE UNITED STATES GOVERNMENT, OR THE UNITED STATES +DEPARTMENT OF ENERGY, NOR ANY OF THEIR EMPLOYEES, BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md index 0625eeec..27ea4499 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![Coverage Status](https://coveralls.io/repos/github/urbanopt/urbanopt-cli/badge.svg?branch=develop)](https://coveralls.io/github/urbanopt/urbanopt-cli?branch=develop) +[![nightly_build](https://github.com/urbanopt/urbanopt-cli/actions/workflows/nightly_build.yml/badge.svg)](https://github.com/urbanopt/urbanopt-cli/actions/workflows/nightly_build.yml) # URBANopt CLI @@ -6,7 +7,7 @@ This is the command line interface (CLI) for the URBANopt™ SDK. ## Installation (Using Ruby) -2 ) Using ruby add this line to your application's Gemfile: +Using ruby add this line to your application's Gemfile: ```ruby gem 'urbanopt-cli' diff --git a/Rakefile b/Rakefile index eff3559a..1df9141b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,41 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. - -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: - -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. - -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. - -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. - -# Redistribution of this software, without modification, must refer to the software -# by the same designation. Redistribution of a modified version of this software -# (i) may not refer to the modified version by the same designation, or by any -# confusingly similar designation, and (ii) must refer to the underlying software -# originally provided by Alliance as “URBANopt”. Except to comply with the foregoing, -# the term “URBANopt”, or any confusingly similar designation may not be used to -# refer to any modified version of this software or any modified version of the -# underlying software originally provided by Alliance without the prior written -# consent of Alliance. - -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-cli/blob/develop/LICENSE.md # ********************************************************************************* require 'bundler/gem_tasks' diff --git a/example_files/Gemfile b/example_files/Gemfile index 38e5d73e..0e28fd37 100644 --- a/example_files/Gemfile +++ b/example_files/Gemfile @@ -35,7 +35,7 @@ if allow_local && File.exist?('../openstudio-common-measures-gem') elsif allow_local gem 'openstudio-common-measures', github: 'NREL/openstudio-common-measures-gem', branch: 'develop' else - gem 'openstudio-common-measures', '~> 0.7.0' + gem 'openstudio-common-measures', '~> 0.8.0' end if allow_local && File.exist?('../openstudio-model-articulation-gem') @@ -43,7 +43,7 @@ if allow_local && File.exist?('../openstudio-model-articulation-gem') elsif allow_local gem 'openstudio-model-articulation', github: 'NREL/openstudio-model-articulation-gem', branch: 'develop' else - gem 'openstudio-model-articulation', '~> 0.7.0' + gem 'openstudio-model-articulation', '~> 0.8.0' end if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem') @@ -51,7 +51,7 @@ if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem') elsif allow_local gem 'openstudio-load-flexibility-measures', github: 'NREL/openstudio-load-flexibility-measures-gem', branch: 'develop' else - gem 'openstudio-load-flexibility-measures', '~> 0.6.1' + gem 'openstudio-load-flexibility-measures', '~> 0.7.0' end if allow_local && File.exist?('../openstudio-ee-gem') @@ -59,7 +59,7 @@ if allow_local && File.exist?('../openstudio-ee-gem') elsif allow_local gem 'openstudio-ee', github: 'NREL/openstudio-ee-gem', branch: 'develop' else - gem 'openstudio-ee', '~> 0.7.0' + gem 'openstudio-ee', '~> 0.8.0' end if allow_local && File.exist?('../openstudio-calibration-gem') @@ -67,7 +67,7 @@ if allow_local && File.exist?('../openstudio-calibration-gem') elsif allow_local gem 'openstudio-calibration', github: 'NREL/openstudio-calibration-gem', branch: 'develop' else - gem 'openstudio-calibration', '~> 0.7.0' + gem 'openstudio-calibration', '~> 0.8.0' end if allow_local && File.exist?('../../openstudio-geb') @@ -75,7 +75,7 @@ if allow_local && File.exist?('../../openstudio-geb') elsif allow_local gem 'openstudio-geb', github: 'LBNL-ETA/openstudio-geb-gem', branch: 'master' else - gem 'openstudio-geb', '~> 0.2.1' + gem 'openstudio-geb', '~> 0.3.2' end if allow_local && File.exists?('../urbanopt-geojson-gem') @@ -83,7 +83,7 @@ if allow_local && File.exists?('../urbanopt-geojson-gem') elsif allow_local gem 'urbanopt-geojson', github: 'URBANopt/urbanopt-geojson-gem', branch: 'develop' else - gem 'urbanopt-geojson', '~> 0.9.0' + gem 'urbanopt-geojson', '~> 0.10.0' end # NEVER put SCENARIO-GEM in this file...it will make all simulations fail due to the sqlite dependency @@ -94,5 +94,5 @@ if allow_local && File.exist?('../urbanopt-reporting-gem') elsif allow_local gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'develop' else - gem 'urbanopt-reporting', '~> 0.7.0' + gem 'urbanopt-reporting', '~> 0.8.0' end diff --git a/example_files/mappers/Baseline.rb b/example_files/mappers/Baseline.rb index a5154612..3c7dc2bb 100644 --- a/example_files/mappers/Baseline.rb +++ b/example_files/mappers/Baseline.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' @@ -391,55 +366,55 @@ def get_future_emissions_region(feature) # Options are: AZNMc, CAMXc, ERCTc, FRCCc, MROEc, MROWc, NEWEc, NWPPc, NYSTc, RFCEc, RFCMc, RFCWc, RMPAc, SPNOc, SPSOc, SRMVc, SRMWc, SRSOc, SRTVc, and SRVCc # egrid subregions can map directly to zipcodes but not to states. Some state might include multiple egrid subregions. the default mapper prioritize the egrid subregion that is most common in the state (covers the biggest number of zipcodes) future_emissions_mapping_hash = - { FL: 'FRCCc', # ['FRCCc', 'SRSOc'] - MS: 'SRMVc', # ['SRMVc', 'SRTVc'] - NE: 'MROWc', # ['MROWc', 'RMPAc'] - OR: 'NWPPc', - CA: 'CAMXc', # ['CAMXc', 'NWPPc'] - VA: 'SRVCc', # ['SRVCc', 'RFCWc', 'RFCEc'], - AR: 'SRMVc', # ['SRMVc', 'SPSOc'] - TX: 'ERCTc', # ['ERCTc', 'SRMVc', 'SPSOc', 'AZNMc'] - OH: 'RFCWc', - UT: 'NWPPc', - MT: 'NWPPc', # ['NWPPc', 'MROWc'] - TN: 'SRTVc', - ID: 'NWPPc', - WI: 'MROEc', # ['RFCWc', 'MROEc', 'MROWc'] - WV: 'RFCWc', - NC: 'SRVCc', - LA: 'SRMVc', - IL: 'SRMWc', # ['RFCWc', 'SRMWc'] - OK: 'SPSOc', - IA: 'MROWc', - WA: 'NWPPc', - SD: 'MROWc', # ['MROWc', 'RMPAc'] - MN: 'MROWc', - KY: 'SRTVc', # ['SRTVc', 'RFCWc'] - MI: 'RFCMc', # ['RFCMc', 'MROEc'] - KS: 'SPNOc', - NJ: 'RFCEc', - NY: 'NYSTc', - IN: 'RFCWc', - VT: 'NEWEc', - NM: 'AZNMc', # ['AZNMc', 'SPSOc'] - WY: 'RMPAc', # ['RMPAc', 'NWPPc'] - GA: 'SRSOc', - MO: 'SRMWc', # ['SRMWc', 'SPNOc'] - DC: 'RFCEc', - SC: 'SRVCc', - PA: 'RFCEc', # ['RFCEc', 'RFCWc'] - CO: 'RMPAc', - AZ: 'AZNMc', - ME: 'NEWEc', - AL: 'SRSOc', - MD: 'RFCEc', # ['RFCEc', 'RFCWc'] - NH: 'NEWEc', - MA: 'NEWEc', - ND: 'MROWc', - NV: 'NWPPc', # ['NWPPc', 'AZNMc'] - CT: 'NEWEc', - DE: 'RFCEc', - RI: 'NEWEc' } + { 'FL': 'FRCCc', # ['FRCCc', 'SRSOc'] + 'MS': 'SRMVc', # ['SRMVc', 'SRTVc'] + 'NE': 'MROWc', # ['MROWc', 'RMPAc'] + 'OR': 'NWPPc', + 'CA': 'CAMXc', # ['CAMXc', 'NWPPc'] + 'VA': 'SRVCc', # ['SRVCc', 'RFCWc', 'RFCEc'], + 'AR': 'SRMVc', # ['SRMVc', 'SPSOc'] + 'TX': 'ERCTc', # ['ERCTc', 'SRMVc', 'SPSOc', 'AZNMc'] + 'OH': 'RFCWc', + 'UT': 'NWPPc', + 'MT': 'NWPPc', # ['NWPPc', 'MROWc'] + 'TN': 'SRTVc', + 'ID': 'NWPPc', + 'WI': 'MROEc', # ['RFCWc', 'MROEc', 'MROWc'] + 'WV': 'RFCWc', + 'NC': 'SRVCc', + 'LA': 'SRMVc', + 'IL': 'SRMWc', # ['RFCWc', 'SRMWc'] + 'OK': 'SPSOc', + 'IA': 'MROWc', + 'WA': 'NWPPc', + 'SD': 'MROWc', # ['MROWc', 'RMPAc'] + 'MN': 'MROWc', + 'KY': 'SRTVc', # ['SRTVc', 'RFCWc'] + 'MI': 'RFCMc', # ['RFCMc', 'MROEc'] + 'KS': 'SPNOc', + 'NJ': 'RFCEc', + 'NY': 'NYSTc', + 'IN': 'RFCWc', + 'VT': 'NEWEc', + 'NM': 'AZNMc', # ['AZNMc', 'SPSOc'] + 'WY': 'RMPAc', # ['RMPAc', 'NWPPc'] + 'GA': 'SRSOc', + 'MO': 'SRMWc', # ['SRMWc', 'SPNOc'] + 'DC': 'RFCEc', + 'SC': 'SRVCc', + 'PA': 'RFCEc', # ['RFCEc', 'RFCWc'] + 'CO': 'RMPAc', + 'AZ': 'AZNMc', + 'ME': 'NEWEc', + 'AL': 'SRSOc', + 'MD': 'RFCEc', # ['RFCEc', 'RFCWc'] + 'NH': 'NEWEc', + 'MA': 'NEWEc', + 'ND': 'MROWc', + 'NV': 'NWPPc', # ['NWPPc', 'AZNMc'] + 'CT': 'NEWEc', + 'DE': 'RFCEc', + 'RI': 'NEWEc' } # get the state from weather file state = feature.weather_filename.split('_', -1)[1] @@ -459,55 +434,55 @@ def get_hourly_historical_emissions_region(feature) # Mapping is done using mapping tools from eGrid and AVERT (ZipCode for eGrid and fraction of state for AVERT). # Mapped based on the maps of each set of regions: hourly_historical_mapping_hash = - { FL: 'Florida', - MS: 'Midwest', - NE: 'Midwest', # MRWO could be Midwest / Central - OR: 'Northwest', - CA: 'California', - VA: 'Carolinas', - AR: 'Midwest', - TX: 'Texas', - OH: 'Midwest', # RFCW could be Midwest / Mid Atlantic - UT: 'Northwest', - MT: 'Northwest', - TN: 'Tennessee', - ID: 'Northwest', - WI: 'Midwest', - WV: 'Midwest', # RFCW could be Midwest / Mid Atlantic - NC: 'Carolinas', - LA: 'Midwest', - IL: 'Midwest', - OK: 'Central', - IA: 'Midwest', # MRWO could be Midwest / Central - WA: 'Northwest', - SD: 'Midwest', # MRWO could be Midwest / Central - MN: 'Midwest', # MRWO could be Midwest / Central - KY: 'Tennessee', - MI: 'Midwest', - KS: 'Central', - NJ: 'Mid-Atlantic', - NY: 'New York', - IN: 'Midwest', # RFCW could be Midwest / Mid Atlantic - VT: 'New England', - NM: 'Southwest', - WY: 'Rocky Mountains', - GA: 'SRSO', - MO: 'Midwest', - DC: 'Mid-Atlantic', - SC: 'Carolinas', - PA: 'Mid-Atlantic', - CO: 'Rocky Mountains', - AZ: 'Southwest', - ME: 'New England', - AL: 'Southeast', - MD: 'Mid-Atlantic', - NH: 'New England', - MA: 'New England', - ND: 'Midwest', # MRWO could be Midwest / Central - NV: 'Northwest', - CT: 'New England', - DE: 'Mid-Atlantic', - RI: 'New England' } + { 'FL': 'Florida', + 'MS': 'Midwest', + 'NE': 'Midwest', # MRWO could be Midwest / Central + 'OR': 'Northwest', + 'CA': 'California', + 'VA': 'Carolinas', + 'AR': 'Midwest', + 'TX': 'Texas', + 'OH': 'Midwest', # RFCW could be Midwest / Mid Atlantic + 'UT': 'Northwest', + 'MT': 'Northwest', + 'TN': 'Tennessee', + 'ID': 'Northwest', + 'WI': 'Midwest', + 'WV': 'Midwest', # RFCW could be Midwest / Mid Atlantic + 'NC': 'Carolinas', + 'LA': 'Midwest', + 'IL': 'Midwest', + 'OK': 'Central', + 'IA': 'Midwest', # MRWO could be Midwest / Central + 'WA': 'Northwest', + 'SD': 'Midwest', # MRWO could be Midwest / Central + 'MN': 'Midwest', # MRWO could be Midwest / Central + 'KY': 'Tennessee', + 'MI': 'Midwest', + 'KS': 'Central', + 'NJ': 'Mid-Atlantic', + 'NY': 'New York', + 'IN': 'Midwest', # RFCW could be Midwest / Mid Atlantic + 'VT': 'New England', + 'NM': 'Southwest', + 'WY': 'Rocky Mountains', + 'GA': 'SRSO', + 'MO': 'Midwest', + 'DC': 'Mid-Atlantic', + 'SC': 'Carolinas', + 'PA': 'Mid-Atlantic', + 'CO': 'Rocky Mountains', + 'AZ': 'Southwest', + 'ME': 'New England', + 'AL': 'Southeast', + 'MD': 'Mid-Atlantic', + 'NH': 'New England', + 'MA': 'New England', + 'ND': 'Midwest', # MRWO could be Midwest / Central + 'NV': 'Northwest', + 'CT': 'New England', + 'DE': 'Mid-Atlantic', + 'RI': 'New England' } # get the state from weather file state = feature.weather_filename.split('_', -1)[1] @@ -524,55 +499,55 @@ def get_annual_historical_emissions_region(feature) # Options are: AKGD, AKMS, AZNM, CAMX, ERCT, FRCC, HIMS, HIOA, MROE, MROW, NEWE, NWPP, NYCW, NYLI, NYUP, RFCE, RFCM, RFCW, RMPA, SPNO, SPSO, SRMV, SRMW, SRSO, SRTV, and SRVC # egrid subregions can map directly to zipcodes but not to states. Some state might include multiple egrid subregions. the default mapper prioritize the egrid subregion that is most common in the state (covers the biggest number of zipcodes) annual_historical_mapping_hash = - { FL: 'FRCC', - MS: 'SRMV', - NE: 'MROW', - OR: 'NWPP', - CA: 'CAMX', - VA: 'SRVC', - AR: 'SRMV', - TX: 'ERCT', - OH: 'RFCW', - UT: 'NWPP', - MT: 'NWPP', - TN: 'SRTV', - ID: 'NWPP', - WI: 'MROE', - WV: 'RFCW', - NC: 'SRVC', - LA: 'SRMV', - IL: 'SRMW', - OK: 'SPSO', - IA: 'MROW', - WA: 'NWPP', - SD: 'MROW', - MN: 'MROW', - KY: 'SRTV', - MI: 'RFCM', - KS: 'SPNO', - NJ: 'RFCE', - NY: 'NYCW', - IN: 'RFCW', - VT: 'NEWE', - NM: 'AZNM', - WY: 'RMPA', - GA: 'SRSO', - MO: 'SRMW', - DC: 'RFCE', - SC: 'SRVC', - PA: 'RFCE', - CO: 'RMPA', - AZ: 'AZNM', - ME: 'NEWE', - AL: 'SRSO', - MD: 'RFCE', - NH: 'NEWE', - MA: 'NEWE', - ND: 'MROW', - NV: 'NWPP', - CT: 'NEWE', - DE: 'RFCE', - RI: 'NEWE' } + { 'FL': 'FRCC', + 'MS': 'SRMV', + 'NE': 'MROW', + 'OR': 'NWPP', + 'CA': 'CAMX', + 'VA': 'SRVC', + 'AR': 'SRMV', + 'TX': 'ERCT', + 'OH': 'RFCW', + 'UT': 'NWPP', + 'MT': 'NWPP', + 'TN': 'SRTV', + 'ID': 'NWPP', + 'WI': 'MROE', + 'WV': 'RFCW', + 'NC': 'SRVC', + 'LA': 'SRMV', + 'IL': 'SRMW', + 'OK': 'SPSO', + 'IA': 'MROW', + 'WA': 'NWPP', + 'SD': 'MROW', + 'MN': 'MROW', + 'KY': 'SRTV', + 'MI': 'RFCM', + 'KS': 'SPNO', + 'NJ': 'RFCE', + 'NY': 'NYCW', + 'IN': 'RFCW', + 'VT': 'NEWE', + 'NM': 'AZNM', + 'WY': 'RMPA', + 'GA': 'SRSO', + 'MO': 'SRMW', + 'DC': 'RFCE', + 'SC': 'SRVC', + 'PA': 'RFCE', + 'CO': 'RMPA', + 'AZ': 'AZNM', + 'ME': 'NEWE', + 'AL': 'SRSO', + 'MD': 'RFCE', + 'NH': 'NEWE', + 'MA': 'NEWE', + 'ND': 'MROW', + 'NV': 'NWPP', + 'CT': 'NEWE', + 'DE': 'RFCE', + 'RI': 'NEWE' } # get the state from weather file state = feature.weather_filename.split('_', -1)[1] @@ -655,13 +630,6 @@ def create_osw(scenario, features, feature_names) rescue StandardError end - # Occupancy Calculation Type - args[:occupancy_calculation_type] = 'asset' - begin - args[:occupancy_calculation_type] = feature.occupancy_calculation_type - rescue StandardError - end - # Simulation Control args[:simulation_control_timestep] = 60 begin @@ -698,12 +666,14 @@ def create_osw(scenario, features, feature_names) rescue StandardError end args[:geometry_unit_num_floors_above_grade] = feature.number_of_stories_above_ground + args[:air_leakage_type] = 'unit exterior only' when 'Multifamily' args[:geometry_unit_type] = 'apartment unit' begin args[:geometry_building_num_units] = feature.number_of_residential_units rescue StandardError end + args[:air_leakage_type] = 'unit exterior only' end args[:geometry_num_floors_above_grade] = feature.number_of_stories_above_ground @@ -776,10 +746,19 @@ def create_osw(scenario, features, feature_names) rescue StandardError end -# args[:geometry_unit_num_occupants] = 'auto' + # Occupancy Calculation Type begin - args[:geometry_unit_num_occupants] = (feature.number_of_occupants / args[:geometry_building_num_units]).to_s - rescue StandardError + if feature.occupancy_calculation_type == 'operational' + # set args[:geometry_unit_num_occupants] + begin + args[:geometry_unit_num_occupants] = feature.number_of_occupants / args[:geometry_building_num_units] + rescue StandardError # number_of_occupants is not defined: assume equal to number of bedrooms + args[:geometry_unit_num_occupants] = args[:geometry_unit_num_bedrooms] + end + elsif feature.occupancy_calculation_type == 'asset' + # do not set args[:geometry_unit_num_occupants] + end + rescue StandardError # occupancy_calculation_type is not defined: do nothing, i.e., asset calculation end args[:geometry_average_ceiling_height] = 8.0 @@ -880,7 +859,7 @@ def create_osw(scenario, features, feature_names) if !template.nil? && template.include?('Residential IECC') captures = template.match(/Residential IECC (?\d+) - Customizable Template (?\w+) (?\d+)/) - template_vals = captures.names.zip(captures.captures).to_h + template_vals = Hash[captures.names.zip(captures.captures)] template_vals = template_vals.transform_keys(&:to_sym) epw = File.join(File.dirname(__FILE__), '../weather', feature.weather_filename) @@ -994,18 +973,18 @@ def create_osw(scenario, features, feature_names) default_args.each do |arg_name, arg_default| next if arg_default.nil? - if args.key?(arg_name) + if !args.key?(arg_name) + args[arg_name] = arg_default + else if debug - if arg_default.nil? - puts "Setting #{arg_name} to '#{args[arg_name]}'." - else + if !arg_default.nil? if args[arg_name] != arg_default puts "Overriding #{arg_name} default '#{arg_default}' with '#{args[arg_name]}'." end + else + puts "Setting #{arg_name} to '#{args[arg_name]}'." end end - else - args[arg_name] = arg_default end end diff --git a/example_files/mappers/ChilledWaterStorage.rb b/example_files/mappers/ChilledWaterStorage.rb index c0a83f2d..b02b4893 100644 --- a/example_files/mappers/ChilledWaterStorage.rb +++ b/example_files/mappers/ChilledWaterStorage.rb @@ -1,38 +1,14 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2022, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* + # Mapper created by LBNL using the measure from openstudio-geb gem # (https://github.com/LBNL-ETA/Openstudio-GEB-gem) # ********************************************************************************* require 'urbanopt/reporting' - +require 'openstudio/geb' require_relative 'Baseline' @@ -70,8 +46,10 @@ def create_osw(scenario, features, feature_names) # Secondary Loop Design Temperature Difference in degree C OpenStudio::Extension.set_measure_argument(osw, 'add_chilled_water_storage_tank', 'secondary_delta_t', 4.5) - # Seasonal Availability of Chilled Water Storage. Use MM/DD-MM/DD format, e.g., 04/01-10/31, default is full year. - OpenStudio::Extension.set_measure_argument(osw, 'add_chilled_water_storage_tank', 'thermal_storage_season', '01/01-12/31') + # Start date of availability of Chilled Water Storage. Use MM-DD format, e.g., 04-01. Default is 01-01. + OpenStudio::Extension.set_measure_argument(osw, 'add_chilled_water_storage_tank', 'thermal_storage_startdate', '01-01') + # End date of availability of Chilled Water Storage. Use MM-DD format, e.g., 10-31. Default is 12-31. + OpenStudio::Extension.set_measure_argument(osw, 'add_chilled_water_storage_tank', 'thermal_storage_enddate', '12-31') # Starting Time for Chilled Water Tank Discharge. Use 24 hour format (HH:MM) OpenStudio::Extension.set_measure_argument(osw, 'add_chilled_water_storage_tank', 'discharge_start', '08:00') # End Time for Chilled Water Tank Discharge. Use 24 hour format (HH:MM) diff --git a/example_files/mappers/ClassProject.rb b/example_files/mappers/ClassProject.rb index 5fe180d1..b8464fcf 100644 --- a/example_files/mappers/ClassProject.rb +++ b/example_files/mappers/ClassProject.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-cli/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' diff --git a/example_files/mappers/CreateBar.rb b/example_files/mappers/CreateBar.rb index fd27149c..78d67857 100644 --- a/example_files/mappers/CreateBar.rb +++ b/example_files/mappers/CreateBar.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' @@ -33,7 +8,6 @@ require 'openstudio/model_articulation' require 'openstudio/ee_measures' require 'openstudio/calibration' -require 'openstudio/geb' require 'json' diff --git a/example_files/mappers/EvCharging.rb b/example_files/mappers/EvCharging.rb index c0b36af2..02a3386a 100644 --- a/example_files/mappers/EvCharging.rb +++ b/example_files/mappers/EvCharging.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' diff --git a/example_files/mappers/FlexibleHotWater.rb b/example_files/mappers/FlexibleHotWater.rb index d31afeb7..05dd1a65 100644 --- a/example_files/mappers/FlexibleHotWater.rb +++ b/example_files/mappers/FlexibleHotWater.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' diff --git a/example_files/mappers/Floorspace.rb b/example_files/mappers/Floorspace.rb index c762e057..0220654c 100644 --- a/example_files/mappers/Floorspace.rb +++ b/example_files/mappers/Floorspace.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' diff --git a/example_files/mappers/HighEfficiency.rb b/example_files/mappers/HighEfficiency.rb index 8a1b4b32..3cd52f66 100644 --- a/example_files/mappers/HighEfficiency.rb +++ b/example_files/mappers/HighEfficiency.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' diff --git a/example_files/mappers/HighEfficiencyCreateBar.rb b/example_files/mappers/HighEfficiencyCreateBar.rb index d4cf610a..8cf09624 100644 --- a/example_files/mappers/HighEfficiencyCreateBar.rb +++ b/example_files/mappers/HighEfficiencyCreateBar.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' diff --git a/example_files/mappers/HighEfficiencyFloorspace.rb b/example_files/mappers/HighEfficiencyFloorspace.rb index 2dd1d4e4..4e7895ae 100644 --- a/example_files/mappers/HighEfficiencyFloorspace.rb +++ b/example_files/mappers/HighEfficiencyFloorspace.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' diff --git a/example_files/mappers/PeakHoursMelsShedding.rb b/example_files/mappers/PeakHoursMelsShedding.rb index 1d6a0f69..a1a0ec4d 100644 --- a/example_files/mappers/PeakHoursMelsShedding.rb +++ b/example_files/mappers/PeakHoursMelsShedding.rb @@ -1,37 +1,14 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* + # Mapper created by LBNL using the measure from openstudio-geb gem # (https://github.com/LBNL-ETA/Openstudio-GEB-gem) # ********************************************************************************* require 'urbanopt/reporting' +require 'openstudio/geb' require_relative 'Baseline' diff --git a/example_files/mappers/PeakHoursThermostatAdjust.rb b/example_files/mappers/PeakHoursThermostatAdjust.rb index 66332d38..575eae5c 100644 --- a/example_files/mappers/PeakHoursThermostatAdjust.rb +++ b/example_files/mappers/PeakHoursThermostatAdjust.rb @@ -1,37 +1,14 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* + # Mapper created by LBNL using the measure from openstudio-geb gem # (https://github.com/LBNL-ETA/Openstudio-GEB-gem) # ********************************************************************************* require 'urbanopt/reporting' +require 'openstudio/geb' require_relative 'Baseline' diff --git a/example_files/mappers/ThermalStorage.rb b/example_files/mappers/ThermalStorage.rb index e5beb40f..ee5dd7d5 100644 --- a/example_files/mappers/ThermalStorage.rb +++ b/example_files/mappers/ThermalStorage.rb @@ -1,38 +1,12 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-reopt-gem/blob/develop/LICENSE.md # ********************************************************************************* require 'urbanopt/reporting' require 'openstudio/common_measures' require 'openstudio/model_articulation' require 'openstudio/load_flexibility_measures' -require 'openstudio/geb' require_relative 'HighEfficiency' diff --git a/example_files/measures/BuildResidentialModel/measure.rb b/example_files/measures/BuildResidentialModel/measure.rb index 53dd5cbf..5d74d40a 100644 --- a/example_files/measures/BuildResidentialModel/measure.rb +++ b/example_files/measures/BuildResidentialModel/measure.rb @@ -2,15 +2,7 @@ # http://nrel.github.io/OpenStudio-user-documentation/measures/measure_writing_guide/ require 'openstudio' -if File.exist? File.absolute_path(File.join(File.dirname(__FILE__), '../../lib/resources/hpxml-measures/HPXMLtoOpenStudio/resources')) # Hack to run ResStock on AWS - resources_path = File.absolute_path(File.join(File.dirname(__FILE__), '../../lib/resources/hpxml-measures/HPXMLtoOpenStudio/resources')) -elsif File.exist? File.absolute_path(File.join(File.dirname(__FILE__), '../../resources/hpxml-measures/HPXMLtoOpenStudio/resources')) # Hack to run ResStock unit tests locally - resources_path = File.absolute_path(File.join(File.dirname(__FILE__), '../../resources/hpxml-measures/HPXMLtoOpenStudio/resources')) -elsif File.exist? File.join(OpenStudio::BCLMeasure.userMeasuresDir.to_s, 'HPXMLtoOpenStudio/resources') # Hack to run measures in the OS App since applied measures are copied off into a temporary directory - resources_path = File.join(OpenStudio::BCLMeasure.userMeasuresDir.to_s, 'HPXMLtoOpenStudio/resources') -else - resources_path = File.absolute_path(File.join(File.dirname(__FILE__), '../HPXMLtoOpenStudio/resources')) -end +resources_path = File.absolute_path(File.join(File.dirname(__FILE__), '../../resources/hpxml-measures/HPXMLtoOpenStudio/resources')) require File.join(resources_path, 'meta_measure') # start the measure @@ -115,9 +107,6 @@ def run(model, runner, user_arguments) # get file/dir paths resources_dir = File.absolute_path(File.join(File.dirname(__FILE__), '../../resources')) - meta_measure_file = File.join(resources_dir, 'meta_measure.rb') - require File.join(File.dirname(meta_measure_file), File.basename(meta_measure_file, File.extname(meta_measure_file))) - workflow_json = File.join(resources_dir, 'measure-info.json') # apply HPXML measures measures_dir = File.join(resources_dir, 'hpxml-measures') @@ -131,16 +120,16 @@ def run(model, runner, user_arguments) model.getTimestep.remove # either create units or get pre-made units - if args['hpxml_dir'].nil? + if args[:hpxml_dir].nil? units = get_unit_positions(runner, args) if units.empty? return false end else - hpxml_dir = File.join(File.dirname(__FILE__), "../../xml_building/#{args['hpxml_dir']}") + hpxml_dir = File.join(File.dirname(__FILE__), "../../xml_building/#{args[:hpxml_dir]}") if !File.exist?(hpxml_dir) - runner.registerError("HPXML directory #{File.expand_path(hpxml_dir)} was specified for feature ID = #{args['feature_id']}, but could not be found.") + runner.registerError("HPXML directory #{File.expand_path(hpxml_dir)} was specified for feature ID = #{args[:feature_id]}, but could not be found.") return false end @@ -152,7 +141,7 @@ def run(model, runner, user_arguments) end standards_number_of_living_units = units.size - if args['hpxml_dir'].nil? && args.key?('geometry_building_num_units') && (standards_number_of_living_units != Integer(args['geometry_building_num_units'])) + if args[:hpxml_dir].nil? && args.key?(:geometry_building_num_units) && (standards_number_of_living_units != Integer(args[:geometry_building_num_units])) runner.registerError("The number of created units (#{units.size}) differs from the specified number of units (#{standards_number_of_living_units}).") return false end @@ -162,9 +151,7 @@ def run(model, runner, user_arguments) measures = {} hpxml_path = File.expand_path("../#{unit['name']}.xml") - if unit.key?('hpxml_path') - FileUtils.cp(File.expand_path(unit['hpxml_path']), hpxml_path) - else + if !unit.key?('hpxml_path') # BuildResidentialHPXML measure_subdir = 'BuildResidentialHPXML' @@ -172,7 +159,7 @@ def run(model, runner, user_arguments) check_file_exists(full_measure_path, runner) measures[measure_subdir] = [] - measure_args = args.clone + measure_args = args.clone.collect { |k, v| [k.to_s, v] }.to_h measure_args['hpxml_path'] = hpxml_path begin measure_args['software_info_program_used'] = File.basename(File.absolute_path(File.join(File.dirname(__FILE__), '../../..'))) @@ -198,6 +185,8 @@ def run(model, runner, user_arguments) measure_args.delete('geometry_num_floors_above_grade') measures[measure_subdir] << measure_args + else + FileUtils.cp(File.expand_path(unit['hpxml_path']), hpxml_path) end # BuildResidentialScheduleFile @@ -209,14 +198,13 @@ def run(model, runner, user_arguments) measure_args = {} measure_args['hpxml_path'] = hpxml_path measure_args['hpxml_output_path'] = hpxml_path - measure_args['schedules_type'] = args['schedules_type'] - measure_args['schedules_random_seed'] = args['schedules_random_seed'] # variation by building; deterministic - if args['schedules_variation'] == 'unit' + measure_args['schedules_random_seed'] = args[:schedules_random_seed] # variation by building; deterministic + if args[:schedules_variation] == 'unit' measure_args['schedules_random_seed'] *= (unit_num + 1) # variation across units; deterministic end measure_args['output_csv_path'] = File.expand_path("../#{unit['name']}.csv") - measures[measure_subdir] << measure_args + measures[measure_subdir] << measure_args if args[:schedules_type] == 'stochastic' # only run BuildResidentialScheduleFile measure if stochastic; if smooth, don't run the measure # HPXMLtoOpenStudio measure_subdir = 'HPXMLtoOpenStudio' @@ -231,22 +219,23 @@ def run(model, runner, user_arguments) measures[measure_subdir] << measure_args - if !apply_child_measures(measures_dir, measures, runner, unit_model, workflow_json, "#{unit['name']}.osw", true) + # if !apply_child_measures(measures_dir, measures, runner, unit_model, workflow_json, "#{unit['name']}.osw", true) + if !apply_measures(measures_dir, measures, runner, unit_model, true, 'OpenStudio::Measure::ModelMeasure', "#{unit['name']}.osw") return false end # store metadata for default feature reports measure - standards_number_of_above_ground_stories = Integer(args['geometry_num_floors_above_grade']) - standards_number_of_stories = Integer(args['geometry_num_floors_above_grade']) - number_of_conditioned_stories = Integer(args['geometry_num_floors_above_grade']) - if ['UnconditionedBasement', 'ConditionedBasement'].include?(args['geometry_foundation_type']) + standards_number_of_above_ground_stories = Integer(args[:geometry_num_floors_above_grade]) + standards_number_of_stories = Integer(args[:geometry_num_floors_above_grade]) + number_of_conditioned_stories = Integer(args[:geometry_num_floors_above_grade]) + if ['UnconditionedBasement', 'ConditionedBasement'].include?(args[:geometry_foundation_type]) standards_number_of_stories += 1 - if ['ConditionedBasement'].include?(args['geometry_foundation_type']) + if ['ConditionedBasement'].include?(args[:geometry_foundation_type]) number_of_conditioned_stories += 1 end end - case args['geometry_unit_type'] + case args[:geometry_unit_type] when 'single-family detached' building_type = 'Single-Family Detached' when 'single-family attached' @@ -271,7 +260,7 @@ def run(model, runner, user_arguments) unit_model.getBuilding.setStandardsBuildingType('Residential') unit_model.getBuilding.setStandardsNumberOfAboveGroundStories(standards_number_of_above_ground_stories) unit_model.getBuilding.setStandardsNumberOfStories(standards_number_of_stories) - unit_model.getBuilding.setNominalFloortoFloorHeight(Float(args['geometry_average_ceiling_height'])) + unit_model.getBuilding.setNominalFloortoFloorHeight(Float(args[:geometry_average_ceiling_height])) unit_model.getBuilding.setStandardsNumberOfLivingUnits(standards_number_of_living_units) unit_model.getBuilding.additionalProperties.setFeature('NumberOfConditionedStories', number_of_conditioned_stories) @@ -344,16 +333,16 @@ def run(model, runner, user_arguments) def get_unit_positions(runner, args) units = [] - case args['geometry_unit_type'] + case args[:geometry_unit_type] when 'single-family detached' units << { 'name' => 'unit 1' } when 'single-family attached' - (1..args['geometry_building_num_units']).to_a.each do |unit_num| + (1..args[:geometry_building_num_units]).to_a.each do |unit_num| case unit_num when 1 units << { 'name' => "unit #{unit_num}", 'geometry_unit_left_wall_is_adiabatic' => true } - when args['geometry_building_num_units'] + when args[:geometry_building_num_units] units << { 'name' => "unit #{unit_num}", 'geometry_unit_right_wall_is_adiabatic' => true } else @@ -363,7 +352,7 @@ def get_unit_positions(runner, args) end end when 'apartment unit' - num_units_per_floor = (Float(args['geometry_building_num_units']) / Float(args['geometry_num_floors_above_grade'])).ceil + num_units_per_floor = (Float(args[:geometry_building_num_units]) / Float(args[:geometry_num_floors_above_grade])).ceil if num_units_per_floor == 1 runner.registerError("num_units_per_floor='#{num_units_per_floor}' not supported.") return units @@ -371,7 +360,7 @@ def get_unit_positions(runner, args) floor = 1 position = 1 - (1..args['geometry_building_num_units']).to_a.each do |unit_num| + (1..args[:geometry_building_num_units]).to_a.each do |unit_num| geometry_unit_orientation = 180.0 if position.even? geometry_unit_orientation = 0.0 @@ -396,14 +385,14 @@ def get_unit_positions(runner, args) geometry_unit_right_wall_is_adiabatic = false end - geometry_foundation_type = args['geometry_foundation_type'] - geometry_attic_type = args['geometry_attic_type'] + geometry_foundation_type = args[:geometry_foundation_type] + geometry_attic_type = args[:geometry_attic_type] - if Float(args['geometry_num_floors_above_grade']) > 1 + if Float(args[:geometry_num_floors_above_grade]) > 1 case floor when 1 geometry_attic_type = 'BelowApartment' - when args['geometry_num_floors_above_grade'] + when args[:geometry_num_floors_above_grade] geometry_foundation_type = 'AboveApartment' else geometry_foundation_type = 'AboveApartment' @@ -430,25 +419,6 @@ def get_unit_positions(runner, args) return units end - def get_measure_args_default_values(model, args, measure) - measure.arguments(model).each do |arg| - next unless arg.hasDefaultValue - - case arg.type.valueName.downcase - when 'boolean' - args[arg.name] = arg.defaultValueAsBool - when 'double' - args[arg.name] = arg.defaultValueAsDouble - when 'integer' - args[arg.name] = arg.defaultValueAsInteger - when 'string' - args[arg.name] = arg.defaultValueAsString - when 'choice' - args[arg.name] = arg.defaultValueAsString - end - end - end - def prefix_all_unit_model_objects(unit_model, unit) # EMS objects ems_map = {} diff --git a/example_files/measures/BuildResidentialModel/measure.xml b/example_files/measures/BuildResidentialModel/measure.xml index ec09535e..9afc20bf 100644 --- a/example_files/measures/BuildResidentialModel/measure.xml +++ b/example_files/measures/BuildResidentialModel/measure.xml @@ -1,10 +1,10 @@ - 3.0 + 3.1 build_residential_model 259dc35f-65e8-47d4-913f-69efede5a267 - b3c7ec2e-10f5-45d9-9a10-7527fec4565a - 20230105T165234Z + 62a1cfcd-d73a-4ea0-80e6-9c045acf63e7 + 2023-07-13T21:29:35Z 2C38F48B BuildResidentialModel Build Residential Model @@ -99,31 +99,51 @@ false - occupancy_calculation_type - Occupancy Calculation Type - The type of occupancy calculation type. If 'asset' is chosen, various end uses (e.g., clothes washer) are calculated using number of bedrooms and/or conditioned floor area. If 'operational' is chosen, end uses based on number of bedrooms are adjusted for the number of occupants. If not provided, the OS-HPXML default is used. + schedules_filepaths + Schedules: CSV File Paths + Absolute/relative paths of csv files containing user-specified detailed schedules. If multiple files, use a comma-separated list. + String + false + false + + + schedules_vacancy_period + Schedules: Vacancy Period + Specifies the vacancy period. Enter a date like "Dec 15 - Jan 15". Optionally, can enter hour of the day like "Dec 15 2 - Jan 15 20" (start hour can be 0 through 23 and end hour can be 1 through 24). + String + false + false + + + schedules_power_outage_period + Schedules: Power Outage Period + Specifies the power outage period. Enter a date like "Dec 15 - Jan 15". Optionally, can enter hour of the day like "Dec 15 2 - Jan 15 20" (start hour can be 0 through 23 and end hour can be 1 through 24). + String + false + false + + + schedules_power_outage_window_natvent_availability + Schedules: Power Outage Period Window Natural Ventilation Availability + The availability of the natural ventilation schedule during the outage period. Choice false false - asset - asset + regular schedule + regular schedule - operational - operational + always available + always available + + + always unavailable + always unavailable - - schedules_filepaths - Schedules: CSV File Paths - Absolute/relative paths of csv files containing user-specified detailed schedules. If multiple files, use a comma-separated list. - String - false - false - simulation_control_timestep Simulation Control: Timestep @@ -603,7 +623,7 @@ Geometry: Unit Left Wall Is Adiabatic Presence of an adiabatic left wall. Boolean - true + false false false @@ -622,7 +642,7 @@ Geometry: Unit Right Wall Is Adiabatic Presence of an adiabatic right wall. Boolean - true + false false false @@ -641,7 +661,7 @@ Geometry: Unit Front Wall Is Adiabatic Presence of an adiabatic front wall, for example, the unit is adjacent to a conditioned corridor. Boolean - true + false false false @@ -660,7 +680,7 @@ Geometry: Unit Back Wall Is Adiabatic Presence of an adiabatic back wall. Boolean - true + false false false @@ -717,7 +737,7 @@ geometry_unit_num_bedrooms Geometry: Unit Number of Bedrooms - The number of bedrooms in the unit. Used to determine the energy usage of appliances and plug loads, hot water usage, etc. + The number of bedrooms in the unit. Integer # true @@ -736,7 +756,7 @@ geometry_unit_num_occupants Geometry: Unit Number of Occupants - The number of occupants in the unit. If not provided, the OS-HPXML default is used. Required if Occupancy Calculation Type is 'operational'. + The number of occupants in the unit. If not provided, an *asset* calculation is performed assuming standard occupancy, in which various end use defaults (e.g., plug loads, appliances, and hot water usage) are calculated based on Number of Bedrooms and Conditioned Floor Area per ANSI/RESNET/ICC 301-2019. If provided, an *operational* calculation is instead performed in which the end use defaults are adjusted using the relationship between Number of Bedrooms and Number of Occupants from RECS 2015. Double # false @@ -1001,24 +1021,6 @@ false 2 - - geometry_has_flue_or_chimney - Geometry: Has Flue or Chimney - Presence of flue or chimney for infiltration model. If not provided, the OS-HPXML default is used. - Boolean - false - false - - - true - true - - - false - false - - - neighbor_front_distance Neighbor: Front Distance @@ -1444,9 +1446,9 @@ roof_radiant_barrier_grade Roof: Radiant Barrier Grade - The grade of the radiant barrier, if it exists. + The grade of the radiant barrier. If not provided, the OS-HPXML default is used. Choice - true + false false 1 @@ -1743,7 +1745,7 @@ window_interior_shading_winter Windows: Winter Interior Shading - Interior shading multiplier for the heating season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. + Interior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. Double Frac false @@ -1752,7 +1754,7 @@ window_interior_shading_summer Windows: Summer Interior Shading - Interior shading multiplier for the cooling season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. + Interior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. Double Frac false @@ -1761,7 +1763,7 @@ window_exterior_shading_winter Windows: Winter Exterior Shading - Exterior shading multiplier for the heating season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. + Exterior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. Double Frac false @@ -1770,12 +1772,20 @@ window_exterior_shading_summer Windows: Summer Exterior Shading - Exterior shading multiplier for the cooling season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. + Exterior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. Double Frac false false + + window_shading_summer_season + Windows: Shading Summer Season + Enter a date like "May 1 - Sep 30". Defines the summer season for purposes of shading coefficients; the rest of the year is assumed to be winter. If not provided, the OS-HPXML default is used. + String + false + false + window_storm_type Windows: Storm Type @@ -2032,6 +2042,14 @@ ACHnatural ACHnatural + + CFMnatural + CFMnatural + + + EffectiveLeakageArea + EffectiveLeakageArea + @@ -2047,12 +2065,48 @@ air_leakage_value Air Leakage: Value - Air exchange rate value. + Air exchange rate value. For 'EffectiveLeakageArea', provide value in sq. in. Double true false 3 + + air_leakage_type + Air Leakage: Type + Type of air leakage. If 'unit total', represents the total infiltration to the unit as measured by a compartmentalization test, in which case the air leakage value will be adjusted by the ratio of exterior envelope surface area to total envelope surface area. Otherwise, if 'unit exterior only', represents the infiltration to the unit from outside only as measured by a guarded test. Required when unit type is single-family attached or apartment unit. + Choice + false + false + + + unit total + unit total + + + unit exterior only + unit exterior only + + + + + air_leakage_has_flue_or_chimney_in_conditioned_space + Air Leakage: Has Flue or Chimney in Conditioned Space + Presence of flue or chimney with combustion air from conditioned space; used for infiltration model. If not provided, the OS-HPXML default is used. + Boolean + false + false + + + true + true + + + false + false + + + heating_system_type Heating System: Type @@ -2180,6 +2234,15 @@ false 1 + + heating_system_pilot_light + Heating System: Pilot Light + The fuel usage of the pilot light. Applies only to Furnace, WallFurnace, FloorFurnace, Stove, Boiler, and Fireplace with non-electric fuel type. If not provided, assumes no pilot light. + Double + Btuh + false + false + heating_system_airflow_defect_ratio Heating System: Airflow Defect Ratio @@ -2315,7 +2378,7 @@ Cooling System: Is Ducted Whether the cooling system is ducted or not. Only used for mini-split and evaporative cooler. It's assumed that central air conditioner is ducted, and room air conditioner and packaged terminal air conditioner are not ducted. Boolean - true + false false false @@ -2347,6 +2410,15 @@ false false + + cooling_system_crankcase_heater_watts + Cooling System: Crankcase Heater Power Watts + Cooling system crankcase heater power consumption in Watts. Applies only to central air conditioner, mini-split, packaged terminal air conditioner and room air conditioner. If not provided, the OS-HPXML default is used. + Double + W + false + false + cooling_system_integrated_heating_system_fuel Cooling System: Integrated Heating System Fuel Type @@ -2556,11 +2628,20 @@ false - heat_pump_heating_capacity_17_f - Heat Pump: Heating Capacity 17F - The output heating capacity of the heat pump at 17F. Only applies to air-to-air and mini-split. If not provided, the OS-HPXML default is used. + heat_pump_heating_capacity_retention_fraction + Heat Pump: Heating Capacity Retention Fraction + The output heating capacity of the heat pump at a user-specified temperature (e.g., 17F or 5F) divided by the above nominal heating capacity. Applies to all heat pump types except ground-to-air. If not provided, the OS-HPXML default is used. Double - Btu/hr + Frac + false + false + + + heat_pump_heating_capacity_retention_temp + Heat Pump: Heating Capacity Retention Temperature + The user-specified temperature (e.g., 17F or 5F) for the above heating capacity retention fraction. Applies to all heat pump types except ground-to-air. Required if the Heating Capacity Retention Fraction is provided. + Double + deg-F false false @@ -2593,6 +2674,15 @@ false 1 + + heat_pump_compressor_lockout_temp + Heat Pump: Compressor Lockout Temperature + The temperature below which the heat pump compressor is disabled. If both this and Backup Heating Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies to all heat pump types other than ground-to-air. If not provided, the OS-HPXML default is used. + Double + deg-F + false + false + heat_pump_backup_type Heat Pump: Backup Type @@ -2661,19 +2751,10 @@ false false - - heat_pump_backup_heating_switchover_temp - Heat Pump: Backup Heating Switchover Temperature - The temperature at which the heat pump stops operating and the backup heating system starts running. Only applies to air-to-air and mini-split. If not provided, backup heating will operate as needed when heat pump capacity is insufficient. Applies if Backup Type is either 'integrated' or 'separate'. Both Switchover Temperature and Lockout Temperature cannot be specified. - Double - deg-F - false - false - heat_pump_backup_heating_lockout_temp Heat Pump: Backup Heating Lockout Temperature - The temperature above which the backup system is disabled in order to prevent backup heating operation during, e.g., a thermostat heating setback recovery event. If not provided, backup heating will operate as needed when heat pump capacity is insufficient. Only applies if Backup Type is 'integrated'. Both Switchover Temperature and Lockout Temperature cannot be specified. + The temperature above which the heat pump backup system is disabled. If both this and Compressor Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies for both Backup Type of 'integrated' and 'separate'. If not provided, the OS-HPXML default is used. Double deg-F false @@ -2704,7 +2785,7 @@ heat_pump_is_ducted Heat Pump: Is Ducted - Whether the heat pump is ducted or not. Only used for mini-split. It's assumed that air-to-air and ground-to-air are ducted. If not provided, assumes not ducted. + Whether the heat pump is ducted or not. Only used for mini-split. It's assumed that air-to-air and ground-to-air are ducted, and packaged terminal heat pump and room air conditioner with reverse cycle are not ducted. If not provided, assumes not ducted. Boolean false false @@ -2737,6 +2818,15 @@ false false + + heat_pump_crankcase_heater_watts + Heat Pump: Crankcase Heater Power Watts + Heat Pump crankcase heater power consumption in Watts. Applies only to air-to-air, mini-split, packaged terminal heat pump and room air conditioner with reverse cycle. If not provided, the OS-HPXML default is used. + Double + W + false + false + heating_system_2_type Heating System 2: Type @@ -2750,6 +2840,10 @@ none none + + Furnace + Furnace + WallFurnace WallFurnace @@ -2778,6 +2872,10 @@ Fireplace Fireplace + + FixedHeater + FixedHeater + @@ -3029,6 +3127,32 @@ false 0 + + ducts_supply_buried_insulation_level + Ducts: Supply Buried Insulation Level + Whether the supply ducts are buried in, e.g., attic loose-fill insulation. Partially buried ducts have insulation that does not cover the top of the ducts. Fully buried ducts have insulation that just covers the top of the ducts. Deeply buried ducts have insulation that continues above the top of the ducts. + Choice + false + false + + + not buried + not buried + + + partially buried + partially buried + + + fully buried + fully buried + + + deeply buried + deeply buried + + + ducts_supply_surface_area Ducts: Supply Surface Area @@ -3126,6 +3250,32 @@ false 0 + + ducts_return_buried_insulation_level + Ducts: Return Buried Insulation Level + Whether the return ducts are buried in, e.g., attic loose-fill insulation. Partially buried ducts have insulation that does not cover the top of the ducts. Fully buried ducts have insulation that just covers the top of the ducts. Deeply buried ducts have insulation that continues above the top of the ducts. + Choice + false + false + + + not buried + not buried + + + partially buried + partially buried + + + fully buried + fully buried + + + deeply buried + deeply buried + + + ducts_return_surface_area Ducts: Return Surface Area @@ -3880,14 +4030,14 @@ water_heater_operating_mode Water Heater: Operating Mode - The water heater operating mode. The 'heat pump only' option only uses the heat pump, while 'standard' allows the backup electric resistance to come on in high demand situations. This is ignored if a scheduled operating mode type is selected. Applies only to heat pump water heater. If not provided, the OS-HPXML default is used. + The water heater operating mode. The 'heat pump only' option only uses the heat pump, while 'hybrid/auto' allows the backup electric resistance to come on in high demand situations. This is ignored if a scheduled operating mode type is selected. Applies only to heat pump water heater. If not provided, the OS-HPXML default is used. Choice false false - standard - standard + hybrid/auto + hybrid/auto heat pump only @@ -3928,7 +4078,7 @@ Hot Water Distribution: Recirculation Control Type If the distribution system is Recirculation, the type of hot water recirculation control, if any. Choice - true + false false no control @@ -4018,7 +4168,7 @@ Drain Water Heat Recovery: Equal Flow Whether the drain water heat recovery has equal flow. Boolean - true + false false true @@ -4038,7 +4188,7 @@ The efficiency of the drain water heat recovery. Double Frac - true + false false 0.55 @@ -5678,7 +5828,7 @@ ceiling_fan_cooling_setpoint_temp_offset Ceiling Fan: Cooling Setpoint Temperature Offset - The setpoint temperature offset during cooling season for the ceiling fan(s). Only applies if ceiling fan quantity is greater than zero. If not provided, the OS-HPXML default is used. + The cooling setpoint temperature offset during months when the ceiling fans are operating. Only applies if ceiling fan quantity is greater than zero. If not provided, the OS-HPXML default is used. Double deg-F false @@ -6512,10 +6662,29 @@ false false + + combine_like_surfaces + Combine like surfaces? + If true, combines like surfaces to simplify the HPXML file generated. + Boolean + false + false + false + + + true + true + + + false + false + + + apply_defaults Apply Default Values? - If true, applies OS-HPXML default values to the HPXML output file. + If true, applies OS-HPXML default values to the HPXML output file. Setting to true will also force validation of the HPXML output file before applying OS-HPXML default values. Boolean false false @@ -6564,6 +6733,17 @@ + + + OpenStudio + 2.9.1 + 2.9.1 + + measure.rb + rb + script + B83724CD + constants.rb rb @@ -6588,16 +6768,5 @@ resource 055F0A54 - - - OpenStudio - 2.9.1 - 2.9.1 - - measure.rb - rb - script - A1FFBF5C - diff --git a/example_files/measures/BuildResidentialModel/resources/util.rb b/example_files/measures/BuildResidentialModel/resources/util.rb index 01e40dc2..f991973e 100644 --- a/example_files/measures/BuildResidentialModel/resources/util.rb +++ b/example_files/measures/BuildResidentialModel/resources/util.rb @@ -80,17 +80,17 @@ def self.valid_float?(str) end def self.interp2(x, x0, x1, f0, f1) - ' + ''' Returns the linear interpolation between two results. - ' + ''' return f0 + ((x - x0) / (x1 - x0)) * (f1 - f0) end def self.interp4(x, y, x1, x2, y1, y2, fx1y1, fx1y2, fx2y1, fx2y2) - ' + ''' Returns the bilinear interpolation between four results. - ' + ''' return (fx1y1 / ((x2 - x1) * (y2 - y1))) * (x2 - x) * (y2 - y) \ + (fx2y1 / ((x2 - x1) * (y2 - y1))) * (x - x1) * (y2 - y) \ @@ -99,7 +99,7 @@ def self.interp4(x, y, x1, x2, y1, y2, fx1y1, fx1y2, fx2y1, fx2y2) end def self.biquadratic(x, y, c) - ' + ''' Description: ------------ Calculate the result of a biquadratic polynomial with independent variables @@ -113,7 +113,7 @@ def self.biquadratic(x, y, c) Outputs: -------- z float result of biquadratic polynomial - ' + ''' if c.length != 6 puts 'Error: There must be 6 coefficients in a biquadratic polynomial' end @@ -122,7 +122,7 @@ def self.biquadratic(x, y, c) end def self.quadratic(x, c) - ' + ''' Description: ------------ Calculate the result of a quadratic polynomial with independent variable @@ -138,7 +138,7 @@ def self.quadratic(x, c) Outputs: -------- y float result of biquadratic polynomial - ' + ''' if c.size != 3 puts 'Error: There must be 3 coefficients in a quadratic polynomial' end @@ -148,7 +148,7 @@ def self.quadratic(x, c) end def self.bicubic(x, y, c) - ' + ''' Description: ------------ Calculate the result of a bicubic polynomial with independent variables @@ -166,7 +166,7 @@ def self.bicubic(x, y, c) Outputs: -------- z float result of bicubic polynomial - ' + ''' if c.size != 10 puts 'Error: There must be 10 coefficients in a bicubic polynomial' end @@ -177,7 +177,7 @@ def self.bicubic(x, y, c) end def self.Iterate(x0, f0, x1, f1, x2, f2, icount, cvg) - ' + ''' Description: ------------ Determine if a guess is within tolerance for convergence @@ -225,7 +225,7 @@ def self.Iterate(x0, f0, x1, f1, x2, f2, icount, cvg) else: print "x did NOT converge after", i, "iterations" print "x, when f(x) is", f,"is", x - ' + ''' tolRel = 1e-5 dx = 0.1 @@ -987,16 +987,16 @@ def electricity_heating(custom_meter_infos, unit, thermal_zones) plant_loop.supplyComponents.each do |supply_component| next unless supply_component.to_BoilerHotWater.is_initialized - if units_served.length == 1 - if supply_component.to_BoilerHotWater.get.fuelType == 'Electricity' - custom_meter_infos["#{unit.name}:ElectricityHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Electric Energy'] - end - custom_meter_infos["#{unit.name}:ElectricityHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Ancillary Electric Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system if supply_component.to_BoilerHotWater.get.fuelType == 'Electricity' custom_meter_infos['Central:ElectricityHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler Electric Energy'] end custom_meter_infos['Central:ElectricityHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler Ancillary Electric Energy'] + else + if supply_component.to_BoilerHotWater.get.fuelType == 'Electricity' + custom_meter_infos["#{unit.name}:ElectricityHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Electric Energy'] + end + custom_meter_infos["#{unit.name}:ElectricityHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Ancillary Electric Energy'] end end end @@ -1029,16 +1029,16 @@ def electricity_heating(custom_meter_infos, unit, thermal_zones) plant_loop.supplyComponents.each do |supply_component| next unless supply_component.to_BoilerHotWater.is_initialized - if units_served.length == 1 - if supply_component.to_BoilerHotWater.get.fuelType == 'Electricity' - custom_meter_infos["#{unit.name}:ElectricityHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Electric Energy'] - end - custom_meter_infos["#{unit.name}:ElectricityHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Ancillary Electric Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system if supply_component.to_BoilerHotWater.get.fuelType == 'Electricity' custom_meter_infos['Central:ElectricityHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler Electric Energy'] end custom_meter_infos['Central:ElectricityHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler Ancillary Electric Energy'] + else + if supply_component.to_BoilerHotWater.get.fuelType == 'Electricity' + custom_meter_infos["#{unit.name}:ElectricityHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Electric Energy'] + end + custom_meter_infos["#{unit.name}:ElectricityHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Ancillary Electric Energy'] end end end @@ -1089,10 +1089,10 @@ def electricity_cooling(custom_meter_infos, unit, thermal_zones) plant_loop.supplyComponents.each do |supply_component| next unless supply_component.to_ChillerElectricEIR.is_initialized - if units_served.length == 1 - custom_meter_infos["#{unit.name}:ElectricityCooling"]['key_var_groups'] << [supply_component.name.to_s, 'Chiller Electric Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system custom_meter_infos['Central:ElectricityCooling']['key_var_groups'] << [supply_component.name.to_s, 'Chiller Electric Energy'] + else + custom_meter_infos["#{unit.name}:ElectricityCooling"]['key_var_groups'] << [supply_component.name.to_s, 'Chiller Electric Energy'] end end end @@ -1317,10 +1317,10 @@ def natural_gas_heating(custom_meter_infos, unit, thermal_zones) next unless supply_component.to_BoilerHotWater.is_initialized next if supply_component.to_BoilerHotWater.get.fuelType != 'NaturalGas' - if units_served.length == 1 - custom_meter_infos["#{unit.name}:NaturalGasHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Gas Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system custom_meter_infos['Central:NaturalGasHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler Gas Energy'] + else + custom_meter_infos["#{unit.name}:NaturalGasHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Gas Energy'] end end end @@ -1350,10 +1350,10 @@ def natural_gas_heating(custom_meter_infos, unit, thermal_zones) next unless supply_component.to_BoilerHotWater.is_initialized next if supply_component.to_BoilerHotWater.get.fuelType != 'NaturalGas' - if units_served.length == 1 - custom_meter_infos["#{unit.name}:NaturalGasHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Gas Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system custom_meter_infos['Central:NaturalGasHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler Gas Energy'] + else + custom_meter_infos["#{unit.name}:NaturalGasHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Gas Energy'] end end end @@ -1446,10 +1446,10 @@ def fuel_oil_heating(custom_meter_infos, unit, thermal_zones) next unless supply_component.to_BoilerHotWater.is_initialized next if supply_component.to_BoilerHotWater.get.fuelType != 'FuelOil#1' - if units_served.length == 1 - custom_meter_infos["#{unit.name}:FuelOilHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler FuelOil#1 Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system custom_meter_infos['Central:FuelOilHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler FuelOil#1 Energy'] + else + custom_meter_infos["#{unit.name}:FuelOilHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler FuelOil#1 Energy'] end end end @@ -1479,10 +1479,10 @@ def fuel_oil_heating(custom_meter_infos, unit, thermal_zones) next unless supply_component.to_BoilerHotWater.is_initialized next if supply_component.to_BoilerHotWater.get.fuelType != 'FuelOil#1' - if units_served.length == 1 - custom_meter_infos["#{unit.name}:FuelOilHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler FuelOil#1 Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system custom_meter_infos['Central:FuelOilHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler FuelOil#1 Energy'] + else + custom_meter_infos["#{unit.name}:FuelOilHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler FuelOil#1 Energy'] end end end @@ -1549,10 +1549,10 @@ def propane_heating(custom_meter_infos, unit, thermal_zones) next unless supply_component.to_BoilerHotWater.is_initialized next if supply_component.to_BoilerHotWater.get.fuelType != 'PropaneGas' - if units_served.length == 1 - custom_meter_infos["#{unit.name}:PropaneHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Propane Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system custom_meter_infos['Central:PropaneHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler Propane Energy'] + else + custom_meter_infos["#{unit.name}:PropaneHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Propane Energy'] end end end @@ -1582,10 +1582,10 @@ def propane_heating(custom_meter_infos, unit, thermal_zones) next unless supply_component.to_BoilerHotWater.is_initialized next if supply_component.to_BoilerHotWater.get.fuelType != 'PropaneGas' - if units_served.length == 1 - custom_meter_infos["#{unit.name}:PropaneHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Propane Energy'] - else # this is a central system + if units_served.length != 1 # this is a central system custom_meter_infos['Central:PropaneHeating']['key_var_groups'] << [supply_component.name.to_s, 'Boiler Propane Energy'] + else + custom_meter_infos["#{unit.name}:PropaneHeating"]['key_var_groups'] << [supply_component.name.to_s, 'Boiler Propane Energy'] end end end diff --git a/example_files/resources/hpxml-measures/.github/pull_request_template.md b/example_files/resources/hpxml-measures/.github/pull_request_template.md index 4e0f2243..237a37db 100644 --- a/example_files/resources/hpxml-measures/.github/pull_request_template.md +++ b/example_files/resources/hpxml-measures/.github/pull_request_template.md @@ -10,7 +10,7 @@ PR Reviewer: Verify each has been completed. - [ ] Schematron validator (`EPvalidator.xml`) has been updated - [ ] Sample files have been added/updated (via `tasks.rb`) -- [ ] Unit tests have been added/updated (e.g., `HPXMLtoOpenStudio/tests`) +- [ ] Tests have been added/updated (e.g., `HPXMLtoOpenStudio/tests` and/or `workflow/tests/hpxml_translator_test.rb`) - [ ] Documentation has been updated - [ ] Changelog has been updated - [ ] `openstudio tasks.rb update_measures` has been run diff --git a/example_files/resources/hpxml-measures/.github/workflows/config.yml b/example_files/resources/hpxml-measures/.github/workflows/config.yml index 6dc7b9e4..d171f7c6 100644 --- a/example_files/resources/hpxml-measures/.github/workflows/config.yml +++ b/example_files/resources/hpxml-measures/.github/workflows/config.yml @@ -11,9 +11,9 @@ jobs: run-unit-tests: runs-on: ubuntu-latest container: - image: docker://nrel/openstudio:3.5.0 + image: docker://nrel/openstudio:3.6.1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} @@ -24,12 +24,21 @@ jobs: sudo apt update sudo -E apt-get install -y wget unzip python3-sphinx-rtd-theme + - name: Check HPXMLs + shell: bash + run: | + echo "Regenerating HPXML files..." + openstudio tasks.rb update_hpxmls + echo "Checking for HPXML differences..." + git config --global --add safe.directory $(realpath .) + git diff --exit-code --ignore-cr-at-eol *.xml + - name: Run measure unit tests run: | bundle exec rake test_measures - name: Store code coverage - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: coverage name: coverage @@ -40,7 +49,7 @@ jobs: make html SPHINXOPTS="-W --keep-going -n" - name: Save Docs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: documentation path: docs/_build/html/ @@ -48,9 +57,9 @@ jobs: run-workflow-tests: runs-on: ubuntu-latest container: - image: docker://nrel/openstudio:3.5.0 + image: docker://nrel/openstudio:3.6.1 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} @@ -63,7 +72,7 @@ jobs: bundle exec rake test_workflow - name: Store results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: workflow/tests/results name: results @@ -71,46 +80,46 @@ jobs: run-windows-tests: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Install software and run test shell: pwsh run: | - $env:OS_VERSION="3.5.0" - $env:OS_SHA="7b14ce1588" + $env:OS_VERSION="3.6.1" + $env:OS_SHA="bb9481519e" Invoke-WebRequest -OutFile Windows.tar.gz -URI "https://github.com/NREL/OpenStudio/releases/download/v${env:OS_VERSION}/OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows.tar.gz" tar -xzf Windows.tar.gz - & .\OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows\bin\openstudio.exe workflow\run_simulation.rb -x workflow\sample_files\base.xml --hourly ALL --add-component-loads --add-detailed-schedule stochastic + & .\OpenStudio-${env:OS_VERSION}+${env:OS_SHA}-Windows\bin\openstudio.exe workflow\run_simulation.rb -x workflow\sample_files\base.xml --hourly ALL --add-component-loads --add-stochastic-schedules compare-results: if: github.event_name == 'pull_request' runs-on: ubuntu-latest needs: [run-workflow-tests] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.base.sha }} - name: Store base results - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: workflow/tests/base_results name: base_results - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - name: Download base results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: | base_results name: base_results - name: Download feature results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: | results @@ -131,7 +140,7 @@ jobs: python workflow/tests/compare.py -a visualize - name: Store comparisons - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: path: workflow/tests/comparisons name: comparisons @@ -140,12 +149,12 @@ jobs: runs-on: ubuntu-latest needs: [run-workflow-tests] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Download feature results - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: | results diff --git a/example_files/resources/hpxml-measures/.gitignore b/example_files/resources/hpxml-measures/.gitignore index dd43b494..a0fcb5bb 100644 --- a/example_files/resources/hpxml-measures/.gitignore +++ b/example_files/resources/hpxml-measures/.gitignore @@ -4,1999 +4,1002 @@ /run /workflow/generated_files /workflow/tests/comparisons -/weather/USA_AK_Adak.NAS.704540_TMY3-cache.csv /weather/USA_AK_Adak.NAS.704540_TMY3.epw -/weather/USA_AK_Ambler.701718_TMY3-cache.csv /weather/USA_AK_Ambler.701718_TMY3.epw -/weather/USA_AK_Anaktuvuk.Pass.701625_TMY3-cache.csv /weather/USA_AK_Anaktuvuk.Pass.701625_TMY3.epw -/weather/USA_AK_Anchorage-Elmendorf.AFB.702720_TMY3-cache.csv /weather/USA_AK_Anchorage-Elmendorf.AFB.702720_TMY3.epw -/weather/USA_AK_Anchorage-Lake.Hood.Seaplane.Base.702725_TMY3-cache.csv /weather/USA_AK_Anchorage-Lake.Hood.Seaplane.Base.702725_TMY3.epw -/weather/USA_AK_Anchorage-Merrill.Field.702735_TMY3-cache.csv /weather/USA_AK_Anchorage-Merrill.Field.702735_TMY3.epw -/weather/USA_AK_Anchorage.Intl.AP.702730_TMY3-cache.csv /weather/USA_AK_Anchorage.Intl.AP.702730_TMY3.epw -/weather/USA_AK_Aniak.AP.702320_TMY3-cache.csv /weather/USA_AK_Aniak.AP.702320_TMY3.epw -/weather/USA_AK_Annette.Island.AP.703980_TMY3-cache.csv /weather/USA_AK_Annette.Island.AP.703980_TMY3.epw -/weather/USA_AK_Anvik.702075_TMY3-cache.csv /weather/USA_AK_Anvik.702075_TMY3.epw -/weather/USA_AK_Barrow-W.Post-W.Rogers.AP.700260_TMY3-cache.csv /weather/USA_AK_Barrow-W.Post-W.Rogers.AP.700260_TMY3.epw -/weather/USA_AK_Bethel.AP.702190_TMY3-cache.csv /weather/USA_AK_Bethel.AP.702190_TMY3.epw -/weather/USA_AK_Bettles.Field.701740_TMY3-cache.csv /weather/USA_AK_Bettles.Field.701740_TMY3.epw -/weather/USA_AK_Big.Delta-Allen.AAF.702670_TMY3-cache.csv /weather/USA_AK_Big.Delta-Allen.AAF.702670_TMY3.epw -/weather/USA_AK_Big.River.Lake.702986_TMY3-cache.csv /weather/USA_AK_Big.River.Lake.702986_TMY3.epw -/weather/USA_AK_Birchwood.702746_TMY3-cache.csv /weather/USA_AK_Birchwood.702746_TMY3.epw -/weather/USA_AK_Chulitna.702606_TMY3-cache.csv /weather/USA_AK_Chulitna.702606_TMY3.epw -/weather/USA_AK_Cold.Bay.AP.703160_TMY3-cache.csv /weather/USA_AK_Cold.Bay.AP.703160_TMY3.epw -/weather/USA_AK_Cordova.702960_TMY3-cache.csv /weather/USA_AK_Cordova.702960_TMY3.epw -/weather/USA_AK_Deadhorse.700637_TMY3-cache.csv /weather/USA_AK_Deadhorse.700637_TMY3.epw -/weather/USA_AK_Dillingham.AWOS.703210_TMY3-cache.csv /weather/USA_AK_Dillingham.AWOS.703210_TMY3.epw -/weather/USA_AK_Eielson.AFB.702650_TMY3-cache.csv /weather/USA_AK_Eielson.AFB.702650_TMY3.epw -/weather/USA_AK_Emmonak.702084_TMY3-cache.csv /weather/USA_AK_Emmonak.702084_TMY3.epw -/weather/USA_AK_Fairbanks.Intl.AP.702610_TMY3-cache.csv /weather/USA_AK_Fairbanks.Intl.AP.702610_TMY3.epw -/weather/USA_AK_Fort.Yukon.701940_TMY3-cache.csv /weather/USA_AK_Fort.Yukon.701940_TMY3.epw -/weather/USA_AK_Gambell.702040_TMY3-cache.csv /weather/USA_AK_Gambell.702040_TMY3.epw -/weather/USA_AK_Gulkana.702710_TMY3-cache.csv /weather/USA_AK_Gulkana.702710_TMY3.epw -/weather/USA_AK_Gustavus.703670_TMY3-cache.csv /weather/USA_AK_Gustavus.703670_TMY3.epw -/weather/USA_AK_Hayes.River.702495_TMY3-cache.csv /weather/USA_AK_Hayes.River.702495_TMY3.epw -/weather/USA_AK_Healy.River.AP.702647_TMY3-cache.csv /weather/USA_AK_Healy.River.AP.702647_TMY3.epw -/weather/USA_AK_Homer.AP.703410_TMY3-cache.csv /weather/USA_AK_Homer.AP.703410_TMY3.epw -/weather/USA_AK_Hoonah.702607_TMY3-cache.csv /weather/USA_AK_Hoonah.702607_TMY3.epw -/weather/USA_AK_Hooper.Bay.702186_TMY3-cache.csv /weather/USA_AK_Hooper.Bay.702186_TMY3.epw -/weather/USA_AK_Huslia.702225_TMY3-cache.csv /weather/USA_AK_Huslia.702225_TMY3.epw -/weather/USA_AK_Hydaburg.Seaplane.Base.703884_TMY3-cache.csv /weather/USA_AK_Hydaburg.Seaplane.Base.703884_TMY3.epw -/weather/USA_AK_Iliamna.AP.703400_TMY3-cache.csv /weather/USA_AK_Iliamna.AP.703400_TMY3.epw -/weather/USA_AK_Juneau.Intl.AP.703810_TMY3-cache.csv /weather/USA_AK_Juneau.Intl.AP.703810_TMY3.epw -/weather/USA_AK_Kake.Seaplane.Base.703855_TMY3-cache.csv /weather/USA_AK_Kake.Seaplane.Base.703855_TMY3.epw -/weather/USA_AK_Kenai.Muni.AP.702590_TMY3-cache.csv /weather/USA_AK_Kenai.Muni.AP.702590_TMY3.epw -/weather/USA_AK_Ketchikan.Intl.AP.703950_TMY3-cache.csv /weather/USA_AK_Ketchikan.Intl.AP.703950_TMY3.epw -/weather/USA_AK_King.Salmon.AP.703260_TMY3-cache.csv /weather/USA_AK_King.Salmon.AP.703260_TMY3.epw -/weather/USA_AK_Kodiak.AP.703500_TMY3-cache.csv /weather/USA_AK_Kodiak.AP.703500_TMY3.epw -/weather/USA_AK_Kotzebue-Ralph.Wein.Mem.AP.701330_TMY3-cache.csv /weather/USA_AK_Kotzebue-Ralph.Wein.Mem.AP.701330_TMY3.epw -/weather/USA_AK_McGrath.AP.702310_TMY3-cache.csv /weather/USA_AK_McGrath.AP.702310_TMY3.epw -/weather/USA_AK_Mekoryuk.702185_TMY3-cache.csv /weather/USA_AK_Mekoryuk.702185_TMY3.epw -/weather/USA_AK_Middleton.Island.703430_TMY3-cache.csv /weather/USA_AK_Middleton.Island.703430_TMY3.epw -/weather/USA_AK_Minchumina.702460_TMY3-cache.csv /weather/USA_AK_Minchumina.702460_TMY3.epw -/weather/USA_AK_Nenana.Muni.AP.702600_TMY3-cache.csv /weather/USA_AK_Nenana.Muni.AP.702600_TMY3.epw -/weather/USA_AK_Nome.Muni.AP.702000_TMY3-cache.csv /weather/USA_AK_Nome.Muni.AP.702000_TMY3.epw -/weather/USA_AK_Northway.AP.702910_TMY3-cache.csv /weather/USA_AK_Northway.AP.702910_TMY3.epw -/weather/USA_AK_Palmer.Muni.AP.702740_TMY3-cache.csv /weather/USA_AK_Palmer.Muni.AP.702740_TMY3.epw -/weather/USA_AK_Petersburg.703860_TMY3-cache.csv /weather/USA_AK_Petersburg.703860_TMY3.epw -/weather/USA_AK_Point.Hope.AWOS.701043_TMY3-cache.csv /weather/USA_AK_Point.Hope.AWOS.701043_TMY3.epw -/weather/USA_AK_Port.Heiden.703330_TMY3-cache.csv /weather/USA_AK_Port.Heiden.703330_TMY3.epw -/weather/USA_AK_Saint.Marys.AWOS.702005_TMY3-cache.csv /weather/USA_AK_Saint.Marys.AWOS.702005_TMY3.epw -/weather/USA_AK_Sand.Point.703165_TMY3-cache.csv /weather/USA_AK_Sand.Point.703165_TMY3.epw -/weather/USA_AK_Savoonga.702035_TMY3-cache.csv /weather/USA_AK_Savoonga.702035_TMY3.epw -/weather/USA_AK_Selawik.700197_TMY3-cache.csv /weather/USA_AK_Selawik.700197_TMY3.epw -/weather/USA_AK_Seward.702770_TMY3-cache.csv /weather/USA_AK_Seward.702770_TMY3.epw -/weather/USA_AK_Shemya.AFB.704140_TMY3-cache.csv /weather/USA_AK_Shemya.AFB.704140_TMY3.epw -/weather/USA_AK_Shishmaref.AWOS.701195_TMY3-cache.csv /weather/USA_AK_Shishmaref.AWOS.701195_TMY3.epw -/weather/USA_AK_Sitka-Japonski.Island.AP.703710_TMY3-cache.csv /weather/USA_AK_Sitka-Japonski.Island.AP.703710_TMY3.epw -/weather/USA_AK_Skagway.AP.703620_TMY3-cache.csv /weather/USA_AK_Skagway.AP.703620_TMY3.epw -/weather/USA_AK_Sleetmute.703407_TMY3-cache.csv /weather/USA_AK_Sleetmute.703407_TMY3.epw -/weather/USA_AK_Soldotna.702595_TMY3-cache.csv /weather/USA_AK_Soldotna.702595_TMY3.epw -/weather/USA_AK_St.Paul.Island.AP.703080_TMY3-cache.csv /weather/USA_AK_St.Paul.Island.AP.703080_TMY3.epw -/weather/USA_AK_Talkeetna.State.AP.702510_TMY3-cache.csv /weather/USA_AK_Talkeetna.State.AP.702510_TMY3.epw -/weather/USA_AK_Tanana-Ralph.Calhoun.AP.701780_TMY3-cache.csv /weather/USA_AK_Tanana-Ralph.Calhoun.AP.701780_TMY3.epw -/weather/USA_AK_Togiak.Village.AWOS.703606_TMY3-cache.csv /weather/USA_AK_Togiak.Village.AWOS.703606_TMY3.epw -/weather/USA_AK_Unalakleet.Field.702070_TMY3-cache.csv /weather/USA_AK_Unalakleet.Field.702070_TMY3.epw -/weather/USA_AK_Unalaska-Dutch.Harbor.Field.704890_TMY3-cache.csv /weather/USA_AK_Unalaska-Dutch.Harbor.Field.704890_TMY3.epw -/weather/USA_AK_Valdez-Pioneer.Field.702756_TMY3-cache.csv /weather/USA_AK_Valdez-Pioneer.Field.702756_TMY3.epw -/weather/USA_AK_Valdez.702750_TMY3-cache.csv /weather/USA_AK_Valdez.702750_TMY3.epw -/weather/USA_AK_Whittier.702757_TMY3-cache.csv /weather/USA_AK_Whittier.702757_TMY3.epw -/weather/USA_AK_Wrangell.703870_TMY3-cache.csv /weather/USA_AK_Wrangell.703870_TMY3.epw -/weather/USA_AK_Yakutat.State.AP.703610_TMY3-cache.csv /weather/USA_AK_Yakutat.State.AP.703610_TMY3.epw -/weather/USA_AL_Anniston.Metro.AP.722287_TMY3-cache.csv /weather/USA_AL_Anniston.Metro.AP.722287_TMY3.epw -/weather/USA_AL_Auburn-Opelika.AP.722284_TMY3-cache.csv /weather/USA_AL_Auburn-Opelika.AP.722284_TMY3.epw -/weather/USA_AL_Birmingham.Muni.AP.722280_TMY3-cache.csv /weather/USA_AL_Birmingham.Muni.AP.722280_TMY3.epw -/weather/USA_AL_Dothan.Muni.AP.722268_TMY3-cache.csv /weather/USA_AL_Dothan.Muni.AP.722268_TMY3.epw -/weather/USA_AL_Fort.Rucker-Cairns.Field.722269_TMY3-cache.csv /weather/USA_AL_Fort.Rucker-Cairns.Field.722269_TMY3.epw -/weather/USA_AL_Gadsen.Muni.AWOS.722285_TMY3-cache.csv /weather/USA_AL_Gadsen.Muni.AWOS.722285_TMY3.epw -/weather/USA_AL_Huntsville.Intl.AP-Jones.Field.723230_TMY3-cache.csv /weather/USA_AL_Huntsville.Intl.AP-Jones.Field.723230_TMY3.epw -/weather/USA_AL_Maxwell.AFB.722265_TMY3-cache.csv /weather/USA_AL_Maxwell.AFB.722265_TMY3.epw -/weather/USA_AL_Mobile-Downtown.AP.722235_TMY3-cache.csv /weather/USA_AL_Mobile-Downtown.AP.722235_TMY3.epw -/weather/USA_AL_Mobile-Rgnl.AP.722230_TMY3-cache.csv /weather/USA_AL_Mobile-Rgnl.AP.722230_TMY3.epw -/weather/USA_AL_Montgomery-Dannelly.Field.722260_TMY3-cache.csv /weather/USA_AL_Montgomery-Dannelly.Field.722260_TMY3.epw -/weather/USA_AL_Muscle.Shoals.Rgnl.AP.723235_TMY3-cache.csv /weather/USA_AL_Muscle.Shoals.Rgnl.AP.723235_TMY3.epw -/weather/USA_AL_Troy.Air.Field.722267_TMY3-cache.csv /weather/USA_AL_Troy.Air.Field.722267_TMY3.epw -/weather/USA_AL_Tuscaloosa.Muni.AP.722286_TMY3-cache.csv /weather/USA_AL_Tuscaloosa.Muni.AP.722286_TMY3.epw -/weather/USA_AR_Batesville.AWOS.723448_TMY3-cache.csv /weather/USA_AR_Batesville.AWOS.723448_TMY3.epw -/weather/USA_AR_Bentonville.AWOS.723444_TMY3-cache.csv /weather/USA_AR_Bentonville.AWOS.723444_TMY3.epw -/weather/USA_AR_El.Dorado-Goodwin.Field.723419_TMY3-cache.csv /weather/USA_AR_El.Dorado-Goodwin.Field.723419_TMY3.epw -/weather/USA_AR_Fayetteville-Drake.Field.723445_TMY3-cache.csv /weather/USA_AR_Fayetteville-Drake.Field.723445_TMY3.epw -/weather/USA_AR_Flippin.AWOS.723447_TMY3-cache.csv /weather/USA_AR_Flippin.AWOS.723447_TMY3.epw -/weather/USA_AR_Fort.Smith.Rgnl.AP.723440_TMY3-cache.csv /weather/USA_AR_Fort.Smith.Rgnl.AP.723440_TMY3.epw -/weather/USA_AR_Harrison.AP.723446_TMY3-cache.csv /weather/USA_AR_Harrison.AP.723446_TMY3.epw -/weather/USA_AR_Hot.Springs.Mem.AP.723415_TMY3-cache.csv /weather/USA_AR_Hot.Springs.Mem.AP.723415_TMY3.epw -/weather/USA_AR_Jonesboro.Muni.AP.723407_TMY3-cache.csv /weather/USA_AR_Jonesboro.Muni.AP.723407_TMY3.epw -/weather/USA_AR_Little.Rock-Adams.Field.723403_TMY3-cache.csv /weather/USA_AR_Little.Rock-Adams.Field.723403_TMY3.epw -/weather/USA_AR_Little.Rock.AFB.723405_TMY3-cache.csv /weather/USA_AR_Little.Rock.AFB.723405_TMY3.epw -/weather/USA_AR_Pine.Bluff.AP.723417_TMY3-cache.csv /weather/USA_AR_Pine.Bluff.AP.723417_TMY3.epw -/weather/USA_AR_Rogers.AWOS.723449_TMY3-cache.csv /weather/USA_AR_Rogers.AWOS.723449_TMY3.epw -/weather/USA_AR_Siloam.Spring.AWOS.723443_TMY3-cache.csv /weather/USA_AR_Siloam.Spring.AWOS.723443_TMY3.epw -/weather/USA_AR_Springdale.Muni.AP.723434_TMY3-cache.csv /weather/USA_AR_Springdale.Muni.AP.723434_TMY3.epw -/weather/USA_AR_Stuttgart.AWOS.723416_TMY3-cache.csv /weather/USA_AR_Stuttgart.AWOS.723416_TMY3.epw -/weather/USA_AR_Texarkana-Webb.Field.723418_TMY3-cache.csv /weather/USA_AR_Texarkana-Webb.Field.723418_TMY3.epw -/weather/USA_AR_Walnut.Ridge.AWOS.723406_TMY3-cache.csv /weather/USA_AR_Walnut.Ridge.AWOS.723406_TMY3.epw -/weather/USA_AZ_Casa.Grande.AWOS.722748_TMY3-cache.csv /weather/USA_AZ_Casa.Grande.AWOS.722748_TMY3.epw -/weather/USA_AZ_Davis-Monthan.AFB.722745_TMY3-cache.csv /weather/USA_AZ_Davis-Monthan.AFB.722745_TMY3.epw -/weather/USA_AZ_Douglas-Bisbee.Douglas.Intl.AP.722735_TMY3-cache.csv /weather/USA_AZ_Douglas-Bisbee.Douglas.Intl.AP.722735_TMY3.epw -/weather/USA_AZ_Flagstaff-Pulliam.AP.723755_TMY3-cache.csv /weather/USA_AZ_Flagstaff-Pulliam.AP.723755_TMY3.epw -/weather/USA_AZ_Grand.Canyon.National.Park.AP.723783_TMY3-cache.csv /weather/USA_AZ_Grand.Canyon.National.Park.AP.723783_TMY3.epw -/weather/USA_AZ_Kingman.AWOS.723700_TMY3-cache.csv /weather/USA_AZ_Kingman.AWOS.723700_TMY3.epw -/weather/USA_AZ_Luke.AFB.722785_TMY3-cache.csv /weather/USA_AZ_Luke.AFB.722785_TMY3.epw -/weather/USA_AZ_Page.Muni.AWOS.723710_TMY3-cache.csv /weather/USA_AZ_Page.Muni.AWOS.723710_TMY3.epw -/weather/USA_AZ_Phoenix-Deer.Valley.AP.722784_TMY3-cache.csv /weather/USA_AZ_Phoenix-Deer.Valley.AP.722784_TMY3.epw -/weather/USA_AZ_Prescott-Love.Field.723723_TMY3-cache.csv /weather/USA_AZ_Prescott-Love.Field.723723_TMY3.epw -/weather/USA_AZ_Safford.AWOS.722747_TMY3-cache.csv /weather/USA_AZ_Safford.AWOS.722747_TMY3.epw -/weather/USA_AZ_Scottsdale.Muni.AP.722789_TMY3-cache.csv /weather/USA_AZ_Scottsdale.Muni.AP.722789_TMY3.epw -/weather/USA_AZ_Show.Low.Muni.AP.723747_TMY3-cache.csv /weather/USA_AZ_Show.Low.Muni.AP.723747_TMY3.epw -/weather/USA_AZ_Tucson.Intl.AP.722740_TMY3-cache.csv /weather/USA_AZ_Tucson.Intl.AP.722740_TMY3.epw -/weather/USA_AZ_Winslow.Muni.AP.723740_TMY3-cache.csv /weather/USA_AZ_Winslow.Muni.AP.723740_TMY3.epw -/weather/USA_AZ_Yuma.Intl.AP.722800_TMY3-cache.csv /weather/USA_AZ_Yuma.Intl.AP.722800_TMY3.epw -/weather/USA_AZ_Yuma.MCAS.699604_TMY3-cache.csv /weather/USA_AZ_Yuma.MCAS.699604_TMY3.epw -/weather/USA_CA_Alturas.725958_TMY3-cache.csv /weather/USA_CA_Alturas.725958_TMY3.epw -/weather/USA_CA_Arcata.AP.725945_TMY3-cache.csv /weather/USA_CA_Arcata.AP.725945_TMY3.epw -/weather/USA_CA_Bakersfield-Meadows.Field.723840_TMY3-cache.csv /weather/USA_CA_Bakersfield-Meadows.Field.723840_TMY3.epw -/weather/USA_CA_Barstow.Daggett.AP.723815_TMY3-cache.csv /weather/USA_CA_Barstow.Daggett.AP.723815_TMY3.epw -/weather/USA_CA_Beale.AFB.724837_TMY3-cache.csv /weather/USA_CA_Beale.AFB.724837_TMY3.epw -/weather/USA_CA_Bishop.AP.724800_TMY3-cache.csv /weather/USA_CA_Bishop.AP.724800_TMY3.epw -/weather/USA_CA_Blue.Canyon.AP.725845_TMY3-cache.csv /weather/USA_CA_Blue.Canyon.AP.725845_TMY3.epw -/weather/USA_CA_Blythe-Riverside.County.AP.747188_TMY3-cache.csv /weather/USA_CA_Blythe-Riverside.County.AP.747188_TMY3.epw -/weather/USA_CA_Burbank-Glendale-Passadena.Bob.Hope.AP.722880_TMY3-cache.csv /weather/USA_CA_Burbank-Glendale-Passadena.Bob.Hope.AP.722880_TMY3.epw -/weather/USA_CA_Camarillo.AWOS.723926_TMY3-cache.csv /weather/USA_CA_Camarillo.AWOS.723926_TMY3.epw -/weather/USA_CA_Camp.Pendleton.MCAS.722926_TMY3-cache.csv /weather/USA_CA_Camp.Pendleton.MCAS.722926_TMY3.epw -/weather/USA_CA_Carlsbad.722927_TMY3-cache.csv /weather/USA_CA_Carlsbad.722927_TMY3.epw -/weather/USA_CA_China.Lake.NAF.746120_TMY3-cache.csv /weather/USA_CA_China.Lake.NAF.746120_TMY3.epw -/weather/USA_CA_Chino.AP.722899_TMY3-cache.csv /weather/USA_CA_Chino.AP.722899_TMY3.epw -/weather/USA_CA_Chula.Vista-Brown.Field.Muni.AP.722904_TMY3-cache.csv /weather/USA_CA_Chula.Vista-Brown.Field.Muni.AP.722904_TMY3.epw -/weather/USA_CA_Concord-Buchanan.Field.724936_TMY3-cache.csv /weather/USA_CA_Concord-Buchanan.Field.724936_TMY3.epw -/weather/USA_CA_Crescent.City-Jack.McNamara.Field.725946_TMY3-cache.csv /weather/USA_CA_Crescent.City-Jack.McNamara.Field.725946_TMY3.epw -/weather/USA_CA_Edwards.AFB.723810_TMY3-cache.csv /weather/USA_CA_Edwards.AFB.723810_TMY3.epw -/weather/USA_CA_Fairfield-Travis.AFB.745160_TMY3-cache.csv /weather/USA_CA_Fairfield-Travis.AFB.745160_TMY3.epw -/weather/USA_CA_Fresno.Air.Terminal.723890_TMY3-cache.csv /weather/USA_CA_Fresno.Air.Terminal.723890_TMY3.epw -/weather/USA_CA_Fullerton.Muni.AP.722976_TMY3-cache.csv /weather/USA_CA_Fullerton.Muni.AP.722976_TMY3.epw -/weather/USA_CA_Hawthorne-Jack.Northrop.Field.722956_TMY3-cache.csv /weather/USA_CA_Hawthorne-Jack.Northrop.Field.722956_TMY3.epw -/weather/USA_CA_Hayward.Air.Terminal.724935_TMY3-cache.csv /weather/USA_CA_Hayward.Air.Terminal.724935_TMY3.epw -/weather/USA_CA_Imperial.County.AP.747185_TMY3-cache.csv /weather/USA_CA_Imperial.County.AP.747185_TMY3.epw -/weather/USA_CA_Lancaster-Gen.Wm.Fox.Field.723816_TMY3-cache.csv /weather/USA_CA_Lancaster-Gen.Wm.Fox.Field.723816_TMY3.epw -/weather/USA_CA_Lemoore.NAS.747020_TMY3-cache.csv /weather/USA_CA_Lemoore.NAS.747020_TMY3.epw -/weather/USA_CA_Livermore.Muni.AP.724927_TMY3-cache.csv /weather/USA_CA_Livermore.Muni.AP.724927_TMY3.epw -/weather/USA_CA_Lompoc.AWOS.722895_TMY3-cache.csv /weather/USA_CA_Lompoc.AWOS.722895_TMY3.epw -/weather/USA_CA_Long.Beach-Daugherty.Field.722970_TMY3-cache.csv /weather/USA_CA_Long.Beach-Daugherty.Field.722970_TMY3.epw -/weather/USA_CA_Los.Angeles.Intl.AP.722950_TMY3-cache.csv /weather/USA_CA_Los.Angeles.Intl.AP.722950_TMY3.epw -/weather/USA_CA_March.AFB.722860_TMY3-cache.csv /weather/USA_CA_March.AFB.722860_TMY3.epw -/weather/USA_CA_Merced-Macready.Field.724815_TMY3-cache.csv /weather/USA_CA_Merced-Macready.Field.724815_TMY3.epw -/weather/USA_CA_Modesto.Muni.AP.724926_TMY3-cache.csv /weather/USA_CA_Modesto.Muni.AP.724926_TMY3.epw -/weather/USA_CA_Montague-Siskiyou.County.AP.725955_TMY3-cache.csv /weather/USA_CA_Montague-Siskiyou.County.AP.725955_TMY3.epw -/weather/USA_CA_Monterey.NAF.724915_TMY3-cache.csv /weather/USA_CA_Monterey.NAF.724915_TMY3.epw -/weather/USA_CA_Mountain.View-Moffett.Field.NAS.745090_TMY3-cache.csv /weather/USA_CA_Mountain.View-Moffett.Field.NAS.745090_TMY3.epw -/weather/USA_CA_Napa.County.AP.724955_TMY3-cache.csv /weather/USA_CA_Napa.County.AP.724955_TMY3.epw -/weather/USA_CA_Needles.AP.723805_TMY3-cache.csv /weather/USA_CA_Needles.AP.723805_TMY3.epw -/weather/USA_CA_Oakland.Intl.AP.724930_TMY3-cache.csv /weather/USA_CA_Oakland.Intl.AP.724930_TMY3.epw -/weather/USA_CA_Oxnard.AP.723927_TMY3-cache.csv /weather/USA_CA_Oxnard.AP.723927_TMY3.epw -/weather/USA_CA_Palm.Springs-Thermal.AP.747187_TMY3-cache.csv /weather/USA_CA_Palm.Springs-Thermal.AP.747187_TMY3.epw -/weather/USA_CA_Palm.Springs.Intl.AP.722868_TMY3-cache.csv /weather/USA_CA_Palm.Springs.Intl.AP.722868_TMY3.epw -/weather/USA_CA_Palmdale.AP.723820_TMY3-cache.csv /weather/USA_CA_Palmdale.AP.723820_TMY3.epw -/weather/USA_CA_Paso.Robles.Muni.AP.723965_TMY3-cache.csv /weather/USA_CA_Paso.Robles.Muni.AP.723965_TMY3.epw -/weather/USA_CA_Point.Mugu.NAS.723910_TMY3-cache.csv /weather/USA_CA_Point.Mugu.NAS.723910_TMY3.epw -/weather/USA_CA_Porterville.AWOS.723895_TMY3-cache.csv /weather/USA_CA_Porterville.AWOS.723895_TMY3.epw -/weather/USA_CA_Red.Bluff.Muni.AP.725910_TMY3-cache.csv /weather/USA_CA_Red.Bluff.Muni.AP.725910_TMY3.epw -/weather/USA_CA_Redding.Muni.AP.725920_TMY3-cache.csv /weather/USA_CA_Redding.Muni.AP.725920_TMY3.epw -/weather/USA_CA_Riverside.Muni.AP.722869_TMY3-cache.csv /weather/USA_CA_Riverside.Muni.AP.722869_TMY3.epw -/weather/USA_CA_Sacramento.Exec.AP.724830_TMY3-cache.csv /weather/USA_CA_Sacramento.Exec.AP.724830_TMY3.epw -/weather/USA_CA_Sacramento.Metro.AP.724839_TMY3-cache.csv /weather/USA_CA_Sacramento.Metro.AP.724839_TMY3.epw -/weather/USA_CA_Salinas.Muni.AP.724917_TMY3-cache.csv /weather/USA_CA_Salinas.Muni.AP.724917_TMY3.epw -/weather/USA_CA_San.Diego-Lindbergh.Field.722900_TMY3-cache.csv /weather/USA_CA_San.Diego-Lindbergh.Field.722900_TMY3.epw -/weather/USA_CA_San.Diego-Miramar.NAS.722930_TMY3-cache.csv /weather/USA_CA_San.Diego-Miramar.NAS.722930_TMY3.epw -/weather/USA_CA_San.Diego-Montgomery.Field.722903_TMY3-cache.csv /weather/USA_CA_San.Diego-Montgomery.Field.722903_TMY3.epw -/weather/USA_CA_San.Diego-North.Island.NAS.722906_TMY3-cache.csv /weather/USA_CA_San.Diego-North.Island.NAS.722906_TMY3.epw -/weather/USA_CA_San.Francisco.Intl.AP.724940_TMY3-cache.csv /weather/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -/weather/USA_CA_San.Jose.Intl.AP.724945_TMY3-cache.csv /weather/USA_CA_San.Jose.Intl.AP.724945_TMY3.epw -/weather/USA_CA_San.Luis.Obispo.AP.722897_TMY3-cache.csv /weather/USA_CA_San.Luis.Obispo.AP.722897_TMY3.epw -/weather/USA_CA_Sandberg.723830_TMY3-cache.csv /weather/USA_CA_Sandberg.723830_TMY3.epw -/weather/USA_CA_Santa.Ana-John.Wayne.AP.722977_TMY3-cache.csv /weather/USA_CA_Santa.Ana-John.Wayne.AP.722977_TMY3.epw -/weather/USA_CA_Santa.Barbara.Muni.AP.723925_TMY3-cache.csv /weather/USA_CA_Santa.Barbara.Muni.AP.723925_TMY3.epw -/weather/USA_CA_Santa.Maria.Public.AP.723940_TMY3-cache.csv /weather/USA_CA_Santa.Maria.Public.AP.723940_TMY3.epw -/weather/USA_CA_Santa.Monica.Muni.AP.722885_TMY3-cache.csv /weather/USA_CA_Santa.Monica.Muni.AP.722885_TMY3.epw -/weather/USA_CA_Santa.Rosa.AWOS.724957_TMY3-cache.csv /weather/USA_CA_Santa.Rosa.AWOS.724957_TMY3.epw -/weather/USA_CA_South.Lake.Tahoe-Lake.Tahoe.AP.725847_TMY3-cache.csv /weather/USA_CA_South.Lake.Tahoe-Lake.Tahoe.AP.725847_TMY3.epw -/weather/USA_CA_Stockton.Metro.AP.724920_TMY3-cache.csv /weather/USA_CA_Stockton.Metro.AP.724920_TMY3.epw -/weather/USA_CA_Truckee.Tahoe.AP.725846_TMY3-cache.csv /weather/USA_CA_Truckee.Tahoe.AP.725846_TMY3.epw -/weather/USA_CA_Twentynine.Palms.690150_TMY3-cache.csv /weather/USA_CA_Twentynine.Palms.690150_TMY3.epw -/weather/USA_CA_Ukiah.Muni.AP.725905_TMY3-cache.csv /weather/USA_CA_Ukiah.Muni.AP.725905_TMY3.epw -/weather/USA_CA_Van.Nuys.AP.722886_TMY3-cache.csv /weather/USA_CA_Van.Nuys.AP.722886_TMY3.epw -/weather/USA_CA_Visalia.Muni.AWOS.723896_TMY3-cache.csv /weather/USA_CA_Visalia.Muni.AWOS.723896_TMY3.epw -/weather/USA_CA_Yuba.County.AP.724838_TMY3-cache.csv /weather/USA_CA_Yuba.County.AP.724838_TMY3.epw -/weather/USA_CO_Akron-Washington.County.AP.724698_TMY3-cache.csv /weather/USA_CO_Akron-Washington.County.AP.724698_TMY3.epw -/weather/USA_CO_Alamosa.Muni.AP.724620_TMY3-cache.csv /weather/USA_CO_Alamosa.Muni.AP.724620_TMY3.epw -/weather/USA_CO_Aspen-Pitkin.County-Sardy.Field.724676_TMY3-cache.csv /weather/USA_CO_Aspen-Pitkin.County-Sardy.Field.724676_TMY3.epw -/weather/USA_CO_Aurora-Buckley.Field.ANGB.724695_TMY3-cache.csv /weather/USA_CO_Aurora-Buckley.Field.ANGB.724695_TMY3.epw -/weather/USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3-cache.csv /weather/USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw -/weather/USA_CO_Cortez-Montezuma.County.AP.724767_TMY3-cache.csv /weather/USA_CO_Cortez-Montezuma.County.AP.724767_TMY3.epw -/weather/USA_CO_Craig.Moffat.AP.725700_TMY3-cache.csv /weather/USA_CO_Craig.Moffat.AP.725700_TMY3.epw -/weather/USA_CO_Durango-La.Plata.County.AP.724625_TMY3-cache.csv /weather/USA_CO_Durango-La.Plata.County.AP.724625_TMY3.epw -/weather/USA_CO_Eagle.County.Rgnl.AP.724675_TMY3-cache.csv /weather/USA_CO_Eagle.County.Rgnl.AP.724675_TMY3.epw -/weather/USA_CO_Fort.Collins.AWOS.724769_TMY3-cache.csv /weather/USA_CO_Fort.Collins.AWOS.724769_TMY3.epw -/weather/USA_CO_Golden-NREL.724666_TMY3-cache.csv /weather/USA_CO_Golden-NREL.724666_TMY3.epw -/weather/USA_CO_Grand.Junction-Walker.Field.724760_TMY3-cache.csv /weather/USA_CO_Grand.Junction-Walker.Field.724760_TMY3.epw -/weather/USA_CO_Greeley-Weld.County.AWOS.724768_TMY3-cache.csv /weather/USA_CO_Greeley-Weld.County.AWOS.724768_TMY3.epw -/weather/USA_CO_Gunnison.County.AWOS.724677_TMY3-cache.csv /weather/USA_CO_Gunnison.County.AWOS.724677_TMY3.epw -/weather/USA_CO_Hayden-Yampa.AWOS.725715_TMY3-cache.csv /weather/USA_CO_Hayden-Yampa.AWOS.725715_TMY3.epw -/weather/USA_CO_La.Junta.Muni.AP.724635_TMY3-cache.csv /weather/USA_CO_La.Junta.Muni.AP.724635_TMY3.epw -/weather/USA_CO_Lamar.Muni.AP.724636_TMY3-cache.csv /weather/USA_CO_Lamar.Muni.AP.724636_TMY3.epw -/weather/USA_CO_Leadville-Lake.County.AP.724673_TMY3-cache.csv /weather/USA_CO_Leadville-Lake.County.AP.724673_TMY3.epw -/weather/USA_CO_Limon.Muni.AP.724665_TMY3-cache.csv /weather/USA_CO_Limon.Muni.AP.724665_TMY3.epw -/weather/USA_CO_Montrose.County.AP.724765_TMY3-cache.csv /weather/USA_CO_Montrose.County.AP.724765_TMY3.epw -/weather/USA_CO_Pueblo.Mem.AP.724640_TMY3-cache.csv /weather/USA_CO_Pueblo.Mem.AP.724640_TMY3.epw -/weather/USA_CO_Rifle-Garfield.County.Rgnl.AP.725717_TMY3-cache.csv /weather/USA_CO_Rifle-Garfield.County.Rgnl.AP.725717_TMY3.epw -/weather/USA_CO_Trinidad-Las.Animas.County.AP.724645_TMY3-cache.csv /weather/USA_CO_Trinidad-Las.Animas.County.AP.724645_TMY3.epw -/weather/USA_CT_Bridgeport-Sikorsky.Mem.AP.725040_TMY3-cache.csv /weather/USA_CT_Bridgeport-Sikorsky.Mem.AP.725040_TMY3.epw -/weather/USA_CT_Danbury.Muni.AP.725086_TMY3-cache.csv /weather/USA_CT_Danbury.Muni.AP.725086_TMY3.epw -/weather/USA_CT_Groton-New.London.AP.725046_TMY3-cache.csv /weather/USA_CT_Groton-New.London.AP.725046_TMY3.epw -/weather/USA_CT_Hartford-Bradley.Intl.AP.725080_TMY3-cache.csv /weather/USA_CT_Hartford-Bradley.Intl.AP.725080_TMY3.epw -/weather/USA_CT_Hartford-Brainard.Field.725087_TMY3-cache.csv /weather/USA_CT_Hartford-Brainard.Field.725087_TMY3.epw -/weather/USA_CT_New.Haven-Tweed.AP.725045_TMY3-cache.csv /weather/USA_CT_New.Haven-Tweed.AP.725045_TMY3.epw -/weather/USA_CT_Oxford.AWOS.725029_TMY3-cache.csv /weather/USA_CT_Oxford.AWOS.725029_TMY3.epw -/weather/USA_DE_Dover.AFB.724088_TMY3-cache.csv /weather/USA_DE_Dover.AFB.724088_TMY3.epw -/weather/USA_FL_Crestview-Bob.Sikes.AP.722215_TMY3-cache.csv /weather/USA_FL_Crestview-Bob.Sikes.AP.722215_TMY3.epw -/weather/USA_FL_Daytona.Beach.Intl.AP.722056_TMY3-cache.csv /weather/USA_FL_Daytona.Beach.Intl.AP.722056_TMY3.epw -/weather/USA_FL_Fort.Lauderdale.Executive.AP.722039_TMY3-cache.csv /weather/USA_FL_Fort.Lauderdale.Executive.AP.722039_TMY3.epw -/weather/USA_FL_Fort.Lauderdale.Intl.AP.722025_TMY3-cache.csv /weather/USA_FL_Fort.Lauderdale.Intl.AP.722025_TMY3.epw -/weather/USA_FL_Fort.Myers-Page.Field.722106_TMY3-cache.csv /weather/USA_FL_Fort.Myers-Page.Field.722106_TMY3.epw -/weather/USA_FL_Fort.Pierce-St.Lucie.County.AP.722103_TMY3-cache.csv /weather/USA_FL_Fort.Pierce-St.Lucie.County.AP.722103_TMY3.epw -/weather/USA_FL_Fort.Walton.Beach-Hurlburt.Field.747770_TMY3-cache.csv /weather/USA_FL_Fort.Walton.Beach-Hurlburt.Field.747770_TMY3.epw -/weather/USA_FL_Gainesville.Rgnl.AP.722146_TMY3-cache.csv /weather/USA_FL_Gainesville.Rgnl.AP.722146_TMY3.epw -/weather/USA_FL_Homestead.AFB.722026_TMY3-cache.csv /weather/USA_FL_Homestead.AFB.722026_TMY3.epw -/weather/USA_FL_Jacksonville-Craig.Field.722068_TMY3-cache.csv /weather/USA_FL_Jacksonville-Craig.Field.722068_TMY3.epw -/weather/USA_FL_Jacksonville.Intl.AP.722060_TMY3-cache.csv /weather/USA_FL_Jacksonville.Intl.AP.722060_TMY3.epw -/weather/USA_FL_Jacksonville.NAS.722065_TMY3-cache.csv /weather/USA_FL_Jacksonville.NAS.722065_TMY3.epw -/weather/USA_FL_Key.West.Intl.AP.722010_TMY3-cache.csv /weather/USA_FL_Key.West.Intl.AP.722010_TMY3.epw -/weather/USA_FL_Key.West.NAS.722015_TMY3-cache.csv /weather/USA_FL_Key.West.NAS.722015_TMY3.epw -/weather/USA_FL_Lakeland.Linder.Rgnl.AP.722119_TMY3-cache.csv /weather/USA_FL_Lakeland.Linder.Rgnl.AP.722119_TMY3.epw -/weather/USA_FL_MacDill.AFB.747880_TMY3-cache.csv /weather/USA_FL_MacDill.AFB.747880_TMY3.epw -/weather/USA_FL_Marathon.AP.722016_TMY3-cache.csv /weather/USA_FL_Marathon.AP.722016_TMY3.epw -/weather/USA_FL_Mayport.NS.722066_TMY3-cache.csv /weather/USA_FL_Mayport.NS.722066_TMY3.epw -/weather/USA_FL_Melbourne.Rgnl.AP.722040_TMY3-cache.csv /weather/USA_FL_Melbourne.Rgnl.AP.722040_TMY3.epw -/weather/USA_FL_Miami-Kendall-Tamiami.Executive.AP.722029_TMY3-cache.csv /weather/USA_FL_Miami-Kendall-Tamiami.Executive.AP.722029_TMY3.epw -/weather/USA_FL_Miami-Opa.Locka.AP.722024_TMY3-cache.csv /weather/USA_FL_Miami-Opa.Locka.AP.722024_TMY3.epw -/weather/USA_FL_NASA.Shuttle.Landing.Facility.747946_TMY3-cache.csv /weather/USA_FL_NASA.Shuttle.Landing.Facility.747946_TMY3.epw -/weather/USA_FL_Naples.Muni.AP.722038_TMY3-cache.csv /weather/USA_FL_Naples.Muni.AP.722038_TMY3.epw -/weather/USA_FL_Ocala.Muni.AWOS.722055_TMY3-cache.csv /weather/USA_FL_Ocala.Muni.AWOS.722055_TMY3.epw -/weather/USA_FL_Orlando-Sanford.AP.722057_TMY3-cache.csv /weather/USA_FL_Orlando-Sanford.AP.722057_TMY3.epw -/weather/USA_FL_Orlando.Executive.AP.722053_TMY3-cache.csv /weather/USA_FL_Orlando.Executive.AP.722053_TMY3.epw -/weather/USA_FL_Orlando.Intl.AP.722050_TMY3-cache.csv /weather/USA_FL_Orlando.Intl.AP.722050_TMY3.epw -/weather/USA_FL_Panama.City-Bay.County.AP.722245_TMY3-cache.csv /weather/USA_FL_Panama.City-Bay.County.AP.722245_TMY3.epw -/weather/USA_FL_Pensacola-Forest.Sherman.NAS.722225_TMY3-cache.csv /weather/USA_FL_Pensacola-Forest.Sherman.NAS.722225_TMY3.epw -/weather/USA_FL_Pensacola.Rgnl.AP.722223_TMY3-cache.csv /weather/USA_FL_Pensacola.Rgnl.AP.722223_TMY3.epw -/weather/USA_FL_Sarasota-Bradenton.Intl.AP.722115_TMY3-cache.csv /weather/USA_FL_Sarasota-Bradenton.Intl.AP.722115_TMY3.epw -/weather/USA_FL_Southwest.Florida.Intl.AP.722108_TMY3-cache.csv /weather/USA_FL_Southwest.Florida.Intl.AP.722108_TMY3.epw -/weather/USA_FL_St.Petersburg-Albert.Whitted.Station.722104_TMY3-cache.csv /weather/USA_FL_St.Petersburg-Albert.Whitted.Station.722104_TMY3.epw -/weather/USA_FL_St.Petersburg-Clearwater.Intl.AP.722116_TMY3-cache.csv /weather/USA_FL_St.Petersburg-Clearwater.Intl.AP.722116_TMY3.epw -/weather/USA_FL_Tallahassee.Rgnl.AP.722140_TMY3-cache.csv /weather/USA_FL_Tallahassee.Rgnl.AP.722140_TMY3.epw -/weather/USA_FL_Tampa.Intl.AP.722110_TMY3-cache.csv /weather/USA_FL_Tampa.Intl.AP.722110_TMY3.epw -/weather/USA_FL_Tyndall.AFB.747750_TMY3-cache.csv /weather/USA_FL_Tyndall.AFB.747750_TMY3.epw -/weather/USA_FL_Valparaiso-Elgin.AFB.722210_TMY3-cache.csv /weather/USA_FL_Valparaiso-Elgin.AFB.722210_TMY3.epw -/weather/USA_FL_Vero.Beach.Muni.AP.722045_TMY3-cache.csv /weather/USA_FL_Vero.Beach.Muni.AP.722045_TMY3.epw -/weather/USA_FL_West.Palm.Beach.Intl.AP.722030_TMY3-cache.csv /weather/USA_FL_West.Palm.Beach.Intl.AP.722030_TMY3.epw -/weather/USA_FL_Whiting.Field.NAS.722226_TMY3-cache.csv /weather/USA_FL_Whiting.Field.NAS.722226_TMY3.epw -/weather/USA_GA_Albany-Dougherty.County.AP.722160_TMY3-cache.csv /weather/USA_GA_Albany-Dougherty.County.AP.722160_TMY3.epw -/weather/USA_GA_Alma-Bacon.County.AP.722135_TMY3-cache.csv /weather/USA_GA_Alma-Bacon.County.AP.722135_TMY3.epw -/weather/USA_GA_Athens-Ben.Epps.AP.723110_TMY3-cache.csv /weather/USA_GA_Athens-Ben.Epps.AP.723110_TMY3.epw -/weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3-cache.csv /weather/USA_GA_Atlanta-Hartsfield-Jackson.Intl.AP.722190_TMY3.epw -/weather/USA_GA_Augusta-Bush-Field.722180_TMY3-cache.csv /weather/USA_GA_Augusta-Bush-Field.722180_TMY3.epw -/weather/USA_GA_Brunswick-Golden.Isles.AP.722136_TMY3-cache.csv /weather/USA_GA_Brunswick-Golden.Isles.AP.722136_TMY3.epw -/weather/USA_GA_Brunswick-Malcolm.McKinnon.AP.722137_TMY3-cache.csv /weather/USA_GA_Brunswick-Malcolm.McKinnon.AP.722137_TMY3.epw -/weather/USA_GA_Columbus.Metro.AP.722255_TMY3-cache.csv /weather/USA_GA_Columbus.Metro.AP.722255_TMY3.epw -/weather/USA_GA_Dekalb.Peachtree.AP.722196_TMY3-cache.csv /weather/USA_GA_Dekalb.Peachtree.AP.722196_TMY3.epw -/weather/USA_GA_Fort.Benning-Lawson.Field.722250_TMY3-cache.csv /weather/USA_GA_Fort.Benning-Lawson.Field.722250_TMY3.epw -/weather/USA_GA_Fulton.County.AP.722195_TMY3-cache.csv /weather/USA_GA_Fulton.County.AP.722195_TMY3.epw -/weather/USA_GA_Macon-Middle.Georgia.Rgnl.AP.722170_TMY3-cache.csv /weather/USA_GA_Macon-Middle.Georgia.Rgnl.AP.722170_TMY3.epw -/weather/USA_GA_Marietta-Dobbins.AFB.722270_TMY3-cache.csv /weather/USA_GA_Marietta-Dobbins.AFB.722270_TMY3.epw -/weather/USA_GA_Rome-Richard.B.Russell.AP.723200_TMY3-cache.csv /weather/USA_GA_Rome-Richard.B.Russell.AP.723200_TMY3.epw -/weather/USA_GA_Savannah-Hunter.AAF.747804_TMY3-cache.csv /weather/USA_GA_Savannah-Hunter.AAF.747804_TMY3.epw -/weather/USA_GA_Savannah.Intl.AP.722070_TMY3-cache.csv /weather/USA_GA_Savannah.Intl.AP.722070_TMY3.epw -/weather/USA_GA_Valdosta-Moody.AFB.747810_TMY3-cache.csv /weather/USA_GA_Valdosta-Moody.AFB.747810_TMY3.epw -/weather/USA_GA_Valdosta.Rgnl.AP.722166_TMY3-cache.csv /weather/USA_GA_Valdosta.Rgnl.AP.722166_TMY3.epw -/weather/USA_GA_Warner.Robins.AFB.722175_TMY3-cache.csv /weather/USA_GA_Warner.Robins.AFB.722175_TMY3.epw -/weather/USA_HI_Barbers.Point.NAS.911780_TMY3-cache.csv /weather/USA_HI_Barbers.Point.NAS.911780_TMY3.epw -/weather/USA_HI_Hilo.Intl.AP.912850_TMY3-cache.csv /weather/USA_HI_Hilo.Intl.AP.912850_TMY3.epw -/weather/USA_HI_Kahului.AP.911900_TMY3-cache.csv /weather/USA_HI_Kahului.AP.911900_TMY3.epw -/weather/USA_HI_Kailua-Kaneohe.Bay.MCAS.911760_TMY3-cache.csv /weather/USA_HI_Kailua-Kaneohe.Bay.MCAS.911760_TMY3.epw -/weather/USA_HI_Kapalua-West.Maui.AP.911904_TMY3-cache.csv /weather/USA_HI_Kapalua-West.Maui.AP.911904_TMY3.epw -/weather/USA_HI_Keahole-Kona.Intl.AP.911975_TMY3-cache.csv /weather/USA_HI_Keahole-Kona.Intl.AP.911975_TMY3.epw -/weather/USA_HI_Lanai.AP.911905_TMY3-cache.csv /weather/USA_HI_Lanai.AP.911905_TMY3.epw -/weather/USA_HI_Lihue.AP.911650_TMY3-cache.csv /weather/USA_HI_Lihue.AP.911650_TMY3.epw -/weather/USA_HI_Molokai.AWOS.911860_TMY3-cache.csv /weather/USA_HI_Molokai.AWOS.911860_TMY3.epw -/weather/USA_IA_Algona.Muni.AP.725457_TMY3-cache.csv /weather/USA_IA_Algona.Muni.AP.725457_TMY3.epw -/weather/USA_IA_Atlantic.Muni.AP.725453_TMY3-cache.csv /weather/USA_IA_Atlantic.Muni.AP.725453_TMY3.epw -/weather/USA_IA_Boone.Muni.AP.725486_TMY3-cache.csv /weather/USA_IA_Boone.Muni.AP.725486_TMY3.epw -/weather/USA_IA_Burlington.Muni.AP.725455_TMY3-cache.csv /weather/USA_IA_Burlington.Muni.AP.725455_TMY3.epw -/weather/USA_IA_Carroll.Muni.AP.725468_TMY3-cache.csv /weather/USA_IA_Carroll.Muni.AP.725468_TMY3.epw -/weather/USA_IA_Cedar.Rapids.Muni.AP.725450_TMY3-cache.csv /weather/USA_IA_Cedar.Rapids.Muni.AP.725450_TMY3.epw -/weather/USA_IA_Chariton.Muni.AP.725469_TMY3-cache.csv /weather/USA_IA_Chariton.Muni.AP.725469_TMY3.epw -/weather/USA_IA_Charles.City.Muni.AP.725463_TMY3-cache.csv /weather/USA_IA_Charles.City.Muni.AP.725463_TMY3.epw -/weather/USA_IA_Clarinda.Muni.AP.725479_TMY3-cache.csv /weather/USA_IA_Clarinda.Muni.AP.725479_TMY3.epw -/weather/USA_IA_Clinton.Muni.AWOS.725473_TMY3-cache.csv /weather/USA_IA_Clinton.Muni.AWOS.725473_TMY3.epw -/weather/USA_IA_Council.Bluffs.Muni.AP.725497_TMY3-cache.csv /weather/USA_IA_Council.Bluffs.Muni.AP.725497_TMY3.epw -/weather/USA_IA_Creston.Muni.AP.725474_TMY3-cache.csv /weather/USA_IA_Creston.Muni.AP.725474_TMY3.epw -/weather/USA_IA_Decorah.Muni.AP.725476_TMY3-cache.csv /weather/USA_IA_Decorah.Muni.AP.725476_TMY3.epw -/weather/USA_IA_Denison.Muni.AP.725477_TMY3-cache.csv /weather/USA_IA_Denison.Muni.AP.725477_TMY3.epw -/weather/USA_IA_Des.Moines.Intl.AP.725460_TMY3-cache.csv /weather/USA_IA_Des.Moines.Intl.AP.725460_TMY3.epw -/weather/USA_IA_Dubuque.Rgnl.AP.725470_TMY3-cache.csv /weather/USA_IA_Dubuque.Rgnl.AP.725470_TMY3.epw -/weather/USA_IA_Estherville.Muni.AP.726499_TMY3-cache.csv /weather/USA_IA_Estherville.Muni.AP.726499_TMY3.epw -/weather/USA_IA_Fairfield.Muni.AP.726498_TMY3-cache.csv /weather/USA_IA_Fairfield.Muni.AP.726498_TMY3.epw -/weather/USA_IA_Fort.Dodge.AWOS.725490_TMY3-cache.csv /weather/USA_IA_Fort.Dodge.AWOS.725490_TMY3.epw -/weather/USA_IA_Fort.Madison.Muni.AP.725483_TMY3-cache.csv /weather/USA_IA_Fort.Madison.Muni.AP.725483_TMY3.epw -/weather/USA_IA_Keokuk.Muni.AP.725456_TMY3-cache.csv /weather/USA_IA_Keokuk.Muni.AP.725456_TMY3.epw -/weather/USA_IA_Knoxville.Muni.AP.725493_TMY3-cache.csv /weather/USA_IA_Knoxville.Muni.AP.725493_TMY3.epw -/weather/USA_IA_Le.Mars.Muni.AP.725484_TMY3-cache.csv /weather/USA_IA_Le.Mars.Muni.AP.725484_TMY3.epw -/weather/USA_IA_Mason.City.Muni.AP.725485_TMY3-cache.csv /weather/USA_IA_Mason.City.Muni.AP.725485_TMY3.epw -/weather/USA_IA_Monticello.Muni.AP.725475_TMY3-cache.csv /weather/USA_IA_Monticello.Muni.AP.725475_TMY3.epw -/weather/USA_IA_Muscatine.Muni.AP.725487_TMY3-cache.csv /weather/USA_IA_Muscatine.Muni.AP.725487_TMY3.epw -/weather/USA_IA_Newton.Muni.AP.725464_TMY3-cache.csv /weather/USA_IA_Newton.Muni.AP.725464_TMY3.epw -/weather/USA_IA_Oelwein.Muni.AP.725488_TMY3-cache.csv /weather/USA_IA_Oelwein.Muni.AP.725488_TMY3.epw -/weather/USA_IA_Orange.City.Muni.AP.725489_TMY3-cache.csv /weather/USA_IA_Orange.City.Muni.AP.725489_TMY3.epw -/weather/USA_IA_Ottumwa.Industrial.AP.725465_TMY3-cache.csv /weather/USA_IA_Ottumwa.Industrial.AP.725465_TMY3.epw -/weather/USA_IA_Red.Oak.Muni.AP.725494_TMY3-cache.csv /weather/USA_IA_Red.Oak.Muni.AP.725494_TMY3.epw -/weather/USA_IA_Sheldon.Muni.AP.725495_TMY3-cache.csv /weather/USA_IA_Sheldon.Muni.AP.725495_TMY3.epw -/weather/USA_IA_Shenandoah.Muni.AP.725467_TMY3-cache.csv /weather/USA_IA_Shenandoah.Muni.AP.725467_TMY3.epw -/weather/USA_IA_Sioux.City-Sioux.Gateway.AP.725570_TMY3-cache.csv /weather/USA_IA_Sioux.City-Sioux.Gateway.AP.725570_TMY3.epw -/weather/USA_IA_Spencer.Muni.AP.726500_TMY3-cache.csv /weather/USA_IA_Spencer.Muni.AP.726500_TMY3.epw -/weather/USA_IA_Storm.Lake.Muni.AP.725496_TMY3-cache.csv /weather/USA_IA_Storm.Lake.Muni.AP.725496_TMY3.epw -/weather/USA_IA_Washington.Muni.AP.725454_TMY3-cache.csv /weather/USA_IA_Washington.Muni.AP.725454_TMY3.epw -/weather/USA_IA_Waterloo.Muni.AP.725480_TMY3-cache.csv /weather/USA_IA_Waterloo.Muni.AP.725480_TMY3.epw -/weather/USA_IA_Webster.City.Muni.AP.725478_TMY3-cache.csv /weather/USA_IA_Webster.City.Muni.AP.725478_TMY3.epw -/weather/USA_ID_Boise.Air.Terminal.726810_TMY3-cache.csv /weather/USA_ID_Boise.Air.Terminal.726810_TMY3.epw -/weather/USA_ID_Burley.Muni.AP.725867_TMY3-cache.csv /weather/USA_ID_Burley.Muni.AP.725867_TMY3.epw -/weather/USA_ID_Caldwell.AWOS.726813_TMY3-cache.csv /weather/USA_ID_Caldwell.AWOS.726813_TMY3.epw -/weather/USA_ID_Coeur.dAlene.AWOS.727834_TMY3-cache.csv /weather/USA_ID_Coeur.dAlene.AWOS.727834_TMY3.epw -/weather/USA_ID_Hailey-Sun.Valley.AP.725865_TMY3-cache.csv /weather/USA_ID_Hailey-Sun.Valley.AP.725865_TMY3.epw -/weather/USA_ID_Idaho.Falls-Fanning.Field.725785_TMY3-cache.csv /weather/USA_ID_Idaho.Falls-Fanning.Field.725785_TMY3.epw -/weather/USA_ID_Lewiston-Nez.Perce.County.AP.727830_TMY3-cache.csv /weather/USA_ID_Lewiston-Nez.Perce.County.AP.727830_TMY3.epw -/weather/USA_ID_Malad.City.AP.725786_TMY3-cache.csv /weather/USA_ID_Malad.City.AP.725786_TMY3.epw -/weather/USA_ID_Mountain.Home.AFB.726815_TMY3-cache.csv /weather/USA_ID_Mountain.Home.AFB.726815_TMY3.epw -/weather/USA_ID_Pocatello.Muni.AP.725780_TMY3-cache.csv /weather/USA_ID_Pocatello.Muni.AP.725780_TMY3.epw -/weather/USA_ID_Salmon-Lemhi.AWOS.726865_TMY3-cache.csv /weather/USA_ID_Salmon-Lemhi.AWOS.726865_TMY3.epw -/weather/USA_ID_Soda.Springs-Tigert.AP.725868_TMY3-cache.csv /weather/USA_ID_Soda.Springs-Tigert.AP.725868_TMY3.epw -/weather/USA_ID_Twin.Falls-Magic.Valley.Rgnl.AP-Joslin.Field.725866_TMY3-cache.csv /weather/USA_ID_Twin.Falls-Magic.Valley.Rgnl.AP-Joslin.Field.725866_TMY3.epw -/weather/USA_IL_Aurora.Muni.AP.744655_TMY3-cache.csv /weather/USA_IL_Aurora.Muni.AP.744655_TMY3.epw -/weather/USA_IL_Belleville-Scott.AFB.724338_TMY3-cache.csv /weather/USA_IL_Belleville-Scott.AFB.724338_TMY3.epw -/weather/USA_IL_Bloomington.Normal-Central.Illinois.Rgnl.AP.724397_TMY3-cache.csv /weather/USA_IL_Bloomington.Normal-Central.Illinois.Rgnl.AP.724397_TMY3.epw -/weather/USA_IL_Cahokia.AP.725314_TMY3-cache.csv /weather/USA_IL_Cahokia.AP.725314_TMY3.epw -/weather/USA_IL_Carbondale-Southern.Illinois.AP.724336_TMY3-cache.csv /weather/USA_IL_Carbondale-Southern.Illinois.AP.724336_TMY3.epw -/weather/USA_IL_Chicago-Midway.AP.725340_TMY3-cache.csv /weather/USA_IL_Chicago-Midway.AP.725340_TMY3.epw -/weather/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3-cache.csv /weather/USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw -/weather/USA_IL_Decatur.AP.725316_TMY3-cache.csv /weather/USA_IL_Decatur.AP.725316_TMY3.epw -/weather/USA_IL_Du.Page.AP.725305_TMY3-cache.csv /weather/USA_IL_Du.Page.AP.725305_TMY3.epw -/weather/USA_IL_Marion-Williamson.County.Rgnl.AP.724339_TMY3-cache.csv /weather/USA_IL_Marion-Williamson.County.Rgnl.AP.724339_TMY3.epw -/weather/USA_IL_Moline-Quad.City.Intl.AP.725440_TMY3-cache.csv /weather/USA_IL_Moline-Quad.City.Intl.AP.725440_TMY3.epw -/weather/USA_IL_Mount.Vernon.AWOS.724335_TMY3-cache.csv /weather/USA_IL_Mount.Vernon.AWOS.724335_TMY3.epw -/weather/USA_IL_Peoria-Greater.Peoria.AP.725320_TMY3-cache.csv /weather/USA_IL_Peoria-Greater.Peoria.AP.725320_TMY3.epw -/weather/USA_IL_Quincy.Muni.AP.724396_TMY3-cache.csv /weather/USA_IL_Quincy.Muni.AP.724396_TMY3.epw -/weather/USA_IL_Rockford-Greater.Rockford.AP.725430_TMY3-cache.csv /weather/USA_IL_Rockford-Greater.Rockford.AP.725430_TMY3.epw -/weather/USA_IL_Springfield-Capital.AP.724390_TMY3-cache.csv /weather/USA_IL_Springfield-Capital.AP.724390_TMY3.epw -/weather/USA_IL_Sterling-Rock.Falls-Whiteside.County.AP.725326_TMY3-cache.csv /weather/USA_IL_Sterling-Rock.Falls-Whiteside.County.AP.725326_TMY3.epw -/weather/USA_IL_University.of.Illinois-Willard.AP.725315_TMY3-cache.csv /weather/USA_IL_University.of.Illinois-Willard.AP.725315_TMY3.epw -/weather/USA_IL_Waukegan.Rgnl.AP.725347_TMY3-cache.csv /weather/USA_IL_Waukegan.Rgnl.AP.725347_TMY3.epw -/weather/USA_IN_Delaware.County-Johnson.Field.725336_TMY3-cache.csv /weather/USA_IN_Delaware.County-Johnson.Field.725336_TMY3.epw -/weather/USA_IN_Evansville.Rgnl.AP.724320_TMY3-cache.csv /weather/USA_IN_Evansville.Rgnl.AP.724320_TMY3.epw -/weather/USA_IN_Fort.Wayne.Intl.AP.725330_TMY3-cache.csv /weather/USA_IN_Fort.Wayne.Intl.AP.725330_TMY3.epw -/weather/USA_IN_Grissom.AFB.725335_TMY3-cache.csv /weather/USA_IN_Grissom.AFB.725335_TMY3.epw -/weather/USA_IN_Huntingburg.Muni.AP.724365_TMY3-cache.csv /weather/USA_IN_Huntingburg.Muni.AP.724365_TMY3.epw -/weather/USA_IN_Indianapolis.Intl.AP.724380_TMY3-cache.csv /weather/USA_IN_Indianapolis.Intl.AP.724380_TMY3.epw -/weather/USA_IN_Lafayette-Purdue.University.AP.724386_TMY3-cache.csv /weather/USA_IN_Lafayette-Purdue.University.AP.724386_TMY3.epw -/weather/USA_IN_Monroe.County.AP.724375_TMY3-cache.csv /weather/USA_IN_Monroe.County.AP.724375_TMY3.epw -/weather/USA_IN_South.Bend-Michiana.Rgnl.AP.725350_TMY3-cache.csv /weather/USA_IN_South.Bend-Michiana.Rgnl.AP.725350_TMY3.epw -/weather/USA_IN_Terre.Haute-Hulman.Rgnl.AP.724373_TMY3-cache.csv /weather/USA_IN_Terre.Haute-Hulman.Rgnl.AP.724373_TMY3.epw -/weather/USA_KS_Chanute-Martin.Johnson.AP.724507_TMY3-cache.csv /weather/USA_KS_Chanute-Martin.Johnson.AP.724507_TMY3.epw -/weather/USA_KS_Concordia-Blosser.Muni.AP.724580_TMY3-cache.csv /weather/USA_KS_Concordia-Blosser.Muni.AP.724580_TMY3.epw -/weather/USA_KS_Dodge.City.Rgnl.AP.724510_TMY3-cache.csv /weather/USA_KS_Dodge.City.Rgnl.AP.724510_TMY3.epw -/weather/USA_KS_Emporia.Muni.AP.724556_TMY3-cache.csv /weather/USA_KS_Emporia.Muni.AP.724556_TMY3.epw -/weather/USA_KS_Fort.Riley-Marshall.AAF.724550_TMY3-cache.csv /weather/USA_KS_Fort.Riley-Marshall.AAF.724550_TMY3.epw -/weather/USA_KS_Garden.City.Muni.AP.724515_TMY3-cache.csv /weather/USA_KS_Garden.City.Muni.AP.724515_TMY3.epw -/weather/USA_KS_Goodland-Renner.Field.724650_TMY3-cache.csv /weather/USA_KS_Goodland-Renner.Field.724650_TMY3.epw -/weather/USA_KS_Great.Bend.AWOS.724517_TMY3-cache.csv /weather/USA_KS_Great.Bend.AWOS.724517_TMY3.epw -/weather/USA_KS_Hays.Muni.AWOS.724518_TMY3-cache.csv /weather/USA_KS_Hays.Muni.AWOS.724518_TMY3.epw -/weather/USA_KS_Hill.City.Muni.AP.724655_TMY3-cache.csv /weather/USA_KS_Hill.City.Muni.AP.724655_TMY3.epw -/weather/USA_KS_Hutchinson.Muni.AP.724506_TMY3-cache.csv /weather/USA_KS_Hutchinson.Muni.AP.724506_TMY3.epw -/weather/USA_KS_Liberal.Muni.AP.724516_TMY3-cache.csv /weather/USA_KS_Liberal.Muni.AP.724516_TMY3.epw -/weather/USA_KS_Manhattan.Rgnl.AP.724555_TMY3-cache.csv /weather/USA_KS_Manhattan.Rgnl.AP.724555_TMY3.epw -/weather/USA_KS_Newton.AWOS.724509_TMY3-cache.csv /weather/USA_KS_Newton.AWOS.724509_TMY3.epw -/weather/USA_KS_Olathe-Johnson.County.Executive.AP.724468_TMY3-cache.csv /weather/USA_KS_Olathe-Johnson.County.Executive.AP.724468_TMY3.epw -/weather/USA_KS_Olathe-Johnson.County.Industrial.AP.724475_TMY3-cache.csv /weather/USA_KS_Olathe-Johnson.County.Industrial.AP.724475_TMY3.epw -/weather/USA_KS_Russell.Muni.AP.724585_TMY3-cache.csv /weather/USA_KS_Russell.Muni.AP.724585_TMY3.epw -/weather/USA_KS_Salina.Muni.AP.724586_TMY3-cache.csv /weather/USA_KS_Salina.Muni.AP.724586_TMY3.epw -/weather/USA_KS_Topeka-Forbes.AFB.724565_TMY3-cache.csv /weather/USA_KS_Topeka-Forbes.AFB.724565_TMY3.epw -/weather/USA_KS_Topeka-Phillip.Billard.Muni.AP.724560_TMY3-cache.csv /weather/USA_KS_Topeka-Phillip.Billard.Muni.AP.724560_TMY3.epw -/weather/USA_KS_Wichita-Col.Jabara.Field.724504_TMY3-cache.csv /weather/USA_KS_Wichita-Col.Jabara.Field.724504_TMY3.epw -/weather/USA_KS_Wichita-McConnell.AFB.724505_TMY3-cache.csv /weather/USA_KS_Wichita-McConnell.AFB.724505_TMY3.epw -/weather/USA_KS_Wichita-Mid.Continent.AP.724500_TMY3-cache.csv /weather/USA_KS_Wichita-Mid.Continent.AP.724500_TMY3.epw -/weather/USA_KY_Bowling.Green-Warren.County.AP.746716_TMY3-cache.csv /weather/USA_KY_Bowling.Green-Warren.County.AP.746716_TMY3.epw -/weather/USA_KY_Cincinnati-Northern.Kentucky.AP.724210_TMY3-cache.csv /weather/USA_KY_Cincinnati-Northern.Kentucky.AP.724210_TMY3.epw -/weather/USA_KY_Fort.Campbell.AAF.746710_TMY3-cache.csv /weather/USA_KY_Fort.Campbell.AAF.746710_TMY3.epw -/weather/USA_KY_Fort.Knox-Godman.AAF.724240_TMY3-cache.csv /weather/USA_KY_Fort.Knox-Godman.AAF.724240_TMY3.epw -/weather/USA_KY_Henderson.City.County.AP.724238_TMY3-cache.csv /weather/USA_KY_Henderson.City.County.AP.724238_TMY3.epw -/weather/USA_KY_Jackson-Julian.Carroll.AP.724236_TMY3-cache.csv /weather/USA_KY_Jackson-Julian.Carroll.AP.724236_TMY3.epw -/weather/USA_KY_Lexington-Bluegrass.AP.724220_TMY3-cache.csv /weather/USA_KY_Lexington-Bluegrass.AP.724220_TMY3.epw -/weather/USA_KY_London-Corbin-Magee.Field.724243_TMY3-cache.csv /weather/USA_KY_London-Corbin-Magee.Field.724243_TMY3.epw -/weather/USA_KY_Louisville-Bowman.Field.724235_TMY3-cache.csv /weather/USA_KY_Louisville-Bowman.Field.724235_TMY3.epw -/weather/USA_KY_Louisville-Standiford.Field.724230_TMY3-cache.csv /weather/USA_KY_Louisville-Standiford.Field.724230_TMY3.epw -/weather/USA_KY_Paducah-Barkley.Rgnl.AP.724350_TMY3-cache.csv /weather/USA_KY_Paducah-Barkley.Rgnl.AP.724350_TMY3.epw -/weather/USA_KY_Somerset-Pulaski.County.AWOS.724354_TMY3-cache.csv /weather/USA_KY_Somerset-Pulaski.County.AWOS.724354_TMY3.epw -/weather/USA_LA_Alexandria-England.AFB.747540_TMY3-cache.csv /weather/USA_LA_Alexandria-England.AFB.747540_TMY3.epw -/weather/USA_LA_Alexandria-Esler.Rgnl.AP.722487_TMY3-cache.csv /weather/USA_LA_Alexandria-Esler.Rgnl.AP.722487_TMY3.epw -/weather/USA_LA_Barksdale.AFB.722485_TMY3-cache.csv /weather/USA_LA_Barksdale.AFB.722485_TMY3.epw -/weather/USA_LA_Baton.Rouge-Ryan.AP.722317_TMY3-cache.csv /weather/USA_LA_Baton.Rouge-Ryan.AP.722317_TMY3.epw -/weather/USA_LA_Fort.Polk.722390_TMY3-cache.csv /weather/USA_LA_Fort.Polk.722390_TMY3.epw -/weather/USA_LA_Houma-Terrebonne.AP.722406_TMY3-cache.csv /weather/USA_LA_Houma-Terrebonne.AP.722406_TMY3.epw -/weather/USA_LA_Lafayette.RgnlAP.722405_TMY3-cache.csv /weather/USA_LA_Lafayette.RgnlAP.722405_TMY3.epw -/weather/USA_LA_Lake.Charles.AP.722404_TMY3-cache.csv /weather/USA_LA_Lake.Charles.AP.722404_TMY3.epw -/weather/USA_LA_Lake.Charles.Rgnl.AP.722400_TMY3-cache.csv /weather/USA_LA_Lake.Charles.Rgnl.AP.722400_TMY3.epw -/weather/USA_LA_Monroe.Rgnl.AP.722486_TMY3-cache.csv /weather/USA_LA_Monroe.Rgnl.AP.722486_TMY3.epw -/weather/USA_LA_New.Iberia.722314_TMY3-cache.csv /weather/USA_LA_New.Iberia.722314_TMY3.epw -/weather/USA_LA_New.Orleans-Alvin.Callender.Field.722316_TMY3-cache.csv /weather/USA_LA_New.Orleans-Alvin.Callender.Field.722316_TMY3.epw -/weather/USA_LA_New.Orleans-Lakefront.AP.722315_TMY3-cache.csv /weather/USA_LA_New.Orleans-Lakefront.AP.722315_TMY3.epw -/weather/USA_LA_New.Orleans.Intl.AP.722310_TMY3-cache.csv /weather/USA_LA_New.Orleans.Intl.AP.722310_TMY3.epw -/weather/USA_LA_Patterson.Mem.AP.722329_TMY3-cache.csv /weather/USA_LA_Patterson.Mem.AP.722329_TMY3.epw -/weather/USA_LA_Shreveport.Downtown.722484_TMY3-cache.csv /weather/USA_LA_Shreveport.Downtown.722484_TMY3.epw -/weather/USA_LA_Shreveport.Rgnl.AP.722480_TMY3-cache.csv /weather/USA_LA_Shreveport.Rgnl.AP.722480_TMY3.epw -/weather/USA_MA_Barnstable-Boardman.Poland.AP.725067_TMY3-cache.csv /weather/USA_MA_Barnstable-Boardman.Poland.AP.725067_TMY3.epw -/weather/USA_MA_Beverly.Muni.AP.725088_TMY3-cache.csv /weather/USA_MA_Beverly.Muni.AP.725088_TMY3.epw -/weather/USA_MA_Boston-Logan.Intl.AP.725090_TMY3-cache.csv /weather/USA_MA_Boston-Logan.Intl.AP.725090_TMY3.epw -/weather/USA_MA_Chicopee.Falls-Westover.AFB.744910_TMY3-cache.csv /weather/USA_MA_Chicopee.Falls-Westover.AFB.744910_TMY3.epw -/weather/USA_MA_Lawrence.Muni.AP.744904_TMY3-cache.csv /weather/USA_MA_Lawrence.Muni.AP.744904_TMY3.epw -/weather/USA_MA_Marthas.Vineyard.AP.725066_TMY3-cache.csv /weather/USA_MA_Marthas.Vineyard.AP.725066_TMY3.epw -/weather/USA_MA_Nantucket.Mem.AP.725063_TMY3-cache.csv /weather/USA_MA_Nantucket.Mem.AP.725063_TMY3.epw -/weather/USA_MA_New.Bedford.Rgnl.AP.725065_TMY3-cache.csv /weather/USA_MA_New.Bedford.Rgnl.AP.725065_TMY3.epw -/weather/USA_MA_North.Adams.AP.725075_TMY3-cache.csv /weather/USA_MA_North.Adams.AP.725075_TMY3.epw -/weather/USA_MA_Norwood.Mem.AP.725098_TMY3-cache.csv /weather/USA_MA_Norwood.Mem.AP.725098_TMY3.epw -/weather/USA_MA_Otis.ANGB.725060_TMY3-cache.csv /weather/USA_MA_Otis.ANGB.725060_TMY3.epw -/weather/USA_MA_Plymouth.Muni.AP.725064_TMY3-cache.csv /weather/USA_MA_Plymouth.Muni.AP.725064_TMY3.epw -/weather/USA_MA_Provincetown.AWOS.725073_TMY3-cache.csv /weather/USA_MA_Provincetown.AWOS.725073_TMY3.epw -/weather/USA_MA_Westfield-Barnes.Muni.AP.744915_TMY3-cache.csv /weather/USA_MA_Westfield-Barnes.Muni.AP.744915_TMY3.epw -/weather/USA_MA_Worcester.Rgnl.AP.725095_TMY3-cache.csv /weather/USA_MA_Worcester.Rgnl.AP.725095_TMY3.epw -/weather/USA_MD_Andrews.AFB.745940_TMY3-cache.csv /weather/USA_MD_Andrews.AFB.745940_TMY3.epw -/weather/USA_MD_Hagerstown-Washington.County.Rgnl.AP.724066_TMY3-cache.csv /weather/USA_MD_Hagerstown-Washington.County.Rgnl.AP.724066_TMY3.epw -/weather/USA_MD_Patuxent.River.NAS.724040_TMY3-cache.csv /weather/USA_MD_Patuxent.River.NAS.724040_TMY3.epw -/weather/USA_MD_Salisbury-Wicomico.County.Rgnl.AP.724045_TMY3-cache.csv /weather/USA_MD_Salisbury-Wicomico.County.Rgnl.AP.724045_TMY3.epw -/weather/USA_ME_Auburn-Lewiston.Muni.AP.726184_TMY3-cache.csv /weather/USA_ME_Auburn-Lewiston.Muni.AP.726184_TMY3.epw -/weather/USA_ME_Augusta.AP.726185_TMY3-cache.csv /weather/USA_ME_Augusta.AP.726185_TMY3.epw -/weather/USA_ME_Bangor.Intl.AP.726088_TMY3-cache.csv /weather/USA_ME_Bangor.Intl.AP.726088_TMY3.epw -/weather/USA_ME_Bar.Harbor.AWOS.726077_TMY3-cache.csv /weather/USA_ME_Bar.Harbor.AWOS.726077_TMY3.epw -/weather/USA_ME_Brunswick.NAS.743920_TMY3-cache.csv /weather/USA_ME_Brunswick.NAS.743920_TMY3.epw -/weather/USA_ME_Caribou.Muni.AP.727120_TMY3-cache.csv /weather/USA_ME_Caribou.Muni.AP.727120_TMY3.epw -/weather/USA_ME_Edmundston-Northern.Aroostook.Rgnl.AP.726083_TMY3-cache.csv /weather/USA_ME_Edmundston-Northern.Aroostook.Rgnl.AP.726083_TMY3.epw -/weather/USA_ME_Houlton.Intl.AP.727033_TMY3-cache.csv /weather/USA_ME_Houlton.Intl.AP.727033_TMY3.epw -/weather/USA_ME_Millinocket.Muni.AP.726196_TMY3-cache.csv /weather/USA_ME_Millinocket.Muni.AP.726196_TMY3.epw -/weather/USA_ME_Portland.Intl.Jetport.726060_TMY3-cache.csv /weather/USA_ME_Portland.Intl.Jetport.726060_TMY3.epw -/weather/USA_ME_Presque.Isle.Muni.AP.727130_TMY3-cache.csv /weather/USA_ME_Presque.Isle.Muni.AP.727130_TMY3.epw -/weather/USA_ME_Rockland-Knox.AWOS.726079_TMY3-cache.csv /weather/USA_ME_Rockland-Knox.AWOS.726079_TMY3.epw -/weather/USA_ME_Sanford.Muni.AWOS.726064_TMY3-cache.csv /weather/USA_ME_Sanford.Muni.AWOS.726064_TMY3.epw -/weather/USA_ME_Waterville.AWOS.726073_TMY3-cache.csv /weather/USA_ME_Waterville.AWOS.726073_TMY3.epw -/weather/USA_ME_Wiscasset.AP.727135_TMY3-cache.csv /weather/USA_ME_Wiscasset.AP.727135_TMY3.epw -/weather/USA_MI_Alpena.County.Rgnl.AP.726390_TMY3-cache.csv /weather/USA_MI_Alpena.County.Rgnl.AP.726390_TMY3.epw -/weather/USA_MI_Ann.Arbor.Muni.AP.725374_TMY3-cache.csv /weather/USA_MI_Ann.Arbor.Muni.AP.725374_TMY3.epw -/weather/USA_MI_Battle.Creek-Kellogg.AP.725396_TMY3-cache.csv /weather/USA_MI_Battle.Creek-Kellogg.AP.725396_TMY3.epw -/weather/USA_MI_Benton.Harbor-Ross.Field-Twin.Cities.AP.726355_TMY3-cache.csv /weather/USA_MI_Benton.Harbor-Ross.Field-Twin.Cities.AP.726355_TMY3.epw -/weather/USA_MI_Cadillac-Wexford.County.AP.726384_TMY3-cache.csv /weather/USA_MI_Cadillac-Wexford.County.AP.726384_TMY3.epw -/weather/USA_MI_Chippewa.County.Intl.AP.727344_TMY3-cache.csv /weather/USA_MI_Chippewa.County.Intl.AP.727344_TMY3.epw -/weather/USA_MI_Detroit-City.AP.725375_TMY3-cache.csv /weather/USA_MI_Detroit-City.AP.725375_TMY3.epw -/weather/USA_MI_Detroit-Willow.Run.AP.725376_TMY3-cache.csv /weather/USA_MI_Detroit-Willow.Run.AP.725376_TMY3.epw -/weather/USA_MI_Detroit.Metro.AP.725370_TMY3-cache.csv /weather/USA_MI_Detroit.Metro.AP.725370_TMY3.epw -/weather/USA_MI_Escanaba.AWOS.726480_TMY3-cache.csv /weather/USA_MI_Escanaba.AWOS.726480_TMY3.epw -/weather/USA_MI_Flint-Bishop.Intl.AP.726370_TMY3-cache.csv /weather/USA_MI_Flint-Bishop.Intl.AP.726370_TMY3.epw -/weather/USA_MI_Grand.Rapids-Kent.County.Intl.AP.726350_TMY3-cache.csv /weather/USA_MI_Grand.Rapids-Kent.County.Intl.AP.726350_TMY3.epw -/weather/USA_MI_Hancock-Houghton.County.AP.727440_TMY3-cache.csv /weather/USA_MI_Hancock-Houghton.County.AP.727440_TMY3.epw -/weather/USA_MI_Houghton-Lake.Roscommon.County.AP.726380_TMY3-cache.csv /weather/USA_MI_Houghton-Lake.Roscommon.County.AP.726380_TMY3.epw -/weather/USA_MI_Howell-Livingston.County.AP.725378_TMY3-cache.csv /weather/USA_MI_Howell-Livingston.County.AP.725378_TMY3.epw -/weather/USA_MI_Iron.Mountain-Ford.Field.727437_TMY3-cache.csv /weather/USA_MI_Iron.Mountain-Ford.Field.727437_TMY3.epw -/weather/USA_MI_Ironwood.AWOS.727445_TMY3-cache.csv /weather/USA_MI_Ironwood.AWOS.727445_TMY3.epw -/weather/USA_MI_Jackson-Reynolds.Field.725395_TMY3-cache.csv /weather/USA_MI_Jackson-Reynolds.Field.725395_TMY3.epw -/weather/USA_MI_Kalamazoo-Battle.Creek.Intl.AP.726357_TMY3-cache.csv /weather/USA_MI_Kalamazoo-Battle.Creek.Intl.AP.726357_TMY3.epw -/weather/USA_MI_Lansing-Capital.City.AP.725390_TMY3-cache.csv /weather/USA_MI_Lansing-Capital.City.AP.725390_TMY3.epw -/weather/USA_MI_Manistee.AWOS.726385_TMY3-cache.csv /weather/USA_MI_Manistee.AWOS.726385_TMY3.epw -/weather/USA_MI_Menominee.AWOS.726487_TMY3-cache.csv /weather/USA_MI_Menominee.AWOS.726487_TMY3.epw -/weather/USA_MI_Mount.Clemens-Selfridge.ANGB.725377_TMY3-cache.csv /weather/USA_MI_Mount.Clemens-Selfridge.ANGB.725377_TMY3.epw -/weather/USA_MI_Muskegon.County.AP.726360_TMY3-cache.csv /weather/USA_MI_Muskegon.County.AP.726360_TMY3.epw -/weather/USA_MI_Oakland.County.Intl.AP.726375_TMY3-cache.csv /weather/USA_MI_Oakland.County.Intl.AP.726375_TMY3.epw -/weather/USA_MI_Oscoda-Wurtsmith.AFB.726395_TMY3-cache.csv /weather/USA_MI_Oscoda-Wurtsmith.AFB.726395_TMY3.epw -/weather/USA_MI_Pellston-Emmet.County.AP.727347_TMY3-cache.csv /weather/USA_MI_Pellston-Emmet.County.AP.727347_TMY3.epw -/weather/USA_MI_Rhinelander-Oneida.County.AP.727415_TMY3-cache.csv /weather/USA_MI_Rhinelander-Oneida.County.AP.727415_TMY3.epw -/weather/USA_MI_Saginaw-Tri.City.Intl.AP.726379_TMY3-cache.csv /weather/USA_MI_Saginaw-Tri.City.Intl.AP.726379_TMY3.epw -/weather/USA_MI_Sault.Ste.Marie-Sanderson.Field.727340_TMY3-cache.csv /weather/USA_MI_Sault.Ste.Marie-Sanderson.Field.727340_TMY3.epw -/weather/USA_MI_St.Clair.County.Intl.AP.725384_TMY3-cache.csv /weather/USA_MI_St.Clair.County.Intl.AP.725384_TMY3.epw -/weather/USA_MI_Traverse.City-Cherry.Capital.AP.726387_TMY3-cache.csv /weather/USA_MI_Traverse.City-Cherry.Capital.AP.726387_TMY3.epw -/weather/USA_MN_Aitkin.AWOS.727504_TMY3-cache.csv /weather/USA_MN_Aitkin.AWOS.727504_TMY3.epw -/weather/USA_MN_Albert.Lea.AWOS.726589_TMY3-cache.csv /weather/USA_MN_Albert.Lea.AWOS.726589_TMY3.epw -/weather/USA_MN_Alexandria.Muni.AP.726557_TMY3-cache.csv /weather/USA_MN_Alexandria.Muni.AP.726557_TMY3.epw -/weather/USA_MN_Austin.Muni.AP.727566_TMY3-cache.csv /weather/USA_MN_Austin.Muni.AP.727566_TMY3.epw -/weather/USA_MN_Baudette.Intl.AP.727476_TMY3-cache.csv /weather/USA_MN_Baudette.Intl.AP.727476_TMY3.epw -/weather/USA_MN_Bemidji.Muni.AP.727550_TMY3-cache.csv /weather/USA_MN_Bemidji.Muni.AP.727550_TMY3.epw -/weather/USA_MN_Benson.Muni.AP.727507_TMY3-cache.csv /weather/USA_MN_Benson.Muni.AP.727507_TMY3.epw -/weather/USA_MN_Brainerd-Crow.Wing.County.AP.726555_TMY3-cache.csv /weather/USA_MN_Brainerd-Crow.Wing.County.AP.726555_TMY3.epw -/weather/USA_MN_Cambridge.Muni.AP.727503_TMY3-cache.csv /weather/USA_MN_Cambridge.Muni.AP.727503_TMY3.epw -/weather/USA_MN_Cloquet.AWOS.726558_TMY3-cache.csv /weather/USA_MN_Cloquet.AWOS.726558_TMY3.epw -/weather/USA_MN_Crane.Lake.AWOS.727473_TMY3-cache.csv /weather/USA_MN_Crane.Lake.AWOS.727473_TMY3.epw -/weather/USA_MN_Crookston.Muni.Field.727452_TMY3-cache.csv /weather/USA_MN_Crookston.Muni.Field.727452_TMY3.epw -/weather/USA_MN_Detroit.Lakes.AWOS.727457_TMY3-cache.csv /weather/USA_MN_Detroit.Lakes.AWOS.727457_TMY3.epw -/weather/USA_MN_Edin.Prairie-Flying.Cloud.AP.726579_TMY3-cache.csv /weather/USA_MN_Edin.Prairie-Flying.Cloud.AP.726579_TMY3.epw -/weather/USA_MN_Ely.Muni.AP.727459_TMY3-cache.csv /weather/USA_MN_Ely.Muni.AP.727459_TMY3.epw -/weather/USA_MN_Eveleth.Muni.AWOS.727474_TMY3-cache.csv /weather/USA_MN_Eveleth.Muni.AWOS.727474_TMY3.epw -/weather/USA_MN_Fairmont.Muni.AWOS.726586_TMY3-cache.csv /weather/USA_MN_Fairmont.Muni.AWOS.726586_TMY3.epw -/weather/USA_MN_Faribault.Muni.AWOS.726563_TMY3-cache.csv /weather/USA_MN_Faribault.Muni.AWOS.726563_TMY3.epw -/weather/USA_MN_Fergus.Falls.AWOS.726560_TMY3-cache.csv /weather/USA_MN_Fergus.Falls.AWOS.726560_TMY3.epw -/weather/USA_MN_Fosston.AWOS.727505_TMY3-cache.csv /weather/USA_MN_Fosston.AWOS.727505_TMY3.epw -/weather/USA_MN_Glenwood.AWOS.726547_TMY3-cache.csv /weather/USA_MN_Glenwood.AWOS.726547_TMY3.epw -/weather/USA_MN_Grand.Rapids.AWOS.727458_TMY3-cache.csv /weather/USA_MN_Grand.Rapids.AWOS.727458_TMY3.epw -/weather/USA_MN_Hallock.727478_TMY3-cache.csv /weather/USA_MN_Hallock.727478_TMY3.epw -/weather/USA_MN_Hibbing-Chisholm.Hibbing.AP.727455_TMY3-cache.csv /weather/USA_MN_Hibbing-Chisholm.Hibbing.AP.727455_TMY3.epw -/weather/USA_MN_Hutchinson.AWOS.726569_TMY3-cache.csv /weather/USA_MN_Hutchinson.AWOS.726569_TMY3.epw -/weather/USA_MN_International.Falls.Intl.AP.727470_TMY3-cache.csv /weather/USA_MN_International.Falls.Intl.AP.727470_TMY3.epw -/weather/USA_MN_Litchfield.Muni.AP.726583_TMY3-cache.csv /weather/USA_MN_Litchfield.Muni.AP.726583_TMY3.epw -/weather/USA_MN_Little.Falls.AWOS.726578_TMY3-cache.csv /weather/USA_MN_Little.Falls.AWOS.726578_TMY3.epw -/weather/USA_MN_Mankato.AWOS.726585_TMY3-cache.csv /weather/USA_MN_Mankato.AWOS.726585_TMY3.epw -/weather/USA_MN_Marshall.Muni-Ryan.Field.AWOS.726559_TMY3-cache.csv /weather/USA_MN_Marshall.Muni-Ryan.Field.AWOS.726559_TMY3.epw -/weather/USA_MN_Minneapolis-Crystal.AP.726575_TMY3-cache.csv /weather/USA_MN_Minneapolis-Crystal.AP.726575_TMY3.epw -/weather/USA_MN_Minneapolis-St.Paul.Intl.AP.726580_TMY3-cache.csv /weather/USA_MN_Minneapolis-St.Paul.Intl.AP.726580_TMY3.epw -/weather/USA_MN_Mora.Muni.AWOS.727475_TMY3-cache.csv /weather/USA_MN_Mora.Muni.AWOS.727475_TMY3.epw -/weather/USA_MN_Morris.Muni.AWOS.726565_TMY3-cache.csv /weather/USA_MN_Morris.Muni.AWOS.726565_TMY3.epw -/weather/USA_MN_New.Ulm.Muni.AWOS.726567_TMY3-cache.csv /weather/USA_MN_New.Ulm.Muni.AWOS.726567_TMY3.epw -/weather/USA_MN_Orr.Rgnl.AP.726544_TMY3-cache.csv /weather/USA_MN_Orr.Rgnl.AP.726544_TMY3.epw -/weather/USA_MN_Owatonna.AWOS.726568_TMY3-cache.csv /weather/USA_MN_Owatonna.AWOS.726568_TMY3.epw -/weather/USA_MN_Park.Rapids.Muni.AP.727453_TMY3-cache.csv /weather/USA_MN_Park.Rapids.Muni.AP.727453_TMY3.epw -/weather/USA_MN_Pipestone.AWOS.726566_TMY3-cache.csv /weather/USA_MN_Pipestone.AWOS.726566_TMY3.epw -/weather/USA_MN_Red.Wing.Muni.AP.726564_TMY3-cache.csv /weather/USA_MN_Red.Wing.Muni.AP.726564_TMY3.epw -/weather/USA_MN_Redwood.Falls.Muni.AP.726556_TMY3-cache.csv /weather/USA_MN_Redwood.Falls.Muni.AP.726556_TMY3.epw -/weather/USA_MN_Rochester.Intl.AP.726440_TMY3-cache.csv /weather/USA_MN_Rochester.Intl.AP.726440_TMY3.epw -/weather/USA_MN_Roseau.Muni.AWOS.727477_TMY3-cache.csv /weather/USA_MN_Roseau.Muni.AWOS.727477_TMY3.epw -/weather/USA_MN_Silver.Bay.Muni.AP.727556_TMY3-cache.csv /weather/USA_MN_Silver.Bay.Muni.AP.727556_TMY3.epw -/weather/USA_MN_South.St.Paul.Muni.AP.726603_TMY3-cache.csv /weather/USA_MN_South.St.Paul.Muni.AP.726603_TMY3.epw -/weather/USA_MN_St.Cloud.Muni.AP.726550_TMY3-cache.csv /weather/USA_MN_St.Cloud.Muni.AP.726550_TMY3.epw -/weather/USA_MN_St.Paul-Downtown.AP.726584_TMY3-cache.csv /weather/USA_MN_St.Paul-Downtown.AP.726584_TMY3.epw -/weather/USA_MN_Thief.River.AWOS.727555_TMY3-cache.csv /weather/USA_MN_Thief.River.AWOS.727555_TMY3.epw -/weather/USA_MN_Two.Harbors.Muni.AP.727444_TMY3-cache.csv /weather/USA_MN_Two.Harbors.Muni.AP.727444_TMY3.epw -/weather/USA_MN_Wheaton.AWOS.727533_TMY3-cache.csv /weather/USA_MN_Wheaton.AWOS.727533_TMY3.epw -/weather/USA_MN_Willmar.Muni.AP.726576_TMY3-cache.csv /weather/USA_MN_Willmar.Muni.AP.726576_TMY3.epw -/weather/USA_MN_Winona.Muni.AWOS.726588_TMY3-cache.csv /weather/USA_MN_Winona.Muni.AWOS.726588_TMY3.epw -/weather/USA_MN_Worthington.AWOS.726587_TMY3-cache.csv /weather/USA_MN_Worthington.AWOS.726587_TMY3.epw -/weather/USA_MO_Cape.Girardeau.Muni.AP.723489_TMY3-cache.csv /weather/USA_MO_Cape.Girardeau.Muni.AP.723489_TMY3.epw -/weather/USA_MO_Columbia.Rgnl.AP.724450_TMY3-cache.csv /weather/USA_MO_Columbia.Rgnl.AP.724450_TMY3.epw -/weather/USA_MO_Farmington.Rgnl.AP.724454_TMY3-cache.csv /weather/USA_MO_Farmington.Rgnl.AP.724454_TMY3.epw -/weather/USA_MO_Fort.Leonard.Wood-Forney.AAF.724457_TMY3-cache.csv /weather/USA_MO_Fort.Leonard.Wood-Forney.AAF.724457_TMY3.epw -/weather/USA_MO_Jefferson.City.Mem.AP.724458_TMY3-cache.csv /weather/USA_MO_Jefferson.City.Mem.AP.724458_TMY3.epw -/weather/USA_MO_Joplin.Muni.AP.723495_TMY3-cache.csv /weather/USA_MO_Joplin.Muni.AP.723495_TMY3.epw -/weather/USA_MO_Kaiser-Lee.Fine.Mem.AWOS.724459_TMY3-cache.csv /weather/USA_MO_Kaiser-Lee.Fine.Mem.AWOS.724459_TMY3.epw -/weather/USA_MO_Kansas.City.Downtown.AP.724463_TMY3-cache.csv /weather/USA_MO_Kansas.City.Downtown.AP.724463_TMY3.epw -/weather/USA_MO_Kansas.City.Intl.AP.724460_TMY3-cache.csv /weather/USA_MO_Kansas.City.Intl.AP.724460_TMY3.epw -/weather/USA_MO_Kirksville.Muni.AP.724455_TMY3-cache.csv /weather/USA_MO_Kirksville.Muni.AP.724455_TMY3.epw -/weather/USA_MO_Poplar.Bluff.AWOS.723300_TMY3-cache.csv /weather/USA_MO_Poplar.Bluff.AWOS.723300_TMY3.epw -/weather/USA_MO_Rolla.National.AP.724456_TMY3-cache.csv /weather/USA_MO_Rolla.National.AP.724456_TMY3.epw -/weather/USA_MO_Springfield.Rgnl.AP.724400_TMY3-cache.csv /weather/USA_MO_Springfield.Rgnl.AP.724400_TMY3.epw -/weather/USA_MO_St.Joseph-Rosecrans.Mem.AP.724490_TMY3-cache.csv /weather/USA_MO_St.Joseph-Rosecrans.Mem.AP.724490_TMY3.epw -/weather/USA_MO_St.Louis-Lambert.Intl.AP.724340_TMY3-cache.csv /weather/USA_MO_St.Louis-Lambert.Intl.AP.724340_TMY3.epw -/weather/USA_MO_St.Louis-Spirit.of.St.Louis.AP.724345_TMY3-cache.csv /weather/USA_MO_St.Louis-Spirit.of.St.Louis.AP.724345_TMY3.epw -/weather/USA_MO_Whiteman.AFB.724467_TMY3-cache.csv /weather/USA_MO_Whiteman.AFB.724467_TMY3.epw -/weather/USA_MS_Biloxi-Keesler.AFB.747686_TMY3-cache.csv /weather/USA_MS_Biloxi-Keesler.AFB.747686_TMY3.epw -/weather/USA_MS_Columbus.AFB.723306_TMY3-cache.csv /weather/USA_MS_Columbus.AFB.723306_TMY3.epw -/weather/USA_MS_Golden.Triangle.Rgnl.AWOS.723307_TMY3-cache.csv /weather/USA_MS_Golden.Triangle.Rgnl.AWOS.723307_TMY3.epw -/weather/USA_MS_Greenville.Muni.AP.722356_TMY3-cache.csv /weather/USA_MS_Greenville.Muni.AP.722356_TMY3.epw -/weather/USA_MS_Greenwood-Leflore.AP.722359_TMY3-cache.csv /weather/USA_MS_Greenwood-Leflore.AP.722359_TMY3.epw -/weather/USA_MS_Gulfport-Biloxi.Intl.AP.747685_TMY3-cache.csv /weather/USA_MS_Gulfport-Biloxi.Intl.AP.747685_TMY3.epw -/weather/USA_MS_Hattiesburg-Laurel.AP.722348_TMY3-cache.csv /weather/USA_MS_Hattiesburg-Laurel.AP.722348_TMY3.epw -/weather/USA_MS_Jackson.Intl.AP.722350_TMY3-cache.csv /weather/USA_MS_Jackson.Intl.AP.722350_TMY3.epw -/weather/USA_MS_McComb-Pike.Co.AP.722358_TMY3-cache.csv /weather/USA_MS_McComb-Pike.Co.AP.722358_TMY3.epw -/weather/USA_MS_Meridian-Key.Field.722340_TMY3-cache.csv /weather/USA_MS_Meridian-Key.Field.722340_TMY3.epw -/weather/USA_MS_Meridian.NAS.722345_TMY3-cache.csv /weather/USA_MS_Meridian.NAS.722345_TMY3.epw -/weather/USA_MS_Natchez-Hardy.Anders.Field.722357_TMY3-cache.csv /weather/USA_MS_Natchez-Hardy.Anders.Field.722357_TMY3.epw -/weather/USA_MS_Tupelo.Muni-C.D.Lemons.AP.723320_TMY3-cache.csv /weather/USA_MS_Tupelo.Muni-C.D.Lemons.AP.723320_TMY3.epw -/weather/USA_MT_Billings-Logan.Intl.AP.726770_TMY3-cache.csv /weather/USA_MT_Billings-Logan.Intl.AP.726770_TMY3.epw -/weather/USA_MT_Bozeman-Gallatin.Field.726797_TMY3-cache.csv /weather/USA_MT_Bozeman-Gallatin.Field.726797_TMY3.epw -/weather/USA_MT_Butte-Bert.Mooney.AP.726785_TMY3-cache.csv /weather/USA_MT_Butte-Bert.Mooney.AP.726785_TMY3.epw -/weather/USA_MT_Cut.Bank.Muni.AP.727796_TMY3-cache.csv /weather/USA_MT_Cut.Bank.Muni.AP.727796_TMY3.epw -/weather/USA_MT_Glasgow.Intl.AP.727680_TMY3-cache.csv /weather/USA_MT_Glasgow.Intl.AP.727680_TMY3.epw -/weather/USA_MT_Glendive.AWOS.726676_TMY3-cache.csv /weather/USA_MT_Glendive.AWOS.726676_TMY3.epw -/weather/USA_MT_Great.Falls.Intl.AP.727750_TMY3-cache.csv /weather/USA_MT_Great.Falls.Intl.AP.727750_TMY3.epw -/weather/USA_MT_Havre.City-County.AP.727770_TMY3-cache.csv /weather/USA_MT_Havre.City-County.AP.727770_TMY3.epw -/weather/USA_MT_Kalispell-Glacier.Park.Intl.AP.727790_TMY3-cache.csv /weather/USA_MT_Kalispell-Glacier.Park.Intl.AP.727790_TMY3.epw -/weather/USA_MT_Lewistown.Muni.AP.726776_TMY3-cache.csv /weather/USA_MT_Lewistown.Muni.AP.726776_TMY3.epw -/weather/USA_MT_Livingston-Mission.Field.726798_TMY3-cache.csv /weather/USA_MT_Livingston-Mission.Field.726798_TMY3.epw -/weather/USA_MT_Miles.City.Muni.AP.742300_TMY3-cache.csv /weather/USA_MT_Miles.City.Muni.AP.742300_TMY3.epw -/weather/USA_MT_Missoula.Intl.AP.727730_TMY3-cache.csv /weather/USA_MT_Missoula.Intl.AP.727730_TMY3.epw -/weather/USA_MT_Sidney-Richland.Muni.AP.727687_TMY3-cache.csv /weather/USA_MT_Sidney-Richland.Muni.AP.727687_TMY3.epw -/weather/USA_MT_Wolf.Point.Intl.AP.727686_TMY3-cache.csv /weather/USA_MT_Wolf.Point.Intl.AP.727686_TMY3.epw -/weather/USA_NC_Asheville.Rgnl.AP.723150_TMY3-cache.csv /weather/USA_NC_Asheville.Rgnl.AP.723150_TMY3.epw -/weather/USA_NC_Cape.Hatteras.723040_TMY3-cache.csv /weather/USA_NC_Cape.Hatteras.723040_TMY3.epw -/weather/USA_NC_Cherry.Point.MCAS.723090_TMY3-cache.csv /weather/USA_NC_Cherry.Point.MCAS.723090_TMY3.epw -/weather/USA_NC_Elizabeth.City.CGAS.746943_TMY3-cache.csv /weather/USA_NC_Elizabeth.City.CGAS.746943_TMY3.epw -/weather/USA_NC_Fayetteville-Pope.AFB.723030_TMY3-cache.csv /weather/USA_NC_Fayetteville-Pope.AFB.723030_TMY3.epw -/weather/USA_NC_Fayetteville.Muni.AP.723035_TMY3-cache.csv /weather/USA_NC_Fayetteville.Muni.AP.723035_TMY3.epw -/weather/USA_NC_Fort.Bragg-Simmons.AAF.746930_TMY3-cache.csv /weather/USA_NC_Fort.Bragg-Simmons.AAF.746930_TMY3.epw -/weather/USA_NC_Goldsboro-Seymour.Johnson.AFB.723066_TMY3-cache.csv /weather/USA_NC_Goldsboro-Seymour.Johnson.AFB.723066_TMY3.epw -/weather/USA_NC_Greensboro-Piedmont.Triad.Intl.AP.723170_TMY3-cache.csv /weather/USA_NC_Greensboro-Piedmont.Triad.Intl.AP.723170_TMY3.epw -/weather/USA_NC_Hickory.Rgnl.AP.723145_TMY3-cache.csv /weather/USA_NC_Hickory.Rgnl.AP.723145_TMY3.epw -/weather/USA_NC_Jacksonville.AWOS.723069_TMY3-cache.csv /weather/USA_NC_Jacksonville.AWOS.723069_TMY3.epw -/weather/USA_NC_Kinston.Stallings.AFB.723067_TMY3-cache.csv /weather/USA_NC_Kinston.Stallings.AFB.723067_TMY3.epw -/weather/USA_NC_Manteo-Dare.County.Rgnl.AP.723046_TMY3-cache.csv /weather/USA_NC_Manteo-Dare.County.Rgnl.AP.723046_TMY3.epw -/weather/USA_NC_New.Bern-Craven.County.Rgnl.AP.723095_TMY3-cache.csv /weather/USA_NC_New.Bern-Craven.County.Rgnl.AP.723095_TMY3.epw -/weather/USA_NC_New.River.MCAS.723096_TMY3-cache.csv /weather/USA_NC_New.River.MCAS.723096_TMY3.epw -/weather/USA_NC_Pitt.Greenville.AP.723065_TMY3-cache.csv /weather/USA_NC_Pitt.Greenville.AP.723065_TMY3.epw -/weather/USA_NC_Raleigh-Durham.Intl.AP.723060_TMY3-cache.csv /weather/USA_NC_Raleigh-Durham.Intl.AP.723060_TMY3.epw -/weather/USA_NC_Rocky.Mount-Wilson.AP.723068_TMY3-cache.csv /weather/USA_NC_Rocky.Mount-Wilson.AP.723068_TMY3.epw -/weather/USA_NC_Southern.Pines-Moore.County.AP.723143_TMY3-cache.csv /weather/USA_NC_Southern.Pines-Moore.County.AP.723143_TMY3.epw -/weather/USA_NC_Wilmington.Intl.AP.723013_TMY3-cache.csv /weather/USA_NC_Wilmington.Intl.AP.723013_TMY3.epw -/weather/USA_NC_Winston.Salem-Smith.Reynolds.AP.723193_TMY3-cache.csv /weather/USA_NC_Winston.Salem-Smith.Reynolds.AP.723193_TMY3.epw -/weather/USA_ND_Bismarck.Muni.AP.727640_TMY3-cache.csv /weather/USA_ND_Bismarck.Muni.AP.727640_TMY3.epw -/weather/USA_ND_Devils.Lake.AWOS.727573_TMY3-cache.csv /weather/USA_ND_Devils.Lake.AWOS.727573_TMY3.epw -/weather/USA_ND_Dickinson.Muni.AP.727645_TMY3-cache.csv /weather/USA_ND_Dickinson.Muni.AP.727645_TMY3.epw -/weather/USA_ND_Fargo-Hector.Intl.AP.727530_TMY3-cache.csv /weather/USA_ND_Fargo-Hector.Intl.AP.727530_TMY3.epw -/weather/USA_ND_Grand.Forks.AFB.727575_TMY3-cache.csv /weather/USA_ND_Grand.Forks.AFB.727575_TMY3.epw -/weather/USA_ND_Grand.Forks.Intl.AP.727576_TMY3-cache.csv /weather/USA_ND_Grand.Forks.Intl.AP.727576_TMY3.epw -/weather/USA_ND_Jamestown.Muni.AP.727535_TMY3-cache.csv /weather/USA_ND_Jamestown.Muni.AP.727535_TMY3.epw -/weather/USA_ND_Minot.AFB.727675_TMY3-cache.csv /weather/USA_ND_Minot.AFB.727675_TMY3.epw -/weather/USA_ND_Minot.Intl.AP.727676_TMY3-cache.csv /weather/USA_ND_Minot.Intl.AP.727676_TMY3.epw -/weather/USA_ND_Williston-Sloulin.Field.Intl.AP.727670_TMY3-cache.csv /weather/USA_ND_Williston-Sloulin.Field.Intl.AP.727670_TMY3.epw -/weather/USA_NE_Ainsworth.Muni.AP.725556_TMY3-cache.csv /weather/USA_NE_Ainsworth.Muni.AP.725556_TMY3.epw -/weather/USA_NE_Alliance.Muni.AP.725635_TMY3-cache.csv /weather/USA_NE_Alliance.Muni.AP.725635_TMY3.epw -/weather/USA_NE_Beatrice.Muni.AP.725515_TMY3-cache.csv /weather/USA_NE_Beatrice.Muni.AP.725515_TMY3.epw -/weather/USA_NE_Bellevue-Offutt.AFB.725540_TMY3-cache.csv /weather/USA_NE_Bellevue-Offutt.AFB.725540_TMY3.epw -/weather/USA_NE_Broken.Bow.Muni.AP.725555_TMY3-cache.csv /weather/USA_NE_Broken.Bow.Muni.AP.725555_TMY3.epw -/weather/USA_NE_Chadron.Muni.AP.725636_TMY3-cache.csv /weather/USA_NE_Chadron.Muni.AP.725636_TMY3.epw -/weather/USA_NE_Columbus.Muni.AP.725565_TMY3-cache.csv /weather/USA_NE_Columbus.Muni.AP.725565_TMY3.epw -/weather/USA_NE_Falls.City-Brenner.Field.725533_TMY3-cache.csv /weather/USA_NE_Falls.City-Brenner.Field.725533_TMY3.epw -/weather/USA_NE_Fremont.Muni.AP.725564_TMY3-cache.csv /weather/USA_NE_Fremont.Muni.AP.725564_TMY3.epw -/weather/USA_NE_Grand.Island-Central.Nebraska.Rgnl.AP.725520_TMY3-cache.csv /weather/USA_NE_Grand.Island-Central.Nebraska.Rgnl.AP.725520_TMY3.epw -/weather/USA_NE_Hastings.Muni.AP.725525_TMY3-cache.csv /weather/USA_NE_Hastings.Muni.AP.725525_TMY3.epw -/weather/USA_NE_Holdrege-Brewster.Field.725628_TMY3-cache.csv /weather/USA_NE_Holdrege-Brewster.Field.725628_TMY3.epw -/weather/USA_NE_Imperial.Muni.AP.725626_TMY3-cache.csv /weather/USA_NE_Imperial.Muni.AP.725626_TMY3.epw -/weather/USA_NE_Kearney.Muni.AWOS.725526_TMY3-cache.csv /weather/USA_NE_Kearney.Muni.AWOS.725526_TMY3.epw -/weather/USA_NE_Lincoln.Muni.AP.725510_TMY3-cache.csv /weather/USA_NE_Lincoln.Muni.AP.725510_TMY3.epw -/weather/USA_NE_McCook.Muni.AP.725625_TMY3-cache.csv /weather/USA_NE_McCook.Muni.AP.725625_TMY3.epw -/weather/USA_NE_Norfolk-Karl.Stefan.Mem.AP.725560_TMY3-cache.csv /weather/USA_NE_Norfolk-Karl.Stefan.Mem.AP.725560_TMY3.epw -/weather/USA_NE_North.Platte.Rgnl.AP.725620_TMY3-cache.csv /weather/USA_NE_North.Platte.Rgnl.AP.725620_TMY3.epw -/weather/USA_NE_ONeill-Baker.Field.725566_TMY3-cache.csv /weather/USA_NE_ONeill-Baker.Field.725566_TMY3.epw -/weather/USA_NE_Omaha-Eppley.Airfield.725500_TMY3-cache.csv /weather/USA_NE_Omaha-Eppley.Airfield.725500_TMY3.epw -/weather/USA_NE_Omaha.WSFO.725530_TMY3-cache.csv /weather/USA_NE_Omaha.WSFO.725530_TMY3.epw -/weather/USA_NE_Ord-Sharp.Field.725524_TMY3-cache.csv /weather/USA_NE_Ord-Sharp.Field.725524_TMY3.epw -/weather/USA_NE_Scottsbluff-W.B.Heilig.Field.725660_TMY3-cache.csv /weather/USA_NE_Scottsbluff-W.B.Heilig.Field.725660_TMY3.epw -/weather/USA_NE_Sidney.Muni.AP.725610_TMY3-cache.csv /weather/USA_NE_Sidney.Muni.AP.725610_TMY3.epw -/weather/USA_NE_Tekamah.AWOS.725527_TMY3-cache.csv /weather/USA_NE_Tekamah.AWOS.725527_TMY3.epw -/weather/USA_NE_Valentine-Miller.Field.725670_TMY3-cache.csv /weather/USA_NE_Valentine-Miller.Field.725670_TMY3.epw -/weather/USA_NH_Berlin.Muni.AP.726160_TMY3-cache.csv /weather/USA_NH_Berlin.Muni.AP.726160_TMY3.epw -/weather/USA_NH_Concord.Muni.AP.726050_TMY3-cache.csv /weather/USA_NH_Concord.Muni.AP.726050_TMY3.epw -/weather/USA_NH_Keene-Dillant.Hopkins.AP.726165_TMY3-cache.csv /weather/USA_NH_Keene-Dillant.Hopkins.AP.726165_TMY3.epw -/weather/USA_NH_Laconia.Muni.AWOS.726155_TMY3-cache.csv /weather/USA_NH_Laconia.Muni.AWOS.726155_TMY3.epw -/weather/USA_NH_Lebanon.Muni.AP.726116_TMY3-cache.csv /weather/USA_NH_Lebanon.Muni.AP.726116_TMY3.epw -/weather/USA_NH_Manchester.Muni.AP.743945_TMY3-cache.csv /weather/USA_NH_Manchester.Muni.AP.743945_TMY3.epw -/weather/USA_NH_Mount.Washington.726130_TMY3-cache.csv /weather/USA_NH_Mount.Washington.726130_TMY3.epw -/weather/USA_NH_Pease.Intl.Tradeport.726055_TMY3-cache.csv /weather/USA_NH_Pease.Intl.Tradeport.726055_TMY3.epw -/weather/USA_NJ_Atlantic.City.Intl.AP.724070_TMY3-cache.csv /weather/USA_NJ_Atlantic.City.Intl.AP.724070_TMY3.epw -/weather/USA_NJ_Belmar-Monmouth.County.AP.724084_TMY3-cache.csv /weather/USA_NJ_Belmar-Monmouth.County.AP.724084_TMY3.epw -/weather/USA_NJ_Caldwell-Essex.County.AP.724094_TMY3-cache.csv /weather/USA_NJ_Caldwell-Essex.County.AP.724094_TMY3.epw -/weather/USA_NJ_McGuire.AFB.724096_TMY3-cache.csv /weather/USA_NJ_McGuire.AFB.724096_TMY3.epw -/weather/USA_NJ_Millville.Muni.AP.724075_TMY3-cache.csv /weather/USA_NJ_Millville.Muni.AP.724075_TMY3.epw -/weather/USA_NJ_Newark.Intl.AP.725020_TMY3-cache.csv /weather/USA_NJ_Newark.Intl.AP.725020_TMY3.epw -/weather/USA_NJ_Teterboro.AP.725025_TMY3-cache.csv /weather/USA_NJ_Teterboro.AP.725025_TMY3.epw -/weather/USA_NJ_Trenton-Mercer.County.AP.724095_TMY3-cache.csv /weather/USA_NJ_Trenton-Mercer.County.AP.724095_TMY3.epw -/weather/USA_NM_Albuquerque.Intl.AP.723650_TMY3-cache.csv /weather/USA_NM_Albuquerque.Intl.AP.723650_TMY3.epw -/weather/USA_NM_Carlsbad.Cavern.City.Air.Terminal.722687_TMY3-cache.csv /weather/USA_NM_Carlsbad.Cavern.City.Air.Terminal.722687_TMY3.epw -/weather/USA_NM_Clayton.Muni.AP.723600_TMY3-cache.csv /weather/USA_NM_Clayton.Muni.AP.723600_TMY3.epw -/weather/USA_NM_Clovis-Cannon.AFB.722686_TMY3-cache.csv /weather/USA_NM_Clovis-Cannon.AFB.722686_TMY3.epw -/weather/USA_NM_Clovis.Muni.AWOS.722689_TMY3-cache.csv /weather/USA_NM_Clovis.Muni.AWOS.722689_TMY3.epw -/weather/USA_NM_Deming.Muni.AP.722725_TMY3-cache.csv /weather/USA_NM_Deming.Muni.AP.722725_TMY3.epw -/weather/USA_NM_Farmington-Four.Corners.Rgnl.AP.723658_TMY3-cache.csv /weather/USA_NM_Farmington-Four.Corners.Rgnl.AP.723658_TMY3.epw -/weather/USA_NM_Gallup-Sen.Clarke.Field.723627_TMY3-cache.csv /weather/USA_NM_Gallup-Sen.Clarke.Field.723627_TMY3.epw -/weather/USA_NM_Holloman.AFB.747320_TMY3-cache.csv /weather/USA_NM_Holloman.AFB.747320_TMY3.epw -/weather/USA_NM_Las.Cruces.Intl.AP.722695_TMY3-cache.csv /weather/USA_NM_Las.Cruces.Intl.AP.722695_TMY3.epw -/weather/USA_NM_Las.Vegas-Muni.AP.723677_TMY3-cache.csv /weather/USA_NM_Las.Vegas-Muni.AP.723677_TMY3.epw -/weather/USA_NM_Roswell.Industrial.Air.Park.722680_TMY3-cache.csv /weather/USA_NM_Roswell.Industrial.Air.Park.722680_TMY3.epw -/weather/USA_NM_Ruidoso-Sierra.Blanca.Rgnl.AP.722683_TMY3-cache.csv /weather/USA_NM_Ruidoso-Sierra.Blanca.Rgnl.AP.722683_TMY3.epw -/weather/USA_NM_Santa.Fe.County.Muni.AP.723656_TMY3-cache.csv /weather/USA_NM_Santa.Fe.County.Muni.AP.723656_TMY3.epw -/weather/USA_NM_Taos.Muni.AP.723663_TMY3-cache.csv /weather/USA_NM_Taos.Muni.AP.723663_TMY3.epw -/weather/USA_NM_Truth.or.Consequences.Muni.AP.722710_TMY3-cache.csv /weather/USA_NM_Truth.or.Consequences.Muni.AP.722710_TMY3.epw -/weather/USA_NM_Tucumcari.AP.723676_TMY3-cache.csv /weather/USA_NM_Tucumcari.AP.723676_TMY3.epw -/weather/USA_NV_Elko.Muni.AP.725825_TMY3-cache.csv /weather/USA_NV_Elko.Muni.AP.725825_TMY3.epw -/weather/USA_NV_Ely-Yelland.Field.724860_TMY3-cache.csv /weather/USA_NV_Ely-Yelland.Field.724860_TMY3.epw -/weather/USA_NV_Fallon.NAS.724885_TMY3-cache.csv /weather/USA_NV_Fallon.NAS.724885_TMY3.epw -/weather/USA_NV_Lovelock-Derby.Field.725805_TMY3-cache.csv /weather/USA_NV_Lovelock-Derby.Field.725805_TMY3.epw -/weather/USA_NV_Mercury-Desert.Rock.AP.723870_TMY3-cache.csv /weather/USA_NV_Mercury-Desert.Rock.AP.723870_TMY3.epw -/weather/USA_NV_Nellis.AFB.723865_TMY3-cache.csv /weather/USA_NV_Nellis.AFB.723865_TMY3.epw -/weather/USA_NV_Reno-Tahoe.Intl.AP.724880_TMY3-cache.csv /weather/USA_NV_Reno-Tahoe.Intl.AP.724880_TMY3.epw -/weather/USA_NV_Tonopah.AP.724855_TMY3-cache.csv /weather/USA_NV_Tonopah.AP.724855_TMY3.epw -/weather/USA_NV_Winnemucca.Muni.AP.725830_TMY3-cache.csv /weather/USA_NV_Winnemucca.Muni.AP.725830_TMY3.epw -/weather/USA_NY_Albany.County.AP.725180_TMY3-cache.csv /weather/USA_NY_Albany.County.AP.725180_TMY3.epw -/weather/USA_NY_Binghamton-Edwin.A.Link.Field.725150_TMY3-cache.csv /weather/USA_NY_Binghamton-Edwin.A.Link.Field.725150_TMY3.epw -/weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3-cache.csv /weather/USA_NY_Buffalo-Greater.Buffalo.Intl.AP.725280_TMY3.epw -/weather/USA_NY_Elmira.Rgnl.AP.725156_TMY3-cache.csv /weather/USA_NY_Elmira.Rgnl.AP.725156_TMY3.epw -/weather/USA_NY_Fort.Drum-Wheeler.Sack.AAF.743700_TMY3-cache.csv /weather/USA_NY_Fort.Drum-Wheeler.Sack.AAF.743700_TMY3.epw -/weather/USA_NY_Glens.Falls-Bennett.Mem.AP.725185_TMY3-cache.csv /weather/USA_NY_Glens.Falls-Bennett.Mem.AP.725185_TMY3.epw -/weather/USA_NY_Islip-Long.Island.MacArthur.AP.725035_TMY3-cache.csv /weather/USA_NY_Islip-Long.Island.MacArthur.AP.725035_TMY3.epw -/weather/USA_NY_Jamestown.AWOS.725235_TMY3-cache.csv /weather/USA_NY_Jamestown.AWOS.725235_TMY3.epw -/weather/USA_NY_Massena.AP.726223_TMY3-cache.csv /weather/USA_NY_Massena.AP.726223_TMY3.epw -/weather/USA_NY_Monticello.AWOS.725145_TMY3-cache.csv /weather/USA_NY_Monticello.AWOS.725145_TMY3.epw -/weather/USA_NY_New.York-Central.Park.725033_TMY3-cache.csv /weather/USA_NY_New.York-Central.Park.725033_TMY3.epw -/weather/USA_NY_New.York-J.F.Kennedy.Intl.AP.744860_TMY3-cache.csv /weather/USA_NY_New.York-J.F.Kennedy.Intl.AP.744860_TMY3.epw -/weather/USA_NY_New.York-LaGuardia.AP.725030_TMY3-cache.csv /weather/USA_NY_New.York-LaGuardia.AP.725030_TMY3.epw -/weather/USA_NY_Newburgh-Stewart.Intl.AP.725038_TMY3-cache.csv /weather/USA_NY_Newburgh-Stewart.Intl.AP.725038_TMY3.epw -/weather/USA_NY_Niagara.Falls.Intl.AP.725287_TMY3-cache.csv /weather/USA_NY_Niagara.Falls.Intl.AP.725287_TMY3.epw -/weather/USA_NY_Poughkeepsie-Dutchess.County.AP.725036_TMY3-cache.csv /weather/USA_NY_Poughkeepsie-Dutchess.County.AP.725036_TMY3.epw -/weather/USA_NY_Republic.AP.744864_TMY3-cache.csv /weather/USA_NY_Republic.AP.744864_TMY3.epw -/weather/USA_NY_Rochester-Greater.Rochester.Intl.AP.725290_TMY3-cache.csv /weather/USA_NY_Rochester-Greater.Rochester.Intl.AP.725290_TMY3.epw -/weather/USA_NY_Saranac.Lake-Adirondack.Rgnl.AP.726228_TMY3-cache.csv /weather/USA_NY_Saranac.Lake-Adirondack.Rgnl.AP.726228_TMY3.epw -/weather/USA_NY_Syracuse-Hancock.Intl.AP.725190_TMY3-cache.csv /weather/USA_NY_Syracuse-Hancock.Intl.AP.725190_TMY3.epw -/weather/USA_NY_Utica-Oneida.County.AP.725197_TMY3-cache.csv /weather/USA_NY_Utica-Oneida.County.AP.725197_TMY3.epw -/weather/USA_NY_Watertown.AP.726227_TMY3-cache.csv /weather/USA_NY_Watertown.AP.726227_TMY3.epw -/weather/USA_NY_Westhampton-Suffolk.County.AP.744865_TMY3-cache.csv /weather/USA_NY_Westhampton-Suffolk.County.AP.744865_TMY3.epw -/weather/USA_NY_White.Plains-Westchester.County.AP.725037_TMY3-cache.csv /weather/USA_NY_White.Plains-Westchester.County.AP.725037_TMY3.epw -/weather/USA_OH_Akron.Canton.Rgnl.AP.725210_TMY3-cache.csv /weather/USA_OH_Akron.Canton.Rgnl.AP.725210_TMY3.epw -/weather/USA_OH_Cincinnati.Muni.AP-Lunken.Field.724297_TMY3-cache.csv /weather/USA_OH_Cincinnati.Muni.AP-Lunken.Field.724297_TMY3.epw -/weather/USA_OH_Cleveland-Burke.Lakefront.AP.725245_TMY3-cache.csv /weather/USA_OH_Cleveland-Burke.Lakefront.AP.725245_TMY3.epw -/weather/USA_OH_Cleveland-Hopkins.Intl.AP.725240_TMY3-cache.csv /weather/USA_OH_Cleveland-Hopkins.Intl.AP.725240_TMY3.epw -/weather/USA_OH_Columbus-Port.Columbus.Intl.AP.724280_TMY3-cache.csv /weather/USA_OH_Columbus-Port.Columbus.Intl.AP.724280_TMY3.epw -/weather/USA_OH_Dayton-Wright.Patterson.AFB.745700_TMY3-cache.csv /weather/USA_OH_Dayton-Wright.Patterson.AFB.745700_TMY3.epw -/weather/USA_OH_Dayton.Intl.AP.724290_TMY3-cache.csv /weather/USA_OH_Dayton.Intl.AP.724290_TMY3.epw -/weather/USA_OH_Findlay.AP.725366_TMY3-cache.csv /weather/USA_OH_Findlay.AP.725366_TMY3.epw -/weather/USA_OH_Mansfield-Lahm.Muni.AP.725246_TMY3-cache.csv /weather/USA_OH_Mansfield-Lahm.Muni.AP.725246_TMY3.epw -/weather/USA_OH_Ohio.State.University.AP.724288_TMY3-cache.csv /weather/USA_OH_Ohio.State.University.AP.724288_TMY3.epw -/weather/USA_OH_Toledo.Express.AP.725360_TMY3-cache.csv /weather/USA_OH_Toledo.Express.AP.725360_TMY3.epw -/weather/USA_OH_Youngstown.Rgnl.AP.725250_TMY3-cache.csv /weather/USA_OH_Youngstown.Rgnl.AP.725250_TMY3.epw -/weather/USA_OH_Zanesville.Muni.AP.724286_TMY3-cache.csv /weather/USA_OH_Zanesville.Muni.AP.724286_TMY3.epw -/weather/USA_OK_Altus.AFB.723520_TMY3-cache.csv /weather/USA_OK_Altus.AFB.723520_TMY3.epw -/weather/USA_OK_Bartlesville-Phillips.Field.723565_TMY3-cache.csv /weather/USA_OK_Bartlesville-Phillips.Field.723565_TMY3.epw -/weather/USA_OK_Clinton.Sherman.AP.723526_TMY3-cache.csv /weather/USA_OK_Clinton.Sherman.AP.723526_TMY3.epw -/weather/USA_OK_Fort.Sill-Henry.Post.AAF.723550_TMY3-cache.csv /weather/USA_OK_Fort.Sill-Henry.Post.AAF.723550_TMY3.epw -/weather/USA_OK_Gage.AP.723527_TMY3-cache.csv /weather/USA_OK_Gage.AP.723527_TMY3.epw -/weather/USA_OK_Hobart.Muni.AP.723525_TMY3-cache.csv /weather/USA_OK_Hobart.Muni.AP.723525_TMY3.epw -/weather/USA_OK_Lawton.Muni.AP.723575_TMY3-cache.csv /weather/USA_OK_Lawton.Muni.AP.723575_TMY3.epw -/weather/USA_OK_McAlester.Rgnl.AP.723566_TMY3-cache.csv /weather/USA_OK_McAlester.Rgnl.AP.723566_TMY3.epw -/weather/USA_OK_Oklahoma.City-Tinker.AFB.723540_TMY3-cache.csv /weather/USA_OK_Oklahoma.City-Tinker.AFB.723540_TMY3.epw -/weather/USA_OK_Oklahoma.City-Wiley.Post.Field.723544_TMY3-cache.csv /weather/USA_OK_Oklahoma.City-Wiley.Post.Field.723544_TMY3.epw -/weather/USA_OK_Oklahoma.City-Will.Rogers.World.AP.723530_TMY3-cache.csv /weather/USA_OK_Oklahoma.City-Will.Rogers.World.AP.723530_TMY3.epw -/weather/USA_OK_Ponca.City.Muni.AP.723546_TMY3-cache.csv /weather/USA_OK_Ponca.City.Muni.AP.723546_TMY3.epw -/weather/USA_OK_Stillwater.Rgnl.AP.723545_TMY3-cache.csv /weather/USA_OK_Stillwater.Rgnl.AP.723545_TMY3.epw -/weather/USA_OK_Tulsa.Intl.AP.723560_TMY3-cache.csv /weather/USA_OK_Tulsa.Intl.AP.723560_TMY3.epw -/weather/USA_OK_Vance.AFB.723535_TMY3-cache.csv /weather/USA_OK_Vance.AFB.723535_TMY3.epw -/weather/USA_OR_Astoria.Rgnl.AP.727910_TMY3-cache.csv /weather/USA_OR_Astoria.Rgnl.AP.727910_TMY3.epw -/weather/USA_OR_Aurora.State.AP.726959_TMY3-cache.csv /weather/USA_OR_Aurora.State.AP.726959_TMY3.epw -/weather/USA_OR_Baker.Muni.AP.726886_TMY3-cache.csv /weather/USA_OR_Baker.Muni.AP.726886_TMY3.epw -/weather/USA_OR_Burns.Muni.AP.726830_TMY3-cache.csv /weather/USA_OR_Burns.Muni.AP.726830_TMY3.epw -/weather/USA_OR_Corvallis.Muni.AP.726945_TMY3-cache.csv /weather/USA_OR_Corvallis.Muni.AP.726945_TMY3.epw -/weather/USA_OR_Eugene-Mahlon.Sweet.AP.726930_TMY3-cache.csv /weather/USA_OR_Eugene-Mahlon.Sweet.AP.726930_TMY3.epw -/weather/USA_OR_Klamath.Falls.Intl.AP.725895_TMY3-cache.csv /weather/USA_OR_Klamath.Falls.Intl.AP.725895_TMY3.epw -/weather/USA_OR_La.Grande.Muni.AP.726884_TMY3-cache.csv /weather/USA_OR_La.Grande.Muni.AP.726884_TMY3.epw -/weather/USA_OR_Lakeview.AWOS.725976_TMY3-cache.csv /weather/USA_OR_Lakeview.AWOS.725976_TMY3.epw -/weather/USA_OR_Medford-Rogue.Valley.Intl.AP.725970_TMY3-cache.csv /weather/USA_OR_Medford-Rogue.Valley.Intl.AP.725970_TMY3.epw -/weather/USA_OR_North.Bend.Muni.AP.726917_TMY3-cache.csv /weather/USA_OR_North.Bend.Muni.AP.726917_TMY3.epw -/weather/USA_OR_Pendleton-Eastern.Oregon.Rgnl.AP.726880_TMY3-cache.csv /weather/USA_OR_Pendleton-Eastern.Oregon.Rgnl.AP.726880_TMY3.epw -/weather/USA_OR_Portland-Hillsboro.AP.726986_TMY3-cache.csv /weather/USA_OR_Portland-Hillsboro.AP.726986_TMY3.epw -/weather/USA_OR_Portland-Troutdale.AP.726985_TMY3-cache.csv /weather/USA_OR_Portland-Troutdale.AP.726985_TMY3.epw -/weather/USA_OR_Redmond-Roberts.Field.726835_TMY3-cache.csv /weather/USA_OR_Redmond-Roberts.Field.726835_TMY3.epw -/weather/USA_OR_Roseburg.Rgnl.AP.726904_TMY3-cache.csv /weather/USA_OR_Roseburg.Rgnl.AP.726904_TMY3.epw -/weather/USA_OR_Salem-McNary.Field.726940_TMY3-cache.csv /weather/USA_OR_Salem-McNary.Field.726940_TMY3.epw -/weather/USA_OR_Sexton.Summit.725975_TMY3-cache.csv /weather/USA_OR_Sexton.Summit.725975_TMY3.epw -/weather/USA_PA_Allentown-Lehigh.Valley.Intl.AP.725170_TMY3-cache.csv /weather/USA_PA_Allentown-Lehigh.Valley.Intl.AP.725170_TMY3.epw -/weather/USA_PA_Altoona-Blair.County.AP.725126_TMY3-cache.csv /weather/USA_PA_Altoona-Blair.County.AP.725126_TMY3.epw -/weather/USA_PA_Bradford.Rgnl.AP.725266_TMY3-cache.csv /weather/USA_PA_Bradford.Rgnl.AP.725266_TMY3.epw -/weather/USA_PA_Butler.County.AWOS.725124_TMY3-cache.csv /weather/USA_PA_Butler.County.AWOS.725124_TMY3.epw -/weather/USA_PA_DuBois-Jefferson.County.AP.725125_TMY3-cache.csv /weather/USA_PA_DuBois-Jefferson.County.AP.725125_TMY3.epw -/weather/USA_PA_Erie.Intl.AP.725260_TMY3-cache.csv /weather/USA_PA_Erie.Intl.AP.725260_TMY3.epw -/weather/USA_PA_Franklin-Chess.Lemberton.AP.725267_TMY3-cache.csv /weather/USA_PA_Franklin-Chess.Lemberton.AP.725267_TMY3.epw -/weather/USA_PA_Harrisburg-Capital.City.AP.725118_TMY3-cache.csv /weather/USA_PA_Harrisburg-Capital.City.AP.725118_TMY3.epw -/weather/USA_PA_Harrisburg.Intl.AP.725115_TMY3-cache.csv /weather/USA_PA_Harrisburg.Intl.AP.725115_TMY3.epw -/weather/USA_PA_Johnstown-Cambria.County.AP.725127_TMY3-cache.csv /weather/USA_PA_Johnstown-Cambria.County.AP.725127_TMY3.epw -/weather/USA_PA_Lancaster.AP.725116_TMY3-cache.csv /weather/USA_PA_Lancaster.AP.725116_TMY3.epw -/weather/USA_PA_Philadelphia-NE.Philadelphia.AP.724085_TMY3-cache.csv /weather/USA_PA_Philadelphia-NE.Philadelphia.AP.724085_TMY3.epw -/weather/USA_PA_Philadelphia.Intl.AP.724080_TMY3-cache.csv /weather/USA_PA_Philadelphia.Intl.AP.724080_TMY3.epw -/weather/USA_PA_Pittsburgh-Allegheny.County.AP.725205_TMY3-cache.csv /weather/USA_PA_Pittsburgh-Allegheny.County.AP.725205_TMY3.epw -/weather/USA_PA_Pittsburgh.Intl.AP.725200_TMY3-cache.csv /weather/USA_PA_Pittsburgh.Intl.AP.725200_TMY3.epw -/weather/USA_PA_Reading.Mem.AP-Spaatz.Field.725103_TMY3-cache.csv /weather/USA_PA_Reading.Mem.AP-Spaatz.Field.725103_TMY3.epw -/weather/USA_PA_State.College-Penn.State.University.725128_TMY3-cache.csv /weather/USA_PA_State.College-Penn.State.University.725128_TMY3.epw -/weather/USA_PA_Washington.AWOS.725117_TMY3-cache.csv /weather/USA_PA_Washington.AWOS.725117_TMY3.epw -/weather/USA_PA_Wilkes-Barre-Scranton.Intl.AP.725130_TMY3-cache.csv /weather/USA_PA_Wilkes-Barre-Scranton.Intl.AP.725130_TMY3.epw -/weather/USA_PA_Williamsport.Rgnl.AP.725140_TMY3-cache.csv /weather/USA_PA_Williamsport.Rgnl.AP.725140_TMY3.epw -/weather/USA_PA_Willow.Grove.NAS.724086_TMY3-cache.csv /weather/USA_PA_Willow.Grove.NAS.724086_TMY3.epw -/weather/USA_RI_Block.Island.State.AP.725058_TMY3-cache.csv /weather/USA_RI_Block.Island.State.AP.725058_TMY3.epw -/weather/USA_RI_Pawtucket.AWOS.725054_TMY3-cache.csv /weather/USA_RI_Pawtucket.AWOS.725054_TMY3.epw -/weather/USA_RI_Providence-T.F.Green.State.AP.725070_TMY3-cache.csv /weather/USA_RI_Providence-T.F.Green.State.AP.725070_TMY3.epw -/weather/USA_SC_Anderson.County.AP.723125_TMY3-cache.csv /weather/USA_SC_Anderson.County.AP.723125_TMY3.epw -/weather/USA_SC_Beaufort.MCAS.722085_TMY3-cache.csv /weather/USA_SC_Beaufort.MCAS.722085_TMY3.epw -/weather/USA_SC_Charleston.Intl.AP.722080_TMY3-cache.csv /weather/USA_SC_Charleston.Intl.AP.722080_TMY3.epw -/weather/USA_SC_Columbia.Metro.AP.723100_TMY3-cache.csv /weather/USA_SC_Columbia.Metro.AP.723100_TMY3.epw -/weather/USA_SC_Florence.Rgnl.AP.723106_TMY3-cache.csv /weather/USA_SC_Florence.Rgnl.AP.723106_TMY3.epw -/weather/USA_SC_Greenville-Downtown.AP.723119_TMY3-cache.csv /weather/USA_SC_Greenville-Downtown.AP.723119_TMY3.epw -/weather/USA_SC_Greer.Greenville-Spartanburg.AP.723120_TMY3-cache.csv /weather/USA_SC_Greer.Greenville-Spartanburg.AP.723120_TMY3.epw -/weather/USA_SC_Myrtle.Beach.AFB.747910_TMY3-cache.csv /weather/USA_SC_Myrtle.Beach.AFB.747910_TMY3.epw -/weather/USA_SC_North.Myrtle.Beach-Grand.Strand.Field.747915_TMY3-cache.csv /weather/USA_SC_North.Myrtle.Beach-Grand.Strand.Field.747915_TMY3.epw -/weather/USA_SC_Shaw.AFB.747900_TMY3-cache.csv /weather/USA_SC_Shaw.AFB.747900_TMY3.epw -/weather/USA_SD_Aberdeen.Rgnl.AP.726590_TMY3-cache.csv /weather/USA_SD_Aberdeen.Rgnl.AP.726590_TMY3.epw -/weather/USA_SD_Brookings.AWOS.726515_TMY3-cache.csv /weather/USA_SD_Brookings.AWOS.726515_TMY3.epw -/weather/USA_SD_Ellsworth.AFB.726625_TMY3-cache.csv /weather/USA_SD_Ellsworth.AFB.726625_TMY3.epw -/weather/USA_SD_Huron.Rgnl.AP.726540_TMY3-cache.csv /weather/USA_SD_Huron.Rgnl.AP.726540_TMY3.epw -/weather/USA_SD_Mitchell.AWOS.726545_TMY3-cache.csv /weather/USA_SD_Mitchell.AWOS.726545_TMY3.epw -/weather/USA_SD_Mobridge.Muni.AP.726685_TMY3-cache.csv /weather/USA_SD_Mobridge.Muni.AP.726685_TMY3.epw -/weather/USA_SD_Pierre.Muni.AP.726686_TMY3-cache.csv /weather/USA_SD_Pierre.Muni.AP.726686_TMY3.epw -/weather/USA_SD_Rapid.City.Rgnl.AP.726620_TMY3-cache.csv /weather/USA_SD_Rapid.City.Rgnl.AP.726620_TMY3.epw -/weather/USA_SD_Sioux.Falls-Foss.Field.726510_TMY3-cache.csv /weather/USA_SD_Sioux.Falls-Foss.Field.726510_TMY3.epw -/weather/USA_SD_Watertown.Muni.AP.726546_TMY3-cache.csv /weather/USA_SD_Watertown.Muni.AP.726546_TMY3.epw -/weather/USA_SD_Yankton-Chan.Gurney.Muni.AP.726525_TMY3-cache.csv /weather/USA_SD_Yankton-Chan.Gurney.Muni.AP.726525_TMY3.epw -/weather/USA_TN_Bristol-TriCities.Rgnl.AP.723183_TMY3-cache.csv /weather/USA_TN_Bristol-TriCities.Rgnl.AP.723183_TMY3.epw -/weather/USA_TN_Chattanooga-Lovell.Field.AP.723240_TMY3-cache.csv /weather/USA_TN_Chattanooga-Lovell.Field.AP.723240_TMY3.epw -/weather/USA_TN_Crossville.Mem.AP.723265_TMY3-cache.csv /weather/USA_TN_Crossville.Mem.AP.723265_TMY3.epw -/weather/USA_TN_Dyersburg.Muni.AP.723347_TMY3-cache.csv /weather/USA_TN_Dyersburg.Muni.AP.723347_TMY3.epw -/weather/USA_TN_Jackson-McKellar.Sipes.Rgnl.AP.723346_TMY3-cache.csv /weather/USA_TN_Jackson-McKellar.Sipes.Rgnl.AP.723346_TMY3.epw -/weather/USA_TN_Knoxville-McGhee.Tyson.AP.723260_TMY3-cache.csv /weather/USA_TN_Knoxville-McGhee.Tyson.AP.723260_TMY3.epw -/weather/USA_TN_Memphis.Intl.AP.723340_TMY3-cache.csv /weather/USA_TN_Memphis.Intl.AP.723340_TMY3.epw -/weather/USA_TN_Nashville.Intl.AP.723270_TMY3-cache.csv /weather/USA_TN_Nashville.Intl.AP.723270_TMY3.epw -/weather/USA_TX_Abilene-Dyess.AFB.690190_TMY3-cache.csv /weather/USA_TX_Abilene-Dyess.AFB.690190_TMY3.epw -/weather/USA_TX_Abilene.Rgnl.AP.722660_TMY3-cache.csv /weather/USA_TX_Abilene.Rgnl.AP.722660_TMY3.epw -/weather/USA_TX_Alice.Intl.AP.722517_TMY3-cache.csv /weather/USA_TX_Alice.Intl.AP.722517_TMY3.epw -/weather/USA_TX_Amarillo.Intl.AP.723630_TMY3-cache.csv /weather/USA_TX_Amarillo.Intl.AP.723630_TMY3.epw -/weather/USA_TX_Austin-Camp.Mabry.722544_TMY3-cache.csv /weather/USA_TX_Austin-Camp.Mabry.722544_TMY3.epw -/weather/USA_TX_Austin-Mueller.Muni.AP.722540_TMY3-cache.csv /weather/USA_TX_Austin-Mueller.Muni.AP.722540_TMY3.epw -/weather/USA_TX_Brownsville-South.Padre.Island.AP.722500_TMY3-cache.csv /weather/USA_TX_Brownsville-South.Padre.Island.AP.722500_TMY3.epw -/weather/USA_TX_Childress.Muni.AP.723604_TMY3-cache.csv /weather/USA_TX_Childress.Muni.AP.723604_TMY3.epw -/weather/USA_TX_College.Station-Easterwood.Field.722445_TMY3-cache.csv /weather/USA_TX_College.Station-Easterwood.Field.722445_TMY3.epw -/weather/USA_TX_Corpus.Christi.Intl.AP.722510_TMY3-cache.csv /weather/USA_TX_Corpus.Christi.Intl.AP.722510_TMY3.epw -/weather/USA_TX_Corpus.Christi.NAS.722515_TMY3-cache.csv /weather/USA_TX_Corpus.Christi.NAS.722515_TMY3.epw -/weather/USA_TX_Cotulla.AP.722526_TMY3-cache.csv /weather/USA_TX_Cotulla.AP.722526_TMY3.epw -/weather/USA_TX_Cox.Field.722587_TMY3-cache.csv /weather/USA_TX_Cox.Field.722587_TMY3.epw -/weather/USA_TX_Dalhart.Muni.AP.722636_TMY3-cache.csv /weather/USA_TX_Dalhart.Muni.AP.722636_TMY3.epw -/weather/USA_TX_Dallas-Addison.AP.722598_TMY3-cache.csv /weather/USA_TX_Dallas-Addison.AP.722598_TMY3.epw -/weather/USA_TX_Dallas-Love.Field.722583_TMY3-cache.csv /weather/USA_TX_Dallas-Love.Field.722583_TMY3.epw -/weather/USA_TX_Dallas-Redbird.AP.722599_TMY3-cache.csv /weather/USA_TX_Dallas-Redbird.AP.722599_TMY3.epw -/weather/USA_TX_Del.Rio-Laughlin.AFB.722615_TMY3-cache.csv /weather/USA_TX_Del.Rio-Laughlin.AFB.722615_TMY3.epw -/weather/USA_TX_Del.Rio.722610_TMY3-cache.csv /weather/USA_TX_Del.Rio.722610_TMY3.epw -/weather/USA_TX_Draughon-Miller.Central.Texas.AP.722577_TMY3-cache.csv /weather/USA_TX_Draughon-Miller.Central.Texas.AP.722577_TMY3.epw -/weather/USA_TX_El.Paso.Intl.AP.722700_TMY3-cache.csv /weather/USA_TX_El.Paso.Intl.AP.722700_TMY3.epw -/weather/USA_TX_Fort.Hood.722570_TMY3-cache.csv /weather/USA_TX_Fort.Hood.722570_TMY3.epw -/weather/USA_TX_Fort.Worth-Alliance.AP.722594_TMY3-cache.csv /weather/USA_TX_Fort.Worth-Alliance.AP.722594_TMY3.epw -/weather/USA_TX_Fort.Worth-Meacham.AP.722596_TMY3-cache.csv /weather/USA_TX_Fort.Worth-Meacham.AP.722596_TMY3.epw -/weather/USA_TX_Fort.Worth.NAS.722595_TMY3-cache.csv /weather/USA_TX_Fort.Worth.NAS.722595_TMY3.epw -/weather/USA_TX_Galveston.722420_TMY3-cache.csv /weather/USA_TX_Galveston.722420_TMY3.epw -/weather/USA_TX_Georgetown.AWOS.722547_TMY3-cache.csv /weather/USA_TX_Georgetown.AWOS.722547_TMY3.epw -/weather/USA_TX_Greenville.Muni.AP.722588_TMY3-cache.csv /weather/USA_TX_Greenville.Muni.AP.722588_TMY3.epw -/weather/USA_TX_Harlingen-Valley.Intl.AP.722505_TMY3-cache.csv /weather/USA_TX_Harlingen-Valley.Intl.AP.722505_TMY3.epw -/weather/USA_TX_Hondo.Muni.AP.722533_TMY3-cache.csv /weather/USA_TX_Hondo.Muni.AP.722533_TMY3.epw -/weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3-cache.csv /weather/USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw -/weather/USA_TX_Houston-D.W.Hooks.AP.722429_TMY3-cache.csv /weather/USA_TX_Houston-D.W.Hooks.AP.722429_TMY3.epw -/weather/USA_TX_Houston-Ellington.AFB.722436_TMY3-cache.csv /weather/USA_TX_Houston-Ellington.AFB.722436_TMY3.epw -/weather/USA_TX_Houston-William.P.Hobby.AP.722435_TMY3-cache.csv /weather/USA_TX_Houston-William.P.Hobby.AP.722435_TMY3.epw -/weather/USA_TX_Killeen-Fort.Hood.Rgnl.AP.722576_TMY3-cache.csv /weather/USA_TX_Killeen-Fort.Hood.Rgnl.AP.722576_TMY3.epw -/weather/USA_TX_Killeen.Muni.AWOS.722575_TMY3-cache.csv /weather/USA_TX_Killeen.Muni.AWOS.722575_TMY3.epw -/weather/USA_TX_Kingsville.722516_TMY3-cache.csv /weather/USA_TX_Kingsville.722516_TMY3.epw -/weather/USA_TX_Laredo.Intl.AP.722520_TMY3-cache.csv /weather/USA_TX_Laredo.Intl.AP.722520_TMY3.epw -/weather/USA_TX_Longview-Gregg.County.AP.722470_TMY3-cache.csv /weather/USA_TX_Longview-Gregg.County.AP.722470_TMY3.epw -/weather/USA_TX_Lubbock.Intl.AP.722670_TMY3-cache.csv /weather/USA_TX_Lubbock.Intl.AP.722670_TMY3.epw -/weather/USA_TX_Lufkin-Angelina.Co.AP.722446_TMY3-cache.csv /weather/USA_TX_Lufkin-Angelina.Co.AP.722446_TMY3.epw -/weather/USA_TX_Marfa.AP.722640_TMY3-cache.csv /weather/USA_TX_Marfa.AP.722640_TMY3.epw -/weather/USA_TX_McAllen-Miller.Intl.AP.722506_TMY3-cache.csv /weather/USA_TX_McAllen-Miller.Intl.AP.722506_TMY3.epw -/weather/USA_TX_McGregor.AWOS.722563_TMY3-cache.csv /weather/USA_TX_McGregor.AWOS.722563_TMY3.epw -/weather/USA_TX_Midland.Intl.AP.722650_TMY3-cache.csv /weather/USA_TX_Midland.Intl.AP.722650_TMY3.epw -/weather/USA_TX_Mineral.Wells.Muni.AP.722597_TMY3-cache.csv /weather/USA_TX_Mineral.Wells.Muni.AP.722597_TMY3.epw -/weather/USA_TX_Nacogdoches.AWOS.722499_TMY3-cache.csv /weather/USA_TX_Nacogdoches.AWOS.722499_TMY3.epw -/weather/USA_TX_Palacios.Muni.AP.722555_TMY3-cache.csv /weather/USA_TX_Palacios.Muni.AP.722555_TMY3.epw -/weather/USA_TX_Port.Arthur-Jefferson.Co.AP.722410_TMY3-cache.csv /weather/USA_TX_Port.Arthur-Jefferson.Co.AP.722410_TMY3.epw -/weather/USA_TX_Randolph.AFB.722536_TMY3-cache.csv /weather/USA_TX_Randolph.AFB.722536_TMY3.epw -/weather/USA_TX_Rockport-Aransas.Co.AP.722524_TMY3-cache.csv /weather/USA_TX_Rockport-Aransas.Co.AP.722524_TMY3.epw -/weather/USA_TX_San.Angelo-Mathis.AP.722630_TMY3-cache.csv /weather/USA_TX_San.Angelo-Mathis.AP.722630_TMY3.epw -/weather/USA_TX_San.Antonio-Kelly.AFB.722535_TMY3-cache.csv /weather/USA_TX_San.Antonio-Kelly.AFB.722535_TMY3.epw -/weather/USA_TX_San.Antonio-Stinson.AP.722523_TMY3-cache.csv /weather/USA_TX_San.Antonio-Stinson.AP.722523_TMY3.epw -/weather/USA_TX_San.Antonio.Intl.AP.722530_TMY3-cache.csv /weather/USA_TX_San.Antonio.Intl.AP.722530_TMY3.epw -/weather/USA_TX_Tyler-Pounds.Field.722448_TMY3-cache.csv /weather/USA_TX_Tyler-Pounds.Field.722448_TMY3.epw -/weather/USA_TX_Victoria.Rgnl.AP.722550_TMY3-cache.csv /weather/USA_TX_Victoria.Rgnl.AP.722550_TMY3.epw -/weather/USA_TX_Waco.Rgnl.AP.722560_TMY3-cache.csv /weather/USA_TX_Waco.Rgnl.AP.722560_TMY3.epw -/weather/USA_TX_Wichita.Falls.Muni.AP.723510_TMY3-cache.csv /weather/USA_TX_Wichita.Falls.Muni.AP.723510_TMY3.epw -/weather/USA_TX_Wink-Winkler.County.AP.722656_TMY3-cache.csv /weather/USA_TX_Wink-Winkler.County.AP.722656_TMY3.epw -/weather/USA_UT_Blanding.Muni.AP.724723_TMY3-cache.csv /weather/USA_UT_Blanding.Muni.AP.724723_TMY3.epw -/weather/USA_UT_Bryce.Canyon.AP.724756_TMY3-cache.csv /weather/USA_UT_Bryce.Canyon.AP.724756_TMY3.epw -/weather/USA_UT_Cedar.City.Muni.AP.724755_TMY3-cache.csv /weather/USA_UT_Cedar.City.Muni.AP.724755_TMY3.epw -/weather/USA_UT_Delta.Muni.AP.724795_TMY3-cache.csv /weather/USA_UT_Delta.Muni.AP.724795_TMY3.epw -/weather/USA_UT_Hanksville.AP.724735_TMY3-cache.csv /weather/USA_UT_Hanksville.AP.724735_TMY3.epw -/weather/USA_UT_Moab-Canyonlands.Field.724776_TMY3-cache.csv /weather/USA_UT_Moab-Canyonlands.Field.724776_TMY3.epw -/weather/USA_UT_Ogden-Hill.AFB.725755_TMY3-cache.csv /weather/USA_UT_Ogden-Hill.AFB.725755_TMY3.epw -/weather/USA_UT_Ogden-Hinkley.AP.725750_TMY3-cache.csv /weather/USA_UT_Ogden-Hinkley.AP.725750_TMY3.epw -/weather/USA_UT_Provo.Muni.AWOS.725724_TMY3-cache.csv /weather/USA_UT_Provo.Muni.AWOS.725724_TMY3.epw -/weather/USA_UT_Saint.George.AWOS.724754_TMY3-cache.csv /weather/USA_UT_Saint.George.AWOS.724754_TMY3.epw -/weather/USA_UT_Salt.Lake.City.Intl.AP.725720_TMY3-cache.csv /weather/USA_UT_Salt.Lake.City.Intl.AP.725720_TMY3.epw -/weather/USA_UT_Vernal.AP.725705_TMY3-cache.csv /weather/USA_UT_Vernal.AP.725705_TMY3.epw -/weather/USA_UT_Wendover.USAF.Auxiliary.Field.725810_TMY3-cache.csv /weather/USA_UT_Wendover.USAF.Auxiliary.Field.725810_TMY3.epw -/weather/USA_VA_Abingdon-Virgina.Highlands.AP.724058_TMY3-cache.csv /weather/USA_VA_Abingdon-Virgina.Highlands.AP.724058_TMY3.epw -/weather/USA_VA_Arlington-Ronald.Reagan.Washington.Natl.AP.724050_TMY3-cache.csv /weather/USA_VA_Arlington-Ronald.Reagan.Washington.Natl.AP.724050_TMY3.epw -/weather/USA_VA_Blacksburg-Virginia.Tech.AP.724113_TMY3-cache.csv /weather/USA_VA_Blacksburg-Virginia.Tech.AP.724113_TMY3.epw -/weather/USA_VA_Charlottesville-Albemarle.County.AP.724016_TMY3-cache.csv /weather/USA_VA_Charlottesville-Albemarle.County.AP.724016_TMY3.epw -/weather/USA_VA_Danville.Rgnl.AP.724106_TMY3-cache.csv /weather/USA_VA_Danville.Rgnl.AP.724106_TMY3.epw -/weather/USA_VA_Davison.AAF.724037_TMY3-cache.csv /weather/USA_VA_Davison.AAF.724037_TMY3.epw -/weather/USA_VA_Farmville.Muni.AP.724017_TMY3-cache.csv /weather/USA_VA_Farmville.Muni.AP.724017_TMY3.epw -/weather/USA_VA_Franklin.Muni.AP.723083_TMY3-cache.csv /weather/USA_VA_Franklin.Muni.AP.723083_TMY3.epw -/weather/USA_VA_Fredericksburg-Shannon.AP.724033_TMY3-cache.csv /weather/USA_VA_Fredericksburg-Shannon.AP.724033_TMY3.epw -/weather/USA_VA_Hillsville-Twin.County.AP.724107_TMY3-cache.csv /weather/USA_VA_Hillsville-Twin.County.AP.724107_TMY3.epw -/weather/USA_VA_Hot.Springs-Ingalls.Field.724115_TMY3-cache.csv /weather/USA_VA_Hot.Springs-Ingalls.Field.724115_TMY3.epw -/weather/USA_VA_Langley.AFB.745980_TMY3-cache.csv /weather/USA_VA_Langley.AFB.745980_TMY3.epw -/weather/USA_VA_Leesburg.Muni.AP-Godfrey.Field.724055_TMY3-cache.csv /weather/USA_VA_Leesburg.Muni.AP-Godfrey.Field.724055_TMY3.epw -/weather/USA_VA_Lynchburg.Rgnl.AP-Preston.Glen.Field.724100_TMY3-cache.csv /weather/USA_VA_Lynchburg.Rgnl.AP-Preston.Glen.Field.724100_TMY3.epw -/weather/USA_VA_Manassas.Muni.AWOS.724036_TMY3-cache.csv /weather/USA_VA_Manassas.Muni.AWOS.724036_TMY3.epw -/weather/USA_VA_Marion-Wytheville-Mountain.Empire.AP.724056_TMY3-cache.csv /weather/USA_VA_Marion-Wytheville-Mountain.Empire.AP.724056_TMY3.epw -/weather/USA_VA_Martinsville-Blue.Ridge.AP.745985_TMY3-cache.csv /weather/USA_VA_Martinsville-Blue.Ridge.AP.745985_TMY3.epw -/weather/USA_VA_Melfa-Accomack.County.AP.724026_TMY3-cache.csv /weather/USA_VA_Melfa-Accomack.County.AP.724026_TMY3.epw -/weather/USA_VA_Newport.News.723086_TMY3-cache.csv /weather/USA_VA_Newport.News.723086_TMY3.epw -/weather/USA_VA_Norfolk.Intl.AP.723080_TMY3-cache.csv /weather/USA_VA_Norfolk.Intl.AP.723080_TMY3.epw -/weather/USA_VA_Norfolk.NAS.723085_TMY3-cache.csv /weather/USA_VA_Norfolk.NAS.723085_TMY3.epw -/weather/USA_VA_Oceana.NAS.723075_TMY3-cache.csv /weather/USA_VA_Oceana.NAS.723075_TMY3.epw -/weather/USA_VA_Petersburg.Muni.AP.724014_TMY3-cache.csv /weather/USA_VA_Petersburg.Muni.AP.724014_TMY3.epw -/weather/USA_VA_Pulaski-New.River.Valley.AP.724116_TMY3-cache.csv /weather/USA_VA_Pulaski-New.River.Valley.AP.724116_TMY3.epw -/weather/USA_VA_Quantico.MCAS.724035_TMY3-cache.csv /weather/USA_VA_Quantico.MCAS.724035_TMY3.epw -/weather/USA_VA_Richmond.Intl.AP.724010_TMY3-cache.csv /weather/USA_VA_Richmond.Intl.AP.724010_TMY3.epw -/weather/USA_VA_Roanoke.Rgnl.AP-Woodrum.Field.724110_TMY3-cache.csv /weather/USA_VA_Roanoke.Rgnl.AP-Woodrum.Field.724110_TMY3.epw -/weather/USA_VA_Staunton-Shenandoah.Valley.Rgnl.AP.724105_TMY3-cache.csv /weather/USA_VA_Staunton-Shenandoah.Valley.Rgnl.AP.724105_TMY3.epw -/weather/USA_VA_Sterling-Washington.Dulles.Intl.AP.724030_TMY3-cache.csv /weather/USA_VA_Sterling-Washington.Dulles.Intl.AP.724030_TMY3.epw -/weather/USA_VA_Winchester.Rgnl.AP.724053_TMY3-cache.csv /weather/USA_VA_Winchester.Rgnl.AP.724053_TMY3.epw -/weather/USA_VA_Wise-Lonesome.Pine.AP.724117_TMY3-cache.csv /weather/USA_VA_Wise-Lonesome.Pine.AP.724117_TMY3.epw -/weather/USA_VT_Burlington.Intl.AP.726170_TMY3-cache.csv /weather/USA_VT_Burlington.Intl.AP.726170_TMY3.epw -/weather/USA_VT_Montpelier.AP.726145_TMY3-cache.csv /weather/USA_VT_Montpelier.AP.726145_TMY3.epw -/weather/USA_VT_Rutland.State.AP.725165_TMY3-cache.csv /weather/USA_VT_Rutland.State.AP.725165_TMY3.epw -/weather/USA_VT_Springfield-Hartnes.State.AP.726115_TMY3-cache.csv /weather/USA_VT_Springfield-Hartnes.State.AP.726115_TMY3.epw -/weather/USA_WA_Bellingham.Intl.AP.727976_TMY3-cache.csv /weather/USA_WA_Bellingham.Intl.AP.727976_TMY3.epw -/weather/USA_WA_Bremerton.National.AP.727928_TMY3-cache.csv /weather/USA_WA_Bremerton.National.AP.727928_TMY3.epw -/weather/USA_WA_Ephrata.Muni.AP.727826_TMY3-cache.csv /weather/USA_WA_Ephrata.Muni.AP.727826_TMY3.epw -/weather/USA_WA_Fairchild.AFB.727855_TMY3-cache.csv /weather/USA_WA_Fairchild.AFB.727855_TMY3.epw -/weather/USA_WA_Fort.Lewis-Gray.AAF.742070_TMY3-cache.csv /weather/USA_WA_Fort.Lewis-Gray.AAF.742070_TMY3.epw -/weather/USA_WA_Hanford.727840_TMY3-cache.csv /weather/USA_WA_Hanford.727840_TMY3.epw -/weather/USA_WA_Hoquiam.AP.727923_TMY3-cache.csv /weather/USA_WA_Hoquiam.AP.727923_TMY3.epw -/weather/USA_WA_Kelso.AP.727924_TMY3-cache.csv /weather/USA_WA_Kelso.AP.727924_TMY3.epw -/weather/USA_WA_Moses.Lake-Grant.County.AP.727827_TMY3-cache.csv /weather/USA_WA_Moses.Lake-Grant.County.AP.727827_TMY3.epw -/weather/USA_WA_Olympia.AP.727920_TMY3-cache.csv /weather/USA_WA_Olympia.AP.727920_TMY3.epw -/weather/USA_WA_Pasco-Tri.Cities.AP.727845_TMY3-cache.csv /weather/USA_WA_Pasco-Tri.Cities.AP.727845_TMY3.epw -/weather/USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3-cache.csv /weather/USA_WA_Port.Angeles-William.R.Fairchild.Intl.AP.727885_TMY3.epw -/weather/USA_WA_Pullman-Moscow.Rgnl.AP.727857_TMY3-cache.csv /weather/USA_WA_Pullman-Moscow.Rgnl.AP.727857_TMY3.epw -/weather/USA_WA_Quillayute.State.AP.727970_TMY3-cache.csv /weather/USA_WA_Quillayute.State.AP.727970_TMY3.epw -/weather/USA_WA_Renton.Muni.AP.727934_TMY3-cache.csv /weather/USA_WA_Renton.Muni.AP.727934_TMY3.epw -/weather/USA_WA_Seattle-Boeing.Field.727935_TMY3-cache.csv /weather/USA_WA_Seattle-Boeing.Field.727935_TMY3.epw -/weather/USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3-cache.csv /weather/USA_WA_Seattle-Tacoma.Intl.AP.727930_TMY3.epw -/weather/USA_WA_Snohomish.County.AP.727937_TMY3-cache.csv /weather/USA_WA_Snohomish.County.AP.727937_TMY3.epw -/weather/USA_WA_Spokane-Felts.Field.727856_TMY3-cache.csv /weather/USA_WA_Spokane-Felts.Field.727856_TMY3.epw -/weather/USA_WA_Spokane.Intl.AP.727850_TMY3-cache.csv /weather/USA_WA_Spokane.Intl.AP.727850_TMY3.epw -/weather/USA_WA_Stampede.Pass.727815_TMY3-cache.csv /weather/USA_WA_Stampede.Pass.727815_TMY3.epw -/weather/USA_WA_Tacoma-McChord.AFB.742060_TMY3-cache.csv /weather/USA_WA_Tacoma-McChord.AFB.742060_TMY3.epw -/weather/USA_WA_Tacoma.Narrows.AP.727938_TMY3-cache.csv /weather/USA_WA_Tacoma.Narrows.AP.727938_TMY3.epw -/weather/USA_WA_The.Dalles.Muni.AP.726988_TMY3-cache.csv /weather/USA_WA_The.Dalles.Muni.AP.726988_TMY3.epw -/weather/USA_WA_Toledo-Winlock-Ed.Carlson.Mem.AP.727926_TMY3-cache.csv /weather/USA_WA_Toledo-Winlock-Ed.Carlson.Mem.AP.727926_TMY3.epw -/weather/USA_WA_Walla.Walla.City-County.AP.727846_TMY3-cache.csv /weather/USA_WA_Walla.Walla.City-County.AP.727846_TMY3.epw -/weather/USA_WA_Wenatchee-Pangborn.Mem.AP.727825_TMY3-cache.csv /weather/USA_WA_Wenatchee-Pangborn.Mem.AP.727825_TMY3.epw -/weather/USA_WA_Whidbey.Island.NAS.690230_TMY3-cache.csv /weather/USA_WA_Whidbey.Island.NAS.690230_TMY3.epw -/weather/USA_WA_Yakima.Air.Terminal-McAllister.Field.727810_TMY3-cache.csv /weather/USA_WA_Yakima.Air.Terminal-McAllister.Field.727810_TMY3.epw -/weather/USA_WI_Appleton-Outagamie.County.AP.726457_TMY3-cache.csv /weather/USA_WI_Appleton-Outagamie.County.AP.726457_TMY3.epw -/weather/USA_WI_Eau.Claire.County.AP.726435_TMY3-cache.csv /weather/USA_WI_Eau.Claire.County.AP.726435_TMY3.epw -/weather/USA_WI_Ephraim.AWOS.726626_TMY3-cache.csv /weather/USA_WI_Ephraim.AWOS.726626_TMY3.epw -/weather/USA_WI_Green.Bay-Austin.Straubel.Intl.AP.726450_TMY3-cache.csv /weather/USA_WI_Green.Bay-Austin.Straubel.Intl.AP.726450_TMY3.epw -/weather/USA_WI_Janesville-Rock.County.AP.726415_TMY3-cache.csv /weather/USA_WI_Janesville-Rock.County.AP.726415_TMY3.epw -/weather/USA_WI_La.Crosse.Muni.AP.726430_TMY3-cache.csv /weather/USA_WI_La.Crosse.Muni.AP.726430_TMY3.epw -/weather/USA_WI_Lone.Rock.AP.726416_TMY3-cache.csv /weather/USA_WI_Lone.Rock.AP.726416_TMY3.epw -/weather/USA_WI_Madison-Dane.County.Rgnl.AP.726410_TMY3-cache.csv /weather/USA_WI_Madison-Dane.County.Rgnl.AP.726410_TMY3.epw -/weather/USA_WI_Manitowac.Muni.AWOS.726455_TMY3-cache.csv /weather/USA_WI_Manitowac.Muni.AWOS.726455_TMY3.epw -/weather/USA_WI_Marshfield.Muni.AP.726574_TMY3-cache.csv /weather/USA_WI_Marshfield.Muni.AP.726574_TMY3.epw -/weather/USA_WI_Milwaukee-Mitchell.Intl.AP.726400_TMY3-cache.csv /weather/USA_WI_Milwaukee-Mitchell.Intl.AP.726400_TMY3.epw -/weather/USA_WI_Minocqua-Woodruff-Lee.Field.726404_TMY3-cache.csv /weather/USA_WI_Minocqua-Woodruff-Lee.Field.726404_TMY3.epw -/weather/USA_WI_Mosinee-Central.Wisconsin.AP.726465_TMY3-cache.csv /weather/USA_WI_Mosinee-Central.Wisconsin.AP.726465_TMY3.epw -/weather/USA_WI_Phillips-Price.County.AP.726468_TMY3-cache.csv /weather/USA_WI_Phillips-Price.County.AP.726468_TMY3.epw -/weather/USA_WI_Rice.Lake.Muni.AP.726467_TMY3-cache.csv /weather/USA_WI_Rice.Lake.Muni.AP.726467_TMY3.epw -/weather/USA_WI_Sturgeon.Bay-Door.County.AP.726458_TMY3-cache.csv /weather/USA_WI_Sturgeon.Bay-Door.County.AP.726458_TMY3.epw -/weather/USA_WI_Watertown.Muni.AP.726464_TMY3-cache.csv /weather/USA_WI_Watertown.Muni.AP.726464_TMY3.epw -/weather/USA_WI_Wausau.Muni.AP.726463_TMY3-cache.csv /weather/USA_WI_Wausau.Muni.AP.726463_TMY3.epw -/weather/USA_WI_Wittman.Rgnl.AP.726456_TMY3-cache.csv /weather/USA_WI_Wittman.Rgnl.AP.726456_TMY3.epw -/weather/USA_WV_Beckley-Raleigh.County.Mem.AP.724120_TMY3-cache.csv /weather/USA_WV_Beckley-Raleigh.County.Mem.AP.724120_TMY3.epw -/weather/USA_WV_Bluefield-Mercer.County.AP.724125_TMY3-cache.csv /weather/USA_WV_Bluefield-Mercer.County.AP.724125_TMY3.epw -/weather/USA_WV_Charleston-Yeager.AP.724140_TMY3-cache.csv /weather/USA_WV_Charleston-Yeager.AP.724140_TMY3.epw -/weather/USA_WV_Clarksburg-Harrison.Marion.Rgnl.AP.724175_TMY3-cache.csv /weather/USA_WV_Clarksburg-Harrison.Marion.Rgnl.AP.724175_TMY3.epw -/weather/USA_WV_Elkins-Randolph.County.AP.724170_TMY3-cache.csv /weather/USA_WV_Elkins-Randolph.County.AP.724170_TMY3.epw -/weather/USA_WV_Huntington-Tri.State.Walker.Long.Field.724250_TMY3-cache.csv /weather/USA_WV_Huntington-Tri.State.Walker.Long.Field.724250_TMY3.epw -/weather/USA_WV_Lewisburg-Greenbrier.Valley.AP.724127_TMY3-cache.csv /weather/USA_WV_Lewisburg-Greenbrier.Valley.AP.724127_TMY3.epw -/weather/USA_WV_Martinsburg-Eastern.WV.Rgnl.AP.724177_TMY3-cache.csv /weather/USA_WV_Martinsburg-Eastern.WV.Rgnl.AP.724177_TMY3.epw -/weather/USA_WV_Morgantown.Muni-Hart.Field.724176_TMY3-cache.csv /weather/USA_WV_Morgantown.Muni-Hart.Field.724176_TMY3.epw -/weather/USA_WV_Parkersburg-Wood.County-Gill.Robb.Wilson.AP.724273_TMY3-cache.csv /weather/USA_WV_Parkersburg-Wood.County-Gill.Robb.Wilson.AP.724273_TMY3.epw -/weather/USA_WV_Wheeling-Ohio.County.AP.724275_TMY3-cache.csv /weather/USA_WV_Wheeling-Ohio.County.AP.724275_TMY3.epw -/weather/USA_WY_Casper-Natrona.County.Intl.AP.725690_TMY3-cache.csv /weather/USA_WY_Casper-Natrona.County.Intl.AP.725690_TMY3.epw -/weather/USA_WY_Cheyenne.Muni.AP.725640_TMY3-cache.csv /weather/USA_WY_Cheyenne.Muni.AP.725640_TMY3.epw -/weather/USA_WY_Cody.Muni.AWOS.726700_TMY3-cache.csv /weather/USA_WY_Cody.Muni.AWOS.726700_TMY3.epw -/weather/USA_WY_Evanston-Uinta.County.AP-Burns.Field.725775_TMY3-cache.csv /weather/USA_WY_Evanston-Uinta.County.AP-Burns.Field.725775_TMY3.epw -/weather/USA_WY_Gillette-Gillette.County.AP.726650_TMY3-cache.csv /weather/USA_WY_Gillette-Gillette.County.AP.726650_TMY3.epw -/weather/USA_WY_Green.River-Greater.Green.River.Intergalactic.Spaceport.725744_TMY3-cache.csv /weather/USA_WY_Green.River-Greater.Green.River.Intergalactic.Spaceport.725744_TMY3.epw -/weather/USA_WY_Jackson.Hole.AP.725776_TMY3-cache.csv /weather/USA_WY_Jackson.Hole.AP.725776_TMY3.epw -/weather/USA_WY_Lander-Hunt.Field.725760_TMY3-cache.csv /weather/USA_WY_Lander-Hunt.Field.725760_TMY3.epw -/weather/USA_WY_Laramie-General.Brees.Field.725645_TMY3-cache.csv /weather/USA_WY_Laramie-General.Brees.Field.725645_TMY3.epw -/weather/USA_WY_Rawlins.Muni.AP.725745_TMY3-cache.csv /weather/USA_WY_Rawlins.Muni.AP.725745_TMY3.epw -/weather/USA_WY_Riverton.Rgnl.AP.725765_TMY3-cache.csv /weather/USA_WY_Riverton.Rgnl.AP.725765_TMY3.epw -/weather/USA_WY_Sheridan.County.AP.726660_TMY3-cache.csv /weather/USA_WY_Sheridan.County.AP.726660_TMY3.epw -/weather/USA_WY_Worland.Muni.AP.726665_TMY3-cache.csv /weather/USA_WY_Worland.Muni.AP.726665_TMY3.epw /workflow/run /workflow/reports diff --git a/example_files/resources/hpxml-measures/.readthedocs.yml b/example_files/resources/hpxml-measures/.readthedocs.yml new file mode 100644 index 00000000..bfe20b3a --- /dev/null +++ b/example_files/resources/hpxml-measures/.readthedocs.yml @@ -0,0 +1,9 @@ +version: 2 + +sphinx: + configuration: docs/source/conf.py + +build: + os: ubuntu-22.04 + tools: + python: "3.8" \ No newline at end of file diff --git a/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb b/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb index f2708013..41db0b18 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb +++ b/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.rb @@ -52,20 +52,31 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDescription('The version of the software program used.') args << arg - occupancy_calculation_type_choices = OpenStudio::StringVector.new - occupancy_calculation_type_choices << HPXML::OccupancyCalculationTypeAsset - occupancy_calculation_type_choices << HPXML::OccupancyCalculationTypeOperational - - arg = OpenStudio::Measure::OSArgument.makeChoiceArgument('occupancy_calculation_type', occupancy_calculation_type_choices, false) - arg.setDisplayName('Occupancy Calculation Type') - arg.setDescription("The type of occupancy calculation type. If '#{HPXML::OccupancyCalculationTypeAsset}' is chosen, various end uses (e.g., clothes washer) are calculated using number of bedrooms and/or conditioned floor area. If '#{HPXML::OccupancyCalculationTypeOperational}' is chosen, end uses based on number of bedrooms are adjusted for the number of occupants. If not provided, the OS-HPXML default is used.") - args << arg - arg = OpenStudio::Measure::OSArgument.makeStringArgument('schedules_filepaths', false) arg.setDisplayName('Schedules: CSV File Paths') arg.setDescription('Absolute/relative paths of csv files containing user-specified detailed schedules. If multiple files, use a comma-separated list.') args << arg + arg = OpenStudio::Measure::OSArgument.makeStringArgument('schedules_vacancy_period', false) + arg.setDisplayName('Schedules: Vacancy Period') + arg.setDescription('Specifies the vacancy period. Enter a date like "Dec 15 - Jan 15". Optionally, can enter hour of the day like "Dec 15 2 - Jan 15 20" (start hour can be 0 through 23 and end hour can be 1 through 24).') + args << arg + + arg = OpenStudio::Measure::OSArgument.makeStringArgument('schedules_power_outage_period', false) + arg.setDisplayName('Schedules: Power Outage Period') + arg.setDescription('Specifies the power outage period. Enter a date like "Dec 15 - Jan 15". Optionally, can enter hour of the day like "Dec 15 2 - Jan 15 20" (start hour can be 0 through 23 and end hour can be 1 through 24).') + args << arg + + natvent_availability_choices = OpenStudio::StringVector.new + natvent_availability_choices << HPXML::ScheduleRegular + natvent_availability_choices << HPXML::ScheduleAvailable + natvent_availability_choices << HPXML::ScheduleUnavailable + + arg = OpenStudio::Measure::OSArgument.makeChoiceArgument('schedules_power_outage_window_natvent_availability', natvent_availability_choices, false) + arg.setDisplayName('Schedules: Power Outage Period Window Natural Ventilation Availability') + arg.setDescription('The availability of the natural ventilation schedule during the outage period.') + args << arg + arg = OpenStudio::Measure::OSArgument::makeIntegerArgument('simulation_control_timestep', false) arg.setDisplayName('Simulation Control: Timestep') arg.setUnits('min') @@ -182,25 +193,25 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument level_choices << 'Middle' level_choices << 'Top' - arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_unit_left_wall_is_adiabatic', true) + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_unit_left_wall_is_adiabatic', false) arg.setDisplayName('Geometry: Unit Left Wall Is Adiabatic') arg.setDescription('Presence of an adiabatic left wall.') arg.setDefaultValue(false) args << arg - arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_unit_right_wall_is_adiabatic', true) + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_unit_right_wall_is_adiabatic', false) arg.setDisplayName('Geometry: Unit Right Wall Is Adiabatic') arg.setDescription('Presence of an adiabatic right wall.') arg.setDefaultValue(false) args << arg - arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_unit_front_wall_is_adiabatic', true) + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_unit_front_wall_is_adiabatic', false) arg.setDisplayName('Geometry: Unit Front Wall Is Adiabatic') arg.setDescription('Presence of an adiabatic front wall, for example, the unit is adjacent to a conditioned corridor.') arg.setDefaultValue(false) args << arg - arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_unit_back_wall_is_adiabatic', true) + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_unit_back_wall_is_adiabatic', false) arg.setDisplayName('Geometry: Unit Back Wall Is Adiabatic') arg.setDescription('Presence of an adiabatic back wall.') arg.setDefaultValue(false) @@ -237,7 +248,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument::makeIntegerArgument('geometry_unit_num_bedrooms', true) arg.setDisplayName('Geometry: Unit Number of Bedrooms') arg.setUnits('#') - arg.setDescription('The number of bedrooms in the unit. Used to determine the energy usage of appliances and plug loads, hot water usage, etc.') + arg.setDescription('The number of bedrooms in the unit.') arg.setDefaultValue(3) args << arg @@ -250,7 +261,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('geometry_unit_num_occupants', false) arg.setDisplayName('Geometry: Unit Number of Occupants') arg.setUnits('#') - arg.setDescription("The number of occupants in the unit. If not provided, the OS-HPXML default is used. Required if Occupancy Calculation Type is '#{HPXML::OccupancyCalculationTypeOperational}'.") + arg.setDescription('The number of occupants in the unit. If not provided, an *asset* calculation is performed assuming standard occupancy, in which various end use defaults (e.g., plug loads, appliances, and hot water usage) are calculated based on Number of Bedrooms and Conditioned Floor Area per ANSI/RESNET/ICC 301-2019. If provided, an *operational* calculation is instead performed in which the end use defaults are adjusted using the relationship between Number of Bedrooms and Number of Occupants from RECS 2015.') args << arg arg = OpenStudio::Measure::OSArgument::makeIntegerArgument('geometry_building_num_units', false) @@ -383,11 +394,6 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue(2.0) args << arg - arg = OpenStudio::Measure::OSArgument::makeBoolArgument('geometry_has_flue_or_chimney', false) - arg.setDisplayName('Geometry: Has Flue or Chimney') - arg.setDescription('Presence of flue or chimney for infiltration model. If not provided, the OS-HPXML default is used.') - args << arg - arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('neighbor_front_distance', true) arg.setDisplayName('Neighbor: Front Distance') arg.setUnits('ft') @@ -628,9 +634,9 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument roof_radiant_barrier_grade_choices << '2' roof_radiant_barrier_grade_choices << '3' - arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('roof_radiant_barrier_grade', roof_radiant_barrier_grade_choices, true) + arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('roof_radiant_barrier_grade', roof_radiant_barrier_grade_choices, false) arg.setDisplayName('Roof: Radiant Barrier Grade') - arg.setDescription('The grade of the radiant barrier, if it exists.') + arg.setDescription('The grade of the radiant barrier. If not provided, the OS-HPXML default is used.') arg.setDefaultValue('1') args << arg @@ -774,25 +780,30 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('window_interior_shading_winter', false) arg.setDisplayName('Windows: Winter Interior Shading') arg.setUnits('Frac') - arg.setDescription('Interior shading multiplier for the heating season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.') + arg.setDescription('Interior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.') args << arg arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('window_interior_shading_summer', false) arg.setDisplayName('Windows: Summer Interior Shading') arg.setUnits('Frac') - arg.setDescription('Interior shading multiplier for the cooling season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.') + arg.setDescription('Interior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.') args << arg arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('window_exterior_shading_winter', false) arg.setDisplayName('Windows: Winter Exterior Shading') arg.setUnits('Frac') - arg.setDescription('Exterior shading multiplier for the heating season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.') + arg.setDescription('Exterior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.') args << arg arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('window_exterior_shading_summer', false) arg.setDisplayName('Windows: Summer Exterior Shading') arg.setUnits('Frac') - arg.setDescription('Exterior shading multiplier for the cooling season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.') + arg.setDescription('Exterior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used.') + args << arg + + arg = OpenStudio::Measure::OSArgument::makeStringArgument('window_shading_summer_season', false) + arg.setDisplayName('Windows: Shading Summer Season') + arg.setDescription('Enter a date like "May 1 - Sep 30". Defines the summer season for purposes of shading coefficients; the rest of the year is assumed to be winter. If not provided, the OS-HPXML default is used.') args << arg storm_window_type_choices = OpenStudio::StringVector.new @@ -952,6 +963,8 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument air_leakage_units_choices << HPXML::UnitsACH air_leakage_units_choices << HPXML::UnitsCFM air_leakage_units_choices << HPXML::UnitsACHNatural + air_leakage_units_choices << HPXML::UnitsCFMNatural + air_leakage_units_choices << HPXML::UnitsELA arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('air_leakage_units', air_leakage_units_choices, true) arg.setDisplayName('Air Leakage: Units') @@ -968,10 +981,24 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('air_leakage_value', true) arg.setDisplayName('Air Leakage: Value') - arg.setDescription('Air exchange rate value.') + arg.setDescription("Air exchange rate value. For '#{HPXML::UnitsELA}', provide value in sq. in.") arg.setDefaultValue(3) args << arg + air_leakage_type_choices = OpenStudio::StringVector.new + air_leakage_type_choices << HPXML::InfiltrationTypeUnitTotal + air_leakage_type_choices << HPXML::InfiltrationTypeUnitExterior + + arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('air_leakage_type', air_leakage_type_choices, false) + arg.setDisplayName('Air Leakage: Type') + arg.setDescription("Type of air leakage. If '#{HPXML::InfiltrationTypeUnitTotal}', represents the total infiltration to the unit as measured by a compartmentalization test, in which case the air leakage value will be adjusted by the ratio of exterior envelope surface area to total envelope surface area. Otherwise, if '#{HPXML::InfiltrationTypeUnitExterior}', represents the infiltration to the unit from outside only as measured by a guarded test. Required when unit type is #{HPXML::ResidentialTypeSFA} or #{HPXML::ResidentialTypeApartment}.") + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('air_leakage_has_flue_or_chimney_in_conditioned_space', false) + arg.setDisplayName('Air Leakage: Has Flue or Chimney in Conditioned Space') + arg.setDescription('Presence of flue or chimney with combustion air from conditioned space; used for infiltration model. If not provided, the OS-HPXML default is used.') + args << arg + heating_system_type_choices = OpenStudio::StringVector.new heating_system_type_choices << 'none' heating_system_type_choices << HPXML::HVACTypeFurnace @@ -1046,6 +1073,12 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue(1) args << arg + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heating_system_pilot_light', false) + arg.setDisplayName('Heating System: Pilot Light') + arg.setDescription("The fuel usage of the pilot light. Applies only to #{HPXML::HVACTypeFurnace}, #{HPXML::HVACTypeWallFurnace}, #{HPXML::HVACTypeFloorFurnace}, #{HPXML::HVACTypeStove}, #{HPXML::HVACTypeBoiler}, and #{HPXML::HVACTypeFireplace} with non-electric fuel type. If not provided, assumes no pilot light.") + arg.setUnits('Btuh') + args << arg + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heating_system_airflow_defect_ratio', false) arg.setDisplayName('Heating System: Airflow Defect Ratio') arg.setDescription("The airflow defect ratio, defined as (InstalledAirflow - DesignAirflow) / DesignAirflow, of the heating system per ANSI/RESNET/ACCA Standard 310. A value of zero means no airflow defect. Applies only to #{HPXML::HVACTypeFurnace}. If not provided, assumes no defect.") @@ -1094,7 +1127,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue(1) args << arg - arg = OpenStudio::Measure::OSArgument::makeBoolArgument('cooling_system_is_ducted', true) + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('cooling_system_is_ducted', false) arg.setDisplayName('Cooling System: Is Ducted') arg.setDescription("Whether the cooling system is ducted or not. Only used for #{HPXML::HVACTypeMiniSplitAirConditioner} and #{HPXML::HVACTypeEvaporativeCooler}. It's assumed that #{HPXML::HVACTypeCentralAirConditioner} is ducted, and #{HPXML::HVACTypeRoomAirConditioner} and #{HPXML::HVACTypePTAC} are not ducted.") arg.setDefaultValue(false) @@ -1112,6 +1145,12 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setUnits('Frac') args << arg + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('cooling_system_crankcase_heater_watts', false) + arg.setDisplayName('Cooling System: Crankcase Heater Power Watts') + arg.setDescription("Cooling system crankcase heater power consumption in Watts. Applies only to #{HPXML::HVACTypeCentralAirConditioner}, #{HPXML::HVACTypeMiniSplitAirConditioner}, #{HPXML::HVACTypePTAC} and #{HPXML::HVACTypeRoomAirConditioner}. If not provided, the OS-HPXML default is used.") + arg.setUnits('W') + args << arg + arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('cooling_system_integrated_heating_system_fuel', heating_system_fuel_choices, false) arg.setDisplayName('Cooling System: Integrated Heating System Fuel Type') arg.setDescription("The fuel type of the heating system integrated into cooling system. Only used for #{HPXML::HVACTypePTAC} and #{HPXML::HVACTypeRoomAirConditioner}.") @@ -1214,10 +1253,16 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setUnits('Btu/hr') args << arg - arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_heating_capacity_17_f', false) - arg.setDisplayName('Heat Pump: Heating Capacity 17F') - arg.setDescription("The output heating capacity of the heat pump at 17F. Only applies to #{HPXML::HVACTypeHeatPumpAirToAir} and #{HPXML::HVACTypeHeatPumpMiniSplit}. If not provided, the OS-HPXML default is used.") - arg.setUnits('Btu/hr') + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_heating_capacity_retention_fraction', false) + arg.setDisplayName('Heat Pump: Heating Capacity Retention Fraction') + arg.setDescription("The output heating capacity of the heat pump at a user-specified temperature (e.g., 17F or 5F) divided by the above nominal heating capacity. Applies to all heat pump types except #{HPXML::HVACTypeHeatPumpGroundToAir}. If not provided, the OS-HPXML default is used.") + arg.setUnits('Frac') + args << arg + + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_heating_capacity_retention_temp', false) + arg.setDisplayName('Heat Pump: Heating Capacity Retention Temperature') + arg.setDescription("The user-specified temperature (e.g., 17F or 5F) for the above heating capacity retention fraction. Applies to all heat pump types except #{HPXML::HVACTypeHeatPumpGroundToAir}. Required if the Heating Capacity Retention Fraction is provided.") + arg.setUnits('deg-F') args << arg arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_cooling_capacity', false) @@ -1240,6 +1285,12 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue(1) args << arg + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_compressor_lockout_temp', false) + arg.setDisplayName('Heat Pump: Compressor Lockout Temperature') + arg.setDescription("The temperature below which the heat pump compressor is disabled. If both this and Backup Heating Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies to all heat pump types other than #{HPXML::HVACTypeHeatPumpGroundToAir}. If not provided, the OS-HPXML default is used.") + arg.setUnits('deg-F') + args << arg + arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('heat_pump_backup_type', heat_pump_backup_type_choices, true) arg.setDisplayName('Heat Pump: Backup Type') arg.setDescription("The backup type of the heat pump. If '#{HPXML::HeatPumpBackupTypeIntegrated}', represents e.g. built-in electric strip heat or dual-fuel integrated furnace. If '#{HPXML::HeatPumpBackupTypeSeparate}', represents e.g. electric baseboard or boiler based on the Heating System 2 specified below. Use 'none' if there is no backup heating.") @@ -1264,15 +1315,9 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setUnits('Btu/hr') args << arg - arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_backup_heating_switchover_temp', false) - arg.setDisplayName('Heat Pump: Backup Heating Switchover Temperature') - arg.setDescription("The temperature at which the heat pump stops operating and the backup heating system starts running. Only applies to #{HPXML::HVACTypeHeatPumpAirToAir} and #{HPXML::HVACTypeHeatPumpMiniSplit}. If not provided, backup heating will operate as needed when heat pump capacity is insufficient. Applies if Backup Type is either '#{HPXML::HeatPumpBackupTypeIntegrated}' or '#{HPXML::HeatPumpBackupTypeSeparate}'. Both Switchover Temperature and Lockout Temperature cannot be specified.") - arg.setUnits('deg-F') - args << arg - arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_backup_heating_lockout_temp', false) arg.setDisplayName('Heat Pump: Backup Heating Lockout Temperature') - arg.setDescription("The temperature above which the backup system is disabled in order to prevent backup heating operation during, e.g., a thermostat heating setback recovery event. If not provided, backup heating will operate as needed when heat pump capacity is insufficient. Only applies if Backup Type is '#{HPXML::HeatPumpBackupTypeIntegrated}'. Both Switchover Temperature and Lockout Temperature cannot be specified.") + arg.setDescription("The temperature above which the heat pump backup system is disabled. If both this and Compressor Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies for both Backup Type of '#{HPXML::HeatPumpBackupTypeIntegrated}' and '#{HPXML::HeatPumpBackupTypeSeparate}'. If not provided, the OS-HPXML default is used.") arg.setUnits('deg-F') args << arg @@ -1283,7 +1328,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument::makeBoolArgument('heat_pump_is_ducted', false) arg.setDisplayName('Heat Pump: Is Ducted') - arg.setDescription("Whether the heat pump is ducted or not. Only used for #{HPXML::HVACTypeHeatPumpMiniSplit}. It's assumed that #{HPXML::HVACTypeHeatPumpAirToAir} and #{HPXML::HVACTypeHeatPumpGroundToAir} are ducted. If not provided, assumes not ducted.") + arg.setDescription("Whether the heat pump is ducted or not. Only used for #{HPXML::HVACTypeHeatPumpMiniSplit}. It's assumed that #{HPXML::HVACTypeHeatPumpAirToAir} and #{HPXML::HVACTypeHeatPumpGroundToAir} are ducted, and #{HPXML::HVACTypeHeatPumpPTHP} and #{HPXML::HVACTypeHeatPumpRoom} are not ducted. If not provided, assumes not ducted.") args << arg arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_airflow_defect_ratio', false) @@ -1298,8 +1343,15 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setUnits('Frac') args << arg + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('heat_pump_crankcase_heater_watts', false) + arg.setDisplayName('Heat Pump: Crankcase Heater Power Watts') + arg.setDescription("Heat Pump crankcase heater power consumption in Watts. Applies only to #{HPXML::HVACTypeHeatPumpAirToAir}, #{HPXML::HVACTypeHeatPumpMiniSplit}, #{HPXML::HVACTypeHeatPumpPTHP} and #{HPXML::HVACTypeHeatPumpRoom}. If not provided, the OS-HPXML default is used.") + arg.setUnits('W') + args << arg + heating_system_2_type_choices = OpenStudio::StringVector.new heating_system_2_type_choices << 'none' + heating_system_2_type_choices << HPXML::HVACTypeFurnace heating_system_2_type_choices << HPXML::HVACTypeWallFurnace heating_system_2_type_choices << HPXML::HVACTypeFloorFurnace heating_system_2_type_choices << HPXML::HVACTypeBoiler @@ -1307,6 +1359,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument heating_system_2_type_choices << HPXML::HVACTypeStove heating_system_2_type_choices << HPXML::HVACTypePortableHeater heating_system_2_type_choices << HPXML::HVACTypeFireplace + heating_system_2_type_choices << HPXML::HVACTypeFixedHeater arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('heating_system_2_type', heating_system_2_type_choices, true) arg.setDisplayName('Heating System 2: Type') @@ -1428,6 +1481,17 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue(0) args << arg + duct_buried_level_choices = OpenStudio::StringVector.new + duct_buried_level_choices << HPXML::DuctBuriedInsulationNone + duct_buried_level_choices << HPXML::DuctBuriedInsulationPartial + duct_buried_level_choices << HPXML::DuctBuriedInsulationFull + duct_buried_level_choices << HPXML::DuctBuriedInsulationDeep + + arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('ducts_supply_buried_insulation_level', duct_buried_level_choices, false) + arg.setDisplayName('Ducts: Supply Buried Insulation Level') + arg.setDescription('Whether the supply ducts are buried in, e.g., attic loose-fill insulation. Partially buried ducts have insulation that does not cover the top of the ducts. Fully buried ducts have insulation that just covers the top of the ducts. Deeply buried ducts have insulation that continues above the top of the ducts.') + args << arg + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('ducts_supply_surface_area', false) arg.setDisplayName('Ducts: Supply Surface Area') arg.setDescription('The surface area of the supply ducts. If not provided, the OS-HPXML default is used.') @@ -1446,6 +1510,11 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue(0) args << arg + arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('ducts_return_buried_insulation_level', duct_buried_level_choices, false) + arg.setDisplayName('Ducts: Return Buried Insulation Level') + arg.setDescription('Whether the return ducts are buried in, e.g., attic loose-fill insulation. Partially buried ducts have insulation that does not cover the top of the ducts. Fully buried ducts have insulation that just covers the top of the ducts. Deeply buried ducts have insulation that continues above the top of the ducts.') + args << arg + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('ducts_return_surface_area', false) arg.setDisplayName('Ducts: Return Surface Area') arg.setDescription('The surface area of the return ducts. If not provided, the OS-HPXML default is used.') @@ -1832,12 +1901,12 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument args << arg water_heater_operating_mode_choices = OpenStudio::StringVector.new - water_heater_operating_mode_choices << HPXML::WaterHeaterOperatingModeStandard + water_heater_operating_mode_choices << HPXML::WaterHeaterOperatingModeHybridAuto water_heater_operating_mode_choices << HPXML::WaterHeaterOperatingModeHeatPumpOnly arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('water_heater_operating_mode', water_heater_operating_mode_choices, false) arg.setDisplayName('Water Heater: Operating Mode') - arg.setDescription("The water heater operating mode. The '#{HPXML::WaterHeaterOperatingModeHeatPumpOnly}' option only uses the heat pump, while '#{HPXML::WaterHeaterOperatingModeStandard}' allows the backup electric resistance to come on in high demand situations. This is ignored if a scheduled operating mode type is selected. Applies only to #{HPXML::WaterHeaterTypeHeatPump}. If not provided, the OS-HPXML default is used.") + arg.setDescription("The water heater operating mode. The '#{HPXML::WaterHeaterOperatingModeHeatPumpOnly}' option only uses the heat pump, while '#{HPXML::WaterHeaterOperatingModeHybridAuto}' allows the backup electric resistance to come on in high demand situations. This is ignored if a scheduled operating mode type is selected. Applies only to #{HPXML::WaterHeaterTypeHeatPump}. If not provided, the OS-HPXML default is used.") args << arg hot_water_distribution_system_type_choices = OpenStudio::StringVector.new @@ -1863,7 +1932,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument recirculation_control_type_choices << HPXML::DHWRecirControlTypeSensor recirculation_control_type_choices << HPXML::DHWRecirControlTypeManual - arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('hot_water_distribution_recirc_control_type', recirculation_control_type_choices, true) + arg = OpenStudio::Measure::OSArgument::makeChoiceArgument('hot_water_distribution_recirc_control_type', recirculation_control_type_choices, false) arg.setDisplayName('Hot Water Distribution: Recirculation Control Type') arg.setDescription("If the distribution system is #{HPXML::DHWDistTypeRecirc}, the type of hot water recirculation control, if any.") arg.setDefaultValue(HPXML::DHWRecirControlTypeNone) @@ -1904,13 +1973,13 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue('none') args << arg - arg = OpenStudio::Measure::OSArgument::makeBoolArgument('dwhr_equal_flow', true) + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('dwhr_equal_flow', false) arg.setDisplayName('Drain Water Heat Recovery: Equal Flow') arg.setDescription('Whether the drain water heat recovery has equal flow.') arg.setDefaultValue(true) args << arg - arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('dwhr_efficiency', true) + arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('dwhr_efficiency', false) arg.setDisplayName('Drain Water Heat Recovery: Efficiency') arg.setUnits('Frac') arg.setDescription('The efficiency of the drain water heat recovery.') @@ -2639,7 +2708,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument::makeDoubleArgument('ceiling_fan_cooling_setpoint_temp_offset', false) arg.setDisplayName('Ceiling Fan: Cooling Setpoint Temperature Offset') arg.setUnits('deg-F') - arg.setDescription('The setpoint temperature offset during cooling season for the ceiling fan(s). Only applies if ceiling fan quantity is greater than zero. If not provided, the OS-HPXML default is used.') + arg.setDescription('The cooling setpoint temperature offset during months when the ceiling fans are operating. Only applies if ceiling fan quantity is greater than zero. If not provided, the OS-HPXML default is used.') args << arg arg = OpenStudio::Measure::OSArgument::makeBoolArgument('misc_plug_loads_television_present', true) @@ -3003,9 +3072,15 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDescription("Additional properties specified as key-value pairs (i.e., key=value). If multiple additional properties, use a |-separated list. For example, 'LowIncome=false|Remodeled|Description=2-story home in Denver'. These properties will be stored in the HPXML file under /HPXML/SoftwareInfo/extension/AdditionalProperties.") args << arg + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('combine_like_surfaces', false) + arg.setDisplayName('Combine like surfaces?') + arg.setDescription('If true, combines like surfaces to simplify the HPXML file generated.') + arg.setDefaultValue(false) + args << arg + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('apply_defaults', false) arg.setDisplayName('Apply Default Values?') - arg.setDescription('If true, applies OS-HPXML default values to the HPXML output file.') + arg.setDescription('If true, applies OS-HPXML default values to the HPXML output file. Setting to true will also force validation of the HPXML output file before applying OS-HPXML default values.') arg.setDefaultValue(false) args << arg @@ -3033,7 +3108,16 @@ def run(model, runner, user_arguments) # assign the user inputs to variables args = get_argument_values(runner, arguments(model), user_arguments) - args = Hash[args.collect { |k, v| [k.to_sym, v] }] + + args[:apply_validation] = args[:apply_validation].is_initialized ? args[:apply_validation].get : false + args[:apply_defaults] = args[:apply_defaults].is_initialized ? args[:apply_defaults].get : false + args[:apply_validation] = true if args[:apply_defaults] + args[:geometry_unit_left_wall_is_adiabatic] = (args[:geometry_unit_left_wall_is_adiabatic].is_initialized && args[:geometry_unit_left_wall_is_adiabatic].get) + args[:geometry_unit_right_wall_is_adiabatic] = (args[:geometry_unit_right_wall_is_adiabatic].is_initialized && args[:geometry_unit_right_wall_is_adiabatic].get) + args[:geometry_unit_front_wall_is_adiabatic] = (args[:geometry_unit_front_wall_is_adiabatic].is_initialized && args[:geometry_unit_front_wall_is_adiabatic].get) + args[:geometry_unit_back_wall_is_adiabatic] = (args[:geometry_unit_back_wall_is_adiabatic].is_initialized && args[:geometry_unit_back_wall_is_adiabatic].get) + args[:cooling_system_is_ducted] = (args[:cooling_system_is_ducted].is_initialized && args[:cooling_system_is_ducted].get) + args[:heat_pump_is_ducted] = (args[:heat_pump_is_ducted].is_initialized && args[:heat_pump_is_ducted].get) # Argument error checks warnings, errors = validate_arguments(args) @@ -3058,29 +3142,24 @@ def run(model, runner, user_arguments) runner.registerError("Could not find EPW file at '#{epw_path}'.") return false end - epw_file = OpenStudio::EpwFile.new(epw_path) # Create HPXML file - hpxml_doc = HPXMLFile.create(runner, model, args, epw_file) - if not hpxml_doc - runner.registerError('Unsuccessful creation of HPXML file.') - return false - end - hpxml_path = args[:hpxml_path] unless (Pathname.new hpxml_path).absolute? hpxml_path = File.expand_path(hpxml_path) end - XMLHelper.write_file(hpxml_doc, hpxml_path) - runner.registerInfo("Wrote file: #{hpxml_path}") + hpxml_doc = HPXMLFile.create(runner, model, args, epw_path, hpxml_path) + if not hpxml_doc + runner.registerError('Unsuccessful creation of HPXML file.') + return false + end - # Check for invalid HPXML file - if args[:apply_validation].is_initialized && args[:apply_validation].get - if not validate_hpxml(runner, hpxml_path, hpxml_doc) - return false - end + # Write HPXML file again if defaults applied + if args[:apply_defaults] + XMLHelper.write_file(hpxml_doc, hpxml_path) end + runner.registerInfo("Wrote file: #{hpxml_path}") # Uncomment for debugging purposes # File.write(hpxml_path.gsub('.xml', '.osm'), model.to_s) @@ -3149,6 +3228,13 @@ def argument_errors(args) error = (args[:heating_system_type] == 'none') && (args[:heat_pump_type] == 'none') && (args[:heating_system_2_type] != 'none') errors << 'A second heating system was specified without a primary heating system.' if error + if ((args[:heat_pump_backup_type] == HPXML::HeatPumpBackupTypeSeparate) && (args[:heating_system_2_type] == HPXML::HVACTypeFurnace)) # separate ducted backup + if [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpGroundToAir].include?(args[:heat_pump_type]) || + ((args[:heat_pump_type] == HPXML::HVACTypeHeatPumpMiniSplit) && args[:heat_pump_is_ducted]) # ducted heat pump + errors << "A ducted heat pump with '#{HPXML::HeatPumpBackupTypeSeparate}' ducted backup is not supported." + end + end + error = [HPXML::ResidentialTypeSFA, HPXML::ResidentialTypeApartment].include?(args[:geometry_unit_type]) && !args[:geometry_building_num_units].is_initialized errors << 'Did not specify the number of units in the building for single-family attached or apartment units.' if error @@ -3266,38 +3352,13 @@ def argument_errors(args) return errors end - - def validate_hpxml(runner, hpxml_path, hpxml_doc) - is_valid = true - - # Validate input HPXML against schema - schema_dir = File.join(File.dirname(__FILE__), '../HPXMLtoOpenStudio/resources/hpxml_schema') - schema_path = File.join(schema_dir, 'HPXML.xsd') - xsd_errors, xsd_warnings = XMLValidator.validate_against_schema(hpxml_path, schema_path) - - # Validate input HPXML against schematron docs - schematron_dir = File.join(File.dirname(__FILE__), '../HPXMLtoOpenStudio/resources/hpxml_schematron') - schematron_path = File.join(schematron_dir, 'EPvalidator.xml') - sct_errors, sct_warnings = XMLValidator.validate_against_schematron(hpxml_path, schematron_path, hpxml_doc) - - # Handle errors/warnings - (xsd_errors + sct_errors).each do |error| - runner.registerError("#{hpxml_path}: #{error}") - is_valid = false - end - (xsd_warnings + sct_warnings).each do |warning| - runner.registerWarning("#{hpxml_path}: #{warning}") - end - - return is_valid - end end class HPXMLFile - def self.create(runner, model, args, epw_file) - if (args[:hvac_control_heating_season_period].to_s == HPXML::BuildingAmerica) || (args[:hvac_control_cooling_season_period].to_s == HPXML::BuildingAmerica) || (args[:apply_defaults].is_initialized && args[:apply_defaults].get) - OpenStudio::Model::WeatherFile.setWeatherFile(model, epw_file) - weather = WeatherProcess.new(model, runner) + def self.create(runner, model, args, epw_path, hpxml_path) + epw_file = OpenStudio::EpwFile.new(epw_path) + if (args[:hvac_control_heating_season_period].to_s == HPXML::BuildingAmerica) || (args[:hvac_control_cooling_season_period].to_s == HPXML::BuildingAmerica) || (args[:apply_defaults]) + weather = WeatherProcess.new(epw_path: epw_path, runner: nil) end success = create_geometry_envelope(runner, model, args) @@ -3361,44 +3422,59 @@ def self.create(runner, model, args, epw_file) set_misc_fuel_loads_fireplace(hpxml, args) set_pool(hpxml, args) set_hot_tub(hpxml, args) + collapse_surfaces(hpxml, args) + renumber_hpxml_ids(hpxml) - # Collapse surfaces so that we don't get, e.g., individual windows - # or the front wall split because of the door. Exclude foundation walls - # from the list so we get all 4 foundation walls. - hpxml.collapse_enclosure_surfaces([:roofs, :walls, :rim_joists, :floors, - :slabs, :windows, :skylights, :doors]) - - # After surfaces are collapsed, round all areas - (hpxml.roofs + - hpxml.rim_joists + - hpxml.walls + - hpxml.foundation_walls + - hpxml.floors + - hpxml.slabs + - hpxml.windows + - hpxml.skylights + - hpxml.doors).each do |s| - s.area = s.area.round(1) - end + hpxml_doc = hpxml.to_oga() + XMLHelper.write_file(hpxml_doc, hpxml_path) - # Check for errors in the HPXML object - if args[:apply_validation].is_initialized && args[:apply_validation].get - errors = hpxml.check_for_errors() - if errors.size > 0 - fail "ERROR: Invalid HPXML object produced.\n#{errors}" + if args[:apply_validation] + # Check for invalid HPXML file + if not validate_hpxml(runner, hpxml, hpxml_doc, hpxml_path) + return false end end - if args[:apply_defaults].is_initialized && args[:apply_defaults].get + if args[:apply_defaults] eri_version = Constants.ERIVersions[-1] HPXMLDefaults.apply(runner, hpxml, eri_version, weather, epw_file: epw_file) + hpxml_doc = hpxml.to_oga() end - hpxml_doc = hpxml.to_oga() - return hpxml_doc end + def self.validate_hpxml(runner, hpxml, hpxml_doc, hpxml_path) + # Check for errors in the HPXML object + errors = hpxml.check_for_errors() + if errors.size > 0 + fail "ERROR: Invalid HPXML object produced.\n#{errors}" + end + + is_valid = true + + # Validate input HPXML against schema + schema_path = File.join(File.dirname(__FILE__), '..', 'HPXMLtoOpenStudio', 'resources', 'hpxml_schema', 'HPXML.xsd') + schema_validator = XMLValidator.get_schema_validator(schema_path) + xsd_errors, xsd_warnings = XMLValidator.validate_against_schema(hpxml_path, schema_validator) + + # Validate input HPXML against schematron docs + schematron_path = File.join(File.dirname(__FILE__), '..', 'HPXMLtoOpenStudio', 'resources', 'hpxml_schematron', 'EPvalidator.xml') + schematron_validator = XMLValidator.get_schematron_validator(schematron_path) + sct_errors, sct_warnings = XMLValidator.validate_against_schematron(hpxml_path, schematron_validator, hpxml_doc) + + # Handle errors/warnings + (xsd_errors + sct_errors).each do |error| + runner.registerError("#{hpxml_path}: #{error}") + is_valid = false + end + (xsd_warnings + sct_warnings).each do |warning| + runner.registerWarning("#{hpxml_path}: #{warning}") + end + + return is_valid + end + def self.create_geometry_envelope(runner, model, args) args[:geometry_roof_pitch] = { '1:12' => 1.0 / 12.0, '2:12' => 2.0 / 12.0, @@ -3454,16 +3530,29 @@ def self.set_header(hpxml, args) hpxml.header.xml_type = 'HPXML' hpxml.header.xml_generated_by = 'BuildResidentialHPXML' hpxml.header.transaction = 'create' + hpxml.header.building_id = 'MyBuilding' + hpxml.header.event_type = 'proposed workscope' - if args[:occupancy_calculation_type].is_initialized - hpxml.header.occupancy_calculation_type = args[:occupancy_calculation_type].get - end if args[:window_natvent_availability].is_initialized hpxml.header.natvent_days_per_week = args[:window_natvent_availability].get end + if args[:schedules_filepaths].is_initialized hpxml.header.schedules_filepaths = args[:schedules_filepaths].get.split(',').map(&:strip) end + if args[:schedules_vacancy_period].is_initialized + begin_month, begin_day, begin_hour, end_month, end_day, end_hour = Schedule.parse_date_time_range(args[:schedules_vacancy_period].get) + hpxml.header.unavailable_periods.add(column_name: 'Vacancy', begin_month: begin_month, begin_day: begin_day, begin_hour: begin_hour, end_month: end_month, end_day: end_day, end_hour: end_hour, natvent_availability: HPXML::ScheduleUnavailable) + end + if args[:schedules_power_outage_period].is_initialized + begin_month, begin_day, begin_hour, end_month, end_day, end_hour = Schedule.parse_date_time_range(args[:schedules_power_outage_period].get) + + if args[:schedules_power_outage_window_natvent_availability].is_initialized + natvent_availability = args[:schedules_power_outage_window_natvent_availability].get + end + + hpxml.header.unavailable_periods.add(column_name: 'Power Outage', begin_month: begin_month, begin_day: begin_day, begin_hour: begin_hour, end_month: end_month, end_day: end_day, end_hour: end_hour, natvent_availability: natvent_availability) + end if args[:software_info_program_used].is_initialized hpxml.header.software_program_used = args[:software_info_program_used].get @@ -3477,7 +3566,7 @@ def self.set_header(hpxml, args) end if args[:simulation_control_run_period].is_initialized - begin_month, begin_day, end_month, end_day = Schedule.parse_date_range(args[:simulation_control_run_period].get) + begin_month, begin_day, _begin_hour, end_month, end_day, _end_hour = Schedule.parse_date_time_range(args[:simulation_control_run_period].get) hpxml.header.sim_begin_month = begin_month hpxml.header.sim_begin_day = begin_day hpxml.header.sim_end_month = end_month @@ -3492,7 +3581,7 @@ def self.set_header(hpxml, args) hpxml.header.dst_enabled = args[:simulation_control_daylight_saving_enabled].get end if args[:simulation_control_daylight_saving_period].is_initialized - begin_month, begin_day, end_month, end_day = Schedule.parse_date_range(args[:simulation_control_daylight_saving_period].get) + begin_month, begin_day, _begin_hour, end_month, end_day, _end_hour = Schedule.parse_date_time_range(args[:simulation_control_daylight_saving_period].get) hpxml.header.dst_begin_month = begin_month hpxml.header.dst_begin_day = begin_day hpxml.header.dst_end_month = end_month @@ -3503,8 +3592,13 @@ def self.set_header(hpxml, args) hpxml.header.temperature_capacitance_multiplier = args[:simulation_control_temperature_capacitance_multiplier].get end - hpxml.header.building_id = 'MyBuilding' - hpxml.header.event_type = 'proposed workscope' + if args[:window_shading_summer_season].is_initialized + begin_month, begin_day, _begin_hour, end_month, end_day, _end_hour = Schedule.parse_date_time_range(args[:window_shading_summer_season].get) + hpxml.header.shading_summer_begin_month = begin_month + hpxml.header.shading_summer_begin_day = begin_day + hpxml.header.shading_summer_end_month = end_month + hpxml.header.shading_summer_end_day = end_day + end if args[:site_zip_code].is_initialized hpxml.header.zip_code = args[:site_zip_code].get @@ -3865,9 +3959,6 @@ def self.set_building_construction(hpxml, args) if args[:year_built].is_initialized hpxml.building_construction.year_built = args[:year_built].get end - if args[:geometry_has_flue_or_chimney].is_initialized - hpxml.building_construction.has_flue_or_chimney = args[:geometry_has_flue_or_chimney].get - end end def self.set_climate_and_risk_zones(hpxml, args) @@ -3884,23 +3975,33 @@ def self.set_climate_and_risk_zones(hpxml, args) end def self.set_air_infiltration_measurements(hpxml, args) - if args[:air_leakage_units] == HPXML::UnitsACH - house_pressure = args[:air_leakage_house_pressure] - unit_of_measure = HPXML::UnitsACH - elsif args[:air_leakage_units] == HPXML::UnitsCFM - house_pressure = args[:air_leakage_house_pressure] - unit_of_measure = HPXML::UnitsCFM - elsif args[:air_leakage_units] == HPXML::UnitsACHNatural - house_pressure = nil - unit_of_measure = HPXML::UnitsACHNatural + if args[:air_leakage_units] == HPXML::UnitsELA + effective_leakage_area = args[:air_leakage_value] + else + unit_of_measure = args[:air_leakage_units] + air_leakage = args[:air_leakage_value] + if [HPXML::UnitsACH, HPXML::UnitsCFM].include? args[:air_leakage_units] + house_pressure = args[:air_leakage_house_pressure] + end + end + if args[:air_leakage_type].is_initialized + if [HPXML::ResidentialTypeSFA, HPXML::ResidentialTypeApartment].include? args[:geometry_unit_type] + air_leakage_type = args[:air_leakage_type] + end end infiltration_volume = hpxml.building_construction.conditioned_building_volume hpxml.air_infiltration_measurements.add(id: "AirInfiltrationMeasurement#{hpxml.air_infiltration_measurements.size + 1}", house_pressure: house_pressure, unit_of_measure: unit_of_measure, - air_leakage: args[:air_leakage_value], - infiltration_volume: infiltration_volume) + air_leakage: air_leakage, + effective_leakage_area: effective_leakage_area, + infiltration_volume: infiltration_volume, + infiltration_type: air_leakage_type) + + if args[:air_leakage_has_flue_or_chimney_in_conditioned_space].is_initialized + hpxml.air_infiltration.has_flue_or_chimney_in_conditioned_space = args[:air_leakage_has_flue_or_chimney_in_conditioned_space].get + end end def self.set_roofs(hpxml, args, sorted_surfaces) @@ -3925,8 +4026,8 @@ def self.set_roofs(hpxml, args, sorted_surfaces) end radiant_barrier = args[:roof_radiant_barrier] - if args[:roof_radiant_barrier] - radiant_barrier_grade = args[:roof_radiant_barrier_grade] + if args[:roof_radiant_barrier] && args[:roof_radiant_barrier_grade].is_initialized + radiant_barrier_grade = args[:roof_radiant_barrier_grade].get end if args[:geometry_attic_type] == HPXML::AtticTypeFlatRoof @@ -4550,6 +4651,13 @@ def self.set_heating_systems(hpxml, args) end end + if args[:heating_system_pilot_light].is_initialized && heating_system_fuel != HPXML::FuelTypeElectricity + pilot_light_btuh = args[:heating_system_pilot_light].get + if pilot_light_btuh > 0 + pilot_light = true + end + end + fraction_heat_load_served = args[:heating_system_fraction_heat_load_served] if heating_system_type.include?('Shared') @@ -4570,6 +4678,8 @@ def self.set_heating_systems(hpxml, args) heating_efficiency_afue: heating_efficiency_afue, heating_efficiency_percent: heating_efficiency_percent, airflow_defect_ratio: airflow_defect_ratio, + pilot_light: pilot_light, + pilot_light_btuh: pilot_light_btuh, is_shared_system: is_shared_system, number_of_units_served: number_of_units_served, primary_system: true) @@ -4620,6 +4730,12 @@ def self.set_cooling_systems(hpxml, args) end end + if args[:cooling_system_crankcase_heater_watts].is_initialized + if [HPXML::HVACTypeCentralAirConditioner, HPXML::HVACTypeMiniSplitAirConditioner, HPXML::HVACTypeRoomAirConditioner, HPXML::HVACTypePTAC].include?(cooling_system_type) + cooling_system_crankcase_heater_watts = args[:cooling_system_crankcase_heater_watts].get + end + end + if [HPXML::HVACTypePTAC, HPXML::HVACTypeRoomAirConditioner].include?(cooling_system_type) if args[:cooling_system_integrated_heating_system_fuel].is_initialized integrated_heating_system_fuel = args[:cooling_system_integrated_heating_system_fuel].get @@ -4651,6 +4767,7 @@ def self.set_cooling_systems(hpxml, args) cooling_efficiency_ceer: cooling_efficiency_ceer, airflow_defect_ratio: airflow_defect_ratio, charge_defect_ratio: charge_defect_ratio, + crankcase_heater_watts: cooling_system_crankcase_heater_watts, primary_system: true, integrated_heating_system_fuel: integrated_heating_system_fuel, integrated_heating_system_capacity: integrated_heating_system_capacity, @@ -4667,10 +4784,12 @@ def self.set_heat_pumps(hpxml, args) heating_capacity = args[:heat_pump_heating_capacity].get end - if [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit].include? heat_pump_type - if args[:heat_pump_heating_capacity_17_f].is_initialized - heating_capacity_17F = args[:heat_pump_heating_capacity_17_f].get - end + if args[:heat_pump_heating_capacity_retention_fraction].is_initialized + heating_capacity_retention_fraction = args[:heat_pump_heating_capacity_retention_fraction].get + end + + if args[:heat_pump_heating_capacity_retention_temp].is_initialized + heating_capacity_retention_temp = args[:heat_pump_heating_capacity_retention_temp].get end if args[:heat_pump_backup_type] == HPXML::HeatPumpBackupTypeIntegrated @@ -4695,18 +4814,19 @@ def self.set_heat_pumps(hpxml, args) backup_system_idref = "HeatingSystem#{hpxml.heating_systems.size + 1}" end - if args[:heat_pump_backup_type] != 'none' - if args[:heat_pump_backup_heating_switchover_temp].is_initialized - if [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit].include? heat_pump_type - backup_heating_switchover_temp = args[:heat_pump_backup_heating_switchover_temp].get - end - end + if args[:heat_pump_compressor_lockout_temp].is_initialized + compressor_lockout_temp = args[:heat_pump_compressor_lockout_temp].get end - if args[:heat_pump_backup_type] == HPXML::HeatPumpBackupTypeIntegrated - if args[:heat_pump_backup_heating_lockout_temp].is_initialized - backup_heating_lockout_temp = args[:heat_pump_backup_heating_lockout_temp].get - end + if args[:heat_pump_backup_heating_lockout_temp].is_initialized + backup_heating_lockout_temp = args[:heat_pump_backup_heating_lockout_temp].get + end + + if compressor_lockout_temp == backup_heating_lockout_temp && backup_heating_fuel != HPXML::FuelTypeElectricity + # Translate to HPXML as switchover temperature instead + backup_heating_switchover_temp = compressor_lockout_temp + compressor_lockout_temp = nil + backup_heating_lockout_temp = nil end if args[:heat_pump_cooling_capacity].is_initialized @@ -4749,6 +4869,12 @@ def self.set_heat_pumps(hpxml, args) charge_defect_ratio = args[:heat_pump_charge_defect_ratio].get end + if args[:heat_pump_crankcase_heater_watts].is_initialized + if [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit, HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom].include?(heat_pump_type) + heat_pump_crankcase_heater_watts = args[:heat_pump_crankcase_heater_watts].get + end + end + fraction_heat_load_served = args[:heat_pump_fraction_heat_load_served] fraction_cool_load_served = args[:heat_pump_fraction_cool_load_served] @@ -4768,8 +4894,10 @@ def self.set_heat_pumps(hpxml, args) heat_pump_type: heat_pump_type, heat_pump_fuel: HPXML::FuelTypeElectricity, heating_capacity: heating_capacity, - heating_capacity_17F: heating_capacity_17F, + heating_capacity_retention_fraction: heating_capacity_retention_fraction, + heating_capacity_retention_temp: heating_capacity_retention_temp, compressor_type: compressor_type, + compressor_lockout_temp: compressor_lockout_temp, cooling_shr: cooling_shr, cooling_capacity: cooling_capacity, fraction_heat_load_served: fraction_heat_load_served, @@ -4790,6 +4918,7 @@ def self.set_heat_pumps(hpxml, args) cooling_efficiency_eer: cooling_efficiency_eer, airflow_defect_ratio: airflow_defect_ratio, charge_defect_ratio: charge_defect_ratio, + crankcase_heater_watts: heat_pump_crankcase_heater_watts, primary_heating_system: primary_heating_system, primary_cooling_system: primary_cooling_system) end @@ -4863,8 +4992,8 @@ def self.set_hvac_distribution(hpxml, args) if [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpGroundToAir].include? heat_pump.heat_pump_type air_distribution_systems << heat_pump elsif [HPXML::HVACTypeHeatPumpMiniSplit].include?(heat_pump.heat_pump_type) - if args[:heat_pump_is_ducted].is_initialized - air_distribution_systems << heat_pump if args[:heat_pump_is_ducted].get + if args[:heat_pump_is_ducted] + air_distribution_systems << heat_pump if args[:heat_pump_is_ducted] end end end @@ -4941,9 +5070,18 @@ def self.set_ducts(args, hvac_distribution) ducts_return_surface_area = args[:ducts_return_surface_area].get end + if args[:ducts_supply_buried_insulation_level].is_initialized + ducts_supply_buried_insulation_level = args[:ducts_supply_buried_insulation_level].get + end + + if args[:ducts_return_buried_insulation_level].is_initialized + ducts_return_buried_insulation_level = args[:ducts_return_buried_insulation_level].get + end + hvac_distribution.ducts.add(id: "Ducts#{hvac_distribution.ducts.size + 1}", duct_type: HPXML::DuctTypeSupply, duct_insulation_r_value: args[:ducts_supply_insulation_r], + duct_buried_insulation_level: ducts_supply_buried_insulation_level, duct_location: ducts_supply_location, duct_surface_area: ducts_supply_surface_area) @@ -4951,6 +5089,7 @@ def self.set_ducts(args, hvac_distribution) hvac_distribution.ducts.add(id: "Ducts#{hvac_distribution.ducts.size + 1}", duct_type: HPXML::DuctTypeReturn, duct_insulation_r_value: args[:ducts_return_insulation_r], + duct_buried_insulation_level: ducts_return_buried_insulation_level, duct_location: ducts_return_location, duct_surface_area: ducts_return_surface_area) end @@ -4983,7 +5122,7 @@ def self.set_hvac_control(hpxml, args, epw_file, weather) sim_calendar_year = Location.get_sim_calendar_year(hpxml.header.sim_calendar_year, epw_file) begin_month, begin_day, end_month, end_day = Schedule.get_begin_and_end_dates_from_monthly_array(heating_months, sim_calendar_year) else - begin_month, begin_day, end_month, end_day = Schedule.parse_date_range(hvac_control_heating_season_period) + begin_month, begin_day, _begin_hour, end_month, end_day, _end_hour = Schedule.parse_date_time_range(hvac_control_heating_season_period) end seasons_heating_begin_month = begin_month seasons_heating_begin_day = begin_day @@ -5016,7 +5155,7 @@ def self.set_hvac_control(hpxml, args, epw_file, weather) sim_calendar_year = Location.get_sim_calendar_year(hpxml.header.sim_calendar_year, epw_file) begin_month, begin_day, end_month, end_day = Schedule.get_begin_and_end_dates_from_monthly_array(cooling_months, sim_calendar_year) else - begin_month, begin_day, end_month, end_day = Schedule.parse_date_range(args[:hvac_control_cooling_season_period].get) + begin_month, begin_day, _begin_hour, end_month, end_day, _end_hour = Schedule.parse_date_time_range(hvac_control_cooling_season_period) end seasons_cooling_begin_month = begin_month seasons_cooling_begin_day = begin_day @@ -5187,7 +5326,7 @@ def self.set_ventilation_fans(hpxml, args) fan_location: HPXML::LocationKitchen, fan_power: fan_power, start_hour: start_hour, - quantity: quantity) + count: quantity) end if !args[:bathroom_fans_quantity].is_initialized || (args[:bathroom_fans_quantity].get > 0) @@ -5218,7 +5357,7 @@ def self.set_ventilation_fans(hpxml, args) fan_location: HPXML::LocationBath, fan_power: fan_power, start_hour: start_hour, - quantity: quantity) + count: quantity) end if args[:whole_house_fan_present] @@ -5375,8 +5514,12 @@ def self.set_hot_water_distribution(hpxml, args) if args[:dwhr_facilities_connected] != 'none' dwhr_facilities_connected = args[:dwhr_facilities_connected] - dwhr_equal_flow = args[:dwhr_equal_flow] - dwhr_efficiency = args[:dwhr_efficiency] + if args[:dwhr_equal_flow].is_initialized + dwhr_equal_flow = args[:dwhr_equal_flow].get + end + if args[:dwhr_efficiency].is_initialized + dwhr_efficiency = args[:dwhr_efficiency].get + end end if args[:hot_water_distribution_system_type] == HPXML::DHWDistTypeStandard @@ -5384,7 +5527,9 @@ def self.set_hot_water_distribution(hpxml, args) standard_piping_length = args[:hot_water_distribution_standard_piping_length].get end else - recirculation_control_type = args[:hot_water_distribution_recirc_control_type] + if args[:hot_water_distribution_recirc_control_type].is_initialized + recirculation_control_type = args[:hot_water_distribution_recirc_control_type].get + end if args[:hot_water_distribution_recirc_piping_length].is_initialized recirculation_piping_length = args[:hot_water_distribution_recirc_piping_length].get @@ -5487,10 +5632,6 @@ def self.set_pv_systems(hpxml, args, epw_file) max_power_output = [args[:pv_system_max_power_output], args[:pv_system_2_max_power_output]][i] - if args[:pv_system_inverter_efficiency].is_initialized - inverter_efficiency = args[:pv_system_inverter_efficiency].get - end - if args[:pv_system_system_losses_fraction].is_initialized system_losses_fraction = args[:pv_system_system_losses_fraction].get end @@ -5509,11 +5650,22 @@ def self.set_pv_systems(hpxml, args, epw_file) array_azimuth: [args[:pv_system_array_azimuth], args[:pv_system_2_array_azimuth]][i], array_tilt: Geometry.get_absolute_tilt([args[:pv_system_array_tilt], args[:pv_system_2_array_tilt]][i], args[:geometry_roof_pitch], epw_file), max_power_output: max_power_output, - inverter_efficiency: inverter_efficiency, system_losses_fraction: system_losses_fraction, is_shared_system: is_shared_system, number_of_bedrooms_served: number_of_bedrooms_served) end + if hpxml.pv_systems.size > 0 + # Add inverter efficiency; assume a single inverter even if multiple PV arrays + if args[:pv_system_inverter_efficiency].is_initialized + inverter_efficiency = args[:pv_system_inverter_efficiency].get + end + + hpxml.inverters.add(id: "Inverter#{hpxml.inverters.size + 1}", + inverter_efficiency: inverter_efficiency) + hpxml.pv_systems.each do |pv_system| + pv_system.inverter_idref = hpxml.inverters[-1].id + end + end end def self.set_battery(hpxml, args) @@ -5549,61 +5701,70 @@ def self.set_battery(hpxml, args) end def self.set_lighting(hpxml, args) - return unless args[:lighting_present] || args[:ceiling_fan_present] # If ceiling fans present but not lighting present, need to continue and use lighting multipliers = 0 instead - - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationInterior, - fraction_of_units_in_location: args[:lighting_interior_fraction_cfl], - lighting_type: HPXML::LightingTypeCFL) - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationExterior, - fraction_of_units_in_location: args[:lighting_exterior_fraction_cfl], - lighting_type: HPXML::LightingTypeCFL) - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationGarage, - fraction_of_units_in_location: args[:lighting_garage_fraction_cfl], - lighting_type: HPXML::LightingTypeCFL) - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationInterior, - fraction_of_units_in_location: args[:lighting_interior_fraction_lfl], - lighting_type: HPXML::LightingTypeLFL) - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationExterior, - fraction_of_units_in_location: args[:lighting_exterior_fraction_lfl], - lighting_type: HPXML::LightingTypeLFL) - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationGarage, - fraction_of_units_in_location: args[:lighting_garage_fraction_lfl], - lighting_type: HPXML::LightingTypeLFL) - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationInterior, - fraction_of_units_in_location: args[:lighting_interior_fraction_led], - lighting_type: HPXML::LightingTypeLED) - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationExterior, - fraction_of_units_in_location: args[:lighting_exterior_fraction_led], - lighting_type: HPXML::LightingTypeLED) - hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", - location: HPXML::LocationGarage, - fraction_of_units_in_location: args[:lighting_garage_fraction_led], - lighting_type: HPXML::LightingTypeLED) - if args[:lighting_present] - if args[:lighting_interior_usage_multiplier].is_initialized - hpxml.lighting.interior_usage_multiplier = args[:lighting_interior_usage_multiplier].get - end + has_garage = (args[:geometry_garage_width] * args[:geometry_garage_depth] > 0) + # Interior + if args[:lighting_interior_usage_multiplier].is_initialized + interior_usage_multiplier = args[:lighting_interior_usage_multiplier].get + end + if interior_usage_multiplier.nil? || interior_usage_multiplier.to_f > 0 + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationInterior, + fraction_of_units_in_location: args[:lighting_interior_fraction_cfl], + lighting_type: HPXML::LightingTypeCFL) + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationInterior, + fraction_of_units_in_location: args[:lighting_interior_fraction_lfl], + lighting_type: HPXML::LightingTypeLFL) + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationInterior, + fraction_of_units_in_location: args[:lighting_interior_fraction_led], + lighting_type: HPXML::LightingTypeLED) + hpxml.lighting.interior_usage_multiplier = interior_usage_multiplier + end + + # Exterior if args[:lighting_exterior_usage_multiplier].is_initialized - hpxml.lighting.exterior_usage_multiplier = args[:lighting_exterior_usage_multiplier].get - end - - if args[:lighting_garage_usage_multiplier].is_initialized - hpxml.lighting.garage_usage_multiplier = args[:lighting_garage_usage_multiplier].get + exterior_usage_multiplier = args[:lighting_exterior_usage_multiplier].get + end + if exterior_usage_multiplier.nil? || exterior_usage_multiplier.to_f > 0 + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationExterior, + fraction_of_units_in_location: args[:lighting_exterior_fraction_cfl], + lighting_type: HPXML::LightingTypeCFL) + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationExterior, + fraction_of_units_in_location: args[:lighting_exterior_fraction_lfl], + lighting_type: HPXML::LightingTypeLFL) + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationExterior, + fraction_of_units_in_location: args[:lighting_exterior_fraction_led], + lighting_type: HPXML::LightingTypeLED) + hpxml.lighting.exterior_usage_multiplier = exterior_usage_multiplier + end + + # Garage + if has_garage + if args[:lighting_garage_usage_multiplier].is_initialized + garage_usage_multiplier = args[:lighting_garage_usage_multiplier].get + end + if garage_usage_multiplier.nil? || garage_usage_multiplier.to_f > 0 + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationGarage, + fraction_of_units_in_location: args[:lighting_garage_fraction_cfl], + lighting_type: HPXML::LightingTypeCFL) + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationGarage, + fraction_of_units_in_location: args[:lighting_garage_fraction_lfl], + lighting_type: HPXML::LightingTypeLFL) + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationGarage, + fraction_of_units_in_location: args[:lighting_garage_fraction_led], + lighting_type: HPXML::LightingTypeLED) + hpxml.lighting.garage_usage_multiplier = garage_usage_multiplier + end end - elsif args[:ceiling_fan_present] - hpxml.lighting.interior_usage_multiplier = 0.0 - hpxml.lighting.exterior_usage_multiplier = 0.0 - hpxml.lighting.garage_usage_multiplier = 0.0 end return unless args[:holiday_lighting_present] @@ -5615,7 +5776,7 @@ def self.set_lighting(hpxml, args) end if args[:holiday_lighting_period].is_initialized - begin_month, begin_day, end_month, end_day = Schedule.parse_date_range(args[:holiday_lighting_period].get) + begin_month, begin_day, _begin_hour, end_month, end_day, _end_hour = Schedule.parse_date_time_range(args[:holiday_lighting_period].get) hpxml.lighting.holiday_period_begin_month = begin_month hpxml.lighting.holiday_period_begin_day = begin_day hpxml.lighting.holiday_period_end_month = end_month @@ -5899,14 +6060,14 @@ def self.set_ceiling_fans(hpxml, args) hpxml.ceiling_fans.add(id: "CeilingFan#{hpxml.ceiling_fans.size + 1}", efficiency: efficiency, - quantity: quantity) + count: quantity) end def self.set_misc_plug_loads_television(hpxml, args) return unless args[:misc_plug_loads_television_present] if args[:misc_plug_loads_television_annual_kwh].is_initialized - kWh_per_year = args[:misc_plug_loads_television_annual_kwh].get + kwh_per_year = args[:misc_plug_loads_television_annual_kwh].get end if args[:misc_plug_loads_television_usage_multiplier].is_initialized @@ -5915,13 +6076,13 @@ def self.set_misc_plug_loads_television(hpxml, args) hpxml.plug_loads.add(id: "PlugLoad#{hpxml.plug_loads.size + 1}", plug_load_type: HPXML::PlugLoadTypeTelevision, - kWh_per_year: kWh_per_year, + kwh_per_year: kwh_per_year, usage_multiplier: usage_multiplier) end def self.set_misc_plug_loads_other(hpxml, args) if args[:misc_plug_loads_other_annual_kwh].is_initialized - kWh_per_year = args[:misc_plug_loads_other_annual_kwh].get + kwh_per_year = args[:misc_plug_loads_other_annual_kwh].get end if args[:misc_plug_loads_other_frac_sensible].is_initialized @@ -5938,7 +6099,7 @@ def self.set_misc_plug_loads_other(hpxml, args) hpxml.plug_loads.add(id: "PlugLoad#{hpxml.plug_loads.size + 1}", plug_load_type: HPXML::PlugLoadTypeOther, - kWh_per_year: kWh_per_year, + kwh_per_year: kwh_per_year, frac_sensible: frac_sensible, frac_latent: frac_latent, usage_multiplier: usage_multiplier) @@ -5948,7 +6109,7 @@ def self.set_misc_plug_loads_well_pump(hpxml, args) return unless args[:misc_plug_loads_well_pump_present] if args[:misc_plug_loads_well_pump_annual_kwh].is_initialized - kWh_per_year = args[:misc_plug_loads_well_pump_annual_kwh].get + kwh_per_year = args[:misc_plug_loads_well_pump_annual_kwh].get end if args[:misc_plug_loads_well_pump_usage_multiplier].is_initialized @@ -5957,7 +6118,7 @@ def self.set_misc_plug_loads_well_pump(hpxml, args) hpxml.plug_loads.add(id: "PlugLoad#{hpxml.plug_loads.size + 1}", plug_load_type: HPXML::PlugLoadTypeWellPump, - kWh_per_year: kWh_per_year, + kwh_per_year: kwh_per_year, usage_multiplier: usage_multiplier) end @@ -5965,7 +6126,7 @@ def self.set_misc_plug_loads_vehicle(hpxml, args) return unless args[:misc_plug_loads_vehicle_present] if args[:misc_plug_loads_vehicle_annual_kwh].is_initialized - kWh_per_year = args[:misc_plug_loads_vehicle_annual_kwh].get + kwh_per_year = args[:misc_plug_loads_vehicle_annual_kwh].get end if args[:misc_plug_loads_vehicle_usage_multiplier].is_initialized @@ -5974,7 +6135,7 @@ def self.set_misc_plug_loads_vehicle(hpxml, args) hpxml.plug_loads.add(id: "PlugLoad#{hpxml.plug_loads.size + 1}", plug_load_type: HPXML::PlugLoadTypeElectricVehicleCharging, - kWh_per_year: kWh_per_year, + kwh_per_year: kwh_per_year, usage_multiplier: usage_multiplier) end @@ -6125,6 +6286,91 @@ def self.set_hot_tub(hpxml, args) heater_load_value: heater_load_value, heater_usage_multiplier: heater_usage_multiplier) end + + def self.collapse_surfaces(hpxml, args) + if args[:combine_like_surfaces].is_initialized && args[:combine_like_surfaces].get + # Collapse some surfaces whose azimuth is a minor effect to simplify HPXMLs. + (hpxml.roofs + hpxml.rim_joists + hpxml.walls + hpxml.foundation_walls).each do |surface| + surface.azimuth = nil + end + hpxml.collapse_enclosure_surfaces() + else + # Collapse surfaces so that we don't get, e.g., individual windows + # or the front wall split because of the door. Exclude foundation walls + # from the list so we get all 4 foundation walls. + hpxml.collapse_enclosure_surfaces([:roofs, :walls, :rim_joists, :floors, + :slabs, :windows, :skylights, :doors]) + end + + # After surfaces are collapsed, round all areas + (hpxml.roofs + + hpxml.rim_joists + + hpxml.walls + + hpxml.foundation_walls + + hpxml.floors + + hpxml.slabs + + hpxml.windows + + hpxml.skylights + + hpxml.doors).each do |s| + s.area = s.area.round(1) + end + end + + def self.renumber_hpxml_ids(hpxml) + # Renumber surfaces + { hpxml.walls => 'Wall', + hpxml.foundation_walls => 'FoundationWall', + hpxml.rim_joists => 'RimJoist', + hpxml.floors => 'Floor', + hpxml.roofs => 'Roof', + hpxml.slabs => 'Slab', + hpxml.windows => 'Window', + hpxml.doors => 'Door', + hpxml.skylights => 'Skylight' }.each do |surfs, surf_name| + surfs.each_with_index do |surf, i| + (hpxml.attics + hpxml.foundations).each do |attic_or_fnd| + if attic_or_fnd.respond_to?(:attached_to_roof_idrefs) && !attic_or_fnd.attached_to_roof_idrefs.nil? && !attic_or_fnd.attached_to_roof_idrefs.delete(surf.id).nil? + attic_or_fnd.attached_to_roof_idrefs << "#{surf_name}#{i + 1}" + end + if attic_or_fnd.respond_to?(:attached_to_wall_idrefs) && !attic_or_fnd.attached_to_wall_idrefs.nil? && !attic_or_fnd.attached_to_wall_idrefs.delete(surf.id).nil? + attic_or_fnd.attached_to_wall_idrefs << "#{surf_name}#{i + 1}" + end + if attic_or_fnd.respond_to?(:attached_to_rim_joist_idrefs) && !attic_or_fnd.attached_to_rim_joist_idrefs.nil? && !attic_or_fnd.attached_to_rim_joist_idrefs.delete(surf.id).nil? + attic_or_fnd.attached_to_rim_joist_idrefs << "#{surf_name}#{i + 1}" + end + if attic_or_fnd.respond_to?(:attached_to_floor_idrefs) && !attic_or_fnd.attached_to_floor_idrefs.nil? && !attic_or_fnd.attached_to_floor_idrefs.delete(surf.id).nil? + attic_or_fnd.attached_to_floor_idrefs << "#{surf_name}#{i + 1}" + end + if attic_or_fnd.respond_to?(:attached_to_slab_idrefs) && !attic_or_fnd.attached_to_slab_idrefs.nil? && !attic_or_fnd.attached_to_slab_idrefs.delete(surf.id).nil? + attic_or_fnd.attached_to_slab_idrefs << "#{surf_name}#{i + 1}" + end + if attic_or_fnd.respond_to?(:attached_to_foundation_wall_idrefs) && !attic_or_fnd.attached_to_foundation_wall_idrefs.nil? && !attic_or_fnd.attached_to_foundation_wall_idrefs.delete(surf.id).nil? + attic_or_fnd.attached_to_foundation_wall_idrefs << "#{surf_name}#{i + 1}" + end + end + (hpxml.windows + hpxml.doors).each do |subsurf| + if subsurf.respond_to?(:wall_idref) && (subsurf.wall_idref == surf.id) + subsurf.wall_idref = "#{surf_name}#{i + 1}" + end + end + hpxml.skylights.each do |subsurf| + if subsurf.respond_to?(:roof_idref) && (subsurf.roof_idref == surf.id) + subsurf.roof_idref = "#{surf_name}#{i + 1}" + end + end + surf.id = "#{surf_name}#{i + 1}" + if surf.respond_to? :insulation_id + surf.insulation_id = "#{surf_name}#{i + 1}Insulation" + end + if surf.respond_to? :perimeter_insulation_id + surf.perimeter_insulation_id = "#{surf_name}#{i + 1}PerimeterInsulation" + end + if surf.respond_to? :under_slab_insulation_id + surf.under_slab_insulation_id = "#{surf_name}#{i + 1}UnderSlabInsulation" + end + end + end + end end # register the measure to be used by the application diff --git a/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml b/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml index d7b31974..45eb7f88 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml +++ b/example_files/resources/hpxml-measures/BuildResidentialHPXML/measure.xml @@ -3,8 +3,8 @@ 3.0 build_residential_hpxml a13a8983-2b01-4930-8af2-42030b6e4233 - fbb5e3c4-cf56-4831-8a0e-72df11c94c02 - 20221117T175832Z + 61a17495-a6d8-4328-a2c6-341c8ef4300c + 20230519T183248Z 2C38F48B BuildResidentialHPXML HPXML Builder @@ -36,31 +36,51 @@ false - occupancy_calculation_type - Occupancy Calculation Type - The type of occupancy calculation type. If 'asset' is chosen, various end uses (e.g., clothes washer) are calculated using number of bedrooms and/or conditioned floor area. If 'operational' is chosen, end uses based on number of bedrooms are adjusted for the number of occupants. If not provided, the OS-HPXML default is used. + schedules_filepaths + Schedules: CSV File Paths + Absolute/relative paths of csv files containing user-specified detailed schedules. If multiple files, use a comma-separated list. + String + false + false + + + schedules_vacancy_period + Schedules: Vacancy Period + Specifies the vacancy period. Enter a date like "Dec 15 - Jan 15". Optionally, can enter hour of the day like "Dec 15 2 - Jan 15 20" (start hour can be 0 through 23 and end hour can be 1 through 24). + String + false + false + + + schedules_power_outage_period + Schedules: Power Outage Period + Specifies the power outage period. Enter a date like "Dec 15 - Jan 15". Optionally, can enter hour of the day like "Dec 15 2 - Jan 15 20" (start hour can be 0 through 23 and end hour can be 1 through 24). + String + false + false + + + schedules_power_outage_window_natvent_availability + Schedules: Power Outage Period Window Natural Ventilation Availability + The availability of the natural ventilation schedule during the outage period. Choice false false - asset - asset + regular schedule + regular schedule - operational - operational + always available + always available + + + always unavailable + always unavailable - - schedules_filepaths - Schedules: CSV File Paths - Absolute/relative paths of csv files containing user-specified detailed schedules. If multiple files, use a comma-separated list. - String - false - false - simulation_control_timestep Simulation Control: Timestep @@ -540,7 +560,7 @@ Geometry: Unit Left Wall Is Adiabatic Presence of an adiabatic left wall. Boolean - true + false false false @@ -559,7 +579,7 @@ Geometry: Unit Right Wall Is Adiabatic Presence of an adiabatic right wall. Boolean - true + false false false @@ -578,7 +598,7 @@ Geometry: Unit Front Wall Is Adiabatic Presence of an adiabatic front wall, for example, the unit is adjacent to a conditioned corridor. Boolean - true + false false false @@ -597,7 +617,7 @@ Geometry: Unit Back Wall Is Adiabatic Presence of an adiabatic back wall. Boolean - true + false false false @@ -654,7 +674,7 @@ geometry_unit_num_bedrooms Geometry: Unit Number of Bedrooms - The number of bedrooms in the unit. Used to determine the energy usage of appliances and plug loads, hot water usage, etc. + The number of bedrooms in the unit. Integer # true @@ -673,7 +693,7 @@ geometry_unit_num_occupants Geometry: Unit Number of Occupants - The number of occupants in the unit. If not provided, the OS-HPXML default is used. Required if Occupancy Calculation Type is 'operational'. + The number of occupants in the unit. If not provided, an *asset* calculation is performed assuming standard occupancy, in which various end use defaults (e.g., plug loads, appliances, and hot water usage) are calculated based on Number of Bedrooms and Conditioned Floor Area per ANSI/RESNET/ICC 301-2019. If provided, an *operational* calculation is instead performed in which the end use defaults are adjusted using the relationship between Number of Bedrooms and Number of Occupants from RECS 2015. Double # false @@ -938,24 +958,6 @@ false 2 - - geometry_has_flue_or_chimney - Geometry: Has Flue or Chimney - Presence of flue or chimney for infiltration model. If not provided, the OS-HPXML default is used. - Boolean - false - false - - - true - true - - - false - false - - - neighbor_front_distance Neighbor: Front Distance @@ -1381,9 +1383,9 @@ roof_radiant_barrier_grade Roof: Radiant Barrier Grade - The grade of the radiant barrier, if it exists. + The grade of the radiant barrier. If not provided, the OS-HPXML default is used. Choice - true + false false 1 @@ -1680,7 +1682,7 @@ window_interior_shading_winter Windows: Winter Interior Shading - Interior shading multiplier for the heating season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. + Interior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. Double Frac false @@ -1689,7 +1691,7 @@ window_interior_shading_summer Windows: Summer Interior Shading - Interior shading multiplier for the cooling season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. + Interior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. Double Frac false @@ -1698,7 +1700,7 @@ window_exterior_shading_winter Windows: Winter Exterior Shading - Exterior shading multiplier for the heating season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. + Exterior shading coefficient for the winter season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. Double Frac false @@ -1707,12 +1709,20 @@ window_exterior_shading_summer Windows: Summer Exterior Shading - Exterior shading multiplier for the cooling season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. + Exterior shading coefficient for the summer season. 1.0 indicates no reduction in solar gain, 0.85 indicates 15% reduction, etc. If not provided, the OS-HPXML default is used. Double Frac false false + + window_shading_summer_season + Windows: Shading Summer Season + Enter a date like "May 1 - Sep 30". Defines the summer season for purposes of shading coefficients; the rest of the year is assumed to be winter. If not provided, the OS-HPXML default is used. + String + false + false + window_storm_type Windows: Storm Type @@ -1969,6 +1979,14 @@ ACHnatural ACHnatural + + CFMnatural + CFMnatural + + + EffectiveLeakageArea + EffectiveLeakageArea + @@ -1984,12 +2002,48 @@ air_leakage_value Air Leakage: Value - Air exchange rate value. + Air exchange rate value. For 'EffectiveLeakageArea', provide value in sq. in. Double true false 3 + + air_leakage_type + Air Leakage: Type + Type of air leakage. If 'unit total', represents the total infiltration to the unit as measured by a compartmentalization test, in which case the air leakage value will be adjusted by the ratio of exterior envelope surface area to total envelope surface area. Otherwise, if 'unit exterior only', represents the infiltration to the unit from outside only as measured by a guarded test. Required when unit type is single-family attached or apartment unit. + Choice + false + false + + + unit total + unit total + + + unit exterior only + unit exterior only + + + + + air_leakage_has_flue_or_chimney_in_conditioned_space + Air Leakage: Has Flue or Chimney in Conditioned Space + Presence of flue or chimney with combustion air from conditioned space; used for infiltration model. If not provided, the OS-HPXML default is used. + Boolean + false + false + + + true + true + + + false + false + + + heating_system_type Heating System: Type @@ -2117,6 +2171,15 @@ false 1 + + heating_system_pilot_light + Heating System: Pilot Light + The fuel usage of the pilot light. Applies only to Furnace, WallFurnace, FloorFurnace, Stove, Boiler, and Fireplace with non-electric fuel type. If not provided, assumes no pilot light. + Double + Btuh + false + false + heating_system_airflow_defect_ratio Heating System: Airflow Defect Ratio @@ -2252,7 +2315,7 @@ Cooling System: Is Ducted Whether the cooling system is ducted or not. Only used for mini-split and evaporative cooler. It's assumed that central air conditioner is ducted, and room air conditioner and packaged terminal air conditioner are not ducted. Boolean - true + false false false @@ -2284,6 +2347,15 @@ false false + + cooling_system_crankcase_heater_watts + Cooling System: Crankcase Heater Power Watts + Cooling system crankcase heater power consumption in Watts. Applies only to central air conditioner, mini-split, packaged terminal air conditioner and room air conditioner. If not provided, the OS-HPXML default is used. + Double + W + false + false + cooling_system_integrated_heating_system_fuel Cooling System: Integrated Heating System Fuel Type @@ -2493,11 +2565,20 @@ false - heat_pump_heating_capacity_17_f - Heat Pump: Heating Capacity 17F - The output heating capacity of the heat pump at 17F. Only applies to air-to-air and mini-split. If not provided, the OS-HPXML default is used. + heat_pump_heating_capacity_retention_fraction + Heat Pump: Heating Capacity Retention Fraction + The output heating capacity of the heat pump at a user-specified temperature (e.g., 17F or 5F) divided by the above nominal heating capacity. Applies to all heat pump types except ground-to-air. If not provided, the OS-HPXML default is used. Double - Btu/hr + Frac + false + false + + + heat_pump_heating_capacity_retention_temp + Heat Pump: Heating Capacity Retention Temperature + The user-specified temperature (e.g., 17F or 5F) for the above heating capacity retention fraction. Applies to all heat pump types except ground-to-air. Required if the Heating Capacity Retention Fraction is provided. + Double + deg-F false false @@ -2530,6 +2611,15 @@ false 1 + + heat_pump_compressor_lockout_temp + Heat Pump: Compressor Lockout Temperature + The temperature below which the heat pump compressor is disabled. If both this and Backup Heating Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies to all heat pump types other than ground-to-air. If not provided, the OS-HPXML default is used. + Double + deg-F + false + false + heat_pump_backup_type Heat Pump: Backup Type @@ -2598,19 +2688,10 @@ false false - - heat_pump_backup_heating_switchover_temp - Heat Pump: Backup Heating Switchover Temperature - The temperature at which the heat pump stops operating and the backup heating system starts running. Only applies to air-to-air and mini-split. If not provided, backup heating will operate as needed when heat pump capacity is insufficient. Applies if Backup Type is either 'integrated' or 'separate'. Both Switchover Temperature and Lockout Temperature cannot be specified. - Double - deg-F - false - false - heat_pump_backup_heating_lockout_temp Heat Pump: Backup Heating Lockout Temperature - The temperature above which the backup system is disabled in order to prevent backup heating operation during, e.g., a thermostat heating setback recovery event. If not provided, backup heating will operate as needed when heat pump capacity is insufficient. Only applies if Backup Type is 'integrated'. Both Switchover Temperature and Lockout Temperature cannot be specified. + The temperature above which the heat pump backup system is disabled. If both this and Compressor Lockout Temperature are provided and use the same value, it essentially defines a switchover temperature (for, e.g., a dual-fuel heat pump). Applies for both Backup Type of 'integrated' and 'separate'. If not provided, the OS-HPXML default is used. Double deg-F false @@ -2641,7 +2722,7 @@ heat_pump_is_ducted Heat Pump: Is Ducted - Whether the heat pump is ducted or not. Only used for mini-split. It's assumed that air-to-air and ground-to-air are ducted. If not provided, assumes not ducted. + Whether the heat pump is ducted or not. Only used for mini-split. It's assumed that air-to-air and ground-to-air are ducted, and packaged terminal heat pump and room air conditioner with reverse cycle are not ducted. If not provided, assumes not ducted. Boolean false false @@ -2674,6 +2755,15 @@ false false + + heat_pump_crankcase_heater_watts + Heat Pump: Crankcase Heater Power Watts + Heat Pump crankcase heater power consumption in Watts. Applies only to air-to-air, mini-split, packaged terminal heat pump and room air conditioner with reverse cycle. If not provided, the OS-HPXML default is used. + Double + W + false + false + heating_system_2_type Heating System 2: Type @@ -2687,6 +2777,10 @@ none none + + Furnace + Furnace + WallFurnace WallFurnace @@ -2715,6 +2809,10 @@ Fireplace Fireplace + + FixedHeater + FixedHeater + @@ -2966,6 +3064,32 @@ false 0 + + ducts_supply_buried_insulation_level + Ducts: Supply Buried Insulation Level + Whether the supply ducts are buried in, e.g., attic loose-fill insulation. Partially buried ducts have insulation that does not cover the top of the ducts. Fully buried ducts have insulation that just covers the top of the ducts. Deeply buried ducts have insulation that continues above the top of the ducts. + Choice + false + false + + + not buried + not buried + + + partially buried + partially buried + + + fully buried + fully buried + + + deeply buried + deeply buried + + + ducts_supply_surface_area Ducts: Supply Surface Area @@ -3063,6 +3187,32 @@ false 0 + + ducts_return_buried_insulation_level + Ducts: Return Buried Insulation Level + Whether the return ducts are buried in, e.g., attic loose-fill insulation. Partially buried ducts have insulation that does not cover the top of the ducts. Fully buried ducts have insulation that just covers the top of the ducts. Deeply buried ducts have insulation that continues above the top of the ducts. + Choice + false + false + + + not buried + not buried + + + partially buried + partially buried + + + fully buried + fully buried + + + deeply buried + deeply buried + + + ducts_return_surface_area Ducts: Return Surface Area @@ -3817,14 +3967,14 @@ water_heater_operating_mode Water Heater: Operating Mode - The water heater operating mode. The 'heat pump only' option only uses the heat pump, while 'standard' allows the backup electric resistance to come on in high demand situations. This is ignored if a scheduled operating mode type is selected. Applies only to heat pump water heater. If not provided, the OS-HPXML default is used. + The water heater operating mode. The 'heat pump only' option only uses the heat pump, while 'hybrid/auto' allows the backup electric resistance to come on in high demand situations. This is ignored if a scheduled operating mode type is selected. Applies only to heat pump water heater. If not provided, the OS-HPXML default is used. Choice false false - standard - standard + hybrid/auto + hybrid/auto heat pump only @@ -3865,7 +4015,7 @@ Hot Water Distribution: Recirculation Control Type If the distribution system is Recirculation, the type of hot water recirculation control, if any. Choice - true + false false no control @@ -3955,7 +4105,7 @@ Drain Water Heat Recovery: Equal Flow Whether the drain water heat recovery has equal flow. Boolean - true + false false true @@ -3975,7 +4125,7 @@ The efficiency of the drain water heat recovery. Double Frac - true + false false 0.55 @@ -5615,7 +5765,7 @@ ceiling_fan_cooling_setpoint_temp_offset Ceiling Fan: Cooling Setpoint Temperature Offset - The setpoint temperature offset during cooling season for the ceiling fan(s). Only applies if ceiling fan quantity is greater than zero. If not provided, the OS-HPXML default is used. + The cooling setpoint temperature offset during months when the ceiling fans are operating. Only applies if ceiling fan quantity is greater than zero. If not provided, the OS-HPXML default is used. Double deg-F false @@ -6449,10 +6599,29 @@ false false + + combine_like_surfaces + Combine like surfaces? + If true, combines like surfaces to simplify the HPXML file generated. + Boolean + false + false + false + + + true + true + + + false + false + + + apply_defaults Apply Default Values? - If true, applies OS-HPXML default values to the HPXML output file. + If true, applies OS-HPXML default values to the HPXML output file. Setting to true will also force validation of the HPXML output file before applying OS-HPXML default values. Boolean false false @@ -6505,13 +6674,13 @@ geometry.rb rb resource - D9E75C2E + E8F9FEA0 build_residential_hpxml_test.rb rb test - B16976B9 + 010244DB @@ -6522,7 +6691,7 @@ measure.rb rb script - 9D41E280 + AE26AEE7 diff --git a/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb b/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb index e9b35673..7d2187a3 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb +++ b/example_files/resources/hpxml-measures/BuildResidentialHPXML/resources/geometry.rb @@ -652,17 +652,10 @@ def self.create_single_family_detached(runner:, end if num_floors == 1 - if not attic_type == HPXML::AtticTypeConditioned - nw_point = OpenStudio::Point3d.new(nw_point.x, nw_point.y, living_space.zOrigin + nw_point.z) - ne_point = OpenStudio::Point3d.new(ne_point.x, ne_point.y, living_space.zOrigin + ne_point.z) - sw_point = OpenStudio::Point3d.new(sw_point.x, sw_point.y, living_space.zOrigin + sw_point.z) - se_point = OpenStudio::Point3d.new(se_point.x, se_point.y, living_space.zOrigin + se_point.z) - else - nw_point = OpenStudio::Point3d.new(nw_point.x, nw_point.y, nw_point.z - living_space.zOrigin) - ne_point = OpenStudio::Point3d.new(ne_point.x, ne_point.y, ne_point.z - living_space.zOrigin) - sw_point = OpenStudio::Point3d.new(sw_point.x, sw_point.y, sw_point.z - living_space.zOrigin) - se_point = OpenStudio::Point3d.new(se_point.x, se_point.y, se_point.z - living_space.zOrigin) - end + nw_point = OpenStudio::Point3d.new(nw_point.x, nw_point.y, living_space.zOrigin + nw_point.z) + ne_point = OpenStudio::Point3d.new(ne_point.x, ne_point.y, living_space.zOrigin + ne_point.z) + sw_point = OpenStudio::Point3d.new(sw_point.x, sw_point.y, living_space.zOrigin + sw_point.z) + se_point = OpenStudio::Point3d.new(se_point.x, se_point.y, living_space.zOrigin + se_point.z) else nw_point = OpenStudio::Point3d.new(nw_point.x, nw_point.y, num_floors * nw_point.z + rim_joist_height) ne_point = OpenStudio::Point3d.new(ne_point.x, ne_point.y, num_floors * ne_point.z + rim_joist_height) @@ -1265,8 +1258,8 @@ def self.get_wall_area_for_windows(surface, min_average_ceiling_height_for_windo end def self.add_windows_to_wall(surface, window_area, window_gap_y, window_gap_x, window_aspect_ratio, max_single_window_area, facade, model, runner) - wall_width = get_surface_length(surface) - average_ceiling_height = get_surface_height(surface) + wall_width = get_surface_length(surface) # ft + average_ceiling_height = get_surface_height(surface) # ft # Calculate number of windows needed num_windows = (window_area / max_single_window_area).ceil @@ -1278,9 +1271,43 @@ def self.add_windows_to_wall(surface, window_area, window_gap_y, window_gap_x, w window_width = Math.sqrt((window_area / num_windows.to_f) / window_aspect_ratio) window_height = (window_area / num_windows.to_f) / window_width width_for_windows = window_width * num_windows.to_f + window_gap_x * num_window_gaps.to_f + if width_for_windows > wall_width - runner.registerError("Could not fit windows on #{surface.name}.") - return false + surface_area = UnitConversions.convert(surface.grossArea, 'm^2', 'ft^2') + wwr = window_area / surface_area + if wwr > 0.90 + runner.registerWarning("Could not fit windows on #{surface.name}; reducing window area to 90% WWR.") + wwr = 0.90 + end + + # Instead of using this + # ss_ = surface.setWindowToWallRatio(wwr, offset, true) + # We offset the vertices towards the centroid to maximize the likelihood of fitting the window area on the surface + window_vertices = [] + g = surface.centroid + scale_factor = wwr**0.5 + + surface.vertices.each do |vertex| + # A vertex is a Point3d. + # A diff from 2 Point3d creates a Vector3d + + # Vector from centroid to vertex (GA, GB, GC, etc) + centroid_vector = vertex - g + + # Resize the vector (done in place) according to scale_factor + centroid_vector.setLength(centroid_vector.length * scale_factor) + + # Change the vertex + vertex = g + centroid_vector + + window_vertices << vertex + end + + sub_surface = create_sub_surface(window_vertices, model) + sub_surface.setName("#{surface.name} - Window 1") + sub_surface.setSurface(surface) + sub_surface.setSubSurfaceType('FixedWindow') + return true end # Position window from top of surface diff --git a/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb b/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb index 41a9f33d..96be8fa3 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb +++ b/example_files/resources/hpxml-measures/BuildResidentialHPXML/tests/build_residential_hpxml_test.rb @@ -10,10 +10,11 @@ class BuildResidentialHPXMLTest < MiniTest::Test def setup @output_path = File.join(File.dirname(__FILE__), 'extra_files') + @model_save = false # true helpful for debugging, i.e., can render osm in 3D end def teardown - FileUtils.rm_rf(@output_path) + FileUtils.rm_rf(@output_path) if !@model_save end def test_workflows @@ -152,6 +153,7 @@ def test_workflows 'error-ducts-location-and-areas-not-same-type.xml' => 'base-sfd.xml', 'error-second-heating-system-serves-total-heat-load.xml' => 'base-sfd.xml', 'error-second-heating-system-but-no-primary-heating.xml' => 'base-sfd.xml', + 'error-second-heating-system-ducted-with-ducted-primary-heating.xml' => 'base-sfd.xml', 'error-sfa-no-building-num-units.xml' => 'base-sfa.xml', 'error-sfa-above-apartment.xml' => 'base-sfa.xml', 'error-sfa-below-apartment.xml' => 'base-sfa.xml', @@ -182,6 +184,7 @@ def test_workflows 'error-invalid-window-aspect-ratio.xml' => 'base-sfd.xml', 'error-garage-too-wide.xml' => 'base-sfd.xml', 'error-garage-too-deep.xml' => 'base-sfd.xml', + 'error-vented-attic-with-zero-floor-insulation.xml' => 'base-sfd.xml', 'warning-non-electric-heat-pump-water-heater.xml' => 'base-sfd.xml', 'warning-sfd-slab-non-zero-foundation-height.xml' => 'base-sfd.xml', @@ -208,6 +211,7 @@ def test_workflows 'error-ducts-location-and-areas-not-same-type.xml' => 'Duct location and surface area not both defaulted or not both specified.', 'error-second-heating-system-serves-total-heat-load.xml' => 'The fraction of heat load served by the second heating system is 100%.', 'error-second-heating-system-but-no-primary-heating.xml' => 'A second heating system was specified without a primary heating system.', + 'error-second-heating-system-ducted-with-ducted-primary-heating.xml' => "A ducted heat pump with 'separate' ducted backup is not supported.", 'error-sfa-no-building-num-units.xml' => 'Did not specify the number of units in the building for single-family attached or apartment units.', 'error-sfa-above-apartment.xml' => 'Single-family attached units cannot be above another unit.', 'error-sfa-below-apartment.xml' => 'Single-family attached units cannot be below another unit.', @@ -237,7 +241,8 @@ def test_workflows 'error-invalid-door-area.xml' => 'Door area cannot be negative.', 'error-invalid-window-aspect-ratio.xml' => 'Window aspect ratio must be greater than zero.', 'error-garage-too-wide.xml' => 'Garage is as wide as the single-family detached unit.', - 'error-garage-too-deep.xml' => 'Garage is as deep as the single-family detached unit.' + 'error-garage-too-deep.xml' => 'Garage is as deep as the single-family detached unit.', + 'error-vented-attic-with-zero-floor-insulation.xml' => "Element 'AssemblyEffectiveRValue': [facet 'minExclusive'] The value '0.0' must be greater than '0'." } expected_warnings = { @@ -286,6 +291,7 @@ def test_workflows # Apply measure success = apply_measures(measures_dir, measures, runner, model) + model.save(File.absolute_path(File.join(@output_path, hpxml_file.gsub('.xml', '.osm')))) if @model_save _test_measure(runner, expected_errors[hpxml_file], expected_warnings[hpxml_file]) @@ -300,7 +306,7 @@ def test_workflows end hpxml_path = File.absolute_path(File.join(@output_path, hpxml_file)) - hpxml = HPXML.new(hpxml_path: hpxml_path, collapse_enclosure: false) + hpxml = HPXML.new(hpxml_path: hpxml_path) hpxml.header.xml_generated_by = 'build_residential_hpxml_test.rb' hpxml.header.created_date_and_time = Time.new(2000, 1, 1).strftime('%Y-%m-%dT%H:%M:%S%:z') # Hard-code to prevent diffs @@ -329,7 +335,6 @@ def test_workflows def _set_measure_argument_values(hpxml_file, args) args['hpxml_path'] = File.join(File.dirname(__FILE__), "extra_files/#{hpxml_file}") args['apply_defaults'] = true - args['apply_validation'] = true # Base if ['base-sfd.xml'].include? hpxml_file @@ -616,6 +621,7 @@ def _set_measure_argument_values(hpxml_file, args) args['window_area_back'] = 0 args['window_area_left'] = 0 args['window_area_right'] = 0 + args['air_leakage_type'] = HPXML::InfiltrationTypeUnitTotal elsif ['base-mf.xml'].include? hpxml_file args['geometry_unit_type'] = HPXML::ResidentialTypeApartment args['geometry_unit_cfa'] = 900.0 @@ -640,6 +646,7 @@ def _set_measure_argument_values(hpxml_file, args) args['ducts_return_insulation_r'] = 0.0 args['ducts_number_of_return_registers'] = 1 args['door_area'] = 20.0 + args['air_leakage_type'] = HPXML::InfiltrationTypeUnitTotal end # Extras @@ -692,7 +699,6 @@ def _set_measure_argument_values(hpxml_file, args) args['heating_system_type'] = 'none' args['cooling_system_type'] = 'none' args['heat_pump_type'] = HPXML::HVACTypeHeatPumpAirToAir - args['heat_pump_heating_capacity_17_f'] = 22680.0 args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeIntegrated args['heat_pump_backup_fuel'] = HPXML::FuelTypeElectricity args['heat_pump_heating_capacity'] = 48000.0 @@ -1010,6 +1016,13 @@ def _set_measure_argument_values(hpxml_file, args) elsif ['error-second-heating-system-but-no-primary-heating.xml'].include? hpxml_file args['heating_system_type'] = 'none' args['heating_system_2_type'] = HPXML::HVACTypeFireplace + elsif ['error-second-heating-system-ducted-with-ducted-primary-heating.xml'].include? hpxml_file + args['heating_system_type'] = 'none' + args['cooling_system_type'] = 'none' + args['heat_pump_type'] = HPXML::HVACTypeHeatPumpMiniSplit + args['heat_pump_is_ducted'] = true + args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeSeparate + args['heating_system_2_type'] = HPXML::HVACTypeFurnace elsif ['error-sfa-no-building-num-units.xml'].include? hpxml_file args.delete('geometry_building_num_units') elsif ['error-sfa-above-apartment.xml'].include? hpxml_file @@ -1090,6 +1103,8 @@ def _set_measure_argument_values(hpxml_file, args) elsif ['error-garage-too-deep.xml'].include? hpxml_file args['geometry_garage_width'] = 12 args['geometry_garage_depth'] = 40 + elsif ['error-vented-attic-with-zero-floor-insulation.xml'].include? hpxml_file + args['ceiling_assembly_r'] = 0 end # Warning @@ -1150,20 +1165,20 @@ def _set_measure_argument_values(hpxml_file, args) def _test_measure(runner, expected_error, expected_warning) # check warnings/errors if not expected_error.nil? - if runner.result.stepErrors.select { |s| s == expected_error }.size <= 0 + if runner.result.stepErrors.select { |s| s.include?(expected_error) }.size <= 0 runner.result.stepErrors.each do |s| puts "ERROR: #{s}" end end - assert(runner.result.stepErrors.select { |s| s == expected_error }.size > 0) + assert(runner.result.stepErrors.select { |s| s.include?(expected_error) }.size > 0) end if not expected_warning.nil? - if runner.result.stepWarnings.select { |s| s == expected_warning }.size <= 0 + if runner.result.stepWarnings.select { |s| s.include?(expected_warning) }.size <= 0 runner.result.stepWarnings.each do |s| puts "WARNING: #{s}" end end - assert(runner.result.stepWarnings.select { |s| s == expected_warning }.size > 0) + assert(runner.result.stepWarnings.select { |s| s.include?(expected_warning) }.size > 0) end end end diff --git a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.rb b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.rb index 5aa36868..99332572 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.rb +++ b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.rb @@ -29,7 +29,7 @@ def description # human readable description of modeling approach def modeler_description - return "Generates a CSV of schedules at the specified file path, and inserts the CSV schedule file path into the output HPXML file (or overwrites it if one already exists). Schedules corresponding to 'smooth' are average (e.g., Building America). Schedules corresponding to 'stochastic' are generated using time-inhomogeneous Markov chains derived from American Time Use Survey data, and supplemented with sampling duration and power level from NEEA RBSA data as well as DHW draw duration and flow rate from Aquacraft/AWWA data." + return 'Generates a CSV of schedules at the specified file path, and inserts the CSV schedule file path into the output HPXML file (or overwrites it if one already exists). Stochastic schedules are generated using time-inhomogeneous Markov chains derived from American Time Use Survey data, and supplemented with sampling duration and power level from NEEA RBSA data as well as DHW draw duration and flow rate from Aquacraft/AWWA data.' end # define the arguments that the user will input @@ -41,24 +41,9 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDescription('Absolute/relative path of the HPXML file.') args << arg - schedules_type_choices = OpenStudio::StringVector.new - schedules_type_choices << 'smooth' - schedules_type_choices << 'stochastic' - - arg = OpenStudio::Measure::OSArgument.makeChoiceArgument('schedules_type', schedules_type_choices, true) - arg.setDisplayName('Schedules: Type') - arg.setDescription('The type of occupant-related schedules to use.') - arg.setDefaultValue('smooth') - args << arg - arg = OpenStudio::Measure::OSArgument.makeStringArgument('schedules_column_names', false) arg.setDisplayName('Schedules: Column Names') - arg.setDescription("A comma-separated list of the column names to generate. If not provided, defaults to all columns. Possible column names are: #{SchedulesFile.OccupancyColumnNames.join(', ')}.") - args << arg - - arg = OpenStudio::Measure::OSArgument.makeStringArgument('schedules_vacancy_period', false) - arg.setDisplayName('Schedules: Vacancy Period') - arg.setDescription('Specifies the vacancy period. Enter a date like "Dec 15 - Jan 15".') + arg.setDescription("A comma-separated list of the column names to generate. If not provided, defaults to all columns. Possible column names are: #{ScheduleGenerator.export_columns.join(', ')}.") args << arg arg = OpenStudio::Measure::OSArgument.makeIntegerArgument('schedules_random_seed', false) @@ -97,7 +82,6 @@ def run(model, runner, user_arguments) # assign the user inputs to variables args = get_argument_values(runner, arguments(model), user_arguments) - args = Hash[args.collect { |k, v| [k.to_sym, v] }] hpxml_path = args[:hpxml_path] unless (Pathname.new hpxml_path).absolute? @@ -115,6 +99,12 @@ def run(model, runner, user_arguments) hpxml = HPXML.new(hpxml_path: hpxml_path) + # exit if number of occupants is zero + if hpxml.building_occupancy.number_of_residents == 0 + runner.registerInfo('Number of occupants set to zero; skipping generation of stochastic schedules.') + return true + end + # create EpwFile object epw_path = Location.get_epw_path(hpxml, hpxml_path) epw_file = OpenStudio::EpwFile.new(epw_path) @@ -165,10 +155,9 @@ def create_schedules(runner, hpxml, epw_file, args) info_msgs << "State=#{args[:state]}" info_msgs << "RandomSeed=#{args[:random_seed]}" if args[:schedules_random_seed].is_initialized info_msgs << "GeometryNumOccupants=#{args[:geometry_num_occupants]}" - info_msgs << "VacancyPeriod=#{args[:schedules_vacancy_period].get}" if args[:schedules_vacancy_period].is_initialized info_msgs << "ColumnNames=#{args[:column_names]}" if args[:schedules_column_names].is_initialized - runner.registerInfo("Created #{args[:schedules_type]} schedule with #{info_msgs.join(', ')}") + runner.registerInfo("Created stochastic schedule with #{info_msgs.join(', ')}") return true end @@ -201,21 +190,10 @@ def get_generator_inputs(hpxml, epw_file, args) else args[:geometry_num_occupants] = hpxml.building_occupancy.number_of_residents end - # Stochastic occupancy required integer number of occupants - if args[:schedules_type] == 'stochastic' - args[:geometry_num_occupants] = Float(Integer(args[:geometry_num_occupants])) - end - - if args[:schedules_vacancy_period].is_initialized - begin_month, begin_day, end_month, end_day = Schedule.parse_date_range(args[:schedules_vacancy_period].get) - args[:schedules_vacancy_begin_month] = begin_month - args[:schedules_vacancy_begin_day] = begin_day - args[:schedules_vacancy_end_month] = end_month - args[:schedules_vacancy_end_day] = end_day - end + args[:geometry_num_occupants] = Float(Integer(args[:geometry_num_occupants])) debug = false - if args[:schedules_type] == 'stochastic' && args[:debug].is_initialized + if args[:debug].is_initialized debug = args[:debug].get end args[:debug] = debug diff --git a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.xml b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.xml index add9eccd..96e3ea0f 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.xml +++ b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/measure.xml @@ -3,13 +3,13 @@ 3.0 build_residential_schedule_file f770b2db-1a9f-4e99-99a7-7f3161a594b1 - 3a88a262-1431-4bb9-a577-cd235aed6b1e - 20221201T013247Z + 35b84be2-dc0f-4773-a72a-1da40dcaab8c + 20230421T211336Z 03F02484 BuildResidentialScheduleFile Schedule File Builder Builds a residential schedule file. - Generates a CSV of schedules at the specified file path, and inserts the CSV schedule file path into the output HPXML file (or overwrites it if one already exists). Schedules corresponding to 'smooth' are average (e.g., Building America). Schedules corresponding to 'stochastic' are generated using time-inhomogeneous Markov chains derived from American Time Use Survey data, and supplemented with sampling duration and power level from NEEA RBSA data as well as DHW draw duration and flow rate from Aquacraft/AWWA data. + Generates a CSV of schedules at the specified file path, and inserts the CSV schedule file path into the output HPXML file (or overwrites it if one already exists). Stochastic schedules are generated using time-inhomogeneous Markov chains derived from American Time Use Survey data, and supplemented with sampling duration and power level from NEEA RBSA data as well as DHW draw duration and flow rate from Aquacraft/AWWA data. hpxml_path @@ -19,37 +19,10 @@ true false - - schedules_type - Schedules: Type - The type of occupant-related schedules to use. - Choice - true - false - smooth - - - smooth - smooth - - - stochastic - stochastic - - - schedules_column_names Schedules: Column Names - A comma-separated list of the column names to generate. If not provided, defaults to all columns. Possible column names are: occupants, lighting_interior, lighting_exterior, lighting_garage, lighting_exterior_holiday, cooking_range, refrigerator, extra_refrigerator, freezer, dishwasher, clothes_washer, clothes_dryer, ceiling_fan, plug_loads_other, plug_loads_tv, plug_loads_vehicle, plug_loads_well_pump, fuel_loads_grill, fuel_loads_lighting, fuel_loads_fireplace, pool_pump, pool_heater, hot_tub_pump, hot_tub_heater, hot_water_dishwasher, hot_water_clothes_washer, hot_water_fixtures. - String - false - false - - - schedules_vacancy_period - Schedules: Vacancy Period - Specifies the vacancy period. Enter a date like "Dec 15 - Jan 15". + A comma-separated list of the column names to generate. If not provided, defaults to all columns. Possible column names are: occupants, lighting_interior, lighting_garage, cooking_range, dishwasher, clothes_washer, clothes_dryer, ceiling_fan, plug_loads_other, plug_loads_tv, hot_water_dishwasher, hot_water_clothes_washer, hot_water_fixtures. String false false @@ -112,18 +85,6 @@ - - schedules_config.md - md - resource - EC6567F6 - - - schedules_config.json - json - resource - 0CB5683C - clothes_dryer_consumption_dist.csv csv @@ -896,19 +857,25 @@ README.md md resource - 127D96AC + AAB89065 - schedules.rb + schedules_config.md + md + resource + 916BF4C3 + + + constants.rb rb resource - AC348B70 + EED44A60 - build_residential_schedule_file_test.rb + schedules.rb rb - test - 10DD8842 + resource + 51D9D15E @@ -919,7 +886,13 @@ measure.rb rb script - 3D8ADC7F + 7FA6CE2D + + + build_residential_schedule_file_test.rb + rb + test + 1903613C diff --git a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/README.md b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/README.md index 34615ad4..2d892b6a 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/README.md +++ b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/README.md @@ -38,7 +38,7 @@ Each row is for one household, and each column is the duration of one instance o These files contain the probability distribution of the event cluster size for different domestic hot water end uses, obtained from the HotWaterEventScheduleGenerator Excel file. The first row is the probability of a cluster size of 1 event, second row for probability of cluster size of 2 events and so on. -`schedule_config.yml` +`schedule_config.json` -This yaml file contains various miscellaneous configurations for the schedule generator, and their meanings and sources are defined within the file. +This JSON file contains various miscellaneous configurations for the schedule generator, and their meanings and sources are defined within the file. diff --git a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb new file mode 100644 index 00000000..e8d0802d --- /dev/null +++ b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/constants.rb @@ -0,0 +1,119 @@ +# frozen_string_literal: true + +class Constants + def self.OccupancyTypesProbabilities + return '0.381, 0.297, 0.165, 0.157' + end + + def self.CeilingFanWeekdayFractions + return '0.04, 0.037, 0.037, 0.036, 0.033, 0.036, 0.043, 0.047, 0.034, 0.023, 0.024, 0.025, 0.024, 0.028, 0.031, 0.032, 0.039, 0.053, 0.063, 0.067, 0.071, 0.069, 0.059, 0.05' + end + + def self.CeilingFanWeekendFractions + return '0.04, 0.037, 0.037, 0.036, 0.033, 0.036, 0.043, 0.047, 0.034, 0.023, 0.024, 0.025, 0.024, 0.028, 0.031, 0.032, 0.039, 0.053, 0.063, 0.067, 0.071, 0.069, 0.059, 0.05' + end + + def self.SinkDurationProbability + return '0.901242, 0.076572, 0.01722, 0.003798, 0.000944, 0.000154, 4.6e-05, 2.2e-05, 2.0e-06' + end + + def self.SinkEventsPerClusterProbs + return '0.62458, 0.18693, 0.08011, 0.0433, 0.02178, 0.01504, 0.0083, 0.00467, 0.0057, 0.00285, 0.00181, 0.00233, 0.0013, 0.00104, 0.00026' + end + + def self.SinkHourlyOnsetProb + return '0.007, 0.018, 0.042, 0.062, 0.066, 0.062, 0.054, 0.05, 0.049, 0.045, 0.041, 0.043, 0.048, 0.065, 0.075, 0.069, 0.057, 0.048, 0.04, 0.027, 0.014, 0.007, 0.005, 0.005' + end + + def self.SinkAvgSinkClustersPerHH + return 6657 + end + + def self.SinkMinutesBetweenEventGap + return 2 + end + + def self.SinkFlowRateMean + return 1.14 + end + + def self.SinkFlowRateStd + return 0.61 + end + + def self.ShowerMinutesBetweenEventGap + return 30 + end + + def self.ShowerFlowRateMean + return 2.25 + end + + def self.ShowerFlowRateStd + return 0.68 + end + + def self.BathBathToShowerRatio + return 0.078843 + end + + def self.BathDurationMean + return 5.65 + end + + def self.BathDurationStd + return 2.09 + end + + def self.BathFlowRateMean + return 4.4 + end + + def self.BathFlowRateStd + return 1.17 + end + + def self.HotWaterDishwasherFlowRateMean + return 1.39 + end + + def self.HotWaterDishwasherFlowRateStd + return 0.2 + end + + def self.HotWaterDishwasherMinutesBetweenEventGap + return 10 + end + + def self.HotWaterDishwasherMonthlyMultiplier + return '1.083, 1.056, 1.023, 0.999, 0.975, 0.944, 0.918, 0.928, 0.938, 0.984, 1.059, 1.094' + end + + def self.HotWaterClothesWasherFlowRateMean + return 2.2 + end + + def self.HotWaterClothesWasherFlowRateStd + return 0.62 + end + + def self.HotWaterClothesWasherMinutesBetweenEventGap + return 4 + end + + def self.HotWaterClothesWasherLoadSizeProbability + return '0.682926829, 0.227642276, 0.056910569, 0.032520325' + end + + def self.HotWaterClothesWasherMonthlyMultiplier + return '0.968, 1.013, 0.99, 1.034, 1.019, 1.015, 1.048, 1, 1.021, 0.949, 0.945, 0.999' + end + + def self.ClothesDryerMonthlyMultiplier + return '1.09, 1.054, 1.044, 0.996, 0.992, 0.967, 0.931, 0.906, 0.923, 0.955, 1.035, 1.108' + end + + def self.CookingMonthlyMultiplier + return '1.038, 1.026, 0.976, 0.945, 0.965, 0.947, 0.939, 0.965, 0.967, 1.006, 1.098, 1.129' + end +end diff --git a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb index 27e8f703..8bbbf72e 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb +++ b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules.rb @@ -1,7 +1,6 @@ # frozen_string_literal: true require 'csv' -require 'json' require 'matrix' class ScheduleGenerator @@ -45,14 +44,20 @@ def get_random_seed return seed end - def initialize_schedules - @schedules = {} - - SchedulesFile.OccupancyColumnNames.each do |col_name| - @schedules[col_name] = Array.new(@total_days_in_year * @steps_in_day, 0.0) - end - - return @schedules + def self.export_columns + return [SchedulesFile::ColumnOccupants, + SchedulesFile::ColumnLightingInterior, + SchedulesFile::ColumnLightingGarage, + SchedulesFile::ColumnCookingRange, + SchedulesFile::ColumnDishwasher, + SchedulesFile::ColumnClothesWasher, + SchedulesFile::ColumnClothesDryer, + SchedulesFile::ColumnCeilingFan, + SchedulesFile::ColumnPlugLoadsOther, + SchedulesFile::ColumnPlugLoadsTV, + SchedulesFile::ColumnHotWaterDishwasher, + SchedulesFile::ColumnHotWaterClothesWasher, + SchedulesFile::ColumnHotWaterFixtures] end def schedules @@ -60,7 +65,11 @@ def schedules end def create(args:) - initialize_schedules + @schedules = {} + + ScheduleGenerator.export_columns.each do |col_name| + @schedules[col_name] = Array.new(@total_days_in_year * @steps_in_day, 0.0) + end if @column_names.nil? @column_names = SchedulesFile.ColumnNames @@ -72,218 +81,16 @@ def create(args:) end return false unless invalid_columns.empty? - success = create_average_schedules - return false if not success - - if args[:schedules_type] == 'stochastic' - success = create_stochastic_schedules(args: args) - return false if not success - end - - success = set_vacancy(args: args) + success = create_stochastic_schedules(args: args) return false if not success return true end - def create_average_schedules - create_average_occupants - create_average_cooking_range - create_average_plug_loads_other - create_average_plug_loads_tv - create_average_plug_loads_vehicle - create_average_plug_loads_well_pump - create_average_lighting_interior - create_average_lighting_exterior - create_average_lighting_garage - create_average_lighting_exterior_holiday - create_average_clothes_washer - create_average_clothes_dryer - create_average_dishwasher - create_average_fixtures - create_average_ceiling_fan - create_average_refrigerator - create_average_extra_refrigerator - create_average_freezer - create_average_fuel_loads_grill - create_average_fuel_loads_lighting - create_average_fuel_loads_fireplace - create_average_pool_pump - create_average_pool_heater - create_average_hot_tub_pump - create_average_hot_tub_heater - end - - def create_average_occupants - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnOccupants, weekday_sch: Schedule.OccupantsWeekdayFractions, weekend_sch: Schedule.OccupantsWeekendFractions, monthly_sch: Schedule.OccupantsMonthlyMultipliers) - end - - def create_average_lighting_interior - lighting_sch = Lighting.get_schedule(@epw_file) - create_timeseries_from_months(sch_name: SchedulesFile::ColumnLightingInterior, month_schs: lighting_sch) - end - - def create_average_lighting_exterior - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnLightingExterior, weekday_sch: Schedule.LightingExteriorWeekdayFractions, weekend_sch: Schedule.LightingExteriorWeekendFractions, monthly_sch: Schedule.LightingExteriorMonthlyMultipliers) - end - - def create_average_lighting_garage - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnLightingGarage, weekday_sch: Schedule.LightingExteriorWeekdayFractions, weekend_sch: Schedule.LightingExteriorWeekendFractions, monthly_sch: Schedule.LightingExteriorMonthlyMultipliers) - end - - def create_average_lighting_exterior_holiday - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnLightingExteriorHoliday, weekday_sch: Schedule.LightingExteriorHolidayWeekdayFractions, weekend_sch: Schedule.LightingExteriorHolidayWeekendFractions, monthly_sch: Schedule.LightingExteriorHolidayMonthlyMultipliers, begin_month: 11, begin_day: 24, end_month: 1, end_day: 6) - end - - def create_average_cooking_range - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnCookingRange, weekday_sch: Schedule.CookingRangeWeekdayFractions, weekend_sch: Schedule.CookingRangeWeekendFractions, monthly_sch: Schedule.CookingRangeMonthlyMultipliers) - end - - def create_average_refrigerator - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnRefrigerator, weekday_sch: Schedule.RefrigeratorWeekdayFractions, weekend_sch: Schedule.RefrigeratorWeekendFractions, monthly_sch: Schedule.RefrigeratorMonthlyMultipliers) - end - - def create_average_extra_refrigerator - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnExtraRefrigerator, weekday_sch: Schedule.ExtraRefrigeratorWeekdayFractions, weekend_sch: Schedule.ExtraRefrigeratorWeekendFractions, monthly_sch: Schedule.ExtraRefrigeratorMonthlyMultipliers) - end - - def create_average_freezer - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnFreezer, weekday_sch: Schedule.FreezerWeekdayFractions, weekend_sch: Schedule.FreezerWeekendFractions, monthly_sch: Schedule.FreezerMonthlyMultipliers) - end - - def create_average_dishwasher - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnHotWaterDishwasher, weekday_sch: Schedule.DishwasherWeekdayFractions, weekend_sch: Schedule.DishwasherWeekendFractions, monthly_sch: Schedule.DishwasherMonthlyMultipliers) - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnDishwasher, weekday_sch: Schedule.DishwasherWeekdayFractions, weekend_sch: Schedule.DishwasherWeekendFractions, monthly_sch: Schedule.DishwasherMonthlyMultipliers) - end - - def create_average_clothes_washer - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnHotWaterClothesWasher, weekday_sch: Schedule.ClothesWasherWeekdayFractions, weekend_sch: Schedule.ClothesWasherWeekendFractions, monthly_sch: Schedule.ClothesWasherMonthlyMultipliers) - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnClothesWasher, weekday_sch: Schedule.ClothesWasherWeekdayFractions, weekend_sch: Schedule.ClothesWasherWeekendFractions, monthly_sch: Schedule.ClothesWasherMonthlyMultipliers) - end - - def create_average_clothes_dryer - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnClothesDryer, weekday_sch: Schedule.ClothesDryerWeekdayFractions, weekend_sch: Schedule.ClothesDryerWeekendFractions, monthly_sch: Schedule.ClothesDryerMonthlyMultipliers) - end - - def create_average_fixtures - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnHotWaterFixtures, weekday_sch: Schedule.FixturesWeekdayFractions, weekend_sch: Schedule.FixturesWeekendFractions, monthly_sch: Schedule.FixturesMonthlyMultipliers) - end - - def create_average_ceiling_fan - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnCeilingFan, weekday_sch: Schedule.CeilingFanWeekdayFractions, weekend_sch: Schedule.CeilingFanWeekendFractions, monthly_sch: '1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0') - end - - def create_average_plug_loads_other - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnPlugLoadsOther, weekday_sch: Schedule.PlugLoadsOtherWeekdayFractions, weekend_sch: Schedule.PlugLoadsOtherWeekendFractions, monthly_sch: Schedule.PlugLoadsOtherMonthlyMultipliers) - end - - def create_average_plug_loads_tv - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnPlugLoadsTV, weekday_sch: Schedule.PlugLoadsTVWeekdayFractions, weekend_sch: Schedule.PlugLoadsTVWeekendFractions, monthly_sch: Schedule.PlugLoadsTVMonthlyMultipliers) - end - - def create_average_plug_loads_vehicle - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnPlugLoadsVehicle, weekday_sch: Schedule.PlugLoadsVehicleWeekdayFractions, weekend_sch: Schedule.PlugLoadsVehicleWeekendFractions, monthly_sch: Schedule.PlugLoadsVehicleMonthlyMultipliers) - end - - def create_average_plug_loads_well_pump - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnPlugLoadsWellPump, weekday_sch: Schedule.PlugLoadsWellPumpWeekdayFractions, weekend_sch: Schedule.PlugLoadsWellPumpWeekendFractions, monthly_sch: Schedule.PlugLoadsWellPumpMonthlyMultipliers) - end - - def create_average_fuel_loads_grill - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnFuelLoadsGrill, weekday_sch: Schedule.FuelLoadsGrillWeekdayFractions, weekend_sch: Schedule.FuelLoadsGrillWeekendFractions, monthly_sch: Schedule.FuelLoadsGrillMonthlyMultipliers) - end - - def create_average_fuel_loads_lighting - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnFuelLoadsLighting, weekday_sch: Schedule.FuelLoadsLightingWeekdayFractions, weekend_sch: Schedule.FuelLoadsLightingWeekendFractions, monthly_sch: Schedule.FuelLoadsLightingMonthlyMultipliers) - end - - def create_average_fuel_loads_fireplace - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnFuelLoadsFireplace, weekday_sch: Schedule.FuelLoadsFireplaceWeekdayFractions, weekend_sch: Schedule.FuelLoadsFireplaceWeekendFractions, monthly_sch: Schedule.FuelLoadsFireplaceMonthlyMultipliers) - end - - def create_average_pool_pump - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnPoolPump, weekday_sch: Schedule.PoolPumpWeekdayFractions, weekend_sch: Schedule.PoolPumpWeekendFractions, monthly_sch: Schedule.PoolPumpMonthlyMultipliers) - end - - def create_average_pool_heater - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnPoolHeater, weekday_sch: Schedule.PoolPumpWeekdayFractions, weekend_sch: Schedule.PoolPumpWeekendFractions, monthly_sch: Schedule.PoolHeaterMonthlyMultipliers) - end - - def create_average_hot_tub_pump - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnHotTubPump, weekday_sch: Schedule.HotTubPumpWeekdayFractions, weekend_sch: Schedule.HotTubPumpWeekendFractions, monthly_sch: Schedule.HotTubPumpMonthlyMultipliers) - end - - def create_average_hot_tub_heater - create_timeseries_from_weekday_weekend_monthly(sch_name: SchedulesFile::ColumnHotTubHeater, weekday_sch: Schedule.HotTubHeaterWeekdayFractions, weekend_sch: Schedule.HotTubHeaterWeekendFractions, monthly_sch: Schedule.HotTubHeaterMonthlyMultipliers) - end - - def create_timeseries_from_weekday_weekend_monthly(sch_name:, - weekday_sch:, - weekend_sch:, - monthly_sch:, - begin_month: nil, - begin_day: nil, - end_month: nil, - end_day: nil) - - daily_sch = { 'weekday_sch' => weekday_sch.split(',').map { |i| i.to_f }, - 'weekend_sch' => weekend_sch.split(',').map { |i| i.to_f }, - 'monthly_multiplier' => monthly_sch.split(',').map { |i| i.to_f } } - - if begin_month.nil? && begin_day.nil? && end_month.nil? && end_day.nil? - begin_day = @sim_start_day - end_day = DateTime.new(@sim_year, 12, 31) - else - begin_day = DateTime.new(@sim_year, begin_month, begin_day) - end_day = DateTime.new(@sim_year, end_month, end_day) - end - - @total_days_in_year.times do |day| - today = @sim_start_day + day - if begin_day <= end_day - next if not (begin_day <= today && today <= end_day) - else - next if not (begin_day <= today || today <= end_day) - end - month = today.month - day_of_week = today.wday - [0, 6].include?(day_of_week) ? is_weekday = false : is_weekday = true - @steps_in_day.times do |step| - minute = day * 1440 + step * @minutes_per_step - @schedules[sch_name][day * @steps_in_day + step] = get_value_from_daily_sch(daily_sch, month, is_weekday, minute, 1) - end - end - @schedules[sch_name] = normalize(@schedules[sch_name]) - end - - def create_timeseries_from_months(sch_name:, - month_schs:) - - num_days_in_months = Constants.NumDaysInMonths(@sim_year) - sch = [] - for month in 0..11 - sch << month_schs[month] * num_days_in_months[month] - end - sch = sch.flatten - m = sch.max - sch = sch.map { |s| s / m } - - @total_days_in_year.times do |day| - @steps_in_day.times do |step| - minute = day * 1440 + step * @minutes_per_step - @schedules[sch_name][day * @steps_in_day + step] = scale_lighting_by_occupancy(sch, minute, 1) - end - end - @schedules[sch_name] = normalize(@schedules[sch_name]) - end - def create_stochastic_schedules(args:) # initialize a random number generator prng = Random.new(get_random_seed) - # load the schedule configuration file - schedule_config = JSON.parse(File.read(args[:resources_path] + '/schedules_config.json')) - # pre-load the probability distribution csv files for speed cluster_size_prob_map = read_activity_cluster_size_probs(resources_path: args[:resources_path]) event_duration_prob_map = read_event_duration_probs(resources_path: args[:resources_path]) @@ -296,8 +103,9 @@ def create_stochastic_schedules(args:) # States are: 'sleeping', 'shower', 'laundry', 'cooking', 'dishwashing', 'absent', 'nothingAtHome' # if geometry_num_occupants = 2, period_in_a_year = 35040, num_of_states = 7, then # shape of all_simulated_values is [2, 35040, 7] + occupancy_types_probabilities = Schedule.validate_values(Constants.OccupancyTypesProbabilities, 4, 'occupancy types probabilities') for _n in 1..args[:geometry_num_occupants] - occ_type_id = weighted_random(prng, schedule_config['occupancy_types']['probabilities']) + occ_type_id = weighted_random(prng, occupancy_types_probabilities) init_prob_file_weekday = args[:resources_path] + "/weekday/mkv_chain_initial_prob_cluster_#{occ_type_id}.csv" initial_prob_weekday = CSV.read(init_prob_file_weekday) initial_prob_weekday = initial_prob_weekday.map { |x| x[0].to_f } @@ -353,11 +161,12 @@ def create_stochastic_schedules(args:) all_simulated_values << Matrix[*simulated_values] end # shape of all_simulated_values is [2, 35040, 7] i.e. (geometry_num_occupants, period_in_a_year, number_of_states) - plugload_sch = schedule_config['plugload'] - lighting_sch = schedule_config['lighting'] - ceiling_fan_sch = schedule_config['ceiling_fan'] - - holiday_lighting_schedule = schedule_config['lighting']['holiday_sch'] + plugload_weekday_sch = Schedule.validate_values(Schedule.PlugLoadsOtherWeekdayFractions, 24, 'weekday') + plugload_weekend_sch = Schedule.validate_values(Schedule.PlugLoadsOtherWeekendFractions, 24, 'weekend') + plugload_monthly_multiplier = Schedule.validate_values(Schedule.PlugLoadsOtherMonthlyMultipliers, 12, 'monthly') + ceiling_fan_weekday_sch = Schedule.validate_values(Constants.CeilingFanWeekdayFractions, 24, 'weekday') + ceiling_fan_weekend_sch = Schedule.validate_values(Constants.CeilingFanWeekendFractions, 24, 'weekend') + ceiling_fan_monthly_multiplier = Schedule.validate_values(Schedule.PlugLoadsOtherMonthlyMultipliers, 12, 'monthly') sch = Lighting.get_schedule(@epw_file) interior_lighting_schedule = [] @@ -369,8 +178,6 @@ def create_stochastic_schedules(args:) m = interior_lighting_schedule.max interior_lighting_schedule = interior_lighting_schedule.map { |s| s / m } - holiday_lighting_schedule = get_holiday_lighting_sch(holiday_lighting_schedule) - sleep_schedule = [] away_schedule = [] idle_schedule = [] @@ -389,19 +196,15 @@ def create_stochastic_schedules(args:) away_schedule << sum_across_occupants(all_simulated_values, 5, index_15).to_f / args[:geometry_num_occupants] idle_schedule << sum_across_occupants(all_simulated_values, 6, index_15).to_f / args[:geometry_num_occupants] active_occupancy_percentage = 1 - (away_schedule[-1] + sleep_schedule[-1]) - @schedules[SchedulesFile::ColumnPlugLoadsOther][day * @steps_in_day + step] = get_value_from_daily_sch(plugload_sch, month, is_weekday, minute, active_occupancy_percentage) + @schedules[SchedulesFile::ColumnPlugLoadsOther][day * @steps_in_day + step] = get_value_from_daily_sch(plugload_weekday_sch, plugload_weekend_sch, plugload_monthly_multiplier, month, is_weekday, minute, active_occupancy_percentage) @schedules[SchedulesFile::ColumnLightingInterior][day * @steps_in_day + step] = scale_lighting_by_occupancy(interior_lighting_schedule, minute, active_occupancy_percentage) - @schedules[SchedulesFile::ColumnLightingExterior][day * @steps_in_day + step] = get_value_from_daily_sch(lighting_sch, month, is_weekday, minute, 1) - @schedules[SchedulesFile::ColumnLightingGarage][day * @steps_in_day + step] = get_value_from_daily_sch(lighting_sch, month, is_weekday, minute, 1) - @schedules[SchedulesFile::ColumnLightingExteriorHoliday][day * @steps_in_day + step] = scale_lighting_by_occupancy(holiday_lighting_schedule, minute, 1) - @schedules[SchedulesFile::ColumnCeilingFan][day * @steps_in_day + step] = get_value_from_daily_sch(ceiling_fan_sch, month, is_weekday, minute, active_occupancy_percentage) + @schedules[SchedulesFile::ColumnCeilingFan][day * @steps_in_day + step] = get_value_from_daily_sch(ceiling_fan_weekday_sch, ceiling_fan_weekend_sch, ceiling_fan_monthly_multiplier, month, is_weekday, minute, active_occupancy_percentage) end end @schedules[SchedulesFile::ColumnPlugLoadsOther] = normalize(@schedules[SchedulesFile::ColumnPlugLoadsOther]) + @schedules[SchedulesFile::ColumnPlugLoadsTV] = @schedules[SchedulesFile::ColumnPlugLoadsOther] @schedules[SchedulesFile::ColumnLightingInterior] = normalize(@schedules[SchedulesFile::ColumnLightingInterior]) - @schedules[SchedulesFile::ColumnLightingExterior] = normalize(@schedules[SchedulesFile::ColumnLightingExterior]) - @schedules[SchedulesFile::ColumnLightingGarage] = normalize(@schedules[SchedulesFile::ColumnLightingGarage]) - @schedules[SchedulesFile::ColumnLightingExteriorHoliday] = normalize(@schedules[SchedulesFile::ColumnLightingExteriorHoliday]) + @schedules[SchedulesFile::ColumnLightingGarage] = @schedules[SchedulesFile::ColumnLightingInterior] @schedules[SchedulesFile::ColumnCeilingFan] = normalize(@schedules[SchedulesFile::ColumnCeilingFan]) # Generate the Sink Schedule @@ -432,17 +235,17 @@ def create_stochastic_schedules(args:) end end - sink_duration_probs = schedule_config['sink']['duration_probability'] - events_per_cluster_probs = schedule_config['sink']['events_per_cluster_probs'] - hourly_onset_prob = schedule_config['sink']['hourly_onset_prob'] - # Lookup avg_clusters_per_occ from json - avg_sink_clusters_per_hh = schedule_config['sink']['avg_sink_clusters_per_hh'] - # Adjust avg_clusters_per_hh for number of occupants in household + sink_duration_probs = Schedule.validate_values(Constants.SinkDurationProbability, 9, 'sink_duration_probability') + events_per_cluster_probs = Schedule.validate_values(Constants.SinkEventsPerClusterProbs, 15, 'sink_events_per_cluster_probs') + hourly_onset_prob = Schedule.validate_values(Constants.SinkHourlyOnsetProb, 24, 'sink_hourly_onset_prob') + # Lookup avg_sink_clusters_per_hh from constants + avg_sink_clusters_per_hh = Constants.SinkAvgSinkClustersPerHH + # Adjust avg_sink_clusters_per_hh for number of occupants in household total_clusters = avg_sink_clusters_per_hh * (0.29 * args[:geometry_num_occupants] + 0.26) # Eq based on cluster scaling in Building America DHW Event Schedule Generator (fewer sink draw clusters for larger households) - sink_minutes_between_event_gap = schedule_config['sink']['minutes_between_event_gap'] + sink_minutes_between_event_gap = Constants.SinkMinutesBetweenEventGap cluster_per_day = (total_clusters / @total_days_in_year).to_i - sink_flow_rate_mean = schedule_config['sink']['flow_rate_mean'] - sink_flow_rate_std = schedule_config['sink']['flow_rate_std'] + sink_flow_rate_mean = Constants.SinkFlowRateMean + sink_flow_rate_std = Constants.SinkFlowRateStd sink_flow_rate = gaussian_rand(prng, sink_flow_rate_mean, sink_flow_rate_std, 0.1) @total_days_in_year.times do |day| for _n in 1..cluster_per_day @@ -485,14 +288,14 @@ def create_stochastic_schedules(args:) # b. Fill in the mkc personal hygiene slot with the bath duration and flow rate. # TODO If there is room in the mkc personal hygiene slot, shift uniform randomly # 6. Repeat process 2-6 for each occupant - shower_minutes_between_event_gap = schedule_config['shower']['minutes_between_event_gap'] - shower_flow_rate_mean = schedule_config['shower']['flow_rate_mean'] - shower_flow_rate_std = schedule_config['shower']['flow_rate_std'] - bath_ratio = schedule_config['bath']['bath_to_shower_ratio'] - bath_duration_mean = schedule_config['bath']['duration_mean'] - bath_duration_std = schedule_config['bath']['duration_std'] - bath_flow_rate_mean = schedule_config['bath']['flow_rate_mean'] - bath_flow_rate_std = schedule_config['bath']['flow_rate_std'] + shower_minutes_between_event_gap = Constants.ShowerMinutesBetweenEventGap + shower_flow_rate_mean = Constants.ShowerFlowRateMean + shower_flow_rate_std = Constants.ShowerFlowRateStd + bath_ratio = Constants.BathBathToShowerRatio + bath_duration_mean = Constants.BathDurationMean + bath_duration_std = Constants.BathDurationStd + bath_flow_rate_mean = Constants.BathFlowRateMean + bath_flow_rate_std = Constants.BathFlowRateStd m = 0 shower_activity_sch = [0] * mins_in_year bath_activity_sch = [0] * mins_in_year @@ -555,9 +358,9 @@ def create_stochastic_schedules(args:) # (it's typically composed of multiple water draw events) # 4. For each event, sample the event duration # 5. Fill in the dishwasher/clothes washer time slot using those water draw events - dw_flow_rate_mean = schedule_config['hot_water_dishwasher']['flow_rate_mean'] - dw_flow_rate_std = schedule_config['hot_water_dishwasher']['flow_rate_std'] - dw_minutes_between_event_gap = schedule_config['hot_water_dishwasher']['minutes_between_event_gap'] + dw_flow_rate_mean = Constants.HotWaterDishwasherFlowRateMean + dw_flow_rate_std = Constants.HotWaterDishwasherFlowRateStd + dw_minutes_between_event_gap = Constants.HotWaterDishwasherMinutesBetweenEventGap dw_activity_sch = [0] * mins_in_year m = 0 dw_flow_rate = gaussian_rand(prng, dw_flow_rate_mean, dw_flow_rate_std, 0) @@ -594,11 +397,11 @@ def create_stochastic_schedules(args:) step += step_jump end - cw_flow_rate_mean = schedule_config['hot_water_clothes_washer']['flow_rate_mean'] - cw_flow_rate_std = schedule_config['hot_water_clothes_washer']['flow_rate_std'] - cw_minutes_between_event_gap = schedule_config['hot_water_clothes_washer']['minutes_between_event_gap'] + cw_flow_rate_mean = Constants.HotWaterClothesWasherFlowRateMean + cw_flow_rate_std = Constants.HotWaterClothesWasherFlowRateStd + cw_minutes_between_event_gap = Constants.HotWaterClothesWasherMinutesBetweenEventGap cw_activity_sch = [0] * mins_in_year # this is the clothes_washer water draw schedule - cw_load_size_probability = schedule_config['hot_water_clothes_washer']['load_size_probability'] + cw_load_size_probability = Schedule.validate_values(Constants.HotWaterClothesWasherLoadSizeProbability, 4, 'hot_water_clothes_washer_load_size_probability') m = 0 cw_flow_rate = gaussian_rand(prng, cw_flow_rate_mean, cw_flow_rate_std, 0) # States are: 'sleeping','shower','laundry','cooking', 'dishwashing', 'absent', 'nothingAtHome' @@ -647,6 +450,7 @@ def create_stochastic_schedules(args:) step = 0 last_state = 0 start_time = Time.new(@sim_year, 1, 1) + hot_water_dishwasher_monthly_multiplier = Schedule.validate_values(Constants.HotWaterDishwasherMonthlyMultiplier, 12, 'hot_water_dishwasher_monthly_multiplier') while step < mkc_steps_in_a_year dish_state = sum_across_occupants(all_simulated_values, 4, step, max_clip: 1) step_jump = 1 @@ -654,7 +458,7 @@ def create_stochastic_schedules(args:) duration_15min, avg_power = sample_appliance_duration_power(prng, appliance_power_dist_map, 'dishwasher') month = (start_time + step * 15 * 60).month - duration_min = (duration_15min * 15 * schedule_config['hot_water_dishwasher']['monthly_multiplier'][month - 1]).to_i + duration_min = (duration_15min * 15 * hot_water_dishwasher_monthly_multiplier[month - 1]).to_i duration = [duration_min, mins_in_year - step * 15].min dw_power_sch.fill(avg_power, step * 15, duration) @@ -671,6 +475,8 @@ def create_stochastic_schedules(args:) step = 0 last_state = 0 start_time = Time.new(@sim_year, 1, 1) + clothes_dryer_monthly_multiplier = Schedule.validate_values(Constants.ClothesDryerMonthlyMultiplier, 12, 'clothes_dryer_monthly_multiplier') + hot_water_clothes_washer_monthly_multiplier = Schedule.validate_values(Constants.HotWaterClothesWasherMonthlyMultiplier, 12, 'hot_water_clothes_washer_monthly_multiplier') while step < mkc_steps_in_a_year clothes_state = sum_across_occupants(all_simulated_values, 2, step, max_clip: 1) step_jump = 1 @@ -679,8 +485,8 @@ def create_stochastic_schedules(args:) cd_duration_15min, cd_avg_power = sample_appliance_duration_power(prng, appliance_power_dist_map, 'clothes_dryer') month = (start_time + step * 15 * 60).month - cd_duration_min = (cd_duration_15min * 15 * schedule_config['clothes_dryer']['monthly_multiplier'][month - 1]).to_i - cw_duration_min = (cw_duration_15min * 15 * schedule_config['hot_water_clothes_washer']['monthly_multiplier'][month - 1]).to_i + cd_duration_min = (cd_duration_15min * 15 * clothes_dryer_monthly_multiplier[month - 1]).to_i + cw_duration_min = (cw_duration_15min * 15 * hot_water_clothes_washer_monthly_multiplier[month - 1]).to_i cw_duration = [cw_duration_min, mins_in_year - step * 15].min cw_power_sch.fill(cw_avg_power, step * 15, cw_duration) @@ -699,13 +505,14 @@ def create_stochastic_schedules(args:) step = 0 last_state = 0 start_time = Time.new(@sim_year, 1, 1) + cooking_monthly_multiplier = Schedule.validate_values(Constants.CookingMonthlyMultiplier, 12, 'cooking_monthly_multiplier') while step < mkc_steps_in_a_year cooking_state = sum_across_occupants(all_simulated_values, 3, step, max_clip: 1) step_jump = 1 if (cooking_state > 0) && (last_state == 0) # last_state == 0 prevents consecutive cooking power without gap duration_15min, avg_power = sample_appliance_duration_power(prng, appliance_power_dist_map, 'cooking') month = (start_time + step * 15 * 60).month - duration_min = (duration_15min * 15 * schedule_config['cooking']['monthly_multiplier'][month - 1]).to_i + duration_min = (duration_15min * 15 * cooking_monthly_multiplier[month - 1]).to_i duration = [duration_min, mins_in_year - step * 15].min cooking_power_sch.fill(avg_power, step * 15, duration) step_jump = duration_15min @@ -796,23 +603,6 @@ def create_stochastic_schedules(args:) return true end - def set_vacancy(args:) - if (not args[:schedules_vacancy_begin_month].nil?) && (not args[:schedules_vacancy_begin_day].nil?) && (not args[:schedules_vacancy_end_month].nil?) && (not args[:schedules_vacancy_end_day].nil?) - start_day_num = Schedule.get_day_num_from_month_day(@sim_year, args[:schedules_vacancy_begin_month], args[:schedules_vacancy_begin_day]) - end_day_num = Schedule.get_day_num_from_month_day(@sim_year, args[:schedules_vacancy_end_month], args[:schedules_vacancy_end_day]) - - vacancy = Array.new(@schedules[SchedulesFile::ColumnOccupants].length, 0) - if end_day_num >= start_day_num - vacancy.fill(1.0, (start_day_num - 1) * args[:steps_in_day], (end_day_num - start_day_num + 1) * args[:steps_in_day]) # Fill between start/end days - else # Wrap around year - vacancy.fill(1.0, (start_day_num - 1) * args[:steps_in_day]) # Fill between start day and end of year - vacancy.fill(1.0, 0, end_day_num * args[:steps_in_day]) # Fill between start of year and end day - end - @schedules[SchedulesFile::ColumnVacancy] = vacancy - end - return true - end - def aggregate_array(array, group_size) new_array_size = array.size / group_size new_array = [0] * new_array_size @@ -1023,9 +813,9 @@ def scale_lighting_by_occupancy(sch, minute, active_occupant_percentage) return day_sch.min + (current_val - day_sch.min) * active_occupant_percentage end - def get_value_from_daily_sch(daily_sch, month, is_weekday, minute, active_occupant_percentage) - is_weekday ? sch = daily_sch['weekday_sch'] : sch = daily_sch['weekend_sch'] - full_occupancy_current_val = sch[((minute % 1440) / 60).to_i].to_f * daily_sch['monthly_multiplier'][month - 1].to_f + def get_value_from_daily_sch(weekday_sch, weekend_sch, monthly_multiplier, month, is_weekday, minute, active_occupant_percentage) + is_weekday ? sch = weekday_sch : sch = weekend_sch + full_occupancy_current_val = sch[((minute % 1440) / 60).to_i].to_f * monthly_multiplier[month - 1].to_f return sch.min + (full_occupancy_current_val - sch.min) * active_occupant_percentage end @@ -1040,17 +830,4 @@ def weighted_random(prng, weights) end return weights.size - 1 # If the prob weight don't sum to n, return last index end - - def get_holiday_lighting_sch(holiday_sch) - holiday_start_day = 332 # November 27 - holiday_end_day = 6 # Jan 6 - sch = [0] * 24 * @total_days_in_year - final_days = @total_days_in_year - holiday_start_day + 1 - beginning_days = holiday_end_day - sch[0..holiday_end_day * 24 - 1] = holiday_sch * beginning_days - sch[(holiday_start_day - 1) * 24..-1] = holiday_sch * final_days - m = sch.max - sch = sch.map { |s| s / m } - return sch - end end diff --git a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.json b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.json deleted file mode 100644 index 7368683f..00000000 --- a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.json +++ /dev/null @@ -1,388 +0,0 @@ -{ - "occupancy_types": { - "probabilities": [ - 0.381, - 0.297, - 0.165, - 0.157 - ] - }, - "plugload": { - "weekday_sch": [ - 0.035, - 0.033, - 0.032, - 0.031, - 0.032, - 0.033, - 0.037, - 0.042, - 0.043, - 0.043, - 0.043, - 0.044, - 0.045, - 0.045, - 0.044, - 0.046, - 0.048, - 0.052, - 0.053, - 0.05, - 0.047, - 0.045, - 0.04, - 0.036 - ], - "weekend_sch": [ - 0.035, - 0.033, - 0.032, - 0.031, - 0.032, - 0.033, - 0.037, - 0.042, - 0.043, - 0.043, - 0.043, - 0.044, - 0.045, - 0.045, - 0.044, - 0.046, - 0.048, - 0.052, - 0.053, - 0.05, - 0.047, - 0.045, - 0.04, - 0.036 - ], - "monthly_multiplier": [ - 1.248, - 1.257, - 0.993, - 0.989, - 0.993, - 0.827, - 0.821, - 0.821, - 0.827, - 0.99, - 0.987, - 1.248 - ] - }, - "lighting": { - "weekday_sch": [ - 0.04, - 0.037, - 0.037, - 0.036, - 0.033, - 0.036, - 0.043, - 0.047, - 0.034, - 0.023, - 0.024, - 0.025, - 0.024, - 0.028, - 0.031, - 0.032, - 0.039, - 0.053, - 0.063, - 0.067, - 0.071, - 0.069, - 0.059, - 0.05 - ], - "weekend_sch": [ - 0.04, - 0.037, - 0.037, - 0.036, - 0.033, - 0.036, - 0.043, - 0.047, - 0.034, - 0.023, - 0.024, - 0.025, - 0.024, - 0.028, - 0.031, - 0.032, - 0.039, - 0.053, - 0.063, - 0.067, - 0.071, - 0.069, - 0.059, - 0.05 - ], - "monthly_multiplier": [ - 1.248, - 1.257, - 0.993, - 0.989, - 0.993, - 0.827, - 0.821, - 0.821, - 0.827, - 0.99, - 0.987, - 1.248 - ], - "holiday_sch": [ - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.0, - 0.008168, - 0.098016, - 0.168028, - 0.193699, - 0.283547, - 0.192532, - 0.03734, - 0.01867 - ] - }, - "ceiling_fan": { - "weekday_sch": [ - 0.04, - 0.037, - 0.037, - 0.036, - 0.033, - 0.036, - 0.043, - 0.047, - 0.034, - 0.023, - 0.024, - 0.025, - 0.024, - 0.028, - 0.031, - 0.032, - 0.039, - 0.053, - 0.063, - 0.067, - 0.071, - 0.069, - 0.059, - 0.05 - ], - "weekend_sch": [ - 0.04, - 0.037, - 0.037, - 0.036, - 0.033, - 0.036, - 0.043, - 0.047, - 0.034, - 0.023, - 0.024, - 0.025, - 0.024, - 0.028, - 0.031, - 0.032, - 0.039, - 0.053, - 0.063, - 0.067, - 0.071, - 0.069, - 0.059, - 0.05 - ], - "monthly_multiplier": [ - 1.248, - 1.257, - 0.993, - 0.989, - 0.993, - 0.827, - 0.821, - 0.821, - 0.827, - 0.99, - 0.987, - 1.248 - ] - }, - "cooking": { - "monthly_multiplier": [ - 1.038, - 1.026, - 0.976, - 0.945, - 0.965, - 0.947, - 0.939, - 0.965, - 0.967, - 1.006, - 1.098, - 1.129 - ] - }, - "clothes_dryer": { - "monthly_multiplier": [ - 1.09, - 1.054, - 1.044, - 0.996, - 0.992, - 0.967, - 0.931, - 0.906, - 0.923, - 0.955, - 1.035, - 1.108 - ] - }, - "sink": { - "duration_probability": [ - 0.901242, - 0.076572, - 0.01722, - 0.003798, - 0.000944, - 0.000154, - 4.6e-05, - 2.2e-05, - 2.0e-06 - ], - "events_per_cluster_probs": [ - 0.62458, - 0.18693, - 0.08011, - 0.0433, - 0.02178, - 0.01504, - 0.0083, - 0.00467, - 0.0057, - 0.00285, - 0.00181, - 0.00233, - 0.0013, - 0.00104, - 0.00026 - ], - "hourly_onset_prob": [ - 0.007, - 0.018, - 0.042, - 0.062, - 0.066, - 0.062, - 0.054, - 0.05, - 0.049, - 0.045, - 0.041, - 0.043, - 0.048, - 0.065, - 0.075, - 0.069, - 0.057, - 0.048, - 0.04, - 0.027, - 0.014, - 0.007, - 0.005, - 0.005 - ], - "avg_sink_clusters_per_hh": 6657, - "minutes_between_event_gap": 2, - "flow_rate_mean": 1.14, - "flow_rate_std": 0.61 - }, - "shower": { - "minutes_between_event_gap": 30, - "flow_rate_mean": 2.25, - "flow_rate_std": 0.68 - }, - "bath": { - "bath_to_shower_ratio": 0.078843, - "duration_mean": 5.65, - "duration_std": 2.09, - "flow_rate_mean": 4.4, - "flow_rate_std": 1.17 - }, - "hot_water_dishwasher": { - "flow_rate_mean": 1.39, - "flow_rate_std": 0.2, - "minutes_between_event_gap": 10, - "monthly_multiplier": [ - 1.083, - 1.056, - 1.023, - 0.999, - 0.975, - 0.944, - 0.918, - 0.928, - 0.938, - 0.984, - 1.059, - 1.094 - ] - }, - "hot_water_clothes_washer": { - "flow_rate_mean": 2.2, - "flow_rate_std": 0.62, - "minutes_between_event_gap": 4, - "load_size_probability": [ - 0.682926829, - 0.227642276, - 0.056910569, - 0.032520325 - ], - "monthly_multiplier": [ - 0.968, - 1.013, - 0.99, - 1.034, - 1.019, - 1.015, - 1.048, - 1, - 1.021, - 0.949, - 0.945, - 0.999 - ] - } -} \ No newline at end of file diff --git a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.md b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.md index 3736c06d..e590b034 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.md +++ b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/resources/schedules_config.md @@ -5,14 +5,14 @@ Probabilities are derived from ATUS using the k-modes algorithm. ### Plug Loads -This is the baseline schedule for plugload, lighting and ceiling fan. +This is the baseline schedule for misc plugload, lighting and ceiling fan. It will be modified based on occupancy. +Television plugload uses the same schedule as misc plugload. ### Lighting -The exterior and garage lighting makes use of the weekday/weekend schedule. -Indoor lighting schedule is generated on the fly. -Holiday lighting makes use of the holiday_sch. +Indoor lighting schedule is generated on the fly. +Garage lighting uses the same schedule as indoor lighting. ### Cooking @@ -39,5 +39,6 @@ Power draw distribution is based on csv files. Probabilities for all water draw events are extracted from DHW event generators. The onset, duration, events_per_cluster_probs, flow rate mean and std could all refer to the DHW event generator excel sheet ('event characteristics' and 'Start Times' sheet). -#### sink +#### Sink + avg_sink_clusters_per_hh -> Average sink cluster per house hold. Set to 6657 for U.S. average of 2.53 occupants per household, based on relationship of 6885 clusters for 25 gpd, from Building America DHW Event Schedule Generator, diff --git a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/tests/build_residential_schedule_file_test.rb b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/tests/build_residential_schedule_file_test.rb index 24d462e2..15f0902f 100644 --- a/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/tests/build_residential_schedule_file_test.rb +++ b/example_files/resources/hpxml-measures/BuildResidentialScheduleFile/tests/build_residential_schedule_file_test.rb @@ -13,6 +13,7 @@ def setup @sample_files_path = File.join(@root_path, 'workflow', 'sample_files') @tmp_hpxml_path = File.join(@sample_files_path, 'tmp.xml') @tmp_output_path = File.join(@sample_files_path, 'tmp_output') + @tmp_schedule_file_path = File.join(@sample_files_path, 'tmp.csv') FileUtils.mkdir_p(@tmp_output_path) @args_hash = {} @@ -22,118 +23,14 @@ def setup def teardown File.delete(@tmp_hpxml_path) if File.exist? @tmp_hpxml_path + File.delete(@tmp_schedule_file_path) if File.exist? @tmp_schedule_file_path FileUtils.rm_rf(@tmp_output_path) end - def test_smooth - hpxml = _create_hpxml('base.xml') - XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - - @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-smooth.csv')) - model, hpxml, result = _test_measure() - - info_msgs = result.info.map { |x| x.logMessage } - assert(info_msgs.any? { |info_msg| info_msg.include?('smooth schedule') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('SimYear=2007') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('MinutesPerStep=60') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('State=CO') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('RandomSeed') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod') }) - - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) - - assert_in_epsilon(6020, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3321, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2763, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2763, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(150, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2224, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2994, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4158, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4503, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6020, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(5468, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2288, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(8760, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2074, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2502, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2650, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2994, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4158, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4204, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnVacancy)) - end - - def test_smooth_vacancy - hpxml = _create_hpxml('base.xml') - XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - - @args_hash['schedules_vacancy_period'] = 'Dec 1 - Jan 31' - @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'smooth-vacancy.csv')) - model, hpxml, result = _test_measure() - - info_msgs = result.info.map { |x| x.logMessage } - assert(info_msgs.any? { |info_msg| info_msg.include?('smooth schedule') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('SimYear=2007') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('MinutesPerStep=60') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('State=CO') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('RandomSeed') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod=Dec 1 - Jan 31') }) - - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) - - vacancy_hrs = 31.0 * 2.0 * 24.0 - occupied_ratio = (1.0 - vacancy_hrs / 8760.0) - - assert_in_epsilon(6020 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3321 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2763 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2763 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(19, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2224 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2994 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4158 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4503 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6020 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(5468 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2288 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(8760 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2074 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2502, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2650, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2994 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4158 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4204 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) - assert_in_epsilon(vacancy_hrs, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnVacancy, schedules: sf.tmp_schedules), 0.1) - end - def test_stochastic hpxml = _create_hpxml('base.xml') XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - @args_hash['schedules_type'] = 'stochastic' @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-stochastic.csv')) model, hpxml, result = _test_measure() @@ -144,40 +41,26 @@ def test_stochastic assert(info_msgs.any? { |info_msg| info_msg.include?('State=CO') }) assert(!info_msgs.any? { |info_msg| info_msg.include?('RandomSeed') }) assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod') }) - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) + sf = SchedulesFile.new(model: model, + schedules_paths: hpxml.header.schedules_filepaths, + year: 2007, + output_path: @tmp_schedule_file_path) assert_in_epsilon(6689, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(2086, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(150, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(534, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(213, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(134, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(151, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(3250, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(4840, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2288, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(8760, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2074, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2502, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2650, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(298, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(325, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(887, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnVacancy)) end def test_stochastic_subset_of_columns @@ -200,8 +83,10 @@ def test_stochastic_subset_of_columns info_msgs = result.info.map { |x| x.logMessage } assert(info_msgs.any? { |info_msg| info_msg.include?('ColumnNames') }) - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) + sf = SchedulesFile.new(model: model, + schedules_paths: hpxml.header.schedules_filepaths, + year: 2007, + output_path: @tmp_schedule_file_path) columns.each do |column| assert(sf.schedules.keys.include?(column)) @@ -225,66 +110,10 @@ def test_stochastic_subset_of_columns_invalid_name assert(error_msgs.any? { |error_msg| error_msg.include?("Invalid column name specified: 'foobar2'.") }) end - def test_stochastic_vacancy - hpxml = _create_hpxml('base.xml') - XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - - @args_hash['schedules_type'] = 'stochastic' - @args_hash['schedules_vacancy_period'] = 'Dec 1 - Jan 31' - @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-stochastic-vacancy.csv')) - model, hpxml, result = _test_measure() - - info_msgs = result.info.map { |x| x.logMessage } - assert(info_msgs.any? { |info_msg| info_msg.include?('stochastic schedule') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('SimYear=2007') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('MinutesPerStep=60') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('State=CO') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('RandomSeed') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod=Dec 1 - Jan 31') }) - - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) - - vacancy_hrs = 31.0 * 2.0 * 24.0 - occupied_ratio = (1.0 - vacancy_hrs / 8760.0) - - assert_in_epsilon(6689 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2086 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(11, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(534 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(213 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(134 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(151 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3250 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4840 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2288 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(8760 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2074 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2502, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2650, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(298 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(325 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(887 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) - assert_in_epsilon(vacancy_hrs, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnVacancy, schedules: sf.tmp_schedules), 0.1) - end - def test_stochastic_debug hpxml = _create_hpxml('base.xml') XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - @args_hash['schedules_type'] = 'stochastic' @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-stochastic.csv')) @args_hash['debug'] = true model, hpxml, result = _test_measure() @@ -296,47 +125,32 @@ def test_stochastic_debug assert(info_msgs.any? { |info_msg| info_msg.include?('State=CO') }) assert(!info_msgs.any? { |info_msg| info_msg.include?('RandomSeed') }) assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod') }) - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) + sf = SchedulesFile.new(model: model, + schedules_paths: hpxml.header.schedules_filepaths, + year: 2007, + output_path: @tmp_schedule_file_path) assert_in_epsilon(6689, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(2086, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(150, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(534, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(213, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(134, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(151, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(3250, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(4840, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2288, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(8760, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2074, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2502, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2650, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(298, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(325, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(887, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(3067, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnSleeping, schedules: sf.tmp_schedules), 0.1) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnVacancy)) end def test_random_seed hpxml = _create_hpxml('base-location-baltimore-md.xml') XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - @args_hash['schedules_type'] = 'stochastic' @args_hash['schedules_random_seed'] = 1 @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-stochastic.csv')) model, hpxml, result = _test_measure() @@ -348,40 +162,26 @@ def test_random_seed assert(info_msgs.any? { |info_msg| info_msg.include?('State=MD') }) assert(info_msgs.any? { |info_msg| info_msg.include?('RandomSeed=1') }) assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod') }) - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) + sf = SchedulesFile.new(model: model, + schedules_paths: hpxml.header.schedules_filepaths, + year: 2007, + output_path: @tmp_schedule_file_path) assert_in_epsilon(6689, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(2086, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(150, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(534, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(213, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(134, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(151, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(3250, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(4840, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2288, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(8760, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2074, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2502, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2650, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(298, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(325, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(898, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnVacancy)) @args_hash['schedules_random_seed'] = 2 model, hpxml, result = _test_measure() @@ -393,164 +193,93 @@ def test_random_seed assert(info_msgs.any? { |info_msg| info_msg.include?('State=MD') }) assert(info_msgs.any? { |info_msg| info_msg.include?('RandomSeed=2') }) assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod') }) - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) + sf = SchedulesFile.new(model: model, + schedules_paths: hpxml.header.schedules_filepaths, + year: 2007, + output_path: @tmp_schedule_file_path) assert_in_epsilon(6072, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(1765, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4090, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(150, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(1765, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(356, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(165, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(101, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(166, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(3250, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(4840, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2288, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(8760, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2074, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2502, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2650, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(226, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(244, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) assert_in_epsilon(1077, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnVacancy)) end - def test_AMY_2012_vacancy - hpxml = _create_hpxml('base-location-AMY-2012.xml') + def test_10_min_timestep + hpxml = _create_hpxml('base-simcontrol-timestep-10-mins.xml') XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - @args_hash['schedules_vacancy_period'] = 'Jan 1 - Dec 31' - @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-smooth.csv')) + @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-stochastic.csv')) model, hpxml, result = _test_measure() info_msgs = result.info.map { |x| x.logMessage } - assert(info_msgs.any? { |info_msg| info_msg.include?('smooth schedule') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('SimYear=2012') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('MinutesPerStep=60') }) + assert(info_msgs.any? { |info_msg| info_msg.include?('stochastic schedule') }) + assert(info_msgs.any? { |info_msg| info_msg.include?('SimYear=2007') }) + assert(info_msgs.any? { |info_msg| info_msg.include?('MinutesPerStep=10') }) assert(info_msgs.any? { |info_msg| info_msg.include?('State=CO') }) assert(!info_msgs.any? { |info_msg| info_msg.include?('RandomSeed') }) assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod=Jan 1 - Dec 31') }) - - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2012) - - vacancy_hrs = 366.0 * 24.0 - - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6688, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6688, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6688, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2479, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2479, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2508, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2656, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(0, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) + + sf = SchedulesFile.new(model: model, + schedules_paths: hpxml.header.schedules_filepaths, + year: 2007, + output_path: @tmp_schedule_file_path) + + assert_in_epsilon(6707, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2077, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2077, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(534, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(213, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(105, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(151, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(3237, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4845, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4845, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(146, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(154, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(397, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) - assert_in_epsilon(vacancy_hrs, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnVacancy, schedules: sf.tmp_schedules), 0.1) end - def test_10_min_timestep - hpxml = _create_hpxml('base-simcontrol-timestep-10-mins.xml') + def test_non_integer_number_of_occupants + num_occupants = 3.2 + + hpxml = _create_hpxml('base.xml') + hpxml.building_occupancy.number_of_residents = num_occupants XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-smooth.csv')) - model, hpxml, result = _test_measure() + @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-stochastic.csv')) + _model, _hpxml, result = _test_measure() info_msgs = result.info.map { |x| x.logMessage } - assert(info_msgs.any? { |info_msg| info_msg.include?('smooth schedule') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('SimYear=2007') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('MinutesPerStep=10') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('State=CO') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('RandomSeed') }) - assert(info_msgs.any? { |info_msg| info_msg.include?('GeometryNumOccupants=3.0') }) - assert(!info_msgs.any? { |info_msg| info_msg.include?('VacancyPeriod') }) - - sf = SchedulesFile.new(model: model, schedules_paths: hpxml.header.schedules_filepaths) - sf.validate_schedules(year: 2007) - - assert_in_epsilon(6020, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3321, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2763, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExterior, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2763, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(150, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingExteriorHoliday, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2224, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnExtraRefrigerator, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6673, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFreezer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2994, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4158, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4503, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(6020, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(5468, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2288, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(8760, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsVehicle, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsWellPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2074, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsGrill, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsLighting, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(3671, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnFuelLoadsFireplace, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2471, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPoolHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2502, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubPump, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2650, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotTubHeater, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(2994, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4158, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) - assert_in_epsilon(4204, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) - assert(!sf.schedules.keys.include?(SchedulesFile::ColumnVacancy)) + assert(info_msgs.any? { |info_msg| info_msg.include?("GeometryNumOccupants=#{Float(Integer(num_occupants))}") }) end - def test_non_integer_number_of_occupants - ['smooth', 'stochastic'].each do |schedule_mode| - num_occupants = 3.2 - - hpxml = _create_hpxml('base.xml') - hpxml.building_occupancy.number_of_residents = num_occupants - XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - - @args_hash['schedules_type'] = schedule_mode - @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, "occupancy-#{schedule_mode}.csv")) - _model, _hpxml, result = _test_measure() - - info_msgs = result.info.map { |x| x.logMessage } - if schedule_mode == 'smooth' - assert(info_msgs.any? { |info_msg| info_msg.include?("GeometryNumOccupants=#{num_occupants}") }) - else - assert(info_msgs.any? { |info_msg| info_msg.include?("GeometryNumOccupants=#{Float(Integer(num_occupants))}") }) - end - end + def test_zero_occupants + num_occupants = 0.0 + + hpxml = _create_hpxml('base.xml') + hpxml.building_occupancy.number_of_residents = num_occupants + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + + @args_hash['output_csv_path'] = File.absolute_path(File.join(@tmp_output_path, 'occupancy-stochastic.csv')) + _model, _hpxml, result = _test_measure() + + info_msgs = result.info.map { |x| x.logMessage } + assert(1, info_msgs.size) + assert(info_msgs.any? { |info_msg| info_msg.include?('Number of occupants set to zero; skipping generation of stochastic schedules.') }) + assert(!File.exist?(@args_hash['output_csv_path'])) + assert_empty(hpxml.header.schedules_filepaths) end def _test_measure(expect_fail: false) diff --git a/example_files/resources/hpxml-measures/Changelog.md b/example_files/resources/hpxml-measures/Changelog.md index 1db60445..13bb0521 100644 --- a/example_files/resources/hpxml-measures/Changelog.md +++ b/example_files/resources/hpxml-measures/Changelog.md @@ -1,3 +1,73 @@ +## OpenStudio-HPXML v1.6.0 + +__New Features__ +- Updates to OpenStudio 3.6.1/EnergyPlus 23.1. +- **Breaking change**: Updates to newer proposed HPXML v4.0: + - Replaces `VentilationFan/Quantity` and `CeilingFan/Quantity` with `Count`. + - Replaces `PVSystem/InverterEfficiency` with `PVSystem/AttachedToInverter` and `Inverter/InverterEfficiency`. + - Replaces `WaterHeatingSystem/extension/OperatingMode` with `WaterHeatingSystem/HPWHOperatingMode` for heat pump water heaters. +- Output updates: + - **Breaking change**: Adds `End Use: Heating Heat Pump Backup Fans/Pumps` (disaggregated from `End Use: Heating Fans/Pumps`). + - **Breaking change**: Replaces `Component Load: Windows` with `Component Load: Windows Conduction` and `Component Load: Windows Solar`. + - **Breaking change**: Replaces `Component Load: Skylights` with `Component Load: Skylights Conduction` and `Component Load: Skylights Solar`. + - **Breaking change**: Adds `Component Load: Lighting` (disaggregated from `Component Load: Internal Gains`). + - **Breaking change**: Adds "net" values for emissions; "total" values now exclude generation (e.g., PV). + - Adds `Load: Heating: Heat Pump Backup` (heating load delivered by heat pump backup systems). + - Adds `System Use` outputs (end use outputs for each heating, cooling, and water heating system); allows requesting timeseries output. + - All annual load outputs are now provided as timeseries outputs; previously only "Delivered" loads were available. + - Peak summer/winter electricity outputs are now based on Jun/July/Aug and Dec/Jan/Feb months, not HVAC heating/cooling operation. + - Allows specifying the number of decimal places for timeseries output. + - Msgpack outputs are no longer rounded (since there is no file size penalty to storing full precision). + - Annual emissions and utility bills now include all fuel/end uses, even if zero. + - ReportSimulationOutput measure: Allows disabling individual annual output sections. +- **Breaking change**: Deprecates `OccupancyCalculationType` ("asset" or "operational"). + - If `NumberofResidents` not provided, an *asset* calculation is performed assuming standard occupancy per ANSI/RESNET/ICC 301. + - If `NumberofResidents` is provided, an *operational* calculation is performed using a relationship between #Bedrooms and #Occupants from RECS 2015. +- Heat pump enhancements: + - Allows `HeatingCapacityRetention[Fraction | Temperature]` inputs to define cold-climate performance; like `HeatingCapacity17F` but can apply to autosized systems and can use a user-specified temperature. + - Default mini-split heating capacity retention updated from 0.4 to 0.5 (at 5 deg-F). + - Allows `CompressorLockoutTemperature` as an optional input to control the minimum temperature the compressor can operate at. + - Defaults for `CompressorLockoutTemperature`: 25F for dual-fuel, -20F for mini-split, 0F for all other heat pumps. + - Defaults for `BackupHeatingLockoutTemperature`: 50F for dual-fuel, 40F for all other heat pumps. + - Provides a warning if `BackupHeatingSwitchoverTemperature` or `BackupHeatingLockoutTemperature` are low and may cause unmet hours. + - Autosizing is no longer all-or-none; backup heating can be autosized (defaulted) while specifying the heat pump capacities, or vice versa. + - Allows `extension/CrankcaseHeaterPowerWatts` as an optional input; defaults to 50 W for central HPs/ACs and mini-splits. + - Increased consistency between variable-speed central HP and mini-split HP models for degradation coefficients, gross SHR calculations, etc. +- Infiltration changes: + - **Breaking change**: Infiltration for SFA/MF dwelling units must include `TypeOfInfiltrationLeakage` ("unit total" or "unit exterior only"). + - **Breaking change**: Replaces `BuildingConstruction/extension/HasFlueOrChimney` with `AirInfiltration/extension/HasFlueOrChimneyInConditionedSpace`; defaults now incorporate HVAC/water heater location. + - Allows infiltration to be specified using `CFMnatural` or `EffectiveLeakageArea`. +- Lighting changes: + - LightingGroups can now be specified using kWh/year annual consumption values as an alternative to fractions of different lighting types. + - LightingGroups for interior, exterior, and garage are no longer required; if not provided, these lighting uses will not be modeled. +- HVAC sizing enhancements: + - Allows optional inputs under `HVACSizingControl/ManualJInputs` to override Manual J defaults for HVAC autosizing calculations. + - Updates to better align various default values and algorithms with Manual J. + - Updates design load calculations to handle conditioned basements with insulated slabs. +- Duct enhancements: + - Allows modeling ducts buried in attic loose-fill insulation using `Ducts/DuctBuriedInsulationLevel`. + - Allows specifying `Ducts/DuctEffectiveRValue`, the value that will be used in the model, though its use is not recommended. +- Allows modeling a pilot light for non-electric heating systems (furnaces, stoves, boilers, and fireplaces). +- Allows summer vs winter shading seasons to be specified for windows and skylights. +- Allows defining one or more `UnavailablePeriods` (e.g., occupant vacancies or power outage periods). +- Stochastic schedules for garage lighting and TV plug loads now use interior lighting and miscellaneous plug load schedules, respectively. +- Performance improvement for HPXML files w/ large numbers of `Building` elements. +- Weather cache files (\*foo-cache.csv) are no longer used/needed. + +__Bugfixes__ +- Fixes `BackupHeatingSwitchoverTemperature` for a heat pump w/ *separate* backup system; now correctly ceases backup operation above this temperature. +- Fixes error if calculating utility bills for an all-electric home with a detailed JSON utility rate. +- Stochastic schedules now excludes columns for end uses that are not stochastically generated. +- Fixes operational calculation when the number of residents is set to zero. +- Fixes possible utility bill calculation error for a home with PV using a detailed electric utility rate. +- Fixes defaulted mechanical ventilation flow rate for SFA/MF buildings, with respect to infiltration credit. +- HPXML files w/ multiple `Building` elements now only show warnings for the single `Building` being simulated. +- Adds a warning for SFA/MF dwelling units without at least one attached wall/ceiling/floor surface. +- Various fixes for window/skylight/duct design loads for Manual J HVAC autosizing calculations. +- Ensure that ductless HVAC systems do not have a non-zero airflow defect ratio specified. +- Fixes possible "A neighbor building has an azimuth (XX) not equal to the azimuth of any wall" for SFA/MF units with neighboring buildings for shade. +- Fixes reported loads when no/partial HVAC system (e.g., room air conditioner that meets 30% of the cooling load). + ## OpenStudio-HPXML v1.5.1 __New Features__ @@ -13,16 +83,16 @@ __Bugfixes__ __New Features__ - Updates to OpenStudio 3.5.0/EnergyPlus 22.2. -- Updates to newer proposed HPXML v4.0: - - **Breaking change**: Replaces `FrameFloors/FrameFloor` with `Floors/Floor`. - - **Breaking change**: `Floor/FloorType` (WoodFrame, StructuralInsulatedPanel, SteelFrame, or SolidConcrete) is a required input. - - **Breaking change**: All `Ducts` must now have a `SystemIdentifier`. - - **Breaking change**: Replaces `WallType/StructurallyInsulatedPanel` with `WallType/StructuralInsulatedPanel`. - - **Breaking change**: Replaces `SoftwareInfo/extension/SimulationControl/DaylightSaving/Enabled` with `Building/Site/TimeZone/DSTObserved`. - - **Breaking change**: Replaces `StandbyLoss` with `StandbyLoss[Units="F/hr"]/Value` for an indirect water heater. - - **Breaking change**: Replaces `BranchPipingLoopLength` with `BranchPipingLength` for a hot water recirculation system. - - **Breaking change**: Replaces `Floor/extension/OtherSpaceAboveOrBelow` with `Floor/FloorOrCeiling`. - - **Breaking change**: For PTAC with heating, replaces `HeatingSystem` of type PackagedTerminalAirConditionerHeating with `CoolingSystem/IntegratedHeating*` elements. +- **Breaking change**: Updates to newer proposed HPXML v4.0: + - Replaces `FrameFloors/FrameFloor` with `Floors/Floor`. + - `Floor/FloorType` (WoodFrame, StructuralInsulatedPanel, SteelFrame, or SolidConcrete) is a required input. + - All `Ducts` must now have a `SystemIdentifier`. + - Replaces `WallType/StructurallyInsulatedPanel` with `WallType/StructuralInsulatedPanel`. + - Replaces `SoftwareInfo/extension/SimulationControl/DaylightSaving/Enabled` with `Building/Site/TimeZone/DSTObserved`. + - Replaces `StandbyLoss` with `StandbyLoss[Units="F/hr"]/Value` for an indirect water heater. + - Replaces `BranchPipingLoopLength` with `BranchPipingLength` for a hot water recirculation system. + - Replaces `Floor/extension/OtherSpaceAboveOrBelow` with `Floor/FloorOrCeiling`. + - For PTAC with heating, replaces `HeatingSystem` of type PackagedTerminalAirConditionerHeating with `CoolingSystem/IntegratedHeating*` elements. - **Breaking change**: Now performs full HPXML XSD schema validation (previously just limited checks); yields runtime speed improvements. - **Breaking change**: HVAC/DHW equipment efficiencies can no longer be defaulted (e.g., based on age of equipment); they are now required. - **Breaking change**: Deprecates ReportHPXMLOutput measure; HVAC autosized capacities & design loads moved to `results_annual.csv`. diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb index 7d58695f..f3b2afe5 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.rb @@ -109,13 +109,15 @@ def run(model, runner, user_arguments) begin if skip_validation - xsd_path = nil - stron_path = nil + schema_validator = nil + schematron_validator = nil else - xsd_path = File.join(File.dirname(__FILE__), 'resources', 'hpxml_schema', 'HPXML.xsd') - stron_path = File.join(File.dirname(__FILE__), 'resources', 'hpxml_schematron', 'EPvalidator.xml') + schema_path = File.join(File.dirname(__FILE__), 'resources', 'hpxml_schema', 'HPXML.xsd') + schema_validator = XMLValidator.get_schema_validator(schema_path) + schematron_path = File.join(File.dirname(__FILE__), 'resources', 'hpxml_schematron', 'EPvalidator.xml') + schematron_validator = XMLValidator.get_schematron_validator(schematron_path) end - hpxml = HPXML.new(hpxml_path: hpxml_path, schema_path: xsd_path, schematron_path: stron_path, building_id: building_id) + hpxml = HPXML.new(hpxml_path: hpxml_path, schema_validator: schema_validator, schematron_validator: schematron_validator, building_id: building_id) hpxml.errors.each do |error| runner.registerError(error) end @@ -124,14 +126,15 @@ def run(model, runner, user_arguments) end return false unless hpxml.errors.empty? - epw_path, cache_path = process_weather(hpxml, runner, model, hpxml_path) + epw_path = Location.get_epw_path(hpxml, hpxml_path) + weather = WeatherProcess.new(epw_path: epw_path, runner: runner) if debug epw_output_path = File.join(output_dir, 'in.epw') FileUtils.cp(epw_path, epw_output_path) end - OSModel.create(hpxml, runner, model, hpxml_path, epw_path, cache_path, output_dir, + OSModel.create(hpxml, runner, model, hpxml_path, epw_path, weather, output_dir, add_component_loads, building_id, debug) rescue Exception => e runner.registerError("#{e.message}\n#{e.backtrace.join("\n")}") @@ -140,32 +143,10 @@ def run(model, runner, user_arguments) return true end - - def process_weather(hpxml, runner, model, hpxml_path) - epw_path = Location.get_epw_path(hpxml, hpxml_path) - - cache_path = epw_path.gsub('.epw', '-cache.csv') - if not File.exist?(cache_path) - # Process weather file to create cache .csv - begin - File.open(cache_path, 'wb') do |file| - runner.registerWarning("'#{cache_path}' could not be found; regenerating it.") - epw_file = OpenStudio::EpwFile.new(epw_path) - OpenStudio::Model::WeatherFile.setWeatherFile(model, epw_file) - weather = WeatherProcess.new(model, runner) - weather.dump_to_csv(file) - end - rescue SystemCallError - runner.registerWarning("#{cache_path} could not be written, skipping.") - end - end - - return epw_path, cache_path - end end class OSModel - def self.create(hpxml, runner, model, hpxml_path, epw_path, cache_path, output_dir, + def self.create(hpxml, runner, model, hpxml_path, epw_path, weather, output_dir, add_component_loads, building_id, debug) @hpxml = hpxml @debug = debug @@ -186,20 +167,19 @@ def self.create(hpxml, runner, model, hpxml_path, epw_path, cache_path, output_d model.setStrictnessLevel('None'.to_StrictnessLevel) # Init - check_file_references(hpxml_path) + epw_file = Location.apply_weather_file(model, epw_path) @schedules_file = SchedulesFile.new(runner: runner, model: model, - schedules_paths: @hpxml.header.schedules_filepaths) - - weather, epw_file = Location.apply_weather_file(model, runner, epw_path, cache_path) + schedules_paths: @hpxml.header.schedules_filepaths, + year: Location.get_sim_calendar_year(@hpxml.header.sim_calendar_year, epw_file), + unavailable_periods: @hpxml.header.unavailable_periods, + output_path: File.join(output_dir, 'in.schedules.csv')) set_defaults_and_globals(runner, output_dir, epw_file, weather, @schedules_file) validate_emissions_files() - @schedules_file.validate_schedules(year: @hpxml.header.sim_calendar_year) if not @schedules_file.nil? Location.apply(model, weather, epw_file, @hpxml) add_simulation_params(model) # Conditioned space/zone - spaces = {} create_or_get_space(model, spaces, HPXML::LocationLivingSpace) set_foundation_and_walls_top() @@ -212,7 +192,6 @@ def self.create(hpxml, runner, model, hpxml_path, epw_path, cache_path, output_d add_rim_joists(runner, model, spaces) add_floors(runner, model, spaces) add_foundation_walls_slabs(runner, model, weather, spaces) - add_shading_schedule(model, weather) add_windows(model, spaces) add_doors(model, spaces) add_skylights(model, spaces) @@ -223,21 +202,19 @@ def self.create(hpxml, runner, model, hpxml_path, epw_path, cache_path, output_d add_num_occupants(model, runner, spaces) # HVAC - + @hvac_unavailable_periods = Schedule.get_unavailable_periods(runner, SchedulesFile::ColumnHVAC, @hpxml.header.unavailable_periods) airloop_map = {} # Map of HPXML System ID -> AirLoopHVAC (or ZoneHVACFourPipeFanCoil) add_ideal_system(model, spaces, epw_path) add_cooling_system(model, spaces, airloop_map) add_heating_system(runner, model, spaces, airloop_map) add_heat_pump(runner, model, weather, spaces, airloop_map) - add_dehumidifiers(model, spaces) + add_dehumidifiers(runner, model, spaces) add_ceiling_fans(runner, model, weather, spaces) # Hot Water - add_hot_water_and_appliances(runner, model, weather, spaces) # Plug Loads & Fuel Loads & Lighting - add_mels(runner, model, spaces) add_mfls(runner, model, spaces) add_lighting(runner, model, epw_file, spaces) @@ -246,15 +223,14 @@ def self.create(hpxml, runner, model, hpxml_path, epw_path, cache_path, output_d add_pools_and_hot_tubs(runner, model, spaces) # Other - + add_cooling_season(model, weather) add_airflow(runner, model, weather, spaces, airloop_map) add_photovoltaics(model) add_generators(model) add_batteries(runner, model, spaces) - add_additional_properties(model, hpxml_path, building_id) + add_additional_properties(model, hpxml_path, building_id, epw_file) # Output - add_unmet_hours_output(model, spaces) add_loads_output(model, spaces, add_component_loads) set_output_files(model) @@ -322,8 +298,6 @@ def self.set_defaults_and_globals(runner, output_dir, epw_file, weather, schedul # Apply defaults to HPXML object HPXMLDefaults.apply(runner, @hpxml, @eri_version, weather, epw_file: epw_file, schedules_file: schedules_file) - @frac_windows_operable = @hpxml.fraction_of_windows_operable() - # Write updated HPXML object (w/ defaults) to file for inspection @hpxml_defaults_path = File.join(output_dir, 'in.xml') XMLHelper.write_file(@hpxml.to_oga, @hpxml_defaults_path) @@ -331,6 +305,30 @@ def self.set_defaults_and_globals(runner, output_dir, epw_file, weather, schedul # Now that we've written in.xml, ensure that no capacities/airflows # are zero in order to prevent potential E+ errors. HVAC.ensure_nonzero_sizing_values(@hpxml) + + # Now that we've written in.xml, make adjustments for modeling purposes. + @frac_windows_operable = @hpxml.fraction_of_windows_operable() + @hpxml.collapse_enclosure_surfaces() # Speeds up simulation + @hpxml.delete_adiabatic_subsurfaces() # EnergyPlus doesn't allow this + + # We don't want this to be written to in.xml, because then if you ran the in.xml + # file, you would get different results (operational calculation) relative to the + # original file (asset calculation). + if @hpxml.building_occupancy.number_of_residents.nil? + @hpxml.building_occupancy.number_of_residents = Geometry.get_occupancy_default_num(@nbeds) + end + + # If zero occupants, ensure end uses of interest are zeroed out + if (@hpxml.building_occupancy.number_of_residents == 0) && (not @apply_ashrae140_assumptions) + @hpxml.header.unavailable_periods.add(column_name: 'Vacancy', + begin_month: @hpxml.header.sim_begin_month, + begin_day: @hpxml.header.sim_begin_day, + begin_hour: 0, + end_month: @hpxml.header.sim_end_month, + end_day: @hpxml.header.sim_end_day, + end_hour: 24, + natvent_availability: HPXML::ScheduleUnavailable) + end end def self.add_simulation_params(model) @@ -342,7 +340,8 @@ def self.add_num_occupants(model, runner, spaces) num_occ = @hpxml.building_occupancy.number_of_residents return if num_occ <= 0 - Geometry.apply_occupants(model, runner, @hpxml, num_occ, spaces[HPXML::LocationLivingSpace], @schedules_file) + Geometry.apply_occupants(model, runner, @hpxml, num_occ, spaces[HPXML::LocationLivingSpace], + @schedules_file, @hpxml.header.unavailable_periods) end def self.create_or_get_space(model, spaces, location) @@ -1075,12 +1074,13 @@ def self.add_thermal_mass(model, spaces) end end - def self.add_shading_schedule(model, weather) - # Use BAHSP cooling season, and not year-round or user-specified cooling season, to ensure windows use appropriate interior shading factors - _default_heating_months, @default_cooling_months = HVAC.get_default_heating_and_cooling_seasons(weather) - + def self.add_cooling_season(model, weather) # Create cooling season schedule - clg_season_sch = MonthWeekdayWeekendSchedule.new(model, 'cooling season schedule', Array.new(24, 1), Array.new(24, 1), @default_cooling_months, Constants.ScheduleTypeLimitsFraction) + # Applies to natural ventilation and calculation of component loads, not HVAC equipment + # Uses BAHSP cooling season, not user-specified cooling season (which may be, e.g., year-round) + _, default_cooling_months = HVAC.get_default_heating_and_cooling_seasons(weather) + + clg_season_sch = MonthWeekdayWeekendSchedule.new(model, 'cooling season schedule', Array.new(24, 1), Array.new(24, 1), default_cooling_months, Constants.ScheduleTypeLimitsFraction) @clg_ssn_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') @clg_ssn_sensor.setName('cool_season') @clg_ssn_sensor.setKeyName(clg_season_sch.schedule.name.to_s) @@ -1151,7 +1151,7 @@ def self.add_windows(model, spaces) # Apply interior/exterior shading (as needed) shading_vertices = Geometry.create_wall_vertices(window_length, window_height, z_origin, window.azimuth) shading_group = Constructions.apply_window_skylight_shading(model, window, i, shading_vertices, surface, sub_surface, shading_group, - shading_schedules, shading_ems, Constants.ObjectNameWindowShade, @default_cooling_months) + shading_schedules, shading_ems, Constants.ObjectNameWindowShade, @hpxml) else # Window is on an interior surface, which E+ does not allow. Model # as a door instead so that we can get the appropriate conduction @@ -1229,7 +1229,7 @@ def self.add_skylights(model, spaces) # Apply interior/exterior shading (as needed) shading_vertices = Geometry.create_roof_vertices(length, width, z_origin, skylight.azimuth, tilt) shading_group = Constructions.apply_window_skylight_shading(model, skylight, i, shading_vertices, surface, sub_surface, shading_group, - shading_schedules, shading_ems, Constants.ObjectNameSkylightShade, @default_cooling_months) + shading_schedules, shading_ems, Constants.ObjectNameSkylightShade, @hpxml) end apply_adiabatic_construction(model, surfaces, 'roof') @@ -1335,6 +1335,7 @@ def self.add_hot_water_and_appliances(runner, model, weather, spaces) end # Water Heater + unavailable_periods = Schedule.get_unavailable_periods(runner, SchedulesFile::ColumnWaterHeater, @hpxml.header.unavailable_periods) has_uncond_bsmnt = @hpxml.has_location(HPXML::LocationBasementUnconditioned) plantloop_map = {} @hpxml.water_heating_systems.each do |water_heating_system| @@ -1344,14 +1345,14 @@ def self.add_hot_water_and_appliances(runner, model, weather, spaces) sys_id = water_heating_system.id if water_heating_system.water_heater_type == HPXML::WaterHeaterTypeStorage - plantloop_map[sys_id] = Waterheater.apply_tank(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, @eri_version, @schedules_file) + plantloop_map[sys_id] = Waterheater.apply_tank(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, @eri_version, @schedules_file, unavailable_periods) elsif water_heating_system.water_heater_type == HPXML::WaterHeaterTypeTankless - plantloop_map[sys_id] = Waterheater.apply_tankless(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, @eri_version, @schedules_file) + plantloop_map[sys_id] = Waterheater.apply_tankless(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, @eri_version, @schedules_file, unavailable_periods) elsif water_heating_system.water_heater_type == HPXML::WaterHeaterTypeHeatPump living_zone = spaces[HPXML::LocationLivingSpace].thermalZone.get - plantloop_map[sys_id] = Waterheater.apply_heatpump(model, runner, loc_space, loc_schedule, weather, water_heating_system, ec_adj, solar_thermal_system, living_zone, @eri_version, @schedules_file) + plantloop_map[sys_id] = Waterheater.apply_heatpump(model, runner, loc_space, loc_schedule, weather, water_heating_system, ec_adj, solar_thermal_system, living_zone, @eri_version, @schedules_file, unavailable_periods) elsif [HPXML::WaterHeaterTypeCombiStorage, HPXML::WaterHeaterTypeCombiTankless].include? water_heating_system.water_heater_type - plantloop_map[sys_id] = Waterheater.apply_combi(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, @eri_version, @schedules_file) + plantloop_map[sys_id] = Waterheater.apply_combi(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, @eri_version, @schedules_file, unavailable_periods) else fail "Unhandled water heater (#{water_heating_system.water_heater_type})." end @@ -1359,7 +1360,8 @@ def self.add_hot_water_and_appliances(runner, model, weather, spaces) # Hot water fixtures and appliances HotWaterAndAppliances.apply(model, runner, @hpxml, weather, spaces, hot_water_distribution, - solar_thermal_system, @eri_version, @schedules_file, plantloop_map) + solar_thermal_system, @eri_version, @schedules_file, plantloop_map, + @hpxml.header.unavailable_periods) if (not solar_thermal_system.nil?) && (not solar_thermal_system.collector_area.nil?) # Detailed solar water heater loc_space, loc_schedule = get_space_or_schedule_from_location(solar_thermal_system.water_heating_system.location, model, spaces) @@ -1405,12 +1407,12 @@ def self.add_cooling_system(model, spaces, airloop_map) airloop_map[sys_id] = HVAC.apply_air_source_hvac_systems(model, cooling_system, heating_system, sequential_cool_load_fracs, sequential_heat_load_fracs, - living_zone) + living_zone, @hvac_unavailable_periods) elsif [HPXML::HVACTypeEvaporativeCooler].include? cooling_system.cooling_system_type airloop_map[sys_id] = HVAC.apply_evaporative_cooler(model, cooling_system, - sequential_cool_load_fracs, living_zone) + sequential_cool_load_fracs, living_zone, @hvac_unavailable_periods) end end end @@ -1449,17 +1451,17 @@ def self.add_heating_system(runner, model, spaces, airloop_map) airloop_map[sys_id] = HVAC.apply_air_source_hvac_systems(model, nil, heating_system, [0], sequential_heat_load_fracs, - living_zone) + living_zone, @hvac_unavailable_periods) elsif [HPXML::HVACTypeBoiler].include? heating_system.heating_system_type airloop_map[sys_id] = HVAC.apply_boiler(model, runner, heating_system, - sequential_heat_load_fracs, living_zone) + sequential_heat_load_fracs, living_zone, @hvac_unavailable_periods) elsif [HPXML::HVACTypeElectricResistance].include? heating_system.heating_system_type HVAC.apply_electric_baseboard(model, heating_system, - sequential_heat_load_fracs, living_zone) + sequential_heat_load_fracs, living_zone, @hvac_unavailable_periods) elsif [HPXML::HVACTypeStove, HPXML::HVACTypePortableHeater, @@ -1469,13 +1471,13 @@ def self.add_heating_system(runner, model, spaces, airloop_map) HPXML::HVACTypeFireplace].include? heating_system.heating_system_type HVAC.apply_unit_heater(model, heating_system, - sequential_heat_load_fracs, living_zone) + sequential_heat_load_fracs, living_zone, @hvac_unavailable_periods) end next unless heating_system.is_heat_pump_backup_system # Store OS object for later use - equipment_list = model.getZoneHVACEquipmentLists.select { |el| el.thermalZone == living_zone }[0] + equipment_list = model.getZoneHVACEquipmentLists.find { |el| el.thermalZone == living_zone } @heat_pump_backup_system_object = equipment_list.equipment[-1] end end @@ -1504,7 +1506,7 @@ def self.add_heat_pump(runner, model, weather, spaces, airloop_map) airloop_map[sys_id] = HVAC.apply_water_loop_to_air_heat_pump(model, heat_pump, sequential_heat_load_fracs, sequential_cool_load_fracs, - living_zone) + living_zone, @hvac_unavailable_periods) elsif [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit, @@ -1512,18 +1514,18 @@ def self.add_heat_pump(runner, model, weather, spaces, airloop_map) HPXML::HVACTypeHeatPumpRoom].include? heat_pump.heat_pump_type airloop_map[sys_id] = HVAC.apply_air_source_hvac_systems(model, heat_pump, heat_pump, sequential_cool_load_fracs, sequential_heat_load_fracs, - living_zone) + living_zone, @hvac_unavailable_periods) elsif [HPXML::HVACTypeHeatPumpGroundToAir].include? heat_pump.heat_pump_type airloop_map[sys_id] = HVAC.apply_ground_to_air_heat_pump(model, runner, weather, heat_pump, sequential_heat_load_fracs, sequential_cool_load_fracs, - living_zone, @hpxml.site.ground_conductivity) + living_zone, @hpxml.site.ground_conductivity, @hvac_unavailable_periods) end next unless not heat_pump.backup_system.nil? - equipment_list = model.getZoneHVACEquipmentLists.select { |el| el.thermalZone == living_zone }[0] + equipment_list = model.getZoneHVACEquipmentLists.find { |el| el.thermalZone == living_zone } # Set priority to be last (i.e., after the heat pump that it is backup for) equipment_list.setHeatingPriority(@heat_pump_backup_system_object, 99) @@ -1551,27 +1553,27 @@ def self.add_ideal_system(model, spaces, epw_path) end end HVAC.apply_ideal_air_loads(model, obj_name, [cooling_load_frac], [heating_load_frac], - living_zone) + living_zone, @hvac_unavailable_periods) return end if (@hpxml.total_fraction_heat_load_served < 1.0) && (@hpxml.total_fraction_heat_load_served > 0.0) - sequential_heat_load_frac = @remaining_heat_load_frac - @hpxml.total_fraction_heat_load_served - @remaining_heat_load_frac -= sequential_heat_load_frac + sequential_heat_load_fracs = HVAC.calc_sequential_load_fractions(@remaining_heat_load_frac - @hpxml.total_fraction_heat_load_served, @remaining_heat_load_frac, @heating_days) + @remaining_heat_load_frac -= (1.0 - @hpxml.total_fraction_heat_load_served) else - sequential_heat_load_frac = 0.0 + sequential_heat_load_fracs = [0.0] end if (@hpxml.total_fraction_cool_load_served < 1.0) && (@hpxml.total_fraction_cool_load_served > 0.0) - sequential_cool_load_frac = @remaining_cool_load_frac - @hpxml.total_fraction_cool_load_served - @remaining_cool_load_frac -= sequential_cool_load_frac + sequential_cool_load_fracs = HVAC.calc_sequential_load_fractions(@remaining_cool_load_frac - @hpxml.total_fraction_cool_load_served, @remaining_cool_load_frac, @cooling_days) + @remaining_cool_load_frac -= (1.0 - @hpxml.total_fraction_cool_load_served) else - sequential_cool_load_frac = 0.0 + sequential_cool_load_fracs = [0.0] end - if (sequential_heat_load_frac > 0.0) || (sequential_cool_load_frac > 0.0) - HVAC.apply_ideal_air_loads(model, obj_name, [sequential_cool_load_frac], [sequential_heat_load_frac], - living_zone) + if (sequential_heat_load_fracs.sum > 0.0) || (sequential_cool_load_fracs.sum > 0.0) + HVAC.apply_ideal_air_loads(model, obj_name, sequential_cool_load_fracs, sequential_heat_load_fracs, + living_zone, @hvac_unavailable_periods) end end @@ -1589,13 +1591,14 @@ def self.add_ceiling_fans(runner, model, weather, spaces) return if @hpxml.ceiling_fans.size == 0 ceiling_fan = @hpxml.ceiling_fans[0] - HVAC.apply_ceiling_fans(model, runner, weather, ceiling_fan, spaces[HPXML::LocationLivingSpace], @schedules_file) + HVAC.apply_ceiling_fans(model, runner, weather, ceiling_fan, spaces[HPXML::LocationLivingSpace], + @schedules_file, @hpxml.header.unavailable_periods) end - def self.add_dehumidifiers(model, spaces) + def self.add_dehumidifiers(runner, model, spaces) return if @hpxml.dehumidifiers.size == 0 - HVAC.apply_dehumidifiers(model, @hpxml.dehumidifiers, spaces[HPXML::LocationLivingSpace]) + HVAC.apply_dehumidifiers(runner, model, @hpxml.dehumidifiers, spaces[HPXML::LocationLivingSpace], @hpxml.header.unavailable_periods) end def self.check_distribution_system(hvac_distribution, system_type) @@ -1633,7 +1636,8 @@ def self.add_mels(runner, model, spaces) next end - MiscLoads.apply_plug(model, runner, plug_load, obj_name, spaces[HPXML::LocationLivingSpace], @apply_ashrae140_assumptions, @schedules_file) + MiscLoads.apply_plug(model, runner, plug_load, obj_name, spaces[HPXML::LocationLivingSpace], @apply_ashrae140_assumptions, + @schedules_file, @hpxml.header.unavailable_periods) end end @@ -1652,32 +1656,37 @@ def self.add_mfls(runner, model, spaces) next end - MiscLoads.apply_fuel(model, runner, fuel_load, obj_name, spaces[HPXML::LocationLivingSpace], @schedules_file) + MiscLoads.apply_fuel(model, runner, fuel_load, obj_name, spaces[HPXML::LocationLivingSpace], + @schedules_file, @hpxml.header.unavailable_periods) end end def self.add_lighting(runner, model, epw_file, spaces) - Lighting.apply(runner, model, epw_file, spaces, @hpxml.lighting_groups, - @hpxml.lighting, @eri_version, @schedules_file, @cfa) + Lighting.apply(runner, model, epw_file, spaces, @hpxml.lighting_groups, @hpxml.lighting, @eri_version, + @schedules_file, @cfa, @hpxml.header.unavailable_periods) end def self.add_pools_and_hot_tubs(runner, model, spaces) @hpxml.pools.each do |pool| next if pool.type == HPXML::TypeNone - MiscLoads.apply_pool_or_hot_tub_heater(runner, model, pool, Constants.ObjectNameMiscPoolHeater, spaces[HPXML::LocationLivingSpace], @schedules_file) + MiscLoads.apply_pool_or_hot_tub_heater(runner, model, pool, Constants.ObjectNameMiscPoolHeater, spaces[HPXML::LocationLivingSpace], + @schedules_file, @hpxml.header.unavailable_periods) next if pool.pump_type == HPXML::TypeNone - MiscLoads.apply_pool_or_hot_tub_pump(runner, model, pool, Constants.ObjectNameMiscPoolPump, spaces[HPXML::LocationLivingSpace], @schedules_file) + MiscLoads.apply_pool_or_hot_tub_pump(runner, model, pool, Constants.ObjectNameMiscPoolPump, spaces[HPXML::LocationLivingSpace], + @schedules_file, @hpxml.header.unavailable_periods) end @hpxml.hot_tubs.each do |hot_tub| next if hot_tub.type == HPXML::TypeNone - MiscLoads.apply_pool_or_hot_tub_heater(runner, model, hot_tub, Constants.ObjectNameMiscHotTubHeater, spaces[HPXML::LocationLivingSpace], @schedules_file) + MiscLoads.apply_pool_or_hot_tub_heater(runner, model, hot_tub, Constants.ObjectNameMiscHotTubHeater, spaces[HPXML::LocationLivingSpace], + @schedules_file, @hpxml.header.unavailable_periods) next if hot_tub.pump_type == HPXML::TypeNone - MiscLoads.apply_pool_or_hot_tub_pump(runner, model, hot_tub, Constants.ObjectNameMiscHotTubPump, spaces[HPXML::LocationLivingSpace], @schedules_file) + MiscLoads.apply_pool_or_hot_tub_pump(runner, model, hot_tub, Constants.ObjectNameMiscHotTubPump, spaces[HPXML::LocationLivingSpace], + @schedules_file, @hpxml.header.unavailable_periods) end end @@ -1712,9 +1721,21 @@ def self.add_airflow(runner, model, weather, spaces, airloop_map) end end + # Create HVAC availability sensor + @hvac_availability_sensor = nil + if not @hvac_unavailable_periods.empty? + avail_sch = ScheduleConstant.new(model, SchedulesFile::ColumnHVAC, 1.0, Constants.ScheduleTypeLimitsFraction, unavailable_periods: @hvac_unavailable_periods) + avail_sch = avail_sch.schedule + + @hvac_availability_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') + @hvac_availability_sensor.setName('availability s') + @hvac_availability_sensor.setKeyName(avail_sch.name.to_s) + end + Airflow.apply(model, runner, weather, spaces, @hpxml, @cfa, @nbeds, @ncfl_ag, duct_systems, airloop_map, @clg_ssn_sensor, @eri_version, - @frac_windows_operable, @apply_ashrae140_assumptions, @schedules_file) + @frac_windows_operable, @apply_ashrae140_assumptions, @schedules_file, + @hpxml.header.unavailable_periods, @hvac_availability_sensor) end def self.create_ducts(model, hvac_distribution, spaces) @@ -1764,7 +1785,8 @@ def self.create_ducts(model, hvac_distribution, spaces) fail "#{ducts.duct_type.capitalize} ducts exist but leakage was not specified for distribution system '#{hvac_distribution.id}'." end - air_ducts << Duct.new(ducts.duct_type, duct_loc_space, duct_loc_schedule, duct_leakage_frac, duct_leakage_cfm25, duct_leakage_cfm50, ducts.duct_surface_area * ducts.duct_surface_area_multiplier, ducts.duct_insulation_r_value) + air_ducts << Duct.new(ducts.duct_type, duct_loc_space, duct_loc_schedule, duct_leakage_frac, duct_leakage_cfm25, duct_leakage_cfm50, + ducts.duct_surface_area * ducts.duct_surface_area_multiplier, ducts.duct_effective_r_value, ducts.duct_buried_insulation_level) end # If all ducts are in conditioned space, model leakage as going to outside @@ -1772,7 +1794,7 @@ def self.create_ducts(model, hvac_distribution, spaces) next unless (leakage_to_outside[duct_side][0] > 0) && (total_unconditioned_duct_area[duct_side] == 0) duct_area = 0.0 - duct_rvalue = 0.0 + duct_effective_r_value = 99 # arbitrary duct_loc_space = nil # outside duct_loc_schedule = nil # outside duct_leakage_value = leakage_to_outside[duct_side][0] @@ -1788,7 +1810,8 @@ def self.create_ducts(model, hvac_distribution, spaces) fail "#{duct_side.capitalize} ducts exist but leakage was not specified for distribution system '#{hvac_distribution.id}'." end - air_ducts << Duct.new(duct_side, duct_loc_space, duct_loc_schedule, duct_leakage_frac, duct_leakage_cfm25, duct_leakage_cfm50, duct_area, duct_rvalue) + air_ducts << Duct.new(duct_side, duct_loc_space, duct_loc_schedule, duct_leakage_frac, duct_leakage_cfm25, duct_leakage_cfm50, duct_area, + duct_effective_r_value, HPXML::DuctBuriedInsulationNone) end return air_ducts @@ -1796,7 +1819,7 @@ def self.create_ducts(model, hvac_distribution, spaces) def self.add_photovoltaics(model) @hpxml.pv_systems.each do |pv_system| - next if pv_system.inverter_efficiency == @hpxml.pv_systems[0].inverter_efficiency + next if pv_system.inverter.inverter_efficiency == @hpxml.pv_systems[0].inverter.inverter_efficiency fail 'Expected all InverterEfficiency values to be equal.' end @@ -1819,7 +1842,7 @@ def self.add_batteries(runner, model, spaces) end end - def self.add_additional_properties(model, hpxml_path, building_id) + def self.add_additional_properties(model, hpxml_path, building_id, epw_file) # Store some data for use in reporting measure additionalProperties = model.getBuilding.additionalProperties additionalProperties.setFeature('hpxml_path', hpxml_path) @@ -1829,10 +1852,9 @@ def self.add_additional_properties(model, hpxml_path, building_id) additionalProperties.setFeature('emissions_scenario_names', emissions_scenario_names) emissions_scenario_types = @hpxml.header.emissions_scenarios.map { |s| s.emissions_type }.to_s additionalProperties.setFeature('emissions_scenario_types', emissions_scenario_types) - has_heating = (@hpxml.total_fraction_heat_load_served > 0) - additionalProperties.setFeature('has_heating', has_heating) - has_cooling = (@hpxml.total_fraction_cool_load_served > 0) - additionalProperties.setFeature('has_cooling', has_cooling) + additionalProperties.setFeature('has_heating', @hpxml.total_fraction_heat_load_served > 0) + additionalProperties.setFeature('has_cooling', @hpxml.total_fraction_cool_load_served > 0) + additionalProperties.setFeature('is_southern_hemisphere', epw_file.latitude < 0) end def self.add_unmet_hours_output(model, spaces) @@ -1867,19 +1889,23 @@ def self.add_unmet_hours_output(model, spaces) program.addLine("Set #{clg_hrs} = 0") if @hpxml.total_fraction_heat_load_served > 0 if htg_end_day >= htg_start_day - program.addLine("If (DayOfYear >= #{htg_start_day}) && (DayOfYear <= #{htg_end_day})") + line = "If ((DayOfYear >= #{htg_start_day}) && (DayOfYear <= #{htg_end_day}))" else - program.addLine("If (DayOfYear >= #{htg_start_day}) || (DayOfYear <= #{htg_end_day})") + line = "If ((DayOfYear >= #{htg_start_day}) || (DayOfYear <= #{htg_end_day}))" end + line += " && (#{@hvac_availability_sensor.name} == 1)" if not @hvac_availability_sensor.nil? + program.addLine(line) program.addLine(" Set #{htg_hrs} = #{htg_hrs} + #{htg_sensor.name}") program.addLine('EndIf') end if @hpxml.total_fraction_cool_load_served > 0 if clg_end_day >= clg_start_day - program.addLine("If (DayOfYear >= #{clg_start_day}) && (DayOfYear <= #{clg_end_day})") + line = "If ((DayOfYear >= #{clg_start_day}) && (DayOfYear <= #{clg_end_day}))" else - program.addLine("If (DayOfYear >= #{clg_start_day}) || (DayOfYear <= #{clg_end_day})") + line = "If ((DayOfYear >= #{clg_start_day}) || (DayOfYear <= #{clg_end_day}))" end + line += " && (#{@hvac_availability_sensor.name} == 1)" if not @hvac_availability_sensor.nil? + program.addLine(line) program.addLine(" Set #{clg_hrs} = #{clg_hrs} + #{clg_sensor.name}") program.addLine('EndIf') end @@ -1894,13 +1920,21 @@ def self.add_unmet_hours_output(model, spaces) def self.add_loads_output(model, spaces, add_component_loads) living_zone = spaces[HPXML::LocationLivingSpace].thermalZone.get - liv_load_sensors, intgain_dehumidifier = add_total_loads_output(model, living_zone) + if @apply_ashrae140_assumptions + total_heat_load_served = 1.0 + total_cool_load_served = 1.0 + else + total_heat_load_served = @hpxml.total_fraction_heat_load_served + total_cool_load_served = @hpxml.total_fraction_cool_load_served + end + + liv_load_sensors, intgain_dehumidifier = add_total_loads_output(model, living_zone, total_heat_load_served, total_cool_load_served) return unless add_component_loads - add_component_loads_output(model, living_zone, liv_load_sensors, intgain_dehumidifier) + add_component_loads_output(model, living_zone, liv_load_sensors, intgain_dehumidifier, total_heat_load_served, total_cool_load_served) end - def self.add_total_loads_output(model, living_zone) + def self.add_total_loads_output(model, living_zone, total_heat_load_served, total_cool_load_served) # Energy transferred in the conditioned space, used for determining heating (winter) vs cooling (summer) liv_load_sensors = {} liv_load_sensors[:htg] = OpenStudio::Model::EnergyManagementSystemSensor.new(model, "Heating:EnergyTransfer:Zone:#{living_zone.name.to_s.upcase}") @@ -1933,13 +1967,13 @@ def self.add_total_loads_output(model, living_zone) program.addLine('Set loads_htg_tot = 0') program.addLine('Set loads_clg_tot = 0') program.addLine("If #{liv_load_sensors[:htg].name} > 0") - s = " Set loads_htg_tot = #{tot_load_sensors[:htg].name} - #{tot_load_sensors[:clg].name}" + s = " Set loads_htg_tot = (#{tot_load_sensors[:htg].name} - #{tot_load_sensors[:clg].name}) * #{total_heat_load_served}" if not intgain_dehumidifier.nil? s += " - #{intgain_dehumidifier.name}" end program.addLine(s) program.addLine("ElseIf #{liv_load_sensors[:clg].name} > 0") - s = " Set loads_clg_tot = #{tot_load_sensors[:clg].name} - #{tot_load_sensors[:htg].name}" + s = " Set loads_clg_tot = (#{tot_load_sensors[:clg].name} - #{tot_load_sensors[:htg].name}) * #{total_cool_load_served}" if not intgain_dehumidifier.nil? s += " + #{intgain_dehumidifier.name}" end @@ -1955,12 +1989,11 @@ def self.add_total_loads_output(model, living_zone) return liv_load_sensors, intgain_dehumidifier end - def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgain_dehumidifier) + def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgain_dehumidifier, total_heat_load_served, total_cool_load_served) # Prevent certain objects (e.g., OtherEquipment) from being counted towards both, e.g., ducts and internal gains objects_already_processed = [] # EMS Sensors: Surfaces, SubSurfaces, InternalMass - surfaces_sensors = { walls: [], rim_joists: [], foundation_walls: [], @@ -1968,9 +2001,11 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai slabs: [], ceilings: [], roofs: [], - windows: [], + windows_conduction: [], + windows_solar: [], doors: [], - skylights: [], + skylights_conduction: [], + skylights_solar: [], internal_mass: [] } # Output diagnostics needed for some output variables used below @@ -1990,18 +2025,14 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai surface_type = surface_type.get s.subSurfaces.each do |ss| - key = { 'Window' => :windows, + # Conduction (windows, skylights, doors) + key = { 'Window' => :windows_conduction, 'Door' => :doors, - 'Skylight' => :skylights }[surface_type] + 'Skylight' => :skylights_conduction }[surface_type] fail "Unexpected subsurface for component loads: '#{ss.name}'." if key.nil? if (surface_type == 'Window') || (surface_type == 'Skylight') - vars = { 'Surface Window Transmitted Solar Radiation Energy' => 'ss_trans_in', - 'Surface Window Shortwave from Zone Back Out Window Heat Transfer Rate' => 'ss_back_out', - 'Surface Window Total Glazing Layers Absorbed Shortwave Radiation Rate' => 'ss_sw_abs', - 'Surface Window Total Glazing Layers Absorbed Solar Radiation Energy' => 'ss_sol_abs', - 'Surface Inside Face Initial Transmitted Diffuse Transmitted Out Window Solar Radiation Rate' => 'ss_trans_out', - 'Surface Inside Face Convection Heat Gain Energy' => 'ss_conv', + vars = { 'Surface Inside Face Convection Heat Gain Energy' => 'ss_conv', 'Surface Inside Face Internal Gains Radiation Heat Gain Energy' => 'ss_ig', 'Surface Inside Face Net Surface Thermal Radiation Heat Gain Energy' => 'ss_surf' } else @@ -2012,6 +2043,25 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai 'Surface Inside Face Net Surface Thermal Radiation Heat Gain Energy' => 'ss_surf' } end + vars.each do |var, name| + surfaces_sensors[key] << [] + sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, var) + sensor.setName(name) + sensor.setKeyName(ss.name.to_s) + surfaces_sensors[key][-1] << sensor + end + + # Solar (windows, skylights) + next unless (surface_type == 'Window') || (surface_type == 'Skylight') + + key = { 'Window' => :windows_solar, + 'Skylight' => :skylights_solar }[surface_type] + vars = { 'Surface Window Transmitted Solar Radiation Energy' => 'ss_trans_in', + 'Surface Window Shortwave from Zone Back Out Window Heat Transfer Rate' => 'ss_back_out', + 'Surface Window Total Glazing Layers Absorbed Shortwave Radiation Rate' => 'ss_sw_abs', + 'Surface Window Total Glazing Layers Absorbed Solar Radiation Energy' => 'ss_sol_abs', + 'Surface Inside Face Initial Transmitted Diffuse Transmitted Out Window Solar Radiation Rate' => 'ss_trans_out' } + surfaces_sensors[key] << [] vars.each do |var, name| sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, var) @@ -2113,7 +2163,6 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai end # EMS Sensors: Ducts - ducts_sensors = [] ducts_mix_gain_sensor = nil ducts_mix_loss_sensor = nil @@ -2157,8 +2206,24 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai end end - # EMS Sensors: Internal Gains + # EMS Sensors: Lighting + lightings_sensors = [] + lightings_sensors << [] + model.getLightss.sort.each do |e| + next unless e.space.get.thermalZone.get.name.to_s == living_zone.name.to_s + lightings_sensors << [] + { 'Lights Convective Heating Energy' => 'ig_lgt_conv', + 'Lights Radiant Heating Energy' => 'ig_lgt_rad', + 'Lights Visible Radiation Heating Energy' => 'ig_lgt_vis' }.each do |var, name| + intgains_lights_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, var) + intgains_lights_sensor.setName(name) + intgains_lights_sensor.setKeyName(e.name.to_s) + lightings_sensors[-1] << intgains_lights_sensor + end + end + + # EMS Sensors: Internal Gains intgains_sensors = [] model.getElectricEquipments.sort.each do |o| @@ -2189,20 +2254,6 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai end end - model.getLightss.sort.each do |e| - next unless e.space.get.thermalZone.get.name.to_s == living_zone.name.to_s - - intgains_sensors << [] - { 'Lights Convective Heating Energy' => 'ig_lgt_conv', - 'Lights Radiant Heating Energy' => 'ig_lgt_rad', - 'Lights Visible Radiation Heating Energy' => 'ig_lgt_vis' }.each do |var, name| - intgains_lights_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, var) - intgains_lights_sensor.setName(name) - intgains_lights_sensor.setKeyName(e.name.to_s) - intgains_sensors[-1] << intgains_lights_sensor - end - end - model.getPeoples.sort.each do |e| next unless e.space.get.thermalZone.get.name.to_s == living_zone.name.to_s @@ -2245,7 +2296,7 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai intgains_dhw_sensors[dhw_sensor] = [offcycle_loss, oncycle_loss, dhw_rtf_sensor] end - nonsurf_names = ['intgains', 'infil', 'mechvent', 'natvent', 'whf', 'ducts'] + nonsurf_names = ['intgains', 'lighting', 'infil', 'mechvent', 'natvent', 'whf', 'ducts'] # EMS program program = OpenStudio::Model::EnergyManagementSystemProgram.new(model) @@ -2270,6 +2321,16 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai end end + # EMS program: Lighting + program.addLine('Set hr_lighting = 0') + lightings_sensors.each do |lighting_sensors| + s = 'Set hr_lighting = hr_lighting' + lighting_sensors.each do |sensor| + s += " - #{sensor.name}" + end + program.addLine(s) if lighting_sensors.size > 0 + end + # EMS program: Internal gains program.addLine('Set hr_intgains = 0') intgains_sensors.each do |intgain_sensors| @@ -2292,7 +2353,13 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai s = "Set hr_#{loadtype} = hr_#{loadtype}" sensors.each do |sensor| if sensor.name.to_s.include? 'gain' - s += " - #{sensor.name}" + # FIXME: Workaround for https://github.com/NREL/EnergyPlus/issues/9934 + # Remove when the issue is resolved + if loadtype == 'infil' + s += " - (#{sensor.name} * 3600)" + else + s += " - #{sensor.name}" + end elsif sensor.name.to_s.include? 'loss' s += " + #{sensor.name}" end @@ -2318,13 +2385,13 @@ def self.add_component_loads_output(model, living_zone, liv_load_sensors, intgai program.addLine('Set htg_mode = 0') program.addLine('Set clg_mode = 0') program.addLine("If (#{liv_load_sensors[:htg].name} > 0)") # Assign hour to heating if heating load - program.addLine(' Set htg_mode = 1') + program.addLine(" Set htg_mode = #{total_heat_load_served}") program.addLine("ElseIf (#{liv_load_sensors[:clg].name} > 0)") # Assign hour to cooling if cooling load - program.addLine(' Set clg_mode = 1') + program.addLine(" Set clg_mode = #{total_cool_load_served}") program.addLine("ElseIf (#{@clg_ssn_sensor.name} > 0)") # No load, assign hour to cooling if in cooling season definition (Note: natural ventilation & whole house fan only operate during the cooling season) - program.addLine(' Set clg_mode = 1') + program.addLine(" Set clg_mode = #{total_cool_load_served}") program.addLine('Else') # No load, assign hour to heating if not in cooling season definition - program.addLine(' Set htg_mode = 1') + program.addLine(" Set htg_mode = #{total_heat_load_served}") program.addLine('EndIf') [:htg, :clg].each do |mode| @@ -2364,6 +2431,7 @@ def self.set_output_files(model) ocf.setOutputMTR(@debug) ocf.setOutputRDD(@debug) ocf.setOutputSHD(@debug) + ocf.setOutputSQLite(@debug) ocf.setOutputPerfLog(@debug) end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml index 8c5a95a4..d9160397 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/measure.xml @@ -3,8 +3,8 @@ 3.0 hpxm_lto_openstudio b1543b30-9465-45ff-ba04-1d1f85e763bc - 6600e0c5-d9b6-465e-ac84-30da41fdfe12 - 20221206T195230Z + 59be9be7-88f6-4998-8ad8-f7f64685c765 + 20230522T164611Z D8922A73 HPXMLtoOpenStudio HPXML to OpenStudio Translator @@ -133,12 +133,6 @@ test D22025B3 - - pv.rb - rb - resource - 04E10882 - data/ashrae_622_wsf.csv csv @@ -151,12 +145,6 @@ resource 63C6A1E2 - - util.rb - rb - resource - AE6C2F42 - minitest_helper.rb rb @@ -193,12 +181,6 @@ resource 4C7D519B - - unit_conversions.rb - rb - resource - 1D3AE970 - schedule_files/setpoints.csv csv @@ -254,339 +236,351 @@ 2DFF87CD - schedule_files/occupancy-smooth.csv - csv + data/cambium/README.md + md resource - 3659E63B + FC171B98 - schedule_files/occupancy-stochastic-10-mins.csv - csv + simcontrols.rb + rb resource - FAB83EF4 + 3AFD26FF - schedule_files/occupancy-stochastic-vacancy.csv - csv - resource - F46D463C + test_location.rb + rb + test + 03FE784E - schedule_files/occupancy-stochastic.csv - csv + materials.rb + rb resource - 1C142FA2 + 24DCB986 - hpxml_schema/HPXML.xsd + test_simcontrols.rb + rb + test + CF8094A4 + + + hpxml_schematron/iso-schematron.xsd xsd resource - 2FD98C89 + 2785B05C - data/cambium/README.md - md + utility_bills.rb + rb resource - FC171B98 + D605D60B - simcontrols.rb - rb + schedule_files/battery.csv + csv resource - 3AFD26FF + C1350909 - test_pv.rb + test_battery.rb rb test - 123A3FEF + E6B6B63E - test_generator.rb + pv.rb rb - test - 724B707F + resource + 2D1832F9 - test_location.rb + test_pv.rb rb test - 03FE784E + 63F44A56 - test_lighting.rb + util.rb rb - test - 878E00B4 + resource + F3DBC2BD - test_miscloads.rb - rb - test - B0CF4C83 + hpxml_schema/README.md + md + resource + D05DFB8A - test_schedules.rb + energyplus.rb rb - test - D8E236C3 + resource + 788F897B - test_weather.rb + constants.rb rb - test - 89B1B71D + resource + D202A548 - materials.rb + unit_conversions.rb rb resource - 24DCB986 + 6D8BA8E5 - test_airflow.rb - rb - test - 5F417A29 + schedule_files/occupancy-stochastic-10-mins.csv + csv + resource + D4373DC9 - test_simcontrols.rb - rb - test - CF8094A4 + schedule_files/occupancy-stochastic.csv + csv + resource + DEED74EA - location.rb - rb + schedule_files/occupancy-non-stochastic.csv + csv resource - F0BA56DB + 1362DD15 - weather.rb + output.rb rb resource - 3C3A39AE + 9E02B1C4 - meta_measure.rb + constructions.rb rb resource - 67D2E8B4 + F6E89CBA - xmlhelper.rb + location.rb rb resource - 9AAA33BE + 8786A75C - hpxml_schematron/iso-schematron.xsd - xsd + data/unavailable_periods.csv + csv resource - 2785B05C + EEB2FB66 - xmlvalidator.rb + test_water_heater.rb rb - resource - 8DB5DD87 + test + C9C9340E - psychrometrics.rb + test_enclosure.rb rb - resource - 0215CBB7 + test + 1929A0E1 - geometry.rb + test_weather.rb rb - resource - D77B6281 + test + 5B815DA9 - test_hotwater_appliance.rb + test_lighting.rb rb test - 5D630C64 + 16756D02 - airflow.rb + meta_measure.rb rb resource - 18516835 + 26D01154 - utility_bills.rb + test_miscloads.rb rb - resource - D605D60B + test + 5C446C35 - test_hvac_sizing.rb + test_hotwater_appliance.rb rb test - 04140712 + F36FD60C - hvac_sizing.rb + battery.rb rb resource - 678D5402 + EFBD06BD - test_hvac.rb + xmlvalidator.rb rb - test - ABC09448 + resource + CFCD83CD - hpxml_schema/HPXMLBaseElements.xsd - xsd - resource - 650C4C42 + test_schedules.rb + rb + test + 414F4C13 - hpxml_schema/HPXMLDataTypes.xsd + hpxml_schema/HPXML.xsd xsd resource - E6395AD1 + E0A455E1 - test_enclosure.rb + test_airflow.rb rb test - 033B7DA6 + 57772CD3 - output.rb + xmlhelper.rb rb resource - 65B6867B + 17D30902 - constructions.rb + test_hvac_sizing.rb rb - resource - D63B2207 + test + D6D366C0 - hpxml.rb + test_hvac.rb rb - resource - 8FA56F9E + test + E42B9F8E - schedule_files/battery.csv - csv + misc_loads.rb + rb resource - C1350909 + 581B499D - constants.rb + lighting.rb rb resource - 8F9DADB4 + CA310A8D - test_battery.rb + hotwater_appliances.rb rb - test - E6B6B63E + resource + D1EC2F7F - hpxml_schematron/EPvalidator.xml - xml + schedules.rb + rb resource - 436D6528 + 4B208625 - - OpenStudio - 3.3.0 - 3.3.0 - - measure.rb + airflow.rb rb - script - 12889FD0 + resource + BCD3D2D4 - test_water_heater.rb + test_validation.rb rb test - 7E4C3679 + 84F9B6C3 - energyplus.rb + hpxml_schematron/EPvalidator.xml + xml + resource + 34E29E03 + + + hpxml.rb rb resource - 74341264 + 0D093BA1 - test_validation.rb + test_defaults.rb rb test - FA4D31E7 + 9F95A6CF - hotwater_appliances.rb + geometry.rb rb resource - 7D81D784 + 8B587D3F - lighting.rb + version.rb rb resource - 0F0D4543 + 0B7B2B30 - misc_loads.rb + test_generator.rb rb - resource - FBF6C608 + test + 9641B04E - hvac.rb + waterheater.rb rb resource - 6E83FE41 + 0FD0919B - schedules.rb + weather.rb rb resource - 398A7B89 + 04DDB59E - hpxml_defaults.rb + hvac_sizing.rb rb resource - CB7BDE02 + E6E07CB9 - test_defaults.rb + psychrometrics.rb rb - test - 6CA2E731 + resource + F5311570 - battery.rb + + OpenStudio + 3.3.0 + 3.3.0 + + measure.rb rb - resource - E188E460 + script + 2E1DFFAC - waterheater.rb + hpxml_defaults.rb rb resource - 170774C2 + 738A5911 - version.rb + hvac.rb rb resource - 80B2ED97 + F8084B3A diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb index 9fd993e9..d20450fb 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/airflow.rb @@ -1,17 +1,19 @@ # frozen_string_literal: true class Airflow + # Constants + InfilPressureExponent = 0.65 + def self.apply(model, runner, weather, spaces, hpxml, cfa, nbeds, ncfl_ag, duct_systems, airloop_map, clg_ssn_sensor, eri_version, - frac_windows_operable, apply_ashrae140_assumptions, schedules_file) + frac_windows_operable, apply_ashrae140_assumptions, schedules_file, + unavailable_periods, hvac_availability_sensor) # Global variables @runner = runner @spaces = spaces @year = hpxml.header.sim_calendar_year - @infil_volume = hpxml.air_infiltration_measurements.select { |i| !i.infiltration_volume.nil? }[0].infiltration_volume - @infil_height = hpxml.air_infiltration_measurements.select { |i| !i.infiltration_height.nil? }[0].infiltration_height @living_space = spaces[HPXML::LocationLivingSpace] @living_zone = @living_space.thermalZone.get @nbeds = nbeds @@ -21,6 +23,7 @@ def self.apply(model, runner, weather, spaces, hpxml, cfa, nbeds, @cfa = cfa @cooking_range_in_cond_space = hpxml.cooking_ranges.empty? ? true : HPXML::conditioned_locations_this_unit.include?(hpxml.cooking_ranges[0].location) @clothes_dryer_in_cond_space = hpxml.clothes_dryers.empty? ? true : HPXML::conditioned_locations_this_unit.include?(hpxml.clothes_dryers[0].location) + @hvac_availability_sensor = hvac_availability_sensor # Global sensors @@ -77,7 +80,7 @@ def self.apply(model, runner, weather, spaces, hpxml, cfa, nbeds, vented_dryers = hpxml.clothes_dryers.select { |cd| cd.is_vented && cd.vented_flow_rate.to_f > 0 } # Initialization - initialize_cfis(model, vent_fans_mech, airloop_map) + initialize_cfis(model, vent_fans_mech, airloop_map, unavailable_periods) model.getAirLoopHVACs.each do |air_loop| initialize_fan_objects(model, air_loop) end @@ -97,26 +100,23 @@ def self.apply(model, runner, weather, spaces, hpxml, cfa, nbeds, window_area = hpxml.windows.map { |w| w.area }.sum(0.0) open_window_area = window_area * frac_windows_operable * 0.5 * 0.2 # Assume A) 50% of the area of an operable window can be open, and B) 20% of openable window area is actually open - vented_attic = nil - hpxml.attics.each do |attic| - next unless attic.attic_type == HPXML::AtticTypeVented - - vented_attic = attic - break - end - vented_crawl = nil - hpxml.foundations.each do |foundation| - next unless foundation.foundation_type == HPXML::FoundationTypeCrawlspaceVented + vented_attic = hpxml.attics.find { |attic| attic.attic_type == HPXML::AtticTypeVented } + vented_crawl = hpxml.foundations.find { |foundation| foundation.foundation_type == HPXML::FoundationTypeCrawlspaceVented } - vented_crawl = foundation - break + _sla, living_ach50, nach, infil_volume, infil_height, a_ext = get_values_from_air_infiltration_measurements(hpxml, cfa, weather) + if @apply_ashrae140_assumptions + living_const_ach = nach + living_ach50 = nil end + living_const_ach *= a_ext unless living_const_ach.nil? + living_ach50 *= a_ext unless living_ach50.nil? + has_flue_chimney_in_cond_space = hpxml.air_infiltration.has_flue_or_chimney_in_conditioned_space - apply_natural_ventilation_and_whole_house_fan(model, hpxml.site, vent_fans_whf, open_window_area, clg_ssn_sensor, - hpxml.header.natvent_days_per_week) + apply_natural_ventilation_and_whole_house_fan(model, hpxml.site, vent_fans_whf, open_window_area, clg_ssn_sensor, hpxml.header.natvent_days_per_week, + infil_volume, infil_height, unavailable_periods) apply_infiltration_and_ventilation_fans(model, weather, hpxml.site, vent_fans_mech, vent_fans_kitchen, vent_fans_bath, vented_dryers, - hpxml.building_construction.has_flue_or_chimney, hpxml.air_infiltration_measurements, - vented_attic, vented_crawl, clg_ssn_sensor, schedules_file, vent_fans_cfis_suppl) + has_flue_chimney_in_cond_space, living_ach50, living_const_ach, infil_volume, infil_height, + vented_attic, vented_crawl, clg_ssn_sensor, schedules_file, vent_fans_cfis_suppl, unavailable_periods) end def self.get_default_fraction_of_windows_operable() @@ -157,33 +157,68 @@ def self.get_default_mech_vent_fan_power(vent_fan) end end - def self.get_default_mech_vent_flow_rate(hpxml, vent_fan, infil_measurements, weather, cfa, nbeds) - # Calculates Qfan cfm requirement per ASHRAE 62.2-2019 - infil_volume = infil_measurements[0].infiltration_volume - infil_height = infil_measurements[0].infiltration_height + def self.get_infiltration_measurement_of_interest(infil_measurements) + # Returns the infiltration measurement that has the minimum information needed for simulation + infil_measurements.each do |measurement| + if [HPXML::UnitsACH, HPXML::UnitsCFM].include?(measurement.unit_of_measure) && !measurement.house_pressure.nil? + return measurement + elsif [HPXML::UnitsACHNatural, HPXML::UnitsCFMNatural].include? measurement.unit_of_measure + return measurement + elsif !measurement.effective_leakage_area.nil? + return measurement + end + end + fail 'Unexpected error.' + end - infil_a_ext = 1.0 - if [HPXML::ResidentialTypeSFA, HPXML::ResidentialTypeApartment].include? hpxml.building_construction.residential_facility_type - tot_cb_area, ext_cb_area = hpxml.compartmentalization_boundary_areas() - infil_a_ext = ext_cb_area / tot_cb_area + def self.get_values_from_air_infiltration_measurements(hpxml, cfa, weather) + measurement = get_infiltration_measurement_of_interest(hpxml.air_infiltration_measurements) + + volume = measurement.infiltration_volume + height = measurement.infiltration_height + if height.nil? + height = hpxml.inferred_infiltration_height(volume) end - sla = nil - infil_measurements.each do |measurement| - if [HPXML::UnitsACH, HPXML::UnitsCFM].include?(measurement.unit_of_measure) && !measurement.house_pressure.nil? - if measurement.unit_of_measure == HPXML::UnitsACH - ach50 = Airflow.calc_air_leakage_at_diff_pressure(0.65, measurement.air_leakage, measurement.house_pressure, 50.0) - elsif measurement.unit_of_measure == HPXML::UnitsCFM - achXX = measurement.air_leakage * 60.0 / infil_volume # Convert CFM to ACH - ach50 = Airflow.calc_air_leakage_at_diff_pressure(0.65, achXX, measurement.house_pressure, 50.0) - end - sla = Airflow.get_infiltration_SLA_from_ACH50(ach50, 0.65, cfa, infil_volume) - elsif measurement.unit_of_measure == HPXML::UnitsACHNatural - sla = Airflow.get_infiltration_SLA_from_ACH(measurement.air_leakage, infil_height, weather) + sla, ach50, nach = nil + if [HPXML::UnitsACH, HPXML::UnitsCFM].include?(measurement.unit_of_measure) + if measurement.unit_of_measure == HPXML::UnitsACH + ach50 = calc_air_leakage_at_diff_pressure(InfilPressureExponent, measurement.air_leakage, measurement.house_pressure, 50.0) + elsif measurement.unit_of_measure == HPXML::UnitsCFM + achXX = measurement.air_leakage * 60.0 / volume # Convert CFM to ACH + ach50 = calc_air_leakage_at_diff_pressure(InfilPressureExponent, achXX, measurement.house_pressure, 50.0) + end + sla = get_infiltration_SLA_from_ACH50(ach50, InfilPressureExponent, cfa, volume) + nach = get_infiltration_ACH_from_SLA(sla, height, weather) + elsif [HPXML::UnitsACHNatural, HPXML::UnitsCFMNatural].include? measurement.unit_of_measure + if measurement.unit_of_measure == HPXML::UnitsACHNatural + nach = measurement.air_leakage + elsif measurement.unit_of_measure == HPXML::UnitsCFMNatural + nach = measurement.air_leakage * 60.0 / volume # Convert CFM to ACH end + sla = get_infiltration_SLA_from_ACH(nach, height, weather) + ach50 = get_infiltration_ACH50_from_SLA(sla, InfilPressureExponent, cfa, volume) + elsif !measurement.effective_leakage_area.nil? + sla = UnitConversions.convert(measurement.effective_leakage_area, 'in^2', 'ft^2') / cfa + ach50 = get_infiltration_ACH50_from_SLA(sla, InfilPressureExponent, cfa, volume) + nach = get_infiltration_ACH_from_SLA(sla, height, weather) + else + fail 'Unexpected error.' + end + + if measurement.infiltration_type == HPXML::InfiltrationTypeUnitTotal + a_ext = measurement.a_ext # Adjustment ratio for SFA/MF units; exterior envelope area divided by total envelope area end + a_ext = 1.0 if a_ext.nil? + + return sla, ach50, nach, volume, height, a_ext + end + + def self.get_default_mech_vent_flow_rate(hpxml, vent_fan, weather, cfa, nbeds) + # Calculates Qfan cfm requirement per ASHRAE 62.2-2019 + sla, _ach50, _nach, _volume, height, a_ext = get_values_from_air_infiltration_measurements(hpxml, cfa, weather) - nl = get_infiltration_NL_from_SLA(sla, infil_height) + nl = get_infiltration_NL_from_SLA(sla, height) q_inf = nl * weather.data.WSF * cfa / 7.3 # Effective annual average infiltration rate, cfm, eq. 4.5a q_tot = get_mech_vent_qtot_cfm(nbeds, cfa) @@ -193,7 +228,7 @@ def self.get_default_mech_vent_flow_rate(hpxml, vent_fan, infil_measurements, we else phi = q_inf / q_tot end - q_fan = q_tot - phi * (q_inf * infil_a_ext) + q_fan = q_tot - phi * (q_inf * a_ext) q_fan = [q_fan, 0].max if not vent_fan.hours_in_operation.nil? @@ -280,19 +315,14 @@ def self.apply_infiltration_to_unconditioned_space(model, space, ach = nil, ela end end - def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_whf, open_window_area, nv_clg_ssn_sensor, - natvent_days_per_week) - if @living_zone.thermostatSetpointDualSetpoint.is_initialized - thermostat = @living_zone.thermostatSetpointDualSetpoint.get - htg_sch = thermostat.heatingSetpointTemperatureSchedule.get - clg_sch = thermostat.coolingSetpointTemperatureSchedule.get - end + def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_whf, open_window_area, nv_clg_ssn_sensor, natvent_days_per_week, + infil_volume, infil_height, unavailable_periods) # NV Availability Schedule - nv_avail_sch = create_nv_and_whf_avail_sch(model, Constants.ObjectNameNaturalVentilation, natvent_days_per_week) + nv_avail_sch = create_nv_and_whf_avail_sch(model, Constants.ObjectNameNaturalVentilation, natvent_days_per_week, unavailable_periods) nv_avail_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') - nv_avail_sensor.setName("#{Constants.ObjectNameNaturalVentilation} avail s") + nv_avail_sensor.setName("#{Constants.ObjectNameNaturalVentilation} s") nv_avail_sensor.setKeyName(nv_avail_sch.name.to_s) # Availability Schedules paired with vent fan class @@ -301,25 +331,26 @@ def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_wh vent_fans_whf.each_with_index do |vent_whf, index| whf_num_days_per_week = 7 # FUTURE: Expose via HPXML? obj_name = "#{Constants.ObjectNameWholeHouseFan} #{index}" - whf_avail_sch = create_nv_and_whf_avail_sch(model, obj_name, whf_num_days_per_week) + whf_unavailable_periods = Schedule.get_unavailable_periods(@runner, SchedulesFile::ColumnWholeHouseFan, unavailable_periods) + whf_avail_sch = create_nv_and_whf_avail_sch(model, obj_name, whf_num_days_per_week, whf_unavailable_periods) whf_avail_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') - whf_avail_sensor.setName("#{obj_name} avail s") + whf_avail_sensor.setName("#{obj_name} s") whf_avail_sensor.setKeyName(whf_avail_sch.name.to_s) whf_avail_sensors[vent_whf.id] = whf_avail_sensor end # Sensors - if not htg_sch.nil? + if @living_zone.thermostatSetpointDualSetpoint.is_initialized + thermostat = @living_zone.thermostatSetpointDualSetpoint.get + htg_sp_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') htg_sp_sensor.setName('htg sp s') - htg_sp_sensor.setKeyName(htg_sch.name.to_s) - end + htg_sp_sensor.setKeyName(thermostat.heatingSetpointTemperatureSchedule.get.name.to_s) - if not clg_sch.nil? clg_sp_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') clg_sp_sensor.setName('clg sp s') - clg_sp_sensor.setKeyName(clg_sch.name.to_s) + clg_sp_sensor.setKeyName(thermostat.coolingSetpointTemperatureSchedule.get.name.to_s) end # Actuators @@ -348,7 +379,7 @@ def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_wh whf_equip_def.setFractionLost(1) whf_equip.setSchedule(model.alwaysOnDiscreteSchedule) whf_equip.setEndUseSubcategory(Constants.ObjectNameWholeHouseFan) - whf_elec_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(whf_equip, *EPlus::EMSActuatorElectricEquipmentPower) + whf_elec_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(whf_equip, *EPlus::EMSActuatorElectricEquipmentPower, whf_equip.space.get) whf_elec_actuator.setName("#{whf_equip.name} act") # Assume located in attic floor if attic zone exists; otherwise assume it's through roof/wall. @@ -369,10 +400,10 @@ def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_wh area = 0.6 * open_window_area # ft^2, for Sherman-Grimsrud max_rate = 20.0 # Air Changes per hour - max_flow_rate = max_rate * @infil_volume / UnitConversions.convert(1.0, 'hr', 'min') + max_flow_rate = max_rate * infil_volume / UnitConversions.convert(1.0, 'hr', 'min') neutral_level = 0.5 hor_lk_frac = 0.0 - c_w, c_s = calc_wind_stack_coeffs(site, hor_lk_frac, neutral_level, @living_space, @infil_height) + c_w, c_s = calc_wind_stack_coeffs(site, hor_lk_frac, neutral_level, @living_space, infil_height) max_oa_hr = 0.0115 # From BA HSP max_oa_rh = 0.7 # From BA HSP @@ -386,10 +417,14 @@ def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_wh vent_program.addLine('Set Phiout = (@RhFnTdbWPb Tout Wout Pbar)') vent_program.addLine("Set MaxHR = #{max_oa_hr}") vent_program.addLine("Set MaxRH = #{max_oa_rh}") - if (not htg_sp_sensor.nil?) && (not clg_sp_sensor.nil?) - vent_program.addLine("Set Tnvsp = (#{htg_sp_sensor.name} + #{clg_sp_sensor.name}) / 2") # Average of heating/cooling setpoints to minimize incurring additional heating energy + if not thermostat.nil? + # Home has HVAC system (though setpoints may be defaulted); use the average of heating/cooling setpoints to minimize incurring additional heating energy. + vent_program.addLine("Set Tnvsp = (#{htg_sp_sensor.name} + #{clg_sp_sensor.name}) / 2") else - vent_program.addLine("Set Tnvsp = #{UnitConversions.convert(73.0, 'F', 'C')}") # Assumption when no HVAC system + # No HVAC system; use the average of defaulted heating/cooling setpoints. + default_htg_sp = UnitConversions.convert(HVAC.get_default_heating_setpoint(HPXML::HVACControlTypeManual)[0], 'F', 'C') + default_clg_sp = UnitConversions.convert(HVAC.get_default_cooling_setpoint(HPXML::HVACControlTypeManual)[0], 'F', 'C') + vent_program.addLine("Set Tnvsp = (#{default_htg_sp} + #{default_clg_sp}) / 2") end vent_program.addLine("Set NVavail = #{nv_avail_sensor.name}") vent_program.addLine("Set ClgSsnAvail = #{nv_clg_ssn_sensor.name}") @@ -397,7 +432,14 @@ def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_wh vent_program.addLine("Set #{whf_flow_actuator.name} = 0") # Init vent_program.addLine("Set #{liv_to_zone_flow_rate_actuator.name} = 0") unless whf_zone.nil? # Init vent_program.addLine("Set #{whf_elec_actuator.name} = 0") # Init - vent_program.addLine('If (Wout < MaxHR) && (Phiout < MaxRH) && (Tin > Tout) && (Tin > Tnvsp) && (ClgSsnAvail > 0)') + infil_constraints = 'If ((Wout < MaxHR) && (Phiout < MaxRH) && (Tin > Tout) && (Tin > Tnvsp) && (ClgSsnAvail > 0))' + if not @hvac_availability_sensor.nil? + # We are using the availability schedule, but we also constrain the window opening based on temperatures and humidity. + # We're assuming that if the HVAC is not available, you'd ignore the humidity constraints we normally put on window opening per the old HSP guidance (RH < 70% and w < 0.015). + # Without, the humidity constraints prevent the window from opening during the entire period even though the sensible cooling would have really helped. + infil_constraints += "|| ((Tin > Tout) && (Tin > Tnvsp) && (#{@hvac_availability_sensor.name} == 0))" + end + vent_program.addLine(infil_constraints) vent_program.addLine(' Set WHF_Flow = 0') vent_fans_whf.each do |vent_whf| vent_program.addLine(" Set WHF_Flow = WHF_Flow + #{UnitConversions.convert(vent_whf.flow_rate, 'cfm', 'm^3/s')} * #{whf_avail_sensors[vent_whf.id].name}") @@ -432,14 +474,16 @@ def self.apply_natural_ventilation_and_whole_house_fan(model, site, vent_fans_wh manager.addProgram(vent_program) end - def self.create_nv_and_whf_avail_sch(model, obj_name, num_days_per_week) + def self.create_nv_and_whf_avail_sch(model, obj_name, num_days_per_week, unavailable_periods = []) avail_sch = OpenStudio::Model::ScheduleRuleset.new(model) - avail_sch.setName("#{obj_name} avail schedule") + sch_name = "#{obj_name} schedule" + avail_sch.setName(sch_name) + avail_sch.defaultDaySchedule.setName("#{sch_name} default day") Schedule.set_schedule_type_limits(model, avail_sch, Constants.ScheduleTypeLimitsOnOff) on_rule = OpenStudio::Model::ScheduleRule.new(avail_sch) - on_rule.setName("#{obj_name} avail schedule rule") + on_rule.setName("#{sch_name} rule") on_rule_day = on_rule.daySchedule - on_rule_day.setName("#{obj_name} avail schedule day") + on_rule_day.setName("#{sch_name} avail day") on_rule_day.addValue(OpenStudio::Time.new(0, 24, 0, 0), 1) method_array = ['setApplyMonday', 'setApplyWednesday', 'setApplyFriday', 'setApplySaturday', 'setApplyTuesday', 'setApplyThursday', 'setApplySunday'] for i in 1..7 do @@ -449,6 +493,9 @@ def self.create_nv_and_whf_avail_sch(model, obj_name, num_days_per_week) end on_rule.setStartDate(OpenStudio::Date::fromDayOfYear(1)) on_rule.setEndDate(OpenStudio::Date::fromDayOfYear(365)) + + year = model.getYearDescription.assumedYear + Schedule.set_unavailable_periods(avail_sch, sch_name, unavailable_periods, year) return avail_sch end @@ -510,7 +557,7 @@ def self.create_other_equipment_object_and_actuator(model:, name:, space:, frac_ other_equip_def.setFractionLost(frac_lost) other_equip_def.setFractionLatent(frac_lat) other_equip_def.setFractionRadiant(0.0) - actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(other_equip, *EPlus::EMSActuatorOtherEquipmentPower) + actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(other_equip, *EPlus::EMSActuatorOtherEquipmentPower, other_equip.space.get) actuator.setName("#{other_equip.name} act") if not is_duct_load_for_report.nil? other_equip.additionalProperties.setFeature(Constants.IsDuctLoadForReport, is_duct_load_for_report) @@ -518,7 +565,7 @@ def self.create_other_equipment_object_and_actuator(model:, name:, space:, frac_ return actuator end - def self.initialize_cfis(model, vent_fans_mech, airloop_map) + def self.initialize_cfis(model, vent_fans_mech, airloop_map, unavailable_periods) # Get AirLoop associated with CFIS @cfis_airloop = {} @cfis_t_sum_open_var = {} @@ -530,6 +577,8 @@ def self.initialize_cfis(model, vent_fans_mech, airloop_map) vent_fans_mech.each do |vent_mech| next if vent_mech.fan_type != HPXML::MechVentTypeCFIS + fail 'Cannot apply unavailable period(s) to CFIS systems.' if !unavailable_periods.empty? + vent_mech.distribution_system.hvac_systems.map { |system| system.id }.each do |cfis_id| next if airloop_map[cfis_id].nil? @@ -607,7 +656,6 @@ def self.initialize_fan_objects(model, osm_object) def self.apply_ducts(model, ducts, object, vent_fans_mech) ducts.each do |duct| - duct.rvalue = get_duct_insulation_rvalue(duct.rvalue, duct.side) # Convert from nominal to actual R-value if not duct.loc_schedule.nil? # Pass MF space temperature schedule name duct.location = duct.loc_schedule.name.to_s @@ -622,20 +670,6 @@ def self.apply_ducts(model, ducts, object, vent_fans_mech) return if ducts.size == 0 # No ducts - # get duct located zone or ambient temperature schedule objects - duct_locations = ducts.map { |duct| if duct.zone.nil? then duct.loc_schedule else duct.zone end }.uniq - - # All duct zones are in living space? - all_ducts_conditioned = true - duct_locations.each do |duct_zone| - if duct_locations.is_a? OpenStudio::Model::ThermalZone - next if Geometry.is_living(duct_zone) - end - - all_ducts_conditioned = false - end - return if all_ducts_conditioned - if object.is_a? OpenStudio::Model::AirLoopHVAC # Most system types @@ -709,6 +743,9 @@ def self.apply_ducts(model, ducts, object, vent_fans_mech) ra_w_sensor.setKeyName(@living_zone.name.to_s) end + # Get duct located zone or ambient temperature schedule objects + duct_locations = ducts.map { |duct| if duct.zone.nil? then duct.loc_schedule else duct.zone end }.uniq + # Create one duct program for each duct location zone duct_locations.each_with_index do |duct_location, i| next if (not duct_location.nil?) && (duct_location.name.to_s == @living_zone.name.to_s) @@ -907,9 +944,9 @@ def self.apply_ducts(model, ducts, object, vent_fans_mech) leakage_cfm25s[duct.side] += duct.leakage_cfm25 elsif not duct.leakage_cfm50.nil? leakage_cfm25s[duct.side] = 0 if leakage_cfm25s[duct.side].nil? - leakage_cfm25s[duct.side] += calc_air_leakage_at_diff_pressure(0.65, duct.leakage_cfm50, 50.0, 25.0) + leakage_cfm25s[duct.side] += calc_air_leakage_at_diff_pressure(InfilPressureExponent, duct.leakage_cfm50, 50.0, 25.0) end - ua_values[duct.side] += duct.area / duct.rvalue + ua_values[duct.side] += duct.area / duct.effective_rvalue end # Calculate fraction of outside air specific to this duct location @@ -1071,7 +1108,7 @@ def self.apply_ducts(model, ducts, object, vent_fans_mech) if @cfis_airloop.values.include? object cfis_id = @cfis_airloop.key(object) - vent_mech = vent_fans_mech.select { |vfm| vfm.id == cfis_id }[0] + vent_mech = vent_fans_mech.find { |vfm| vfm.id == cfis_id } add_cfis_duct_losses = (vent_mech.cfis_addtl_runtime_operating_mode == HPXML::CFISModeAirHandler) if add_cfis_duct_losses @@ -1142,7 +1179,7 @@ def self.apply_infiltration_to_garage(model, site, ach50) volume = UnitConversions.convert(space.volume, 'm^3', 'ft^3') hor_lk_frac = 0.4 neutral_level = 0.5 - sla = get_infiltration_SLA_from_ACH50(ach50, 0.65, area, volume) + sla = get_infiltration_SLA_from_ACH50(ach50, InfilPressureExponent, area, volume) ela = sla * area c_w_SG, c_s_SG = calc_wind_stack_coeffs(site, hor_lk_frac, neutral_level, space) apply_infiltration_to_unconditioned_space(model, space, nil, ela, c_w_SG, c_s_SG) @@ -1214,7 +1251,7 @@ def self.apply_infiltration_to_unvented_attic(model) apply_infiltration_to_unconditioned_space(model, space, ach, nil, nil, nil) end - def self.apply_local_ventilation(model, vent_object, obj_type_name, index) + def self.apply_local_ventilation(model, vent_object, obj_type_name, index, unavailable_periods) daily_sch = [0.0] * 24 obj_name = "#{obj_type_name} #{index}" remaining_hrs = vent_object.hours_in_operation @@ -1226,7 +1263,7 @@ def self.apply_local_ventilation(model, vent_object, obj_type_name, index) end remaining_hrs -= 1 end - obj_sch = HourlyByMonthSchedule.new(model, "#{obj_name} schedule", [daily_sch] * 12, [daily_sch] * 12, Constants.ScheduleTypeLimitsFraction, false) + obj_sch = HourlyByMonthSchedule.new(model, "#{obj_name} schedule", [daily_sch] * 12, [daily_sch] * 12, Constants.ScheduleTypeLimitsFraction, false, unavailable_periods: unavailable_periods) obj_sch_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') obj_sch_sensor.setName("#{obj_name} sch s") obj_sch_sensor.setKeyName(obj_sch.schedule.name.to_s) @@ -1236,7 +1273,7 @@ def self.apply_local_ventilation(model, vent_object, obj_type_name, index) equip = OpenStudio::Model::ElectricEquipment.new(equip_def) equip.setName(obj_name) equip.setSpace(@living_space) # no heat gain, so assign the equipment to an arbitrary space - equip_def.setDesignLevel(vent_object.fan_power * vent_object.quantity) + equip_def.setDesignLevel(vent_object.fan_power * vent_object.count) equip_def.setFractionRadiant(0) equip_def.setFractionLatent(0) equip_def.setFractionLost(1) @@ -1246,7 +1283,7 @@ def self.apply_local_ventilation(model, vent_object, obj_type_name, index) return obj_sch_sensor end - def self.apply_dryer_exhaust(model, vented_dryer, schedules_file, index) + def self.apply_dryer_exhaust(model, vented_dryer, schedules_file, index, unavailable_periods) obj_name = "#{Constants.ObjectNameClothesDryerExhaust} #{index}" # Create schedule @@ -1260,18 +1297,21 @@ def self.apply_dryer_exhaust(model, vented_dryer, schedules_file, index) cd_weekday_sch = vented_dryer.weekday_fractions cd_weekend_sch = vented_dryer.weekend_fractions cd_monthly_sch = vented_dryer.monthly_multipliers - obj_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameClothesDryer, cd_weekday_sch, cd_weekend_sch, cd_monthly_sch, Constants.ScheduleTypeLimitsFraction) + obj_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameClothesDryer, cd_weekday_sch, cd_weekend_sch, cd_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: unavailable_periods) obj_sch = obj_sch.schedule obj_sch_name = obj_sch.name.to_s full_load_hrs = Schedule.annual_equivalent_full_load_hrs(@year, obj_sch) end - # Assume standard dryer exhaust runs 1 hr/day per BA HSP - cfm_mult = Constants.NumDaysInYear(@year) * vented_dryer.usage_multiplier / full_load_hrs obj_sch_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Schedule Value') obj_sch_sensor.setName("#{obj_name} sch s") obj_sch_sensor.setKeyName(obj_sch_name) + return obj_sch_sensor, 0 if full_load_hrs == 0 + + # Assume standard dryer exhaust runs 1 hr/day per BA HSP + cfm_mult = Constants.NumDaysInYear(@year) * vented_dryer.usage_multiplier / full_load_hrs + return obj_sch_sensor, cfm_mult end @@ -1444,7 +1484,7 @@ def self.apply_cfis(infil_program, vent_mech_fans, cfis_fan_actuator, cfis_suppl end end - def self.add_ee_for_vent_fan_power(model, obj_name, sup_fans = [], exh_fans = [], bal_fans = [], erv_hrv_fans = []) + def self.add_ee_for_vent_fan_power(model, obj_name, sup_fans = [], exh_fans = [], bal_fans = [], erv_hrv_fans = [], unavailable_periods = []) # Calculate fan heat fraction # 1.0: Fan heat does not enter space (e.g., exhaust) # 0.0: Fan heat does enter space (e.g., supply) @@ -1471,6 +1511,10 @@ def self.add_ee_for_vent_fan_power(model, obj_name, sup_fans = [], exh_fans = [] end end + # Availability Schedule + avail_sch = ScheduleConstant.new(model, obj_name + ' schedule', 1.0, Constants.ScheduleTypeLimitsFraction, unavailable_periods: unavailable_periods) + avail_sch = avail_sch.schedule + equip_def = OpenStudio::Model::ElectricEquipmentDefinition.new(model) equip_def.setName(obj_name) equip = OpenStudio::Model::ElectricEquipment.new(equip_def) @@ -1478,13 +1522,13 @@ def self.add_ee_for_vent_fan_power(model, obj_name, sup_fans = [], exh_fans = [] equip.setSpace(@living_space) equip_def.setFractionRadiant(0) equip_def.setFractionLatent(0) - equip.setSchedule(model.alwaysOnDiscreteSchedule) + equip.setSchedule(avail_sch) equip.setEndUseSubcategory(Constants.ObjectNameMechanicalVentilation) equip_def.setFractionLost(fan_heat_lost_fraction) equip_actuator = nil if [Constants.ObjectNameMechanicalVentilationHouseFanCFIS, Constants.ObjectNameMechanicalVentilationHouseFanCFISSupplFan].include? obj_name # actuate its power level in EMS - equip_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(equip, *EPlus::EMSActuatorElectricEquipmentPower) + equip_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(equip, *EPlus::EMSActuatorElectricEquipmentPower, equip.space.get) equip_actuator.setName("#{equip.name} act") end if not tot_fans_w.nil? @@ -1519,7 +1563,7 @@ def self.setup_mech_vent_vars_actuators(model:, program:) end def self.apply_infiltration_adjustment_to_conditioned(model, infil_program, vent_fans_kitchen, vent_fans_bath, vented_dryers, vent_mech_sup_tot, - vent_mech_exh_tot, vent_mech_bal_tot, vent_mech_erv_hrv_tot, infil_flow_actuator, schedules_file) + vent_mech_exh_tot, vent_mech_bal_tot, vent_mech_erv_hrv_tot, infil_flow_actuator, schedules_file, unavailable_periods) # Average in-unit CFMs (include recirculation from in unit CFMs for shared systems) sup_cfm_tot = vent_mech_sup_tot.map { |vent_mech| vent_mech.average_total_unit_flow_rate }.sum(0.0) exh_cfm_tot = vent_mech_exh_tot.map { |vent_mech| vent_mech.average_total_unit_flow_rate }.sum(0.0) @@ -1529,19 +1573,21 @@ def self.apply_infiltration_adjustment_to_conditioned(model, infil_program, vent infil_program.addLine('Set Qrange = 0') vent_fans_kitchen.each_with_index do |vent_kitchen, index| # Electricity impact - obj_sch_sensor = apply_local_ventilation(model, vent_kitchen, Constants.ObjectNameMechanicalVentilationRangeFan, index) + vent_kitchen_unavailable_periods = Schedule.get_unavailable_periods(@runner, SchedulesFile::ColumnKitchenFan, unavailable_periods) + obj_sch_sensor = apply_local_ventilation(model, vent_kitchen, Constants.ObjectNameMechanicalVentilationRangeFan, index, vent_kitchen_unavailable_periods) next unless @cooking_range_in_cond_space # Infiltration impact - infil_program.addLine("Set Qrange = Qrange + #{UnitConversions.convert(vent_kitchen.flow_rate * vent_kitchen.quantity, 'cfm', 'm^3/s').round(5)} * #{obj_sch_sensor.name}") + infil_program.addLine("Set Qrange = Qrange + #{UnitConversions.convert(vent_kitchen.flow_rate * vent_kitchen.count, 'cfm', 'm^3/s').round(5)} * #{obj_sch_sensor.name}") end infil_program.addLine('Set Qbath = 0') vent_fans_bath.each_with_index do |vent_bath, index| # Electricity impact - obj_sch_sensor = apply_local_ventilation(model, vent_bath, Constants.ObjectNameMechanicalVentilationBathFan, index) + vent_bath_unavailable_periods = Schedule.get_unavailable_periods(@runner, SchedulesFile::ColumnBathFan, unavailable_periods) + obj_sch_sensor = apply_local_ventilation(model, vent_bath, Constants.ObjectNameMechanicalVentilationBathFan, index, vent_bath_unavailable_periods) # Infiltration impact - infil_program.addLine("Set Qbath = Qbath + #{UnitConversions.convert(vent_bath.flow_rate * vent_bath.quantity, 'cfm', 'm^3/s').round(5)} * #{obj_sch_sensor.name}") + infil_program.addLine("Set Qbath = Qbath + #{UnitConversions.convert(vent_bath.flow_rate * vent_bath.count, 'cfm', 'm^3/s').round(5)} * #{obj_sch_sensor.name}") end infil_program.addLine('Set Qdryer = 0') @@ -1549,7 +1595,8 @@ def self.apply_infiltration_adjustment_to_conditioned(model, infil_program, vent next unless @clothes_dryer_in_cond_space # Infiltration impact - obj_sch_sensor, cfm_mult = apply_dryer_exhaust(model, vented_dryer, schedules_file, index) + vented_dryer_unavailable_periods = Schedule.get_unavailable_periods(@runner, SchedulesFile::ColumnClothesDryer, unavailable_periods) + obj_sch_sensor, cfm_mult = apply_dryer_exhaust(model, vented_dryer, schedules_file, index, vented_dryer_unavailable_periods) infil_program.addLine("Set Qdryer = Qdryer + #{UnitConversions.convert(vented_dryer.vented_flow_rate * cfm_mult, 'cfm', 'm^3/s').round(5)} * #{obj_sch_sensor.name}") end @@ -1695,8 +1742,9 @@ def self.calculate_precond_loads(model, infil_program, vent_mech_preheat, vent_m end end - def self.apply_infiltration_ventilation_to_conditioned(model, site, vent_fans_mech, living_ach50, living_const_ach, weather, vent_fans_kitchen, vent_fans_bath, vented_dryers, - has_flue_chimney, clg_ssn_sensor, schedules_file, vent_fans_cfis_suppl) + def self.apply_infiltration_ventilation_to_conditioned(model, site, vent_fans_mech, living_ach50, living_const_ach, infil_volume, infil_height, weather, + vent_fans_kitchen, vent_fans_bath, vented_dryers, has_flue_chimney_in_cond_space, clg_ssn_sensor, schedules_file, + vent_fans_cfis_suppl, unavailable_periods) # Categorize fans into different types vent_mech_preheat = vent_fans_mech.select { |vent_mech| (not vent_mech.preheating_efficiency_cop.nil?) } vent_mech_precool = vent_fans_mech.select { |vent_mech| (not vent_mech.precooling_efficiency_cop.nil?) } @@ -1708,8 +1756,9 @@ def self.apply_infiltration_ventilation_to_conditioned(model, site, vent_fans_me vent_mech_erv_hrv_tot = vent_fans_mech.select { |vent_mech| [HPXML::MechVentTypeERV, HPXML::MechVentTypeHRV].include? vent_mech.fan_type } # Non-CFIS fan power + house_fan_unavailable_periods = Schedule.get_unavailable_periods(@runner, SchedulesFile::ColumnHouseFan, unavailable_periods) add_ee_for_vent_fan_power(model, Constants.ObjectNameMechanicalVentilationHouseFan, - vent_mech_sup_tot, vent_mech_exh_tot, vent_mech_bal_tot, vent_mech_erv_hrv_tot) + vent_mech_sup_tot, vent_mech_exh_tot, vent_mech_bal_tot, vent_mech_erv_hrv_tot, house_fan_unavailable_periods) # CFIS fan power cfis_fan_actuator = add_ee_for_vent_fan_power(model, Constants.ObjectNameMechanicalVentilationHouseFanCFIS) # Fan heat enters space @@ -1739,7 +1788,7 @@ def self.apply_infiltration_ventilation_to_conditioned(model, site, vent_fans_me infil_program.setName(Constants.ObjectNameInfiltration + ' program') # Calculate infiltration without adjustment by ventilation - apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, infil_program, weather, has_flue_chimney) + apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, infil_program, weather, has_flue_chimney_in_cond_space, infil_volume, infil_height) # Common variable and load actuators across multiple mech vent calculations, create only once fan_sens_load_actuator, fan_lat_load_actuator = setup_mech_vent_vars_actuators(model: model, program: infil_program) @@ -1752,7 +1801,7 @@ def self.apply_infiltration_ventilation_to_conditioned(model, site, vent_fans_me # Calculate Qfan, Qinf_adj # Calculate adjusted infiltration based on mechanical ventilation system apply_infiltration_adjustment_to_conditioned(model, infil_program, vent_fans_kitchen, vent_fans_bath, vented_dryers, vent_mech_sup_tot, - vent_mech_exh_tot, vent_mech_bal_tot, vent_mech_erv_hrv_tot, infil_flow_actuator, schedules_file) + vent_mech_exh_tot, vent_mech_bal_tot, vent_mech_erv_hrv_tot, infil_flow_actuator, schedules_file, unavailable_periods) # Address load of Qfan (Qload) # Qload as variable for tracking outdoor air flow rate, excluding recirculation @@ -1776,27 +1825,8 @@ def self.apply_infiltration_ventilation_to_conditioned(model, site, vent_fans_me end def self.apply_infiltration_and_ventilation_fans(model, weather, site, vent_fans_mech, vent_fans_kitchen, vent_fans_bath, vented_dryers, - has_flue_chimney, air_infils, vented_attic, vented_crawl, clg_ssn_sensor, schedules_file, - vent_fans_cfis_suppl) - # Get living space infiltration - living_ach50 = nil - living_const_ach = nil - air_infils.each do |air_infil| - if (air_infil.unit_of_measure == HPXML::UnitsACH) && !air_infil.house_pressure.nil? - living_achXX = air_infil.air_leakage - living_ach50 = calc_air_leakage_at_diff_pressure(0.65, living_achXX, air_infil.house_pressure, 50.0) - elsif (air_infil.unit_of_measure == HPXML::UnitsCFM) && !air_infil.house_pressure.nil? - living_achXX = air_infil.air_leakage * 60.0 / @infil_volume # Convert CFM to ACH - living_ach50 = calc_air_leakage_at_diff_pressure(0.65, living_achXX, air_infil.house_pressure, 50.0) - elsif air_infil.unit_of_measure == HPXML::UnitsACHNatural - if @apply_ashrae140_assumptions - living_const_ach = air_infil.air_leakage - else - sla = get_infiltration_SLA_from_ACH(air_infil.air_leakage, @infil_height, weather) - living_ach50 = get_infiltration_ACH50_from_SLA(sla, 0.65, @cfa, @infil_volume) - end - end - end + has_flue_chimney_in_cond_space, living_ach50, living_const_ach, infil_volume, infil_height, vented_attic, + vented_crawl, clg_ssn_sensor, schedules_file, vent_fans_cfis_suppl, unavailable_periods) # Infiltration for unconditioned spaces apply_infiltration_to_garage(model, site, living_ach50) @@ -1807,11 +1837,12 @@ def self.apply_infiltration_and_ventilation_fans(model, weather, site, vent_fans apply_infiltration_to_unvented_attic(model) # Infiltration/ventilation for conditioned space - apply_infiltration_ventilation_to_conditioned(model, site, vent_fans_mech, living_ach50, living_const_ach, weather, vent_fans_kitchen, vent_fans_bath, vented_dryers, - has_flue_chimney, clg_ssn_sensor, schedules_file, vent_fans_cfis_suppl) + apply_infiltration_ventilation_to_conditioned(model, site, vent_fans_mech, living_ach50, living_const_ach, infil_volume, infil_height, weather, + vent_fans_kitchen, vent_fans_bath, vented_dryers, has_flue_chimney_in_cond_space, clg_ssn_sensor, schedules_file, + vent_fans_cfis_suppl, unavailable_periods) end - def self.apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, infil_program, weather, has_flue_chimney) + def self.apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, infil_program, weather, has_flue_chimney_in_cond_space, infil_volume, infil_height) site_ap = site.additional_properties if living_ach50.to_f > 0 @@ -1820,8 +1851,8 @@ def self.apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, outside_air_density = UnitConversions.convert(weather.header.LocalPressure, 'atm', 'Btu/ft^3') / (Gas.Air.r * (weather.data.AnnualAvgDrybulb + 460.0)) - n_i = 0.65 # Pressure Exponent - living_sla = get_infiltration_SLA_from_ACH50(living_ach50, n_i, @cfa, @infil_volume) # Calculate SLA + n_i = InfilPressureExponent + living_sla = get_infiltration_SLA_from_ACH50(living_ach50, n_i, @cfa, infil_volume) # Calculate SLA a_o = living_sla * @cfa # Effective Leakage Area (ft^2) # Flow Coefficient (cfm/inH2O^n) (based on ASHRAE HoF) @@ -1829,7 +1860,7 @@ def self.apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, delta_pref = 0.016 # inH2O c_i = a_o * (2.0 / outside_air_density)**0.5 * delta_pref**(0.5 - n_i) * inf_conv_factor - if has_flue_chimney + if has_flue_chimney_in_cond_space y_i = 0.2 # Fraction of leakage through the flue; 0.2 is a "typical" value according to THE ALBERTA AIR INFIL1RATION MODEL, Walker and Wilson, 1990 s_wflue = 1.0 # Flue Shelter Coefficient else @@ -1860,7 +1891,7 @@ def self.apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, else m_i = 1.0 # eq. 11 end - if has_flue_chimney + if has_flue_chimney_in_cond_space if @ncfl_ag <= 0 z_f = 1.0 else @@ -1872,7 +1903,7 @@ def self.apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, f_i = 0.0 # Additive flue function (eq. 12) end f_s = ((1.0 + n_i * r_i) / (n_i + 1.0)) * (0.5 - 0.5 * m_i**1.2)**(n_i + 1.0) + f_i - stack_coef = f_s * (UnitConversions.convert(outside_air_density * Constants.g * @infil_height, 'lbm/(ft*s^2)', 'inH2O') / (Constants.AssumedInsideTemp + 460.0))**n_i # inH2O^n/R^n + stack_coef = f_s * (UnitConversions.convert(outside_air_density * Constants.g * infil_height, 'lbm/(ft*s^2)', 'inH2O') / (Constants.AssumedInsideTemp + 460.0))**n_i # inH2O^n/R^n # Calculate wind coefficient if not @spaces[HPXML::LocationCrawlspaceVented].nil? @@ -1896,7 +1927,7 @@ def self.apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, infil_program.addLine("Set s_m = #{site_ap.ashrae_terrain_thickness}") infil_program.addLine("Set s_s = #{site_ap.ashrae_site_terrain_thickness}") infil_program.addLine("Set z_m = #{UnitConversions.convert(site_ap.height, 'ft', 'm')}") - infil_program.addLine("Set z_s = #{UnitConversions.convert(@infil_height, 'ft', 'm')}") + infil_program.addLine("Set z_s = #{UnitConversions.convert(infil_height, 'ft', 'm')}") infil_program.addLine('Set f_t = (((s_m/z_m)^p_m)*((z_s/s_s)^p_s))') infil_program.addLine("Set Tdiff = #{@tin_sensor.name}-#{@tout_sensor.name}") infil_program.addLine('Set dT = @Abs Tdiff') @@ -1911,7 +1942,7 @@ def self.apply_infiltration_to_conditioned(site, living_ach50, living_const_ach, elsif living_const_ach.to_f > 0 living_ach = living_const_ach - infil_program.addLine("Set Qinf = #{living_ach * UnitConversions.convert(@infil_volume, 'ft^3', 'm^3') / UnitConversions.convert(1.0, 'hr', 's')}") + infil_program.addLine("Set Qinf = #{living_ach * UnitConversions.convert(infil_volume, 'ft^3', 'm^3') / UnitConversions.convert(1.0, 'hr', 's')}") else infil_program.addLine('Set Qinf = 0') end @@ -1950,14 +1981,14 @@ def self.get_infiltration_SLA_from_ACH(ach, infil_height, weather) return ach / (weather.data.WSF * 1000 * (infil_height / 8.202)**0.4) end - def self.get_infiltration_SLA_from_ACH50(ach50, n_i, conditionedFloorArea, conditionedVolume, pressure_difference_Pa = 50) + def self.get_infiltration_SLA_from_ACH50(ach50, n_i, floor_area, volume) # Returns the infiltration SLA given a ACH50. - return ((ach50 * 0.283316478 * 4.0**n_i * conditionedVolume) / (conditionedFloorArea * UnitConversions.convert(1.0, 'ft^2', 'in^2') * pressure_difference_Pa**n_i * 60.0)) + return ((ach50 * 0.283316478 * 4.0**n_i * volume) / (floor_area * UnitConversions.convert(1.0, 'ft^2', 'in^2') * 50.0**n_i * 60.0)) end - def self.get_infiltration_ACH50_from_SLA(sla, n_i, conditionedFloorArea, conditionedVolume, pressure_difference_Pa = 50) + def self.get_infiltration_ACH50_from_SLA(sla, n_i, floor_area, volume) # Returns the infiltration ACH50 given a SLA. - return ((sla * conditionedFloorArea * UnitConversions.convert(1.0, 'ft^2', 'in^2') * pressure_difference_Pa**n_i * 60.0) / (0.283316478 * 4.0**n_i * conditionedVolume)) + return ((sla * floor_area * UnitConversions.convert(1.0, 'ft^2', 'in^2') * 50.0**n_i * 60.0) / (0.283316478 * 4.0**n_i * volume)) end def self.calc_duct_leakage_at_diff_pressure(q_old, p_old, p_new) @@ -1968,24 +1999,63 @@ def self.calc_air_leakage_at_diff_pressure(n_i, q_old, p_old, p_new) return q_old * (p_new / p_old)**n_i end - def self.get_duct_insulation_rvalue(nominal_rvalue, side) - # Insulated duct values based on "True R-Values of Round Residential Ductwork" - # by Palmiter & Kruse 2006. Linear extrapolation from SEEM's "DuctTrueRValues" - # worksheet in, e.g., ExistingResidentialSingleFamily_SEEMRuns_v05.xlsm. - # - # Nominal | 4.2 | 6.0 | 8.0 | 11.0 - # --------|-----|-----|-----|---- - # Supply | 4.5 | 5.7 | 6.8 | 8.4 - # Return | 4.9 | 6.3 | 7.8 | 9.7 - # - # Uninsulated ducts are set to R-1.7 based on ASHRAE HOF and the above paper. - if nominal_rvalue <= 0 - return 1.7 - end - if side == HPXML::DuctTypeSupply - return 2.2438 + 0.5619 * nominal_rvalue - elsif side == HPXML::DuctTypeReturn - return 2.0388 + 0.7053 * nominal_rvalue + def self.get_duct_effective_r_value(nominal_rvalue, side, buried_level) + if buried_level == HPXML::DuctBuriedInsulationNone + # Insulated duct values based on "True R-Values of Round Residential Ductwork" + # by Palmiter & Kruse 2006. Linear extrapolation from SEEM's "DuctTrueRValues" + # worksheet in, e.g., ExistingResidentialSingleFamily_SEEMRuns_v05.xlsm. + # + # Nominal | 4.2 | 6.0 | 8.0 | 11.0 + # --------|-----|-----|-----|---- + # Supply | 4.5 | 5.7 | 6.8 | 8.4 + # Return | 4.9 | 6.3 | 7.8 | 9.7 + # + # Uninsulated ducts are set to R-1.7 based on ASHRAE HOF and the above paper. + + if nominal_rvalue <= 0 + return 1.7 + end + if side == HPXML::DuctTypeSupply + return 2.2438 + 0.5619 * nominal_rvalue + elsif side == HPXML::DuctTypeReturn + return 2.0388 + 0.7053 * nominal_rvalue + end + else + if side == HPXML::DuctTypeSupply + # Equations derived from Table 13 in https://www.nrel.gov/docs/fy13osti/55876.pdf + # assuming 8-in supply diameter + # + # Duct configuration | 4.2 | 6.0 | 8.0 + # -------------------|------|------|----- + # Partially-buried | 7.8 | 9.9 | 11.8 + # Fully buried | 11.3 | 13.2 | 15.1 + # Deeply buried | 18.1 | 19.6 | 21.0 + + if buried_level == HPXML::DuctBuriedInsulationPartial + return 5.83 + 2.0 * nominal_rvalue + elsif buried_level == HPXML::DuctBuriedInsulationFull + return 9.4 + 1.9 * nominal_rvalue + elsif buried_level == HPXML::DuctBuriedInsulationDeep + return 16.67 + 1.45 * nominal_rvalue + end + elsif side == HPXML::DuctTypeReturn + # Equations derived from Table 13 in https://www.nrel.gov/docs/fy13osti/55876.pdf + # assuming 14-in return diameter + # + # Duct configuration | 4.2 | 6.0 | 8.0 + # -------------------|------|------|----- + # Partially-buried | 10.1 | 12.6 | 15.1 + # Fully buried | 14.3 | 16.7 | 19.2 + # Deeply buried | 22.8 | 24.7 | 26.6 + + if buried_level == HPXML::DuctBuriedInsulationPartial + return 7.6 + 2.5 * nominal_rvalue + elsif buried_level == HPXML::DuctBuriedInsulationFull + return 11.83 + 2.45 * nominal_rvalue + elsif buried_level == HPXML::DuctBuriedInsulationDeep + return 20.9 + 1.9 * nominal_rvalue + end + end end end @@ -1996,7 +2066,7 @@ def self.get_mech_vent_qtot_cfm(nbeds, cfa) end class Duct - def initialize(side, loc_space, loc_schedule, leakage_frac, leakage_cfm25, leakage_cfm50, area, rvalue) + def initialize(side, loc_space, loc_schedule, leakage_frac, leakage_cfm25, leakage_cfm50, area, effective_rvalue, buried_level) @side = side @loc_space = loc_space @loc_schedule = loc_schedule @@ -2004,7 +2074,8 @@ def initialize(side, loc_space, loc_schedule, leakage_frac, leakage_cfm25, leaka @leakage_cfm25 = leakage_cfm25 @leakage_cfm50 = leakage_cfm50 @area = area - @rvalue = rvalue + @effective_rvalue = effective_rvalue + @buried_level = buried_level end - attr_accessor(:side, :loc_space, :loc_schedule, :leakage_frac, :leakage_cfm25, :leakage_cfm50, :area, :rvalue, :zone, :location) + attr_accessor(:side, :loc_space, :loc_schedule, :leakage_frac, :leakage_cfm25, :leakage_cfm50, :area, :effective_rvalue, :zone, :location, :buried_level) end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb index 1a339157..000aabbc 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/battery.rb @@ -144,7 +144,7 @@ def self.apply(runner, model, pv_systems, battery, schedules_file) loss_adj_object_def.setFractionLost(frac_lost) loss_adj_object.setSchedule(model.alwaysOnDiscreteSchedule) - battery_adj_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(loss_adj_object, *EPlus::EMSActuatorOtherEquipmentPower) + battery_adj_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(loss_adj_object, *EPlus::EMSActuatorOtherEquipmentPower, loss_adj_object.space.get) battery_adj_actuator.setName('battery loss_adj_act') battery_losses_program = OpenStudio::Model::EnergyManagementSystemProgram.new(model) diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb index d0d43956..5d65f669 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constants.rb @@ -102,10 +102,18 @@ def self.ObjectNameBackupHeatingCoil return 'backup htg coil' end + def self.ObjectNameBatteryLossesAdjustment(battery_name) + return "#{battery_name} losses adjustment" + end + def self.ObjectNameBoiler return 'boiler' end + def self.ObjectNameBoilerPilotLight(boiler_name) + return "#{boiler_name} pilot light" + end + def self.ObjectNameCeilingFan return 'ceiling fan' end @@ -418,6 +426,10 @@ def self.ObjectNameWaterHeater return 'water heater' end + def self.ObjectNameWaterHeaterSetpoint + return 'water heater setpoint' + end + def self.ObjectNameWaterLatent return 'water latent' end @@ -430,10 +442,6 @@ def self.ObjectNameWaterHeaterAdjustment(water_heater_name) return "#{water_heater_name} EC adjustment" end - def self.ObjectNameBatteryLossesAdjustment(battery_name) - return "#{battery_name} losses adjustment" - end - def self.ObjectNameWaterLoopHeatPump return 'water loop heat pump' end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb index 14390311..f7b2259c 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/constructions.rb @@ -1618,7 +1618,7 @@ def self.apply_window_skylight(model, type, subsurface, constr_name, ufactor, sh end def self.apply_window_skylight_shading(model, window_or_skylight, index, shading_vertices, parent_surface, sub_surface, shading_group, - shading_schedules, shading_ems, name, cooling_season) + shading_schedules, shading_ems, name, hpxml) sf_summer = window_or_skylight.interior_shading_factor_summer * window_or_skylight.exterior_shading_factor_summer sf_winter = window_or_skylight.interior_shading_factor_winter * window_or_skylight.exterior_shading_factor_winter if (sf_summer < 1.0) || (sf_winter < 1.0) @@ -1633,16 +1633,46 @@ def self.apply_window_skylight_shading(model, window_or_skylight, index, shading shading_surface.additionalProperties.setFeature('Azimuth', window_or_skylight.azimuth) shading_surface.additionalProperties.setFeature('ParentSurface', parent_surface.name.to_s) - # Create transmittance schedule for heating/cooling seasons - trans_values = cooling_season.map { |c| c == 1 ? sf_summer : sf_winter } + # Determine transmittance values throughout the year + trans_values = [] + num_days_in_year = Constants.NumDaysInYear(hpxml.header.sim_calendar_year) + if not hpxml.header.shading_summer_begin_month.nil? + summer_start_day_num = Schedule.get_day_num_from_month_day(hpxml.header.sim_calendar_year, + hpxml.header.shading_summer_begin_month, + hpxml.header.shading_summer_begin_day) + summer_end_day_num = Schedule.get_day_num_from_month_day(hpxml.header.sim_calendar_year, + hpxml.header.shading_summer_end_month, + hpxml.header.shading_summer_end_day) + for i in 0..(num_days_in_year - 1) + day_num = i + 1 + if summer_end_day_num >= summer_start_day_num + if (day_num >= summer_start_day_num) && (day_num <= summer_end_day_num) + trans_values << [sf_summer] * 24 + next + end + else + if (day_num >= summer_start_day_num) || (day_num <= summer_end_day_num) + trans_values << [sf_summer] * 24 + next + end + end + # If we got this far, winter + trans_values << [sf_winter] * 24 + end + else + # No summer (year-round winter) + trans_values = [[sf_winter] * 24] * num_days_in_year + end + + # Create transmittance schedule if shading_schedules[trans_values].nil? sch_name = "trans schedule winter=#{sf_winter} summer=#{sf_summer}" - if trans_values.uniq.size == 1 + if trans_values.flatten.uniq.size == 1 trans_sch = OpenStudio::Model::ScheduleConstant.new(model) - trans_sch.setValue(trans_values[0]) + trans_sch.setValue(trans_values[0][0]) trans_sch.setName(sch_name) else - trans_sch = MonthWeekdayWeekendSchedule.new(model, sch_name, Array.new(24, 1), Array.new(24, 1), trans_values, Constants.ScheduleTypeLimitsFraction, false).schedule + trans_sch = HourlyByDaySchedule.new(model, sch_name, trans_values, trans_values, Constants.ScheduleTypeLimitsFraction, false).schedule end shading_schedules[trans_values] = trans_sch end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv new file mode 100644 index 00000000..2dd57c33 --- /dev/null +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/data/unavailable_periods.csv @@ -0,0 +1,33 @@ +Schedule Name,Vacancy,Power Outage +occupants,1,0 +lighting_interior,1,1 +lighting_exterior,1,1 +lighting_garage,1,1 +lighting_exterior_holiday,1,1 +cooking_range,1,1 +refrigerator,0,1 +extra_refrigerator,0,1 +freezer,0,1 +dishwasher,1,1 +clothes_washer,1,1 +clothes_dryer,1,1 +ceiling_fan,1,1 +plug_loads_other,1,1 +plug_loads_tv,1,1 +plug_loads_vehicle,1,1 +plug_loads_well_pump,1,1 +fuel_loads_grill,1,1 +fuel_loads_lighting,1,1 +fuel_loads_fireplace,1,1 +pool_pump,0,1 +pool_heater,0,1 +hot_tub_pump,0,1 +hot_tub_heater,0,1 +hot_water_fixtures,1,1 +hvac,0,1 +water_heater,0,1 +dehumidifier,0,1 +house_fan,0,1 +kitchen_fan,1,1 +bath_fan,1,1 +whole_house_fan,0,1 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/energyplus.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/energyplus.rb index a74102ac..fbede5b5 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/energyplus.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/energyplus.rb @@ -9,6 +9,7 @@ class EPlus EMSActuatorFanPressureRise = 'Fan', 'Fan Pressure Rise' EMSActuatorFanTotalEfficiency = 'Fan', 'Fan Total Efficiency' EMSActuatorScheduleConstantValue = 'Schedule:Constant', 'Schedule Value' + EMSActuatorScheduleYearValue = 'Schedule:Year', 'Schedule Value' EMSActuatorScheduleFileValue = 'Schedule:File', 'Schedule Value' EMSActuatorSurfaceViewFactorToGround = 'Surface', 'View Factor To Ground' EMSActuatorZoneInfiltrationFlowRate = 'Zone Infiltration', 'Air Exchange Flow Rate' diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb index 19cce2db..618603ac 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/geometry.rb @@ -169,7 +169,7 @@ def self.explode_surfaces(model, hpxml, walls_top) azimuth_lengths = {} model.getSurfaces.sort.each do |surface| next unless ['wall', 'roofceiling'].include? surface.surfaceType.downcase - next unless ['outdoors', 'foundation', 'adiabatic'].include? surface.outsideBoundaryCondition.downcase + next unless ['outdoors', 'foundation', 'adiabatic', 'othersidecoefficients'].include? surface.outsideBoundaryCondition.downcase next if surface.additionalProperties.getFeatureAsDouble('Tilt').get <= 0 # skip flat roofs surfaces << surface @@ -470,7 +470,7 @@ def self.get_roof_pitch(surfaces) return UnitConversions.convert(tilts.max, 'rad', 'deg') end - def self.apply_occupants(model, runner, hpxml, num_occ, space, schedules_file) + def self.apply_occupants(model, runner, hpxml, num_occ, space, schedules_file, unavailable_periods) occ_gain, _hrs_per_day, sens_frac, _lat_frac = Geometry.get_occupancy_default_values() activity_per_person = UnitConversions.convert(occ_gain, 'Btu/hr', 'W') @@ -480,21 +480,23 @@ def self.apply_occupants(model, runner, hpxml, num_occ, space, schedules_file) # Create schedule people_sch = nil + people_col_name = SchedulesFile::ColumnOccupants if not schedules_file.nil? - people_sch = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnOccupants) + people_sch = schedules_file.create_schedule_file(col_name: people_col_name) end if people_sch.nil? + people_unavailable_periods = Schedule.get_unavailable_periods(runner, people_col_name, unavailable_periods) weekday_sch = hpxml.building_occupancy.weekday_fractions.split(',').map(&:to_f) weekday_sch = weekday_sch.map { |v| v / weekday_sch.max }.join(',') weekend_sch = hpxml.building_occupancy.weekend_fractions.split(',').map(&:to_f) weekend_sch = weekend_sch.map { |v| v / weekend_sch.max }.join(',') monthly_sch = hpxml.building_occupancy.monthly_multipliers - people_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameOccupants + ' schedule', weekday_sch, weekend_sch, monthly_sch, Constants.ScheduleTypeLimitsFraction) + people_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameOccupants + ' schedule', weekday_sch, weekend_sch, monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: people_unavailable_periods) people_sch = people_sch.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnOccupants}' schedule file and weekday fractions provided; the latter will be ignored.") if !hpxml.building_occupancy.weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnOccupants}' schedule file and weekend fractions provided; the latter will be ignored.") if !hpxml.building_occupancy.weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnOccupants}' schedule file and monthly multipliers provided; the latter will be ignored.") if !hpxml.building_occupancy.monthly_multipliers.nil? + runner.registerWarning("Both '#{people_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !hpxml.building_occupancy.weekday_fractions.nil? + runner.registerWarning("Both '#{people_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !hpxml.building_occupancy.weekend_fractions.nil? + runner.registerWarning("Both '#{people_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !hpxml.building_occupancy.monthly_multipliers.nil? end # Create schedule diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb index 6ff68c75..46489a3a 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hotwater_appliances.rb @@ -2,7 +2,8 @@ class HotWaterAndAppliances def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, - solar_thermal_system, eri_version, schedules_file, plantloop_map) + solar_thermal_system, eri_version, schedules_file, plantloop_map, + unavailable_periods) @runner = runner cfa = hpxml.building_construction.conditioned_floor_area @@ -10,7 +11,7 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, has_uncond_bsmnt = hpxml.has_location(HPXML::LocationBasementUnconditioned) fixtures_usage_multiplier = hpxml.water_heating.water_fixtures_usage_multiplier living_space = spaces[HPXML::LocationLivingSpace] - nbeds = HPXMLDefaults.get_nbeds_adjusted_for_operational_calculation(hpxml) + nbeds = hpxml.building_construction.additional_properties.adjusted_number_of_bedrooms # Get appliances, etc. if not hpxml.clothes_washers.empty? @@ -44,27 +45,29 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, cw_annual_kwh, cw_frac_sens, cw_frac_lat, cw_gpd = calc_clothes_washer_energy_gpd(eri_version, nbeds, clothes_washer, clothes_washer.additional_properties.space.nil?) # Create schedule - power_cw_schedule = nil + cw_power_schedule = nil + cw_col_name = SchedulesFile::ColumnClothesWasher if not schedules_file.nil? - cw_design_level_w = schedules_file.calc_design_level_from_daily_kwh(col_name: SchedulesFile::ColumnClothesWasher, daily_kwh: cw_annual_kwh / 365.0) - power_cw_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnClothesWasher) + cw_design_level_w = schedules_file.calc_design_level_from_daily_kwh(col_name: cw_col_name, daily_kwh: cw_annual_kwh / 365.0) + cw_power_schedule = schedules_file.create_schedule_file(col_name: cw_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end - if power_cw_schedule.nil? + if cw_power_schedule.nil? + cw_unavailable_periods = Schedule.get_unavailable_periods(runner, cw_col_name, unavailable_periods) cw_weekday_sch = clothes_washer.weekday_fractions cw_weekend_sch = clothes_washer.weekend_fractions cw_monthly_sch = clothes_washer.monthly_multipliers - cw_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameClothesWasher, cw_weekday_sch, cw_weekend_sch, cw_monthly_sch, Constants.ScheduleTypeLimitsFraction) + cw_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameClothesWasher, cw_weekday_sch, cw_weekend_sch, cw_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: cw_unavailable_periods) cw_design_level_w = cw_schedule_obj.calc_design_level_from_daily_kwh(cw_annual_kwh / 365.0) - power_cw_schedule = cw_schedule_obj.schedule + cw_power_schedule = cw_schedule_obj.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnClothesWasher}' schedule file and weekday fractions provided; the latter will be ignored.") if !clothes_washer.weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnClothesWasher}' schedule file and weekend fractions provided; the latter will be ignored.") if !clothes_washer.weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnClothesWasher}' schedule file and monthly multipliers provided; the latter will be ignored.") if !clothes_washer.monthly_multipliers.nil? + runner.registerWarning("Both '#{cw_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !clothes_washer.weekday_fractions.nil? + runner.registerWarning("Both '#{cw_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !clothes_washer.weekend_fractions.nil? + runner.registerWarning("Both '#{cw_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !clothes_washer.monthly_multipliers.nil? end cw_space = clothes_washer.additional_properties.space cw_space = living_space if cw_space.nil? # appliance is outdoors, so we need to assign the equipment to an arbitrary space - add_electric_equipment(model, Constants.ObjectNameClothesWasher, cw_space, cw_design_level_w, cw_frac_sens, cw_frac_lat, power_cw_schedule) + add_electric_equipment(model, Constants.ObjectNameClothesWasher, cw_space, cw_design_level_w, cw_frac_sens, cw_frac_lat, cw_power_schedule) end # Clothes dryer energy @@ -73,23 +76,25 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, # Create schedule cd_schedule = nil + cd_col_name = SchedulesFile::ColumnClothesDryer if not schedules_file.nil? - cd_design_level_e = schedules_file.calc_design_level_from_annual_kwh(col_name: SchedulesFile::ColumnClothesDryer, annual_kwh: cd_annual_kwh) - cd_design_level_f = schedules_file.calc_design_level_from_annual_therm(col_name: SchedulesFile::ColumnClothesDryer, annual_therm: cd_annual_therm) - cd_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnClothesDryer) + cd_design_level_e = schedules_file.calc_design_level_from_annual_kwh(col_name: cd_col_name, annual_kwh: cd_annual_kwh) + cd_design_level_f = schedules_file.calc_design_level_from_annual_therm(col_name: cd_col_name, annual_therm: cd_annual_therm) + cd_schedule = schedules_file.create_schedule_file(col_name: cd_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end if cd_schedule.nil? + cd_unavailable_periods = Schedule.get_unavailable_periods(runner, cd_col_name, unavailable_periods) cd_weekday_sch = clothes_dryer.weekday_fractions cd_weekend_sch = clothes_dryer.weekend_fractions cd_monthly_sch = clothes_dryer.monthly_multipliers - cd_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameClothesDryer, cd_weekday_sch, cd_weekend_sch, cd_monthly_sch, Constants.ScheduleTypeLimitsFraction) + cd_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameClothesDryer, cd_weekday_sch, cd_weekend_sch, cd_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: cd_unavailable_periods) cd_design_level_e = cd_schedule_obj.calc_design_level_from_daily_kwh(cd_annual_kwh / 365.0) cd_design_level_f = cd_schedule_obj.calc_design_level_from_daily_therm(cd_annual_therm / 365.0) cd_schedule = cd_schedule_obj.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnClothesDryer}' schedule file and weekday fractions provided; the latter will be ignored.") if !clothes_dryer.weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnClothesDryer}' schedule file and weekend fractions provided; the latter will be ignored.") if !clothes_dryer.weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnClothesDryer}' schedule file and monthly multipliers provided; the latter will be ignored.") if !clothes_dryer.monthly_multipliers.nil? + runner.registerWarning("Both '#{cd_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !clothes_dryer.weekday_fractions.nil? + runner.registerWarning("Both '#{cd_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !clothes_dryer.weekend_fractions.nil? + runner.registerWarning("Both '#{cd_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !clothes_dryer.monthly_multipliers.nil? end cd_space = clothes_dryer.additional_properties.space @@ -103,27 +108,29 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, dw_annual_kwh, dw_frac_sens, dw_frac_lat, dw_gpd = calc_dishwasher_energy_gpd(eri_version, nbeds, dishwasher, dishwasher.additional_properties.space.nil?) # Create schedule - power_dw_schedule = nil + dw_power_schedule = nil + dw_col_name = SchedulesFile::ColumnDishwasher if not schedules_file.nil? - dw_design_level_w = schedules_file.calc_design_level_from_daily_kwh(col_name: SchedulesFile::ColumnDishwasher, daily_kwh: dw_annual_kwh / 365.0) - power_dw_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnDishwasher) + dw_design_level_w = schedules_file.calc_design_level_from_daily_kwh(col_name: dw_col_name, daily_kwh: dw_annual_kwh / 365.0) + dw_power_schedule = schedules_file.create_schedule_file(col_name: dw_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end - if power_dw_schedule.nil? + if dw_power_schedule.nil? + dw_unavailable_periods = Schedule.get_unavailable_periods(runner, dw_col_name, unavailable_periods) dw_weekday_sch = dishwasher.weekday_fractions dw_weekend_sch = dishwasher.weekend_fractions dw_monthly_sch = dishwasher.monthly_multipliers - dw_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameDishwasher, dw_weekday_sch, dw_weekend_sch, dw_monthly_sch, Constants.ScheduleTypeLimitsFraction) + dw_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameDishwasher, dw_weekday_sch, dw_weekend_sch, dw_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: dw_unavailable_periods) dw_design_level_w = dw_schedule_obj.calc_design_level_from_daily_kwh(dw_annual_kwh / 365.0) - power_dw_schedule = dw_schedule_obj.schedule + dw_power_schedule = dw_schedule_obj.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnDishwasher}' schedule file and weekday fractions provided; the latter will be ignored.") if !dishwasher.weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnDishwasher}' schedule file and weekend fractions provided; the latter will be ignored.") if !dishwasher.weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnDishwasher}' schedule file and monthly multipliers provided; the latter will be ignored.") if !dishwasher.monthly_multipliers.nil? + runner.registerWarning("Both '#{dw_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !dishwasher.weekday_fractions.nil? + runner.registerWarning("Both '#{dw_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !dishwasher.weekend_fractions.nil? + runner.registerWarning("Both '#{dw_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !dishwasher.monthly_multipliers.nil? end dw_space = dishwasher.additional_properties.space dw_space = living_space if dw_space.nil? # appliance is outdoors, so we need to assign the equipment to an arbitrary space - add_electric_equipment(model, Constants.ObjectNameDishwasher, dw_space, dw_design_level_w, dw_frac_sens, dw_frac_lat, power_dw_schedule) + add_electric_equipment(model, Constants.ObjectNameDishwasher, dw_space, dw_design_level_w, dw_frac_sens, dw_frac_lat, dw_power_schedule) end # Refrigerator(s) energy @@ -132,16 +139,17 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, # Create schedule fridge_schedule = nil + fridge_col_name = refrigerator.primary_indicator ? SchedulesFile::ColumnRefrigerator : SchedulesFile::ColumnExtraRefrigerator if not schedules_file.nil? - fridge_col_name = refrigerator.primary_indicator ? SchedulesFile::ColumnRefrigerator : SchedulesFile::ColumnExtraRefrigerator fridge_design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: fridge_col_name, annual_kwh: rf_annual_kwh) - fridge_schedule = schedules_file.create_schedule_file(col_name: fridge_col_name) + fridge_schedule = schedules_file.create_schedule_file(col_name: fridge_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end if fridge_schedule.nil? + fridge_unavailable_periods = Schedule.get_unavailable_periods(runner, fridge_col_name, unavailable_periods) fridge_weekday_sch = refrigerator.weekday_fractions fridge_weekend_sch = refrigerator.weekend_fractions fridge_monthly_sch = refrigerator.monthly_multipliers - fridge_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameRefrigerator, fridge_weekday_sch, fridge_weekend_sch, fridge_monthly_sch, Constants.ScheduleTypeLimitsFraction) + fridge_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameRefrigerator, fridge_weekday_sch, fridge_weekend_sch, fridge_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: fridge_unavailable_periods) fridge_design_level = fridge_schedule_obj.calc_design_level_from_daily_kwh(rf_annual_kwh / 365.0) fridge_schedule = fridge_schedule_obj.schedule else @@ -161,21 +169,23 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, # Create schedule freezer_schedule = nil + freezer_col_name = SchedulesFile::ColumnFreezer if not schedules_file.nil? - freezer_design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: SchedulesFile::ColumnFreezer, annual_kwh: fz_annual_kwh) - freezer_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnFreezer) + freezer_design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: freezer_col_name, annual_kwh: fz_annual_kwh) + freezer_schedule = schedules_file.create_schedule_file(col_name: freezer_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end if freezer_schedule.nil? + freezer_unavailable_periods = Schedule.get_unavailable_periods(runner, freezer_col_name, unavailable_periods) freezer_weekday_sch = freezer.weekday_fractions freezer_weekend_sch = freezer.weekend_fractions freezer_monthly_sch = freezer.monthly_multipliers - freezer_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameFreezer, freezer_weekday_sch, freezer_weekend_sch, freezer_monthly_sch, Constants.ScheduleTypeLimitsFraction) + freezer_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameFreezer, freezer_weekday_sch, freezer_weekend_sch, freezer_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: freezer_unavailable_periods) freezer_design_level = freezer_schedule_obj.calc_design_level_from_daily_kwh(fz_annual_kwh / 365.0) freezer_schedule = freezer_schedule_obj.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnFreezer}' schedule file and weekday fractions provided; the latter will be ignored.") if !freezer.weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnFreezer}' schedule file and weekend fractions provided; the latter will be ignored.") if !freezer.weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnFreezer}' schedule file and monthly multipliers provided; the latter will be ignored.") if !freezer.monthly_multipliers.nil? + runner.registerWarning("Both '#{freezer_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !freezer.weekday_fractions.nil? + runner.registerWarning("Both '#{freezer_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !freezer.weekend_fractions.nil? + runner.registerWarning("Both '#{freezer_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !freezer.monthly_multipliers.nil? end fz_space = freezer.additional_properties.space @@ -189,23 +199,25 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, # Create schedule cook_schedule = nil + cook_col_name = SchedulesFile::ColumnCookingRange if not schedules_file.nil? - cook_design_level_e = schedules_file.calc_design_level_from_annual_kwh(col_name: SchedulesFile::ColumnCookingRange, annual_kwh: cook_annual_kwh) - cook_design_level_f = schedules_file.calc_design_level_from_annual_therm(col_name: SchedulesFile::ColumnCookingRange, annual_therm: cook_annual_therm) - cook_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnCookingRange) + cook_design_level_e = schedules_file.calc_design_level_from_annual_kwh(col_name: cook_col_name, annual_kwh: cook_annual_kwh) + cook_design_level_f = schedules_file.calc_design_level_from_annual_therm(col_name: cook_col_name, annual_therm: cook_annual_therm) + cook_schedule = schedules_file.create_schedule_file(col_name: cook_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end if cook_schedule.nil? + cook_unavailable_periods = Schedule.get_unavailable_periods(runner, cook_col_name, unavailable_periods) cook_weekday_sch = cooking_range.weekday_fractions cook_weekend_sch = cooking_range.weekend_fractions cook_monthly_sch = cooking_range.monthly_multipliers - cook_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameCookingRange, cook_weekday_sch, cook_weekend_sch, cook_monthly_sch, Constants.ScheduleTypeLimitsFraction) + cook_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameCookingRange, cook_weekday_sch, cook_weekend_sch, cook_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: cook_unavailable_periods) cook_design_level_e = cook_schedule_obj.calc_design_level_from_daily_kwh(cook_annual_kwh / 365.0) cook_design_level_f = cook_schedule_obj.calc_design_level_from_daily_therm(cook_annual_therm / 365.0) cook_schedule = cook_schedule_obj.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnCookingRange}' schedule file and weekday fractions provided; the latter will be ignored.") if !cooking_range.weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnCookingRange}' schedule file and weekend fractions provided; the latter will be ignored.") if !cooking_range.weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnCookingRange}' schedule file and monthly multipliers provided; the latter will be ignored.") if !cooking_range.monthly_multipliers.nil? + runner.registerWarning("Both '#{cook_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !cooking_range.weekday_fractions.nil? + runner.registerWarning("Both '#{cook_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !cooking_range.weekend_fractions.nil? + runner.registerWarning("Both '#{cook_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !cooking_range.monthly_multipliers.nil? end cook_space = cooking_range.additional_properties.space @@ -230,7 +242,8 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, wh_setpoint = Waterheater.get_default_hot_water_temperature(eri_version) if wh_setpoint.nil? # using detailed schedules avg_setpoint_temp += wh_setpoint * water_heating_system.fraction_dhw_load_served end - daily_wh_inlet_temperatures = calc_water_heater_daily_inlet_temperatures(weather, nbeds, hot_water_distribution, fixtures_all_low_flow) + daily_wh_inlet_temperatures = calc_water_heater_daily_inlet_temperatures(weather, nbeds, hot_water_distribution, fixtures_all_low_flow, + hpxml.header.sim_calendar_year) daily_wh_inlet_temperatures_c = daily_wh_inlet_temperatures.map { |t| UnitConversions.convert(t, 'F', 'C') } daily_mw_fractions = calc_mixed_water_daily_fractions(daily_wh_inlet_temperatures, avg_setpoint_temp, t_mix) @@ -250,19 +263,21 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, # Create schedule fixtures_schedule = nil + fixtures_col_name = SchedulesFile::ColumnHotWaterFixtures if not schedules_file.nil? - fixtures_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnHotWaterFixtures) + fixtures_schedule = schedules_file.create_schedule_file(col_name: fixtures_col_name, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end if fixtures_schedule.nil? + fixtures_unavailable_periods = Schedule.get_unavailable_periods(runner, fixtures_col_name, unavailable_periods) fixtures_weekday_sch = hpxml.water_heating.water_fixtures_weekday_fractions fixtures_weekend_sch = hpxml.water_heating.water_fixtures_weekend_fractions fixtures_monthly_sch = hpxml.water_heating.water_fixtures_monthly_multipliers - fixtures_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameFixtures, fixtures_weekday_sch, fixtures_weekend_sch, fixtures_monthly_sch, Constants.ScheduleTypeLimitsFraction) + fixtures_schedule_obj = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameFixtures, fixtures_weekday_sch, fixtures_weekend_sch, fixtures_monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: fixtures_unavailable_periods) fixtures_schedule = fixtures_schedule_obj.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnHotWaterFixtures}' schedule file and weekday fractions provided; the latter will be ignored.") if !hpxml.water_heating.water_fixtures_weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnHotWaterFixtures}' schedule file and weekend fractions provided; the latter will be ignored.") if !hpxml.water_heating.water_fixtures_weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnHotWaterFixtures}' schedule file and monthly multipliers provided; the latter will be ignored.") if !hpxml.water_heating.water_fixtures_monthly_multipliers.nil? + runner.registerWarning("Both '#{fixtures_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !hpxml.water_heating.water_fixtures_weekday_fractions.nil? + runner.registerWarning("Both '#{fixtures_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !hpxml.water_heating.water_fixtures_weekend_fractions.nil? + runner.registerWarning("Both '#{fixtures_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !hpxml.water_heating.water_fixtures_monthly_multipliers.nil? end end @@ -322,7 +337,7 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, water_cw_schedule = nil if not schedules_file.nil? cw_peak_flow = schedules_file.calc_peak_flow_from_daily_gpm(col_name: SchedulesFile::ColumnHotWaterClothesWasher, daily_water: cw_gpd) - water_cw_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnHotWaterClothesWasher) + water_cw_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end if water_cw_schedule.nil? cw_peak_flow = cw_schedule_obj.calc_design_level_from_daily_gpm(cw_gpd) @@ -349,7 +364,7 @@ def self.apply(model, runner, hpxml, weather, spaces, hot_water_distribution, water_dw_schedule = nil if not schedules_file.nil? dw_peak_flow = schedules_file.calc_peak_flow_from_daily_gpm(col_name: SchedulesFile::ColumnHotWaterDishwasher, daily_water: dw_gpd) - water_dw_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnHotWaterDishwasher) + water_dw_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedule_type_limits_name: Constants.ScheduleTypeLimitsFraction) end if water_dw_schedule.nil? dw_peak_flow = dw_schedule_obj.calc_design_level_from_daily_gpm(dw_gpd) @@ -795,8 +810,6 @@ def self.add_other_equipment(model, obj_name, space, design_level_w, frac_sens, end def self.add_water_use_equipment(model, obj_name, peak_flow, schedule, water_use_connections, mw_temp_schedule = nil) - return if peak_flow == 0.0 - wu_def = OpenStudio::Model::WaterUseEquipmentDefinition.new(model) wu = OpenStudio::Model::WaterUseEquipment.new(wu_def) wu.setName(obj_name) @@ -848,23 +861,23 @@ def self.get_dwhr_factors(nbeds, hot_water_distribution, fixtures_all_low_flow) return eff_adj, iFrac, plc, locF, fixF end - def self.calc_water_heater_daily_inlet_temperatures(weather, nbeds, hot_water_distribution, fixtures_all_low_flow) + def self.calc_water_heater_daily_inlet_temperatures(weather, nbeds, hot_water_distribution, fixtures_all_low_flow, year) # Get daily mains temperatures avgOAT = weather.data.AnnualAvgDrybulb maxDiffMonthlyAvgOAT = weather.data.MonthlyAvgDrybulbs.max - weather.data.MonthlyAvgDrybulbs.min - tmains_daily = WeatherProcess.calc_mains_temperatures(avgOAT, maxDiffMonthlyAvgOAT, weather.header.Latitude)[2] + tmains_daily = WeatherProcess.calc_mains_temperatures(avgOAT, maxDiffMonthlyAvgOAT, weather.header.Latitude, year)[2] wh_temps_daily = tmains_daily if (not hot_water_distribution.dwhr_efficiency.nil?) dwhr_eff_adj, dwhr_iFrac, dwhr_plc, dwhr_locF, dwhr_fixF = get_dwhr_factors(nbeds, hot_water_distribution, fixtures_all_low_flow) # Adjust inlet temperatures dwhr_inT = 97.0 # F - for day in 0..364 + for day in 0..tmains_daily.size - 1 dwhr_WHinTadj = dwhr_iFrac * (dwhr_inT - tmains_daily[day]) * hot_water_distribution.dwhr_efficiency * dwhr_eff_adj * dwhr_plc * dwhr_locF * dwhr_fixF wh_temps_daily[day] = (wh_temps_daily[day] + dwhr_WHinTadj).round(3) end else - for day in 0..364 + for day in 0..tmains_daily.size - 1 wh_temps_daily[day] = (wh_temps_daily[day]).round(3) end end @@ -874,7 +887,7 @@ def self.calc_water_heater_daily_inlet_temperatures(weather, nbeds, hot_water_di def self.calc_mixed_water_daily_fractions(daily_wh_inlet_temperatures, tHot, tMix) adjFmix = [] - for day in 0..364 + for day in 0..daily_wh_inlet_temperatures.size - 1 adjFmix << (1.0 - ((tHot - tMix) / (tHot - daily_wh_inlet_temperatures[day]))).round(4) end @@ -932,6 +945,10 @@ def self.get_fixtures_effectiveness(fixtures_all_low_flow) end def self.get_fixtures_gpd(eri_version, nbeds, fixtures_all_low_flow, daily_mw_fractions, fixtures_usage_multiplier = 1.0) + if nbeds < 0.0 + return 0.0 + end + if Constants.ERIVersions.index(eri_version) < Constants.ERIVersions.index('2014A') hw_gpd = 30.0 + 10.0 * nbeds # Table 4.2.2(1) Service water heating systems # Convert to mixed water gpd @@ -943,6 +960,7 @@ def self.get_fixtures_gpd(eri_version, nbeds, fixtures_all_low_flow, daily_mw_fr # Amendment on Domestic Hot Water (DHW) Systems ref_f_gpd = 14.6 + 10.0 * nbeds # Eq. 4.2-2 (refFgpd) f_eff = get_fixtures_effectiveness(fixtures_all_low_flow) + return f_eff * ref_f_gpd * fixtures_usage_multiplier end @@ -955,7 +973,7 @@ def self.get_water_gains_sens_lat(nbeds, fixtures_usage_multiplier = 1.0) def self.get_dist_waste_gpd(eri_version, nbeds, has_uncond_bsmnt, cfa, ncfl, hot_water_distribution, fixtures_all_low_flow, fixtures_usage_multiplier = 1.0) - if Constants.ERIVersions.index(eri_version) <= Constants.ERIVersions.index('2014') + if (Constants.ERIVersions.index(eri_version) <= Constants.ERIVersions.index('2014')) || (nbeds < 0.0) return 0.0 end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb index e69755ea..4737a1ac 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml.rb @@ -49,13 +49,13 @@ class HPXML < Object HPXML_ATTRS = [:header, :site, :neighbor_buildings, :building_occupancy, :building_construction, - :climate_and_risk_zones, :air_infiltration_measurements, :attics, :foundations, - :roofs, :rim_joists, :walls, :foundation_walls, :floors, :slabs, :windows, + :climate_and_risk_zones, :air_infiltration, :air_infiltration_measurements, :attics, + :foundations, :roofs, :rim_joists, :walls, :foundation_walls, :floors, :slabs, :windows, :skylights, :doors, :partition_wall_mass, :furniture_mass, :heating_systems, :cooling_systems, :heat_pumps, :hvac_plant, :hvac_controls, :hvac_distributions, :ventilation_fans, :water_heating_systems, :hot_water_distributions, :water_fixtures, - :water_heating, :solar_thermal_systems, :pv_systems, :generators, :batteries, - :clothes_washers, :clothes_dryers, :dishwashers, :refrigerators, + :water_heating, :solar_thermal_systems, :pv_systems, :inverters, :generators, + :batteries, :clothes_washers, :clothes_dryers, :dishwashers, :refrigerators, :freezers, :dehumidifiers, :cooking_ranges, :ovens, :lighting_groups, :lighting, :ceiling_fans, :pools, :hot_tubs, :plug_loads, :fuel_loads] attr_reader(*HPXML_ATTRS, :doc, :errors, :warnings, :hpxml_path) @@ -75,6 +75,7 @@ class HPXML < Object AtticTypeUnvented = 'UnventedAttic' AtticTypeVented = 'VentedAttic' AtticWallTypeGable = 'gable' + AtticWallTypeKneeWall = 'knee wall' BatteryTypeLithiumIon = 'Li-ion' BatteryLifetimeModelNone = 'None' BatteryLifetimeModelKandlerSmith = 'KandlerSmith' @@ -92,6 +93,10 @@ class HPXML < Object ColorReflective = 'reflective' DehumidifierTypePortable = 'portable' DehumidifierTypeWholeHome = 'whole-home' + DuctBuriedInsulationNone = 'not buried' + DuctBuriedInsulationPartial = 'partially buried' + DuctBuriedInsulationFull = 'fully buried' + DuctBuriedInsulationDeep = 'deeply buried' DHWRecirControlTypeManual = 'manual demand control' DHWRecirControlTypeNone = 'no control' DHWRecirControlTypeSensor = 'presence sensor demand control' @@ -199,6 +204,8 @@ class HPXML < Object InteriorFinishNone = 'none' InteriorFinishPlaster = 'plaster' InteriorFinishWood = 'wood' + InfiltrationTypeUnitTotal = 'unit total' + InfiltrationTypeUnitExterior = 'unit exterior only' LeakinessTight = 'tight' LeakinessAverage = 'average' LightingTypeCFL = 'CompactFluorescent' @@ -236,8 +243,6 @@ class HPXML < Object MechVentTypeExhaust = 'exhaust only' MechVentTypeHRV = 'heat recovery ventilator' MechVentTypeSupply = 'supply only' - OccupancyCalculationTypeAsset = 'asset' - OccupancyCalculationTypeOperational = 'operational' OrientationEast = 'east' OrientationNorth = 'north' OrientationNortheast = 'northeast' @@ -274,6 +279,9 @@ class HPXML < Object RoofTypePlasticRubber = 'plastic/rubber/synthetic sheeting' RoofTypeShingles = 'shingles' RoofTypeWoodShingles = 'wood shingles or shakes' + ScheduleRegular = 'regular schedule' + ScheduleAvailable = 'always available' + ScheduleUnavailable = 'always unavailable' ShieldingExposed = 'exposed' ShieldingNormal = 'normal' ShieldingWellShielded = 'well-shielded' @@ -313,11 +321,13 @@ class HPXML < Object UnitsCFM = 'CFM' UnitsCFM25 = 'CFM25' UnitsCFM50 = 'CFM50' + UnitsCFMNatural = 'CFMnatural' UnitsCOP = 'COP' UnitsDegFPerHour = 'F/hr' UnitsDollars = '$' UnitsDollarsPerkW = '$/kW' UnitsEER = 'EER' + UnitsELA = 'EffectiveLeakageArea' UnitsCEER = 'CEER' UnitsHSPF = 'HSPF' UnitsHSPF2 = 'HSPF2' @@ -349,7 +359,7 @@ class HPXML < Object WallTypeWoodStud = 'WoodStud' WaterFixtureTypeFaucet = 'faucet' WaterFixtureTypeShowerhead = 'shower head' - WaterHeaterOperatingModeStandard = 'standard' + WaterHeaterOperatingModeHybridAuto = 'hybrid/auto' WaterHeaterOperatingModeHeatPumpOnly = 'heat pump only' WaterHeaterTankModelTypeMixed = 'mixed' WaterHeaterTankModelTypeStratified = 'stratified' @@ -389,7 +399,7 @@ class HPXML < Object WindowClassResidential = 'residential' WindowClassLightCommercial = 'light commercial' - def initialize(hpxml_path: nil, schema_path: nil, schematron_path: nil, collapse_enclosure: true, building_id: nil) + def initialize(hpxml_path: nil, schema_validator: nil, schematron_validator: nil, building_id: nil) @doc = nil @hpxml_path = hpxml_path @errors = [] @@ -399,8 +409,9 @@ def initialize(hpxml_path: nil, schema_path: nil, schematron_path: nil, collapse if not hpxml_path.nil? @doc = XMLHelper.parse_file(hpxml_path) - if not schema_path.nil? - xsd_errors, xsd_warnings = XMLValidator.validate_against_schema(hpxml_path, schema_path) + # Validate against XSD schema + if not schema_validator.nil? + xsd_errors, xsd_warnings = XMLValidator.validate_against_schema(hpxml_path, schema_validator) @errors += xsd_errors @warnings += xsd_warnings return unless @errors.empty? @@ -410,14 +421,10 @@ def initialize(hpxml_path: nil, schema_path: nil, schematron_path: nil, collapse hpxml = XMLHelper.get_element(@doc, '/HPXML') Version.check_hpxml_version(XMLHelper.get_attribute_value(hpxml, 'schemaVersion')) - if not schematron_path.nil? - sct_errors, sct_warnings = XMLValidator.validate_against_schematron(hpxml_path, schematron_path, hpxml) - @errors += sct_errors - @warnings += sct_warnings - return unless @errors.empty? - end - # Handle multiple buildings + # Do this before schematron validation so that: + # 1. We don't give schematron warnings for Building elements that are not of interest. + # 2. The schematron validation occurs faster (as we're only validating one Building). if XMLHelper.get_elements(hpxml, 'Building').size > 1 if building_id.nil? @errors << 'Multiple Building elements defined in HPXML file; Building ID argument must be provided.' @@ -434,6 +441,18 @@ def initialize(hpxml_path: nil, schema_path: nil, schematron_path: nil, collapse @errors << "Could not find Building element with ID '#{building_id}'." return unless @errors.empty? end + + # Write new HPXML file with all other Building elements removed + hpxml_path = Tempfile.new(['hpxml', '.xml']).path.to_s + XMLHelper.write_file(hpxml, hpxml_path) + end + + # Validate against Schematron + if not schematron_validator.nil? + sct_errors, sct_warnings = XMLValidator.validate_against_schematron(hpxml_path, schematron_validator, hpxml) + @errors += sct_errors + @warnings += sct_warnings + return unless @errors.empty? end end @@ -443,13 +462,6 @@ def initialize(hpxml_path: nil, schema_path: nil, schematron_path: nil, collapse # Check for additional errors (those hard to check via Schematron) @errors += check_for_errors() return unless @errors.empty? - - # Clean up - delete_tiny_surfaces() - delete_adiabatic_subsurfaces() - if collapse_enclosure - collapse_enclosure_surfaces() - end end def hvac_systems @@ -533,7 +545,7 @@ def predominant_water_heating_fuel def fraction_of_windows_operable() # Calculates the fraction of windows that are operable. - # Since we don't have quantity available, we use area as an approximation. + # Since we don't have count available, we use area as an approximation. window_area_total = @windows.map { |w| w.area }.sum(0.0) window_area_operable = @windows.map { |w| w.fraction_operable * w.area }.sum(0.0) if window_area_total <= 0 @@ -605,7 +617,7 @@ def common_wall_area() def compartmentalization_boundary_areas() # Returns the infiltration compartmentalization boundary areas total_area = 0.0 # Total surface area that bounds the Infiltration Volume - exterior_area = 0.0 # Same as above excluding surfaces attached to garage or other housing units + exterior_area = 0.0 # Same as above excluding surfaces attached to garage, other housing units, or other multifamily spaces (see 301-2019 Addendum B) # Determine which spaces are within infiltration volume spaces_within_infil_volume = HPXML::conditioned_locations_this_unit @@ -705,6 +717,7 @@ def to_oga() @building_construction.to_oga(@doc) @climate_and_risk_zones.to_oga(@doc) @air_infiltration_measurements.to_oga(@doc) + @air_infiltration.to_oga(@doc) @attics.to_oga(@doc) @foundations.to_oga(@doc) @roofs.to_oga(@doc) @@ -731,6 +744,7 @@ def to_oga() @water_heating.to_oga(@doc) @solar_thermal_systems.to_oga(@doc) @pv_systems.to_oga(@doc) + @inverters.to_oga(@doc) @batteries.to_oga(@doc) @generators.to_oga(@doc) @clothes_washers.to_oga(@doc) @@ -759,6 +773,7 @@ def from_oga(hpxml) @building_construction = BuildingConstruction.new(self, hpxml) @climate_and_risk_zones = ClimateandRiskZones.new(self, hpxml) @air_infiltration_measurements = AirInfiltrationMeasurements.new(self, hpxml) + @air_infiltration = AirInfiltration.new(self, hpxml) @attics = Attics.new(self, hpxml) @foundations = Foundations.new(self, hpxml) @roofs = Roofs.new(self, hpxml) @@ -785,6 +800,7 @@ def from_oga(hpxml) @water_heating = WaterHeating.new(self, hpxml) @solar_thermal_systems = SolarThermalSystems.new(self, hpxml) @pv_systems = PVSystems.new(self, hpxml) + @inverters = Inverters.new(self, hpxml) @batteries = Batteries.new(self, hpxml) @generators = Generators.new(self, hpxml) @clothes_washers = ClothesWashers.new(self, hpxml) @@ -919,22 +935,26 @@ class Header < BaseElement def initialize(hpxml_object, *args) @emissions_scenarios = EmissionsScenarios.new(hpxml_object) @utility_bill_scenarios = UtilityBillScenarios.new(hpxml_object) + @unavailable_periods = UnavailablePeriods.new(hpxml_object) super(hpxml_object, *args) end ATTRS = [:xml_type, :xml_generated_by, :created_date_and_time, :transaction, :software_program_used, :software_program_version, :eri_calculation_version, - :timestep, :building_id, :event_type, :state_code, :zip_code, + :co2index_calculation_version, :timestep, :building_id, :event_type, :state_code, :zip_code, :egrid_region, :egrid_subregion, :cambium_region_gea, :time_zone_utc_offset, :sim_begin_month, :sim_begin_day, :sim_end_month, :sim_end_day, :sim_calendar_year, :dst_enabled, :dst_begin_month, :dst_begin_day, :dst_end_month, :dst_end_day, - :heat_pump_sizing_methodology, :allow_increased_fixed_capacities, - :apply_ashrae140_assumptions, :energystar_calculation_version, :schedules_filepaths, - :occupancy_calculation_type, :extension_properties, :iecc_eri_calculation_version, - :zerh_calculation_version, :temperature_capacitance_multiplier, - :natvent_days_per_week] + :heat_pump_sizing_methodology, :allow_increased_fixed_capacities, :apply_ashrae140_assumptions, + :energystar_calculation_version, :schedules_filepaths, :extension_properties, :iecc_eri_calculation_version, + :zerh_calculation_version, :temperature_capacitance_multiplier, :natvent_days_per_week, + :shading_summer_begin_month, :shading_summer_begin_day, :shading_summer_end_month, + :shading_summer_end_day, :manualj_heating_design_temp, :manualj_cooling_design_temp, + :manualj_heating_setpoint, :manualj_cooling_setpoint, :manualj_humidity_setpoint, + :manualj_internal_loads_sensible, :manualj_internal_loads_latent, :manualj_num_occupants] attr_accessor(*ATTRS) attr_reader(:emissions_scenarios) attr_reader(:utility_bill_scenarios) + attr_reader(:unavailable_periods) def check_for_errors errors = [] @@ -954,8 +974,10 @@ def check_for_errors end errors += HPXML::check_dates('Daylight Saving', @dst_begin_month, @dst_begin_day, @dst_end_month, @dst_end_day) + errors += HPXML::check_dates('Shading Summer Season', @shading_summer_begin_month, @shading_summer_begin_day, @shading_summer_end_month, @shading_summer_end_day) errors += @emissions_scenarios.check_for_errors errors += @utility_bill_scenarios.check_for_errors + errors += @unavailable_periods.check_for_errors return errors end @@ -977,12 +999,12 @@ def to_oga(doc) software_info = XMLHelper.add_element(hpxml, 'SoftwareInfo') XMLHelper.add_element(software_info, 'SoftwareProgramUsed', @software_program_used, :string) unless @software_program_used.nil? XMLHelper.add_element(software_info, 'SoftwareProgramVersion', @software_program_version, :string) unless @software_program_version.nil? - XMLHelper.add_extension(software_info, 'OccupancyCalculationType', @occupancy_calculation_type, :string, @occupancy_calculation_type_isdefaulted) unless @occupancy_calculation_type.nil? XMLHelper.add_extension(software_info, 'ApplyASHRAE140Assumptions', @apply_ashrae140_assumptions, :boolean) unless @apply_ashrae140_assumptions.nil? - { @eri_calculation_version => 'ERICalculation', - @energystar_calculation_version => 'EnergyStarCalculation', - @iecc_eri_calculation_version => 'IECCERICalculation', - @zerh_calculation_version => 'ZERHCalculation' }.each do |calculation_version, element_name| + { 'ERICalculation' => @eri_calculation_version, + 'CO2IndexCalculation' => @co2index_calculation_version, + 'EnergyStarCalculation' => @energystar_calculation_version, + 'IECCERICalculation' => @iecc_eri_calculation_version, + 'ZERHCalculation' => @zerh_calculation_version }.each do |element_name, calculation_version| next if calculation_version.nil? extension = XMLHelper.create_elements_as_needed(software_info, ['extension']) @@ -1005,6 +1027,17 @@ def to_oga(doc) XMLHelper.add_element(hvac_sizing_control, 'HeatPumpSizingMethodology', @heat_pump_sizing_methodology, :string, @heat_pump_sizing_methodology_isdefaulted) unless @heat_pump_sizing_methodology.nil? XMLHelper.add_element(hvac_sizing_control, 'AllowIncreasedFixedCapacities', @allow_increased_fixed_capacities, :boolean, @allow_increased_fixed_capacities_isdefaulted) unless @allow_increased_fixed_capacities.nil? end + if (not @manualj_heating_design_temp.nil?) || (not @manualj_cooling_design_temp.nil?) || (not @manualj_heating_setpoint.nil?) || (not @manualj_cooling_setpoint.nil?) || (not @manualj_humidity_setpoint.nil?) || (not @manualj_internal_loads_sensible.nil?) || (not @manualj_internal_loads_latent.nil?) || (not @manualj_num_occupants.nil?) + manualj_sizing_inputs = XMLHelper.create_elements_as_needed(software_info, ['extension', 'HVACSizingControl', 'ManualJInputs']) + XMLHelper.add_element(manualj_sizing_inputs, 'HeatingDesignTemperature', @manualj_heating_design_temp, :float, @manualj_heating_design_temp_isdefaulted) unless @manualj_heating_design_temp.nil? + XMLHelper.add_element(manualj_sizing_inputs, 'CoolingDesignTemperature', @manualj_cooling_design_temp, :float, @manualj_cooling_design_temp_isdefaulted) unless @manualj_cooling_design_temp.nil? + XMLHelper.add_element(manualj_sizing_inputs, 'HeatingSetpoint', @manualj_heating_setpoint, :float, @manualj_heating_setpoint_isdefaulted) unless @manualj_heating_setpoint.nil? + XMLHelper.add_element(manualj_sizing_inputs, 'CoolingSetpoint', @manualj_cooling_setpoint, :float, @manualj_cooling_setpoint_isdefaulted) unless @manualj_cooling_setpoint.nil? + XMLHelper.add_element(manualj_sizing_inputs, 'HumiditySetpoint', @manualj_humidity_setpoint, :float, @manualj_humidity_setpoint_isdefaulted) unless @manualj_humidity_setpoint.nil? + XMLHelper.add_element(manualj_sizing_inputs, 'InternalLoadsSensible', @manualj_internal_loads_sensible, :float, @manualj_internal_loads_sensible_isdefaulted) unless @manualj_internal_loads_sensible.nil? + XMLHelper.add_element(manualj_sizing_inputs, 'InternalLoadsLatent', @manualj_internal_loads_latent, :float, @manualj_internal_loads_latent_isdefaulted) unless @manualj_internal_loads_latent.nil? + XMLHelper.add_element(manualj_sizing_inputs, 'NumberofOccupants', @manualj_num_occupants, :integer, @manualj_num_occupants_isdefaulted) unless @manualj_num_occupants.nil? + end XMLHelper.add_extension(software_info, 'NaturalVentilationAvailabilityDaysperWeek', @natvent_days_per_week, :integer, @natvent_days_per_week_isdefaulted) unless @natvent_days_per_week.nil? if (not @schedules_filepaths.nil?) && (not @schedules_filepaths.empty?) extension = XMLHelper.create_elements_as_needed(software_info, ['extension']) @@ -1012,6 +1045,13 @@ def to_oga(doc) XMLHelper.add_element(extension, 'SchedulesFilePath', schedules_filepath, :string) end end + if (not @shading_summer_begin_month.nil?) || (not @shading_summer_begin_day.nil?) || (not @shading_summer_end_month.nil?) || (not @shading_summer_end_day.nil?) + window_shading_season = XMLHelper.create_elements_as_needed(software_info, ['extension', 'ShadingControl']) + XMLHelper.add_element(window_shading_season, 'SummerBeginMonth', @shading_summer_begin_month, :integer, @shading_summer_begin_month_isdefaulted) unless @shading_summer_begin_month.nil? + XMLHelper.add_element(window_shading_season, 'SummerBeginDayOfMonth', @shading_summer_begin_day, :integer, @shading_summer_begin_day_isdefaulted) unless @shading_summer_begin_day.nil? + XMLHelper.add_element(window_shading_season, 'SummerEndMonth', @shading_summer_end_month, :integer, @shading_summer_end_month_isdefaulted) unless @shading_summer_end_month.nil? + XMLHelper.add_element(window_shading_season, 'SummerEndDayOfMonth', @shading_summer_end_day, :integer, @shading_summer_end_day_isdefaulted) unless @shading_summer_end_day.nil? + end if (not @extension_properties.nil?) && (not @extension_properties.empty?) properties = XMLHelper.create_elements_as_needed(software_info, ['extension', 'AdditionalProperties']) @extension_properties.each do |key, value| @@ -1020,6 +1060,7 @@ def to_oga(doc) end @emissions_scenarios.to_oga(software_info) @utility_bill_scenarios.to_oga(software_info) + @unavailable_periods.to_oga(software_info) building = XMLHelper.add_element(hpxml, 'Building') building_building_id = XMLHelper.add_element(building, 'BuildingID') @@ -1066,6 +1107,7 @@ def from_oga(hpxml) @software_program_used = XMLHelper.get_value(hpxml, 'SoftwareInfo/SoftwareProgramUsed', :string) @software_program_version = XMLHelper.get_value(hpxml, 'SoftwareInfo/SoftwareProgramVersion', :string) @eri_calculation_version = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/ERICalculation/Version', :string) + @co2index_calculation_version = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/CO2IndexCalculation/Version', :string) @iecc_eri_calculation_version = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/IECCERICalculation/Version', :string) @energystar_calculation_version = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/EnergyStarCalculation/Version', :string) @zerh_calculation_version = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/ZERHCalculation/Version', :string) @@ -1076,11 +1118,22 @@ def from_oga(hpxml) @sim_end_day = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/EndDayOfMonth', :integer) @sim_calendar_year = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/CalendarYear', :integer) @temperature_capacitance_multiplier = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/SimulationControl/TemperatureCapacitanceMultiplier', :float) - @occupancy_calculation_type = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/OccupancyCalculationType', :string) @natvent_days_per_week = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/NaturalVentilationAvailabilityDaysperWeek', :integer) + @shading_summer_begin_month = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/ShadingControl/SummerBeginMonth', :integer) + @shading_summer_begin_day = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/ShadingControl/SummerBeginDayOfMonth', :integer) + @shading_summer_end_month = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/ShadingControl/SummerEndMonth', :integer) + @shading_summer_end_day = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/ShadingControl/SummerEndDayOfMonth', :integer) @apply_ashrae140_assumptions = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/ApplyASHRAE140Assumptions', :boolean) @heat_pump_sizing_methodology = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/HeatPumpSizingMethodology', :string) @allow_increased_fixed_capacities = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/AllowIncreasedFixedCapacities', :boolean) + @manualj_heating_design_temp = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/ManualJInputs/HeatingDesignTemperature', :float) + @manualj_cooling_design_temp = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/ManualJInputs/CoolingDesignTemperature', :float) + @manualj_heating_setpoint = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/ManualJInputs/HeatingSetpoint', :float) + @manualj_cooling_setpoint = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/ManualJInputs/CoolingSetpoint', :float) + @manualj_humidity_setpoint = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/ManualJInputs/HumiditySetpoint', :float) + @manualj_internal_loads_sensible = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/ManualJInputs/InternalLoadsSensible', :float) + @manualj_internal_loads_latent = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/ManualJInputs/InternalLoadsLatent', :float) + @manualj_num_occupants = XMLHelper.get_value(hpxml, 'SoftwareInfo/extension/HVACSizingControl/ManualJInputs/NumberofOccupants', :integer) @schedules_filepaths = XMLHelper.get_values(hpxml, 'SoftwareInfo/extension/SchedulesFilePath', :string) @extension_properties = {} XMLHelper.get_elements(hpxml, 'SoftwareInfo/extension/AdditionalProperties').each do |property| @@ -1093,6 +1146,7 @@ def from_oga(hpxml) end @emissions_scenarios.from_oga(XMLHelper.get_element(hpxml, 'SoftwareInfo')) @utility_bill_scenarios.from_oga(XMLHelper.get_element(hpxml, 'SoftwareInfo')) + @unavailable_periods.from_oga(XMLHelper.get_element(hpxml, 'SoftwareInfo')) @building_id = HPXML::get_id(hpxml, 'Building/BuildingID') @event_type = XMLHelper.get_value(hpxml, 'Building/ProjectStatus/EventType', :string) @state_code = XMLHelper.get_value(hpxml, 'Building/Site/Address/StateCode', :string) @@ -1329,6 +1383,61 @@ def from_oga(utility_bill_scenario) end end + class UnavailablePeriods < BaseArrayElement + def add(**kwargs) + self << UnavailablePeriod.new(@hpxml_object, **kwargs) + end + + def from_oga(software_info) + return if software_info.nil? + + XMLHelper.get_elements(software_info, 'extension/UnavailablePeriods/UnavailablePeriod').each do |unavailable_period| + self << UnavailablePeriod.new(@hpxml_object, unavailable_period) + end + end + end + + class UnavailablePeriod < BaseElement + ATTRS = [:column_name, :begin_month, :begin_day, :begin_hour, :end_month, :end_day, :end_hour, :natvent_availability] + attr_accessor(*ATTRS) + + def delete + @hpxml_object.header.unavailable_periods.delete(self) + end + + def check_for_errors + errors = [] + errors += HPXML::check_dates('Unavailable Period', @begin_month, @begin_day, @end_month, @end_day) + return errors + end + + def to_oga(software_info) + unavailable_periods = XMLHelper.create_elements_as_needed(software_info, ['extension', 'UnavailablePeriods']) + unavailable_period = XMLHelper.add_element(unavailable_periods, 'UnavailablePeriod') + XMLHelper.add_element(unavailable_period, 'ColumnName', @column_name, :string) unless @column_name.nil? + XMLHelper.add_element(unavailable_period, 'BeginMonth', @begin_month, :integer, @begin_month_isdefaulted) unless @begin_month.nil? + XMLHelper.add_element(unavailable_period, 'BeginDayOfMonth', @begin_day, :integer, @begin_day_isdefaulted) unless @begin_day.nil? + XMLHelper.add_element(unavailable_period, 'BeginHourOfDay', @begin_hour, :integer, @begin_hour_isdefaulted) unless @begin_hour.nil? + XMLHelper.add_element(unavailable_period, 'EndMonth', @end_month, :integer, @end_month_isdefaulted) unless @end_month.nil? + XMLHelper.add_element(unavailable_period, 'EndDayOfMonth', @end_day, :integer, @end_day_isdefaulted) unless @end_day.nil? + XMLHelper.add_element(unavailable_period, 'EndHourOfDay', @end_hour, :integer, @end_hour_isdefaulted) unless @end_hour.nil? + XMLHelper.add_element(unavailable_period, 'NaturalVentilation', @natvent_availability, :string, @natvent_availability_isdefaulted) unless @natvent_availability.nil? + end + + def from_oga(unavailable_period) + return if unavailable_period.nil? + + @column_name = XMLHelper.get_value(unavailable_period, 'ColumnName', :string) + @begin_month = XMLHelper.get_value(unavailable_period, 'BeginMonth', :integer) + @begin_day = XMLHelper.get_value(unavailable_period, 'BeginDayOfMonth', :integer) + @begin_hour = XMLHelper.get_value(unavailable_period, 'BeginHourOfDay', :integer) + @end_month = XMLHelper.get_value(unavailable_period, 'EndMonth', :integer) + @end_day = XMLHelper.get_value(unavailable_period, 'EndDayOfMonth', :integer) + @end_hour = XMLHelper.get_value(unavailable_period, 'EndHourOfDay', :integer) + @natvent_availability = XMLHelper.get_value(unavailable_period, 'NaturalVentilation', :string) + end + end + class Site < BaseElement ATTRS = [:site_type, :surroundings, :vertical_surroundings, :shielding_of_home, :orientation_of_front_of_home, :azimuth_of_front_of_home, :fuels, :ground_conductivity] @@ -1460,7 +1569,7 @@ class BuildingConstruction < BaseElement ATTRS = [:year_built, :number_of_conditioned_floors, :number_of_conditioned_floors_above_grade, :average_ceiling_height, :number_of_bedrooms, :number_of_bathrooms, :conditioned_floor_area, :conditioned_building_volume, :residential_facility_type, - :building_footprint_area, :has_flue_or_chimney] + :building_footprint_area] attr_accessor(*ATTRS) def check_for_errors @@ -1482,7 +1591,6 @@ def to_oga(doc) XMLHelper.add_element(building_construction, 'BuildingFootprintArea', @building_footprint_area, :float, @building_footprint_area_isdefaulted) unless @building_footprint_area.nil? XMLHelper.add_element(building_construction, 'ConditionedFloorArea', @conditioned_floor_area, :float) unless @conditioned_floor_area.nil? XMLHelper.add_element(building_construction, 'ConditionedBuildingVolume', @conditioned_building_volume, :float, @conditioned_building_volume_isdefaulted) unless @conditioned_building_volume.nil? - XMLHelper.add_extension(building_construction, 'HasFlueOrChimney', @has_flue_or_chimney, :boolean, @has_flue_or_chimney_isdefaulted) unless @has_flue_or_chimney.nil? end def from_oga(hpxml) @@ -1501,7 +1609,6 @@ def from_oga(hpxml) @building_footprint_area = XMLHelper.get_value(building_construction, 'BuildingFootprintArea', :float) @conditioned_floor_area = XMLHelper.get_value(building_construction, 'ConditionedFloorArea', :float) @conditioned_building_volume = XMLHelper.get_value(building_construction, 'ConditionedBuildingVolume', :float) - @has_flue_or_chimney = XMLHelper.get_value(building_construction, 'extension/HasFlueOrChimney', :boolean) end end @@ -1596,6 +1703,32 @@ def from_oga(climate_zone_iecc) end end + class AirInfiltration < BaseElement + ATTRS = [:has_flue_or_chimney_in_conditioned_space] + attr_accessor(*ATTRS) + + def check_for_errors + errors = [] + return errors + end + + def to_oga(doc) + return if nil? + + air_infiltration = XMLHelper.create_elements_as_needed(doc, ['HPXML', 'Building', 'BuildingDetails', 'Enclosure', 'AirInfiltration']) + XMLHelper.add_extension(air_infiltration, 'HasFlueOrChimneyInConditionedSpace', @has_flue_or_chimney_in_conditioned_space, :boolean, @has_flue_or_chimney_in_conditioned_space_isdefaulted) unless @has_flue_or_chimney_in_conditioned_space.nil? + end + + def from_oga(hpxml) + return if hpxml.nil? + + air_infiltration = XMLHelper.get_element(hpxml, 'Building/BuildingDetails/Enclosure/AirInfiltration') + return if air_infiltration.nil? + + @has_flue_or_chimney_in_conditioned_space = XMLHelper.get_value(air_infiltration, 'extension/HasFlueOrChimneyInConditionedSpace', :boolean) + end + end + class AirInfiltrationMeasurements < BaseArrayElement def add(**kwargs) self << AirInfiltrationMeasurement.new(@hpxml_object, **kwargs) @@ -1611,8 +1744,8 @@ def from_oga(hpxml) end class AirInfiltrationMeasurement < BaseElement - ATTRS = [:id, :house_pressure, :unit_of_measure, :air_leakage, :effective_leakage_area, :type, - :infiltration_volume, :leakiness_description, :infiltration_height, :a_ext] + ATTRS = [:id, :house_pressure, :unit_of_measure, :air_leakage, :effective_leakage_area, :type_of_measurement, + :infiltration_volume, :leakiness_description, :infiltration_height, :a_ext, :infiltration_type] attr_accessor(*ATTRS) def check_for_errors @@ -1627,7 +1760,8 @@ def to_oga(doc) air_infiltration_measurement = XMLHelper.add_element(air_infiltration, 'AirInfiltrationMeasurement') sys_id = XMLHelper.add_element(air_infiltration_measurement, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) - XMLHelper.add_element(air_infiltration_measurement, 'TypeOfInfiltrationMeasurement', @type, :string) unless @type.nil? + XMLHelper.add_element(air_infiltration_measurement, 'TypeOfInfiltrationMeasurement', @type_of_measurement, :string) unless @type_of_measurement.nil? + XMLHelper.add_element(air_infiltration_measurement, 'TypeOfInfiltrationLeakage', @infiltration_type, :string) unless @infiltration_type.nil? XMLHelper.add_element(air_infiltration_measurement, 'HousePressure', @house_pressure, :float) unless @house_pressure.nil? XMLHelper.add_element(air_infiltration_measurement, 'LeakinessDescription', @leakiness_description, :string) unless @leakiness_description.nil? if (not @unit_of_measure.nil?) && (not @air_leakage.nil?) @@ -1638,14 +1772,15 @@ def to_oga(doc) XMLHelper.add_element(air_infiltration_measurement, 'EffectiveLeakageArea', @effective_leakage_area, :float) unless @effective_leakage_area.nil? XMLHelper.add_element(air_infiltration_measurement, 'InfiltrationVolume', @infiltration_volume, :float, @infiltration_volume_isdefaulted) unless @infiltration_volume.nil? XMLHelper.add_element(air_infiltration_measurement, 'InfiltrationHeight', @infiltration_height, :float, @infiltration_height_isdefaulted) unless @infiltration_height.nil? - XMLHelper.add_extension(air_infiltration_measurement, 'Aext', @a_ext, :float) unless @a_ext.nil? + XMLHelper.add_extension(air_infiltration_measurement, 'Aext', @a_ext, :float, @a_ext_isdefaulted) unless @a_ext.nil? end def from_oga(air_infiltration_measurement) return if air_infiltration_measurement.nil? @id = HPXML::get_id(air_infiltration_measurement) - @type = XMLHelper.get_value(air_infiltration_measurement, 'TypeOfInfiltrationMeasurement', :string) + @type_of_measurement = XMLHelper.get_value(air_infiltration_measurement, 'TypeOfInfiltrationMeasurement', :string) + @infiltration_type = XMLHelper.get_value(air_infiltration_measurement, 'TypeOfInfiltrationLeakage', :string) @house_pressure = XMLHelper.get_value(air_infiltration_measurement, 'HousePressure', :float) @leakiness_description = XMLHelper.get_value(air_infiltration_measurement, 'LeakinessDescription', :string) @unit_of_measure = XMLHelper.get_value(air_infiltration_measurement, 'BuildingAirLeakage/UnitofMeasure', :string) @@ -2090,8 +2225,9 @@ class Roof < BaseElement ATTRS = [:id, :interior_adjacent_to, :area, :azimuth, :orientation, :roof_type, :roof_color, :solar_absorptance, :emittance, :pitch, :radiant_barrier, :insulation_id, :insulation_assembly_r_value, :insulation_cavity_r_value, - :insulation_continuous_r_value, :radiant_barrier_grade, - :interior_finish_type, :interior_finish_thickness] + :insulation_continuous_r_value, :radiant_barrier_grade, :insulation_grade, + :interior_finish_type, :interior_finish_thickness, :framing_factor, + :framing_size, :framing_spacing] attr_accessor(*ATTRS) def skylights @@ -2171,6 +2307,12 @@ def to_oga(doc) XMLHelper.add_element(interior_finish, 'Type', @interior_finish_type, :string, @interior_finish_type_isdefaulted) unless @interior_finish_type.nil? XMLHelper.add_element(interior_finish, 'Thickness', @interior_finish_thickness, :float, @interior_finish_thickness_isdefaulted) unless @interior_finish_thickness.nil? end + if (not @framing_factor.nil?) || (not @framing_size.nil?) || (not @framing_spacing.nil?) + rafters = XMLHelper.add_element(roof, 'Rafters') + XMLHelper.add_element(rafters, 'Size', @framing_size, :string) unless @framing_size.nil? + XMLHelper.add_element(rafters, 'Spacing', @framing_spacing, :float) unless @framing_spacing.nil? + XMLHelper.add_element(rafters, 'FramingFactor', @framing_factor, :float) unless @framing_factor.nil? + end XMLHelper.add_element(roof, 'Pitch', @pitch, :float) unless @pitch.nil? XMLHelper.add_element(roof, 'RadiantBarrier', @radiant_barrier, :boolean, @radiant_barrier_isdefaulted) unless @radiant_barrier.nil? XMLHelper.add_element(roof, 'RadiantBarrierGrade', @radiant_barrier_grade, :integer, @radiant_barrier_grade_isdefaulted) unless @radiant_barrier_grade.nil? @@ -2181,6 +2323,7 @@ def to_oga(doc) else XMLHelper.add_attribute(sys_id, 'id', @id + 'Insulation') end + XMLHelper.add_element(insulation, 'InsulationGrade', @insulation_grade, :integer) unless @insulation_grade.nil? XMLHelper.add_element(insulation, 'AssemblyEffectiveRValue', @insulation_assembly_r_value, :float) unless @insulation_assembly_r_value.nil? if not @insulation_cavity_r_value.nil? layer = XMLHelper.add_element(insulation, 'Layer') @@ -2211,12 +2354,16 @@ def from_oga(roof) @interior_finish_type = XMLHelper.get_value(interior_finish, 'Type', :string) @interior_finish_thickness = XMLHelper.get_value(interior_finish, 'Thickness', :float) end + @framing_factor = XMLHelper.get_value(roof, 'Rafters/FramingFactor', :float) + @framing_size = XMLHelper.get_value(roof, 'Rafters/Size', :string) + @framing_spacing = XMLHelper.get_value(roof, 'Rafters/Spacing', :float) @pitch = XMLHelper.get_value(roof, 'Pitch', :float) @radiant_barrier = XMLHelper.get_value(roof, 'RadiantBarrier', :boolean) @radiant_barrier_grade = XMLHelper.get_value(roof, 'RadiantBarrierGrade', :integer) insulation = XMLHelper.get_element(roof, 'Insulation') if not insulation.nil? @insulation_id = HPXML::get_id(insulation) + @insulation_grade = XMLHelper.get_value(insulation, 'InsulationGrade', :integer) @insulation_assembly_r_value = XMLHelper.get_value(insulation, 'AssemblyEffectiveRValue', :float) @insulation_cavity_r_value = XMLHelper.get_value(insulation, "Layer[InstallationType='cavity']/NominalRValue", :float) @insulation_continuous_r_value = XMLHelper.get_value(insulation, "Layer[InstallationType='continuous']/NominalRValue", :float) @@ -2241,7 +2388,7 @@ def from_oga(hpxml) class RimJoist < BaseElement ATTRS = [:id, :exterior_adjacent_to, :interior_adjacent_to, :area, :orientation, :azimuth, :siding, :color, :solar_absorptance, :emittance, :insulation_id, :insulation_assembly_r_value, - :insulation_cavity_r_value, :insulation_continuous_r_value] + :insulation_cavity_r_value, :insulation_continuous_r_value, :framing_size] attr_accessor(*ATTRS) def is_exterior @@ -2318,6 +2465,10 @@ def to_oga(doc) XMLHelper.add_element(layer, 'InstallationType', 'continuous', :string) XMLHelper.add_element(layer, 'NominalRValue', @insulation_continuous_r_value, :float) end + if not @framing_size.nil? + floor_joists = XMLHelper.add_element(rim_joist, 'FloorJoists') + XMLHelper.add_element(floor_joists, 'Size', @framing_size, :string) unless @framing_size.nil? + end end def from_oga(rim_joist) @@ -2340,6 +2491,7 @@ def from_oga(rim_joist) @insulation_cavity_r_value = XMLHelper.get_value(insulation, "Layer[InstallationType='cavity']/NominalRValue", :float) @insulation_continuous_r_value = XMLHelper.get_value(insulation, "Layer[InstallationType='continuous']/NominalRValue", :float) end + @framing_size = XMLHelper.get_value(rim_joist, 'FloorJoists/Size', :string) end end @@ -2361,7 +2513,8 @@ class Wall < BaseElement ATTRS = [:id, :exterior_adjacent_to, :interior_adjacent_to, :wall_type, :optimum_value_engineering, :area, :orientation, :azimuth, :siding, :color, :solar_absorptance, :emittance, :insulation_id, :insulation_assembly_r_value, :insulation_cavity_r_value, :insulation_continuous_r_value, - :interior_finish_type, :interior_finish_thickness, :attic_wall_type] + :interior_finish_type, :interior_finish_thickness, :attic_wall_type, :framing_factor, + :framing_size, :framing_spacing, :insulation_grade] attr_accessor(*ATTRS) def windows @@ -2455,6 +2608,12 @@ def to_oga(doc) XMLHelper.add_element(wall, 'Area', @area, :float) unless @area.nil? XMLHelper.add_element(wall, 'Orientation', @orientation, :string, @orientation_isdefaulted) unless @orientation.nil? XMLHelper.add_element(wall, 'Azimuth', @azimuth, :integer, @azimuth_isdefaulted) unless @azimuth.nil? + if (not @framing_factor.nil?) || (not @framing_size.nil?) || (not @framing_spacing.nil?) + studs = XMLHelper.add_element(wall, 'Studs') + XMLHelper.add_element(studs, 'Size', @framing_size, :string) unless @framing_size.nil? + XMLHelper.add_element(studs, 'Spacing', @framing_spacing, :float) unless @framing_spacing.nil? + XMLHelper.add_element(studs, 'FramingFactor', @framing_factor, :float) unless @framing_factor.nil? + end XMLHelper.add_element(wall, 'Siding', @siding, :string, @siding_isdefaulted) unless @siding.nil? XMLHelper.add_element(wall, 'Color', @color, :string, @color_isdefaulted) unless @color.nil? XMLHelper.add_element(wall, 'SolarAbsorptance', @solar_absorptance, :float, @solar_absorptance_isdefaulted) unless @solar_absorptance.nil? @@ -2471,6 +2630,7 @@ def to_oga(doc) else XMLHelper.add_attribute(sys_id, 'id', @id + 'Insulation') end + XMLHelper.add_element(insulation, 'InsulationGrade', @insulation_grade, :integer) unless @insulation_grade.nil? XMLHelper.add_element(insulation, 'AssemblyEffectiveRValue', @insulation_assembly_r_value, :float) unless @insulation_assembly_r_value.nil? if not @insulation_cavity_r_value.nil? layer = XMLHelper.add_element(insulation, 'Layer') @@ -2498,6 +2658,9 @@ def from_oga(wall) @area = XMLHelper.get_value(wall, 'Area', :float) @orientation = XMLHelper.get_value(wall, 'Orientation', :string) @azimuth = XMLHelper.get_value(wall, 'Azimuth', :integer) + @framing_size = XMLHelper.get_value(wall, 'Studs/Size', :string) + @framing_spacing = XMLHelper.get_value(wall, 'Studs/Spacing', :float) + @framing_factor = XMLHelper.get_value(wall, 'Studs/FramingFactor', :float) @siding = XMLHelper.get_value(wall, 'Siding', :string) @color = XMLHelper.get_value(wall, 'Color', :string) @solar_absorptance = XMLHelper.get_value(wall, 'SolarAbsorptance', :float) @@ -2510,6 +2673,7 @@ def from_oga(wall) insulation = XMLHelper.get_element(wall, 'Insulation') if not insulation.nil? @insulation_id = HPXML::get_id(insulation) + @insulation_grade = XMLHelper.get_value(insulation, 'InsulationGrade', :integer) @insulation_assembly_r_value = XMLHelper.get_value(insulation, 'AssemblyEffectiveRValue', :float) @insulation_cavity_r_value = XMLHelper.get_value(insulation, "Layer[InstallationType='cavity']/NominalRValue", :float) @insulation_continuous_r_value = XMLHelper.get_value(insulation, "Layer[InstallationType='continuous']/NominalRValue", :float) @@ -2707,7 +2871,8 @@ def from_oga(hpxml) class Floor < BaseElement ATTRS = [:id, :exterior_adjacent_to, :interior_adjacent_to, :floor_type, :area, :insulation_id, :insulation_assembly_r_value, :insulation_cavity_r_value, :insulation_continuous_r_value, - :floor_or_ceiling, :interior_finish_type, :interior_finish_thickness] + :floor_or_ceiling, :interior_finish_type, :interior_finish_thickness, :insulation_grade, + :framing_factor, :framing_size, :framing_spacing] attr_accessor(*ATTRS) def is_ceiling @@ -2790,6 +2955,12 @@ def to_oga(doc) floor_type_el = XMLHelper.add_element(floor, 'FloorType') XMLHelper.add_element(floor_type_el, @floor_type) end + if (not @framing_factor.nil?) || (not @framing_size.nil?) || (not @framing_spacing.nil?) + joists = XMLHelper.add_element(floor, 'FloorJoists') + XMLHelper.add_element(joists, 'Size', @framing_size, :string) unless @framing_size.nil? + XMLHelper.add_element(joists, 'Spacing', @framing_spacing, :float) unless @framing_spacing.nil? + XMLHelper.add_element(joists, 'FramingFactor', @framing_factor, :float) unless @framing_factor.nil? + end XMLHelper.add_element(floor, 'Area', @area, :float) unless @area.nil? if (not @interior_finish_type.nil?) || (not @interior_finish_thickness.nil?) interior_finish = XMLHelper.add_element(floor, 'InteriorFinish') @@ -2803,6 +2974,7 @@ def to_oga(doc) else XMLHelper.add_attribute(sys_id, 'id', @id + 'Insulation') end + XMLHelper.add_element(insulation, 'InsulationGrade', @insulation_grade, :integer) unless @insulation_grade.nil? XMLHelper.add_element(insulation, 'AssemblyEffectiveRValue', @insulation_assembly_r_value, :float) unless @insulation_assembly_r_value.nil? if not @insulation_cavity_r_value.nil? layer = XMLHelper.add_element(insulation, 'Layer') @@ -2824,6 +2996,9 @@ def from_oga(floor) @interior_adjacent_to = XMLHelper.get_value(floor, 'InteriorAdjacentTo', :string) @floor_or_ceiling = XMLHelper.get_value(floor, 'FloorOrCeiling', :string) @floor_type = XMLHelper.get_child_name(floor, 'FloorType') + @framing_size = XMLHelper.get_value(floor, 'FloorJoists/Size', :string) + @framing_spacing = XMLHelper.get_value(floor, 'FloorJoists/Spacing', :float) + @framing_factor = XMLHelper.get_value(floor, 'FloorJoists/FramingFactor', :float) @area = XMLHelper.get_value(floor, 'Area', :float) interior_finish = XMLHelper.get_element(floor, 'InteriorFinish') if not interior_finish.nil? @@ -2833,6 +3008,7 @@ def from_oga(floor) insulation = XMLHelper.get_element(floor, 'Insulation') if not insulation.nil? @insulation_id = HPXML::get_id(insulation) + @insulation_grade = XMLHelper.get_value(insulation, 'InsulationGrade', :float) @insulation_assembly_r_value = XMLHelper.get_value(insulation, 'AssemblyEffectiveRValue', :float) @insulation_cavity_r_value = XMLHelper.get_value(insulation, "Layer[InstallationType='cavity']/NominalRValue", :float) @insulation_continuous_r_value = XMLHelper.get_value(insulation, "Layer[InstallationType='continuous']/NominalRValue", :float) @@ -3435,7 +3611,8 @@ class HeatingSystem < BaseElement :heating_efficiency_percent, :fraction_heat_load_served, :electric_auxiliary_energy, :third_party_certification, :htg_seed_id, :is_shared_system, :number_of_units_served, :shared_loop_watts, :shared_loop_motor_efficiency, :fan_coil_watts, :fan_watts_per_cfm, - :airflow_defect_ratio, :fan_watts, :heating_airflow_cfm, :location, :primary_system] + :airflow_defect_ratio, :fan_watts, :heating_airflow_cfm, :location, :primary_system, + :pilot_light, :pilot_light_btuh] attr_accessor(*ATTRS) def distribution_system @@ -3471,14 +3648,19 @@ def related_water_heating_system return end - def is_heat_pump_backup_system + def primary_heat_pump + # Returns the HP for which this heating system is backup @hpxml_object.heat_pumps.each do |heat_pump| next if heat_pump.backup_system_idref.nil? next if heat_pump.backup_system_idref != @id - return true + return heat_pump end - return false + return + end + + def is_heat_pump_backup_system + return !primary_heat_pump.nil? end def delete @@ -3504,7 +3686,7 @@ def to_oga(doc) heating_system = XMLHelper.add_element(hvac_plant, 'HeatingSystem') sys_id = XMLHelper.add_element(heating_system, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) - XMLHelper.add_element(heating_system, 'UnitLocation', @location, :string) unless @location.nil? + XMLHelper.add_element(heating_system, 'UnitLocation', @location, :string, @location_isdefaulted) unless @location.nil? XMLHelper.add_element(heating_system, 'YearInstalled', @year_installed, :integer) unless @year_installed.nil? XMLHelper.add_element(heating_system, 'ThirdPartyCertification', @third_party_certification, :string) unless @third_party_certification.nil? if not @distribution_system_idref.nil? @@ -3515,7 +3697,18 @@ def to_oga(doc) XMLHelper.add_element(heating_system, 'NumberofUnitsServed', @number_of_units_served, :integer) unless @number_of_units_served.nil? if not @heating_system_type.nil? heating_system_type_el = XMLHelper.add_element(heating_system, 'HeatingSystemType') - XMLHelper.add_element(heating_system_type_el, @heating_system_type) + type_el = XMLHelper.add_element(heating_system_type_el, @heating_system_type) + if [HPXML::HVACTypeFurnace, + HPXML::HVACTypeWallFurnace, + HPXML::HVACTypeFloorFurnace, + HPXML::HVACTypeFireplace, + HPXML::HVACTypeStove, + HPXML::HVACTypeBoiler].include? @heating_system_type + XMLHelper.add_element(type_el, 'PilotLight', @pilot_light, :boolean, @pilot_light_isdefaulted) unless @pilot_light.nil? + if @pilot_light + XMLHelper.add_extension(type_el, 'PilotLightBtuh', @pilot_light_btuh, :float, @pilot_light_btuh_isdefaulted) unless @pilot_light_btuh.nil? + end + end end XMLHelper.add_element(heating_system, 'HeatingSystemFuel', @heating_system_fuel, :string) unless @heating_system_fuel.nil? XMLHelper.add_element(heating_system, 'HeatingCapacity', @heating_capacity, :float, @heating_capacity_isdefaulted) unless @heating_capacity.nil? @@ -3557,6 +3750,10 @@ def from_oga(heating_system) @number_of_units_served = XMLHelper.get_value(heating_system, 'NumberofUnitsServed', :integer) @heating_system_type = XMLHelper.get_child_name(heating_system, 'HeatingSystemType') @heating_system_fuel = XMLHelper.get_value(heating_system, 'HeatingSystemFuel', :string) + @pilot_light = XMLHelper.get_value(heating_system, "HeatingSystemType/#{@heating_system_type}/PilotLight", :boolean) + if @pilot_light + @pilot_light_btuh = XMLHelper.get_value(heating_system, "HeatingSystemType/#{@heating_system_type}/extension/PilotLightBtuh", :float) + end @heating_capacity = XMLHelper.get_value(heating_system, 'HeatingCapacity', :float) @heating_efficiency_afue = XMLHelper.get_value(heating_system, "AnnualHeatingEfficiency[Units='#{UnitsAFUE}']/Value", :float) @heating_efficiency_percent = XMLHelper.get_value(heating_system, "AnnualHeatingEfficiency[Units='Percent']/Value", :float) @@ -3607,9 +3804,9 @@ class CoolingSystem < BaseElement :cooling_efficiency_seer2, :cooling_efficiency_eer, :cooling_efficiency_ceer, :cooling_efficiency_kw_per_ton, :cooling_shr, :third_party_certification, :clg_seed_id, :is_shared_system, :number_of_units_served, :shared_loop_watts, :shared_loop_motor_efficiency, :fan_coil_watts, :airflow_defect_ratio, - :fan_watts_per_cfm, :charge_defect_ratio, :cooling_airflow_cfm, :location, :primary_system, :integrated_heating_system_fuel, - :integrated_heating_system_capacity, :integrated_heating_system_efficiency_percent, :integrated_heating_system_fraction_heat_load_served, - :integrated_heating_system_airflow_cfm, :htg_seed_id] + :fan_watts_per_cfm, :charge_defect_ratio, :cooling_airflow_cfm, :location, :primary_system, + :integrated_heating_system_fuel, :integrated_heating_system_capacity, :integrated_heating_system_efficiency_percent, + :integrated_heating_system_fraction_heat_load_served, :integrated_heating_system_airflow_cfm, :htg_seed_id, :crankcase_heater_watts] attr_accessor(*ATTRS) def distribution_system @@ -3665,7 +3862,7 @@ def to_oga(doc) cooling_system = XMLHelper.add_element(hvac_plant, 'CoolingSystem') sys_id = XMLHelper.add_element(cooling_system, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) - XMLHelper.add_element(cooling_system, 'UnitLocation', @location, :string) unless @location.nil? + XMLHelper.add_element(cooling_system, 'UnitLocation', @location, :string, @location_isdefaulted) unless @location.nil? XMLHelper.add_element(cooling_system, 'YearInstalled', @year_installed, :integer) unless @year_installed.nil? XMLHelper.add_element(cooling_system, 'ThirdPartyCertification', @third_party_certification, :string) unless @third_party_certification.nil? if not @distribution_system_idref.nil? @@ -3721,7 +3918,9 @@ def to_oga(doc) XMLHelper.add_extension(cooling_system, 'SharedLoopWatts', @shared_loop_watts, :float) unless @shared_loop_watts.nil? XMLHelper.add_extension(cooling_system, 'SharedLoopMotorEfficiency', @shared_loop_motor_efficiency, :float) unless @shared_loop_motor_efficiency.nil? XMLHelper.add_extension(cooling_system, 'FanCoilWatts', @fan_coil_watts, :float) unless @fan_coil_watts.nil? + XMLHelper.add_extension(cooling_system, 'CrankcaseHeaterPowerWatts', @crankcase_heater_watts, :float, @crankcase_heater_watts_isdefaulted) unless @crankcase_heater_watts.nil? XMLHelper.add_extension(cooling_system, 'CoolingSeedId', @clg_seed_id, :string) unless @clg_seed_id.nil? + XMLHelper.add_extension(cooling_system, 'HeatingSeedId', @htg_seed_id, :string) unless @htg_seed_id.nil? if @primary_system primary_cooling_system = XMLHelper.add_element(primary_systems, 'PrimaryCoolingSystem') XMLHelper.add_attribute(primary_cooling_system, 'idref', @id) @@ -3761,7 +3960,9 @@ def from_oga(cooling_system) @shared_loop_watts = XMLHelper.get_value(cooling_system, 'extension/SharedLoopWatts', :float) @shared_loop_motor_efficiency = XMLHelper.get_value(cooling_system, 'extension/SharedLoopMotorEfficiency', :float) @fan_coil_watts = XMLHelper.get_value(cooling_system, 'extension/FanCoilWatts', :float) + @crankcase_heater_watts = XMLHelper.get_value(cooling_system, 'extension/CrankcaseHeaterPowerWatts', :float) @clg_seed_id = XMLHelper.get_value(cooling_system, 'extension/CoolingSeedId', :string) + @htg_seed_id = XMLHelper.get_value(cooling_system, 'extension/HeatingSeedId', :string) primary_cooling_system = HPXML::get_idref(XMLHelper.get_element(cooling_system, '../PrimarySystems/PrimaryCoolingSystem')) if primary_cooling_system == @id @primary_system = true @@ -3795,7 +3996,7 @@ def total_fraction_cool_load_served class HeatPump < BaseElement ATTRS = [:id, :distribution_system_idref, :year_installed, :heat_pump_type, :heat_pump_fuel, - :heating_capacity, :heating_capacity_17F, :cooling_capacity, :compressor_type, + :heating_capacity, :heating_capacity_17F, :cooling_capacity, :compressor_type, :compressor_lockout_temp, :cooling_shr, :backup_type, :backup_system_idref, :backup_heating_fuel, :backup_heating_capacity, :backup_heating_efficiency_percent, :backup_heating_efficiency_afue, :backup_heating_lockout_temp, :backup_heating_switchover_temp, :fraction_heat_load_served, :fraction_cool_load_served, :cooling_efficiency_seer, @@ -3803,7 +4004,8 @@ class HeatPump < BaseElement :heating_efficiency_hspf2, :heating_efficiency_cop, :third_party_certification, :htg_seed_id, :clg_seed_id, :pump_watts_per_ton, :fan_watts_per_cfm, :is_shared_system, :number_of_units_served, :shared_loop_watts, :shared_loop_motor_efficiency, :airflow_defect_ratio, :charge_defect_ratio, - :heating_airflow_cfm, :cooling_airflow_cfm, :location, :primary_heating_system, :primary_cooling_system] + :heating_airflow_cfm, :cooling_airflow_cfm, :location, :primary_heating_system, :primary_cooling_system, + :heating_capacity_retention_fraction, :heating_capacity_retention_temp, :crankcase_heater_watts] attr_accessor(*ATTRS) def distribution_system @@ -3867,7 +4069,7 @@ def to_oga(doc) heat_pump = XMLHelper.add_element(hvac_plant, 'HeatPump') sys_id = XMLHelper.add_element(heat_pump, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) - XMLHelper.add_element(heat_pump, 'UnitLocation', @location, :string) unless @location.nil? + XMLHelper.add_element(heat_pump, 'UnitLocation', @location, :string, @location_isdefaulted) unless @location.nil? XMLHelper.add_element(heat_pump, 'YearInstalled', @year_installed, :integer) unless @year_installed.nil? XMLHelper.add_element(heat_pump, 'ThirdPartyCertification', @third_party_certification, :string) unless @third_party_certification.nil? if not @distribution_system_idref.nil? @@ -3882,6 +4084,7 @@ def to_oga(doc) XMLHelper.add_element(heat_pump, 'HeatingCapacity17F', @heating_capacity_17F, :float) unless @heating_capacity_17F.nil? XMLHelper.add_element(heat_pump, 'CoolingCapacity', @cooling_capacity, :float, @cooling_capacity_isdefaulted) unless @cooling_capacity.nil? XMLHelper.add_element(heat_pump, 'CompressorType', @compressor_type, :string, @compressor_type_isdefaulted) unless @compressor_type.nil? + XMLHelper.add_element(heat_pump, 'CompressorLockoutTemperature', @compressor_lockout_temp, :float, @compressor_lockout_temp_isdefaulted) unless @compressor_lockout_temp.nil? XMLHelper.add_element(heat_pump, 'CoolingSensibleHeatFraction', @cooling_shr, :float, @cooling_shr_isdefaulted) unless @cooling_shr.nil? XMLHelper.add_element(heat_pump, 'BackupType', @backup_type, :string, @backup_type_isdefaulted) unless @backup_type.nil? if not @backup_system_idref.nil? @@ -3947,6 +4150,12 @@ def to_oga(doc) XMLHelper.add_extension(heat_pump, 'PumpPowerWattsPerTon', @pump_watts_per_ton, :float, @pump_watts_per_ton_isdefaulted) unless @pump_watts_per_ton.nil? XMLHelper.add_extension(heat_pump, 'SharedLoopWatts', @shared_loop_watts, :float) unless @shared_loop_watts.nil? XMLHelper.add_extension(heat_pump, 'SharedLoopMotorEfficiency', @shared_loop_motor_efficiency, :float) unless @shared_loop_motor_efficiency.nil? + if (not @heating_capacity_retention_fraction.nil?) || (not @heating_capacity_retention_temp.nil?) + htg_cap_retention = XMLHelper.add_extension(heat_pump, 'HeatingCapacityRetention') + XMLHelper.add_element(htg_cap_retention, 'Fraction', @heating_capacity_retention_fraction, :float, @heating_capacity_retention_fraction_isdefaulted) unless @heating_capacity_retention_fraction.nil? + XMLHelper.add_element(htg_cap_retention, 'Temperature', @heating_capacity_retention_temp, :float, @heating_capacity_retention_temp_isdefaulted) unless @heating_capacity_retention_temp.nil? + end + XMLHelper.add_extension(heat_pump, 'CrankcaseHeaterPowerWatts', @crankcase_heater_watts, :float, @crankcase_heater_watts_isdefaulted) unless @crankcase_heater_watts.nil? XMLHelper.add_extension(heat_pump, 'HeatingSeedId', @htg_seed_id, :string) unless @htg_seed_id.nil? XMLHelper.add_extension(heat_pump, 'CoolingSeedId', @clg_seed_id, :string) unless @clg_seed_id.nil? if @primary_heating_system @@ -3975,6 +4184,7 @@ def from_oga(heat_pump) @heating_capacity_17F = XMLHelper.get_value(heat_pump, 'HeatingCapacity17F', :float) @cooling_capacity = XMLHelper.get_value(heat_pump, 'CoolingCapacity', :float) @compressor_type = XMLHelper.get_value(heat_pump, 'CompressorType', :string) + @compressor_lockout_temp = XMLHelper.get_value(heat_pump, 'CompressorLockoutTemperature', :float) @cooling_shr = XMLHelper.get_value(heat_pump, 'CoolingSensibleHeatFraction', :float) @backup_type = XMLHelper.get_value(heat_pump, 'BackupType', :string) @backup_system_idref = HPXML::get_idref(XMLHelper.get_element(heat_pump, 'BackupSystem')) @@ -4001,6 +4211,9 @@ def from_oga(heat_pump) @pump_watts_per_ton = XMLHelper.get_value(heat_pump, 'extension/PumpPowerWattsPerTon', :float) @shared_loop_watts = XMLHelper.get_value(heat_pump, 'extension/SharedLoopWatts', :float) @shared_loop_motor_efficiency = XMLHelper.get_value(heat_pump, 'extension/SharedLoopMotorEfficiency', :float) + @heating_capacity_retention_fraction = XMLHelper.get_value(heat_pump, 'extension/HeatingCapacityRetention/Fraction', :float) + @heating_capacity_retention_temp = XMLHelper.get_value(heat_pump, 'extension/HeatingCapacityRetention/Temperature', :float) + @crankcase_heater_watts = XMLHelper.get_value(heat_pump, 'extension/CrankcaseHeaterPowerWatts', :float) @htg_seed_id = XMLHelper.get_value(heat_pump, 'extension/HeatingSeedId', :string) @clg_seed_id = XMLHelper.get_value(heat_pump, 'extension/CoolingSeedId', :string) primary_heating_system = HPXML::get_idref(XMLHelper.get_element(heat_pump, '../PrimarySystems/PrimaryHeatingSystem')) @@ -4041,14 +4254,12 @@ class HVACPlant < BaseElement cdl_sens_slabs: 'Slabs', cdl_sens_ceilings: 'Ceilings', cdl_sens_infilvent: 'InfilVent', - cdl_sens_intgains: 'InternalGains' } + cdl_sens_intgains: 'InternalLoads' } CDL_LAT_ATTRS = { cdl_lat_total: 'Total', cdl_lat_ducts: 'Ducts', cdl_lat_infilvent: 'InfilVent', - cdl_lat_intgains: 'InternalGains' } - TEMPERATURE_ATTRS = { temp_heating: 'Heating', - temp_cooling: 'Cooling' } - ATTRS = HDL_ATTRS.keys + CDL_SENS_ATTRS.keys + CDL_LAT_ATTRS.keys + TEMPERATURE_ATTRS.keys + cdl_lat_intgains: 'InternalLoads' } + ATTRS = HDL_ATTRS.keys + CDL_SENS_ATTRS.keys + CDL_LAT_ATTRS.keys attr_accessor(*ATTRS) def check_for_errors @@ -4060,13 +4271,6 @@ def to_oga(doc) return if nil? hvac_plant = XMLHelper.create_elements_as_needed(doc, ['HPXML', 'Building', 'BuildingDetails', 'Systems', 'HVAC', 'HVACPlant']) - if not @temp_heating.nil? - dl_extension = XMLHelper.create_elements_as_needed(hvac_plant, ['extension', 'DesignTemperatures']) - XMLHelper.add_attribute(dl_extension, 'dataSource', 'software') - TEMPERATURE_ATTRS.each do |attr, element_name| - XMLHelper.add_element(dl_extension, element_name, send(attr), :float) - end - end if not @hdl_total.nil? dl_extension = XMLHelper.create_elements_as_needed(hvac_plant, ['extension', 'DesignLoads']) XMLHelper.add_attribute(dl_extension, 'dataSource', 'software') @@ -4091,9 +4295,6 @@ def from_oga(hpxml) hvac_plant = XMLHelper.get_element(hpxml, 'Building/BuildingDetails/Systems/HVAC/HVACPlant') return if hvac_plant.nil? - TEMPERATURE_ATTRS.each do |attr, element_name| - send("#{attr}=", XMLHelper.get_value(hvac_plant, "extension/DesignTemperatures/#{element_name}", :float)) - end HDL_ATTRS.each do |attr, element_name| send("#{attr}=", XMLHelper.get_value(hvac_plant, "extension/DesignLoads/Heating/#{element_name}", :float)) end @@ -4269,18 +4470,6 @@ def hvac_systems return list end - def total_unconditioned_duct_areas - areas = { HPXML::DuctTypeSupply => 0, - HPXML::DuctTypeReturn => 0 } - @ducts.each do |duct| - next if HPXML::conditioned_locations.include? duct.duct_location - next if duct.duct_type.nil? - - areas[duct.duct_type] += duct.duct_surface_area - end - return areas - end - def delete @hpxml_object.hvac_distributions.delete(self) @hpxml_object.hvac_systems.each do |hvac_system| @@ -4440,7 +4629,8 @@ def from_oga(hvac_distribution) class Duct < BaseElement ATTRS = [:id, :duct_type, :duct_insulation_r_value, :duct_insulation_material, :duct_location, - :duct_fraction_area, :duct_surface_area, :duct_surface_area_multiplier] + :duct_fraction_area, :duct_surface_area, :duct_surface_area_multiplier, + :duct_buried_insulation_level, :duct_effective_r_value] attr_accessor(*ATTRS) def delete @@ -4466,6 +4656,8 @@ def to_oga(air_distribution) XMLHelper.add_element(ins_material_el, @duct_insulation_material) end XMLHelper.add_element(ducts_el, 'DuctInsulationRValue', @duct_insulation_r_value, :float) unless @duct_insulation_r_value.nil? + XMLHelper.add_element(ducts_el, 'DuctBuriedInsulationLevel', @duct_buried_insulation_level, :string, @duct_buried_insulation_level_isdefaulted) unless @duct_buried_insulation_level.nil? + XMLHelper.add_element(ducts_el, 'DuctEffectiveRValue', @duct_effective_r_value, :float, @duct_effective_r_value_isdefaulted) unless @duct_effective_r_value.nil? XMLHelper.add_element(ducts_el, 'DuctLocation', @duct_location, :string, @duct_location_isdefaulted) unless @duct_location.nil? XMLHelper.add_element(ducts_el, 'FractionDuctArea', @duct_fraction_area, :float, @duct_fraction_area_isdefaulted) unless @duct_fraction_area.nil? XMLHelper.add_element(ducts_el, 'DuctSurfaceArea', @duct_surface_area, :float, @duct_surface_area_isdefaulted) unless @duct_surface_area.nil? @@ -4479,6 +4671,8 @@ def from_oga(duct) @duct_type = XMLHelper.get_value(duct, 'DuctType', :string) @duct_insulation_material = XMLHelper.get_child_name(duct, 'DuctInsulationMaterial') @duct_insulation_r_value = XMLHelper.get_value(duct, 'DuctInsulationRValue', :float) + @duct_buried_insulation_level = XMLHelper.get_value(duct, 'DuctBuriedInsulationLevel', :string) + @duct_effective_r_value = XMLHelper.get_value(duct, 'DuctEffectiveRValue', :float) @duct_location = XMLHelper.get_value(duct, 'DuctLocation', :string) @duct_fraction_area = XMLHelper.get_value(duct, 'FractionDuctArea', :float) @duct_surface_area = XMLHelper.get_value(duct, 'DuctSurfaceArea', :float) @@ -4505,7 +4699,7 @@ class VentilationFan < BaseElement :used_for_whole_building_ventilation, :used_for_seasonal_cooling_load_reduction, :used_for_local_ventilation, :total_recovery_efficiency, :total_recovery_efficiency_adjusted, :sensible_recovery_efficiency, :sensible_recovery_efficiency_adjusted, - :fan_power, :fan_power_defaulted, :quantity, :fan_location, :distribution_system_idref, :start_hour, + :fan_power, :fan_power_defaulted, :count, :fan_location, :distribution_system_idref, :start_hour, :is_shared_system, :in_unit_flow_rate, :fraction_recirculation, :used_for_garage_ventilation, :preheating_fuel, :preheating_efficiency_cop, :preheating_fraction_load_served, :precooling_fuel, :precooling_efficiency_cop, :precooling_fraction_load_served, :calculated_flow_rate, @@ -4681,7 +4875,7 @@ def to_oga(doc) ventilation_fan = XMLHelper.add_element(ventilation_fans, 'VentilationFan') sys_id = XMLHelper.add_element(ventilation_fan, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) - XMLHelper.add_element(ventilation_fan, 'Quantity', @quantity, :integer, @quantity_isdefaulted) unless @quantity.nil? + XMLHelper.add_element(ventilation_fan, 'Count', @count, :integer, @count_isdefaulted) unless @count.nil? XMLHelper.add_element(ventilation_fan, 'FanType', @fan_type, :string) unless @fan_type.nil? if (not @cfis_addtl_runtime_operating_mode.nil?) || (not @cfis_supplemental_fan_idref.nil?) cfis_controls = XMLHelper.add_element(ventilation_fan, 'CFISControls') @@ -4739,7 +4933,7 @@ def from_oga(ventilation_fan) return if ventilation_fan.nil? @id = HPXML::get_id(ventilation_fan) - @quantity = XMLHelper.get_value(ventilation_fan, 'Quantity', :integer) + @count = XMLHelper.get_value(ventilation_fan, 'Count', :integer) @fan_type = XMLHelper.get_value(ventilation_fan, 'FanType', :string) @rated_flow_rate = XMLHelper.get_value(ventilation_fan, 'RatedFlowRate', :float) @calculated_flow_rate = XMLHelper.get_value(ventilation_fan, 'CalculatedFlowRate', :float) @@ -4843,6 +5037,7 @@ def to_oga(doc) XMLHelper.add_element(water_heating_system, 'HeatingCapacity', @heating_capacity, :float, @heating_capacity_isdefaulted) unless @heating_capacity.nil? XMLHelper.add_element(water_heating_system, 'EnergyFactor', @energy_factor, :float, @energy_factor_isdefaulted) unless @energy_factor.nil? XMLHelper.add_element(water_heating_system, 'UniformEnergyFactor', @uniform_energy_factor, :float) unless @uniform_energy_factor.nil? + XMLHelper.add_element(water_heating_system, 'HPWHOperatingMode', @operating_mode, :string, @operating_mode_isdefaulted) unless @operating_mode.nil? XMLHelper.add_element(water_heating_system, 'FirstHourRating', @first_hour_rating, :float) unless @first_hour_rating.nil? XMLHelper.add_element(water_heating_system, 'UsageBin', @usage_bin, :string, @usage_bin_isdefaulted) unless @usage_bin.nil? XMLHelper.add_element(water_heating_system, 'RecoveryEfficiency', @recovery_efficiency, :float, @recovery_efficiency_isdefaulted) unless @recovery_efficiency.nil? @@ -4862,10 +5057,9 @@ def to_oga(doc) related_hvac_idref_el = XMLHelper.add_element(water_heating_system, 'RelatedHVACSystem') XMLHelper.add_attribute(related_hvac_idref_el, 'idref', @related_hvac_idref) end - if (not @tank_model_type.nil?) || (not @operating_mode.nil?) + if not @tank_model_type.nil? extension = XMLHelper.create_elements_as_needed(water_heating_system, ['extension']) XMLHelper.add_element(extension, 'TankModelType', @tank_model_type, :string, @tank_model_type_isdefaulted) unless @tank_model_type.nil? - XMLHelper.add_element(extension, 'OperatingMode', @operating_mode, :string, @operating_mode_isdefaulted) unless @operating_mode.nil? end end @@ -4886,6 +5080,7 @@ def from_oga(water_heating_system) @heating_capacity = XMLHelper.get_value(water_heating_system, 'HeatingCapacity', :float) @energy_factor = XMLHelper.get_value(water_heating_system, 'EnergyFactor', :float) @uniform_energy_factor = XMLHelper.get_value(water_heating_system, 'UniformEnergyFactor', :float) + @operating_mode = XMLHelper.get_value(water_heating_system, 'HPWHOperatingMode', :string) @first_hour_rating = XMLHelper.get_value(water_heating_system, 'FirstHourRating', :float) @usage_bin = XMLHelper.get_value(water_heating_system, 'UsageBin', :string) @recovery_efficiency = XMLHelper.get_value(water_heating_system, 'RecoveryEfficiency', :float) @@ -4896,7 +5091,6 @@ def from_oga(water_heating_system) @uses_desuperheater = XMLHelper.get_value(water_heating_system, 'UsesDesuperheater', :boolean) @related_hvac_idref = HPXML::get_idref(XMLHelper.get_element(water_heating_system, 'RelatedHVACSystem')) @tank_model_type = XMLHelper.get_value(water_heating_system, 'extension/TankModelType', :string) - @operating_mode = XMLHelper.get_value(water_heating_system, 'extension/OperatingMode', :string) end end @@ -5181,16 +5375,28 @@ def from_oga(hpxml) class PVSystem < BaseElement ATTRS = [:id, :location, :module_type, :tracking, :array_orientation, :array_azimuth, :array_tilt, - :max_power_output, :inverter_efficiency, :system_losses_fraction, :number_of_panels, + :max_power_output, :inverter_idref, :system_losses_fraction, :number_of_panels, :year_modules_manufactured, :is_shared_system, :number_of_bedrooms_served] attr_accessor(*ATTRS) + def inverter + return if @inverter_idref.nil? + + @hpxml_object.inverters.each do |inv| + next unless inv.id == @inverter_idref + + return inv + end + fail "Attached inverter '#{@inverter_idref}' not found for pv system '#{@id}'." + end + def delete @hpxml_object.pv_systems.delete(self) end def check_for_errors errors = [] + begin; inverter; rescue StandardError => e; errors << e.message; end return errors end @@ -5210,9 +5416,12 @@ def to_oga(doc) XMLHelper.add_element(pv_system, 'ArrayTilt', @array_tilt, :float) unless @array_tilt.nil? XMLHelper.add_element(pv_system, 'MaxPowerOutput', @max_power_output, :float) unless @max_power_output.nil? XMLHelper.add_element(pv_system, 'NumberOfPanels', @number_of_panels, :integer) unless @number_of_panels.nil? - XMLHelper.add_element(pv_system, 'InverterEfficiency', @inverter_efficiency, :float, @inverter_efficiency_isdefaulted) unless @inverter_efficiency.nil? XMLHelper.add_element(pv_system, 'SystemLossesFraction', @system_losses_fraction, :float, @system_losses_fraction_isdefaulted) unless @system_losses_fraction.nil? XMLHelper.add_element(pv_system, 'YearModulesManufactured', @year_modules_manufactured, :integer) unless @year_modules_manufactured.nil? + if not @inverter_idref.nil? + attached_to_inverter = XMLHelper.add_element(pv_system, 'AttachedToInverter') + XMLHelper.add_attribute(attached_to_inverter, 'idref', @inverter_idref) + end XMLHelper.add_extension(pv_system, 'NumberofBedroomsServed', @number_of_bedrooms_served, :integer) unless @number_of_bedrooms_served.nil? end @@ -5229,13 +5438,69 @@ def from_oga(pv_system) @array_tilt = XMLHelper.get_value(pv_system, 'ArrayTilt', :float) @max_power_output = XMLHelper.get_value(pv_system, 'MaxPowerOutput', :float) @number_of_panels = XMLHelper.get_value(pv_system, 'NumberOfPanels', :integer) - @inverter_efficiency = XMLHelper.get_value(pv_system, 'InverterEfficiency', :float) @system_losses_fraction = XMLHelper.get_value(pv_system, 'SystemLossesFraction', :float) @year_modules_manufactured = XMLHelper.get_value(pv_system, 'YearModulesManufactured', :integer) + @inverter_idref = HPXML::get_idref(XMLHelper.get_element(pv_system, 'AttachedToInverter')) @number_of_bedrooms_served = XMLHelper.get_value(pv_system, 'extension/NumberofBedroomsServed', :integer) end end + class Inverters < BaseArrayElement + def add(**kwargs) + self << Inverter.new(@hpxml_object, **kwargs) + end + + def from_oga(hpxml) + return if hpxml.nil? + + XMLHelper.get_elements(hpxml, 'Building/BuildingDetails/Systems/Photovoltaics/Inverter').each do |inverter| + self << Inverter.new(@hpxml_object, inverter) + end + end + end + + class Inverter < BaseElement + ATTRS = [:id, :inverter_efficiency] + attr_accessor(*ATTRS) + + def pv_system + return if @id.nil? + + @hpxml_object.pv_systems.each do |pv| + next unless @id == pv.inverter_idref + + return pv + end + end + + def delete + @hpxml_object.inverters.delete(self) + end + + def check_for_errors + errors = [] + begin; pv_system; rescue StandardError => e; errors << e.message; end + return errors + end + + def to_oga(doc) + return if nil? + + photovoltaics = XMLHelper.create_elements_as_needed(doc, ['HPXML', 'Building', 'BuildingDetails', 'Systems', 'Photovoltaics']) + inverter = XMLHelper.add_element(photovoltaics, 'Inverter') + sys_id = XMLHelper.add_element(inverter, 'SystemIdentifier') + XMLHelper.add_attribute(sys_id, 'id', @id) + XMLHelper.add_element(inverter, 'InverterEfficiency', @inverter_efficiency, :float, @inverter_efficiency_isdefaulted) unless @inverter_efficiency.nil? + end + + def from_oga(inverter) + return if inverter.nil? + + @id = HPXML::get_id(inverter) + @inverter_efficiency = XMLHelper.get_value(inverter, 'InverterEfficiency', :float) + end + end + class Generators < BaseArrayElement def add(**kwargs) self << Generator.new(@hpxml_object, **kwargs) @@ -5387,7 +5652,7 @@ def from_oga(hpxml) class ClothesWasher < BaseElement ATTRS = [:id, :location, :modified_energy_factor, :integrated_modified_energy_factor, :rated_annual_kwh, :label_electric_rate, :label_gas_rate, :label_annual_gas_cost, - :capacity, :label_usage, :usage_multiplier, :is_shared_appliance, :number_of_units, + :capacity, :label_usage, :usage_multiplier, :is_shared_appliance, :count, :number_of_units_served, :water_heating_system_idref, :hot_water_distribution_idref, :weekday_fractions, :weekend_fractions, :monthly_multipliers] @@ -5433,7 +5698,7 @@ def to_oga(doc) clothes_washer = XMLHelper.add_element(appliances, 'ClothesWasher') sys_id = XMLHelper.add_element(clothes_washer, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) - XMLHelper.add_element(clothes_washer, 'NumberofUnits', @number_of_units, :integer) unless @number_of_units.nil? + XMLHelper.add_element(clothes_washer, 'Count', @count, :integer) unless @count.nil? XMLHelper.add_element(clothes_washer, 'IsSharedAppliance', @is_shared_appliance, :boolean, @is_shared_appliance_isdefaulted) unless @is_shared_appliance.nil? XMLHelper.add_element(clothes_washer, 'NumberofUnitsServed', @number_of_units_served, :integer) unless @number_of_units_served.nil? if not @water_heating_system_idref.nil? @@ -5462,7 +5727,7 @@ def from_oga(clothes_washer) return if clothes_washer.nil? @id = HPXML::get_id(clothes_washer) - @number_of_units = XMLHelper.get_value(clothes_washer, 'NumberofUnits', :integer) + @count = XMLHelper.get_value(clothes_washer, 'Count', :integer) @is_shared_appliance = XMLHelper.get_value(clothes_washer, 'IsSharedAppliance', :boolean) @number_of_units_served = XMLHelper.get_value(clothes_washer, 'NumberofUnitsServed', :integer) @water_heating_system_idref = HPXML::get_idref(XMLHelper.get_element(clothes_washer, 'AttachedToWaterHeatingSystem')) @@ -5499,7 +5764,7 @@ def from_oga(hpxml) class ClothesDryer < BaseElement ATTRS = [:id, :location, :fuel_type, :energy_factor, :combined_energy_factor, :control_type, - :usage_multiplier, :is_shared_appliance, :number_of_units, :number_of_units_served, + :usage_multiplier, :is_shared_appliance, :count, :number_of_units_served, :is_vented, :vented_flow_rate, :weekday_fractions, :weekend_fractions, :monthly_multipliers] attr_accessor(*ATTRS) @@ -5520,7 +5785,7 @@ def to_oga(doc) clothes_dryer = XMLHelper.add_element(appliances, 'ClothesDryer') sys_id = XMLHelper.add_element(clothes_dryer, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) - XMLHelper.add_element(clothes_dryer, 'NumberofUnits', @number_of_units, :integer) unless @number_of_units.nil? + XMLHelper.add_element(clothes_dryer, 'Count', @count, :integer) unless @count.nil? XMLHelper.add_element(clothes_dryer, 'IsSharedAppliance', @is_shared_appliance, :boolean, @is_shared_appliance_isdefaulted) unless @is_shared_appliance.nil? XMLHelper.add_element(clothes_dryer, 'NumberofUnitsServed', @number_of_units_served, :integer) unless @number_of_units_served.nil? XMLHelper.add_element(clothes_dryer, 'Location', @location, :string, @location_isdefaulted) unless @location.nil? @@ -5540,7 +5805,7 @@ def from_oga(clothes_dryer) return if clothes_dryer.nil? @id = HPXML::get_id(clothes_dryer) - @number_of_units = XMLHelper.get_value(clothes_dryer, 'NumberofUnits', :integer) + @count = XMLHelper.get_value(clothes_dryer, 'Count', :integer) @is_shared_appliance = XMLHelper.get_value(clothes_dryer, 'IsSharedAppliance', :boolean) @number_of_units_served = XMLHelper.get_value(clothes_dryer, 'NumberofUnitsServed', :integer) @location = XMLHelper.get_value(clothes_dryer, 'Location', :string) @@ -5952,7 +6217,7 @@ def from_oga(hpxml) end class LightingGroup < BaseElement - ATTRS = [:id, :location, :fraction_of_units_in_location, :lighting_type] + ATTRS = [:id, :location, :fraction_of_units_in_location, :lighting_type, :kwh_per_year] attr_accessor(*ATTRS) def delete @@ -5977,6 +6242,11 @@ def to_oga(doc) lighting_type = XMLHelper.add_element(lighting_group, 'LightingType') XMLHelper.add_element(lighting_type, @lighting_type) end + if not @kwh_per_year.nil? + lighting_load = XMLHelper.add_element(lighting_group, 'Load') + XMLHelper.add_element(lighting_load, 'Units', UnitsKwhPerYear, :string) + XMLHelper.add_element(lighting_load, 'Value', @kwh_per_year, :float, @kwh_per_year_isdefaulted) + end end def from_oga(lighting_group) @@ -5986,6 +6256,7 @@ def from_oga(lighting_group) @location = XMLHelper.get_value(lighting_group, 'Location', :string) @fraction_of_units_in_location = XMLHelper.get_value(lighting_group, 'FractionofUnitsInLocation', :float) @lighting_type = XMLHelper.get_child_name(lighting_group, 'LightingType') + @kwh_per_year = XMLHelper.get_value(lighting_group, "Load[Units='#{UnitsKwhPerYear}']/Value", :float) end end @@ -6083,7 +6354,7 @@ def from_oga(hpxml) end class CeilingFan < BaseElement - ATTRS = [:id, :efficiency, :quantity, :weekday_fractions, :weekend_fractions, :monthly_multipliers] + ATTRS = [:id, :efficiency, :count, :weekday_fractions, :weekend_fractions, :monthly_multipliers] attr_accessor(*ATTRS) def delete @@ -6107,7 +6378,7 @@ def to_oga(doc) XMLHelper.add_element(airflow, 'FanSpeed', 'medium', :string) XMLHelper.add_element(airflow, 'Efficiency', @efficiency, :float, @efficiency_isdefaulted) end - XMLHelper.add_element(ceiling_fan, 'Quantity', @quantity, :integer, @quantity_isdefaulted) unless @quantity.nil? + XMLHelper.add_element(ceiling_fan, 'Count', @count, :integer, @count_isdefaulted) unless @count.nil? XMLHelper.add_extension(ceiling_fan, 'WeekdayScheduleFractions', @weekday_fractions, :string, @weekday_fractions_isdefaulted) unless @weekday_fractions.nil? XMLHelper.add_extension(ceiling_fan, 'WeekendScheduleFractions', @weekend_fractions, :string, @weekend_fractions_isdefaulted) unless @weekend_fractions.nil? XMLHelper.add_extension(ceiling_fan, 'MonthlyScheduleMultipliers', @monthly_multipliers, :string, @monthly_multipliers_isdefaulted) unless @monthly_multipliers.nil? @@ -6116,7 +6387,7 @@ def to_oga(doc) def from_oga(ceiling_fan) @id = HPXML::get_id(ceiling_fan) @efficiency = XMLHelper.get_value(ceiling_fan, "Airflow[FanSpeed='medium']/Efficiency", :float) - @quantity = XMLHelper.get_value(ceiling_fan, 'Quantity', :integer) + @count = XMLHelper.get_value(ceiling_fan, 'Count', :integer) @weekday_fractions = XMLHelper.get_value(ceiling_fan, 'extension/WeekdayScheduleFractions', :string) @weekend_fractions = XMLHelper.get_value(ceiling_fan, 'extension/WeekendScheduleFractions', :string) @monthly_multipliers = XMLHelper.get_value(ceiling_fan, 'extension/MonthlyScheduleMultipliers', :string) @@ -6354,7 +6625,7 @@ def from_oga(hpxml) end class PlugLoad < BaseElement - ATTRS = [:id, :plug_load_type, :kWh_per_year, :frac_sensible, :frac_latent, :usage_multiplier, + ATTRS = [:id, :plug_load_type, :kwh_per_year, :frac_sensible, :frac_latent, :usage_multiplier, :weekday_fractions, :weekend_fractions, :monthly_multipliers] attr_accessor(*ATTRS) @@ -6375,10 +6646,10 @@ def to_oga(doc) sys_id = XMLHelper.add_element(plug_load, 'SystemIdentifier') XMLHelper.add_attribute(sys_id, 'id', @id) XMLHelper.add_element(plug_load, 'PlugLoadType', @plug_load_type, :string) unless @plug_load_type.nil? - if not @kWh_per_year.nil? + if not @kwh_per_year.nil? load = XMLHelper.add_element(plug_load, 'Load') XMLHelper.add_element(load, 'Units', UnitsKwhPerYear, :string) - XMLHelper.add_element(load, 'Value', @kWh_per_year, :float, @kWh_per_year_isdefaulted) + XMLHelper.add_element(load, 'Value', @kwh_per_year, :float, @kwh_per_year_isdefaulted) end XMLHelper.add_extension(plug_load, 'FracSensible', @frac_sensible, :float, @frac_sensible_isdefaulted) unless @frac_sensible.nil? XMLHelper.add_extension(plug_load, 'FracLatent', @frac_latent, :float, @frac_latent_isdefaulted) unless @frac_latent.nil? @@ -6391,7 +6662,7 @@ def to_oga(doc) def from_oga(plug_load) @id = HPXML::get_id(plug_load) @plug_load_type = XMLHelper.get_value(plug_load, 'PlugLoadType', :string) - @kWh_per_year = XMLHelper.get_value(plug_load, "Load[Units='#{UnitsKwhPerYear}']/Value", :float) + @kwh_per_year = XMLHelper.get_value(plug_load, "Load[Units='#{UnitsKwhPerYear}']/Value", :float) @frac_sensible = XMLHelper.get_value(plug_load, 'extension/FracSensible', :float) @frac_latent = XMLHelper.get_value(plug_load, 'extension/FracLatent', :float) @usage_multiplier = XMLHelper.get_value(plug_load, 'extension/UsageMultiplier', :float) @@ -6514,7 +6785,7 @@ def collapse_enclosure_surfaces(surf_types_of_interest = nil) surf.class::ATTRS.each do |attribute| next if attribute.to_s.end_with? '_isdefaulted' next if attrs_to_ignore.include? attribute - next if (surf_type == :foundation_walls) && (attribute == :azimuth) # Azimuth of foundation walls is irrelevant + next if (surf_type == :foundation_walls) && ([:azimuth, :orientation].include? attribute) # Azimuth of foundation walls is irrelevant next if surf.send(attribute) == surf2.send(attribute) match = false @@ -6552,14 +6823,6 @@ def collapse_enclosure_surfaces(surf_types_of_interest = nil) end end - def delete_tiny_surfaces() - (@rim_joists + @walls + @foundation_walls + @floors + @roofs + @windows + @skylights + @doors + @slabs).reverse_each do |surface| - next if surface.area.nil? || (surface.area > 1.0) - - surface.delete - end - end - def delete_adiabatic_subsurfaces() @doors.reverse_each do |door| next if door.wall.nil? diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb index c4dfb914..195ac605 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_defaults.rb @@ -12,24 +12,7 @@ def self.apply(runner, hpxml, eri_version, weather, epw_file: nil, schedules_fil ncfl = hpxml.building_construction.number_of_conditioned_floors ncfl_ag = hpxml.building_construction.number_of_conditioned_floors_above_grade has_uncond_bsmnt = hpxml.has_location(HPXML::LocationBasementUnconditioned) - - infil_volume = nil - infil_height = nil - infil_measurements = [] - hpxml.air_infiltration_measurements.each do |measurement| - is_ach = ((measurement.unit_of_measure == HPXML::UnitsACH) && !measurement.house_pressure.nil?) - is_cfm = ((measurement.unit_of_measure == HPXML::UnitsCFM) && !measurement.house_pressure.nil?) - is_nach = (measurement.unit_of_measure == HPXML::UnitsACHNatural) - next unless (is_ach || is_cfm || is_nach) - - infil_measurements << measurement - if not measurement.infiltration_volume.nil? - infil_volume = measurement.infiltration_volume - end - if not measurement.infiltration_height.nil? - infil_height = measurement.infiltration_height - end - end + infil_measurement = Airflow.get_infiltration_measurement_of_interest(hpxml.air_infiltration_measurements) # Check for presence of fuels once has_fuel = {} @@ -38,15 +21,16 @@ def self.apply(runner, hpxml, eri_version, weather, epw_file: nil, schedules_fil has_fuel[fuel] = hpxml.has_fuel(fuel, hpxml_doc) end - apply_header(hpxml, epw_file) + apply_header(hpxml, epw_file, weather) + apply_header_sizing(hpxml, weather, nbeds) apply_emissions_scenarios(hpxml, has_fuel) apply_utility_bill_scenarios(runner, hpxml, has_fuel) apply_site(hpxml) apply_neighbor_buildings(hpxml) - apply_building_occupancy(hpxml, nbeds, schedules_file) - apply_building_construction(hpxml, cfa, nbeds, infil_volume) + apply_building_occupancy(hpxml, schedules_file) + apply_building_construction(hpxml, cfa, nbeds, infil_measurement) apply_climate_and_risk_zones(hpxml, epw_file) - apply_infiltration(hpxml, infil_volume, infil_height, infil_measurements) + apply_infiltration(hpxml, infil_measurement) apply_attics(hpxml) apply_foundations(hpxml) apply_roofs(hpxml) @@ -60,27 +44,28 @@ def self.apply(runner, hpxml, eri_version, weather, epw_file: nil, schedules_fil apply_doors(hpxml) apply_partition_wall_mass(hpxml) apply_furniture_mass(hpxml) - apply_hvac(hpxml, weather, convert_shared_systems) + apply_hvac(runner, hpxml, weather, convert_shared_systems) apply_hvac_control(hpxml, schedules_file) apply_hvac_distribution(hpxml, ncfl, ncfl_ag) - apply_ventilation_fans(hpxml, infil_measurements, weather, cfa, nbeds) + apply_hvac_location(hpxml) + apply_ventilation_fans(hpxml, weather, cfa, nbeds) apply_water_heaters(hpxml, nbeds, eri_version, schedules_file) + apply_flue_or_chimney(hpxml) apply_hot_water_distribution(hpxml, cfa, ncfl, has_uncond_bsmnt) apply_water_fixtures(hpxml, schedules_file) apply_solar_thermal_systems(hpxml) apply_appliances(hpxml, nbeds, eri_version, schedules_file) apply_lighting(hpxml, schedules_file) apply_ceiling_fans(hpxml, nbeds, weather, schedules_file) - nbeds_adjusted = get_nbeds_adjusted_for_operational_calculation(hpxml) - apply_pools_and_hot_tubs(hpxml, cfa, nbeds_adjusted, schedules_file) - apply_plug_loads(hpxml, cfa, nbeds_adjusted, schedules_file) - apply_fuel_loads(hpxml, cfa, nbeds_adjusted, schedules_file) + apply_pools_and_hot_tubs(hpxml, cfa, schedules_file) + apply_plug_loads(hpxml, cfa, schedules_file) + apply_fuel_loads(hpxml, cfa, schedules_file) apply_pv_systems(hpxml) apply_generators(hpxml) apply_batteries(hpxml) # Do HVAC sizing after all other defaults have been applied - apply_hvac_sizing(hpxml, weather, cfa, nbeds) + apply_hvac_sizing(hpxml, weather, cfa) end def self.get_default_azimuths(hpxml) @@ -121,12 +106,7 @@ def self.sanitize_azimuth(azimuth) private - def self.apply_header(hpxml, epw_file) - if hpxml.header.occupancy_calculation_type.nil? - hpxml.header.occupancy_calculation_type = HPXML::OccupancyCalculationTypeAsset - hpxml.header.occupancy_calculation_type_isdefaulted = true - end - + def self.apply_header(hpxml, epw_file, weather) if hpxml.header.timestep.nil? hpxml.header.timestep = 60 hpxml.header.timestep_isdefaulted = true @@ -189,15 +169,6 @@ def self.apply_header(hpxml, epw_file) end end - if hpxml.header.allow_increased_fixed_capacities.nil? - hpxml.header.allow_increased_fixed_capacities = false - hpxml.header.allow_increased_fixed_capacities_isdefaulted = true - end - if hpxml.header.heat_pump_sizing_methodology.nil? && (hpxml.heat_pumps.size > 0) - hpxml.header.heat_pump_sizing_methodology = HPXML::HeatPumpSizingHERS - hpxml.header.heat_pump_sizing_methodology_isdefaulted = true - end - if (not epw_file.nil?) && hpxml.header.state_code.nil? state_province_region = epw_file.stateProvinceRegion.upcase if /^[A-Z]{2}$/.match(state_province_region) @@ -220,6 +191,98 @@ def self.apply_header(hpxml, epw_file) hpxml.header.natvent_days_per_week = 3 hpxml.header.natvent_days_per_week_isdefaulted = true end + + hpxml.header.unavailable_periods.each do |unavailable_period| + if unavailable_period.begin_hour.nil? + unavailable_period.begin_hour = 0 + unavailable_period.begin_hour_isdefaulted = true + end + if unavailable_period.end_hour.nil? + unavailable_period.end_hour = 24 + unavailable_period.end_hour_isdefaulted = true + end + if unavailable_period.natvent_availability.nil? + unavailable_period.natvent_availability = HPXML::ScheduleRegular + unavailable_period.natvent_availability_isdefaulted = true + end + end + + if hpxml.header.shading_summer_begin_month.nil? || hpxml.header.shading_summer_begin_day.nil? || hpxml.header.shading_summer_end_month.nil? || hpxml.header.shading_summer_end_day.nil? + if not weather.nil? + # Default based on Building America seasons + _, default_cooling_months = HVAC.get_default_heating_and_cooling_seasons(weather) + begin_month, begin_day, end_month, end_day = Schedule.get_begin_and_end_dates_from_monthly_array(default_cooling_months, sim_calendar_year) + if not begin_month.nil? # Check if no summer + hpxml.header.shading_summer_begin_month = begin_month + hpxml.header.shading_summer_begin_day = begin_day + hpxml.header.shading_summer_end_month = end_month + hpxml.header.shading_summer_end_day = end_day + hpxml.header.shading_summer_begin_month_isdefaulted = true + hpxml.header.shading_summer_begin_day_isdefaulted = true + hpxml.header.shading_summer_end_month_isdefaulted = true + hpxml.header.shading_summer_end_day_isdefaulted = true + end + end + end + end + + def self.apply_header_sizing(hpxml, weather, nbeds) + if hpxml.header.allow_increased_fixed_capacities.nil? + hpxml.header.allow_increased_fixed_capacities = false + hpxml.header.allow_increased_fixed_capacities_isdefaulted = true + end + + if hpxml.header.heat_pump_sizing_methodology.nil? && (hpxml.heat_pumps.size > 0) + hpxml.header.heat_pump_sizing_methodology = HPXML::HeatPumpSizingHERS + hpxml.header.heat_pump_sizing_methodology_isdefaulted = true + end + + if hpxml.header.manualj_heating_design_temp.nil? + hpxml.header.manualj_heating_design_temp = weather.design.HeatingDrybulb.round(2) + hpxml.header.manualj_heating_design_temp_isdefaulted = true + end + + if hpxml.header.manualj_cooling_design_temp.nil? + hpxml.header.manualj_cooling_design_temp = weather.design.CoolingDrybulb.round(2) + hpxml.header.manualj_cooling_design_temp_isdefaulted = true + end + + if hpxml.header.manualj_heating_setpoint.nil? + hpxml.header.manualj_heating_setpoint = 70.0 # deg-F, per Manual J + hpxml.header.manualj_heating_setpoint_isdefaulted = true + end + + if hpxml.header.manualj_cooling_setpoint.nil? + hpxml.header.manualj_cooling_setpoint = 75.0 # deg-F, per Manual J + hpxml.header.manualj_cooling_setpoint_isdefaulted = true + end + + if hpxml.header.manualj_humidity_setpoint.nil? + hpxml.header.manualj_humidity_setpoint = 0.5 # 50% + if hpxml.dehumidifiers.size > 0 + hpxml.header.manualj_humidity_setpoint = [hpxml.header.manualj_humidity_setpoint, hpxml.dehumidifiers[0].rh_setpoint].min + end + hpxml.header.manualj_humidity_setpoint_isdefaulted = true + end + + if hpxml.header.manualj_internal_loads_sensible.nil? + if hpxml.refrigerators.size + hpxml.freezers.size <= 1 + hpxml.header.manualj_internal_loads_sensible = 2400.0 # Btuh, per Manual J + else + hpxml.header.manualj_internal_loads_sensible = 3600.0 # Btuh, per Manual J + end + hpxml.header.manualj_internal_loads_sensible_isdefaulted = true + end + + if hpxml.header.manualj_internal_loads_latent.nil? + hpxml.header.manualj_internal_loads_latent = 0.0 # Btuh + hpxml.header.manualj_internal_loads_latent_isdefaulted = true + end + + if hpxml.header.manualj_num_occupants.nil? + hpxml.header.manualj_num_occupants = nbeds + 1 # Per Manual J + hpxml.header.manualj_num_occupants_isdefaulted = true + end end def self.apply_emissions_scenarios(hpxml, has_fuel) @@ -441,12 +504,15 @@ def self.apply_neighbor_buildings(hpxml) end end - def self.apply_building_occupancy(hpxml, nbeds, schedules_file) + def self.apply_building_occupancy(hpxml, schedules_file) if hpxml.building_occupancy.number_of_residents.nil? - hpxml.building_occupancy.number_of_residents = Geometry.get_occupancy_default_num(nbeds) - hpxml.building_occupancy.number_of_residents_isdefaulted = true + hpxml.building_construction.additional_properties.adjusted_number_of_bedrooms = hpxml.building_construction.number_of_bedrooms + else + # Set adjusted number of bedrooms for operational calculation; this is an adjustment on + # ANSI 301 or Building America equations, which are based on number of bedrooms. + hpxml.building_construction.additional_properties.adjusted_number_of_bedrooms = get_nbeds_adjusted_for_operational_calculation(hpxml) end - schedules_file_includes_occupants = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnOccupants) + schedules_file_includes_occupants = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnOccupants)) if hpxml.building_occupancy.weekday_fractions.nil? && !schedules_file_includes_occupants hpxml.building_occupancy.weekday_fractions = Schedule.OccupantsWeekdayFractions hpxml.building_occupancy.weekday_fractions_isdefaulted = true @@ -461,11 +527,11 @@ def self.apply_building_occupancy(hpxml, nbeds, schedules_file) end end - def self.apply_building_construction(hpxml, cfa, nbeds, infil_volume) + def self.apply_building_construction(hpxml, cfa, nbeds, infil_measurement) cond_crawl_volume = hpxml.inferred_conditioned_crawlspace_volume() if hpxml.building_construction.conditioned_building_volume.nil? && hpxml.building_construction.average_ceiling_height.nil? - if not infil_volume.nil? - hpxml.building_construction.average_ceiling_height = [infil_volume / cfa, 8.0].min + if not infil_measurement.infiltration_volume.nil? + hpxml.building_construction.average_ceiling_height = [infil_measurement.infiltration_volume / cfa, 8.0].min else hpxml.building_construction.average_ceiling_height = 8.0 end @@ -484,35 +550,6 @@ def self.apply_building_construction(hpxml, cfa, nbeds, infil_volume) hpxml.building_construction.number_of_bathrooms = Float(Waterheater.get_default_num_bathrooms(nbeds)).to_i hpxml.building_construction.number_of_bathrooms_isdefaulted = true end - - if hpxml.building_construction.has_flue_or_chimney.nil? - hpxml.building_construction.has_flue_or_chimney = false - hpxml.building_construction.has_flue_or_chimney_isdefaulted = true - hpxml.heating_systems.each do |heating_system| - if [HPXML::HVACTypeFurnace, HPXML::HVACTypeBoiler, HPXML::HVACTypeWallFurnace, HPXML::HVACTypeFloorFurnace, HPXML::HVACTypeStove, HPXML::HVACTypeFixedHeater].include? heating_system.heating_system_type - if not heating_system.heating_efficiency_afue.nil? - next if heating_system.heating_efficiency_afue >= 0.89 - elsif not heating_system.heating_efficiency_percent.nil? - next if heating_system.heating_efficiency_percent >= 0.89 - end - - hpxml.building_construction.has_flue_or_chimney = true - elsif [HPXML::HVACTypeFireplace].include? heating_system.heating_system_type - next if heating_system.heating_system_fuel == HPXML::FuelTypeElectricity - - hpxml.building_construction.has_flue_or_chimney = true - end - end - hpxml.water_heating_systems.each do |water_heating_system| - if not water_heating_system.energy_factor.nil? - next if water_heating_system.energy_factor >= 0.63 - elsif not water_heating_system.uniform_energy_factor.nil? - next if Waterheater.calc_ef_from_uef(water_heating_system) >= 0.63 - end - - hpxml.building_construction.has_flue_or_chimney = true - end - end end def self.apply_climate_and_risk_zones(hpxml, epw_file) @@ -527,19 +564,21 @@ def self.apply_climate_and_risk_zones(hpxml, epw_file) end end - def self.apply_infiltration(hpxml, infil_volume, infil_height, infil_measurements) - if infil_volume.nil? - infil_volume = hpxml.building_construction.conditioned_building_volume - infil_measurements.each do |measurement| - measurement.infiltration_volume = infil_volume - measurement.infiltration_volume_isdefaulted = true - end + def self.apply_infiltration(hpxml, infil_measurement) + if infil_measurement.infiltration_volume.nil? + infil_measurement.infiltration_volume = hpxml.building_construction.conditioned_building_volume + infil_measurement.infiltration_volume_isdefaulted = true + end + if infil_measurement.infiltration_height.nil? + infil_measurement.infiltration_height = hpxml.inferred_infiltration_height(infil_measurement.infiltration_volume) + infil_measurement.infiltration_height_isdefaulted = true end - if infil_height.nil? - infil_height = hpxml.inferred_infiltration_height(infil_volume) - infil_measurements.each do |measurement| - measurement.infiltration_height = infil_height - measurement.infiltration_height_isdefaulted = true + if infil_measurement.a_ext.nil? + if (infil_measurement.infiltration_type == HPXML::InfiltrationTypeUnitTotal) && + [HPXML::ResidentialTypeApartment, HPXML::ResidentialTypeSFA].include?(hpxml.building_construction.residential_facility_type) + tot_cb_area, ext_cb_area = hpxml.compartmentalization_boundary_areas() + infil_measurement.a_ext = (ext_cb_area / tot_cb_area).round(5) + infil_measurement.a_ext_isdefaulted = true end end end @@ -1005,7 +1044,7 @@ def self.apply_furniture_mass(hpxml) end end - def self.apply_hvac(hpxml, weather, convert_shared_systems) + def self.apply_hvac(runner, hpxml, weather, convert_shared_systems) if convert_shared_systems HVAC.apply_shared_systems(hpxml) end @@ -1038,7 +1077,6 @@ def self.apply_hvac(hpxml, weather, convert_shared_systems) cooling_system.cooling_efficiency_seer_isdefaulted = true cooling_system.cooling_efficiency_seer2 = nil end - hpxml.heat_pumps.each do |heat_pump| next unless [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit].include? heat_pump.heat_pump_type @@ -1074,13 +1112,63 @@ def self.apply_hvac(hpxml, weather, convert_shared_systems) heat_pump.compressor_type_isdefaulted = true end - # Default ASHP backup heating lockout capability + # Default HP heating capacity retention hpxml.heat_pumps.each do |heat_pump| - next if heat_pump.backup_type.nil? + next unless heat_pump.heating_capacity_retention_fraction.nil? + next unless heat_pump.heating_capacity_17F.nil? + next if [HPXML::HVACTypeHeatPumpGroundToAir, HPXML::HVACTypeHeatPumpWaterLoopToAir].include? heat_pump.heat_pump_type + + heat_pump.heating_capacity_retention_temp = 5.0 + if [HPXML::HVACCompressorTypeSingleStage, HPXML::HVACCompressorTypeTwoStage].include? heat_pump.compressor_type + heat_pump.heating_capacity_retention_fraction = 0.425 + elsif [HPXML::HVACCompressorTypeVariableSpeed].include? heat_pump.compressor_type + heat_pump.heating_capacity_retention_fraction = 0.5 + end + heat_pump.heating_capacity_retention_fraction_isdefaulted = true + heat_pump.heating_capacity_retention_temp_isdefaulted = true + end + + # Default HP compressor lockout temp + hpxml.heat_pumps.each do |heat_pump| + next unless heat_pump.compressor_lockout_temp.nil? next unless heat_pump.backup_heating_switchover_temp.nil? + next if heat_pump.heat_pump_type == HPXML::HVACTypeHeatPumpGroundToAir + + if heat_pump.backup_type == HPXML::HeatPumpBackupTypeIntegrated + hp_backup_fuel = heat_pump.backup_heating_fuel + elsif not heat_pump.backup_system.nil? + hp_backup_fuel = heat_pump.backup_system.heating_system_fuel + end + + if (not hp_backup_fuel.nil?) && (hp_backup_fuel != HPXML::FuelTypeElectricity) + heat_pump.compressor_lockout_temp = 25.0 # deg-F + else + if heat_pump.heat_pump_type == HPXML::HVACTypeHeatPumpMiniSplit + heat_pump.compressor_lockout_temp = -20.0 # deg-F + else + heat_pump.compressor_lockout_temp = 0.0 # deg-F + end + end + heat_pump.compressor_lockout_temp_isdefaulted = true + end + + # Default HP backup lockout temp + hpxml.heat_pumps.each do |heat_pump| + next if heat_pump.backup_type.nil? next unless heat_pump.backup_heating_lockout_temp.nil? + next unless heat_pump.backup_heating_switchover_temp.nil? - heat_pump.backup_heating_lockout_temp = 40.0 # deg-F + if heat_pump.backup_type == HPXML::HeatPumpBackupTypeIntegrated + hp_backup_fuel = heat_pump.backup_heating_fuel + else + hp_backup_fuel = heat_pump.backup_system.heating_system_fuel + end + + if hp_backup_fuel == HPXML::FuelTypeElectricity + heat_pump.backup_heating_lockout_temp = 40.0 # deg-F + else + heat_pump.backup_heating_lockout_temp = 50.0 # deg-F + end heat_pump.backup_heating_lockout_temp_isdefaulted = true end @@ -1280,6 +1368,49 @@ def self.apply_hvac(hpxml, weather, convert_shared_systems) end end + # Crankcase heater power [Watts] + hpxml.cooling_systems.each do |cooling_system| + next unless [HPXML::HVACTypeCentralAirConditioner, HPXML::HVACTypeMiniSplitAirConditioner, HPXML::HVACTypeRoomAirConditioner, HPXML::HVACTypePTAC].include? cooling_system.cooling_system_type + next unless cooling_system.crankcase_heater_watts.nil? + + if [HPXML::HVACTypeRoomAirConditioner, HPXML::HVACTypePTAC].include? cooling_system.cooling_system_type + cooling_system.crankcase_heater_watts = 0.0 + else + cooling_system.crankcase_heater_watts = 50 # From RESNET Publication No. 002-2017 + end + cooling_system.crankcase_heater_watts_isdefaulted = true + end + hpxml.heat_pumps.each do |heat_pump| + next unless [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit, HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom].include? heat_pump.heat_pump_type + next unless heat_pump.crankcase_heater_watts.nil? + + if [HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom].include? heat_pump.heat_pump_type + heat_pump.crankcase_heater_watts = 0.0 + else + heat_pump.crankcase_heater_watts = heat_pump.fraction_heat_load_served <= 0 ? 0.0 : 50 # From RESNET Publication No. 002-2017 + end + heat_pump.crankcase_heater_watts_isdefaulted = true + end + + # Pilot Light + hpxml.heating_systems.each do |heating_system| + next unless [HPXML::HVACTypeFurnace, + HPXML::HVACTypeWallFurnace, + HPXML::HVACTypeFloorFurnace, + HPXML::HVACTypeFireplace, + HPXML::HVACTypeStove, + HPXML::HVACTypeBoiler].include? heating_system.heating_system_type + + if heating_system.pilot_light.nil? + heating_system.pilot_light = false + heating_system.pilot_light_isdefaulted = true + end + if heating_system.pilot_light && heating_system.pilot_light_btuh.nil? + heating_system.pilot_light_btuh = 500.0 + heating_system.pilot_light_btuh_isdefaulted = true + end + end + # Detailed HVAC performance hpxml.cooling_systems.each do |cooling_system| clg_ap = cooling_system.additional_properties @@ -1295,22 +1426,19 @@ def self.apply_hvac(hpxml, weather, convert_shared_systems) # Note: We use HP cooling curve so that a central AC behaves the same. HVAC.set_num_speeds(cooling_system) HVAC.set_fan_power_rated(cooling_system) unless use_eer - HVAC.set_crankcase_assumptions(cooling_system) HVAC.set_cool_c_d(cooling_system, clg_ap.num_speeds) HVAC.set_cool_curves_central_air_source(cooling_system, use_eer) - HVAC.set_cool_rated_cfm_per_ton(cooling_system) - HVAC.set_cool_rated_shrs_gross(cooling_system) + HVAC.set_cool_rated_shrs_gross(runner, cooling_system) HVAC.set_cool_rated_eirs(cooling_system) unless use_eer elsif [HPXML::HVACTypeMiniSplitAirConditioner].include? cooling_system.cooling_system_type num_speeds = 10 HVAC.set_num_speeds(cooling_system) - HVAC.set_crankcase_assumptions(cooling_system) HVAC.set_fan_power_rated(cooling_system) HVAC.set_cool_c_d(cooling_system, num_speeds) HVAC.set_cool_curves_mshp(cooling_system, num_speeds) - HVAC.set_cool_rated_cfm_per_ton_mshp(cooling_system, num_speeds) + HVAC.set_cool_rated_shrs_gross(runner, cooling_system) HVAC.set_cool_rated_eirs_mshp(cooling_system, num_speeds) HVAC.set_mshp_downselected_speed_indices(cooling_system) @@ -1328,7 +1456,7 @@ def self.apply_hvac(hpxml, weather, convert_shared_systems) HPXML::HVACTypeFloorFurnace, HPXML::HVACTypeFireplace].include? heating_system.heating_system_type - HVAC.set_heat_rated_cfm_per_ton(heating_system) + heating_system.additional_properties.heat_rated_cfm_per_ton = HVAC.get_default_heat_cfm_per_ton(1, true) end hpxml.heat_pumps.each do |heat_pump| hp_ap = heat_pump.additional_properties @@ -1342,35 +1470,30 @@ def self.apply_hvac(hpxml, weather, convert_shared_systems) end HVAC.set_num_speeds(heat_pump) HVAC.set_fan_power_rated(heat_pump) unless use_eer_cop - HVAC.set_crankcase_assumptions(heat_pump) - HVAC.set_heat_pump_temperatures(heat_pump) + HVAC.set_heat_pump_temperatures(heat_pump, runner) HVAC.set_cool_c_d(heat_pump, hp_ap.num_speeds) HVAC.set_cool_curves_central_air_source(heat_pump, use_eer_cop) - HVAC.set_cool_rated_cfm_per_ton(heat_pump) - HVAC.set_cool_rated_shrs_gross(heat_pump) + HVAC.set_cool_rated_shrs_gross(runner, heat_pump) HVAC.set_cool_rated_eirs(heat_pump) unless use_eer_cop HVAC.set_heat_c_d(heat_pump, hp_ap.num_speeds) HVAC.set_heat_curves_central_air_source(heat_pump, use_eer_cop) - HVAC.set_heat_rated_cfm_per_ton(heat_pump) HVAC.set_heat_rated_eirs(heat_pump) unless use_eer_cop elsif [HPXML::HVACTypeHeatPumpMiniSplit].include? heat_pump.heat_pump_type num_speeds = 10 HVAC.set_num_speeds(heat_pump) - HVAC.set_crankcase_assumptions(heat_pump) HVAC.set_fan_power_rated(heat_pump) - HVAC.set_heat_pump_temperatures(heat_pump) + HVAC.set_heat_pump_temperatures(heat_pump, runner) HVAC.set_cool_c_d(heat_pump, num_speeds) HVAC.set_cool_curves_mshp(heat_pump, num_speeds) - HVAC.set_cool_rated_cfm_per_ton_mshp(heat_pump, num_speeds) + HVAC.set_cool_rated_shrs_gross(runner, heat_pump) HVAC.set_cool_rated_eirs_mshp(heat_pump, num_speeds) HVAC.set_heat_c_d(heat_pump, num_speeds) HVAC.set_heat_curves_mshp(heat_pump, num_speeds) - HVAC.set_heat_rated_cfm_per_ton_mshp(heat_pump, num_speeds) HVAC.set_heat_rated_eirs_mshp(heat_pump, num_speeds) HVAC.set_mshp_downselected_speed_indices(heat_pump) @@ -1380,7 +1503,7 @@ def self.apply_hvac(hpxml, weather, convert_shared_systems) HVAC.set_curves_gshp(heat_pump) elsif [HPXML::HVACTypeHeatPumpWaterLoopToAir].include? heat_pump.heat_pump_type - HVAC.set_heat_pump_temperatures(heat_pump) + HVAC.set_heat_pump_temperatures(heat_pump, runner) end end @@ -1388,7 +1511,7 @@ def self.apply_hvac(hpxml, weather, convert_shared_systems) def self.apply_hvac_control(hpxml, schedules_file) hpxml.hvac_controls.each do |hvac_control| - schedules_file_includes_heating_setpoint_temp = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnHeatingSetpoint) + schedules_file_includes_heating_setpoint_temp = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnHeatingSetpoint)) if hvac_control.heating_setpoint_temp.nil? && hvac_control.weekday_heating_setpoints.nil? && !schedules_file_includes_heating_setpoint_temp # No heating setpoints; set a default heating setpoint for, e.g., natural ventilation htg_sp, _htg_setback_sp, _htg_setback_hrs_per_week, _htg_setback_start_hr = HVAC.get_default_heating_setpoint(HPXML::HVACControlTypeManual) @@ -1396,7 +1519,7 @@ def self.apply_hvac_control(hpxml, schedules_file) hvac_control.heating_setpoint_temp_isdefaulted = true end - schedules_file_includes_cooling_setpoint_temp = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnCoolingSetpoint) + schedules_file_includes_cooling_setpoint_temp = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnCoolingSetpoint)) if hvac_control.cooling_setpoint_temp.nil? && hvac_control.weekday_cooling_setpoints.nil? && !schedules_file_includes_cooling_setpoint_temp # No cooling setpoints; set a default cooling setpoint for, e.g., natural ventilation clg_sp, _clg_setup_sp, _clg_setup_hrs_per_week, _clg_setup_start_hr = HVAC.get_default_cooling_setpoint(HPXML::HVACControlTypeManual) @@ -1445,8 +1568,6 @@ def self.apply_hvac_distribution(hpxml, ncfl, ncfl_ag) next unless hvac_distribution.distribution_system_type == HPXML::HVACDistributionTypeAir next if hvac_distribution.ducts.empty? - # Default ducts - supply_ducts = hvac_distribution.ducts.select { |duct| duct.duct_type == HPXML::DuctTypeSupply } return_ducts = hvac_distribution.ducts.select { |duct| duct.duct_type == HPXML::DuctTypeReturn } @@ -1523,10 +1644,80 @@ def self.apply_hvac_distribution(hpxml, ncfl, ncfl_ag) ducts.duct_surface_area_multiplier = 1.0 ducts.duct_surface_area_multiplier_isdefaulted = true end + + # Default buried insulation level + hvac_distribution.ducts.each do |ducts| + next unless ducts.duct_buried_insulation_level.nil? + + ducts.duct_buried_insulation_level = HPXML::DuctBuriedInsulationNone + ducts.duct_buried_insulation_level_isdefaulted = true + end + + # Default effective R-value + hvac_distribution.ducts.each do |ducts| + next unless ducts.duct_effective_r_value.nil? + + ducts.duct_effective_r_value = Airflow.get_duct_effective_r_value(ducts.duct_insulation_r_value, ducts.duct_type, ducts.duct_buried_insulation_level) + ducts.duct_effective_r_value_isdefaulted = true + end + end + end + + def self.apply_hvac_location(hpxml) + # This needs to come after we have applied defaults for ducts + hpxml.hvac_systems.each do |hvac_system| + next unless hvac_system.location.nil? + + hvac_system.location_isdefaulted = true + + # Set default location based on distribution system + dist_system = hvac_system.distribution_system + if dist_system.nil? + hvac_system.location = HPXML::LocationLivingSpace + else + dist_type = dist_system.distribution_system_type + if dist_type == HPXML::HVACDistributionTypeAir + # Find largest unconditioned supply duct location + uncond_duct_locations = {} + dist_system.ducts.select { |d| d.duct_type == HPXML::DuctTypeSupply }.each do |d| + next if HPXML::conditioned_locations_this_unit.include? d.duct_location + next if [HPXML::LocationExteriorWall, HPXML::LocationUnderSlab].include? d.duct_location # air handler won't be here + + uncond_duct_locations[d.duct_location] = 0.0 if uncond_duct_locations[d.duct_location].nil? + uncond_duct_locations[d.duct_location] += d.duct_surface_area + end + if uncond_duct_locations.empty? + hvac_system.location = HPXML::LocationLivingSpace + else + hvac_system.location = uncond_duct_locations.key(uncond_duct_locations.values.max) + if hvac_system.location == HPXML::LocationOutside + # DuctLocation "outside" needs to be converted to a valid UnitLocation enumeration + hvac_system.location = HPXML::LocationOtherExterior + end + end + elsif dist_type == HPXML::HVACDistributionTypeHydronic + # Assume same default logic as a water heater + hvac_system.location = Waterheater.get_default_location(hpxml, hpxml.climate_and_risk_zones.climate_zone_ieccs[0]) + elsif dist_type == HPXML::HVACDistributionTypeDSE + # DSE=1 implies distribution system in conditioned space + has_dse_of_one = true + if (hvac_system.respond_to? :fraction_heat_load_served) && (dist_system.annual_heating_dse != 1) + has_dse_of_one = false + end + if (hvac_system.respond_to? :fraction_cool_load_served) && (dist_system.annual_cooling_dse != 1) + has_dse_of_one = false + end + if has_dse_of_one + hvac_system.location = HPXML::LocationLivingSpace + else + hvac_system.location = HPXML::LocationUnconditionedSpace + end + end + end end end - def self.apply_ventilation_fans(hpxml, infil_measurements, weather, cfa, nbeds) + def self.apply_ventilation_fans(hpxml, weather, cfa, nbeds) # Default mech vent systems hpxml.ventilation_fans.each do |vent_fan| next unless vent_fan.used_for_whole_building_ventilation @@ -1544,7 +1735,7 @@ def self.apply_ventilation_fans(hpxml, infil_measurements, weather, cfa, nbeds) fail 'Defaulting flow rates for multiple mechanical ventilation systems is currently not supported.' end - vent_fan.rated_flow_rate = Airflow.get_default_mech_vent_flow_rate(hpxml, vent_fan, infil_measurements, weather, cfa, nbeds).round(1) + vent_fan.rated_flow_rate = Airflow.get_default_mech_vent_flow_rate(hpxml, vent_fan, weather, cfa, nbeds).round(1) vent_fan.rated_flow_rate_isdefaulted = true end if vent_fan.fan_power.nil? @@ -1567,9 +1758,9 @@ def self.apply_ventilation_fans(hpxml, infil_measurements, weather, cfa, nbeds) hpxml.ventilation_fans.each do |vent_fan| next unless (vent_fan.used_for_local_ventilation && (vent_fan.fan_location == HPXML::LocationKitchen)) - if vent_fan.quantity.nil? - vent_fan.quantity = 1 - vent_fan.quantity_isdefaulted = true + if vent_fan.count.nil? + vent_fan.count = 1 + vent_fan.count_isdefaulted = true end if vent_fan.rated_flow_rate.nil? && vent_fan.tested_flow_rate.nil? && vent_fan.calculated_flow_rate.nil? && vent_fan.delivered_ventilation.nil? vent_fan.rated_flow_rate = 100.0 # cfm, per BA HSP @@ -1593,9 +1784,9 @@ def self.apply_ventilation_fans(hpxml, infil_measurements, weather, cfa, nbeds) hpxml.ventilation_fans.each do |vent_fan| next unless (vent_fan.used_for_local_ventilation && (vent_fan.fan_location == HPXML::LocationBath)) - if vent_fan.quantity.nil? - vent_fan.quantity = hpxml.building_construction.number_of_bathrooms - vent_fan.quantity_isdefaulted = true + if vent_fan.count.nil? + vent_fan.count = hpxml.building_construction.number_of_bathrooms + vent_fan.count_isdefaulted = true end if vent_fan.rated_flow_rate.nil? && vent_fan.tested_flow_rate.nil? && vent_fan.calculated_flow_rate.nil? && vent_fan.delivered_ventilation.nil? vent_fan.rated_flow_rate = 50.0 # cfm, per BA HSP @@ -1636,7 +1827,7 @@ def self.apply_water_heaters(hpxml, nbeds, eri_version, schedules_file) water_heating_system.is_shared_system = false water_heating_system.is_shared_system_isdefaulted = true end - schedules_file_includes_water_heater_setpoint_temp = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnWaterHeaterSetpoint) + schedules_file_includes_water_heater_setpoint_temp = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnWaterHeaterSetpoint)) if water_heating_system.temperature.nil? && !schedules_file_includes_water_heater_setpoint_temp water_heating_system.temperature = Waterheater.get_default_hot_water_temperature(eri_version) water_heating_system.temperature_isdefaulted = true @@ -1675,9 +1866,9 @@ def self.apply_water_heaters(hpxml, nbeds, eri_version, schedules_file) end end if (water_heating_system.water_heater_type == HPXML::WaterHeaterTypeHeatPump) - schedules_file_includes_water_heater_operating_mode = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnWaterHeaterOperatingMode) + schedules_file_includes_water_heater_operating_mode = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnWaterHeaterOperatingMode)) if water_heating_system.operating_mode.nil? && !schedules_file_includes_water_heater_operating_mode - water_heating_system.operating_mode = HPXML::WaterHeaterOperatingModeStandard + water_heating_system.operating_mode = HPXML::WaterHeaterOperatingModeHybridAuto water_heating_system.operating_mode_isdefaulted = true end end @@ -1696,6 +1887,14 @@ def self.apply_water_heaters(hpxml, nbeds, eri_version, schedules_file) end end + def self.apply_flue_or_chimney(hpxml) + # This needs to come after we have applied defaults for HVAC/DHW systems + if hpxml.air_infiltration.has_flue_or_chimney_in_conditioned_space.nil? + hpxml.air_infiltration.has_flue_or_chimney_in_conditioned_space = get_default_flue_or_chimney_in_conditioned_space(hpxml) + hpxml.air_infiltration.has_flue_or_chimney_in_conditioned_space_isdefaulted = true + end + end + def self.apply_hot_water_distribution(hpxml, cfa, ncfl, has_uncond_bsmnt) return if hpxml.hot_water_distributions.size == 0 @@ -1741,7 +1940,7 @@ def self.apply_water_fixtures(hpxml, schedules_file) hpxml.water_heating.water_fixtures_usage_multiplier = 1.0 hpxml.water_heating.water_fixtures_usage_multiplier_isdefaulted = true end - schedules_file_includes_fixtures = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnHotWaterFixtures) + schedules_file_includes_fixtures = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnHotWaterFixtures)) if hpxml.water_heating.water_fixtures_weekday_fractions.nil? && !schedules_file_includes_fixtures hpxml.water_heating.water_fixtures_weekday_fractions = Schedule.FixturesWeekdayFractions hpxml.water_heating.water_fixtures_weekday_fractions_isdefaulted = true @@ -1799,15 +1998,17 @@ def self.apply_pv_systems(hpxml) pv_system.module_type = HPXML::PVModuleTypeStandard pv_system.module_type_isdefaulted = true end - if pv_system.inverter_efficiency.nil? - pv_system.inverter_efficiency = PV.get_default_inv_eff() - pv_system.inverter_efficiency_isdefaulted = true - end if pv_system.system_losses_fraction.nil? pv_system.system_losses_fraction = PV.get_default_system_losses(pv_system.year_modules_manufactured) pv_system.system_losses_fraction_isdefaulted = true end end + hpxml.inverters.each do |inverter| + if inverter.inverter_efficiency.nil? + inverter.inverter_efficiency = PV.get_default_inv_eff() + inverter.inverter_efficiency_isdefaulted = true + end + end end def self.apply_generators(hpxml) @@ -1909,7 +2110,7 @@ def self.apply_appliances(hpxml, nbeds, eri_version, schedules_file) clothes_washer.usage_multiplier = 1.0 clothes_washer.usage_multiplier_isdefaulted = true end - schedules_file_includes_cw = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnClothesWasher) + schedules_file_includes_cw = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnClothesWasher)) if clothes_washer.weekday_fractions.nil? && !schedules_file_includes_cw clothes_washer.weekday_fractions = Schedule.ClothesWasherWeekdayFractions clothes_washer.weekday_fractions_isdefaulted = true @@ -1957,7 +2158,7 @@ def self.apply_appliances(hpxml, nbeds, eri_version, schedules_file) clothes_dryer.vented_flow_rate = 100.0 clothes_dryer.vented_flow_rate_isdefaulted = true end - schedules_file_includes_cd = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnClothesDryer) + schedules_file_includes_cd = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnClothesDryer)) if clothes_dryer.weekday_fractions.nil? && !schedules_file_includes_cd clothes_dryer.weekday_fractions = Schedule.ClothesDryerWeekdayFractions clothes_dryer.weekday_fractions_isdefaulted = true @@ -2002,7 +2203,7 @@ def self.apply_appliances(hpxml, nbeds, eri_version, schedules_file) dishwasher.usage_multiplier = 1.0 dishwasher.usage_multiplier_isdefaulted = true end - schedules_file_includes_dw = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnDishwasher) + schedules_file_includes_dw = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnDishwasher)) if dishwasher.weekday_fractions.nil? && !schedules_file_includes_dw dishwasher.weekday_fractions = Schedule.DishwasherWeekdayFractions dishwasher.weekday_fractions_isdefaulted = true @@ -2033,7 +2234,7 @@ def self.apply_appliances(hpxml, nbeds, eri_version, schedules_file) refrigerator.rated_annual_kwh = default_values[:rated_annual_kwh] refrigerator.rated_annual_kwh_isdefaulted = true end - schedules_file_includes_extrafridge = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnExtraRefrigerator) + schedules_file_includes_extrafridge = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnExtraRefrigerator)) if refrigerator.weekday_fractions.nil? && !schedules_file_includes_extrafridge refrigerator.weekday_fractions = Schedule.ExtraRefrigeratorWeekdayFractions refrigerator.weekday_fractions_isdefaulted = true @@ -2056,7 +2257,7 @@ def self.apply_appliances(hpxml, nbeds, eri_version, schedules_file) refrigerator.rated_annual_kwh = default_values[:rated_annual_kwh] refrigerator.rated_annual_kwh_isdefaulted = true end - schedules_file_includes_fridge = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnRefrigerator) + schedules_file_includes_fridge = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnRefrigerator)) if refrigerator.weekday_fractions.nil? && !schedules_file_includes_fridge refrigerator.weekday_fractions = Schedule.RefrigeratorWeekdayFractions refrigerator.weekday_fractions_isdefaulted = true @@ -2091,7 +2292,7 @@ def self.apply_appliances(hpxml, nbeds, eri_version, schedules_file) freezer.usage_multiplier = 1.0 freezer.usage_multiplier_isdefaulted = true end - schedules_file_includes_freezer = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnFreezer) + schedules_file_includes_freezer = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnFreezer)) if freezer.weekday_fractions.nil? && !schedules_file_includes_freezer freezer.weekday_fractions = Schedule.FreezerWeekdayFractions freezer.weekday_fractions_isdefaulted = true @@ -2122,7 +2323,7 @@ def self.apply_appliances(hpxml, nbeds, eri_version, schedules_file) cooking_range.usage_multiplier = 1.0 cooking_range.usage_multiplier_isdefaulted = true end - schedules_file_includes_range = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnCookingRange) + schedules_file_includes_range = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnCookingRange)) if cooking_range.weekday_fractions.nil? && !schedules_file_includes_range cooking_range.weekday_fractions = Schedule.CookingRangeWeekdayFractions cooking_range.weekday_fractions_isdefaulted = true @@ -2168,7 +2369,7 @@ def self.apply_lighting(hpxml, schedules_file) default_exterior_lighting_weekend_fractions = Schedule.LightingExteriorWeekendFractions default_exterior_lighting_monthly_multipliers = Schedule.LightingExteriorMonthlyMultipliers if hpxml.has_location(HPXML::LocationGarage) - schedules_file_includes_lighting_garage = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnLightingGarage) + schedules_file_includes_lighting_garage = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnLightingGarage)) if hpxml.lighting.garage_weekday_fractions.nil? && !schedules_file_includes_lighting_garage hpxml.lighting.garage_weekday_fractions = default_exterior_lighting_weekday_fractions hpxml.lighting.garage_weekday_fractions_isdefaulted = true @@ -2182,7 +2383,7 @@ def self.apply_lighting(hpxml, schedules_file) hpxml.lighting.garage_monthly_multipliers_isdefaulted = true end end - schedules_file_includes_lighting_exterior = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnLightingExterior) + schedules_file_includes_lighting_exterior = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnLightingExterior)) if hpxml.lighting.exterior_weekday_fractions.nil? && !schedules_file_includes_lighting_exterior hpxml.lighting.exterior_weekday_fractions = default_exterior_lighting_weekday_fractions hpxml.lighting.exterior_weekday_fractions_isdefaulted = true @@ -2217,7 +2418,7 @@ def self.apply_lighting(hpxml, schedules_file) hpxml.lighting.holiday_period_end_day = 6 hpxml.lighting.holiday_period_end_day_isdefaulted = true end - schedules_file_includes_lighting_holiday_exterior = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnLightingExteriorHoliday) + schedules_file_includes_lighting_holiday_exterior = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnLightingExteriorHoliday)) if hpxml.lighting.holiday_weekday_fractions.nil? && !schedules_file_includes_lighting_holiday_exterior hpxml.lighting.holiday_weekday_fractions = Schedule.LightingExteriorHolidayWeekdayFractions hpxml.lighting.holiday_weekday_fractions_isdefaulted = true @@ -2238,11 +2439,11 @@ def self.apply_ceiling_fans(hpxml, nbeds, weather, schedules_file) ceiling_fan.efficiency = medium_cfm / HVAC.get_default_ceiling_fan_power() ceiling_fan.efficiency_isdefaulted = true end - if ceiling_fan.quantity.nil? - ceiling_fan.quantity = HVAC.get_default_ceiling_fan_quantity(nbeds) - ceiling_fan.quantity_isdefaulted = true + if ceiling_fan.count.nil? + ceiling_fan.count = HVAC.get_default_ceiling_fan_quantity(nbeds) + ceiling_fan.count_isdefaulted = true end - schedules_file_includes_ceiling_fan = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnCeilingFan) + schedules_file_includes_ceiling_fan = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnCeilingFan)) if ceiling_fan.weekday_fractions.nil? && !schedules_file_includes_ceiling_fan ceiling_fan.weekday_fractions = Schedule.CeilingFanWeekdayFractions ceiling_fan.weekday_fractions_isdefaulted = true @@ -2257,7 +2458,8 @@ def self.apply_ceiling_fans(hpxml, nbeds, weather, schedules_file) end end - def self.apply_pools_and_hot_tubs(hpxml, cfa, nbeds, schedules_file) + def self.apply_pools_and_hot_tubs(hpxml, cfa, schedules_file) + nbeds = hpxml.building_construction.additional_properties.adjusted_number_of_bedrooms hpxml.pools.each do |pool| next if pool.type == HPXML::TypeNone @@ -2271,7 +2473,7 @@ def self.apply_pools_and_hot_tubs(hpxml, cfa, nbeds, schedules_file) pool.pump_usage_multiplier = 1.0 pool.pump_usage_multiplier_isdefaulted = true end - schedules_file_includes_pool_pump = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnPoolPump) + schedules_file_includes_pool_pump = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnPoolPump)) if pool.pump_weekday_fractions.nil? && !schedules_file_includes_pool_pump pool.pump_weekday_fractions = Schedule.PoolPumpWeekdayFractions pool.pump_weekday_fractions_isdefaulted = true @@ -2299,7 +2501,7 @@ def self.apply_pools_and_hot_tubs(hpxml, cfa, nbeds, schedules_file) pool.heater_usage_multiplier = 1.0 pool.heater_usage_multiplier_isdefaulted = true end - schedules_file_includes_pool_heater = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnPoolHeater) + schedules_file_includes_pool_heater = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnPoolHeater)) if pool.heater_weekday_fractions.nil? && !schedules_file_includes_pool_heater pool.heater_weekday_fractions = Schedule.PoolHeaterWeekdayFractions pool.heater_weekday_fractions_isdefaulted = true @@ -2327,7 +2529,7 @@ def self.apply_pools_and_hot_tubs(hpxml, cfa, nbeds, schedules_file) hot_tub.pump_usage_multiplier = 1.0 hot_tub.pump_usage_multiplier_isdefaulted = true end - schedules_file_includes_hot_tub_pump = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnHotTubPump) + schedules_file_includes_hot_tub_pump = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnHotTubPump)) if hot_tub.pump_weekday_fractions.nil? && !schedules_file_includes_hot_tub_pump hot_tub.pump_weekday_fractions = Schedule.HotTubPumpWeekdayFractions hot_tub.pump_weekday_fractions_isdefaulted = true @@ -2355,7 +2557,7 @@ def self.apply_pools_and_hot_tubs(hpxml, cfa, nbeds, schedules_file) hot_tub.heater_usage_multiplier = 1.0 hot_tub.heater_usage_multiplier_isdefaulted = true end - schedules_file_includes_hot_tub_heater = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnHotTubHeater) + schedules_file_includes_hot_tub_heater = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnHotTubHeater)) if hot_tub.heater_weekday_fractions.nil? && !schedules_file_includes_hot_tub_heater hot_tub.heater_weekday_fractions = Schedule.HotTubHeaterWeekdayFractions hot_tub.heater_weekday_fractions_isdefaulted = true @@ -2371,13 +2573,14 @@ def self.apply_pools_and_hot_tubs(hpxml, cfa, nbeds, schedules_file) end end - def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) + def self.apply_plug_loads(hpxml, cfa, schedules_file) + nbeds = hpxml.building_construction.additional_properties.adjusted_number_of_bedrooms hpxml.plug_loads.each do |plug_load| if plug_load.plug_load_type == HPXML::PlugLoadTypeOther default_annual_kwh, default_sens_frac, default_lat_frac = MiscLoads.get_residual_mels_default_values(cfa) - if plug_load.kWh_per_year.nil? - plug_load.kWh_per_year = default_annual_kwh - plug_load.kWh_per_year_isdefaulted = true + if plug_load.kwh_per_year.nil? + plug_load.kwh_per_year = default_annual_kwh + plug_load.kwh_per_year_isdefaulted = true end if plug_load.frac_sensible.nil? plug_load.frac_sensible = default_sens_frac @@ -2387,7 +2590,7 @@ def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) plug_load.frac_latent = default_lat_frac plug_load.frac_latent_isdefaulted = true end - schedules_file_includes_plug_loads_other = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnPlugLoadsOther) + schedules_file_includes_plug_loads_other = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnPlugLoadsOther)) if plug_load.weekday_fractions.nil? && !schedules_file_includes_plug_loads_other plug_load.weekday_fractions = Schedule.PlugLoadsOtherWeekdayFractions plug_load.weekday_fractions_isdefaulted = true @@ -2402,9 +2605,9 @@ def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) end elsif plug_load.plug_load_type == HPXML::PlugLoadTypeTelevision default_annual_kwh, default_sens_frac, default_lat_frac = MiscLoads.get_televisions_default_values(cfa, nbeds) - if plug_load.kWh_per_year.nil? - plug_load.kWh_per_year = default_annual_kwh - plug_load.kWh_per_year_isdefaulted = true + if plug_load.kwh_per_year.nil? + plug_load.kwh_per_year = default_annual_kwh + plug_load.kwh_per_year_isdefaulted = true end if plug_load.frac_sensible.nil? plug_load.frac_sensible = default_sens_frac @@ -2414,7 +2617,7 @@ def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) plug_load.frac_latent = default_lat_frac plug_load.frac_latent_isdefaulted = true end - schedules_file_includes_plug_loads_tv = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnPlugLoadsTV) + schedules_file_includes_plug_loads_tv = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnPlugLoadsTV)) if plug_load.weekday_fractions.nil? && !schedules_file_includes_plug_loads_tv plug_load.weekday_fractions = Schedule.PlugLoadsTVWeekdayFractions plug_load.weekday_fractions_isdefaulted = true @@ -2429,9 +2632,9 @@ def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) end elsif plug_load.plug_load_type == HPXML::PlugLoadTypeElectricVehicleCharging default_annual_kwh = MiscLoads.get_electric_vehicle_charging_default_values - if plug_load.kWh_per_year.nil? - plug_load.kWh_per_year = default_annual_kwh - plug_load.kWh_per_year_isdefaulted = true + if plug_load.kwh_per_year.nil? + plug_load.kwh_per_year = default_annual_kwh + plug_load.kwh_per_year_isdefaulted = true end if plug_load.frac_sensible.nil? plug_load.frac_sensible = 0.0 @@ -2441,7 +2644,7 @@ def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) plug_load.frac_latent = 0.0 plug_load.frac_latent_isdefaulted = true end - schedules_file_includes_plug_loads_vehicle = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnPlugLoadsVehicle) + schedules_file_includes_plug_loads_vehicle = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnPlugLoadsVehicle)) if plug_load.weekday_fractions.nil? && !schedules_file_includes_plug_loads_vehicle plug_load.weekday_fractions = Schedule.PlugLoadsVehicleWeekdayFractions plug_load.weekday_fractions_isdefaulted = true @@ -2456,9 +2659,9 @@ def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) end elsif plug_load.plug_load_type == HPXML::PlugLoadTypeWellPump default_annual_kwh = MiscLoads.get_well_pump_default_values(cfa, nbeds) - if plug_load.kWh_per_year.nil? - plug_load.kWh_per_year = default_annual_kwh - plug_load.kWh_per_year_isdefaulted = true + if plug_load.kwh_per_year.nil? + plug_load.kwh_per_year = default_annual_kwh + plug_load.kwh_per_year_isdefaulted = true end if plug_load.frac_sensible.nil? plug_load.frac_sensible = 0.0 @@ -2468,7 +2671,7 @@ def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) plug_load.frac_latent = 0.0 plug_load.frac_latent_isdefaulted = true end - schedules_file_includes_plug_loads_well_pump = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnPlugLoadsWellPump) + schedules_file_includes_plug_loads_well_pump = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnPlugLoadsWellPump)) if plug_load.weekday_fractions.nil? && !schedules_file_includes_plug_loads_well_pump plug_load.weekday_fractions = Schedule.PlugLoadsWellPumpWeekdayFractions plug_load.weekday_fractions_isdefaulted = true @@ -2489,7 +2692,8 @@ def self.apply_plug_loads(hpxml, cfa, nbeds, schedules_file) end end - def self.apply_fuel_loads(hpxml, cfa, nbeds, schedules_file) + def self.apply_fuel_loads(hpxml, cfa, schedules_file) + nbeds = hpxml.building_construction.additional_properties.adjusted_number_of_bedrooms hpxml.fuel_loads.each do |fuel_load| if fuel_load.fuel_load_type == HPXML::FuelLoadTypeGrill if fuel_load.therm_per_year.nil? @@ -2504,7 +2708,7 @@ def self.apply_fuel_loads(hpxml, cfa, nbeds, schedules_file) fuel_load.frac_latent = 0.0 fuel_load.frac_latent_isdefaulted = true end - schedules_file_includes_fuel_loads_grill = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnFuelLoadsGrill) + schedules_file_includes_fuel_loads_grill = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnFuelLoadsGrill)) if fuel_load.weekday_fractions.nil? && !schedules_file_includes_fuel_loads_grill fuel_load.weekday_fractions = Schedule.FuelLoadsGrillWeekdayFractions fuel_load.weekday_fractions_isdefaulted = true @@ -2530,7 +2734,7 @@ def self.apply_fuel_loads(hpxml, cfa, nbeds, schedules_file) fuel_load.frac_latent = 0.0 fuel_load.frac_latent_isdefaulted = true end - schedules_file_includes_fuel_loads_lighting = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnFuelLoadsLighting) + schedules_file_includes_fuel_loads_lighting = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnFuelLoadsLighting)) if fuel_load.weekday_fractions.nil? && !schedules_file_includes_fuel_loads_lighting fuel_load.weekday_fractions = Schedule.FuelLoadsLightingWeekdayFractions fuel_load.weekday_fractions_isdefaulted = true @@ -2556,7 +2760,7 @@ def self.apply_fuel_loads(hpxml, cfa, nbeds, schedules_file) fuel_load.frac_latent = 0.1 fuel_load.frac_latent_isdefaulted = true end - schedules_file_includes_fuel_loads_fireplace = Schedule.schedules_file_includes_col_name(schedules_file, SchedulesFile::ColumnFuelLoadsFireplace) + schedules_file_includes_fuel_loads_fireplace = (schedules_file.nil? ? false : schedules_file.includes_col_name(SchedulesFile::ColumnFuelLoadsFireplace)) if fuel_load.weekday_fractions.nil? && !schedules_file_includes_fuel_loads_fireplace fuel_load.weekday_fractions = Schedule.FuelLoadsFireplaceWeekdayFractions fuel_load.weekday_fractions_isdefaulted = true @@ -2577,11 +2781,11 @@ def self.apply_fuel_loads(hpxml, cfa, nbeds, schedules_file) end end - def self.apply_hvac_sizing(hpxml, weather, cfa, nbeds) + def self.apply_hvac_sizing(hpxml, weather, cfa) hvac_systems = HVAC.get_hpxml_hvac_systems(hpxml) # Calculate building design loads and equipment capacities/airflows - bldg_design_loads, all_hvac_sizing_values = HVACSizing.calculate(weather, hpxml, cfa, nbeds, hvac_systems) + bldg_design_loads, all_hvac_sizing_values = HVACSizing.calculate(weather, hpxml, cfa, hvac_systems) hvacpl = hpxml.hvac_plant tol = 10 # Btuh @@ -2616,7 +2820,7 @@ def self.apply_hvac_sizing(hpxml, weather, cfa, nbeds) hvacpl.cdl_sens_windows = bldg_design_loads.Cool_Windows.round hvacpl.cdl_sens_skylights = bldg_design_loads.Cool_Skylights.round hvacpl.cdl_sens_doors = bldg_design_loads.Cool_Doors.round - hvacpl.cdl_sens_infilvent = bldg_design_loads.Cool_Infil_Sens.round + hvacpl.cdl_sens_infilvent = bldg_design_loads.Cool_InfilVent_Sens.round hvacpl.cdl_sens_ducts = bldg_design_loads.Cool_Ducts_Sens.round hvacpl.cdl_sens_intgains = bldg_design_loads.Cool_IntGains_Sens.round cdl_sens_sum = (hvacpl.cdl_sens_walls + hvacpl.cdl_sens_ceilings + @@ -2632,7 +2836,7 @@ def self.apply_hvac_sizing(hpxml, weather, cfa, nbeds) # Assign cooling latent design loads to HPXML object hvacpl.cdl_lat_total = bldg_design_loads.Cool_Lat.round hvacpl.cdl_lat_ducts = bldg_design_loads.Cool_Ducts_Lat.round - hvacpl.cdl_lat_infilvent = bldg_design_loads.Cool_Infil_Lat.round + hvacpl.cdl_lat_infilvent = bldg_design_loads.Cool_InfilVent_Lat.round hvacpl.cdl_lat_intgains = bldg_design_loads.Cool_IntGains_Lat.round cdl_lat_sum = (hvacpl.cdl_lat_ducts + hvacpl.cdl_lat_infilvent + hvacpl.cdl_lat_intgains) @@ -2640,10 +2844,6 @@ def self.apply_hvac_sizing(hpxml, weather, cfa, nbeds) fail 'Cooling latent design loads do not sum to total.' end - # Assign design temperatures to HPXML object - hvacpl.temp_heating = weather.design.HeatingDrybulb.round(2) - hvacpl.temp_cooling = weather.design.CoolingDrybulb.round(2) - # Assign sizing values to HPXML objects all_hvac_sizing_values.each do |hvac_system, hvac_sizing_values| htg_sys = hvac_system[:heating] @@ -2663,11 +2863,6 @@ def self.apply_hvac_sizing(hpxml, weather, cfa, nbeds) htg_sys.heating_capacity_17F = htg_cap_17f.round htg_sys.heating_capacity_17F_isdefaulted = true end - else - # Autosized - # FUTURE: Calculate HeatingCapacity17F from heat_cap_ft_spec? Might be confusing - # since user would not be able to replicate the results using this value, as the - # default curves are non-linear. end end htg_sys.heating_capacity = hvac_sizing_values.Heat_Capacity.round @@ -2773,18 +2968,54 @@ def self.get_orientation_from_azimuth(azimuth) end def self.get_nbeds_adjusted_for_operational_calculation(hpxml) - occ_calc_type = hpxml.header.occupancy_calculation_type + n_occs = hpxml.building_occupancy.number_of_residents unit_type = hpxml.building_construction.residential_facility_type - nbeds = hpxml.building_construction.number_of_bedrooms - if occ_calc_type == HPXML::OccupancyCalculationTypeAsset - return nbeds - elsif occ_calc_type == HPXML::OccupancyCalculationTypeOperational - noccs = hpxml.building_occupancy.number_of_residents - if [HPXML::ResidentialTypeApartment, HPXML::ResidentialTypeSFA].include? unit_type - return -0.68 + 1.09 * noccs - elsif [HPXML::ResidentialTypeSFD, HPXML::ResidentialTypeManufactured].include? unit_type - return -1.47 + 1.69 * noccs + if [HPXML::ResidentialTypeApartment, HPXML::ResidentialTypeSFA].include? unit_type + return -0.68 + 1.09 * n_occs + elsif [HPXML::ResidentialTypeSFD, HPXML::ResidentialTypeManufactured].include? unit_type + return -1.47 + 1.69 * n_occs + else + fail "Unexpected residential facility type: #{unit_type}." + end + end + + def self.get_default_flue_or_chimney_in_conditioned_space(hpxml) + # Check for atmospheric heating system in conditioned space + hpxml.heating_systems.each do |heating_system| + next unless HPXML::conditioned_locations_this_unit.include? heating_system.location + + if [HPXML::HVACTypeFurnace, + HPXML::HVACTypeBoiler, + HPXML::HVACTypeWallFurnace, + HPXML::HVACTypeFloorFurnace, + HPXML::HVACTypeStove, + HPXML::HVACTypeFixedHeater].include? heating_system.heating_system_type + if not heating_system.heating_efficiency_afue.nil? + next if heating_system.heating_efficiency_afue >= 0.89 + elsif not heating_system.heating_efficiency_percent.nil? + next if heating_system.heating_efficiency_percent >= 0.89 + end + + return true + elsif [HPXML::HVACTypeFireplace].include? heating_system.heating_system_type + next if heating_system.heating_system_fuel == HPXML::FuelTypeElectricity + + return true + end + end + + # Check for atmospheric water heater in conditioned space + hpxml.water_heating_systems.each do |water_heating_system| + next unless HPXML::conditioned_locations_this_unit.include? water_heating_system.location + + if not water_heating_system.energy_factor.nil? + next if water_heating_system.energy_factor >= 0.63 + elsif not water_heating_system.uniform_energy_factor.nil? + next if Waterheater.calc_ef_from_uef(water_heating_system) >= 0.63 end + + return true end + return false end end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd index fbe4a96b..3ba81d56 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXML.xsd @@ -1,6 +1,4 @@ - - @@ -17,4 +15,11519 @@ + + + These are a series of elements that indicate the type of XML and basic descriptive data about the XML. + + + + + + + + + + + + + + + Address information contains the basic descriptive elements of a location. + + + + + + + + + + + + + + + + + + [deg] North-south position of a point on the Earth's surface. Use negative values for southern hemisphere. + + + + + [deg] East-west position of a point on the Earth's surface. Use negative values for the western hemisphere. + + + + + Also known as Open Location Code. See https://maps.google.com/pluscodes/ + + + + + Unique Building ID. See https://ubid.pnnl.gov. + + + + + + + + + System identifiers contain type codes and an identifier for both a sending and a receiving system. These fields are needed to be able to transmit data between two + systems, and have it identified in the two systems. Also, there is an id attribute to define a local id to be used internally. + + + + + + + + + + id local to the current document + + + + + Use to reference the id of the same object on the base building where the object has not been replaced. + + + + + + + + + + + Use the id attribute if the element being referenced is available locally in the current xml transaction. Use the Sending/Receiving System Identifiers to identify + elements in other xml transactions. + + + + + + + + + + Id reference in the current document. Optional. If the element isn't available in the current document, don't use this. + + + + + + + These are the system identifiers for a specific contractor at a business + + + + + + + + + + + + + + + + + + + + + Quality assurance: The observation techniques and activities used externally by an organization to evaluate the effectiveness of their quality management + system and to provide feedback that may result in quality improvements (BPI, 2006). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Utility company or fuel provider + + + + + + + + + + + + + + + + + + + + + + + + + + + Can be used to describe properties for each individual material in the construction + + + + + + Layers should be ordered from exterior to interior. Do not include air films. + + + + + + + [in] + + + + + + + + Fraction of the layer's area defined by this material. Values across all materials in a layer should sum to 1. + + + + + E.g., "wood", "concrete", "drywall", etc. + + + + + [Btu/hr-ft-F] + + + + + [lb/ft3] + + + + + [Btu/lb-F] + + + + + + + + + + + + + + + + + + + + + + + + Describe + + + + + Indicates insulation not present. + + + + + Indicates insulation present but material type unknown. + + + + + + + + + + + + + This should indicate the effective R-value of the complete assembly including any air films or other treatments. For below-grade surfaces adjacent to ground, it should not include the insulating effect of the ground. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [in] + + + + + + + + + + + + + + + + + + + + + [ft] Vertical distance from top of foundation wall to top of insulation. + + + + + [ft] Vertical distance from top of foundation wall to bottom of insulation. + + + + + + + + + + + + + + [ft] Depth from top of slab to bottom of vertical slab perimeter insulation + + + + + + + + + + + + + + [ft] Width from slab edge inward of horizontal under-slab insulation + + + + + + + + + + + + + + + + + + [in] + + + + + + + + + + + + + + + + + + + + + + + + + Does the appliance serve multiple building/dwelling units? + + + + + + + + + + + + + + + + loads/week of actual usage by the occupants + + + + + [lbs dry clothes/kWh] The energy performance metric for ENERGY STAR certified residential clothes dryers prior to September 13, 2013. The new metric is + Combined Energy Factor. + + + + + [lbs dry clothes/kWh] The energy performance metric for ENERGY STAR certified residential clothes dryers as of September 13, 2013, it includes the active + drying cycle energy as well as energy consumed during Stand-by and Off modes. + + + + + + + + + + + + + + + + + + + + + + + The energy performance metric for ENERGY STAR certified residential clothes washers prior to March 7, 2015. The new metric is Integrated Modified Energy + Factor. + + + + + The energy performance metric for ENERGY STAR certified residential clothes washers as of March 7, 2015. + + + + + The water performance metric for ENERGY STAR certified residential clothes washers prior to March 7, 2015. The new metric is Integrated Water + Factor. + + + + + The water performance metric for ENERGY STAR certified residential clothes washers as of March 7, 2015. + + + + + loads/week of actual usage by the occupants; use LabelUsage instead for the loads/week on the EnergyGuide label + + + + + kWh/yr + + + + + $/kWh + + + + + $/therm + + + + + $ + + + + + loads/week per the Energy Guide label; use Usage instead for loads/week of actual usage by the occupants + + + + + ft^3 + + + + + + + + + + + + + + + + + + + + + + + + + + + loads/week of actual usage by the occupants; use LabelUsage instead for the loads/week on the EnergyGuide label + + + + + $/kWh + + + + + $/therm + + + + + $ + + + + + loads/week per the Energy Guide label; use Usage instead for loads/week of actual usage by the occupants + + + + + + + + + + + + + + + + + [cu.ft.] + + + + + + + + + + + + + + + + + True if it is the primary refrigerator + + + + + [cu.ft.] + + + + + [cu.ft.] Volume of refrigerator for keeping food at less than freezing. + + + + + [cu.ft.] Freezer Volume + + + + + + + + + + + + + + Portable room dehumidifiers are typically used to dehumidify a single room or space and can be easily moved to where they are needed. Whole-home dehumidifiers are typically installed to use your home’s air ducts to dehumidify one or more rooms and are often permanent. Some dehumifiers can operate in both configurations by means of a ducting kit. + + + + + + Rated water removal rate. This represents the expected performance in a basement for portable dehumidifiers and expected performance in the average home for whole-home dehumifiiers. [pints/day] + + + + + For whole-home dehumidifiers, this is a measure of the rectangular volume that the product case occupies, exclusive of any duct attachment collars or other external components. [ft^3] + + + + + The rated efficiency of the dehumidifier in liters of water removed per kilowatt-hour of energy consumed. [L/kWh] + + + + + The rated efficiency of the dehumidifier in liters of water removed per kilowatt-hour of energy consumed. The IEF is a new metric used for dehumidifiers as of 2019 that incorporates energy consumed when the fan is running while the refrigeration system is off and standby power consumption, in addition to the energy consumed by the refrigeration system. [L/kWh] + + + + + Enter the setpoint as a fractional number between 0 and 1, i.e. 60% RH = 0.6. + + + + + + + + + + + + [CFM] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [sq.ft.] + + + + + [cu.ft.] + + + + + [ft] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use a different Attic element for each type of attic. + + + + + + + The space over which this attic is + + + + + + + Specifies whether the attic is within the infiltration volume impacted by an air leakage test. + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use a different Foundation element for each type of foundation. + + + + + + + + + + + Specifies whether the foundation is within the infiltration volume impacted by an air leakage test. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use a different Garage element for each type of garage. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use the Roof element for all pitched/horizontal surfaces underneath ambient conditions. + + + + + + + + + [sq.ft.] Surface area of the roof itself + + + + + + [deg] + + + + + + + + + + + + Pitch of roof ?/12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [sq.ft.] + + + + + + [deg] + + + + + [ft] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [in] Thickness of the entire wall assembly, including any siding, sheathing, continuous insulation, and interior finish. + + + + + [sq.ft.] Gross wall area + + + + + + [deg] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [ft] Total length of foundation wall + + + + + [ft] Total height in feet of foundation wall + + + + + [sq.ft.] + + + + + + [deg] + + + + + [in] Thickness of the foundation wall structural element (e.g., concrete), excluding any interior framing and continuous insulation. + + + + + [ft] Depth below grade of foundation wall + + + + + If this foundation wall is adjacent to another foundation, use this reference to indicate which one. + + + + + + + + + + + + + + + + + + + + + Use the Floor element for all floors/ceilings. For example, living space ceilings/attic floors, floors above foundations, floors under bonus + rooms, cantilevered floors, etc. + + + + + + + + + + From the perspective of the living/conditioned space. + + + + + + + + + [sq.ft.] + + + + + + + + Indicate whether the floor section is a mobile home belly or wing section. Omit if not applicable. For a mobile home, if the foundation type is a belly and wing, ExteriorAdjacentTo should be set to 'outside'. + + + + + + + + + + + + + + + + + Use the Slab element for all horizontal surfaces adjacent to the ground. + + + + + + + + + [sq.ft.] Area of the slab + + + + + [in] Thickness of the foundation slab structural element (e.g., concrete), excluding any floor coverings and continuous insulation. + + + + + [ft] Length of slab perimeter. + + + + + [ft] Perimeter of the slab exposed to ambient conditions + + + + + [ft] Perimeter of slab measured in feet that is on-grade (2 ft. below grade or less) and exposed to ambient conditions. + + + + + [ft] Depth from the top of the slab surface to grade + + + + + + + + + + + + + + + + + + + + + The Window element can be used to describe a single window or a group of windows with the same characteristics. For a group of windows, use the sum of + the window areas in the Area subelement. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The Skylight element can be used to describe a single skylight or a group of skylights with the same characteristics. For a group of skylights, use + the sum of the skylight areas in the Area subelement. + + + + + + + + Pitch of skylight ?/12 + + + + + + For a skylight that includes a shaft or a sun tunnel, reference the attic floor that it penetrates. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [sq.ft.] Total door surface area for this group of doors + + + + + [deg] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use these to reference which heating, cooling, or heat pump are the primary systems. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + describe + + + + + + + + + [sq.ft.] Conditioned floor area that this distribution system serves. + + + + + For software that does not calculate an annual distribution system efficiency (DSE) for heating, the DSE may be approximated by equation 3.4.i in ANSI/BPI-2400-S-2012: Standard Practice for Standardized Qualification of Whole-House Energy Savings, Predictions by Calibration to Energy Use History. Enter values as a fractional number between 0 and 1, i.e. 80% = 0.8 + + + + + For software that does not calculate an annual distribution system efficiency (DSE) for cooling, the DSE may be approximated by equation 3.4.i in ANSI/BPI-2400-S-2012: Standard Practice for Standardized Qualification of Whole-House Energy Savings, Predictions by Calibration to Energy Use History. Enter values as a fractional number between 0 and 1, i.e. 80% = 0.8 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Number of similar ventilation fans (e.g., bath fans). + + + + + + Relevant when FanType="central fan integrated supply". + + + + + + Has controls to block the flow of outside air when the CFIS system is not ventilating. For example, an electronically-controlled mechanical damper, or an in-line fan that substantially blocks the flow when not running. + + + + + Describes if/how the CFIS system provides additional ventilation beyond when the HVAC system is running to meet a given ventilation target. + + + + + When AdditionalRuntimeOperatingMode="supplemental fan", specifies the VentilationFan that serves as that supplemental fan. + + + + + + + + + [CFM] as rated by manufacturer + + + + + [CFM] as calculated using duct size, prescriptive approach + + + + + [CFM] as tested by assessor/auditor/inspector + + + + + 24 = continuous, less than 24 = intermittent + + + + + [CFM] + + + + + + + + + + + + Does the system serve multiple building/dwelling units? + + + + + The fraction of supply air that is from recirculation. + + + + + [sones] from manufacturer's info + + + + + [sones] as tested in field + + + + + The net total energy (sensible plus latent, also called enthalpy) recovered by the supply airstream adjusted by electric + consumption, case heat loss or heat gain, air leakage and airflow mass imbalance between the two airstreams, as a percent of the potential + total energy that could be recovered plus the exhaust fan energy. Values for some products can be found at the Home Ventilating Institute + (hvi.org). + + + + + The net sensible energy recovered by the supply airstream as adjusted by electric consumption, case heat loss or heat gain, + air leakage, airflow mass imbalance between the two airstreams and the energy used for defrost (when running the Very Low Temperature Test), + as a percent of the potential sensible energy that could be recovered plus the exhaust fan energy. Values for some products can be found at + the Home Ventilating Institute (hvi.org). + + + + + The net total energy (sensible plus latent, also called enthalpy) recovered by the supply airstream adjusted by case heat loss + or heat gain, air leakage and airflow mass imbalance between the two airstreams, as a percent of the potential total energy that could be + recovered. This value is used to predict and compare Cooling Season Performance for the HRV/ERV unit. This value should be used for energy + modeling when wattage for air movement is separately accounted for in the energy model. Values for some products can be found at the Home + Ventilating Institute (hvi.org). + + + + + The net sensible energy recovered by the supply airstream as adjusted by case heat loss or heat gain, air leakage, airflow + mass imbalance between the two airstreams and the energy used for defrost (when running the Very Low Temperature Test), as a percent of the + potential sensible energy that could be recovered. This value should be used for energy modeling when wattage for air movement is separately + accounted for in the energy model. Values for some products can be found at the Home Ventilating Institute (hvi.org). + + + + + [W] + + + + + + For central fan integrated supply mechanical ventilation, specifies the HVAC distribution system it is attached + to. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Does the system serve multiple building/dwelling units or a shared laundry/equipment room? + + + + + + A multiplier on the performance of the system. A value of 1 implies no performance adjustment. + + + + + + [gal] Nominal capacity + + + + + [gal] Measured capacity + + + + + + [Btuh] For a heat pump water heater, the capacity of the heat pump. + + + + + [Btuh] The capacity of the electric resistance heating in a heat pump water heater. + + + + + The amount of energy delivered as heated water in a day divided by the total daily energy consumption of a residential water heater, as + determined following standardized DOE testing procedure. + + + + + DOE’s new metric for communicating the energy efficiency of a residential water heater, which replaces the Energy Factor (EF) metric. More + efficient water heaters have a higher Uniform Energy Factor (UEF). UEF is determined by the Department of Energy’s test method outlined in 10 CFR Part + 430, Subpart B, Appendix E. + + + + + The dimensionless coefficient of performance, used to measure the efficiency of a commercial heat pump water heater. + + + + + + + + + Where the air is supplied from; not the location where the supply ducts are running through. + + + + + Where the air is exhausted to; not the location where the exhaust ducts are running through. + + + + + + + + + [gal per hour] An estimate of the maximum volume of hot water in gallons that a storage water heater can supply within an hour that begins + with the water heater fully heated. + + + + + A water heater's usage bin is derived from its First Hour Rating (FHR) as part of the Uniform Energy Factor (UEF) testing procedures. + + + + + [gal per minute] The amount of gallons per minute of hot water that can be supplied by an instantaneous water heater while maintaining a + nominal temperature rise of 77°F during steady state operation. + + + + + The ratio of energy delivered to heat cold water compared to the energy consumed by the water heater, as determined following standardized + DOE testing procedure. + + + + + + + + + + + + + + [in] + + + + + + + + + + Refers to the insulation in the tank wall itself. This information is sometimes available on the water heater's name plate or + the units specification sheet, or can be estimated by removing the water heater's access plate. + + + + + + + + [in] + + + + + + + + + + + + + + The standby heat loss rate for, e.g., indirect or commercial water heaters. Published in the AHRI Consumer’s Directory of Certified Efficiency Ratings. + + + + + + [deg F] + + + + + + Indicates whether this water heater uses a desuperheater. The attached heat pump or air conditioner can be referenced in the + RelatedHVACSystem element. + + + + + + + + + + + Reference a HeatingSystem, HeatPump, or CoolingSystem. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The water heating system that this distribution system serves. + + + + + + + + + + + Measured length of hot water piping from the hot water heater to the farthest hot water fixture, measured + longitudinally from plans, assuming the hot water piping does not run diagonally, plus 10 feet of piping for each floor level, + plus 5 feet of piping for unconditioned basements. [ft] + + + + + + + + + + + + + + Hot water recirculation loop piping length including both supply and return sides of the loop, measured + longitudinally from plans, assuming the hot water piping does not run diagonally. [ft] + + + + + Length of the branch hot water piping from the recirculation loop to the farthest hot water fixture from the + recirculation loop, measured longitudinally from plans, assuming the branch hot water piping does not run diagonally, plus 20 + feet of piping for each floor level greater than one plus 10 feet of piping for unconditioned basements. [ft] + + + + + [W] + + + + + + + + + + + + + + + + + + + + Efficiency percent expressed as a fraction from 0-1. + + + + + + + + + + + + + + + + + + + + + + + + Number of similar water fixtures. + + + + + [gallons per minute] flow rate of water + + + + + Is the fixture considered low-flow? + + + + + Does this faucet have an aerator? + + + + + [minutes] Number of minutes per day a water fixture operates. + + + + + Does the shower have a device that restricts the flow of water automatically once it has reached temperature? + + + + + Independent organization has verified that product or appliance meets or exceeds the standard in question. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [sq.ft.] + + + + + + + + + [deg] + + + + + [Btu/h-ft^2-F] Often referred to as Fr-tau-alpha (FRta), this describes the optical efficiency portion of the overall collector efficiency. + In the OG-100 SRCC Certified Solar Thermal Collector Directory, this is the y-intercept of the efficiency curve. + + + + + Often referred to as Fr-Ul (FRUl), this describes the collector thermal losses portion of the overall collector efficiency. In the OG-100 + SRCC Certified Solar Thermal Collector Directory, this is the slope of the efficiency curve. + + + + + [gal] + + + + + + The Solar Fraction is the portion of the total conventional hot water heating load (delivered energy and tank standby losses). The higher + the solar fraction, the greater the solar contribution to water heating, which reduces the energy required by the backup water heater. This value can be + found in the OG-300 SRCC Certified Solar Water Heating System Directory. + + + + + The Solar Energy Factor is defined as the energy delivered by the system divided by the electrical or gas energy put into the system. The + higher the number, the more energy efficient. This value can be found in the OG-300 SRCC Certified Solar Water Heating System + Directory. + + + + + + + + + + + + + + + + + + + + + + Does the system serve multiple building/dwelling units? + + + + + + + + + + + [deg] + + + + + [deg] + + + + + [DC Watts] Peak power as supplied by the manufacturer + + + + + [sq.ft.] + + + + + + System losses can be due to soiling, shading, snow, mismatch, wiring, electrical connections, light-induced degradation, nameplate rating + inaccuracies, age, and availability. + + + + + + + [kWh] Projected Annual Output for a typical meteorological year as determined by PVWatts or similar. + + + + + [$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by + the system over its life. Can be calculated with System Advisor Model, a similar software, or through a simplified calculation at + http://www.nrel.gov/analysis/tech_lcoe.html. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Number of similar batteries. + + + + + + Has the ability to feed electricity back on to the grid. + + + + + + + The total energy available when the battery is discharged starting from 100% state of charge until it reaches the cut-off voltage. + + + + + The stored energy that can actually be used. In most cases usable capacity is less than the nominal capacity. + + + + + [W] The amount of power the battery typically generates under non-peak conditions. + + + + + [W] The peak power that the battery can generate for a short period of time. + + + + + [V] The nominal voltage is the battery voltage when the state of charge is 0.5 (midway between being fully charged, and fully discharged) + with a 0.2C discharge current. + + + + + Not all the power that is used to charge the battery is available during discharge. Round trip efficiency is the ratio of the energy put + in to the energy retrieved from storage. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [V] Voltage of the AC power source + + + + + [A] Max current to electric vehicle + + + + + [W] Maximum charging rate + + + + + [W] Power used by charger when vehicle is not charging + + + + + + + + + + + + + + + + + + + + + + + + [kWh] the calculated total energy that would be produced during a one-year period with an average wind speed of 5 m/s (11.2 + mph) + + + + + [dBA] the sound pressure level not exceeded by the wind turbine 95% of the time at a distance of 60 meters from the rotor with an average + wind speed of 5 m/s (11.2 mph). + + + + + [kW] the wind turbine’s power output at 11 m/s (24.6 mph). Manufacturers may still describe or name their wind turbine models using a + nominal power (e.g. 5 kW S-343). + + + + + [kW] the highest point on the certified power curve. + + + + + [ft] + + + + + [ft] + + + + + [$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by + the system over its life. Can be calculated with System Advisor Model, a similar software, or through a simplified calculation at + http://www.nrel.gov/analysis/tech_lcoe.html. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Light units of the same type. For example you could have all the 60W incandescents. + + + + + + + + The LightingFixture that this is attached to + + + + + + + + The fraction of lighting units in the specified Location, where all the fractions for the Location sum to 1. If a Location is not specified, fractions + apply to the entire building. + + + + + + Lumens is a measure of light output (brightness) as opposed to watts, which measures energy consumption. The EPA and DOE encourages people to + determine the amount of light they need (or brightness) first before purchasing a light bulb. Once brightness is determined, you can look for the bulb with the + lowest watts. + + + + + [W] per unit + + + + + + [h] + + + + + [h] + + + + + [sq.ft.] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [CFM] + + + + + [CFM/watt] The efficiency rating of a ceiling fan as determined by the test procedure defined by the Environmental Protection Agency's + ENERGY STAR Testing Facility Guidance Manual: Building a Testing Facility and Performing the Solid State Test Method for ENERGY STAR Qualified Ceiling + Fans, Version 1.1, December 9, 2002. This is generally printed on the box in which the ceiling fan is shipped. + + + + + + + + + + Number of similar ceiling fans. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates if the pool is above or below ground. + + + + + [gal] Volume of pool. + + + + + Months per year pool is in operation. + + + + + [in] + + + + + [in] + + + + + Type of filter used, if any. + + + + + + + + Pool pump: a mechanical assembly consisting of a “wet-end,” which houses the impeller and a motor. The pump increases the “head” and + “flow” of the water (ENERGY STAR, 2013). + + + + + + + + + Manufacturer of pool pump. + + + + + Serial number of pool pump. + + + + + Model number of pool pump. + + + + + Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, + or other) + + + + + [gal/Wh] The measure of overall pool filter pump efficiency in units of gallons per watt-hour, as determined using the + applicable test method in Section 4.1.2. Energy factor is analogous to other energy factors such as miles per gallon. Energy factor (EF) is + calculated as: EF (gal/Wh) = flow rate (gpm) * 60 ÷ power (watts) (ANSI/APSP/ICC-15 2011). + + + + + The speed setting at which the Energy Factor was measured (ENERGY STAR, 2013). + + + + + The motor power output designed by the manufacturer for a rated RPM, voltage and frequency. May be less than total horsepower + where the service factor is greater than 1.0, or equal to total horsepower where the service factor = 1.0 (ANSI/APSP/ICC-15 + 2011). + + + + + The total horsepower, or product of the rated horsepower and the service factor of a motor used on a pool pump (also known as + SFHP) based on the maximum continuous duty motor power output rating allowable for the nameplate ambient rating and motor insulation class + (e.g., total horsepower = rated horsepower * service factor) (ANSI/APSP/ICC-15 2011). + + + + + A multiplier applied to the rated horsepower of a pump motor to indicate the percent above nameplate horsepower at which the + motor can operate continuously without exceeding its allowable insulation class temperature limit, provided that other design parameters, + such rated voltage, frequency and ambient temperature, are within limits. A 1.5 hp pump with a 1.65 service factor produces 2.475 hp (total + horsepower) at the maximum service factor point (ANSI/APSP/ICC-15 2011). + + + + + + + + [W] + + + + + [Rev/min] The number of revolutions of the motor shaft in a given unit of time, expressed as revolutions per + minute (RPM) (ENERGY STAR, 2013). + + + + + [gal/min] The volume of water flowing through the filtration system in a given time, usually measured in gallons + per minute (gpm) (ANSI/APSP/ICC-15 2011). + + + + + [hours] Number of hours per day a pool pump operates at a particular speed setting. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of pool cleaner used, if any. + + + + + Hours per day pool cleaner is used. + + + + + + + + + + + + + + + Type of heater used to heat pool, if any. + + + + + Hours per day pool heater is used. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Indicates if the hot tub is above or below ground. + + + + + [gal] Volume of hot tub. + + + + + Months per year hot tub is in operation. + + + + + [in] + + + + + [in] + + + + + Type of filter used, if any. + + + + + + + + Pool pump: a mechanical assembly consisting of a “wet-end,” which houses the impeller and a motor. The pump increases the “head” and + “flow” of the water (ENERGY STAR, 2013). + + + + + + + + + Manufacturer of hot tub pump. + + + + + Serial number of hot tub pump. + + + + + Model number of hot tub pump. + + + + + Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, + or other) + + + + + [gal/Wh] The measure of overall hot tub filter pump efficiency in units of gallons per watt-hour, as determined using the + applicable test method in Section 4.1.2. Energy factor is analogous to other energy factors such as miles per gallon. Energy factor (EF) is + calculated as: EF (gal/Wh) = flow rate (gpm) * 60 ÷ power (watts) (ANSI/APSP/ICC-15 2011). + + + + + The speed setting at which the Energy Factor was measured (ENERGY STAR, 2013). + + + + + The motor power output designed by the manufacturer for a rated RPM, voltage and frequency. May be less than total horsepower + where the service factor is greater than 1.0, or equal to total horsepower where the service factor = 1.0 (ANSI/APSP/ICC-15 + 2011). + + + + + The total horsepower, or product of the rated horsepower and the service factor of a motor used on a hot tub pump (also known as + SFHP) based on the maximum continuous duty motor power output rating allowable for the nameplate ambient rating and motor insulation class + (e.g., total horsepower = rated horsepower * service factor) (ANSI/APSP/ICC-15 2011). + + + + + A multiplier applied to the rated horsepower of a pump motor to indicate the percent above nameplate horsepower at which the + motor can operate continuously without exceeding its allowable insulation class temperature limit, provided that other design parameters, + such rated voltage, frequency and ambient temperature, are within limits. A 1.5 hp pump with a 1.65 service factor produces 2.475 hp (total + horsepower) at the maximum service factor point (ANSI/APSP/ICC-15 2011). + + + + + + + + [W] + + + + + [Rev/min] The number of revolutions of the motor shaft in a given unit of time, expressed as revolutions per + minute (RPM) (ENERGY STAR, 2013). + + + + + [gal/min] The volume of water flowing through the filtration system in a given time, usually measured in gallons + per minute (gpm) (ANSI/APSP/ICC-15 2011). + + + + + [hours] Number of hours per day a pool pump operates at a particular speed setting. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Type of hot tub cleaner used, if any. + + + + + Hours per day hot tub cleaner is used. + + + + + + + + + + + + + + + Type of heater used to heat hot tub, if any. + + + + + Hours per day hot tub heater is used. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Pulled from industry standards by users (e.g. BPI Gold Sheet) or via software program + + + + + Baseline pressure is read under the following conditions: no items running, all fans off, all exterior doors closed, and all interior + doors are opened. + + + + + The poor case CAZ depressurization test is configured by determining the largest combustion appliance zone depressurization attainable at + the time of testing due to the combined effects of door position, exhaust appliance operation, and air handler fan operation. A base pressure must be + measured with all fans off and doors open. The poor case CAZ depressurization measurement is the pressure difference between the largest + depressurization attained at the time of testing and the base pressure. + + + + + With respect to the baseline pressure (e.g. no fans running, all exterior doors closed, and all interior doors opened) + + + + + + parts per million (ppm) + + + + + + + + + The ID of the system tested + + + + + + + + [deg F] + + + + + [Pa] + + + + + + + + + + + + + + [seconds] + + + + + + + + + + + + + + [ppm] + + + + + + + + Monitored throughout assessment, not just appliance testing + + + + + BPI Gold Sheet is one example that shows action levels based upon decision logic + + + + + + + + + + + [deg F] after 10 minutes run time + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + For a home built before 1978, did the contracted scope of work disturb greater than 6 sq.ft. of interior painted surfaces? + + + + + For a home built before 1978, did the contracted scope of work disturb greater than 20 sf of exterior painted surfaces? + + + + + Did the contracted scope of work include window replacement? + + + + + Certification Number of the EPA Lead-Safe Certified firm that performed the work. + + + + + + + + + + + + + + + + + + + + + in pCi/L + + + + + + + + + + + Was the homeowner provided with educational material? + + + + + + If moisture management of a crawlspace (e.g., installation of polyethylene sheeting) or radon mitigation measures were a part of the scope of + work,were measures installed to be compliant with one of the following: - Specifications of EPA’s Indoor airPLUS program - Techniques detailed in EPA's + Radon-Resistant New Construction - ASTM E2121, Standard Practice for Installing Radon Mitigation Systems in Existing Low-Rise Residential Buildings (section + 7.3) + + + + + Was the result less than 4 pCi/L + + + + + + + + + + + + + Are there unvented combustion heating or hearth appliances present in the living area? + + + + + If yes, does the appliance conform with ANSI Z21.11.2? + + + + + If yes, is the appliance used as a primary source of heating? + + + + + Does home have attached garage? + + + + + If yes, is there a continuous air barrier between garage and living space? + + + + + If yes, is there an exhaust fan in garage? + + + + + + + + + + + + + Indications of pest entry or damage? + + + + + Evidence of pesticide, insecticide use? + + + + + Do measures comply with industry standards to prevent pest entry? NOTE: This is for ALL measures that may create entry points for vermin. For example, + air sealing measures identified to reduce infiltration should have proper sealants - even if those measures were not recommended/installed for pest control + purposes. + + + + + + + + + + + + + Was asbestos suspected? + + + + + Was substance tested for asbestos? + + + + + Was asbestos found? + + + + + + + + + + + + + + + + Was spray foam polyurethane foam and / or other potential sources of indoor pollutants installed or applied as part of the scope of + work? + + + + + + + + + + + + + + + + + This element is formerly known as "spillage, draft, and CO readings under natural conditions" as explained in BPI's Gold Sheet "Combustion Safety Test Procedure + for Vented Appliances." + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [Pa] + + + + + + + + + + + + + + If yes, was this installed as part of scope of work? + + + + + + + + + + + + + If no, was this recommended in scope of work? + + + + + + + + + + + + + + + + + + + + + + + + + ASHRAE 62.2-2010 has an infiltration credit. ASHRAE 62-89 and 62.2-2013 do not have infiltration credits. + + + + + + + This is just the # of the calculated infiltration credit. + + + + + + This is the net amount of continuous ventilation needed AFTER infiltration credit is applied (if any) + + + + + + + + + + + + + + + + This is amount without taking into consideration any infiltration credit + + + + + This is amount without taking into consideration any infiltration credit + + + + + Should be 20 cfm, if the local AHJ permits windows to be used for local exhaust + + + + + This is the net amount of continuous ventilation needed AFTER window credit is applied (if any) + + + + + This is the net amount of continuous ventilation needed AFTER window credit is applied (if any) + + + + + The airflow deficit for each bathroom or kitchen is the required airflow less the airflow rating of the exhaust equipment. If there is no exhaust device or if the + existing device cannot be measured nor read it, the exhaust device airflow is assumed to be zero. + + + + + + + + + + + + + Does a proper air barrier separate the house from the garage? + + + + + Are ducts and air handlers located in the garage properly air sealed? + + + + + Is the clothes dryer properly vented? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + should be represented as a fraction (ie 0.5 instead of 50%) + + + + + + + + + + + + + Energy use will be negative for energy producing end uses such as PV and SolarThermal. + + + + + + + + + + + + + + + + + + + + + + + + + + + A multiplier on the performance of the system. A value of 1 implies no performance adjustment. + + + + + + + + + + + + + + Air sealing and insulation implemented prior to replacement and used in calculations for sizing new / replacement system? + + + + + + + + + + + + + + + + + + + Does the system serve multiple building/dwelling units? + + + + + + + + + + + + + + + [Btuh] Input Heating Capacity + + + + + [Btuh] Output Heating Capacity + + + + + + + [sq.ft.] + + + + + The average annual auxiliary electrical energy consumption for, e.g., a gas furnace or boiler, in kilowatt-hours per year. Published in the AHRI + Consumer’s Directory of Certified Efficiency Ratings. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [grams per hour] from EPA label http://www.epa.gov/compliance/monitoring/programs/caa/woodheaters.html + + + + + + + + + + + + + + + + [grams per hour] from EPA label http://www.epa.gov/compliance/monitoring/programs/caa/woodheaters.html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [Btuh] Output heating capacity; typically the nameplate capacity at 47F. + + + + + [Btuh] Output heating capacity at 17F from AHRI database. + + + + + [Btuh] Output cooling capacity + + + + + + [deg F] Temperature below which the compressor is disabled, often to prevent damage or occupant comfort issues. The default is the manufacturer's minimum operating temperature, but the value may be set higher. For a duel-fuel heat pump, use the BackupHeatingSwitchoverTemperature element. + + + + + + Whether the heat pump backup is integrated into the unit (describe in BackupSystemFuel, BackupAnnualHeatingEfficiency, BackupHeatingCapacity), or a + separate heating system (add reference in BackupSystem). + + + + + References the HeatingSystem that provides the backup for a separate backup. + + + + + + + [Btuh] Input heating capacity + + + + + [Btuh] Output heating capacity + + + + + [deg F] Temperature at which the backup heating is activated and the compressor is disabled in, e.g., a dual-fuel heat pump. + + + + + [deg F] Temperature above which the backup heating is disabled, often to prevent backup heating usage during recovery from a thermostat heating setback. For a duel-fuel heat pump, use the BackupHeatingSwitchoverTemperature element. + + + + + + + [sq.ft.] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [Btuh] Output cooling capacity + + + + + + + [sq.ft.] + + + + + + + + + + + + + + + + [Btuh] + + + + + + + + + + + + + + + + + [gpm] Water flow rate through the geothermal loop + + + + + + + + + [ft] Length of each borehole (vertical) or trench (horizontal) + + + + + [ft] Distance between bores/trenches + + + + + [in] + + + + + + + + + + + + + + + + + [Btu/hr-ft-F] + + + + + + + + + + + + + [Btu/hr-ft-F] + + + + + [in] + + + + + [in] Measured as center-to-center (not edge-to-edge) distance between two branches of a vertical U-tube + + + + + + + + + + + + + + + + + + + + + + For AFUE and Percent enter values as a fractional number between 0 and 1, i.e. 80% = 0.8 + + + + + + + + + + + + Ah is computed by multiplying the discharge current (Amps) by the discharge time (hours). kWh is computed by multiplying the power output (kW) by the discharge time (hours). + + + + + + + + + + For %/hr enter values as a fraction, i.e. 1.20%/hr = 0.0120 and 0.68%/hr = 0.0068. + + + + + + + + + + + + + [in] + + + + + [ft] + + + + + + + [degF] + + + + + [degF] + + + + + + + + System Pump and Zone Valve Corrections made + + + + + + + + + + + + + + + + + + + + + + + + + + + + This should exclude the exterior air film -- e.g., use zero for uninsulated ducts. For ducts buried in insulation, this should only represent any surrounding insulation duct wrap and not the entire attic insulation R-value. + + + + + [in] + + + + + + Describes ducts buried in, e.g., attic loose-fill insulation. Partially buried ducts have insulation that does not cover the top of the ducts. Fully buried ducts have insulation that just covers the top of the ducts. Deeply buried ducts have insulation that continues above the top of the ducts. See https://basc.pnnl.gov/resource-guides/ducts-buried-attic-insulation for more information. + + + + + The overall effective R-value. Includes the exterior air film as well as other effects such as adjustments for insulation wrapped around round ducts, or ducts buried in attic insulation. + + + + + + If a DuctType of supply or return is specified above, this is the fraction of the supply or return duct area. If DuctType is omitted above, this is + the fraction of the total duct area. + + + + + [sq.ft.] + + + + + + + + + + + + + + + + + + + + + + + + HPXML records may contain data about an individual, either a person, or a business. This element contains the root elements for individual identifier values between a + sending and a receiving system. + + + + + + + + + + + + System identifiers contain type codes and an identifier for both a sending and a receiving system. These fields are needed to be able to transmit data between two + systems, and have it identified in the two systems. + + + + + + + + + + + + + + + + + Overall characterization of building for descriptive, rather than modeling purposes + + + + + + + + + + If the building is attached to other units in the horizontal plane. + + + + + If the building is attached to other units on the vertical plane. + + + + + + + + + + + [ft] + + + + + [ft] + + + + + [ft] + + + + + + + + + + + Fuels available on site via utility lines/pipes or delivery. + + + + + + + + + + + + + + + + [Btu/hr-ft-F] + + + + + + + + + + + + + + + + + + The year the current occupants moved into the building + + + + + + + + 18 or older + + + + + less than 18 years old + + + + + + + Percentage as a fraction (50% = 0.5) + + + + + AMI = Area Median Income; FPL = Federal Poverty Level + + + + + + + + + + + + + + + + + + Passive solar design—also known as climatic design—involves using a building's windows, walls, and floors to collect, store, and + distribute solar energy in the form of heat in the winter and reject solar heat in the summer. (source: + http://www.eere.energy.gov/basics/buildings/passive_solar_design.html) + + + + + [ft] height of building + + + + + Number of dwelling units represented by the HPXML Building element. Used as a multiplier. + + + + + Total number of dwelling units in the physical building. + + + + + Total number of floors including a basement, whether conditioned or unconditioned + + + + + Number of floors that are heated/cooled including a basement + + + + + Number of floors above grade that are heated/cooled + + + + + [ft] Average distance from the floor to the ceiling + + + + + [ft] distance between floors + + + + + + + + Number of bathrooms with a tub or shower + + + + + [sq.ft.] + + + + + + [sq.ft.] Gross floor area (based on ASHRAE definition) is the sum of the floor areas of the spaces within the building, including + basements, mezzanine and intermediate‐floored tiers, and penthouses with headroom height of 7.5 ft (2.2 meters) or greater. Measurements must be taken + from the exterior faces of exterior walls OR from the centerline of walls separating buildings, OR from the centerline of walls separating spaces. + Excludes non‐enclosed (or non‐enclosable) roofed‐over areas such as exterior covered walkways, porches, terraces or steps, roof overhangs, and similar + features. Excludes air shafts, pipe trenches, and chimneys. Excludes floor area dedicated to the parking and circulation of motor + vehicles. + + + + + [sq.ft.] The floor area of an occupiable space defined by the inside surfaces of its walls but excluding shafts, column enclosures, and + other permanently enclosed, inaccessible, and unoccupiable areas. Obstructions in the space such as furnishings, display or storage racks, and other + obstructions, whether temporary or permanent, may not be deducted from the space are considered to be part of the net occupiable + area. + + + + + [sq.ft.] All finished space that is within the (insulated) conditioned space boundary (that is, within the insulated envelope), regardless + of HVAC configuration. + + + + + [sq.ft.] Floor area of home that is finished and assumed to be occupied. + + + + + + [sq.ft.] The total area of all enclosed spaces measured to the internal face of the external walls. Included are areas of sloping surfaces + such as staircases, galleries, raked auditoria, and tiered terraces where the area taken is from the area on the plan. Excluded are areas that are not + enclosed such as open floors, covered ways and balconies. + + + + + [sq.ft.] The total area of all enclosed spaces measured to the internal face of the external walls. Included are areas of sloping surfaces + such as staircases, galleries, raked auditoria, and tiered terraces where the area taken is from the area on the plan. Excluded are areas that are not + enclosed such as open floors, covered ways and balconies. + + + + + [sq.ft.] An enclosed space within a building that does not meet the requirements of a conditioned space. Spaces that have no control over + thermal conditions but intentionally or unintentionally receive thermal energy from adjacent spaces are considered unconditioned spaces (such as an + attached garage on a house or a vestibule with no thermal comfort criteria). Spaces that are ventilated only to maintain air quality are considered + unconditioned spaces (such as a parking garage with no thermal comfort criteria). + + + + + [cu.ft.] A volume of a building surrounded by solid surfaces such as walls, roofs, floors, fenestration, and doors where the total opening + area to the outside can be reduced to less than 1% of the Gross Interior Floor Area of the space. Spaces that are temporarily enclosed such as patios + enclosed with tenting are not considered Enclosed Spaces for annual building analysis. These spaces should be treated as exterior to the + building. + + + + + [cu.ft.] Volume inside the building envelope of the conditioned spaces. This metric can be calculated as the volume of the building if + every space is conditioned or on a floor-by-floor basis. For spaces with vertical walls and horizontal ceilings and floors, this is calculated as the + Gross Conditioned Floor Area times the height from the top surface of the finished floor to the top surface of the finished floor separating levels of + the building or to the inside surface of the roof for the top floor. The volume of spaces that have nonvertical walls or nonhorizontal ceilings of + floors should be calculated separately to properly account for the non-rectangular geometry. This metric does include the volume of floor or ceiling + return air plenums. + + + + + Primary foundation type of building + + + + + Primary attic type of building + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Weather location used in model simulation and/or utility bill regression analysis + + + + + + + + + + A listing of Green Building Verifications from the RESO Data Dictionary + + + + + + + + + + The name of the verification or certification awarded to a new or pre-existing residential or commercial structure. For example: LEED, + Energy Star, ICC-700. In cases where more than one certification have been awarded, leverage multiple iterations of the green verification fields via + the repeating element method. + + + + + If "other" is selected for GreenBuildingVerification/Type, fill in type here. + + + + + The name of the body or group providing the verification/certification/rating named in the GreenBuildingVerificationType field. There is + almost always a direct correlation between bodies and programs. + + + + + A final score indicating the performance of energy efficiency design and measures in the home as tested by a third-party rater. Points + achieved to earn a certification in the GreenVerificationRating field do not apply to this field. HERS Index is most common with new homes and runs with + a lower number being more efficient. A net-zero home uses zero energy and has a HERS score of 0. A home that produces more energy than it uses has a + negative score. Home Energy Score is a tool more common for existing homes and runs with a higher number being more efficient. It takes square footage + into account and caps with 10 as the highest number of points. + + + + + Many verifications or certifications have a rating system that provides an indication of the structure's level of energy efficiency. When + expressed in a numeric value, please use the GreenVerificationMetric field. Verifications and Certifications can also be a name, such as Gold or Silver, + which is the purpose of this field. + + + + + The source of the green data. May address photovoltaic characteristics, or a verified score, certification, label, etc. This may be a pick + list of options showing the source. i.e. Program Sponsor, Program Verifier, Public Record, Assessor, etc. + + + + + Many verification programs include a multi-step process that may begin with plans and specs, involve testing and/or submission of building + specifications along the way and include a final verification step. When ratings are involved it is not uncommon for the final rating to be either + higher or lower than the target preliminary rating. Sometimes the final approval is not available until after sale and occupancy. Status indicates what + the target was at the time of listing and may be updated when verification is complete. To limit liability concerns this field reflects information that + was available at the time of listing or updated later and should be confirmed by the buyer. + + + + + Provides a link to the specific property’s high-performance rating or scoring details directly from and hosted by the sponsoring body of + the program. Typically provides thorough details, for example, which points where achieved and how, or in the case of a score what specifically was + tested and the results. + + + + + The version of the certification or verification that was awarded. Some rating programs have a year, a version, or possibly + both. + + + + + The year the certification or verification was awarded. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Start date of project + + + + + Estimated completion date of project + + + + + Actual completion date of project + + + + + Amount of time spent by contractor on this stage of the project + + + + + Cost of any fees associated with the audit or other project activities + + + + + Cost of all work proposed or performed + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + These are the system identifiers for a specific measure on a job + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A load profile is created using measurements of a customer's electricity use at regular intervals, typically one hour or less, and + provides an accurate representation of a customer's usage pattern over time. + + + + + + + + + + + + + + + + + + + + + + + Quality assurance: The observation techniques and activities used externally by an organization to evaluate the effectiveness of their quality management system + and to provide feedback that may result in quality improvements (BPI, 2006). + + + + + + + + + + + + + or removed component + + + + + + + + + + + + + + + + + + + + + + + + + Indicates whether it is measured energy savings or estimated energy savings. + + + + + + + [kW] Demand savings from energy efficiency programs + + + + + should be represented as a fraction (ie 0.5 instead of 50%) + + + + + + + + + + + + + + + should be represented as a fraction (ie 0.5 instead of 50%) + + + + + + + + + + + + + + + + + + + For Percent enter values as a fractional number, i.e. 30% = 0.3 + + + + + + + + + + + The Leakage Area is defined in TECBLAST as the size of a sharp edged orifice which would leak at the same flow rate as the measured leakage, if the orifice were + subjected to the Test Pressure. Leakage Area [sq in] = Duct System Leakage Rate [CFM] / (1.06 * (Test Pressure [Pa]) ^ 0.5) + + + + + + + + + + + + + + Consumption records with enough granularity to be able to use smart meter data. + + + + + + Negative number for renewable generation. Positive number for consumption. + + + + + Date/time stamp in the ISO 8601 format when the usage measured began. + + + + + Date/time stamp of the meter reading. + + + + + + + + + + + + + Baseload power is the energy consumed for the day-to-day operation of a home that is not used as a response to outside weather (i.e. excludes heating and cooling) + (Krigger and Dorsi, 2009). + + + + + The following fields are to support BPI-2400 + + + + + + + + + + + + + This identifies which data quality requirements (if any) were met by the bills for the relevant energy source and therefore which calibration metrics (if any) are + used to determine whether the calibrated model is accepted. + + + + + Detailed Calibration Weather Regression CV-RMSE. Eqn. 3.2.2.G.i of BPI-2400. Percentage expressed as a fraction (ie 10% = 0.1) + + + + + Weather Normalized Annual Heating Usage + + + + + Weather Normalized Annual Cooling Usage + + + + + Weather Normalized Annual Baseload Usage + + + + + Eqn. 3.2.3.A.i of BPI-2400. Percentage expressed as a fraction (ie 10% = 0.1) + + + + + Eqn. 3.2.3.A.ii of BPI-2400. In either kWh for electricity or MBtu (million Btu) for all other fuels. + + + + + Percentage expressed as a fraction (ie 10% = 0.1) + + + + + In either kWh for electricity or MBtu (million Btu) for all other fuels. + + + + + Percentage expressed as a fraction (ie 10% = 0.1) + + + + + In either kWh for electricity or MBtu (million Btu) for all other fuels. + + + + + Used to determine model calibration acceptance when bills fail Detailed criteria, but meet simple criteria. Percentage expressed as a fraction (ie 10% = + 0.1) + + + + + Used to determine model calibration acceptance when bills fail Detailed criteria, but meet simple criteria. Percentage expressed as a fraction (ie 10% = + 0.1) + + + + + Used to determine model calibration acceptance when bills fail Detailed criteria, but meet simple criteria. Percentage expressed as a fraction (ie 10% = + 0.1) + + + + + Used to determine model calibration acceptance when bills fail Detailed criteria, but meet simple criteria. Percentage expressed as a fraction (ie 10% = + 0.1) + + + + + + + + + + + + + + Energy Type + + + + + + direct metering = tenants directly metered; master meter without sub-metering = tenants not sub metered; master meter with sub-metering = tenant + sub-metered by building owner + + + + + + + + + + + + + + + + + + + + + + + + + + [$/energy unit] The cost of providing an additional unit of output + + + + + [kBtu/ft^2] Energy use intensity (EUI) is a unit of measurement that describes a building's energy use. EUI represents the energy consumed by a + building relative to its size. + + + + + Period during which electrical power is expected to be provided at a significantly higher than average supply level. + + + + + + + + + + + + + + + + Water use intensity is defined as annual water use divided by total gross square footage of facility space reported in gallons per square foot (DOE, + 2013). This element may also be reported as gallons, per day, per person. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Baseload power is the energy consumed for the day-to-day operation of a home that is not used as a response to outside weather (i.e. excludes heating and cooling) + (Krigger and Dorsi, 2009). + + + + + + + + + + + + Type of stud, joist, etc. (2x4, 2x6, etc) + + + + + [in] Spacing on center + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [sq.ft.] Total window surface area for this group of windows + + + + + Number of windows in the group + + + + + [deg] + + + + + + + + + + + + + + + + + + + + Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is opaque. + + + + + + + + + + + + + + + The shading coefficient to apply during the summer months. Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is + opaque. + + + + + The shading coefficient to apply during the winter months. Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is + opaque. + + + + + + + + + + Used to describe drapes, blinds, etc. If moveable insulation also provides shading, the shading should be documented here. + + + + + + + + The shading coefficient to apply during the summer months. Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is + opaque. + + + + + The shading coefficient to apply during the winter months. Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is + opaque. + + + + + + + + + + + + + + + + + + DEPRECATED. This will be removed in v4.0. Use FractionOperable element instead. + + + + + If the Window/Skylight element represents a single window/skylight, the value should be 0 or 1, otherwise the fraction of area that is operable. + + + + + + + + + + + Rigid opaque foam panels (permanently installed or not) or cellular shades that provide insulation. + + + + + + + + + + + + + + + + [ft] Depth of overhang + + + + + [ft] Vertical distance from overhang to top of window + + + + + [ft] Vertical distance from overhang to bottom of window + + + + + + + + + + DEPRECATED. This will be removed in v4.0. Use FractionOperable element instead. + + + + + The fraction of windows/skylights that are operable. If the Window/Skylight element represents a single window/skylight, the value should be 0 or 1. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [deg F] + + + + + + + + This element is intended to describe the type of infiltration measured, e.g., for an individual single-family attached or multifamily dwelling unit. Either whole building or single unit infiltration can be measured. For single unit infiltration, leakage can occur through exterior surfaces, interior surfaces, or both. For example, guarded tests measure unit exterior leakage, unguarded or compartmentalization tests measure unit total leakage, and combining both tests can measure unit interior leakage. + + + + + [Pa] with respect to outside + + + + + [Pa] + + + + + + + + + + + + + + + + [sq.in.] The Effective Leakage Area is defined as the area of a special nozzle-shaped hole (similar to the inlet of a blower door fan) that would leak the same + amount of air as the building does at a pressure of 4 Pascals. + + + + + [sq. ft.] The volume of the building that is applicable to the air infiltration measurement test. The volume can be defined as the conditioned building volume + plus the volume of crawlspaces, attics, and/or basements that are connected to the building's conditioned space via open doors or hatches. + + + + + [ft] Vertical distance between lowest and highest above-grade points within the pressure boundary, per ASHRAE 62.2. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + for single unit retrofits in multifamily properties + + + + + + + + + + + + + + + + + + + For use on sections of the house that are cantilevered or over ambient (outdoor) conditions for some other reason. + + + + + + + + + + + + + + + + + + + The floor is supported on a pair of I-beams spanning across the length of the mobile home. The floor wing is the part of the floor outside the supports, and the floor belly is the part between the supports. The floor wing and belly sections are protected from outside elements including water, wind, and rodents using a wrap attached to the underside of floor joists, and may contain insulation. Use separate Floor elements to describe the floor insulation above the belly and wing sections respsectively. + + + + + + + + Use the 'none' choice for cases where the belly wrap is functionally missing even if pieces of the wrap are still present. + + + + + + + + + + + + + + + + + + + + + + + + + + Sheathing insulation should be specified in the Insulation element as well. + + + + + Please specify stud spacing and framing factor in the appropriate places as well. + + + + + See https://thecraftsmanblog.com/framing-timber-balloon-platform for a description of different framing types. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [deg F] + + + + + [deg F] + + + + + [hours] + + + + + [deg F] + + + + + [deg F] + + + + + [hours] + + + + + + + + Fraction of rooms controlled by thermostatic radiator valves + + + + + Percent of rooms controlled by electronic zone valves with thermostats + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The year and month the duct system was sealed. + + + + + + + + + + + + + + + Year and month of the last tune and repair for this HVAC equipment. + + + + + + + + + + + Width x Length x Thickness + + + + + + [in] + + + + + [in] + + + + + [in] + + + + + + + + + Minimum efficiency reporting value, commonly known as MERV rating, is a measurement scale designed in 1987 by the American Society of Heating, + Refrigerating and Air-Conditioning Engineers (ASHRAE) to rate the effectiveness of air filters. + + + + + The Year and Month the filter was last replaced. + + + + + + + + + + + + + + + + + + + + [ft] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Emissions and Generation Resource Integrated Database (eGRID) region. + + + + + Emissions and Generation Resource Integrated Database (eGRID) subregion. + + + + + Cambium Generation and Emission Assessment (GEA) region. + + + + + For locations that observe Daylight Savings, use Standard time. + + + + + + For example, US/Eastern for U.S. Eastern Time. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. + + + + + For example, ET for US Eastern Time. + + + + + Positive or negative offset from Coordinated Universal Time (UTC) using Standard Time. For example, -5 for Eastern Time. + + + + + + + + + + + + + + + + + Building Description + + + + + + + + Indicates which weather station is used for the modeling. It's a reference that points to + Building/BuildingDetails/ClimateAndRiskZones/WeatherStation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + If different from building street address. + + + + + + + + + + A list of comments in priority order. + + + + + + + + + + + + + + + + + + + + + + + + + + + Utility company information + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [ft] + + + + + + Fraction of total pipe insulated + + + + + + + + + + + [Pa] positive for supply side measurements, negative for return side. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [in] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [F] drybulb + + + + + [F] drybulb + + + + + [F] wetbulb + + + + + [Btuh] output capacity + + + + + Fraction of the nominal output capacity + + + + + + + + + + + + + + + + + + [F] drybulb + + + + + [F] drybulb + + + + + [Btuh] output capacity + + + + + Fraction of the nominal output capacity + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + AMI = Area Median Income; FPL = Federal Poverty Level + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DEPRECATION WARNING: Choices "other housing unit above" and "other housing unit below" will be deprecated in the future. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Enumerations from http://www.fsec.ucf.edu/en/publications/pdf/FSEC-DN-7-84.pdf + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Gives compass direction a surface (window, wall) is facing. Measured in degrees clockwise from North. + + + + + + + + + + + + + + + + MBtu refers to million Btu. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The generic "heat pump water heater" enumeration is assumed to refer to an integrated (not split) heat pump water heater. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + A fraction that has to be between 0 and 1 inclusive + + + + + + + + + + + + + + + + A fraction that has to be between 0 (exclusive) and 1 (inclusive) + + + + + + + + + + + + + + + + + + + + + + + + + + A fraction that can be greater than one (ie 110%) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + By leaving this field empty, the weather station is assumed used for all functions such as utility bill regression analysis and energy model simulations. If different + weather stations are used for the different functions, use this field to specify the usage of each weather station. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The North American Fenestration Standard/Specification for windows, doors and, skylights provides a method for rating the structural performance, water resistance and air leakage of fenestration products. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXMLBaseElements.xsd b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXMLBaseElements.xsd deleted file mode 100644 index 92505794..00000000 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXMLBaseElements.xsd +++ /dev/null @@ -1,6136 +0,0 @@ - - - - - - These are a series of elements that indicate the type of XML and basic descriptive data about the XML. - - - - - - - - - - - - - - - Address information contains the basic descriptive elements of a location. - - - - - - - - - - - - - - - - - - [deg] North-south position of a point on the Earth's surface. Use negative values for southern hemisphere. - - - - - [deg] East-west position of a point on the Earth's surface. Use negative values for the western hemisphere. - - - - - Also known as Open Location Code. See https://maps.google.com/pluscodes/ - - - - - Unique Building ID. See https://ubid.pnnl.gov. - - - - - - - - - System identifiers contain type codes and an identifier for both a sending and a receiving system. These fields are needed to be able to transmit data between two - systems, and have it identified in the two systems. Also, there is an id attribute to define a local id to be used internally. - - - - - - - - - - id local to the current document - - - - - Use to reference the id of the same object on the base building where the object has not been replaced. - - - - - - - - - - - Use the id attribute if the element being referenced is available locally in the current xml transaction. Use the Sending/Receiving System Identifiers to identify - elements in other xml transactions. - - - - - - - - - - Id reference in the current document. Optional. If the element isn't available in the current document, don't use this. - - - - - - - These are the system identifiers for a specific contractor at a business - - - - - - - - - - - - - - - - - - - - - Quality assurance: The observation techniques and activities used externally by an organization to evaluate the effectiveness of their quality management - system and to provide feedback that may result in quality improvements (BPI, 2006). - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Utility company or fuel provider - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Describe - - - - - Indicates insulation not present. - - - - - Indicates insulation present but material type unknown. - - - - - - - - - - - - - This should indicate the effective R-value of the complete assembly including any air films or other treatments. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [in] - - - - - - - - - - - - - - - - - - - - - [ft] Vertical distance from top of foundation wall to top of insulation. - - - - - [ft] Vertical distance from top of foundation wall to bottom of insulation. - - - - - - - - - - - - - - [ft] Depth from top of slab to bottom of vertical slab perimeter insulation - - - - - - - - - - - - - - [ft] Width from slab edge inward of horizontal under-slab insulation - - - - - - - - - - - - - - - - - - [in] - - - - - - - - - - - - - - - - - - - - - - - - - Does the appliance serve multiple building/dwelling units? - - - - - - - - - - - - - - - - loads/week of actual usage by the occupants - - - - - [lbs dry clothes/kWh] The energy performance metric for ENERGY STAR certified residential clothes dryers prior to September 13, 2013. The new metric is - Combined Energy Factor. - - - - - [lbs dry clothes/kWh] The energy performance metric for ENERGY STAR certified residential clothes dryers as of September 13, 2013, it includes the active - drying cycle energy as well as energy consumed during Stand-by and Off modes. - - - - - - - - - - - - - - - - - - - - - - - - The energy performance metric for ENERGY STAR certified residential clothes washers prior to March 7, 2015. The new metric is Integrated Modified Energy - Factor. - - - - - The energy performance metric for ENERGY STAR certified residential clothes washers as of March 7, 2015. - - - - - The water performance metric for ENERGY STAR certified residential clothes washers prior to March 7, 2015. The new metric is Integrated Water - Factor. - - - - - The water performance metric for ENERGY STAR certified residential clothes washers as of March 7, 2015. - - - - - loads/week of actual usage by the occupants; use LabelUsage instead for the loads/week on the EnergyGuide label - - - - - kWh/yr - - - - - $/kWh - - - - - $/therm - - - - - $ - - - - - loads/week per the Energy Guide label; use Usage instead for loads/week of actual usage by the occupants - - - - - ft^3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - loads/week of actual usage by the occupants; use LabelUsage instead for the loads/week on the EnergyGuide label - - - - - $/kWh - - - - - $/therm - - - - - $ - - - - - loads/week per the Energy Guide label; use Usage instead for loads/week of actual usage by the occupants - - - - - - - - - - - - - - - - - [cu.ft.] - - - - - - - - - - - - - - - - - True if it is the primary refrigerator - - - - - [cu.ft.] - - - - - [cu.ft.] Volume of refrigerator for keeping food at less than freezing. - - - - - [cu.ft.] Freezer Volume - - - - - - - - - - - - - - Portable room dehumidifiers are typically used to dehumidify a single room or space and can be easily moved to where they are needed. Whole-home dehumidifiers are typically installed to use your home’s air ducts to dehumidify one or more rooms and are often permanent. Some dehumifiers can operate in both configurations by means of a ducting kit. - - - - - - Rated water removal rate. This represents the expected performance in a basement for portable dehumidifiers and expected performance in the average home for whole-home dehumifiiers. [pints/day] - - - - - For whole-home dehumidifiers, this is a measure of the rectangular volume that the product case occupies, exclusive of any duct attachment collars or other external components. [ft^3] - - - - - The rated efficiency of the dehumidifier in liters of water removed per kilowatt-hour of energy consumed. [L/kWh] - - - - - The rated efficiency of the dehumidifier in liters of water removed per kilowatt-hour of energy consumed. The IEF is a new metric used for dehumidifiers as of 2019 that incorporates energy consumed when the fan is running while the refrigeration system is off and standby power consumption, in addition to the energy consumed by the refrigeration system. [L/kWh] - - - - - Enter the setpoint as a fractional number between 0 and 1, i.e. 60% RH = 0.6. - - - - - - - - - - - - [CFM] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [sq.ft.] - - - - - [cu.ft.] - - - - - [ft] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Use a different Attic element for each type of attic. - - - - - - - The space over which this attic is - - - - - - - Specifies whether the attic is within the infiltration volume impacted by an air leakage test. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Use a different Foundation element for each type of foundation. - - - - - - - - - - - Specifies whether the foundation is within the infiltration volume impacted by an air leakage test. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Use a different Garage element for each type of garage. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Use the Roof element for all pitched/horizontal surfaces underneath ambient conditions. - - - - - - - - - [sq.ft.] Surface area of the roof itself - - - - - - [deg] - - - - - - - - - - - - Pitch of roof ?/12 - - - - - - - - - - - - - - - - - - - - - - - - - - - - [sq.ft.] - - - - - - [deg] - - - - - [ft] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [in] Thickness of the entire wall assembly, including any siding, sheathing, continuous insulation, and interior finish. - - - - - [sq.ft.] Gross wall area - - - - - - [deg] - - - - - - - - - - - - Indicates whether the walls are vented or not. For example, the walls of a mobile home may be intentionally ventilated to remove accumulated moisture by having corrugated metal siding open at the bottom to provide space for air to flow between the exterior and interior wall materials. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ft] Total length of foundation wall - - - - - [ft] Total height in feet of foundation wall - - - - - [sq.ft.] - - - - - - [deg] - - - - - [in] Thickness of the foundation wall structural element (e.g., concrete), excluding any interior framing and continuous insulation. - - - - - [ft] Depth below grade of foundation wall - - - - - If this foundation wall is adjacent to another foundation, use this reference to indicate which one. - - - - - - - - - - - - - - - - - - - - Use the Floor element for all floors/ceilings. For example, living space ceilings/attic floors, floors above foundations, floors under bonus - rooms, cantilevered floors, etc. - - - - - - - - - - From the perspective of the living/conditioned space. - - - - - - - - - [sq.ft.] - - - - - - - - - - - - - - - - - - - Use the Slab element for all horizontal surfaces adjacent to the ground. - - - - - - - - - [sq.ft.] Area of the slab - - - - - [in] Thickness of the foundation slab structural element (e.g., concrete), excluding any floor coverings and continuous insulation. - - - - - [ft] Length of slab perimeter. - - - - - [ft] Perimeter of the slab exposed to ambient conditions - - - - - [ft] Perimeter of slab measured in feet that is on-grade (2 ft. below grade or less) and exposed to ambient conditions. - - - - - [ft] Depth from the top of the slab surface to grade - - - - - - - - - - - - - - - - - - - - The Window element can be used to describe a single window or a group of windows with the same characteristics. For a group of windows, use the sum of - the window areas in the Area subelement. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The Skylight element can be used to describe a single skylight or a group of skylights with the same characteristics. For a group of skylights, use - the sum of the skylight areas in the Area subelement. - - - - - - - - Pitch of skylight ?/12 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [sq.ft.] Total door surface area for this group of doors - - - - - [deg] - - - - - - DEPRECATION WARNING: The "storm" choice will be deprecated in the future; use the StormDoor element instead. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Use these to reference which heating, cooling, or heat pump are the primary systems. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - describe - - - - - - - - - [sq.ft.] Conditioned floor area that this distribution system serves. - - - - - For software that does not calculate an annual distribution system efficiency (DSE) for heating, the DSE may be approximated by equation 3.4.i in ANSI/BPI-2400-S-2012: Standard Practice for Standardized Qualification of Whole-House Energy Savings, Predictions by Calibration to Energy Use History. Enter values as a fractional number between 0 and 1, i.e. 80% = 0.8 - - - - - For software that does not calculate an annual distribution system efficiency (DSE) for cooling, the DSE may be approximated by equation 3.4.i in ANSI/BPI-2400-S-2012: Standard Practice for Standardized Qualification of Whole-House Energy Savings, Predictions by Calibration to Energy Use History. Enter values as a fractional number between 0 and 1, i.e. 80% = 0.8 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Number of similar ventilation fans (e.g., bath fans). - - - - - - Relevant when FanType="central fan integrated supply". - - - - - - Has controls to block the flow of outside air when the CFIS system is not ventilating. For example, an electronically-controlled mechanical damper, or an in-line fan that substantially blocks the flow when not running. - - - - - Describes if/how the CFIS system provides additional ventilation beyond when the HVAC system is running to meet a given ventilation target. - - - - - When AdditionalRuntimeOperatingMode="supplemental fan", specifies the VentilationFan that serves as that supplemental fan. - - - - - - - - - [CFM] as rated by manufacturer - - - - - [CFM] as calculated using duct size, prescriptive approach - - - - - [CFM] as tested by assessor/auditor/inspector - - - - - 24 = continuous, less than 24 = intermittent - - - - - [CFM] - - - - - - - - - - - - Does the system serve multiple building/dwelling units? - - - - - The fraction of supply air that is from recirculation. - - - - - [sones] from manufacturer's info - - - - - [sones] as tested in field - - - - - The net total energy (sensible plus latent, also called enthalpy) recovered by the supply airstream adjusted by electric - consumption, case heat loss or heat gain, air leakage and airflow mass imbalance between the two airstreams, as a percent of the potential - total energy that could be recovered plus the exhaust fan energy. Values for some products can be found at the Home Ventilating Institute - (hvi.org). - - - - - The net sensible energy recovered by the supply airstream as adjusted by electric consumption, case heat loss or heat gain, - air leakage, airflow mass imbalance between the two airstreams and the energy used for defrost (when running the Very Low Temperature Test), - as a percent of the potential sensible energy that could be recovered plus the exhaust fan energy. Values for some products can be found at - the Home Ventilating Institute (hvi.org). - - - - - The net total energy (sensible plus latent, also called enthalpy) recovered by the supply airstream adjusted by case heat loss - or heat gain, air leakage and airflow mass imbalance between the two airstreams, as a percent of the potential total energy that could be - recovered. This value is used to predict and compare Cooling Season Performance for the HRV/ERV unit. This value should be used for energy - modeling when wattage for air movement is separately accounted for in the energy model. Values for some products can be found at the Home - Ventilating Institute (hvi.org). - - - - - The net sensible energy recovered by the supply airstream as adjusted by case heat loss or heat gain, air leakage, airflow - mass imbalance between the two airstreams and the energy used for defrost (when running the Very Low Temperature Test), as a percent of the - potential sensible energy that could be recovered. This value should be used for energy modeling when wattage for air movement is separately - accounted for in the energy model. Values for some products can be found at the Home Ventilating Institute (hvi.org). - - - - - [W] - - - - - - For central fan integrated supply mechanical ventilation, specifies the HVAC distribution system it is attached - to. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The hot water distribution system served by this water heating system. - - - - - - - - - - - - - - - - - Does the system serve multiple building/dwelling units or a shared laundry/equipment room? - - - - - - A multiplier on the performance of the system. A value of 1 implies no performance adjustment. - - - - - - [gal] Nominal capacity - - - - - [gal] Measured capacity - - - - - - [Btuh] - - - - - The amount of energy delivered as heated water in a day divided by the total daily energy consumption of a residential water heater, as - determined following standardized DOE testing procedure. - - - - - DOE’s new metric for communicating the energy efficiency of a residential water heater, which replaces the Energy Factor (EF) metric. More - efficient water heaters have a higher Uniform Energy Factor (UEF). UEF is determined by the Department of Energy’s test method outlined in 10 CFR Part - 430, Subpart B, Appendix E. - - - - - The dimensionless coefficient of performance, used to measure the efficiency of a commercial heat pump water heater. - - - - - [gal per hour] An estimate of the maximum volume of hot water in gallons that a storage water heater can supply within an hour that begins - with the water heater fully heated. - - - - - A water heater's usage bin is derived from its First Hour Rating (FHR) as part of the Uniform Energy Factor (UEF) testing procedures. - - - - - [gal per minute] The amount of gallons per minute of hot water that can be supplied by an instantaneous water heater while maintaining a - nominal temperature rise of 77°F during steady state operation. - - - - - The ratio of energy delivered to heat cold water compared to the energy consumed by the water heater, as determined following standardized - DOE testing procedure. - - - - - - - - - - - - - - [in] - - - - - - - - - - Refers to the insulation in the tank wall itself. This information is sometimes available on the water heater's name plate or - the units specification sheet, or can be estimated by removing the water heater's access plate. - - - - - - - - [in] - - - - - - - - - - - - - - The standby heat loss rate for, e.g., indirect or commercial water heaters. Published in the AHRI Consumer’s Directory of Certified Efficiency Ratings. - - - - - - [deg F] - - - - - - Indicates whether this water heater uses a desuperheater. The attached heat pump or air conditioner can be referenced in the - RelatedHVACSystem element. - - - - - - - - - - - Reference a HeatingSystem, HeatPump, or CoolingSystem. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DEPRECATED. This will be removed in v4.0. Use WaterHeatingSystem/HotWaterDistributionSystem instead. - - - - - - - - - - - Measured length of hot water piping from the hot water heater to the farthest hot water fixture, measured - longitudinally from plans, assuming the hot water piping does not run diagonally, plus 10 feet of piping for each floor level, - plus 5 feet of piping for unconditioned basements. [ft] - - - - - - - - - - - - - - Hot water recirculation loop piping length including both supply and return sides of the loop, measured - longitudinally from plans, assuming the hot water piping does not run diagonally. [ft] - - - - - Length of the branch hot water piping from the recirculation loop to the farthest hot water fixture from the - recirculation loop, measured longitudinally from plans, assuming the branch hot water piping does not run diagonally, plus 20 - feet of piping for each floor level greater than one plus 10 feet of piping for unconditioned basements. [ft] - - - - - [W] - - - - - - - - - - - - - - - - - - - - Efficiency percent expressed as a fraction from 0-1. - - - - - - - - - - - - - - - - - - - - - - - - Number of similar water fixtures. - - - - - [gallons per minute] flow rate of water - - - - - Is the fixture considered low-flow? - - - - - Does this faucet have an aerator? - - - - - [minutes] Number of minutes per day a water fixture operates. - - - - - Does the shower have a device that restricts the flow of water automatically once it has reached temperature? - - - - - Independent organization has verified that product or appliance meets or exceeds the standard in question. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [sq.ft.] - - - - - - - - - [deg] - - - - - [Btu/h-ft^2-F] Often referred to as Fr-tau-alpha (FRta), this describes the optical efficiency portion of the overall collector efficiency. - In the OG-100 SRCC Certified Solar Thermal Collector Directory, this is the y-intercept of the efficiency curve. - - - - - Often referred to as Fr-Ul (FRUl), this describes the collector thermal losses portion of the overall collector efficiency. In the OG-100 - SRCC Certified Solar Thermal Collector Directory, this is the slope of the efficiency curve. - - - - - [gal] - - - - - - - - - DEPRECATED. This will be removed in v4.0. Use AttachedToWaterHeatingSystem or AttachedToHotWaterDistribution instead. - - - - - The Solar Fraction is the portion of the total conventional hot water heating load (delivered energy and tank standby losses). The higher - the solar fraction, the greater the solar contribution to water heating, which reduces the energy required by the backup water heater. This value can be - found in the OG-300 SRCC Certified Solar Water Heating System Directory. - - - - - The Solar Energy Factor is defined as the energy delivered by the system divided by the electrical or gas energy put into the system. The - higher the number, the more energy efficient. This value can be found in the OG-300 SRCC Certified Solar Water Heating System - Directory. - - - - - - - - - - - - - - - - - - - - - - Does the system serve multiple building/dwelling units? - - - - - - - - - - - [deg] - - - - - [deg] - - - - - [DC Watts] Peak power as supplied by the manufacturer - - - - - [sq.ft.] - - - - - - - System losses can be due to soiling, shading, snow, mismatch, wiring, electrical connections, light-induced degradation, nameplate rating - inaccuracies, age, and availability. - - - - - - - - [kWh] Projected Annual Output for a typical meteorological year as determined by PVWatts or similar. - - - - - [$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by - the system over its life. Can be calculated with System Advisor Model, a similar software, or through a simplified calculation at - http://www.nrel.gov/analysis/tech_lcoe.html. - - - - - - - - - - - - - - - - - - - - - - - - - - Number of similar batteries. - - - - - - Has the ability to feed electricity back on to the grid. - - - - - - - The total energy available when the battery is discharged starting from 100% state of charge until it reaches the cut-off voltage. - - - - - The stored energy that can actually be used. In most cases usable capacity is less than the nominal capacity. - - - - - [W] The amount of power the battery typically generates under non-peak conditions. - - - - - [W] The peak power that the battery can generate for a short period of time. - - - - - [V] The nominal voltage is the battery voltage when the state of charge is 0.5 (midway between being fully charged, and fully discharged) - with a 0.2C discharge current. - - - - - Not all the power that is used to charge the battery is available during discharge. Round trip efficiency is the ratio of the energy put - in to the energy retrieved from storage. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [V] Voltage of the AC power source - - - - - [A] Max current to electric vehicle - - - - - [W] Maximum charging rate - - - - - [W] Power used by charger when vehicle is not charging - - - - - - - - - - - - - - - - - - - - - - - - [kWh] the calculated total energy that would be produced during a one-year period with an average wind speed of 5 m/s (11.2 - mph) - - - - - [dBA] the sound pressure level not exceeded by the wind turbine 95% of the time at a distance of 60 meters from the rotor with an average - wind speed of 5 m/s (11.2 mph). - - - - - [kW] the wind turbine’s power output at 11 m/s (24.6 mph). Manufacturers may still describe or name their wind turbine models using a - nominal power (e.g. 5 kW S-343). - - - - - [kW] the highest point on the certified power curve. - - - - - [ft] - - - - - [ft] - - - - - [$] The LCOE is the total cost of installing and operating a project expressed in dollars per kilowatt-hour of electricity generated by - the system over its life. Can be calculated with System Advisor Model, a similar software, or through a simplified calculation at - http://www.nrel.gov/analysis/tech_lcoe.html. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Light units of the same type. For example you could have all the 60W incandescents. - - - - - - - - The LightingFixture that this is attached to - - - - - - - - The fraction of lighting units in the specified Location, where all the fractions for the Location sum to 1. If a Location is not specified, fractions - apply to the entire building. - - - - - - Lumens is a measure of light output (brightness) as opposed to watts, which measures energy consumption. The EPA and DOE encourages people to - determine the amount of light they need (or brightness) first before purchasing a light bulb. Once brightness is determined, you can look for the bulb with the - lowest watts. - - - - - [W] per unit - - - - - - [h] - - - - - [h] - - - - - [sq.ft.] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [CFM] - - - - - [CFM/watt] The efficiency rating of a ceiling fan as determined by the test procedure defined by the Environmental Protection Agency's - ENERGY STAR Testing Facility Guidance Manual: Building a Testing Facility and Performing the Solid State Test Method for ENERGY STAR Qualified Ceiling - Fans, Version 1.1, December 9, 2002. This is generally printed on the box in which the ceiling fan is shipped. - - - - - - - - - - Number of similar ceiling fans. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Indicates if the pool is above or below ground. - - - - - [gal] Volume of pool. - - - - - Months per year pool is in operation. - - - - - [in] - - - - - [in] - - - - - Type of filter used, if any. - - - - - - - - Pool pump: a mechanical assembly consisting of a “wet-end,” which houses the impeller and a motor. The pump increases the “head” and - “flow” of the water (ENERGY STAR, 2013). - - - - - - - - - Manufacturer of pool pump. - - - - - Serial number of pool pump. - - - - - Model number of pool pump. - - - - - Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, - or other) - - - - - [gal/Wh] The measure of overall pool filter pump efficiency in units of gallons per watt-hour, as determined using the - applicable test method in Section 4.1.2. Energy factor is analogous to other energy factors such as miles per gallon. Energy factor (EF) is - calculated as: EF (gal/Wh) = flow rate (gpm) * 60 ÷ power (watts) (ANSI/APSP/ICC-15 2011). - - - - - The speed setting at which the Energy Factor was measured (ENERGY STAR, 2013). - - - - - The motor power output designed by the manufacturer for a rated RPM, voltage and frequency. May be less than total horsepower - where the service factor is greater than 1.0, or equal to total horsepower where the service factor = 1.0 (ANSI/APSP/ICC-15 - 2011). - - - - - The total horsepower, or product of the rated horsepower and the service factor of a motor used on a pool pump (also known as - SFHP) based on the maximum continuous duty motor power output rating allowable for the nameplate ambient rating and motor insulation class - (e.g., total horsepower = rated horsepower * service factor) (ANSI/APSP/ICC-15 2011). - - - - - A multiplier applied to the rated horsepower of a pump motor to indicate the percent above nameplate horsepower at which the - motor can operate continuously without exceeding its allowable insulation class temperature limit, provided that other design parameters, - such rated voltage, frequency and ambient temperature, are within limits. A 1.5 hp pump with a 1.65 service factor produces 2.475 hp (total - horsepower) at the maximum service factor point (ANSI/APSP/ICC-15 2011). - - - - - - - - [W] - - - - - [Rev/min] The number of revolutions of the motor shaft in a given unit of time, expressed as revolutions per - minute (RPM) (ENERGY STAR, 2013). - - - - - [gal/min] The volume of water flowing through the filtration system in a given time, usually measured in gallons - per minute (gpm) (ANSI/APSP/ICC-15 2011). - - - - - [hours] Number of hours per day a pool pump operates at a particular speed setting. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type of pool cleaner used, if any. - - - - - Hours per day pool cleaner is used. - - - - - - - - - - - - - - - Type of heater used to heat pool, if any. - - - - - Hours per day pool heater is used. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Indicates if the hot tub is above or below ground. - - - - - [gal] Volume of hot tub. - - - - - Months per year hot tub is in operation. - - - - - [in] - - - - - [in] - - - - - Type of filter used, if any. - - - - - - - - Pool pump: a mechanical assembly consisting of a “wet-end,” which houses the impeller and a motor. The pump increases the “head” and - “flow” of the water (ENERGY STAR, 2013). - - - - - - - - - Manufacturer of hot tub pump. - - - - - Serial number of hot tub pump. - - - - - Model number of hot tub pump. - - - - - Independent organization has verified that product or appliance meets or exceeds the standard in question (ENERGY STAR, CEE, - or other) - - - - - [gal/Wh] The measure of overall hot tub filter pump efficiency in units of gallons per watt-hour, as determined using the - applicable test method in Section 4.1.2. Energy factor is analogous to other energy factors such as miles per gallon. Energy factor (EF) is - calculated as: EF (gal/Wh) = flow rate (gpm) * 60 ÷ power (watts) (ANSI/APSP/ICC-15 2011). - - - - - The speed setting at which the Energy Factor was measured (ENERGY STAR, 2013). - - - - - The motor power output designed by the manufacturer for a rated RPM, voltage and frequency. May be less than total horsepower - where the service factor is greater than 1.0, or equal to total horsepower where the service factor = 1.0 (ANSI/APSP/ICC-15 - 2011). - - - - - The total horsepower, or product of the rated horsepower and the service factor of a motor used on a hot tub pump (also known as - SFHP) based on the maximum continuous duty motor power output rating allowable for the nameplate ambient rating and motor insulation class - (e.g., total horsepower = rated horsepower * service factor) (ANSI/APSP/ICC-15 2011). - - - - - A multiplier applied to the rated horsepower of a pump motor to indicate the percent above nameplate horsepower at which the - motor can operate continuously without exceeding its allowable insulation class temperature limit, provided that other design parameters, - such rated voltage, frequency and ambient temperature, are within limits. A 1.5 hp pump with a 1.65 service factor produces 2.475 hp (total - horsepower) at the maximum service factor point (ANSI/APSP/ICC-15 2011). - - - - - - - - [W] - - - - - [Rev/min] The number of revolutions of the motor shaft in a given unit of time, expressed as revolutions per - minute (RPM) (ENERGY STAR, 2013). - - - - - [gal/min] The volume of water flowing through the filtration system in a given time, usually measured in gallons - per minute (gpm) (ANSI/APSP/ICC-15 2011). - - - - - [hours] Number of hours per day a pool pump operates at a particular speed setting. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type of hot tub cleaner used, if any. - - - - - Hours per day hot tub cleaner is used. - - - - - - - - - - - - - - - Type of heater used to heat hot tub, if any. - - - - - Hours per day hot tub heater is used. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pulled from industry standards by users (e.g. BPI Gold Sheet) or via software program - - - - - Baseline pressure is read under the following conditions: no items running, all fans off, all exterior doors closed, and all interior - doors are opened. - - - - - The poor case CAZ depressurization test is configured by determining the largest combustion appliance zone depressurization attainable at - the time of testing due to the combined effects of door position, exhaust appliance operation, and air handler fan operation. A base pressure must be - measured with all fans off and doors open. The poor case CAZ depressurization measurement is the pressure difference between the largest - depressurization attained at the time of testing and the base pressure. - - - - - With respect to the baseline pressure (e.g. no fans running, all exterior doors closed, and all interior doors opened) - - - - - - parts per million (ppm) - - - - - - - - - The ID of the system tested - - - - - - - - [deg F] - - - - - [Pa] - - - - - - - - - - - - - - [seconds] - - - - - - - - - - - - - - [ppm] - - - - - - - - Monitored throughout assessment, not just appliance testing - - - - - BPI Gold Sheet is one example that shows action levels based upon decision logic - - - - - - - - - - - [deg F] after 10 minutes run time - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - For a home built before 1978, did the contracted scope of work disturb greater than 6 sq.ft. of interior painted surfaces? - - - - - For a home built before 1978, did the contracted scope of work disturb greater than 20 sf of exterior painted surfaces? - - - - - Did the contracted scope of work include window replacement? - - - - - Certification Number of the EPA Lead-Safe Certified firm that performed the work. - - - - - - - - - - - - - - - - - - - - - in pCi/L - - - - - - - - - - - Was the homeowner provided with educational material? - - - - - - If moisture management of a crawlspace (e.g., installation of polyethylene sheeting) or radon mitigation measures were a part of the scope of - work,were measures installed to be compliant with one of the following: - Specifications of EPA’s Indoor airPLUS program - Techniques detailed in EPA's - Radon-Resistant New Construction - ASTM E2121, Standard Practice for Installing Radon Mitigation Systems in Existing Low-Rise Residential Buildings (section - 7.3) - - - - - Was the result less than 4 pCi/L - - - - - - - - - - - - - Are there unvented combustion heating or hearth appliances present in the living area? - - - - - If yes, does the appliance conform with ANSI Z21.11.2? - - - - - If yes, is the appliance used as a primary source of heating? - - - - - Does home have attached garage? - - - - - If yes, is there a continuous air barrier between garage and living space? - - - - - If yes, is there an exhaust fan in garage? - - - - - - - - - - - - - Indications of pest entry or damage? - - - - - Evidence of pesticide, insecticide use? - - - - - Do measures comply with industry standards to prevent pest entry? NOTE: This is for ALL measures that may create entry points for vermin. For example, - air sealing measures identified to reduce infiltration should have proper sealants - even if those measures were not recommended/installed for pest control - purposes. - - - - - - - - - - - - - Was asbestos suspected? - - - - - Was substance tested for asbestos? - - - - - Was asbestos found? - - - - - - - - - - - - - - - - Was spray foam polyurethane foam and / or other potential sources of indoor pollutants installed or applied as part of the scope of - work? - - - - - - - - - - - - - - - - - This element is formerly known as "spillage, draft, and CO readings under natural conditions" as explained in BPI's Gold Sheet "Combustion Safety Test Procedure - for Vented Appliances." - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [Pa] - - - - - - - - - - - - - - If yes, was this installed as part of scope of work? - - - - - - - - - - - - - If no, was this recommended in scope of work? - - - - - - - - - - - - - - - - - - - - - - - - - ASHRAE 62.2-2010 has an infiltration credit. ASHRAE 62-89 and 62.2-2013 do not have infiltration credits. - - - - - - - This is just the # of the calculated infiltration credit. - - - - - - This is the net amount of continuous ventilation needed AFTER infiltration credit is applied (if any) - - - - - - - - - - - - - - - - This is amount without taking into consideration any infiltration credit - - - - - This is amount without taking into consideration any infiltration credit - - - - - Should be 20 cfm, if the local AHJ permits windows to be used for local exhaust - - - - - This is the net amount of continuous ventilation needed AFTER window credit is applied (if any) - - - - - This is the net amount of continuous ventilation needed AFTER window credit is applied (if any) - - - - - The airflow deficit for each bathroom or kitchen is the required airflow less the airflow rating of the exhaust equipment. If there is no exhaust device or if the - existing device cannot be measured nor read it, the exhaust device airflow is assumed to be zero. - - - - - - - - - - - - - Does a proper air barrier separate the house from the garage? - - - - - Are ducts and air handlers located in the garage properly air sealed? - - - - - Is the clothes dryer properly vented? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - should be represented as a fraction (ie 0.5 instead of 50%) - - - - - - - - - - - - - Energy use will be negative for energy producing end uses such as PV and SolarThermal. - - - - - - - - - - - - - - - - - - - - - - - - - - - A multiplier on the performance of the system. A value of 1 implies no performance adjustment. - - - - - - - - - - - - - - Air sealing and insulation implemented prior to replacement and used in calculations for sizing new / replacement system? - - - - - - - - - - - - - - - - - - - Is the system a packaged system? - - - - - Does the system serve multiple building/dwelling units? - - - - - Does the system only provide preconditioning for mechanical ventilation? - - - - - - - - - - - - - - - [Btuh] Input Heating Capacity - - - - - [Btuh] Output Heating Capacity - - - - - - - [sq.ft.] - - - - - The average annual auxiliary electrical energy consumption for, e.g., a gas furnace or boiler, in kilowatt-hours per year. Published in the AHRI - Consumer’s Directory of Certified Efficiency Ratings. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [grams per hour] from EPA label http://www.epa.gov/compliance/monitoring/programs/caa/woodheaters.html - - - - - - - - - - - - - - - - [grams per hour] from EPA label http://www.epa.gov/compliance/monitoring/programs/caa/woodheaters.html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [Btuh] Output heating capacity; typically the nameplate capacity at 47F. - - - - - [Btuh] Output heating capacity at 17F from AHRI database. - - - - - [Btuh] Output cooling capacity - - - - - - [deg F] Temperature below which the compressor is disabled, often to prevent damage or occupant comfort issues. The default is the manufacturer's minimum operating temperature, but the value may be set higher. For a duel-fuel heat pump, use the BackupHeatingSwitchoverTemperature element. - - - - - - - Whether the heat pump backup is integrated into the unit (describe in BackupSystemFuel, BackupAnnualHeatingEfficiency, BackupHeatingCapacity), or a - separate heating system (add reference in BackupSystem). - - - - - References the HeatingSystem that provides the backup for a separate backup. - - - - - - - [Btuh] Input heating capacity - - - - - [Btuh] Output heating capacity - - - - - [deg F] Temperature at which the backup heating is activated and the compressor is disabled in, e.g., a dual-fuel heat pump. - - - - - [deg F] Temperature above which the backup heating is disabled, often to prevent backup heating usage during recovery from a thermostat heating setback. For a duel-fuel heat pump, use the BackupHeatingSwitchoverTemperature element. - - - - - - - [sq.ft.] - - - - - - - - - - - - - - - - - - [Btuh] Output cooling capacity - - - - - - - [sq.ft.] - - - - - - - - - [Btuh] - - - - - - - - - - - - - - - - - - - - - For AFUE and Percent enter values as a fractional number between 0 and 1, i.e. 80% = 0.8 - - - - - - - - - - - - Ah is computed by multiplying the discharge current (Amps) by the discharge time (hours). kWh is computed by multiplying the power output (kW) by the discharge time (hours). - - - - - - - - - - For %/hr enter values as a fraction, i.e. 1.20%/hr = 0.0120 and 0.68%/hr = 0.0068. - - - - - - - - - - - - - [in] - - - - - [ft] - - - - - - - [degF] - - - - - [degF] - - - - - - - - System Pump and Zone Valve Corrections made - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [in] - - - - - - - If a DuctType of supply or return is specified above, this is the fraction of the supply or return duct area. If DuctType is omitted above, this is - the fraction of the total duct area. - - - - - [sq.ft.] - - - - - - - - - - - - - - - - - - - - - - - - HPXML records may contain data about an individual, either a person, or a business. This element contains the root elements for individual identifier values between a - sending and a receiving system. - - - - - - - - - - - - System identifiers contain type codes and an identifier for both a sending and a receiving system. These fields are needed to be able to transmit data between two - systems, and have it identified in the two systems. - - - - - - - - - - - - - - - - - Overall characterization of building for descriptive, rather than modeling purposes - - - - - - - - - - If the building is attached to other units in the horizontal plane. - - - - - If the building is attached to other units on the vertical plane. - - - - - - - - - - - [ft] - - - - - [ft] - - - - - [ft] - - - - - - - - - - - Fuels available on site via utility lines/pipes or delivery. - - - - - - - - - - - - - - - - - - - - The year the current occupants moved into the building - - - - - - - - 18 or older - - - - - less than 18 years old - - - - - - - Percentage as a fraction (50% = 0.5) - - - - - AMI = Area Median Income; FPL = Federal Poverty Level - - - - - - - - - - - - - - - - - - Passive solar design—also known as climatic design—involves using a building's windows, walls, and floors to collect, store, and - distribute solar energy in the form of heat in the winter and reject solar heat in the summer. (source: - http://www.eere.energy.gov/basics/buildings/passive_solar_design.html) - - - - - [ft] height of building - - - - - Number of dwelling units represented by the HPXML Building element. Used as a multiplier. - - - - - Total number of dwelling units in the physical building. - - - - - Total number of floors including a basement, whether conditioned or unconditioned - - - - - Number of floors that are heated/cooled including a basement - - - - - Number of floors above grade that are heated/cooled - - - - - [ft] Average distance from the floor to the ceiling - - - - - [ft] distance between floors - - - - - - - - Number of bathrooms with a tub or shower - - - - - [sq.ft.] - - - - - - [sq.ft.] Gross floor area (based on ASHRAE definition) is the sum of the floor areas of the spaces within the building, including - basements, mezzanine and intermediate‐floored tiers, and penthouses with headroom height of 7.5 ft (2.2 meters) or greater. Measurements must be taken - from the exterior faces of exterior walls OR from the centerline of walls separating buildings, OR from the centerline of walls separating spaces. - Excludes non‐enclosed (or non‐enclosable) roofed‐over areas such as exterior covered walkways, porches, terraces or steps, roof overhangs, and similar - features. Excludes air shafts, pipe trenches, and chimneys. Excludes floor area dedicated to the parking and circulation of motor - vehicles. - - - - - [sq.ft.] The floor area of an occupiable space defined by the inside surfaces of its walls but excluding shafts, column enclosures, and - other permanently enclosed, inaccessible, and unoccupiable areas. Obstructions in the space such as furnishings, display or storage racks, and other - obstructions, whether temporary or permanent, may not be deducted from the space are considered to be part of the net occupiable - area. - - - - - [sq.ft.] All finished space that is within the (insulated) conditioned space boundary (that is, within the insulated envelope), regardless - of HVAC configuration. - - - - - [sq.ft.] Floor area of home that is finished and assumed to be occupied. - - - - - - [sq.ft.] The total area of all enclosed spaces measured to the internal face of the external walls. Included are areas of sloping surfaces - such as staircases, galleries, raked auditoria, and tiered terraces where the area taken is from the area on the plan. Excluded are areas that are not - enclosed such as open floors, covered ways and balconies. - - - - - [sq.ft.] The total area of all enclosed spaces measured to the internal face of the external walls. Included are areas of sloping surfaces - such as staircases, galleries, raked auditoria, and tiered terraces where the area taken is from the area on the plan. Excluded are areas that are not - enclosed such as open floors, covered ways and balconies. - - - - - [sq.ft.] An enclosed space within a building that does not meet the requirements of a conditioned space. Spaces that have no control over - thermal conditions but intentionally or unintentionally receive thermal energy from adjacent spaces are considered unconditioned spaces (such as an - attached garage on a house or a vestibule with no thermal comfort criteria). Spaces that are ventilated only to maintain air quality are considered - unconditioned spaces (such as a parking garage with no thermal comfort criteria). - - - - - [cu.ft.] A volume of a building surrounded by solid surfaces such as walls, roofs, floors, fenestration, and doors where the total opening - area to the outside can be reduced to less than 1% of the Gross Interior Floor Area of the space. Spaces that are temporarily enclosed such as patios - enclosed with tenting are not considered Enclosed Spaces for annual building analysis. These spaces should be treated as exterior to the - building. - - - - - [cu.ft.] Volume inside the building envelope of the conditioned spaces. This metric can be calculated as the volume of the building if - every space is conditioned or on a floor-by-floor basis. For spaces with vertical walls and horizontal ceilings and floors, this is calculated as the - Gross Conditioned Floor Area times the height from the top surface of the finished floor to the top surface of the finished floor separating levels of - the building or to the inside surface of the roof for the top floor. The volume of spaces that have nonvertical walls or nonhorizontal ceilings of - floors should be calculated separately to properly account for the non-rectangular geometry. This metric does include the volume of floor or ceiling - return air plenums. - - - - - Primary foundation type of building - - - - - Primary attic type of building - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Weather location used in model simulation and/or utility bill regression analysis - - - - - - - - - - A listing of Green Building Verifications from the RESO Data Dictionary - - - - - - - - - - The name of the verification or certification awarded to a new or pre-existing residential or commercial structure. For example: LEED, - Energy Star, ICC-700. In cases where more than one certification have been awarded, leverage multiple iterations of the green verification fields via - the repeating element method. - - - - - If "other" is selected for GreenBuildingVerification/Type, fill in type here. - - - - - The name of the body or group providing the verification/certification/rating named in the GreenBuildingVerificationType field. There is - almost always a direct correlation between bodies and programs. - - - - - A final score indicating the performance of energy efficiency design and measures in the home as tested by a third-party rater. Points - achieved to earn a certification in the GreenVerificationRating field do not apply to this field. HERS Index is most common with new homes and runs with - a lower number being more efficient. A net-zero home uses zero energy and has a HERS score of 0. A home that produces more energy than it uses has a - negative score. Home Energy Score is a tool more common for existing homes and runs with a higher number being more efficient. It takes square footage - into account and caps with 10 as the highest number of points. - - - - - Many verifications or certifications have a rating system that provides an indication of the structure's level of energy efficiency. When - expressed in a numeric value, please use the GreenVerificationMetric field. Verifications and Certifications can also be a name, such as Gold or Silver, - which is the purpose of this field. - - - - - The source of the green data. May address photovoltaic characteristics, or a verified score, certification, label, etc. This may be a pick - list of options showing the source. i.e. Program Sponsor, Program Verifier, Public Record, Assessor, etc. - - - - - Many verification programs include a multi-step process that may begin with plans and specs, involve testing and/or submission of building - specifications along the way and include a final verification step. When ratings are involved it is not uncommon for the final rating to be either - higher or lower than the target preliminary rating. Sometimes the final approval is not available until after sale and occupancy. Status indicates what - the target was at the time of listing and may be updated when verification is complete. To limit liability concerns this field reflects information that - was available at the time of listing or updated later and should be confirmed by the buyer. - - - - - Provides a link to the specific property’s high-performance rating or scoring details directly from and hosted by the sponsoring body of - the program. Typically provides thorough details, for example, which points where achieved and how, or in the case of a score what specifically was - tested and the results. - - - - - The version of the certification or verification that was awarded. Some rating programs have a year, a version, or possibly - both. - - - - - The year the certification or verification was awarded. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Start date of project - - - - - Estimated completion date of project - - - - - Actual completion date of project - - - - - Amount of time spent by contractor on this stage of the project - - - - - Cost of any fees associated with the audit or other project activities - - - - - Cost of all work proposed or performed - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - These are the system identifiers for a specific measure on a job - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A load profile is created using measurements of a customer's electricity use at regular intervals, typically one hour or less, and - provides an accurate representation of a customer's usage pattern over time. - - - - - - - - - - - - - - - - - - - - - - - Quality assurance: The observation techniques and activities used externally by an organization to evaluate the effectiveness of their quality management system - and to provide feedback that may result in quality improvements (BPI, 2006). - - - - - - - - - - - - - or removed component - - - - - - - - - - - - - - - - - - - - - - - - - Indicates whether it is measured energy savings or estimated energy savings. - - - - - - - [kW] Demand savings from energy efficiency programs - - - - - should be represented as a fraction (ie 0.5 instead of 50%) - - - - - - - - - - - - - - - should be represented as a fraction (ie 0.5 instead of 50%) - - - - - - - - - - - - - - - - - - - For Percent enter values as a fractional number, i.e. 30% = 0.3 - - - - - - - - - - - The Leakage Area is defined in TECBLAST as the size of a sharp edged orifice which would leak at the same flow rate as the measured leakage, if the orifice were - subjected to the Test Pressure. Leakage Area [sq in] = Duct System Leakage Rate [CFM] / (1.06 * (Test Pressure [Pa]) ^ 0.5) - - - - - - - - - - - - - - Consumption records with enough granularity to be able to use smart meter data. - - - - - - Negative number for renewable generation. Positive number for consumption. - - - - - Date/time stamp in the ISO 8601 format when the usage measured began. - - - - - Date/time stamp of the meter reading. - - - - - - - - - - - - - Baseload power is the energy consumed for the day-to-day operation of a home that is not used as a response to outside weather (i.e. excludes heating and cooling) - (Krigger and Dorsi, 2009). - - - - - The following fields are to support BPI-2400 - - - - - - - - - - - - - This identifies which data quality requirements (if any) were met by the bills for the relevant energy source and therefore which calibration metrics (if any) are - used to determine whether the calibrated model is accepted. - - - - - Detailed Calibration Weather Regression CV-RMSE. Eqn. 3.2.2.G.i of BPI-2400. Percentage expressed as a fraction (ie 10% = 0.1) - - - - - Weather Normalized Annual Heating Usage - - - - - Weather Normalized Annual Cooling Usage - - - - - Weather Normalized Annual Baseload Usage - - - - - Eqn. 3.2.3.A.i of BPI-2400. Percentage expressed as a fraction (ie 10% = 0.1) - - - - - Eqn. 3.2.3.A.ii of BPI-2400. In either kWh for electricity or MBtu (million Btu) for all other fuels. - - - - - Percentage expressed as a fraction (ie 10% = 0.1) - - - - - In either kWh for electricity or MBtu (million Btu) for all other fuels. - - - - - Percentage expressed as a fraction (ie 10% = 0.1) - - - - - In either kWh for electricity or MBtu (million Btu) for all other fuels. - - - - - Used to determine model calibration acceptance when bills fail Detailed criteria, but meet simple criteria. Percentage expressed as a fraction (ie 10% = - 0.1) - - - - - Used to determine model calibration acceptance when bills fail Detailed criteria, but meet simple criteria. Percentage expressed as a fraction (ie 10% = - 0.1) - - - - - Used to determine model calibration acceptance when bills fail Detailed criteria, but meet simple criteria. Percentage expressed as a fraction (ie 10% = - 0.1) - - - - - Used to determine model calibration acceptance when bills fail Detailed criteria, but meet simple criteria. Percentage expressed as a fraction (ie 10% = - 0.1) - - - - - - - - - - - - - - Energy Type - - - - - - direct metering = tenants directly metered; master meter without sub-metering = tenants not sub metered; master meter with sub-metering = tenant - sub-metered by building owner - - - - - - - - - - - - - - - - - - - - - - - - - - [$/energy unit] The cost of providing an additional unit of output - - - - - [kBtu/ft^2] Energy use intensity (EUI) is a unit of measurement that describes a building's energy use. EUI represents the energy consumed by a - building relative to its size. - - - - - Period during which electrical power is expected to be provided at a significantly higher than average supply level. - - - - - - - - - - - - - - - - Water use intensity is defined as annual water use divided by total gross square footage of facility space reported in gallons per square foot (DOE, - 2013). This element may also be reported as gallons, per day, per person. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Baseload power is the energy consumed for the day-to-day operation of a home that is not used as a response to outside weather (i.e. excludes heating and cooling) - (Krigger and Dorsi, 2009). - - - - - - - - - - - - Type of stud, joist, etc. (2x4, 2x6, etc) - - - - - [in] Spacing on center - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [sq.ft.] Total window surface area for this group of windows - - - - - Number of windows in the group - - - - - [deg] - - - - - - - - - - - - - - - - - - - - Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is opaque. - - - - - - - - - - - - - - - The shading coefficient to apply during the summer months. Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is - opaque. - - - - - The shading coefficient to apply during the winter months. Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is - opaque. - - - - - - - - - - Used to describe drapes, blinds, etc. If moveable insulation also provides shading, the shading should be documented here. - - - - - - - - The shading coefficient to apply during the summer months. Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is - opaque. - - - - - The shading coefficient to apply during the winter months. Shading coefficients are defined as a multiplier on transmittance: 1 is transparent, 0 is - opaque. - - - - - - - - - - - - - - - - - - DEPRECATED. This will be removed in v4.0. Use FractionOperable element instead. - - - - - If the Window/Skylight element represents a single window/skylight, the value should be 0 or 1, otherwise the fraction of area that is operable. - - - - - - - - - - - Rigid opaque foam panels (permanently installed or not) or cellular shades that provide insulation. - - - - - - - - - - - - - - - - [ft] Depth of overhang - - - - - [ft] Vertical distance from overhang to top of window - - - - - [ft] Vertical distance from overhang to bottom of window - - - - - - - - - - DEPRECATED. This will be removed in v4.0. Use FractionOperable element instead. - - - - - The fraction of windows/skylights that are operable. If the Window/Skylight element represents a single window/skylight, the value should be 0 or 1. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [deg F] - - - - - - - - [Pa] with respect to outside - - - - - [Pa] - - - - - - - - - - - - - - - - [sq.in.] The Effective Leakage Area is defined as the area of a special nozzle-shaped hole (similar to the inlet of a blower door fan) that would leak the same - amount of air as the building does at a pressure of 4 Pascals. - - - - - [sq. ft.] The volume of the building that is applicable to the air infiltration measurement test. The volume can be defined as the conditioned building volume - plus the volume of crawlspaces, attics, and/or basements that are connected to the building's conditioned space via open doors or hatches. - - - - - [ft] Vertical distance between lowest and highest above-grade points within the pressure boundary, per ASHRAE 62.2. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - for single unit retrofits in multifamily properties - - - - - - - - - - - - - - - - - - - For use on sections of the house that are cantilevered or over ambient (outdoor) conditions for some other reason. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Sheathing insulation should be specified in the Insulation element as well. - - - - - Please specify stud spacing and framing factor in the appropriate places as well. - - - - - See https://thecraftsmanblog.com/framing-timber-balloon-platform for a description of different framing types. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [deg F] - - - - - [deg F] - - - - - [hours] - - - - - [deg F] - - - - - [deg F] - - - - - [hours] - - - - - - - - Fraction of rooms controlled by thermostatic radiator valves - - - - - Percent of rooms controlled by electronic zone valves with thermostats - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The year and month the duct system was sealed. - - - - - - - - - - - - - - - Year and month of the last tune and repair for this HVAC equipment. - - - - - - - - - - - Width x Length x Thickness - - - - - - [in] - - - - - [in] - - - - - [in] - - - - - - - - - Minimum efficiency reporting value, commonly known as MERV rating, is a measurement scale designed in 1987 by the American Society of Heating, - Refrigerating and Air-Conditioning Engineers (ASHRAE) to rate the effectiveness of air filters. - - - - - The Year and Month the filter was last replaced. - - - - - - - - - - - - - - - - - - - - [ft] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Emissions and Generation Resource Integrated Database (eGRID) region. - - - - - Emissions and Generation Resource Integrated Database (eGRID) subregion. - - - - - Cambium Generation and Emission Assessment (GEA) region. - - - - - For locations that observe Daylight Savings, use Standard time. - - - - - - For example, US/Eastern for U.S. Eastern Time. See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. - - - - - For example, ET for US Eastern Time. - - - - - Positive or negative offset from Coordinated Universal Time (UTC) using Standard Time. For example, -5 for Eastern Time. - - - - - - - - - - - - - - - - - Building Description - - - - - - - - Indicates which weather station is used for the modeling. It's a reference that points to - Building/BuildingDetails/ClimateAndRiskZones/WeatherStation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - If different from building street address. - - - - - - - - - - A list of comments in priority order. - - - - - - - - - - - - - - - - - - - - - - - - - - - Utility company information - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [ft] - - - - - - Fraction of total pipe insulated - - - - - - - - - - - [Pa] positive for supply side measurements, negative for return side. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [in] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXMLDataTypes.xsd b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXMLDataTypes.xsd deleted file mode 100644 index 85e92024..00000000 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/HPXMLDataTypes.xsd +++ /dev/null @@ -1,4846 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - AMI = Area Median Income; FPL = Federal Poverty Level - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DEPRECATION WARNING: Choices "other housing unit above" and "other housing unit below" will be deprecated in the future. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Enumerations from http://www.fsec.ucf.edu/en/publications/pdf/FSEC-DN-7-84.pdf - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gives compass direction a surface (window, wall) is facing. Measured in degrees clockwise from North. - - - - - - - - - - - - - - - - MBtu refers to million Btu. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A fraction that has to be between 0 and 1 inclusive - - - - - - - - - - - - - - - - A fraction that can be greater than one (ie 110%) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - By leaving this field empty, the weather station is assumed used for all functions such as utility bill regression analysis and energy model simulations. If different - weather stations are used for the different functions, use this field to specify the usage of each weather station. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The North American Fenestration Standard/Specification for windows, doors and, skylights provides a method for rating the structural performance, water resistance and air leakage of fenestration products. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/README.md b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/README.md new file mode 100644 index 00000000..4bae826e --- /dev/null +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schema/README.md @@ -0,0 +1 @@ +This is the HPXMLMerged.xsd schema because some software/libraries can't handle validation against multiple schemas with `includes`. diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml index 76be0322..003615af 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml @@ -14,16 +14,16 @@ [SoftwareInfo] - Expected 0 or 1 element(s) for xpath: extension/OccupancyCalculationType - Expected extension/OccupancyCalculationType to be "asset" or "operational" - Expected 0 or 1 element(s) for xpath: extension/NaturalVentilationAvailabilityDaysperWeek - Expected extension/NaturalVentilationAvailabilityDaysperWeek to be greater than or equal to 0 - Expected extension/NaturalVentilationAvailabilityDaysperWeek to be less than or equal to 7 Expected 0 or 1 element(s) for xpath: extension/SimulationControl Expected 0 or 1 element(s) for xpath: extension/HVACSizingControl + Expected 0 or 1 element(s) for xpath: extension/ShadingControl Expected 0 or more element(s) for xpath: extension/SchedulesFilePath + Expected 0 or 1 element(s) for xpath: extension/NaturalVentilationAvailabilityDaysperWeek + Expected extension/NaturalVentilationAvailabilityDaysperWeek to be greater than or equal to 0 + Expected extension/NaturalVentilationAvailabilityDaysperWeek to be less than or equal to 7 Expected 0 or more element(s) for xpath: extension/EmissionsScenarios/EmissionsScenario Expected 0 or more element(s) for xpath: extension/UtilityBillScenarios/UtilityBillScenario + Expected 0 or more element(s) for xpath: extension/UnavailablePeriods/UnavailablePeriod @@ -32,8 +32,8 @@ Expected 0 or 1 element(s) for xpath: Timestep Expected Timestep to be 60, 30, 20, 15, 12, 10, 6, 5, 4, 3, 2, or 1 - Expected 0 or 2 element(s) for xpath: BeginMonth | BeginDayOfMonth - Expected 0 or 2 element(s) for xpath: EndMonth | EndDayOfMonth + Expected 0 or 2 element(s) for xpath: BeginMonth | BeginDayOfMonth + Expected 0 or 2 element(s) for xpath: EndMonth | EndDayOfMonth Expected 0 or 1 element(s) for xpath: CalendarYear Expected CalendarYear to be greater than or equal to 1600 Expected CalendarYear to be less than or equal to 9999 @@ -44,9 +44,29 @@ [HVACSizingControl] - Expected 0 or 1 element(s) for xpath: AllowIncreasedFixedCapacities + Expected 0 or 1 element(s) for xpath: AllowIncreasedFixedCapacities Expected 0 or 1 element(s) for xpath: HeatPumpSizingMethodology Expected HeatPumpSizingMethodology to be 'ACCA' or 'HERS' or 'MaxLoad' + Expected 0 or 1 element(s) for xpath: ManualJInputs/WinterDesignTemperature + Expected 0 or 1 element(s) for xpath: ManualJInputs/SummerDesignTemperature + Expected 0 or 1 element(s) for xpath: ManualJInputs/HeatingSetpoint + Expected 0 or 1 element(s) for xpath: ManualJInputs/CoolingSetpoint + Expected 0 or 1 element(s) for xpath: ManualJInputs/HumiditySetpoint + Expected ManualJInputs/HumiditySetpoint to be greater than 0 + Expected ManualJInputs/HumiditySetpoint to be less than 1 + Expected 0 or 1 element(s) for xpath: ManualJInputs/InternalLoadsSensible + Expected 0 or 1 element(s) for xpath: ManualJInputs/InternalLoadsLatent + Expected 0 or 1 element(s) for xpath: ManualJInputs/NumberofOccupants + + + + + [ShadingControl] + + Expected 1 element(s) for xpath: SummerBeginMonth + Expected 1 element(s) for xpath: SummerBeginDayOfMonth + Expected 1 element(s) for xpath: SummerEndMonth + Expected 1 element(s) for xpath: SummerEndDayOfMonth @@ -152,6 +172,25 @@ + + [UnavailablePeriod] + + Expected 1 element(s) for xpath: ColumnName + Expected 1 element(s) for xpath: BeginMonth + Expected 1 element(s) for xpath: BeginDayOfMonth + Expected 0 or 1 element(s) for xpath: BeginHourOfDay + Expected BeginHourOfDay to be greater than or equal to 0 + Expected BeginHourOfDay to be less than or equal to 23 + Expected 1 element(s) for xpath: EndMonth + Expected 1 element(s) for xpath: EndDayOfMonth + Expected 0 or 1 element(s) for xpath: EndHourOfDay + Expected EndHourOfDay to be greater than or equal to 1 + Expected EndHourOfDay to be less than or equal to 24 + Expected 0 or 1 element(s) for xpath: NaturalVentilation + Expected NaturalVentilation to be 'regular schedule' or 'always available' or 'always unavailable' + + + [Building] @@ -185,7 +224,8 @@ Expected 1 element(s) for xpath: BuildingSummary/BuildingConstruction Expected 0 or 1 element(s) for xpath: ClimateandRiskZones/ClimateZoneIECC Expected 1 element(s) for xpath: ClimateandRiskZones/WeatherStation - Expected 1 element(s) for xpath: Enclosure/AirInfiltration/AirInfiltrationMeasurement/BuildingAirLeakage/UnitofMeasure[text()="ACH" or text()="CFM" or text()="ACHnatural"] + Expected 0 or 1 element(s) for xpath: Enclosure/AirInfiltration/extension/HasFlueOrChimneyInConditionedSpace + Expected 1 element(s) for xpath: Enclosure/AirInfiltration/AirInfiltrationMeasurement[BuildingAirLeakage/AirLeakage | EffectiveLeakageArea] Expected 0 or more element(s) for xpath: Enclosure/Roofs/Roof Expected 0 or more element(s) for xpath: Enclosure/RimJoists/RimJoist Expected 1 or more element(s) for xpath: Enclosure/Walls/Wall @@ -246,7 +286,9 @@ No dishwasher specified, the model will not include dishwasher energy use. No refrigerator specified, the model will not include refrigerator energy use. No cooking range specified, the model will not include cooking range/oven energy use. - No lighting specified, the model will not include lighting energy use. + No interior lighting specified, the model will not include interior lighting energy use. + No exterior lighting specified, the model will not include exterior lighting energy use. + No garage lighting specified, the model will not include garage lighting energy use. @@ -287,17 +329,10 @@ - - [OccupancyCalculationType=Operational] - - Expected 1 element(s) for xpath: NumberofResidents - - - [BuildingConstruction] - Expected 1 element(s) for xpath: ResidentialFacilityType + Expected 1 element(s) for xpath: ResidentialFacilityType Expected ResidentialFacilityType to be 'single-family detached' or 'single-family attached' or 'apartment unit' or 'manufactured home' Expected 1 element(s) for xpath: NumberofConditionedFloors Expected 1 element(s) for xpath: NumberofConditionedFloorsAboveGrade @@ -307,7 +342,16 @@ Expected 1 element(s) for xpath: ConditionedFloorArea Expected ConditionedFloorArea to be greater than or equal to the sum of conditioned slab/floor areas. Expected 0 or more element(s) for xpath: ConditionedBuildingVolume | AverageCeilingHeight - Expected 0 or 1 element(s) for xpath: extension/HasFlueOrChimney + + extension/HasFlueOrChimney has been replaced by /HPXML/Building/BuildingDetails/Enclosure/AirInfiltration/extension/HasFlueOrChimneyInConditionedSpace + + + + + [BuildingType=SFAorMF] + + + ResidentialFacilityType is single-family attached or apartment unit, but no attached surfaces were found. This may result in erroneous results (e.g., for infiltration). @@ -327,10 +371,9 @@ - [AirInfiltrationUnits=ACHorCFM] - - Expected 1 element(s) for xpath: HousePressure - Expected 1 element(s) for xpath: BuildingAirLeakage/AirLeakage + [AirInfiltrationMeasurement] + + Expected BuildingAirLeakage/UnitofMeasure to be 'ACH' or 'ACHnatural' or 'CFM' or 'CFMnatural' Expected 0 or 1 element(s) for xpath: InfiltrationVolume Expected 0 or 1 element(s) for xpath: InfiltrationHeight Expected InfiltrationHeight to be greater than 0 @@ -338,13 +381,19 @@ - [AirInfiltrationUnits=ACHnatural] - - Expected 0 element(s) for xpath: HousePressure - Expected 1 element(s) for xpath: BuildingAirLeakage/AirLeakage - Expected 0 or 1 element(s) for xpath: InfiltrationVolume - Expected 0 or 1 element(s) for xpath: InfiltrationHeight - Expected InfiltrationHeight to be greater than 0 + [AirInfiltrationMeasurement=SFAorMultifamily] + + Expected 1 element(s) for xpath: TypeOfInfiltrationLeakage + Expected TypeOfInfiltrationLeakage to be 'unit total' or 'unit exterior only' + Expected 0 or 1 element(s) for xpath: extension/Aext + Expected extension/Aext to be greater than 0 + + + + + [AirInfiltrationMeasurement=ACHorCFM] + + Expected 1 element(s) for xpath: HousePressure @@ -654,6 +703,8 @@ [HeatingSystem] Expected 1 element(s) for xpath: ../../HVACControl + Expected 0 or 1 element(s) for xpath: UnitLocation + Expected UnitLocation to be 'living space' or 'basement - unconditioned' or 'basement - conditioned' or 'attic - unvented' or 'attic - vented' or 'garage' or 'crawlspace - unvented' or 'crawlspace - vented' or 'crawlspace - conditioned' or 'other exterior' or 'other housing unit' or 'other heated space' or 'other multifamily buffer space' or 'other non-freezing space' or 'roof deck' or 'unconditioned space' Expected 1 element(s) for xpath: HeatingSystemType[ElectricResistance | Furnace | WallFurnace | FloorFurnace | Boiler | Stove | PortableHeater | FixedHeater | Fireplace] Expected 1 element(s) for xpath: FractionHeatLoadServed @@ -679,6 +730,7 @@ Expected 1 or more element(s) for xpath: ../../HVACDistribution/DistributionSystemType/AirDistribution/AirDistributionType[text()="regular velocity" or text()="gravity"] | ../../HVACDistribution/DistributionSystemType/Other[text()="DSE"] Expected 1 element(s) for xpath: DistributionSystem + Expected 0 or 1 element(s) for xpath: HeatingSystemType/Furnace/PilotLight Expected 1 element(s) for xpath: HeatingSystemFuel Expected HeatingSystemFuel to be 'electricity' or 'natural gas' or 'fuel oil' or 'fuel oil 1' or 'fuel oil 2' or 'fuel oil 4' or 'fuel oil 5/6' or 'diesel' or 'propane' or 'kerosene' or 'coal' or 'coke' or 'bituminous coal' or 'wood' or 'wood pellets' Expected 0 or 1 element(s) for xpath: HeatingCapacity @@ -686,11 +738,11 @@ Expected AnnualHeatingEfficiency[Units="AFUE"]/Value to be less than or equal to 1 Expected 0 or 1 element(s) for xpath: extension/FanPowerWattsPerCFM Expected extension/FanPowerWattsPerCFM to be greater than or equal to 0 - Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio + Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio Expected extension/AirflowDefectRatio to be greater than or equal to -0.9 Expected extension/AirflowDefectRatio to be less than or equal to 9 - AFUE should typically be greater than or equal to 0.6. + AFUE should typically be greater than or equal to 0.5. Heating capacity should typically be greater than or equal to 1000 Btu/hr. @@ -699,6 +751,7 @@ [HeatingSystemType=WallFurnace] Expected 0 element(s) for xpath: DistributionSystem + Expected 0 or 1 element(s) for xpath: HeatingSystemType/WallFurnace/PilotLight Expected 1 element(s) for xpath: HeatingSystemFuel Expected HeatingSystemFuel to be 'electricity' or 'natural gas' or 'fuel oil' or 'fuel oil 1' or 'fuel oil 2' or 'fuel oil 4' or 'fuel oil 5/6' or 'diesel' or 'propane' or 'kerosene' or 'coal' or 'coke' or 'bituminous coal' or 'wood' or 'wood pellets' Expected 0 or 1 element(s) for xpath: HeatingCapacity @@ -707,7 +760,7 @@ Expected 0 or 1 element(s) for xpath: extension/FanPowerWatts Expected extension/FanPowerWatts to be greater than or equal to 0 - AFUE should typically be greater than or equal to 0.6. + AFUE should typically be greater than or equal to 0.5. Heating capacity should typically be greater than or equal to 1000 Btu/hr. @@ -716,6 +769,7 @@ [HeatingSystemType=FloorFurnace] Expected 0 element(s) for xpath: DistributionSystem + Expected 0 or 1 element(s) for xpath: HeatingSystemType/FloorFurnace/PilotLight Expected 1 element(s) for xpath: HeatingSystemFuel Expected HeatingSystemFuel to be 'electricity' or 'natural gas' or 'fuel oil' or 'fuel oil 1' or 'fuel oil 2' or 'fuel oil 4' or 'fuel oil 5/6' or 'diesel' or 'propane' or 'kerosene' or 'coal' or 'coke' or 'bituminous coal' or 'wood' or 'wood pellets' Expected 0 or 1 element(s) for xpath: HeatingCapacity @@ -724,7 +778,7 @@ Expected 0 or 1 element(s) for xpath: extension/FanPowerWatts Expected extension/FanPowerWatts to be greater than or equal to 0 - AFUE should typically be greater than or equal to 0.6. + AFUE should typically be greater than or equal to 0.5. Heating capacity should typically be greater than or equal to 1000 Btu/hr. @@ -734,12 +788,13 @@ Expected 0 or 1 element(s) for xpath: IsSharedSystem Expected 1 element(s) for xpath: DistributionSystem + Expected 0 or 1 element(s) for xpath: HeatingSystemType/Boiler/PilotLight Expected 1 element(s) for xpath: HeatingSystemFuel Expected HeatingSystemFuel to be 'electricity' or 'natural gas' or 'fuel oil' or 'fuel oil 1' or 'fuel oil 2' or 'fuel oil 4' or 'fuel oil 5/6' or 'diesel' or 'propane' or 'kerosene' or 'coal' or 'coke' or 'bituminous coal' or 'wood' or 'wood pellets' Expected 1 element(s) for xpath: AnnualHeatingEfficiency[Units="AFUE"]/Value Expected AnnualHeatingEfficiency[Units="AFUE"]/Value to be less than or equal to 1 - AFUE should typically be greater than or equal to 0.6. + AFUE should typically be greater than or equal to 0.5. @@ -786,6 +841,7 @@ [HeatingSystemType=Stove] Expected 0 element(s) for xpath: DistributionSystem + Expected 0 or 1 element(s) for xpath: HeatingSystemType/Stove/PilotLight Expected 1 element(s) for xpath: HeatingSystemFuel Expected HeatingSystemFuel to be 'electricity' or 'natural gas' or 'fuel oil' or 'fuel oil 1' or 'fuel oil 2' or 'fuel oil 4' or 'fuel oil 5/6' or 'diesel' or 'propane' or 'kerosene' or 'coal' or 'coke' or 'bituminous coal' or 'wood' or 'wood pellets' Expected 0 or 1 element(s) for xpath: HeatingCapacity @@ -794,7 +850,7 @@ Expected 0 or 1 element(s) for xpath: extension/FanPowerWatts Expected extension/FanPowerWatts to be greater than or equal to 0 - Percent efficiency should typically be greater than or equal to 0.6. + Percent efficiency should typically be greater than or equal to 0.5. Heating capacity should typically be greater than or equal to 1000 Btu/hr. @@ -811,7 +867,7 @@ Expected 0 or 1 element(s) for xpath: extension/FanPowerWatts Expected extension/FanPowerWatts to be greater than or equal to 0 - Percent efficiency should typically be greater than or equal to 0.6. + Percent efficiency should typically be greater than or equal to 0.5. Heating capacity should typically be greater than or equal to 1000 Btu/hr. @@ -828,7 +884,7 @@ Expected 0 or 1 element(s) for xpath: extension/FanPowerWatts Expected extension/FanPowerWatts to be greater than or equal to 0 - Percent efficiency should typically be greater than or equal to 0.6. + Percent efficiency should typically be greater than or equal to 0.5. Heating capacity should typically be greater than or equal to 1000 Btu/hr. @@ -837,6 +893,7 @@ [HeatingSystemType=Fireplace] Expected 0 element(s) for xpath: DistributionSystem + Expected 0 or 1 element(s) for xpath: HeatingSystemType/Fireplace/PilotLight Expected 1 element(s) for xpath: HeatingSystemFuel Expected HeatingSystemFuel to be 'electricity' or 'natural gas' or 'fuel oil' or 'fuel oil 1' or 'fuel oil 2' or 'fuel oil 4' or 'fuel oil 5/6' or 'diesel' or 'propane' or 'kerosene' or 'coal' or 'coke' or 'bituminous coal' or 'wood' or 'wood pellets' Expected 0 or 1 element(s) for xpath: HeatingCapacity @@ -848,10 +905,20 @@ + + [HeatingSystem=HasPilotLight] + + Expected 1 element(s) for xpath: ../../HeatingSystemFuel[text()!="electricity"] + Expected 0 or 1 element(s) for xpath: extension/PilotLightBtuh + + + [CoolingSystem] Expected 1 element(s) for xpath: ../../HVACControl + Expected 0 or 1 element(s) for xpath: UnitLocation + Expected UnitLocation to be 'living space' or 'basement - unconditioned' or 'basement - conditioned' or 'attic - unvented' or 'attic - vented' or 'garage' or 'crawlspace - unvented' or 'crawlspace - vented' or 'crawlspace - conditioned' or 'other exterior' or 'other housing unit' or 'other heated space' or 'other multifamily buffer space' or 'other non-freezing space' or 'roof deck' or 'unconditioned space' Expected 1 element(s) for xpath: CoolingSystemType Expected CoolingSystemType to be 'central air conditioner' or 'room air conditioner' or 'evaporative cooler' or 'mini-split' or 'chiller' or 'cooling tower' or 'packaged terminal air conditioner' Expected 1 element(s) for xpath: CoolingSystemFuel @@ -873,12 +940,14 @@ Expected 0 element(s) for xpath: IntegratedHeatingSystemFuel Expected 0 or 1 element(s) for xpath: extension/FanPowerWattsPerCFM Expected extension/FanPowerWattsPerCFM to be greater than or equal to 0 - Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio + Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio Expected extension/AirflowDefectRatio to be greater than or equal to -0.9 Expected extension/AirflowDefectRatio to be less than or equal to 9 Expected 0 or 1 element(s) for xpath: extension/ChargeDefectRatio Expected extension/ChargeDefectRatio to be greater than or equal to -0.9 Expected extension/ChargeDefectRatio to be less than or equal to 9 + Expected 0 or 1 element(s) for xpath: extension/CrankcaseHeaterPowerWatts + Expected extension/CrankcaseHeaterPowerWatts to be greater than or equal to 0.0. SEER should typically be greater than or equal to 8. SEER2 should typically be greater than or equal to 8. @@ -895,6 +964,8 @@ Expected 0 or 1 element(s) for xpath: SensibleHeatFraction Expected 0 or 1 element(s) for xpath: IntegratedHeatingSystemFuel Expected IntegratedHeatingSystemFuel to be 'electricity' or 'natural gas' or 'fuel oil' or 'fuel oil 1' or 'fuel oil 2' or 'fuel oil 4' or 'fuel oil 5/6' or 'diesel' or 'propane' or 'kerosene' or 'coal' or 'coke' or 'bituminous coal' or 'wood' or 'wood pellets' + Expected 0 or 1 element(s) for xpath: extension/CrankcaseHeaterPowerWatts + Expected extension/CrankcaseHeaterPowerWatts to be greater than or equal to 0.0. EER should typically be greater than or equal to 8. CEER should typically be greater than or equal to 8. @@ -910,7 +981,7 @@ Expected 1 element(s) for xpath: IntegratedHeatingSystemAnnualEfficiency[Units="Percent"] Expected IntegratedHeatingSystemAnnualEfficiency[Units="Percent"]/Value to be less than or equal to 1 - Percent efficiency should typically be greater than or equal to 0.6. + Percent efficiency should typically be greater than or equal to 0.5. Integrated Heating capacity should typically be greater than or equal to 1000 Btu/hr. @@ -938,12 +1009,14 @@ Expected 0 element(s) for xpath: IntegratedHeatingSystemFuel Expected 0 or 1 element(s) for xpath: extension/FanPowerWattsPerCFM Expected extension/FanPowerWattsPerCFM to be greater than or equal to 0 - Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio + Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio Expected extension/AirflowDefectRatio to be greater than or equal to -0.9 Expected extension/AirflowDefectRatio to be less than or equal to 9 Expected 0 or 1 element(s) for xpath: extension/ChargeDefectRatio Expected extension/ChargeDefectRatio to be greater than or equal to -0.9 Expected extension/ChargeDefectRatio to be less than or equal to 9 + Expected 0 or 1 element(s) for xpath: extension/CrankcaseHeaterPowerWatts + Expected extension/CrankcaseHeaterPowerWatts to be greater than or equal to 0.0. SEER should typically be greater than or equal to 8. SEER2 should typically be greater than or equal to 8. @@ -1007,11 +1080,13 @@ [HeatPump] Expected 1 element(s) for xpath: ../../HVACControl + Expected 0 or 1 element(s) for xpath: UnitLocation + Expected UnitLocation to be 'living space' or 'basement - unconditioned' or 'basement - conditioned' or 'attic - unvented' or 'attic - vented' or 'garage' or 'crawlspace - unvented' or 'crawlspace - vented' or 'crawlspace - conditioned' or 'other exterior' or 'other housing unit' or 'other heated space' or 'other multifamily buffer space' or 'other non-freezing space' or 'roof deck' or 'unconditioned space' Expected 1 element(s) for xpath: HeatPumpType Expected HeatPumpType to be 'air-to-air' or 'mini-split' or 'ground-to-air' or 'water-loop-to-air' or 'packaged terminal heat pump' or 'room air conditioner with reverse cycle' Expected 1 element(s) for xpath: HeatPumpFuel Expected HeatPumpFuel to be 'electricity' - Expected 0 or 1 element(s) for xpath: BackupType + Expected 0 or 1 element(s) for xpath: BackupType Expected BackupType to be 'integrated' or 'separate' @@ -1021,12 +1096,13 @@ Expected 1 or more element(s) for xpath: ../../HVACDistribution/DistributionSystemType/AirDistribution/AirDistributionType[text()="regular velocity"] | ../../HVACDistribution/DistributionSystemType/Other[text()="DSE"] Expected 1 element(s) for xpath: DistributionSystem - Expected 0 or 1 element(s) for xpath: CompressorType - Expected CompressorType to be 'single stage' or 'two stage' or 'variable speed' Expected 0 or 1 element(s) for xpath: HeatingCapacity - Expected 0 or 1 element(s) for xpath: HeatingCapacity17F + Expected 0 or 1 element(s) for xpath: extension/HeatingCapacityRetention | HeatingCapacity17F Expected HeatingCapacity17F to be less than or equal to HeatingCapacity Expected 0 or 1 element(s) for xpath: CoolingCapacity + Expected 0 or 1 element(s) for xpath: CompressorType + Expected CompressorType to be 'single stage' or 'two stage' or 'variable speed' + Expected 0 or 1 element(s) for xpath: CompressorLockoutTemperature Expected 0 or 1 element(s) for xpath: CoolingSensibleHeatFraction Expected 1 element(s) for xpath: FractionHeatLoadServed Expected 1 element(s) for xpath: FractionCoolLoadServed @@ -1034,12 +1110,14 @@ Expected 1 element(s) for xpath: AnnualHeatingEfficiency[Units="HSPF" or Units="HSPF2"]/Value Expected 0 or 1 element(s) for xpath: extension/FanPowerWattsPerCFM Expected extension/FanPowerWattsPerCFM to be greater than or equal to 0 - Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio + Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio Expected extension/AirflowDefectRatio to be greater than or equal to -0.9 Expected extension/AirflowDefectRatio to be less than or equal to 9 Expected 0 or 1 element(s) for xpath: extension/ChargeDefectRatio Expected extension/ChargeDefectRatio to be greater than or equal to -0.9 Expected extension/ChargeDefectRatio to be less than or equal to 9 + Expected 0 or 1 element(s) for xpath: extension/CrankcaseHeaterPowerWatts + Expected extension/CrankcaseHeaterPowerWatts to be greater than or equal to 0.0. SEER should typically be greater than or equal to 8. SEER2 should typically be greater than or equal to 8. @@ -1056,9 +1134,10 @@ Expected 0 or more element(s) for xpath: ../../HVACDistribution/DistributionSystemType/AirDistribution/AirDistributionType[text()="regular velocity"] | ../../HVACDistribution/DistributionSystemType/Other[text()="DSE"] Expected 0 or 1 element(s) for xpath: DistributionSystem Expected 0 or 1 element(s) for xpath: HeatingCapacity - Expected 0 or 1 element(s) for xpath: HeatingCapacity17F + Expected 0 or 1 element(s) for xpath: extension/HeatingCapacityRetention | HeatingCapacity17F Expected HeatingCapacity17F to be less than or equal to HeatingCapacity Expected 0 or 1 element(s) for xpath: CoolingCapacity + Expected 0 or 1 element(s) for xpath: CompressorLockoutTemperature Expected 0 or 1 element(s) for xpath: CoolingSensibleHeatFraction Expected 1 element(s) for xpath: FractionHeatLoadServed Expected 1 element(s) for xpath: FractionCoolLoadServed @@ -1066,12 +1145,14 @@ Expected 1 element(s) for xpath: AnnualHeatingEfficiency[Units="HSPF" or Units="HSPF2"]/Value Expected 0 or 1 element(s) for xpath: extension/FanPowerWattsPerCFM Expected extension/FanPowerWattsPerCFM to be greater than or equal to 0 - Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio + Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio Expected extension/AirflowDefectRatio to be greater than or equal to -0.9 Expected extension/AirflowDefectRatio to be less than or equal to 9 Expected 0 or 1 element(s) for xpath: extension/ChargeDefectRatio Expected extension/ChargeDefectRatio to be greater than or equal to -0.9 Expected extension/ChargeDefectRatio to be less than or equal to 9 + Expected 0 or 1 element(s) for xpath: extension/CrankcaseHeaterPowerWatts + Expected extension/CrankcaseHeaterPowerWatts to be greater than or equal to 0.0. SEER should typically be greater than or equal to 8. SEER2 should typically be greater than or equal to 8. @@ -1100,7 +1181,7 @@ Expected extension/PumpPowerWattsPerTon to be greater than or equal to 0 Expected 0 or 1 element(s) for xpath: extension/FanPowerWattsPerCFM Expected extension/FanPowerWattsPerCFM to be greater than or equal to 0 - Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio + Expected 0 or 1 element(s) for xpath: extension/AirflowDefectRatio Expected extension/AirflowDefectRatio to be greater than or equal to -0.9 Expected extension/AirflowDefectRatio to be less than or equal to 9 Expected 0 or 1 element(s) for xpath: extension/ChargeDefectRatio @@ -1139,18 +1220,34 @@ Expected 0 element(s) for xpath: DistributionSystem Expected 0 or 1 element(s) for xpath: HeatingCapacity + Expected 0 or 1 element(s) for xpath: extension/HeatingCapacityRetention | HeatingCapacity17F + Expected HeatingCapacity17F to be less than or equal to HeatingCapacity Expected 0 or 1 element(s) for xpath: CoolingCapacity + Expected 0 or 1 element(s) for xpath: CompressorLockoutTemperature Expected 1 element(s) for xpath: AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value Expected 1 element(s) for xpath: AnnualHeatingEfficiency[Units="COP"]/Value Expected 0 or 1 element(s) for xpath: CoolingSensibleHeatFraction Expected 1 element(s) for xpath: FractionHeatLoadServed Expected 1 element(s) for xpath: FractionCoolLoadServed + Expected 0 or 1 element(s) for xpath: extension/CrankcaseHeaterPowerWatts + Expected extension/CrankcaseHeaterPowerWatts to be greater than or equal to 0.0. Heating capacity should typically be greater than or equal to 1000 Btu/hr. Cooling capacity should typically be greater than or equal to 1000 Btu/hr. + + [HeatPumpCapacityRetention] + + Expected 1 element(s) for xpath: Fraction + Expected Fraction to be less than 1 + Expected Fraction to be greater than or equal to 0 + Expected 1 element(s) for xpath: Temperature + Expected Temperature to be less than or equal to 17 + + + [HeatPumpBackup=Integrated] @@ -1160,11 +1257,9 @@ Expected 1 element(s) for xpath: BackupAnnualHeatingEfficiency[Units="Percent" or Units="AFUE"]/Value Expected BackupAnnualHeatingEfficiency[Units="Percent" or Units="AFUE"]/Value to be less than or equal to 1 Expected 0 or 1 element(s) for xpath: BackupHeatingCapacity - Expected 0 or 2 element(s) for xpath: HeatingCapacity | BackupHeatingCapacity - Expected 0 or 1 element(s) for xpath: BackupHeatingSwitchoverTemperature | BackupHeatingLockoutTemperature - Percent efficiency should typically be greater than or equal to 0.6. - AFUE should typically be greater than or equal to 0.6. + Percent efficiency should typically be greater than or equal to 0.5. + AFUE should typically be greater than or equal to 0.5. Backup heating capacity should typically be greater than or equal to 1000 Btu/hr. @@ -1175,10 +1270,28 @@ Expected sum(FractionHeatLoadServed) to be 1 Expected 1 element(s) for xpath: BackupType[text()="separate"] Expected 1 element(s) for xpath: BackupSystem - Expected 0 or 1 element(s) for xpath: BackupHeatingSwitchoverTemperature + + [HeatPumpBackup] + + Expected 0 or 1 element(s) for xpath: BackupHeatingSwitchoverTemperature | CompressorLockoutTemperature + Expected 0 or 1 element(s) for xpath: BackupHeatingSwitchoverTemperature | BackupHeatingLockoutTemperature + Expected CompressorLockoutTemperature to be less than BackupHeatingLockoutTemperature + + BackupHeatingSwitchoverTemperature is below 30 deg-F; this may result in significant unmet hours if the heat pump does not have sufficient capacity. + BackupHeatingLockoutTemperature is below 30 deg-F; this may result in significant unmet hours if the heat pump does not have sufficient capacity. + + + + + [AirflowDefectRatio] + + Expected extension/AirflowDefectRatio to be 0 + + + [HVACControl=Heating] @@ -1328,7 +1441,9 @@ Expected 1 element(s) for xpath: DuctType Expected DuctType to be 'supply' or 'return' - Expected 1 element(s) for xpath: DuctInsulationRValue + Expected 1 or more element(s) for xpath: DuctInsulationRValue | DuctEffectiveRValue + Expected 0 or 1 element(s) for xpath: DuctBuriedInsulationLevel + Expected DuctBuriedInsulationLevel to be 'not buried' or 'partially buried' or 'fully buried' or 'deeply buried' Expected 0 or 1 element(s) for xpath: DuctLocation Expected DuctLocation to be 'living space' or 'basement - conditioned' or 'basement - unconditioned' or 'crawlspace - vented' or 'crawlspace - unvented' or 'crawlspace - conditioned' or 'attic - vented' or 'attic - unvented' or 'garage' or 'exterior wall' or 'under slab' or 'roof deck' or 'outside' or 'other housing unit' or 'other heated space' or 'other multifamily buffer space' or 'other non-freezing space' Expected 0 or 1 element(s) for xpath: extension/DuctSurfaceAreaMultiplier @@ -1388,16 +1503,19 @@ [MechanicalVentilationType=HRV] - Expected 0 element(s) for xpath: TotalRecoveryEfficiency | AdjustedTotalRecoveryEfficiency - Expected 1 element(s) for xpath: SensibleRecoveryEfficiency | AdjustedSensibleRecoveryEfficiency + Expected 0 element(s) for xpath: AdjustedTotalRecoveryEfficiency | TotalRecoveryEfficiency + Expected 1 element(s) for xpath: AdjustedSensibleRecoveryEfficiency | SensibleRecoveryEfficiency [MechanicalVentilationType=ERV] - Expected 1 element(s) for xpath: TotalRecoveryEfficiency | AdjustedTotalRecoveryEfficiency - Expected 1 element(s) for xpath: SensibleRecoveryEfficiency | AdjustedSensibleRecoveryEfficiency + Expected 1 element(s) for xpath: AdjustedTotalRecoveryEfficiency | TotalRecoveryEfficiency + Expected 1 element(s) for xpath: AdjustedSensibleRecoveryEfficiency | SensibleRecoveryEfficiency + + Adjusted total recovery efficiency should typically be at least half of the adjusted sensible recovery efficiency. + Total recovery efficiency should typically be at least half of the sensible recovery efficiency. @@ -1466,7 +1584,7 @@ [LocalVentilation] - Expected 0 or 1 element(s) for xpath: Quantity + Expected 0 or 1 element(s) for xpath: Count Expected 0 or more element(s) for xpath: RatedFlowRate | CalculatedFlowRate | TestedFlowRate | DeliveredVentilation Expected 0 or 1 element(s) for xpath: HoursInOperation Expected 1 element(s) for xpath: FanLocation @@ -1566,12 +1684,12 @@ Expected 1 element(s) for xpath: FuelType[text()="electricity"] Expected 1 element(s) for xpath: TankVolume Expected 1 element(s) for xpath: UniformEnergyFactor | EnergyFactor + Expected 0 or 1 element(s) for xpath: HPWHOperatingMode + Expected HPWHOperatingMode to be 'hybrid/auto' or 'heat pump only' Expected 0 or more element(s) for xpath: UsageBin | FirstHourRating Expected UniformEnergyFactor to be greater than 1 Expected EnergyFactor to be greater than 1 Expected 0 or 1 element(s) for xpath: WaterHeaterInsulation/Jacket/JacketRValue - Expected 0 or 1 element(s) for xpath: extension/OperatingMode - Expected extension/OperatingMode to be 'standard' or 'heat pump only' @@ -1709,8 +1827,8 @@ Expected 1 or more element(s) for xpath: ArrayAzimuth | ArrayOrientation Expected 1 element(s) for xpath: ArrayTilt Expected 1 element(s) for xpath: MaxPowerOutput - Expected 0 or 1 element(s) for xpath: InverterEfficiency Expected 0 or more element(s) for xpath: SystemLossesFraction | YearModulesManufactured + Expected 1 element(s) for xpath: AttachedToInverter Max power output should typically be greater than or equal to 500 W. @@ -1725,6 +1843,13 @@ + + [Inverter] + + Expected 0 or 1 element(s) for xpath: InverterEfficiency + + + [Battery] @@ -1936,15 +2061,9 @@ [Lighting] - Expected 1 element(s) for xpath: LightingGroup[LightingType[LightEmittingDiode] and Location[text()="interior"]] - Expected 1 element(s) for xpath: LightingGroup[LightingType[LightEmittingDiode] and Location[text()="exterior"]] - Expected 1 element(s) for xpath: LightingGroup[LightingType[LightEmittingDiode] and Location[text()="garage"]] - Expected 1 element(s) for xpath: LightingGroup[LightingType[CompactFluorescent] and Location[text()="interior"]] - Expected 1 element(s) for xpath: LightingGroup[LightingType[CompactFluorescent] and Location[text()="exterior"]] - Expected 1 element(s) for xpath: LightingGroup[LightingType[CompactFluorescent] and Location[text()="garage"]] - Expected 1 element(s) for xpath: LightingGroup[LightingType[FluorescentTube] and Location[text()="interior"]] - Expected 1 element(s) for xpath: LightingGroup[LightingType[FluorescentTube] and Location[text()="exterior"]] - Expected 1 element(s) for xpath: LightingGroup[LightingType[FluorescentTube] and Location[text()="garage"]] + Expected 0 or more element(s) for xpath: LightingGroup[Location="interior"] + Expected 0 or more element(s) for xpath: LightingGroup[Location="exterior"] + Expected 0 or more element(s) for xpath: LightingGroup[Location="garage"] Expected 0 or 1 element(s) for xpath: extension/InteriorUsageMultiplier Expected 0 or 1 element(s) for xpath: extension/GarageUsageMultiplier Expected 0 or 1 element(s) for xpath: extension/ExteriorUsageMultiplier @@ -1966,9 +2085,29 @@ - [LightingGroup] - - Expected 1 element(s) for xpath: FractionofUnitsInLocation + [LightingGroup=Interior] + + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[LightEmittingDiode] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[FluorescentTube] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value + + + + + [LightingGroup=Exterior] + + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[LightEmittingDiode] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[FluorescentTube] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value + + + + + [LightingGroup=Garage] + + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[LightEmittingDiode] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value + Expected 1 element(s) for xpath: ../LightingGroup[LightingType[FluorescentTube] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value @@ -1987,7 +2126,7 @@ [CeilingFan] Expected 0 or 1 element(s) for xpath: Airflow[FanSpeed="medium"]/Efficiency - Expected 0 or 1 element(s) for xpath: Quantity + Expected 0 or 1 element(s) for xpath: Count Expected 0 or 1 element(s) for xpath: extension/WeekdayScheduleFractions Expected 0 or 1 element(s) for xpath: extension/WeekendScheduleFractions Expected 0 or 1 element(s) for xpath: extension/MonthlyScheduleMultipliers @@ -2175,60 +2314,60 @@ - + [LocationCheck=ConditionedBasement] - + A location is specified as "basement - conditioned" but no surfaces were found adjacent to this space type. [LocationCheck=UnconditionedBasement] - + A location is specified as "basement - unconditioned" but no surfaces were found adjacent to this space type. [LocationCheck=VentedCrawlspace] - + A location is specified as "crawlspace - vented" but no surfaces were found adjacent to this space type. [LocationCheck=UnventedCrawlspace] - + A location is specified as "crawlspace - unvented" but no surfaces were found adjacent to this space type. [LocationCheck=ConditionedCrawlspace] - + A location is specified as "crawlspace - conditioned" but no surfaces were found adjacent to this space type. [LocationCheck=Garage] - + A location is specified as "garage" but no surfaces were found adjacent to this space type. [LocationCheck=VentedAttic] - + A location is specified as "attic - vented" but no surfaces were found adjacent to this space type. [LocationCheck=UnventedAttic] - + A location is specified as "attic - unvented" but no surfaces were found adjacent to this space type. diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb index fa126412..f23f2055 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac.rb @@ -3,7 +3,7 @@ class HVAC def self.apply_air_source_hvac_systems(model, cooling_system, heating_system, sequential_cool_load_fracs, sequential_heat_load_fracs, - control_zone) + control_zone, hvac_unavailable_periods) is_heatpump = false if not cooling_system.nil? if cooling_system.is_a? HPXML::HeatPump @@ -105,12 +105,13 @@ def self.apply_air_source_hvac_systems(model, cooling_system, heating_system, htg_coil = OpenStudio::Model::CoilHeatingGas.new(model) htg_coil.setGasBurnerEfficiency(heating_system.heating_efficiency_afue) htg_coil.setParasiticElectricLoad(0) - htg_coil.setParasiticGasLoad(0) + htg_coil.setParasiticGasLoad(UnitConversions.convert(heating_system.pilot_light_btuh.to_f, 'Btu/hr', 'W')) htg_coil.setFuelType(EPlus.fuel_type(heating_system.heating_system_fuel)) end htg_coil.setNominalCapacity(UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'W')) htg_coil.setName(obj_name + ' htg coil') htg_coil.additionalProperties.setFeature('HPXML_ID', heating_system.id) # Used by reporting measure + htg_coil.additionalProperties.setFeature('IsHeatPumpBackup', heating_system.is_heat_pump_backup_system) # Used by reporting measure fan_cfms << htg_cfm end end @@ -124,8 +125,8 @@ def self.apply_air_source_hvac_systems(model, cooling_system, heating_system, end end fan = create_supply_fan(model, obj_name, fan_watts_per_cfm, fan_cfms) - if heating_system.is_a?(HPXML::HeatPump) && (not heating_system.backup_system.nil?) && (not heating_system.backup_heating_switchover_temp.nil?) - # Disable blower fan power below switchover temperature + if heating_system.is_a?(HPXML::HeatPump) && (not heating_system.backup_system.nil?) && (not htg_ap.hp_min_temp.nil?) + # Disable blower fan power below compressor lockout temperature if separate backup heating system set_fan_power_ems_program(model, fan, htg_ap.hp_min_temp) end if (not cooling_system.nil?) && (not heating_system.nil?) && (cooling_system == heating_system) @@ -139,7 +140,11 @@ def self.apply_air_source_hvac_systems(model, cooling_system, heating_system, end end if not heating_system.nil? - disaggregate_fan_or_pump(model, fan, htg_coil, nil, htg_supp_coil, heating_system) + if heating_system.is_heat_pump_backup_system + disaggregate_fan_or_pump(model, fan, nil, nil, htg_coil, heating_system) + else + disaggregate_fan_or_pump(model, fan, htg_coil, nil, htg_supp_coil, heating_system) + end end end @@ -162,15 +167,15 @@ def self.apply_air_source_hvac_systems(model, cooling_system, heating_system, end # Air Loop - air_loop = create_air_loop(model, obj_name, air_loop_unitary, control_zone, sequential_heat_load_fracs, sequential_cool_load_fracs, [htg_cfm.to_f, clg_cfm.to_f].max) + air_loop = create_air_loop(model, obj_name, air_loop_unitary, control_zone, sequential_heat_load_fracs, sequential_cool_load_fracs, [htg_cfm.to_f, clg_cfm.to_f].max, heating_system, hvac_unavailable_periods) apply_installation_quality(model, heating_system, cooling_system, air_loop_unitary, htg_coil, clg_coil, control_zone) return air_loop end - def self.apply_evaporative_cooler(model, cooling_system, - sequential_cool_load_fracs, control_zone) + def self.apply_evaporative_cooler(model, cooling_system, sequential_cool_load_fracs, control_zone, + hvac_unavailable_periods) obj_name = Constants.ObjectNameEvaporativeCooler @@ -188,7 +193,7 @@ def self.apply_evaporative_cooler(model, cooling_system, evap_cooler.additionalProperties.setFeature('HPXML_ID', cooling_system.id) # Used by reporting measure # Air Loop - air_loop = create_air_loop(model, obj_name, evap_cooler, control_zone, [0], sequential_cool_load_fracs, clg_cfm) + air_loop = create_air_loop(model, obj_name, evap_cooler, control_zone, [0], sequential_cool_load_fracs, clg_cfm, nil, hvac_unavailable_periods) # Fan fan_watts_per_cfm = [2.79 * clg_cfm**-0.29, 0.6].min # W/cfm; fit of efficacy to air flow from the CEC listed equipment @@ -221,7 +226,7 @@ def self.apply_evaporative_cooler(model, cooling_system, def self.apply_ground_to_air_heat_pump(model, runner, weather, heat_pump, sequential_heat_load_fracs, sequential_cool_load_fracs, - control_zone, ground_conductivity) + control_zone, ground_conductivity, hvac_unavailable_periods) obj_name = Constants.ObjectNameGroundSourceHeatPump @@ -308,7 +313,7 @@ def self.apply_ground_to_air_heat_pump(model, runner, weather, heat_pump, sizing_plant = plant_loop.sizingPlant sizing_plant.setLoopType('Condenser') sizing_plant.setDesignLoopExitTemperature(UnitConversions.convert(hp_ap.design_chw, 'F', 'C')) - sizing_plant.setLoopDesignTemperatureDifference(UnitConversions.convert(hp_ap.design_delta_t, 'R', 'K')) + sizing_plant.setLoopDesignTemperatureDifference(UnitConversions.convert(hp_ap.design_delta_t, 'deltaF', 'deltaC')) setpoint_mgr_follow_ground_temp = OpenStudio::Model::SetpointManagerFollowGroundTemperature.new(model) setpoint_mgr_follow_ground_temp.setName(obj_name + ' condenser loop temp') @@ -379,7 +384,7 @@ def self.apply_ground_to_air_heat_pump(model, runner, weather, heat_pump, end # Air Loop - air_loop = create_air_loop(model, obj_name, air_loop_unitary, control_zone, sequential_heat_load_fracs, sequential_cool_load_fracs, [htg_cfm, clg_cfm].max) + air_loop = create_air_loop(model, obj_name, air_loop_unitary, control_zone, sequential_heat_load_fracs, sequential_cool_load_fracs, [htg_cfm, clg_cfm].max, heat_pump, hvac_unavailable_periods) # HVAC Installation Quality apply_installation_quality(model, heat_pump, heat_pump, air_loop_unitary, htg_coil, clg_coil, control_zone) @@ -389,7 +394,7 @@ def self.apply_ground_to_air_heat_pump(model, runner, weather, heat_pump, def self.apply_water_loop_to_air_heat_pump(model, heat_pump, sequential_heat_load_fracs, sequential_cool_load_fracs, - control_zone) + control_zone, hvac_unavailable_periods) if heat_pump.fraction_cool_load_served > 0 # WLHPs connected to chillers or cooling towers should have already been converted to # central air conditioners @@ -398,7 +403,6 @@ def self.apply_water_loop_to_air_heat_pump(model, heat_pump, obj_name = Constants.ObjectNameWaterLoopHeatPump - hp_ap = heat_pump.additional_properties htg_cfm = heat_pump.heating_airflow_cfm # Cooling Coil (none) @@ -411,7 +415,7 @@ def self.apply_water_loop_to_air_heat_pump(model, heat_pump, htg_coil.setName(obj_name + ' htg coil') htg_coil.setRatedCOP(heat_pump.heating_efficiency_cop) htg_coil.setDefrostTimePeriodFraction(0.00001) # Disable defrost; avoid E+ warning w/ value of zero - htg_coil.setMinimumOutdoorDryBulbTemperatureforCompressorOperation(UnitConversions.convert(hp_ap.hp_min_temp, 'F', 'C')) + htg_coil.setMinimumOutdoorDryBulbTemperatureforCompressorOperation(-40) htg_coil.setRatedTotalHeatingCapacity(UnitConversions.convert(heat_pump.heating_capacity, 'Btu/hr', 'W')) htg_coil.setRatedAirFlowRate(htg_cfm) htg_coil.additionalProperties.setFeature('HPXML_ID', heat_pump.id) # Used by reporting measure @@ -425,16 +429,16 @@ def self.apply_water_loop_to_air_heat_pump(model, heat_pump, disaggregate_fan_or_pump(model, fan, htg_coil, clg_coil, htg_supp_coil, heat_pump) # Unitary System - air_loop_unitary = create_air_loop_unitary_system(model, obj_name, fan, htg_coil, clg_coil, htg_supp_coil, htg_cfm, nil, hp_ap.supp_max_temp) + air_loop_unitary = create_air_loop_unitary_system(model, obj_name, fan, htg_coil, clg_coil, htg_supp_coil, htg_cfm, nil) # Air Loop - air_loop = create_air_loop(model, obj_name, air_loop_unitary, control_zone, sequential_heat_load_fracs, sequential_cool_load_fracs, htg_cfm) + air_loop = create_air_loop(model, obj_name, air_loop_unitary, control_zone, sequential_heat_load_fracs, sequential_cool_load_fracs, htg_cfm, heat_pump, hvac_unavailable_periods) return air_loop end def self.apply_boiler(model, runner, heating_system, - sequential_heat_load_fracs, control_zone) + sequential_heat_load_fracs, control_zone, hvac_unavailable_periods) obj_name = Constants.ObjectNameBoiler is_condensing = false # FUTURE: Expose as input; default based on AFUE oat_reset_enabled = false @@ -462,8 +466,8 @@ def self.apply_boiler(model, runner, heating_system, loop_sizing = plant_loop.sizingPlant loop_sizing.setLoopType('Heating') - loop_sizing.setDesignLoopExitTemperature(UnitConversions.convert(design_temp - 32.0, 'R', 'K')) - loop_sizing.setLoopDesignTemperatureDifference(UnitConversions.convert(20.0, 'R', 'K')) + loop_sizing.setDesignLoopExitTemperature(UnitConversions.convert(design_temp, 'F', 'C')) + loop_sizing.setLoopDesignTemperatureDifference(UnitConversions.convert(20.0, 'deltaF', 'deltaC')) # Pump pump_w = heating_system.electric_auxiliary_energy / 2.08 @@ -488,10 +492,10 @@ def self.apply_boiler(model, runner, heating_system, boiler.setFuelType(EPlus.fuel_type(heating_system.heating_system_fuel)) if is_condensing # Convert Rated Efficiency at 80F and 1.0PLR where the performance curves are derived from to Design condition as input - boiler_RatedHWRT = UnitConversions.convert(80.0 - 32.0, 'R', 'K') + boiler_RatedHWRT = UnitConversions.convert(80.0, 'F', 'C') plr_Rated = 1.0 plr_Design = 1.0 - boiler_DesignHWRT = UnitConversions.convert(design_temp - 20.0 - 32.0, 'R', 'K') + boiler_DesignHWRT = UnitConversions.convert(design_temp - 20.0, 'F', 'C') # Efficiency curves are normalized using 80F return water temperature, at 0.254PLR condBlr_TE_Coeff = [1.058343061, 0.052650153, 0.0087272, 0.001742217, 0.00000333715, 0.000513723] boilerEff_Norm = heating_system.heating_efficiency_afue / (condBlr_TE_Coeff[0] - condBlr_TE_Coeff[1] * plr_Rated - condBlr_TE_Coeff[2] * plr_Rated**2 - condBlr_TE_Coeff[3] * boiler_RatedHWRT + condBlr_TE_Coeff[4] * boiler_RatedHWRT**2 + condBlr_TE_Coeff[5] * boiler_RatedHWRT * plr_Rated) @@ -516,6 +520,10 @@ def self.apply_boiler(model, runner, heating_system, boiler.additionalProperties.setFeature('HPXML_ID', heating_system.id) # Used by reporting measure set_pump_power_ems_program(model, pump_w, pump, boiler) + # FIXME: EMS program to model pilot light + # Can be replaced if https://github.com/NREL/EnergyPlus/issues/9875 is ever implemented + set_boiler_pilot_light_ems_program(model, boiler, heating_system) + if is_condensing && oat_reset_enabled setpoint_manager_oar = OpenStudio::Model::SetpointManagerOutdoorAirReset.new(model) setpoint_manager_oar.setName(obj_name + ' outdoor reset') @@ -547,8 +555,8 @@ def self.apply_boiler(model, runner, heating_system, pipe_demand_outlet = OpenStudio::Model::PipeAdiabatic.new(model) pipe_demand_outlet.addToNode(plant_loop.demandOutletNode) - bb_ua = UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'W') / UnitConversions.convert(UnitConversions.convert(loop_sizing.designLoopExitTemperature, 'C', 'F') - 10.0 - 95.0, 'R', 'K') * 3.0 # W/K - max_water_flow = UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'W') / UnitConversions.convert(20.0, 'R', 'K') / 4.186 / 998.2 / 1000.0 * 2.0 # m^3/s + bb_ua = UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'W') / UnitConversions.convert(UnitConversions.convert(loop_sizing.designLoopExitTemperature, 'C', 'F') - 10.0 - 95.0, 'deltaF', 'deltaC') * 3.0 # W/K + max_water_flow = UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'W') / UnitConversions.convert(20.0, 'deltaF', 'deltaC') / 4.186 / 998.2 / 1000.0 * 2.0 # m^3/s fan_cfm = 400.0 * UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'ton') # CFM; assumes 400 cfm/ton if heating_system.distribution_system.air_type.to_s == HPXML::AirTypeFanCoil @@ -605,17 +613,21 @@ def self.apply_boiler(model, runner, heating_system, zone_hvac = OpenStudio::Model::ZoneHVACBaseboardConvectiveWater.new(model, model.alwaysOnDiscreteSchedule, htg_coil) zone_hvac.setName(obj_name + ' baseboard') zone_hvac.addToThermalZone(control_zone) - disaggregate_fan_or_pump(model, pump, zone_hvac, nil, nil, heating_system) + zone_hvac.additionalProperties.setFeature('IsHeatPumpBackup', heating_system.is_heat_pump_backup_system) # Used by reporting measure + if heating_system.is_heat_pump_backup_system + disaggregate_fan_or_pump(model, pump, nil, nil, zone_hvac, heating_system) + else + disaggregate_fan_or_pump(model, pump, zone_hvac, nil, nil, heating_system) + end end - control_zone.setSequentialHeatingFractionSchedule(zone_hvac, get_sequential_load_schedule(model, sequential_heat_load_fracs)) - control_zone.setSequentialCoolingFractionSchedule(zone_hvac, get_sequential_load_schedule(model, [0])) + set_sequential_load_fractions(model, control_zone, zone_hvac, sequential_heat_load_fracs, nil, hvac_unavailable_periods, heating_system) return zone_hvac end def self.apply_electric_baseboard(model, heating_system, - sequential_heat_load_fracs, control_zone) + sequential_heat_load_fracs, control_zone, hvac_unavailable_periods) obj_name = Constants.ObjectNameElectricBaseboard @@ -626,13 +638,13 @@ def self.apply_electric_baseboard(model, heating_system, zone_hvac.setNominalCapacity(UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'W')) zone_hvac.addToThermalZone(control_zone) zone_hvac.additionalProperties.setFeature('HPXML_ID', heating_system.id) # Used by reporting measure + zone_hvac.additionalProperties.setFeature('IsHeatPumpBackup', heating_system.is_heat_pump_backup_system) # Used by reporting measure - control_zone.setSequentialHeatingFractionSchedule(zone_hvac, get_sequential_load_schedule(model, sequential_heat_load_fracs)) - control_zone.setSequentialCoolingFractionSchedule(zone_hvac, get_sequential_load_schedule(model, [0])) + set_sequential_load_fractions(model, control_zone, zone_hvac, sequential_heat_load_fracs, nil, hvac_unavailable_periods, heating_system) end def self.apply_unit_heater(model, heating_system, - sequential_heat_load_fracs, control_zone) + sequential_heat_load_fracs, control_zone, hvac_unavailable_periods) obj_name = Constants.ObjectNameUnitHeater @@ -646,12 +658,13 @@ def self.apply_unit_heater(model, heating_system, htg_coil = OpenStudio::Model::CoilHeatingGas.new(model) htg_coil.setGasBurnerEfficiency(efficiency) htg_coil.setParasiticElectricLoad(0.0) - htg_coil.setParasiticGasLoad(0) + htg_coil.setParasiticGasLoad(UnitConversions.convert(heating_system.pilot_light_btuh.to_f, 'Btu/hr', 'W')) htg_coil.setFuelType(EPlus.fuel_type(heating_system.heating_system_fuel)) end htg_coil.setNominalCapacity(UnitConversions.convert(heating_system.heating_capacity, 'Btu/hr', 'W')) htg_coil.setName(obj_name + ' htg coil') htg_coil.additionalProperties.setFeature('HPXML_ID', heating_system.id) # Used by reporting measure + htg_coil.additionalProperties.setFeature('IsHeatPumpBackup', heating_system.is_heat_pump_backup_system) # Used by reporting measure # Fan htg_cfm = heating_system.heating_airflow_cfm @@ -664,12 +677,11 @@ def self.apply_unit_heater(model, heating_system, unitary_system.setControllingZoneorThermostatLocation(control_zone) unitary_system.addToThermalZone(control_zone) - control_zone.setSequentialHeatingFractionSchedule(unitary_system, get_sequential_load_schedule(model, sequential_heat_load_fracs)) - control_zone.setSequentialCoolingFractionSchedule(unitary_system, get_sequential_load_schedule(model, [0])) + set_sequential_load_fractions(model, control_zone, unitary_system, sequential_heat_load_fracs, nil, hvac_unavailable_periods, heating_system) end def self.apply_ideal_air_loads(model, obj_name, sequential_cool_load_fracs, - sequential_heat_load_fracs, control_zone) + sequential_heat_load_fracs, control_zone, hvac_unavailable_periods) # Ideal Air System ideal_air = OpenStudio::Model::ZoneHVACIdealLoadsAirSystem.new(model) @@ -694,11 +706,10 @@ def self.apply_ideal_air_loads(model, obj_name, sequential_cool_load_fracs, ideal_air.setHumidificationControlType('None') ideal_air.addToThermalZone(control_zone) - control_zone.setSequentialCoolingFractionSchedule(ideal_air, get_sequential_load_schedule(model, sequential_cool_load_fracs)) - control_zone.setSequentialHeatingFractionSchedule(ideal_air, get_sequential_load_schedule(model, sequential_heat_load_fracs)) + set_sequential_load_fractions(model, control_zone, ideal_air, sequential_heat_load_fracs, sequential_cool_load_fracs, hvac_unavailable_periods) end - def self.apply_dehumidifiers(model, dehumidifiers, living_space) + def self.apply_dehumidifiers(runner, model, dehumidifiers, living_space, unavailable_periods) dehumidifier_id = dehumidifiers[0].id # Syncs with the ReportSimulationOutput measure, which only looks at first dehumidifier ID if dehumidifiers.map { |d| d.rh_setpoint }.uniq.size > 1 @@ -744,10 +755,15 @@ def self.apply_dehumidifiers(model, dehumidifiers, living_space) humidistat.setDehumidifyingRelativeHumiditySetpointSchedule(relative_humidity_setpoint_sch) control_zone.setZoneControlHumidistat(humidistat) + # Availability Schedule + dehum_unavailable_periods = Schedule.get_unavailable_periods(runner, SchedulesFile::ColumnDehumidifier, unavailable_periods) + avail_sch = ScheduleConstant.new(model, obj_name + ' schedule', 1.0, Constants.ScheduleTypeLimitsFraction, unavailable_periods: dehum_unavailable_periods) + avail_sch = avail_sch.schedule + # Dehumidifier zone_hvac = OpenStudio::Model::ZoneHVACDehumidifierDX.new(model, capacity_curve, energy_factor_curve, part_load_frac_curve) zone_hvac.setName(obj_name) - zone_hvac.setAvailabilitySchedule(model.alwaysOnDiscreteSchedule) + zone_hvac.setAvailabilitySchedule(avail_sch) zone_hvac.setRatedWaterRemoval(UnitConversions.convert(total_capacity, 'pint', 'L')) zone_hvac.setRatedEnergyFactor(avg_energy_factor / total_fraction_served) zone_hvac.setRatedAirFlowRate(UnitConversions.convert(air_flow_rate, 'cfm', 'm^3/s')) @@ -761,33 +777,36 @@ def self.apply_dehumidifiers(model, dehumidifiers, living_space) end end - def self.apply_ceiling_fans(model, runner, weather, ceiling_fan, living_space, schedules_file) + def self.apply_ceiling_fans(model, runner, weather, ceiling_fan, living_space, schedules_file, + unavailable_periods) obj_name = Constants.ObjectNameCeilingFan medium_cfm = 3000.0 # From ANSI 301-2019 hrs_per_day = 10.5 # From ANSI 301-2019 cfm_per_w = ceiling_fan.efficiency - quantity = ceiling_fan.quantity - annual_kwh = UnitConversions.convert(quantity * medium_cfm / cfm_per_w * hrs_per_day * 365.0, 'Wh', 'kWh') + count = ceiling_fan.count + annual_kwh = UnitConversions.convert(count * medium_cfm / cfm_per_w * hrs_per_day * 365.0, 'Wh', 'kWh') # Create schedule ceiling_fan_sch = nil + ceiling_fan_col_name = SchedulesFile::ColumnCeilingFan if not schedules_file.nil? annual_kwh *= Schedule.CeilingFanMonthlyMultipliers(weather: weather).split(',').map(&:to_f).sum(0.0) / 12.0 - ceiling_fan_design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: SchedulesFile::ColumnCeilingFan, annual_kwh: annual_kwh) - ceiling_fan_sch = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnCeilingFan) + ceiling_fan_design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: ceiling_fan_col_name, annual_kwh: annual_kwh) + ceiling_fan_sch = schedules_file.create_schedule_file(col_name: ceiling_fan_col_name) end if ceiling_fan_sch.nil? + ceiling_fan_unavailable_periods = Schedule.get_unavailable_periods(runner, ceiling_fan_col_name, unavailable_periods) annual_kwh *= ceiling_fan.monthly_multipliers.split(',').map(&:to_f).sum(0.0) / 12.0 weekday_sch = ceiling_fan.weekday_fractions weekend_sch = ceiling_fan.weekend_fractions monthly_sch = ceiling_fan.monthly_multipliers - ceiling_fan_sch_obj = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', weekday_sch, weekend_sch, monthly_sch, Constants.ScheduleTypeLimitsFraction) + ceiling_fan_sch_obj = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', weekday_sch, weekend_sch, monthly_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: ceiling_fan_unavailable_periods) ceiling_fan_design_level = ceiling_fan_sch_obj.calc_design_level_from_daily_kwh(annual_kwh / 365.0) ceiling_fan_sch = ceiling_fan_sch_obj.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnCeilingFan}' schedule file and weekday fractions provided; the latter will be ignored.") if !ceiling_fan.weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnCeilingFan}' schedule file and weekend fractions provided; the latter will be ignored.") if !ceiling_fan.weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnCeilingFan}' schedule file and monthly multipliers provided; the latter will be ignored.") if !ceiling_fan.monthly_multipliers.nil? + runner.registerWarning("Both '#{ceiling_fan_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !ceiling_fan.weekday_fractions.nil? + runner.registerWarning("Both '#{ceiling_fan_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !ceiling_fan.weekend_fractions.nil? + runner.registerWarning("Both '#{ceiling_fan_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !ceiling_fan.monthly_multipliers.nil? end equip_def = OpenStudio::Model::ElectricEquipmentDefinition.new(model) @@ -808,6 +827,8 @@ def self.apply_setpoints(model, runner, weather, hvac_control, living_zone, has_ cooling_sch = nil if not schedules_file.nil? heating_sch = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnHeatingSetpoint) + end + if not schedules_file.nil? cooling_sch = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnCoolingSetpoint) end @@ -856,9 +877,8 @@ def self.create_setpoint_schedules(runner, heating_days, cooling_days, htg_weekd # to prevent unmet hours being reported. This is a dangerous idea. These setpoints are used # by natural ventilation, Kiva initialization, and probably other things. - num_days = Constants.NumDaysInYear(year) warning = false - for i in 0..(num_days - 1) + for i in 0..(Constants.NumDaysInYear(year) - 1) if (heating_days[i] == cooling_days[i]) # both (or neither) heating/cooling seasons htg_wkdy = htg_weekday_setpoints[i].zip(clg_weekday_setpoints[i]).map { |h, c| c < h ? (h + c) / 2.0 : h } htg_wked = htg_weekend_setpoints[i].zip(clg_weekend_setpoints[i]).map { |h, c| c < h ? (h + c) / 2.0 : h } @@ -1006,32 +1026,32 @@ def self.get_default_cooling_setpoint(control_type) def self.set_cool_curves_central_air_source(heat_pump, use_eer = false) hp_ap = heat_pump.additional_properties + hp_ap.cool_rated_cfm_per_ton = get_default_cool_cfm_per_ton(hp_ap.num_speeds, use_eer) if hp_ap.num_speeds == 1 # From "Improved Modeling of Residential Air Conditioners and Heat Pumps for Energy Calculations", Cutler at al # https://www.nrel.gov/docs/fy13osti/56354.pdf hp_ap.cool_cap_ft_spec = [[3.68637657, -0.098352478, 0.000956357, 0.005838141, -0.0000127, -0.000131702]] hp_ap.cool_eir_ft_spec = [[-3.437356399, 0.136656369, -0.001049231, -0.0079378, 0.000185435, -0.0001441]] hp_ap.cool_capacity_ratios = [1.0] - hp_ap.cool_fan_speed_ratios = [1.0] if not use_eer - hp_ap.cool_rated_shrs_net = [heat_pump.cooling_shr] - hp_ap.cool_rated_airflow_rate = 394.2 # cfm/ton of rated capacity + hp_ap.cool_rated_airflow_rate = hp_ap.cool_rated_cfm_per_ton[0] + hp_ap.cool_fan_speed_ratios = calc_fan_speed_ratios(hp_ap.cool_capacity_ratios, hp_ap.cool_rated_cfm_per_ton, hp_ap.cool_rated_airflow_rate) # Single stage systems have PSC or constant torque ECM blowers, so the airflow rate is affected by the static pressure losses. cap_fflow_spec, eir_fflow_spec = get_airflow_fault_cooling_coeff() hp_ap.cool_cap_fflow_spec = [cap_fflow_spec] hp_ap.cool_eir_fflow_spec = [eir_fflow_spec] hp_ap.cool_eers = [calc_eer_cooling_1speed(heat_pump.cooling_efficiency_seer, hp_ap.cool_c_d, hp_ap.fan_power_rated, hp_ap.cool_eir_ft_spec)] else + hp_ap.cool_fan_speed_ratios = [1.0] hp_ap.cool_cap_fflow_spec = [[1.0, 0.0, 0.0]] hp_ap.cool_eir_fflow_spec = [[1.0, 0.0, 0.0]] end elsif hp_ap.num_speeds == 2 # From "Improved Modeling of Residential Air Conditioners and Heat Pumps for Energy Calculations", Cutler at al # https://www.nrel.gov/docs/fy13osti/56354.pdf - hp_ap.cool_rated_airflow_rate = 344.1 # cfm/ton + hp_ap.cool_rated_airflow_rate = hp_ap.cool_rated_cfm_per_ton[-1] hp_ap.cool_capacity_ratios = [0.72, 1.0] - hp_ap.cool_fan_speed_ratios = [0.86, 1.0] - hp_ap.cool_rated_shrs_net = [heat_pump.cooling_shr - 0.014, heat_pump.cooling_shr] + hp_ap.cool_fan_speed_ratios = calc_fan_speed_ratios(hp_ap.cool_capacity_ratios, hp_ap.cool_rated_cfm_per_ton, hp_ap.cool_rated_airflow_rate) hp_ap.cool_cap_ft_spec = [[3.998418659, -0.108728222, 0.001056818, 0.007512314, -0.0000139, -0.000164716], [3.466810106, -0.091476056, 0.000901205, 0.004163355, -0.00000919, -0.000110829]] hp_ap.cool_eir_ft_spec = [[-4.282911381, 0.181023691, -0.001357391, -0.026310378, 0.000333282, -0.000197405], @@ -1044,10 +1064,9 @@ def self.set_cool_curves_central_air_source(heat_pump, use_eer = false) hp_ap.cool_eers = calc_eers_cooling_2speed(heat_pump.cooling_efficiency_seer, hp_ap.cool_c_d, hp_ap.cool_capacity_ratios, hp_ap.cool_fan_speed_ratios, hp_ap.fan_power_rated, hp_ap.cool_eir_ft_spec, hp_ap.cool_cap_ft_spec) elsif hp_ap.num_speeds == 4 # From Carrier heat pump lab testing - hp_ap.cool_rated_airflow_rate = 411.0 # cfm/ton + hp_ap.cool_rated_airflow_rate = hp_ap.cool_rated_cfm_per_ton[-1] hp_ap.cool_capacity_ratios = [0.36, 0.51, 0.67, 1.0] - hp_ap.cool_fan_speed_ratios = [0.42, 0.54, 0.68, 1.0] - hp_ap.cool_rated_shrs_net = [1.115, 1.026, 1.013, 1.0].map { |mult| heat_pump.cooling_shr * mult } + hp_ap.cool_fan_speed_ratios = calc_fan_speed_ratios(hp_ap.cool_capacity_ratios, hp_ap.cool_rated_cfm_per_ton, hp_ap.cool_rated_airflow_rate) hp_ap.cool_cap_coeff_perf_map = [[1.6516044444444447, 0.0698916049382716, -0.0005546296296296296, -0.08870160493827162, 0.0004135802469135802, 0.00029077160493827157], [-6.84948049382716, 0.26946, -0.0019413580246913577, -0.03281469135802469, 0.00015694444444444442, 3.32716049382716e-05], [-4.53543086419753, 0.15358543209876546, -0.0009345679012345678, 0.002666913580246914, -7.993827160493826e-06, -0.00011617283950617283], @@ -1074,62 +1093,49 @@ def self.set_cool_curves_central_air_source(heat_pump, use_eer = false) def self.set_heat_curves_central_air_source(heat_pump, use_cop = false) hp_ap = heat_pump.additional_properties + hp_ap.heat_rated_cfm_per_ton = get_default_heat_cfm_per_ton(hp_ap.num_speeds, use_cop) if hp_ap.num_speeds == 1 # From "Improved Modeling of Residential Air Conditioners and Heat Pumps for Energy Calculations", Cutler at al # https://www.nrel.gov/docs/fy13osti/56354.pdf - hp_ap.heat_rated_airflow_rate = 384.1 # cfm/ton hp_ap.heat_capacity_ratios = [1.0] - hp_ap.heat_fan_speed_ratios = [1.0] hp_ap.heat_eir_ft_spec = [[0.718398423, 0.003498178, 0.000142202, -0.005724331, 0.00014085, -0.000215321]] cap_fflow_spec, eir_fflow_spec = get_airflow_fault_heating_coeff() hp_ap.heat_cap_fflow_spec = [cap_fflow_spec] hp_ap.heat_eir_fflow_spec = [eir_fflow_spec] - if heat_pump.heating_capacity_17F.nil? - hp_ap.heat_cap_ft_spec = [[0.566333415, -0.000744164, -0.0000103, 0.009414634, 0.0000506, -0.00000675]] - else - hp_ap.heat_cap_ft_spec = calc_heat_cap_ft_spec_using_capacity_17F(heat_pump) - end + hp_ap.heat_cap_ft_spec = calc_heat_cap_ft_spec(heat_pump, heat_pump.additional_properties.num_speeds) if not use_cop hp_ap.heat_cops = [calc_cop_heating_1speed(heat_pump.heating_efficiency_hspf, hp_ap.heat_c_d, hp_ap.fan_power_rated, hp_ap.heat_eir_ft_spec, hp_ap.heat_cap_ft_spec)] + hp_ap.heat_rated_airflow_rate = hp_ap.heat_rated_cfm_per_ton[0] + hp_ap.heat_fan_speed_ratios = calc_fan_speed_ratios(hp_ap.heat_capacity_ratios, hp_ap.heat_rated_cfm_per_ton, hp_ap.heat_rated_airflow_rate) + else + hp_ap.heat_fan_speed_ratios = [1.0] end elsif hp_ap.num_speeds == 2 # From "Improved Modeling of Residential Air Conditioners and Heat Pumps for Energy Calculations", Cutler at al # https://www.nrel.gov/docs/fy13osti/56354.pdf - hp_ap.heat_rated_airflow_rate = 352.2 # cfm/ton + hp_ap.heat_rated_airflow_rate = hp_ap.heat_rated_cfm_per_ton[-1] hp_ap.heat_capacity_ratios = [0.72, 1.0] - hp_ap.heat_fan_speed_ratios = [0.8, 1.0] + hp_ap.heat_fan_speed_ratios = calc_fan_speed_ratios(hp_ap.heat_capacity_ratios, hp_ap.heat_rated_cfm_per_ton, hp_ap.heat_rated_airflow_rate) hp_ap.heat_eir_ft_spec = [[0.36338171, 0.013523725, 0.000258872, -0.009450269, 0.000439519, -0.000653723], [0.981100941, -0.005158493, 0.000243416, -0.005274352, 0.000230742, -0.000336954]] hp_ap.heat_cap_fflow_spec = [[0.741466907, 0.378645444, -0.119754733], [0.76634609, 0.32840943, -0.094701495]] hp_ap.heat_eir_fflow_spec = [[2.153618211, -1.737190609, 0.584269478], [2.001041353, -1.58869128, 0.587593517]] - if heat_pump.heating_capacity_17F.nil? - hp_ap.heat_cap_ft_spec = [[0.335690634, 0.002405123, -0.0000464, 0.013498735, 0.0000499, -0.00000725], - [0.306358843, 0.005376987, -0.0000579, 0.011645092, 0.0000591, -0.0000203]] - else - hp_ap.heat_cap_ft_spec = calc_heat_cap_ft_spec_using_capacity_17F(heat_pump) - end + hp_ap.heat_cap_ft_spec = calc_heat_cap_ft_spec(heat_pump, heat_pump.additional_properties.num_speeds) hp_ap.heat_cops = calc_cops_heating_2speed(heat_pump.heating_efficiency_hspf, hp_ap.heat_c_d, hp_ap.heat_capacity_ratios, hp_ap.heat_fan_speed_ratios, hp_ap.fan_power_rated, hp_ap.heat_eir_ft_spec, hp_ap.heat_cap_ft_spec) elsif hp_ap.num_speeds == 4 - # From Carrier heat pump lab testing - hp_ap.heat_rated_airflow_rate = 296.9 # cfm/ton + # From manufacturers data + hp_ap.heat_rated_airflow_rate = hp_ap.heat_rated_cfm_per_ton[-2] hp_ap.heat_capacity_ratios = [0.33, 0.56, 1.0, 1.17] - hp_ap.heat_fan_speed_ratios = [0.63, 0.76, 1.0, 1.19] + hp_ap.heat_fan_speed_ratios = calc_fan_speed_ratios(hp_ap.heat_capacity_ratios, hp_ap.heat_rated_cfm_per_ton, hp_ap.heat_rated_airflow_rate) hp_ap.heat_eir_ft_spec = [[0.708311527, 0.020732093, 0.000391479, -0.037640031, 0.000979937, -0.001079042], [0.025480155, 0.020169585, 0.000121341, -0.004429789, 0.000166472, -0.00036447], [0.379003189, 0.014195012, 0.0000821046, -0.008894061, 0.000151519, -0.000210299], [0.690404655, 0.00616619, 0.000137643, -0.009350199, 0.000153427, -0.000213258]] hp_ap.heat_cap_fflow_spec = [[1, 0, 0]] * 4 hp_ap.heat_eir_fflow_spec = [[1, 0, 0]] * 4 - if heat_pump.heating_capacity_17F.nil? - hp_ap.heat_cap_ft_spec = [[0.304192655, -0.003972566, 0.0000196432, 0.024471251, -0.000000774126, -0.0000841323], - [0.496381324, -0.00144792, 0.0, 0.016020855, 0.0000203447, -0.0000584118], - [0.697171186, -0.006189599, 0.0000337077, 0.014291981, 0.0000105633, -0.0000387956], - [0.555513805, -0.001337363, -0.00000265117, 0.014328826, 0.0000163849, -0.0000480711]] - else - hp_ap.heat_cap_ft_spec = calc_heat_cap_ft_spec_using_capacity_17F(heat_pump) - end + hp_ap.heat_cap_ft_spec = calc_heat_cap_ft_spec(heat_pump, heat_pump.additional_properties.num_speeds) hp_ap.heat_cops = calc_cops_heating_4speed(heat_pump.heating_efficiency_hspf, hp_ap.heat_c_d, hp_ap.heat_capacity_ratios, hp_ap.heat_fan_speed_ratios, hp_ap.fan_power_rated, hp_ap.heat_eir_ft_spec, hp_ap.heat_cap_ft_spec) end end @@ -1143,10 +1149,10 @@ def self.set_cool_curves_mshp(heat_pump, num_speeds) hp_ap.cool_cap_fflow_spec = [[1, 0, 0]] * num_speeds hp_ap.cool_eir_fflow_spec = [[1, 0, 0]] * num_speeds - hp_ap.cool_min_capacity_ratio = 0.4 # frac - hp_ap.cool_max_capacity_ratio = 1.2 # frac - hp_ap.cool_min_cfm_per_ton = 200.0 / hp_ap.cool_min_capacity_ratio # Convert cfm/ton of nominal rated capacity to cfm/ton of min capacity - hp_ap.cool_max_cfm_per_ton = 425.0 / hp_ap.cool_max_capacity_ratio # Convert cfm/ton of nominal rated capacity to cfm/ton of max capacity + hp_ap.cool_capacity_ratios = [0.4, 0.4889, 0.5778, 0.6667, 0.7556, 0.8444, 0.9333, 1.0222, 1.1111, 1.2] + hp_ap.cool_rated_cfm_per_ton = get_default_cool_cfm_per_ton(num_speeds) + hp_ap.cool_rated_airflow_rate = hp_ap.cool_rated_cfm_per_ton[-1] * hp_ap.cool_capacity_ratios[-1] + hp_ap.cool_fan_speed_ratios = calc_fan_speed_ratios(hp_ap.cool_capacity_ratios, hp_ap.cool_rated_cfm_per_ton, hp_ap.cool_rated_airflow_rate) end def self.set_heat_curves_mshp(heat_pump, num_speeds) @@ -1157,38 +1163,51 @@ def self.set_heat_curves_mshp(heat_pump, num_speeds) hp_ap.heat_cap_fflow_spec = [[1, 0, 0]] * num_speeds hp_ap.heat_eir_fflow_spec = [[1, 0, 0]] * num_speeds - # Derive coefficients from user input for capacity retention at outdoor drybulb temperature X [C]. - if heat_pump.heating_capacity_17F.nil? || ((heat_pump.heating_capacity_17F == 0) && (heat_pump.heating_capacity == 0)) - cap_retention_frac = 0.25 # frac - cap_retention_temp = -5.0 # deg-F + hp_ap.heat_cap_ft_spec = calc_heat_cap_ft_spec(heat_pump, num_speeds) + + # fan speed ratios + hp_ap.heat_capacity_ratios = [0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2] + hp_ap.heat_rated_cfm_per_ton = get_default_heat_cfm_per_ton(num_speeds) + hp_ap.heat_rated_airflow_rate = hp_ap.heat_rated_cfm_per_ton[-1] * hp_ap.heat_capacity_ratios[-1] + hp_ap.heat_fan_speed_ratios = calc_fan_speed_ratios(hp_ap.heat_capacity_ratios, hp_ap.heat_rated_cfm_per_ton, hp_ap.heat_rated_airflow_rate) + end + + def self.get_default_cool_cfm_per_ton(num_speeds, use_eer = false) + # cfm/ton of rated capacity + if num_speeds == 1 + if not use_eer + return [394.2] + else + return [312] # medium speed + end + elsif num_speeds == 2 + return [411.0083, 344.1] + elsif num_speeds == 4 + return [466.6667, 423.5294, 405.9701, 400.0] + elsif num_speeds == 10 + return [470.6, 433.1356, 407.1997, 388.2406, 373.6898, 362.2454, 352.9412, 345.2945, 338.8354, 333.3333] else - cap_retention_frac = heat_pump.heating_capacity_17F / heat_pump.heating_capacity - cap_retention_temp = 17.0 # deg-F + fail 'number of speeds not supported.' end + end - # Biquadratic: capacity multiplier = a + b*IAT + c*IAT^2 + d*OAT + e*OAT^2 + f*IAT*OAT - x_A = UnitConversions.convert(cap_retention_temp, 'F', 'C') - y_A = cap_retention_frac - x_B = UnitConversions.convert(47.0, 'F', 'C') # 47F is the rating point - y_B = 1.0 # Maximum capacity factor is 1 at the rating point, by definition (this is maximum capacity, not nominal capacity) - oat_slope = (y_B - y_A) / (x_B - x_A) - oat_intercept = y_A - (x_A * oat_slope) - - # Coefficients for the indoor temperature relationship are retained from the generic curve (Daikin lab data). - iat_slope = -0.010386676170938 - iat_intercept = 0.219274275 - a = oat_intercept + iat_intercept - b = iat_slope - c = 0 - d = oat_slope - e = 0 - f = 0 - hp_ap.heat_cap_ft_spec = [HVAC.convert_curve_biquadratic([a, b, c, d, e, f], false)] * num_speeds - - hp_ap.heat_min_capacity_ratio = 0.3 # frac - hp_ap.heat_max_capacity_ratio = 1.2 # frac - hp_ap.heat_min_cfm_per_ton = 200.0 / hp_ap.heat_min_capacity_ratio # Convert cfm/ton of nominal rated capacity to cfm/ton of min capacity - hp_ap.heat_max_cfm_per_ton = 400.0 / hp_ap.heat_max_capacity_ratio # Convert cfm/ton of nominal rated capacity to cfm/ton of min capacity + def self.get_default_heat_cfm_per_ton(num_speeds, use_cop_or_htg_sys = false) + # cfm/ton of rated capacity + if num_speeds == 1 + if not use_cop_or_htg_sys + return [384.1] + else + return [350] + end + elsif num_speeds == 2 + return [391.3333, 352.2] + elsif num_speeds == 4 + return [566.8091, 402.9357, 296.9, 301.9752] + elsif num_speeds == 10 + return [666.6667, 555.6000, 488.8800, 444.4667, 412.6857, 388.9000, 370.3556, 355.5600, 343.4182, 333.3333] + else + fail 'number of speeds not supported.' + end end def self.set_curves_gshp(heat_pump) @@ -1228,6 +1247,9 @@ def self.get_default_compressor_type(hvac_type, seer) elsif seer > 21 return HPXML::HVACCompressorTypeVariableSpeed end + elsif [HPXML::HVACTypeMiniSplitAirConditioner, + HPXML::HVACTypeHeatPumpMiniSplit].include? hvac_type + return HPXML::HVACCompressorTypeVariableSpeed elsif [HPXML::HVACTypePTAC, HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom, @@ -1406,6 +1428,44 @@ def self.set_pump_power_ems_program(model, pump_w, pump, heating_object) pump_program_calling_manager.addProgram(pump_program) end + def self.set_boiler_pilot_light_ems_program(model, boiler, heating_system) + # Create Equipment object for fuel consumption + loc_space = model.getSpaces[0] # Arbitrary; not used + fuel_type = heating_system.heating_system_fuel + pilot_light_object = HotWaterAndAppliances.add_other_equipment(model, Constants.ObjectNameBoilerPilotLight(boiler.name), loc_space, 0.01, 0, 0, model.alwaysOnDiscreteSchedule, fuel_type) + + # Sensor + boiler_plr_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Boiler Part Load Ratio') + boiler_plr_sensor.setName("#{boiler.name} plr s") + boiler_plr_sensor.setKeyName(boiler.name.to_s) + + # Actuator + pilot_light_act = OpenStudio::Model::EnergyManagementSystemActuator.new(pilot_light_object, *EPlus::EMSActuatorOtherEquipmentPower, pilot_light_object.space.get) + pilot_light_act.setName("#{boiler.name} pilot light act") + + # Program + pilot_light_program = OpenStudio::Model::EnergyManagementSystemProgram.new(model) + pilot_light_program.setName("#{boiler.name} pilot light program") + pilot_light_program.addLine("Set #{pilot_light_act.name} = (1.0 - #{boiler_plr_sensor.name}) * #{UnitConversions.convert(heating_system.pilot_light_btuh.to_f, 'Btu/hr', 'W')}") + pilot_light_program.addLine("Set boiler_pilot_energy = #{pilot_light_act.name} * 3600 * SystemTimeStep") + + # Program Calling Manager + program_calling_manager = OpenStudio::Model::EnergyManagementSystemProgramCallingManager.new(model) + program_calling_manager.setName("#{boiler.name} pilot light program manager") + program_calling_manager.setCallingPoint('EndOfSystemTimestepBeforeHVACReporting') + program_calling_manager.addProgram(pilot_light_program) + + # EMS Output Variable for reporting + pilot_light_output_var = OpenStudio::Model::EnergyManagementSystemOutputVariable.new(model, 'boiler_pilot_energy') + pilot_light_output_var.setName("#{Constants.ObjectNameBoilerPilotLight(boiler.name)} outvar") + pilot_light_output_var.setTypeOfDataInVariable('Summed') + pilot_light_output_var.setUpdateFrequency('SystemTimestep') + pilot_light_output_var.setEMSProgramOrSubroutineName(pilot_light_program) + pilot_light_output_var.setUnits('J') + pilot_light_output_var.additionalProperties.setFeature('FuelType', EPlus.fuel_type(fuel_type)) # Used by reporting measure + pilot_light_output_var.additionalProperties.setFeature('HPXML_ID', heating_system.id) # Used by reporting measure + end + def self.disaggregate_fan_or_pump(model, fan_or_pump, htg_object, clg_object, backup_htg_object, hpxml_object) # Disaggregate into heating/cooling output energy use. @@ -1430,7 +1490,7 @@ def self.disaggregate_fan_or_pump(model, fan_or_pump, htg_object, clg_object, ba if clg_object.is_a? OpenStudio::Model::EvaporativeCoolerDirectResearchSpecial var = 'Evaporative Cooler Water Volume' else - var = "Cooling Coil #{EPlus::FuelTypeElectricity} Energy" + var = 'Cooling Coil Total Cooling Energy' end clg_object_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, var) clg_object_sensor.setName("#{clg_object.name} s") @@ -1440,15 +1500,12 @@ def self.disaggregate_fan_or_pump(model, fan_or_pump, htg_object, clg_object, ba if htg_object.nil? htg_object_sensor = nil else - htg_fuel = EPlus::FuelTypeElectricity - var = "Heating Coil #{htg_fuel} Energy" - if htg_object.is_a? OpenStudio::Model::CoilHeatingGas - htg_fuel = htg_object.fuelType - var = "Heating Coil #{htg_fuel} Energy" - elsif htg_object.is_a? OpenStudio::Model::ZoneHVACBaseboardConvectiveWater + if htg_object.is_a? OpenStudio::Model::ZoneHVACBaseboardConvectiveWater var = 'Baseboard Total Heating Energy' elsif htg_object.is_a? OpenStudio::Model::ZoneHVACFourPipeFanCoil var = 'Fan Coil Heating Energy' + else + var = 'Heating Coil Heating Energy' end htg_object_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, var) @@ -1459,11 +1516,10 @@ def self.disaggregate_fan_or_pump(model, fan_or_pump, htg_object, clg_object, ba if backup_htg_object.nil? backup_htg_object_sensor = nil else - backup_htg_fuel = EPlus::FuelTypeElectricity - var = "Heating Coil #{backup_htg_fuel} Energy" - if backup_htg_object.is_a? OpenStudio::Model::CoilHeatingGas - backup_htg_fuel = backup_htg_object.fuelType - var = "Heating Coil #{backup_htg_fuel} Energy" + if backup_htg_object.is_a? OpenStudio::Model::ZoneHVACBaseboardConvectiveWater + var = 'Baseboard Total Heating Energy' + else + var = 'Heating Coil Heating Energy' end backup_htg_object_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, var) @@ -1493,6 +1549,13 @@ def self.disaggregate_fan_or_pump(model, fan_or_pump, htg_object, clg_object, ba end sensors.each_with_index do |(mode, sensor), i| str_prefix = (i == 0 ? 'If' : 'ElseIf') + if mode == 'primary_htg' && sensors.keys[i + 1] == 'backup_htg' + # HP with both primary and backup heating + # If both are operating, apportion energy use + fan_or_pump_program.addLine("#{str_prefix} (#{sensor.name} > 0) && (#{sensors.values[i + 1].name} > 0)") + fan_or_pump_program.addLine(" Set #{fan_or_pump_var}_#{mode} = #{fan_or_pump_sensor.name} * #{sensor.name} / (#{sensor.name} + #{sensors.values[i + 1].name})") + fan_or_pump_program.addLine(" Set #{fan_or_pump_var}_#{sensors.keys[i + 1]} = #{fan_or_pump_sensor.name} * #{sensors.values[i + 1].name} / (#{sensor.name} + #{sensors.values[i + 1].name})") + end fan_or_pump_program.addLine("#{str_prefix} #{sensor.name} > 0") fan_or_pump_program.addLine(" Set #{fan_or_pump_var}_#{mode} = #{fan_or_pump_sensor.name}") end @@ -1516,11 +1579,7 @@ def self.disaggregate_fan_or_pump(model, fan_or_pump, htg_object, clg_object, ba fan_or_pump_ems_output_var.setUpdateFrequency('SystemTimestep') fan_or_pump_ems_output_var.setEMSProgramOrSubroutineName(fan_or_pump_program) fan_or_pump_ems_output_var.setUnits('J') - if (mode == 'backup_htg') && (hpxml_object.is_a? HPXML::HeatPump) && hpxml_object.is_dual_fuel - fan_or_pump_ems_output_var.additionalProperties.setFeature('HPXML_ID', sys_id + '_DFHPBackup') # Used by reporting measure - else - fan_or_pump_ems_output_var.additionalProperties.setFeature('HPXML_ID', sys_id) # Used by reporting measure - end + fan_or_pump_ems_output_var.additionalProperties.setFeature('HPXML_ID', sys_id) # Used by reporting measure end end @@ -1547,7 +1606,7 @@ def self.adjust_dehumidifier_load_EMS(fraction_served, zone_hvac, model, living_ dehumidifier_load_adj.setSpace(living_space) dehumidifier_load_adj.setSchedule(model.alwaysOnDiscreteSchedule) - dehumidifier_load_adj_act = OpenStudio::Model::EnergyManagementSystemActuator.new(dehumidifier_load_adj, *EPlus::EMSActuatorOtherEquipmentPower) + dehumidifier_load_adj_act = OpenStudio::Model::EnergyManagementSystemActuator.new(dehumidifier_load_adj, *EPlus::EMSActuatorOtherEquipmentPower, dehumidifier_load_adj.space.get) dehumidifier_load_adj_act.setName("#{zone_hvac.name} sens htg adj act") # EMS program @@ -1587,11 +1646,8 @@ def self.create_supp_heating_coil(model, obj_name, heat_pump) end htg_supp_coil.setNominalCapacity(UnitConversions.convert(capacity, 'Btu/hr', 'W')) htg_supp_coil.setName(obj_name + ' ' + Constants.ObjectNameBackupHeatingCoil) - if heat_pump.is_dual_fuel - htg_supp_coil.additionalProperties.setFeature('HPXML_ID', heat_pump.id + '_DFHPBackup') # Used by reporting measure - else - htg_supp_coil.additionalProperties.setFeature('HPXML_ID', heat_pump.id) # Used by reporting measure - end + htg_supp_coil.additionalProperties.setFeature('HPXML_ID', heat_pump.id) # Used by reporting measure + htg_supp_coil.additionalProperties.setFeature('IsHeatPumpBackup', true) # Used by reporting measure return htg_supp_coil end @@ -1670,7 +1726,7 @@ def self.create_air_loop_unitary_system(model, obj_name, fan, htg_coil, clg_coil return air_loop_unitary end - def self.create_air_loop(model, obj_name, system, control_zone, sequential_heat_load_fracs, sequential_cool_load_fracs, airflow_cfm) + def self.create_air_loop(model, obj_name, system, control_zone, sequential_heat_load_fracs, sequential_cool_load_fracs, airflow_cfm, heating_system, hvac_unavailable_periods) air_loop = OpenStudio::Model::AirLoopHVAC.new(model) air_loop.setAvailabilitySchedule(model.alwaysOnDiscreteSchedule) air_loop.setName(obj_name + ' airloop') @@ -1691,8 +1747,7 @@ def self.create_air_loop(model, obj_name, system, control_zone, sequential_heat_ air_terminal.setName(obj_name + ' terminal') air_loop.multiAddBranchForZone(control_zone, air_terminal) - control_zone.setSequentialHeatingFractionSchedule(air_terminal, get_sequential_load_schedule(model, sequential_heat_load_fracs)) - control_zone.setSequentialCoolingFractionSchedule(air_terminal, get_sequential_load_schedule(model, sequential_cool_load_fracs)) + set_sequential_load_fractions(model, control_zone, air_terminal, sequential_heat_load_fracs, sequential_cool_load_fracs, hvac_unavailable_periods, heating_system) return air_loop end @@ -1786,29 +1841,36 @@ def self.get_default_boiler_eae(heating_system) end end - def self.calc_heat_cap_ft_spec_using_capacity_17F(heat_pump) - num_speeds = heat_pump.additional_properties.num_speeds - - # Indoor temperature slope and intercept used if Q_17 is specified (derived using heat_cap_ft_spec) - # NOTE: Using Q_17 assumes the same curve for all speeds - if num_speeds == 1 - iat_slope = -0.002303414 - iat_intercept = 0.18417308 - elsif num_speeds == 2 - iat_slope = -0.002947013 - iat_intercept = 0.23168251 - elsif num_speeds == 4 - iat_slope = -0.002897048 - iat_intercept = 0.209319129 + def self.calc_heat_cap_ft_spec(heat_pump, num_speeds) + if heat_pump.heat_pump_type == HPXML::HVACTypeHeatPumpMiniSplit + # Coefficients for the indoor temperature relationship are retained from the generic curve (Daikin lab data). + iat_slope = -0.005770375 + iat_intercept = 0.403926296 + else + if num_speeds == 1 + iat_slope = -0.002303414 + iat_intercept = 0.18417308 + elsif num_speeds == 2 + iat_slope = -0.002947013 + iat_intercept = 0.23168251 + elsif num_speeds == 4 + iat_slope = -0.002897048 + iat_intercept = 0.209319129 + end end - # Derive coefficients from user input for heating capacity at 47F and 17F # Biquadratic: capacity multiplier = a + b*IAT + c*IAT^2 + d*OAT + e*OAT^2 + f*IAT*OAT - x_A = 17.0 - if heat_pump.heating_capacity > 0 - y_A = heat_pump.heating_capacity_17F / heat_pump.heating_capacity + # Derive coefficients from user input for capacity retention at outdoor drybulb temperature X [C]. + if not heat_pump.heating_capacity_17F.nil? + x_A = 17.0 + if heat_pump.heating_capacity > 0 + y_A = heat_pump.heating_capacity_17F / heat_pump.heating_capacity + else + y_A = 0.0 + end else - y_A = 0.5 # Arbitrary + x_A = heat_pump.heating_capacity_retention_temp + y_A = heat_pump.heating_capacity_retention_fraction end x_B = 47.0 # 47F is the rating point y_B = 1.0 @@ -1816,12 +1878,7 @@ def self.calc_heat_cap_ft_spec_using_capacity_17F(heat_pump) oat_slope = (y_B - y_A) / (x_B - x_A) oat_intercept = y_A - (x_A * oat_slope) - heat_cap_ft_spec = [] - for _i in 1..num_speeds - heat_cap_ft_spec << [oat_intercept + iat_intercept, iat_slope, 0, oat_slope, 0, 0] - end - - return heat_cap_ft_spec + return [[oat_intercept + iat_intercept, iat_slope, 0, oat_slope, 0, 0]] * num_speeds end def self.calc_eir_from_cop(cop, fan_power_rated) @@ -2611,32 +2668,12 @@ def self.calc_hspf_4speed(cop_47, c_d, capacity_ratios, fanspeed_ratios, fan_pow return hspf end - def self.set_cool_rated_cfm_per_ton(cooling_system) - clg_ap = cooling_system.additional_properties - - if ((cooling_system.is_a? HPXML::CoolingSystem) && ([HPXML::HVACTypeRoomAirConditioner, HPXML::HVACTypePTAC].include? cooling_system.cooling_system_type)) || - ((cooling_system.is_a? HPXML::HeatPump) && ([HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom].include? cooling_system.heat_pump_type)) - clg_ap.cool_rated_cfm_per_ton = [312.0] # medium speed - else - clg_ap.cool_rated_cfm_per_ton = [] - clg_ap.cool_fan_speed_ratios.each_with_index do |fanspeed_ratio, i| - clg_ap.cool_rated_cfm_per_ton << fanspeed_ratio * clg_ap.cool_rated_airflow_rate / clg_ap.cool_capacity_ratios[i] - end - end - end - - def self.set_heat_rated_cfm_per_ton(heating_system) - htg_ap = heating_system.additional_properties - - if (heating_system.is_a? HPXML::HeatingSystem) || - ((heating_system.is_a? HPXML::HeatPump) && ([HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom].include? heating_system.heat_pump_type)) - htg_ap.heat_rated_cfm_per_ton = [350.0] - else - htg_ap.heat_rated_cfm_per_ton = [] - htg_ap.heat_fan_speed_ratios.each_with_index do |fanspeed_ratio, i| - htg_ap.heat_rated_cfm_per_ton << fanspeed_ratio * htg_ap.heat_rated_airflow_rate / htg_ap.heat_capacity_ratios[i] - end + def self.calc_fan_speed_ratios(capacity_ratios, rated_cfm_per_tons, rated_airflow_rate) + fan_speed_ratios = [] + capacity_ratios.each_with_index do |capacity_ratio, i| + fan_speed_ratios << rated_cfm_per_tons[i] * capacity_ratio / rated_airflow_rate end + return fan_speed_ratios end def self.create_curve_biquadratic_constant(model) @@ -2680,28 +2717,16 @@ def self.create_curve_cubic_constant(model) return curve end - def self.convert_curve_biquadratic(coeff, ip_to_si = true) - if ip_to_si - # Convert IP curves to SI curves - si_coeff = [] - si_coeff << coeff[0] + 32.0 * (coeff[1] + coeff[3]) + 1024.0 * (coeff[2] + coeff[4] + coeff[5]) - si_coeff << 9.0 / 5.0 * coeff[1] + 576.0 / 5.0 * coeff[2] + 288.0 / 5.0 * coeff[5] - si_coeff << 81.0 / 25.0 * coeff[2] - si_coeff << 9.0 / 5.0 * coeff[3] + 576.0 / 5.0 * coeff[4] + 288.0 / 5.0 * coeff[5] - si_coeff << 81.0 / 25.0 * coeff[4] - si_coeff << 81.0 / 25.0 * coeff[5] - return si_coeff - else - # Convert SI curves to IP curves - ip_coeff = [] - ip_coeff << coeff[0] - 160.0 / 9.0 * (coeff[1] + coeff[3]) + 25600.0 / 81.0 * (coeff[2] + coeff[4] + coeff[5]) - ip_coeff << 5.0 / 9.0 * (coeff[1] - 320.0 / 9.0 * coeff[2] - 160.0 / 9.0 * coeff[5]) - ip_coeff << 25.0 / 81.0 * coeff[2] - ip_coeff << 5.0 / 9.0 * (coeff[3] - 320.0 / 9.0 * coeff[4] - 160.0 / 9.0 * coeff[5]) - ip_coeff << 25.0 / 81.0 * coeff[4] - ip_coeff << 25.0 / 81.0 * coeff[5] - return ip_coeff - end + def self.convert_curve_biquadratic(coeff) + # Convert IP curves to SI curves + si_coeff = [] + si_coeff << coeff[0] + 32.0 * (coeff[1] + coeff[3]) + 1024.0 * (coeff[2] + coeff[4] + coeff[5]) + si_coeff << 9.0 / 5.0 * coeff[1] + 576.0 / 5.0 * coeff[2] + 288.0 / 5.0 * coeff[5] + si_coeff << 81.0 / 25.0 * coeff[2] + si_coeff << 9.0 / 5.0 * coeff[3] + 576.0 / 5.0 * coeff[4] + 288.0 / 5.0 * coeff[5] + si_coeff << 81.0 / 25.0 * coeff[4] + si_coeff << 81.0 / 25.0 * coeff[5] + return si_coeff end def self.create_curve_biquadratic(model, coeff, name, min_x, max_x, min_y, max_y) @@ -2823,6 +2848,7 @@ def self.create_dx_cooling_coil(model, obj_name, cooling_system) end clg_coil = nil + crankcase_heater_temp = 50 # F for i in 0..(clg_ap.num_speeds - 1) cap_ft_spec_si = convert_curve_biquadratic(clg_ap.cool_cap_ft_spec[i]) @@ -2846,7 +2872,7 @@ def self.create_dx_cooling_coil(model, obj_name, cooling_system) else clg_coil.setRatedCOP(1.0 / clg_ap.cool_rated_eirs[i]) end - clg_coil.setMaximumOutdoorDryBulbTemperatureForCrankcaseHeaterOperation(UnitConversions.convert(clg_ap.crankcase_temp, 'F', 'C')) unless clg_ap.crankcase_temp.nil? + clg_coil.setMaximumOutdoorDryBulbTemperatureForCrankcaseHeaterOperation(UnitConversions.convert(crankcase_heater_temp, 'F', 'C')) if cooling_system.crankcase_heater_watts.to_f > 0.0 # From RESNET Publication No. 002-2017 clg_coil.setRatedSensibleHeatRatio(clg_ap.cool_rated_shrs_gross[i]) clg_coil.setNominalTimeForCondensateRemovalToBegin(1000.0) clg_coil.setRatioOfInitialMoistureEvaporationRateAndSteadyStateLatentCapacity(1.5) @@ -2861,7 +2887,7 @@ def self.create_dx_cooling_coil(model, obj_name, cooling_system) clg_coil.setApplyLatentDegradationtoSpeedsGreaterthan1(false) clg_coil.setFuelType(EPlus::FuelTypeElectricity) clg_coil.setAvailabilitySchedule(model.alwaysOnDiscreteSchedule) - clg_coil.setMaximumOutdoorDryBulbTemperatureforCrankcaseHeaterOperation(UnitConversions.convert(clg_ap.crankcase_temp, 'F', 'C')) unless clg_ap.crankcase_temp.nil? + clg_coil.setMaximumOutdoorDryBulbTemperatureforCrankcaseHeaterOperation(UnitConversions.convert(crankcase_heater_temp, 'F', 'C')) if cooling_system.crankcase_heater_watts.to_f > 0.0 # From RESNET Publication No. 002-2017 end stage = OpenStudio::Model::CoilCoolingDXMultiSpeedStageData.new(model, cap_ft_curve, cap_fff_curve, eir_ft_curve, eir_fff_curve, plf_fplr_curve, constant_biquadratic) stage.setGrossRatedCoolingCOP(1.0 / clg_ap.cool_rated_eirs[i]) @@ -2879,7 +2905,7 @@ def self.create_dx_cooling_coil(model, obj_name, cooling_system) clg_coil.setName(obj_name + ' clg coil') clg_coil.setCondenserType('AirCooled') - clg_coil.setCrankcaseHeaterCapacity(UnitConversions.convert(clg_ap.crankcase_kw, 'kW', 'W')) + clg_coil.setCrankcaseHeaterCapacity(cooling_system.crankcase_heater_watts) clg_coil.additionalProperties.setFeature('HPXML_ID', cooling_system.id) # Used by reporting measure return clg_coil @@ -2893,6 +2919,7 @@ def self.create_dx_heating_coil(model, obj_name, heating_system) end htg_coil = nil + crankcase_heater_temp = 50 # F for i in 0..(htg_ap.num_speeds - 1) cap_ft_spec_si = convert_curve_biquadratic(htg_ap.heat_cap_ft_spec[i]) @@ -2938,8 +2965,8 @@ def self.create_dx_heating_coil(model, obj_name, heating_system) if heating_system.fraction_heat_load_served == 0 htg_coil.setResistiveDefrostHeaterCapacity(0) end - htg_coil.setMaximumOutdoorDryBulbTemperatureforCrankcaseHeaterOperation(UnitConversions.convert(htg_ap.crankcase_temp, 'F', 'C')) unless htg_ap.crankcase_temp.nil? - htg_coil.setCrankcaseHeaterCapacity(UnitConversions.convert(htg_ap.crankcase_kw, 'kW', 'W')) + htg_coil.setMaximumOutdoorDryBulbTemperatureforCrankcaseHeaterOperation(UnitConversions.convert(crankcase_heater_temp, 'F', 'C')) if heating_system.crankcase_heater_watts.to_f > 0.0 # From RESNET Publication No. 002-2017 + htg_coil.setCrankcaseHeaterCapacity(heating_system.crankcase_heater_watts) htg_coil.additionalProperties.setFeature('HPXML_ID', heating_system.id) # Used by reporting measure return htg_coil @@ -2963,28 +2990,31 @@ def self.set_heat_rated_eirs(heating_system) end end - def self.set_cool_rated_shrs_gross(cooling_system) + def self.set_cool_rated_shrs_gross(runner, cooling_system) clg_ap = cooling_system.additional_properties - # Convert SHRs from net to gross. if ((cooling_system.is_a? HPXML::CoolingSystem) && ([HPXML::HVACTypeRoomAirConditioner, HPXML::HVACTypePTAC].include? cooling_system.cooling_system_type)) || ((cooling_system.is_a? HPXML::HeatPump) && ([HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom].include? cooling_system.heat_pump_type)) clg_ap.cool_rated_shrs_gross = [cooling_system.cooling_shr] # We don't model the fan separately, so set gross == net else + # rated shr gross and fan speed ratios + dB_rated = 80.0 # deg-F + win = 0.01118470 # Humidity ratio corresponding to 80F dry bulb/67F wet bulb (from EnergyPlus) + + if clg_ap.num_speeds > 1 + cool_nominal_cfm_per_ton = (clg_ap.cool_rated_airflow_rate - clg_ap.cool_rated_cfm_per_ton[0] * clg_ap.cool_capacity_ratios[0]) / (clg_ap.cool_capacity_ratios[-1] - clg_ap.cool_capacity_ratios[0]) * (1.0 - clg_ap.cool_capacity_ratios[0]) + clg_ap.cool_rated_cfm_per_ton[0] * clg_ap.cool_capacity_ratios[0] + else + cool_nominal_cfm_per_ton = clg_ap.cool_rated_cfm_per_ton[0] + end + + p_atm = 14.696 # standard atmospheric pressure (psia) + + ao = Psychrometrics.CoilAoFactor(runner, dB_rated, p_atm, UnitConversions.convert(1, 'ton', 'kBtu/hr'), cool_nominal_cfm_per_ton, cooling_system.cooling_shr, win) + clg_ap.cool_rated_shrs_gross = [] - for speed in 0..clg_ap.num_speeds - 1 - qtot_net_nominal = 12000.0 - qsens_net_nominal = qtot_net_nominal * clg_ap.cool_rated_shrs_net[speed] - qtot_gross_nominal = qtot_net_nominal + UnitConversions.convert(clg_ap.cool_rated_cfm_per_ton[speed] * clg_ap.fan_power_rated, 'Wh', 'Btu') - qsens_gross_nominal = qsens_net_nominal + UnitConversions.convert(clg_ap.cool_rated_cfm_per_ton[speed] * clg_ap.fan_power_rated, 'Wh', 'Btu') - clg_ap.cool_rated_shrs_gross << (qsens_gross_nominal / qtot_gross_nominal) - - # Make sure SHR's are in valid range based on E+ model limits. - # The following correlation was developed by Jon Winkler to test for maximum allowed SHR based on the 300 - 450 cfm/ton limits in E+ - max_shr = 0.3821066 + 0.001050652 * clg_ap.cool_rated_cfm_per_ton[speed] - 0.01 - clg_ap.cool_rated_shrs_gross[speed] = [clg_ap.cool_rated_shrs_gross[speed], max_shr].min - min_shr = 0.60 # Approximate minimum SHR such that an ADP exists - clg_ap.cool_rated_shrs_gross[speed] = [clg_ap.cool_rated_shrs_gross[speed], min_shr].max + clg_ap.cool_capacity_ratios.each_with_index do |capacity_ratio, i| + # Calculate the SHR for each speed. Use minimum value of 0.98 to prevent E+ bypass factor calculation errors + clg_ap.cool_rated_shrs_gross << [Psychrometrics.CalculateSHR(runner, dB_rated, p_atm, UnitConversions.convert(capacity_ratio, 'ton', 'kBtu/hr'), clg_ap.cool_rated_cfm_per_ton[i] * capacity_ratio, ao, win), 0.98].min end end end @@ -3030,10 +3060,8 @@ def self.set_heat_c_d(heating_system, num_speeds) end elsif num_speeds == 2 htg_ap.heat_c_d = 0.11 - elsif num_speeds == 4 - htg_ap.heat_c_d = 0.24 - elsif num_speeds == 10 # mini-split heat pump - htg_ap.heat_c_d = 0.40 + elsif num_speeds >= 4 + htg_ap.heat_c_d = 0.25 end htg_ap.heat_plf_fplr_spec = [calc_plr_coefficients(htg_ap.heat_c_d)] * num_speeds @@ -3078,33 +3106,6 @@ def self.get_unitary_system_from_air_loop_hvac(air_loop) return end - def self.set_cool_rated_cfm_per_ton_mshp(heat_pump, num_speeds) - hp_ap = heat_pump.additional_properties - - dB_rated = 80.0 # deg-F - wB_rated = 67.0 # deg-F - - cool_nominal_capacity_ratio = 1.0 - cool_nominal_cfm_per_ton = ((hp_ap.cool_max_cfm_per_ton * hp_ap.cool_max_capacity_ratio - hp_ap.cool_min_cfm_per_ton * hp_ap.cool_min_capacity_ratio) / - (hp_ap.cool_max_capacity_ratio - hp_ap.cool_min_capacity_ratio)) * - (cool_nominal_capacity_ratio - hp_ap.cool_min_capacity_ratio) + hp_ap.cool_min_cfm_per_ton * hp_ap.cool_min_capacity_ratio - - p_atm = 14.696 # standard atmospheric pressure (psia) - - ao = Psychrometrics.CoilAoFactor(dB_rated, wB_rated, p_atm, UnitConversions.convert(1, 'ton', 'kBtu/hr'), cool_nominal_cfm_per_ton, heat_pump.cooling_shr) - - hp_ap.cool_capacity_ratios = [] - hp_ap.cool_rated_cfm_per_ton = [] - hp_ap.cool_rated_shrs_gross = [] - - for i in 0..num_speeds - 1 - hp_ap.cool_capacity_ratios << hp_ap.cool_min_capacity_ratio + i * (hp_ap.cool_max_capacity_ratio - hp_ap.cool_min_capacity_ratio) / (num_speeds - 1) - hp_ap.cool_rated_cfm_per_ton << (hp_ap.cool_min_cfm_per_ton * hp_ap.cool_min_capacity_ratio + i * (hp_ap.cool_max_cfm_per_ton * hp_ap.cool_max_capacity_ratio - hp_ap.cool_min_cfm_per_ton * hp_ap.cool_min_capacity_ratio) / (num_speeds - 1)) / hp_ap.cool_capacity_ratios[-1] - # Calculate the SHR for each speed. Use minimum value of 0.98 to prevent E+ bypass factor calculation errors - hp_ap.cool_rated_shrs_gross[i] = [Psychrometrics.CalculateSHR(dB_rated, wB_rated, p_atm, UnitConversions.convert(hp_ap.cool_capacity_ratios[i], 'ton', 'kBtu/hr'), hp_ap.cool_rated_cfm_per_ton[i] * hp_ap.cool_capacity_ratios[i], ao), 0.98].min - end - end - def self.set_cool_rated_eirs_mshp(cooling_system, num_speeds) clg_ap = cooling_system.additional_properties @@ -3172,10 +3173,7 @@ def self.set_mshp_downselected_speed_indices(heat_pump) hp_ap.cool_capacity_ratios = hp_ap.cool_capacity_ratios.select.with_index { |_x, i| hp_ap.speed_indices.include? i } hp_ap.cool_rated_shrs_gross = hp_ap.cool_rated_shrs_gross.select.with_index { |_x, i| hp_ap.speed_indices.include? i } hp_ap.cool_rated_eirs = hp_ap.cool_rated_eirs.select.with_index { |_x, i| hp_ap.speed_indices.include? i } - hp_ap.cool_fan_speed_ratios = [] - for i in 0..(hp_ap.speed_indices.size - 1) - hp_ap.cool_fan_speed_ratios << hp_ap.cool_rated_cfm_per_ton[i] * hp_ap.cool_capacity_ratios[i] / (hp_ap.cool_rated_cfm_per_ton[-1] * hp_ap.cool_capacity_ratios[-1]) - end + hp_ap.cool_fan_speed_ratios = hp_ap.cool_fan_speed_ratios.select.with_index { |_x, i| hp_ap.speed_indices.include? i } if heat_pump.is_a? HPXML::HeatPump # Skip for mini-split air conditioner # Heating @@ -3187,10 +3185,7 @@ def self.set_mshp_downselected_speed_indices(heat_pump) hp_ap.heat_rated_cfm_per_ton = hp_ap.heat_rated_cfm_per_ton.select.with_index { |_x, i| hp_ap.speed_indices.include? i } hp_ap.heat_capacity_ratios = hp_ap.heat_capacity_ratios.select.with_index { |_x, i| hp_ap.speed_indices.include? i } hp_ap.heat_rated_eirs = hp_ap.heat_rated_eirs.select.with_index { |_x, i| hp_ap.speed_indices.include? i } - hp_ap.heat_fan_speed_ratios = [] - for i in 0..(hp_ap.speed_indices.size - 1) - hp_ap.heat_fan_speed_ratios << hp_ap.heat_rated_cfm_per_ton[i] * hp_ap.heat_capacity_ratios[i] / (hp_ap.heat_rated_cfm_per_ton[-1] * hp_ap.heat_capacity_ratios[-1]) - end + hp_ap.heat_fan_speed_ratios = hp_ap.heat_fan_speed_ratios.select.with_index { |_x, i| hp_ap.speed_indices.include? i } end end @@ -3300,18 +3295,6 @@ def self.calc_mshp_seer(eer_a, c_d, capacity_ratio, cfm_tons, fan_power_rated, c return seer end - def self.set_heat_rated_cfm_per_ton_mshp(heat_pump, num_speeds) - hp_ap = heat_pump.additional_properties - - hp_ap.heat_capacity_ratios = [] - hp_ap.heat_rated_cfm_per_ton = [] - - for i in 0..num_speeds - 1 - hp_ap.heat_capacity_ratios << hp_ap.heat_min_capacity_ratio + i * (hp_ap.heat_max_capacity_ratio - hp_ap.heat_min_capacity_ratio) / (num_speeds - 1) - hp_ap.heat_rated_cfm_per_ton << (hp_ap.heat_min_cfm_per_ton * hp_ap.heat_min_capacity_ratio + i * (hp_ap.heat_max_cfm_per_ton * hp_ap.heat_max_capacity_ratio - hp_ap.heat_min_cfm_per_ton * hp_ap.heat_min_capacity_ratio) / (num_speeds - 1)) / hp_ap.heat_capacity_ratios[-1] - end - end - def self.set_heat_rated_eirs_mshp(heat_pump, num_speeds) hp_ap = heat_pump.additional_properties @@ -3548,49 +3531,72 @@ def self.calc_sequential_load_fractions(load_fraction, remaining_fraction, avail return sequential_load_fracs end - def self.get_sequential_load_schedule(model, fractions) + def self.get_sequential_load_schedule(model, fractions, unavailable_periods) + if fractions.nil? + fractions = [0] + unavailable_periods = [] + end + values = fractions.map { |f| f > 1 ? 1.0 : f.round(5) } + sch_name = 'Sequential Fraction Schedule' if values.uniq.length == 1 - s = OpenStudio::Model::ScheduleConstant.new(model) - s.setValue(values[0]) + s = ScheduleConstant.new(model, sch_name, values[0], Constants.ScheduleTypeLimitsFraction, unavailable_periods: unavailable_periods) + s = s.schedule else s = Schedule.create_ruleset_from_daily_season(model, values) + s.setName(sch_name) + Schedule.set_unavailable_periods(s, sch_name, unavailable_periods, model.getYearDescription.assumedYear) + Schedule.set_schedule_type_limits(model, s, Constants.ScheduleTypeLimitsFraction) end - s.setName('Sequential Fraction Schedule') - Schedule.set_schedule_type_limits(model, s, Constants.ScheduleTypeLimitsFraction) return s end - def self.set_crankcase_assumptions(hvac_system) - hvac_ap = hvac_system.additional_properties - if hvac_system.is_a?(HPXML::HeatPump) - clg_sys_type = hvac_system.heat_pump_type - elsif hvac_system.is_a?(HPXML::CoolingSystem) - clg_sys_type = hvac_system.cooling_system_type - end - - if hvac_system.is_a?(HPXML::HeatPump) && (hvac_system.fraction_heat_load_served <= 0) - hvac_ap.crankcase_kw = 0.0 - hvac_ap.crankcase_temp = nil - elsif clg_sys_type == HPXML::HVACTypeHeatPumpMiniSplit - hvac_ap.crankcase_kw = 0.0 - hvac_ap.crankcase_temp = nil - elsif clg_sys_type == HPXML::HVACTypeMiniSplitAirConditioner - hvac_ap.crankcase_kw = 0.0 - hvac_ap.crankcase_temp = nil - else - if [HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom, HPXML::HVACTypePTAC, HPXML::HVACTypeRoomAirConditioner].include? clg_sys_type - hvac_ap.crankcase_kw = 0.0 + def self.set_sequential_load_fractions(model, control_zone, hvac_object, sequential_heat_load_fracs, sequential_cool_load_fracs, hvac_unavailable_periods, heating_system = nil) + heating_sch = get_sequential_load_schedule(model, sequential_heat_load_fracs, hvac_unavailable_periods) + cooling_sch = get_sequential_load_schedule(model, sequential_cool_load_fracs, hvac_unavailable_periods) + control_zone.setSequentialHeatingFractionSchedule(hvac_object, heating_sch) + control_zone.setSequentialCoolingFractionSchedule(hvac_object, cooling_sch) + + if (not heating_system.nil?) && (heating_system.is_a? HPXML::HeatingSystem) && heating_system.is_heat_pump_backup_system + # Backup system for a heat pump, and heat pump has been set with + # backup heating switchover temperature or backup heating lockout temperature. + # Use EMS to prevent operation of this system above the specified temperature. + + max_heating_temp = heating_system.primary_heat_pump.additional_properties.supp_max_temp + + # Sensor + tout_db_sensor = OpenStudio::Model::EnergyManagementSystemSensor.new(model, 'Site Outdoor Air Drybulb Temperature') + tout_db_sensor.setKeyName('Environment') + + # Actuator + if heating_sch.is_a? OpenStudio::Model::ScheduleConstant + actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(heating_sch, *EPlus::EMSActuatorScheduleConstantValue) + elsif heating_sch.is_a? OpenStudio::Model::ScheduleRuleset + actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(heating_sch, *EPlus::EMSActuatorScheduleYearValue) else - hvac_ap.crankcase_kw = 0.05 * hvac_system.fraction_cool_load_served # From RESNET Publication No. 002-2017 + fail "Unexpected heating schedule type: #{heating_sch.class}." end - hvac_ap.crankcase_temp = 50.0 # From RESNET Publication No. 002-2017 + actuator.setName("#{heating_sch.name.to_s.gsub(' ', '_')}_act") + + # Program + temp_override_program = OpenStudio::Model::EnergyManagementSystemProgram.new(model) + temp_override_program.setName("#{heating_sch.name} program") + temp_override_program.addLine("If #{tout_db_sensor.name} > #{UnitConversions.convert(max_heating_temp, 'F', 'C')}") + temp_override_program.addLine(" Set #{actuator.name} = 0") + temp_override_program.addLine('Else') + temp_override_program.addLine(" Set #{actuator.name} = NULL") # Allow normal operation + temp_override_program.addLine('EndIf') + + program_calling_manager = OpenStudio::Model::EnergyManagementSystemProgramCallingManager.new(model) + program_calling_manager.setName("#{heating_sch.name} program manager") + program_calling_manager.setCallingPoint('BeginZoneTimestepAfterInitHeatBalance') + program_calling_manager.addProgram(temp_override_program) end end - def self.set_heat_pump_temperatures(heat_pump) + def self.set_heat_pump_temperatures(heat_pump, runner = nil) hp_ap = heat_pump.additional_properties # Sets: @@ -3599,9 +3605,18 @@ def self.set_heat_pump_temperatures(heat_pump) if not heat_pump.backup_heating_switchover_temp.nil? hp_ap.hp_min_temp = heat_pump.backup_heating_switchover_temp hp_ap.supp_max_temp = heat_pump.backup_heating_switchover_temp + + if heat_pump.backup_type == HPXML::HeatPumpBackupTypeIntegrated + hp_backup_fuel = heat_pump.backup_heating_fuel + elsif not heat_pump.backup_system.nil? + hp_backup_fuel = heat_pump.backup_system.heating_system_fuel + end + if (hp_backup_fuel == HPXML::FuelTypeElectricity) && (not runner.nil?) + runner.registerError('Switchover temperature should not be used for a heat pump with electric backup; use compressor lockout temperature instead.') + end else + hp_ap.hp_min_temp = heat_pump.compressor_lockout_temp hp_ap.supp_max_temp = heat_pump.backup_heating_lockout_temp - hp_ap.hp_min_temp = -40.0 end end @@ -3958,7 +3973,7 @@ def self.apply_shared_cooling_systems(hpxml) chiller_input = UnitConversions.convert(cooling_system.cooling_efficiency_kw_per_ton * UnitConversions.convert(cap, 'Btu/hr', 'ton'), 'kW', 'W') if distribution_type == HPXML::HVACDistributionTypeHydronic if distribution_system.hydronic_type == HPXML::HydronicTypeWaterLoop - wlhp = hpxml.heat_pumps.select { |hp| hp.heat_pump_type == HPXML::HVACTypeHeatPumpWaterLoopToAir }[0] + wlhp = hpxml.heat_pumps.find { |hp| hp.heat_pump_type == HPXML::HVACTypeHeatPumpWaterLoopToAir } aux_dweq = wlhp.cooling_capacity / wlhp.cooling_efficiency_eer else aux_dweq = 0.0 @@ -3976,7 +3991,7 @@ def self.apply_shared_cooling_systems(hpxml) # Cooling tower w/ water loop heat pump if distribution_type == HPXML::HVACDistributionTypeHydronic if distribution_system.hydronic_type == HPXML::HydronicTypeWaterLoop - wlhp = hpxml.heat_pumps.select { |hp| hp.heat_pump_type == HPXML::HVACTypeHeatPumpWaterLoopToAir }[0] + wlhp = hpxml.heat_pumps.find { |hp| hp.heat_pump_type == HPXML::HVACTypeHeatPumpWaterLoopToAir } wlhp_cap = wlhp.cooling_capacity wlhp_input = wlhp_cap / wlhp.cooling_efficiency_eer end @@ -4077,7 +4092,7 @@ def self.apply_shared_heating_systems(hpxml) # Heat pump # If this approach is ever removed, also remove code in HVACSizing.apply_hvac_loads() - wlhp = hpxml.heat_pumps.select { |hp| hp.heat_pump_type == HPXML::HVACTypeHeatPumpWaterLoopToAir }[0] + wlhp = hpxml.heat_pumps.find { |hp| hp.heat_pump_type == HPXML::HVACTypeHeatPumpWaterLoopToAir } wlhp.fraction_heat_load_served = fraction_heat_load_served * (1.0 / wlhp.heating_efficiency_cop) wlhp.fraction_cool_load_served = 0.0 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb index 5239dd92..4e810d30 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/hvac_sizing.rb @@ -1,29 +1,13 @@ # frozen_string_literal: true class HVACSizing - def self.calculate(weather, hpxml, cfa, nbeds, hvac_systems) + def self.calculate(weather, hpxml, cfa, hvac_systems) # Calculates heating/cooling design loads, and selects equipment # values (e.g., capacities, airflows) specific to each HVAC system. # Calculations generally follow ACCA Manual J/S. @hpxml = hpxml @cfa = cfa - @nbeds = nbeds - - def self.is_system_to_skip(hvac) - # These shared systems should be converted to other equivalent - # systems before being autosized - if [HPXML::HVACTypeChiller, - HPXML::HVACTypeCoolingTower].include?(hvac.CoolType) - return true - end - if [HPXML::HVACTypeHeatPumpWaterLoopToAir].include?(hvac.HeatType) && - hvac.HeatingLoadFraction.nil? - return true - end - - return false - end process_site_calcs_and_design_temps(weather) @@ -31,8 +15,8 @@ def self.is_system_to_skip(hvac) bldg_design_loads = DesignLoads.new process_load_windows_skylights(bldg_design_loads, weather) process_load_doors(bldg_design_loads) - process_load_walls(bldg_design_loads, weather) - process_load_roofs(bldg_design_loads, weather) + process_load_walls(bldg_design_loads) + process_load_roofs(bldg_design_loads) process_load_ceilings(bldg_design_loads) process_load_floors(bldg_design_loads) process_load_slabs(bldg_design_loads) @@ -46,23 +30,26 @@ def self.is_system_to_skip(hvac) all_hvac_sizing_values = {} system_design_loads = bldg_design_loads.dup hvac_systems.each do |hvac_system| - hvac = get_hvac_information(hvac_system) - next if is_system_to_skip(hvac) + hvac_heating, hvac_cooling = hvac_system[:heating], hvac_system[:cooling] + set_hvac_types(hvac_heating, hvac_cooling) + next if is_system_to_skip(hvac_heating) # Apply duct loads as needed - apply_hvac_temperatures(hvac, system_design_loads) - ducts_heat_load = calculate_load_ducts_heating(system_design_loads, hvac) - ducts_cool_load_sens, ducts_cool_load_lat = calculate_load_ducts_cooling(system_design_loads, weather, hvac) + set_fractions_load_served(hvac_heating, hvac_cooling) + apply_hvac_temperatures(system_design_loads, hvac_heating, hvac_cooling) + ducts_heat_load = calculate_load_ducts_heating(system_design_loads, hvac_heating) + ducts_cool_load_sens, ducts_cool_load_lat = calculate_load_ducts_cooling(system_design_loads, weather, hvac_cooling) apply_load_ducts(bldg_design_loads, ducts_heat_load, ducts_cool_load_sens, ducts_cool_load_lat) # Update duct loads in reported building design loads hvac_sizing_values = HVACSizingValues.new - apply_hvac_loads(hvac, hvac_sizing_values, system_design_loads, ducts_heat_load, ducts_cool_load_sens, ducts_cool_load_lat) - apply_hvac_heat_pump_logic(hvac_sizing_values, hvac) - apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) - apply_hvac_installation_quality(hvac_sizing_values, weather, hvac) - apply_hvac_fixed_capacities(hvac_sizing_values, hvac) - apply_hvac_ground_loop(hvac_sizing_values, weather, hvac) - apply_hvac_finalize_airflows(hvac_sizing_values, hvac) + apply_hvac_loads(hvac_heating, hvac_sizing_values, system_design_loads, ducts_heat_load, ducts_cool_load_sens, ducts_cool_load_lat) + apply_hvac_size_limits(hvac_cooling) + apply_hvac_heat_pump_logic(hvac_sizing_values, hvac_cooling) + apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac_heating, hvac_cooling, hvac_system) + apply_hvac_installation_quality(hvac_sizing_values, hvac_heating, hvac_cooling) + apply_hvac_fixed_capacities(hvac_sizing_values, hvac_heating, hvac_cooling) + apply_hvac_ground_loop(hvac_sizing_values, weather, hvac_cooling) + apply_hvac_finalize_airflows(hvac_sizing_values, hvac_heating, hvac_cooling) all_hvac_sizing_values[hvac_system] = hvac_sizing_values end @@ -72,6 +59,21 @@ def self.is_system_to_skip(hvac) private + def self.is_system_to_skip(hvac_heating) + # These shared systems should be converted to other equivalent + # systems before being autosized + if [HPXML::HVACTypeChiller, + HPXML::HVACTypeCoolingTower].include?(@cooling_type) + return true + end + if (@heating_type == HPXML::HVACTypeHeatPumpWaterLoopToAir) && + hvac_heating.fraction_heat_load_served.nil? + return true + end + + return false + end + def self.process_site_calcs_and_design_temps(weather) ''' Site Calculations and Design Temperatures @@ -81,14 +83,14 @@ def self.process_site_calcs_and_design_temps(weather) @daily_range_temp_adjust = [4, 0, -5] # Manual J inside conditions - @cool_setpoint = 75.0 - @heat_setpoint = 70.0 + @cool_setpoint = @hpxml.header.manualj_cooling_setpoint + @heat_setpoint = @hpxml.header.manualj_heating_setpoint @cool_design_grains = UnitConversions.convert(weather.design.CoolingHumidityRatio, 'lbm/lbm', 'grains') # Calculate the design temperature differences - @ctd = [weather.design.CoolingDrybulb - @cool_setpoint, 0.0].max - @htd = [@heat_setpoint - weather.design.HeatingDrybulb, 0.0].max + @ctd = [@hpxml.header.manualj_cooling_design_temp - @cool_setpoint, 0.0].max + @htd = [@heat_setpoint - @hpxml.header.manualj_heating_design_temp, 0.0].max # Calculate the average Daily Temperature Range (DTR) to determine the class (low, medium, high) dtr = weather.design.DailyTemperatureRange @@ -109,11 +111,12 @@ def self.process_site_calcs_and_design_temps(weather) @acf = MathTools.interp2(weather.header.Altitude, alt_cnt * 1000.0, (alt_cnt + 1.0) * 1000.0, acfs[alt_cnt], acfs[alt_cnt + 1]) # Calculate the interior humidity in Grains and enthalpy in Btu/lb for cooling - pwsat = UnitConversions.convert(0.430075, 'psi', 'kPa') # Calculated for 75degF indoor temperature - rh_indoor_cooling = 0.55 # Manual J is vague on the indoor RH. 55% corresponds to BA goals + cool_setpoint_c = UnitConversions.convert(@cool_setpoint, 'F', 'C') + pwsat = 6.11 * 10**(7.5 * cool_setpoint_c / (237.3 + cool_setpoint_c)) / 10.0 # kPa, using https://www.weather.gov/media/epz/wxcalc/vaporPressure.pdf + rh_indoor_cooling = 0.5 # Manual J is vague on the indoor RH but uses 50% in its examples hr_indoor_cooling = (0.62198 * rh_indoor_cooling * pwsat) / (UnitConversions.convert(weather.header.LocalPressure, 'atm', 'kPa') - rh_indoor_cooling * pwsat) @cool_indoor_grains = UnitConversions.convert(hr_indoor_cooling, 'lbm/lbm', 'grains') - @wetbulb_indoor_cooling = Psychrometrics.Twb_fT_R_P(@cool_setpoint, rh_indoor_cooling, UnitConversions.convert(weather.header.LocalPressure, 'atm', 'psi')) + @wetbulb_indoor_cooling = Psychrometrics.Twb_fT_R_P(nil, @cool_setpoint, rh_indoor_cooling, UnitConversions.convert(weather.header.LocalPressure, 'atm', 'psi')) db_indoor_degC = UnitConversions.convert(@cool_setpoint, 'F', 'C') @enthalpy_indoor_cooling = (1.006 * db_indoor_degC + hr_indoor_cooling * (2501.0 + 1.86 * db_indoor_degC)) * UnitConversions.convert(1.0, 'kJ', 'Btu') * UnitConversions.convert(1.0, 'lbm', 'kg') @@ -144,11 +147,11 @@ def self.process_site_calcs_and_design_temps(weather) if [HPXML::LocationOtherHousingUnit, HPXML::LocationOtherHeatedSpace, HPXML::LocationOtherMultifamilyBufferSpace, HPXML::LocationOtherNonFreezingSpace, HPXML::LocationExteriorWall, HPXML::LocationUnderSlab].include? location - @cool_design_temps[location] = calculate_scheduled_space_design_temps(location, @cool_setpoint, weather.design.CoolingDrybulb, weather.data.GroundMonthlyTemps.max) - @heat_design_temps[location] = calculate_scheduled_space_design_temps(location, @heat_setpoint, weather.design.HeatingDrybulb, weather.data.GroundMonthlyTemps.min) + @cool_design_temps[location] = calculate_scheduled_space_design_temps(location, @cool_setpoint, @hpxml.header.manualj_cooling_design_temp, weather.data.GroundMonthlyTemps.max) + @heat_design_temps[location] = calculate_scheduled_space_design_temps(location, @heat_setpoint, @hpxml.header.manualj_heating_design_temp, weather.data.GroundMonthlyTemps.min) elsif [HPXML::LocationOutside, HPXML::LocationRoofDeck].include? location - @cool_design_temps[location] = weather.design.CoolingDrybulb - @heat_design_temps[location] = weather.design.HeatingDrybulb + @cool_design_temps[location] = @hpxml.header.manualj_cooling_design_temp + @heat_design_temps[location] = @hpxml.header.manualj_heating_design_temp elsif HPXML::conditioned_locations.include? location @cool_design_temps[location] = process_design_temp_cooling(weather, HPXML::LocationLivingSpace) @heat_design_temps[location] = process_design_temp_heating(weather, HPXML::LocationLivingSpace) @@ -164,7 +167,7 @@ def self.process_design_temp_heating(weather, location) heat_temp = @heat_setpoint elsif location == HPXML::LocationGarage - heat_temp = weather.design.HeatingDrybulb + 13.0 + heat_temp = @hpxml.header.manualj_heating_design_temp + 13.0 elsif (location == HPXML::LocationAtticUnvented) || (location == HPXML::LocationAtticVented) @@ -178,16 +181,16 @@ def self.process_design_temp_heating(weather, location) # Attic is considered to be encapsulated. MJ8 says to use an attic # temperature of 95F, however alternative approaches are permissible if location == HPXML::LocationAtticVented - heat_temp = weather.design.HeatingDrybulb + heat_temp = @hpxml.header.manualj_heating_design_temp else - heat_temp = calculate_space_design_temps(location, weather, @heat_setpoint, weather.design.HeatingDrybulb, weather.data.GroundMonthlyTemps.min) + heat_temp = calculate_space_design_temps(location, weather, @heat_setpoint, @hpxml.header.manualj_heating_design_temp, weather.data.GroundMonthlyTemps.min) end else - heat_temp = weather.design.HeatingDrybulb + heat_temp = @hpxml.header.manualj_heating_design_temp end elsif [HPXML::LocationBasementUnconditioned, HPXML::LocationCrawlspaceUnvented, HPXML::LocationCrawlspaceVented].include? location - heat_temp = calculate_space_design_temps(location, weather, @heat_setpoint, weather.design.HeatingDrybulb, weather.data.GroundMonthlyTemps.min) + heat_temp = calculate_space_design_temps(location, weather, @heat_setpoint, @hpxml.header.manualj_heating_design_temp, weather.data.GroundMonthlyTemps.min) end @@ -224,15 +227,15 @@ def self.process_design_temp_cooling(weather, location) # Calculate the garage cooling design temperature based on Table 4C # Linearly interpolate between having living space over the garage and not having living space above the garage if @daily_range_num == 0.0 - cool_temp = (weather.design.CoolingDrybulb + + cool_temp = (@hpxml.header.manualj_cooling_design_temp + (11.0 * garage_frac_under_conditioned) + (22.0 * (1.0 - garage_frac_under_conditioned))) elsif @daily_range_num == 1.0 - cool_temp = (weather.design.CoolingDrybulb + + cool_temp = (@hpxml.header.manualj_cooling_design_temp + (6.0 * garage_frac_under_conditioned) + (17.0 * (1.0 - garage_frac_under_conditioned))) elsif @daily_range_num == 2.0 - cool_temp = (weather.design.CoolingDrybulb + + cool_temp = (@hpxml.header.manualj_cooling_design_temp + (1.0 * garage_frac_under_conditioned) + (12.0 * (1.0 - garage_frac_under_conditioned))) end @@ -249,9 +252,9 @@ def self.process_design_temp_cooling(weather, location) # Attic is considered to be encapsulated. MJ8 says to use an attic # temperature of 95F, however alternative approaches are permissible if location == HPXML::LocationAtticVented - cool_temp = weather.design.CoolingDrybulb + 40.0 # This is the number from a California study with dark shingle roof and similar ventilation. + cool_temp = @hpxml.header.manualj_cooling_design_temp + 40.0 # This is the number from a California study with dark shingle roof and similar ventilation. else - cool_temp = calculate_space_design_temps(location, weather, @cool_setpoint, weather.design.CoolingDrybulb, weather.data.GroundMonthlyTemps.max, true) + cool_temp = calculate_space_design_temps(location, weather, @cool_setpoint, @hpxml.header.manualj_cooling_design_temp, weather.data.GroundMonthlyTemps.max, true) end else @@ -267,9 +270,9 @@ def self.process_design_temp_cooling(weather, location) if location == HPXML::LocationAtticUnvented if not roof.radiant_barrier - cool_temp += (150.0 + (weather.design.CoolingDrybulb - 95.0) + @daily_range_temp_adjust[@daily_range_num]) * roof.net_area + cool_temp += (150.0 + (@hpxml.header.manualj_cooling_design_temp - 95.0) + @daily_range_temp_adjust[@daily_range_num]) * roof.net_area else - cool_temp += (130.0 + (weather.design.CoolingDrybulb - 95.0) + @daily_range_temp_adjust[@daily_range_num]) * roof.net_area + cool_temp += (130.0 + (@hpxml.header.manualj_cooling_design_temp - 95.0) + @daily_range_temp_adjust[@daily_range_num]) * roof.net_area end else if not roof.radiant_barrier @@ -331,11 +334,11 @@ def self.process_design_temp_cooling(weather, location) cool_temp /= tot_roof_area # Adjust base CLTD for cooling design temperature and daily range - cool_temp += (weather.design.CoolingDrybulb - 95.0) + @daily_range_temp_adjust[@daily_range_num] + cool_temp += (@hpxml.header.manualj_cooling_design_temp - 95.0) + @daily_range_temp_adjust[@daily_range_num] end elsif [HPXML::LocationBasementUnconditioned, HPXML::LocationCrawlspaceUnvented, HPXML::LocationCrawlspaceVented].include? location - cool_temp = calculate_space_design_temps(location, weather, @cool_setpoint, weather.design.CoolingDrybulb, weather.data.GroundMonthlyTemps.max) + cool_temp = calculate_space_design_temps(location, weather, @cool_setpoint, @hpxml.header.manualj_cooling_design_temp, weather.data.GroundMonthlyTemps.max) end @@ -476,7 +479,7 @@ def self.process_load_windows_skylights(bldg_design_loads, weather) # Windows bldg_design_loads.Heat_Windows = 0.0 alp_load = 0.0 # Average Load Procedure (ALP) Load - afl_hr = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # Initialize Hourly Aggregate Fenestration Load (AFL) + afl_hr = [0.0] * 12 # Initialize Hourly Aggregate Fenestration Load (AFL) @hpxml.windows.each do |window| next unless window.wall.is_exterior_thermal_boundary @@ -489,7 +492,7 @@ def self.process_load_windows_skylights(bldg_design_loads, weather) bldg_design_loads.Heat_Windows += window_ufactor * window.area * @htd - for hr in -1..12 + for hr in -1..11 # If hr == -1: Calculate the Average Load Procedure (ALP) Load # Else: Calculate the hourly Aggregate Fenestration Load (AFL) @@ -610,7 +613,7 @@ def self.process_load_windows_skylights(bldg_design_loads, weather) # Skylights bldg_design_loads.Heat_Skylights = 0.0 alp_load = 0.0 # Average Load Procedure (ALP) Load - afl_hr = [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # Initialize Hourly Aggregate Fenestration Load (AFL) + afl_hr = [0.0] * 12 # Initialize Hourly Aggregate Fenestration Load (AFL) @hpxml.skylights.each do |skylight| skylight_summer_sf = skylight.interior_shading_factor_summer * skylight.exterior_shading_factor_summer @@ -622,7 +625,7 @@ def self.process_load_windows_skylights(bldg_design_loads, weather) bldg_design_loads.Heat_Skylights += skylight_ufactor * skylight.area * @htd - for hr in -1..12 + for hr in -1..11 # If hr == -1: Calculate the Average Load Procedure (ALP) Load # Else: Calculate the hourly Aggregate Fenestration Load (AFL) @@ -716,7 +719,7 @@ def self.process_load_doors(bldg_design_loads) end end - def self.process_load_walls(bldg_design_loads, weather) + def self.process_load_walls(bldg_design_loads) ''' Heating and Cooling Loads: Walls ''' @@ -771,7 +774,7 @@ def self.process_load_walls(bldg_design_loads, weather) if @ctd >= 10.0 # Adjust the CLTD for different cooling design temperatures - cltd += (weather.design.CoolingDrybulb - 95.0) + cltd += (@hpxml.header.manualj_cooling_design_temp - 95.0) # Adjust the CLTD for daily temperature range cltd += @daily_range_temp_adjust[@daily_range_num] else @@ -799,7 +802,7 @@ def self.process_load_walls(bldg_design_loads, weather) end end - def self.process_load_roofs(bldg_design_loads, weather) + def self.process_load_roofs(bldg_design_loads) ''' Heating and Cooling Loads: Roofs ''' @@ -846,7 +849,7 @@ def self.process_load_roofs(bldg_design_loads, weather) end # Adjust base CLTD for different CTD or DR - cltd += (weather.design.CoolingDrybulb - 95.0) + @daily_range_temp_adjust[@daily_range_num] + cltd += (@hpxml.header.manualj_cooling_design_temp - 95.0) + @daily_range_temp_adjust[@daily_range_num] bldg_design_loads.Cool_Roofs += (1.0 / roof.insulation_assembly_r_value) * roof.net_area * cltd bldg_design_loads.Heat_Roofs += (1.0 / roof.insulation_assembly_r_value) * roof.net_area * @htd @@ -953,9 +956,16 @@ def self.process_load_slabs(bldg_design_loads) bldg_design_loads.Heat_Slabs += f_value * slab.exposed_perimeter * @htd elsif HPXML::conditioned_below_grade_locations.include? slab.interior_adjacent_to # Based on MJ 8th Ed. A12-7 and ASHRAE HoF 2013 pg 18.31 Eq 40 - # FIXME: Assumes slab is uninsulated? - k_soil = @hpxml.site.ground_conductivity - r_other = Material.Concrete(4.0).rvalue + Material.AirFilmFloorAverage.rvalue + slab_is_insulated = false + if slab.under_slab_insulation_width > 0 && slab.under_slab_insulation_r_value > 0 + slab_is_insulated = true + elsif slab.perimeter_insulation_depth > 0 && slab.perimeter_insulation_r_value > 0 + slab_is_insulated = true + elsif slab.under_slab_insulation_spans_entire_slab && slab.under_slab_insulation_r_value > 0 + slab_is_insulated = true + end + k_soil = 0.8 # Value from ASHRAE HoF, probably used by Manual J + r_other = 1.47 # Value from ASHRAE HoF, probably used by Manual J foundation_walls = @hpxml.foundation_walls.select { |fw| fw.is_thermal_boundary } z_f = foundation_walls.map { |fw| fw.depth_below_grade }.sum(0.0) / foundation_walls.size # Average below-grade depth sqrt_term = [slab.exposed_perimeter**2 - 16.0 * slab.area, 0.0].max @@ -964,8 +974,11 @@ def self.process_load_slabs(bldg_design_loads) w_b = [length, width].min w_b = [w_b, 1.0].max # handle zero exposed perimeter u_avg_bf = (2.0 * k_soil / (Math::PI * w_b)) * (Math::log(w_b / 2.0 + z_f / 2.0 + (k_soil * r_other) / Math::PI) - Math::log(z_f / 2.0 + (k_soil * r_other) / Math::PI)) - u_value_mj8 = 0.85 * u_avg_bf - bldg_design_loads.Heat_Slabs += u_value_mj8 * slab.area * @htd + u_value = 0.85 * u_avg_bf # To account for the storage effect of soil, multiply by 0.85 + if slab_is_insulated + u_value *= 0.7 # U-values are multiplied y 0.70 to produce U-values for insulated floors + end + bldg_design_loads.Heat_Slabs += u_value * slab.area * @htd end end end @@ -975,23 +988,8 @@ def self.process_load_infiltration_ventilation(bldg_design_loads, weather) Heating and Cooling Loads: Infiltration & Ventilation ''' - # FUTURE: Consolidate code w/ airflow.rb - infil_volume = @hpxml.air_infiltration_measurements.select { |i| !i.infiltration_volume.nil? }[0].infiltration_volume - infil_height = @hpxml.air_infiltration_measurements.select { |i| !i.infiltration_height.nil? }[0].infiltration_height - sla = nil - @hpxml.air_infiltration_measurements.each do |measurement| - if [HPXML::UnitsACH, HPXML::UnitsCFM].include?(measurement.unit_of_measure) && !measurement.house_pressure.nil? - if measurement.unit_of_measure == HPXML::UnitsACH - ach50 = Airflow.calc_air_leakage_at_diff_pressure(0.65, measurement.air_leakage, measurement.house_pressure, 50.0) - elsif measurement.unit_of_measure == HPXML::UnitsCFM - achXX = measurement.air_leakage * 60.0 / infil_volume # Convert CFM to ACH - ach50 = Airflow.calc_air_leakage_at_diff_pressure(0.65, achXX, measurement.house_pressure, 50.0) - end - sla = Airflow.get_infiltration_SLA_from_ACH50(ach50, 0.65, @cfa, infil_volume) - elsif measurement.unit_of_measure == HPXML::UnitsACHNatural - sla = Airflow.get_infiltration_SLA_from_ACH(measurement.air_leakage, infil_height, weather) - end - end + sla, _ach50, _nach, _volume, _height, a_ext = Airflow.get_values_from_air_infiltration_measurements(@hpxml, @cfa, weather) + sla *= a_ext ela = sla * @cfa ncfl_ag = @hpxml.building_construction.number_of_conditioned_floors_above_grade @@ -1012,13 +1010,13 @@ def self.process_load_infiltration_ventilation(bldg_design_loads, weather) cfm_Heating = q_bal_Sens + (icfm_Heating**2.0 + q_unb_cfm**2.0)**0.5 - q_preheat - q_recirc - cfm_Cool_Load_Sens = q_bal_Sens + (icfm_Cooling**2.0 + q_unb_cfm**2.0)**0.5 - q_precool - q_recirc - cfm_Cool_Load_Lat = q_bal_Lat + (icfm_Cooling**2.0 + q_unb_cfm**2.0)**0.5 - q_recirc + cfm_cool_load_sens = q_bal_Sens + (icfm_Cooling**2.0 + q_unb_cfm**2.0)**0.5 - q_precool - q_recirc + cfm_cool_load_lat = q_bal_Lat + (icfm_Cooling**2.0 + q_unb_cfm**2.0)**0.5 - q_recirc bldg_design_loads.Heat_InfilVent = 1.1 * @acf * cfm_Heating * @htd - bldg_design_loads.Cool_Infil_Sens = 1.1 * @acf * cfm_Cool_Load_Sens * @ctd - bldg_design_loads.Cool_Infil_Lat = 0.68 * @acf * cfm_Cool_Load_Lat * (@cool_design_grains - @cool_indoor_grains) + bldg_design_loads.Cool_InfilVent_Sens = 1.1 * @acf * cfm_cool_load_sens * @ctd + bldg_design_loads.Cool_InfilVent_Lat = 0.68 * @acf * cfm_cool_load_lat * (@cool_design_grains - @cool_indoor_grains) end def self.process_load_internal_gains(bldg_design_loads) @@ -1026,10 +1024,8 @@ def self.process_load_internal_gains(bldg_design_loads) Cooling Load: Internal Gains ''' - # Per ANSI/RESNET/ICC 301 - n_occupants = @nbeds + 1 - bldg_design_loads.Cool_IntGains_Sens = 1600.0 + 230.0 * n_occupants - bldg_design_loads.Cool_IntGains_Lat = 200.0 * n_occupants + bldg_design_loads.Cool_IntGains_Sens = @hpxml.header.manualj_internal_loads_sensible + 230.0 * @hpxml.header.manualj_num_occupants + bldg_design_loads.Cool_IntGains_Lat = @hpxml.header.manualj_internal_loads_latent + 200.0 * @hpxml.header.manualj_num_occupants end def self.aggregate_loads(bldg_design_loads) @@ -1048,12 +1044,12 @@ def self.aggregate_loads(bldg_design_loads) bldg_design_loads.Cool_Sens = bldg_design_loads.Cool_Windows + bldg_design_loads.Cool_Skylights + bldg_design_loads.Cool_Doors + bldg_design_loads.Cool_Walls + bldg_design_loads.Cool_Floors + bldg_design_loads.Cool_Ceilings + - bldg_design_loads.Cool_Roofs + bldg_design_loads.Cool_Infil_Sens + + bldg_design_loads.Cool_Roofs + bldg_design_loads.Cool_InfilVent_Sens + bldg_design_loads.Cool_IntGains_Sens - bldg_design_loads.Cool_Lat = bldg_design_loads.Cool_Infil_Lat + bldg_design_loads.Cool_IntGains_Lat + bldg_design_loads.Cool_Lat = bldg_design_loads.Cool_InfilVent_Lat + bldg_design_loads.Cool_IntGains_Lat if bldg_design_loads.Cool_Lat < 0 # No latent loads; also zero out individual components bldg_design_loads.Cool_Lat = 0.0 - bldg_design_loads.Cool_Infil_Lat = 0.0 + bldg_design_loads.Cool_InfilVent_Lat = 0.0 bldg_design_loads.Cool_IntGains_Lat = 0.0 end bldg_design_loads.Cool_Tot = bldg_design_loads.Cool_Sens + bldg_design_loads.Cool_Lat @@ -1064,60 +1060,55 @@ def self.aggregate_loads(bldg_design_loads) bldg_design_loads.Cool_Ducts_Lat = 0.0 end - def self.apply_hvac_temperatures(hvac, system_design_loads) + def self.apply_hvac_temperatures(system_design_loads, hvac_heating, hvac_cooling) ''' HVAC Temperatures ''' # Evaporative cooler temperature calculation based on Manual S Figure 4-7 - if hvac.CoolType == HPXML::HVACTypeEvaporativeCooler + if @cooling_type == HPXML::HVACTypeEvaporativeCooler td_potential = @cool_design_temps[HPXML::LocationOutside] - @wetbulb_outdoor_cooling - td = td_potential * hvac.EvapCoolerEffectiveness - hvac.LeavingAirTemp = @cool_design_temps[HPXML::LocationOutside] - td + td = td_potential * hvac_cooling.additional_properties.effectiveness + @leaving_air_temp = @cool_design_temps[HPXML::LocationOutside] - td else # Calculate Leaving Air Temperature shr = [system_design_loads.Cool_Sens / system_design_loads.Cool_Tot, 1.0].min # Determine the Leaving Air Temperature (LAT) based on Manual S Table 1-4 if shr < 0.80 - hvac.LeavingAirTemp = 54.0 # F + @leaving_air_temp = 54.0 # F elsif shr < 0.85 # MJ8 says to use 56 degF in this SHR range. Linear interpolation provides a more # continuous supply air flow rate across building efficiency levels. - hvac.LeavingAirTemp = ((58.0 - 54.0) / (0.85 - 0.80)) * (shr - 0.8) + 54.0 # F + @leaving_air_temp = ((58.0 - 54.0) / (0.85 - 0.80)) * (shr - 0.8) + 54.0 # F else - hvac.LeavingAirTemp = 58.0 # F + @leaving_air_temp = 58.0 # F end end # Calculate Supply Air Temperature - if [HPXML::HVACTypeHeatPumpAirToAir, - HPXML::HVACTypeHeatPumpMiniSplit, - HPXML::HVACTypeHeatPumpGroundToAir, - HPXML::HVACTypeHeatPumpWaterLoopToAir, - HPXML::HVACTypeHeatPumpPTHP, - HPXML::HVACTypeHeatPumpRoom].include? hvac.HeatType - hvac.SupplyAirTemp = 105.0 # F - hvac.BackupSupplyAirTemp = 120.0 # F + if hvac_heating.is_a? HPXML::HeatPump + @supply_air_temp = 105.0 # F + @backup_supply_air_temp = 120.0 # F else - hvac.SupplyAirTemp = 120.0 # F + @supply_air_temp = 120.0 # F end end - def self.apply_hvac_loads(hvac, system_design_loads, bldg_design_loads, ducts_heat_load, ducts_cool_load_sens, ducts_cool_load_lat) + def self.apply_hvac_loads(hvac_heating, system_design_loads, bldg_design_loads, ducts_heat_load, ducts_cool_load_sens, ducts_cool_load_lat) # Calculate design loads that this HVAC system serves # Heating - system_design_loads.Heat_Load = bldg_design_loads.Heat_Tot * hvac.HeatingLoadFraction - if hvac.HeatType == HPXML::HVACTypeHeatPumpWaterLoopToAir + system_design_loads.Heat_Load = bldg_design_loads.Heat_Tot * @fraction_heat_load_served + if @heating_type == HPXML::HVACTypeHeatPumpWaterLoopToAir # Size to meet original fraction load served (not adjusted value from HVAC.apply_shared_heating_systems() # This ensures, e.g., that an appropriate heating airflow is used for duct losses. - system_design_loads.Heat_Load = system_design_loads.Heat_Load / (1.0 / hvac.HeatingCOP) + system_design_loads.Heat_Load = system_design_loads.Heat_Load / (1.0 / hvac_heating.heating_efficiency_cop) end system_design_loads.Heat_Load_Supp = system_design_loads.Heat_Load # Cooling - system_design_loads.Cool_Load_Tot = bldg_design_loads.Cool_Tot * hvac.CoolingLoadFraction - system_design_loads.Cool_Load_Sens = bldg_design_loads.Cool_Sens * hvac.CoolingLoadFraction - system_design_loads.Cool_Load_Lat = bldg_design_loads.Cool_Lat * hvac.CoolingLoadFraction + system_design_loads.Cool_Load_Tot = bldg_design_loads.Cool_Tot * @fraction_cool_load_served + system_design_loads.Cool_Load_Sens = bldg_design_loads.Cool_Sens * @fraction_cool_load_served + system_design_loads.Cool_Load_Lat = bldg_design_loads.Cool_Lat * @fraction_cool_load_served # After applying load fraction to building design loads (w/o ducts), add duct load specific to this HVAC system system_design_loads.Heat_Load += ducts_heat_load.to_f @@ -1127,54 +1118,65 @@ def self.apply_hvac_loads(hvac, system_design_loads, bldg_design_loads, ducts_he system_design_loads.Cool_Load_Tot += ducts_cool_load_sens.to_f + ducts_cool_load_lat.to_f end - def self.apply_hvac_heat_pump_logic(hvac_sizing_values, hvac) - # If HERS/MaxLoad methodology, uses at least the larger of heating and cooling loads for heat pump sizing (required for ERI). - if [HPXML::HVACTypeHeatPumpAirToAir, - HPXML::HVACTypeHeatPumpMiniSplit, - HPXML::HVACTypeHeatPumpGroundToAir, - HPXML::HVACTypeHeatPumpWaterLoopToAir, - HPXML::HVACTypeHeatPumpPTHP, - HPXML::HVACTypeHeatPumpRoom].include? hvac.CoolType - if (@hpxml.header.heat_pump_sizing_methodology != HPXML::HeatPumpSizingACCA) && (hvac.CoolingLoadFraction > 0) && (hvac.HeatingLoadFraction > 0) - # Note: Heat_Load_Supp should NOT be adjusted; we only want to adjust the HP capacity, not the HP backup heating capacity. - max_load = [hvac_sizing_values.Heat_Load, hvac_sizing_values.Cool_Load_Tot].max - hvac_sizing_values.Heat_Load = max_load - hvac_sizing_values.Cool_Load_Sens *= max_load / hvac_sizing_values.Cool_Load_Tot - hvac_sizing_values.Cool_Load_Lat *= max_load / hvac_sizing_values.Cool_Load_Tot - hvac_sizing_values.Cool_Load_Tot = max_load + def self.apply_hvac_size_limits(hvac_cooling) + @oversize_limit = 1.15 + @oversize_delta = 15000.0 + @undersize_limit = 0.9 - # Override Manual S oversize allowances: - hvac.OverSizeLimit = 1.0 - hvac.OverSizeDelta = 0.0 + if not hvac_cooling.nil? + if hvac_cooling.compressor_type == HPXML::HVACCompressorTypeTwoStage + @oversize_limit = 1.2 + elsif hvac_cooling.compressor_type == HPXML::HVACCompressorTypeVariableSpeed + @oversize_limit = 1.3 end end end + def self.apply_hvac_heat_pump_logic(hvac_sizing_values, hvac_cooling) + # If HERS/MaxLoad methodology, uses at least the larger of heating and cooling loads for heat pump sizing (required for ERI). + return unless hvac_cooling.is_a? HPXML::HeatPump + return if @fraction_cool_load_served == 0 + return if @fraction_heat_load_served == 0 + + if (@hpxml.header.heat_pump_sizing_methodology != HPXML::HeatPumpSizingACCA) + # Note: Heat_Load_Supp should NOT be adjusted; we only want to adjust the HP capacity, not the HP backup heating capacity. + max_load = [hvac_sizing_values.Heat_Load, hvac_sizing_values.Cool_Load_Tot].max + hvac_sizing_values.Heat_Load = max_load + hvac_sizing_values.Cool_Load_Sens *= max_load / hvac_sizing_values.Cool_Load_Tot + hvac_sizing_values.Cool_Load_Lat *= max_load / hvac_sizing_values.Cool_Load_Tot + hvac_sizing_values.Cool_Load_Tot = max_load + + # Override Manual S oversize allowances: + @oversize_limit = 1.0 + @oversize_delta = 0.0 + end + end + def self.get_duct_regain_factor(duct) # dse_Fregain values comes from MJ8 pg 204 and Walker (1998) "Technical background for default # values used for forced air systems in proposed ASHRAE Std. 152" dse_Fregain = nil - if [HPXML::LocationOutside, HPXML::LocationRoofDeck].include? duct.Location + if [HPXML::LocationOutside, HPXML::LocationRoofDeck].include? duct.duct_location dse_Fregain = 0.0 elsif [HPXML::LocationOtherHousingUnit, HPXML::LocationOtherHeatedSpace, HPXML::LocationOtherMultifamilyBufferSpace, - HPXML::LocationOtherNonFreezingSpace, HPXML::LocationExteriorWall, HPXML::LocationUnderSlab].include? duct.Location - space_values = Geometry.get_temperature_scheduled_space_values(duct.Location) + HPXML::LocationOtherNonFreezingSpace, HPXML::LocationExteriorWall, HPXML::LocationUnderSlab].include? duct.duct_location + space_values = Geometry.get_temperature_scheduled_space_values(duct.duct_location) dse_Fregain = space_values[:f_regain] - elsif [HPXML::LocationBasementUnconditioned, HPXML::LocationCrawlspaceVented, HPXML::LocationCrawlspaceUnvented].include? duct.Location + elsif [HPXML::LocationBasementUnconditioned, HPXML::LocationCrawlspaceVented, HPXML::LocationCrawlspaceUnvented].include? duct.duct_location - ceilings = @hpxml.floors.select { |f| f.is_floor && [f.interior_adjacent_to, f.exterior_adjacent_to].include?(duct.Location) } + ceilings = @hpxml.floors.select { |f| f.is_floor && [f.interior_adjacent_to, f.exterior_adjacent_to].include?(duct.duct_location) } avg_ceiling_rvalue = calculate_average_r_value(ceilings) ceiling_insulated = (avg_ceiling_rvalue > 4) - walls = @hpxml.foundation_walls.select { |f| [f.interior_adjacent_to, f.exterior_adjacent_to].include? duct.Location } + walls = @hpxml.foundation_walls.select { |f| [f.interior_adjacent_to, f.exterior_adjacent_to].include? duct.duct_location } avg_wall_rvalue = calculate_average_r_value(walls) walls_insulated = (avg_wall_rvalue > 4) - if duct.Location == HPXML::LocationBasementUnconditioned + if duct.duct_location == HPXML::LocationBasementUnconditioned if not ceiling_insulated if not walls_insulated dse_Fregain = 0.50 # Uninsulated ceiling, uninsulated walls @@ -1184,7 +1186,7 @@ def self.get_duct_regain_factor(duct) else dse_Fregain = 0.30 # Insulated ceiling end - elsif duct.Location == HPXML::LocationCrawlspaceVented + elsif duct.duct_location == HPXML::LocationCrawlspaceVented if ceiling_insulated && walls_insulated dse_Fregain = 0.17 # Insulated ceiling, insulated walls elsif ceiling_insulated && (not walls_insulated) @@ -1194,7 +1196,7 @@ def self.get_duct_regain_factor(duct) elsif (not ceiling_insulated) && (not walls_insulated) dse_Fregain = 0.50 # Uninsulated ceiling, uninsulated walls end - elsif duct.Location == HPXML::LocationCrawlspaceUnvented + elsif duct.duct_location == HPXML::LocationCrawlspaceUnvented if ceiling_insulated && walls_insulated dse_Fregain = 0.30 # Insulated ceiling, insulated walls elsif ceiling_insulated && (not walls_insulated) @@ -1206,13 +1208,13 @@ def self.get_duct_regain_factor(duct) end end - elsif [HPXML::LocationAtticVented, HPXML::LocationAtticUnvented].include? duct.Location + elsif [HPXML::LocationAtticVented, HPXML::LocationAtticUnvented].include? duct.duct_location dse_Fregain = 0.10 # This would likely be higher for unvented attics with roof insulation - elsif [HPXML::LocationGarage].include? duct.Location + elsif [HPXML::LocationGarage].include? duct.duct_location dse_Fregain = 0.05 - elsif HPXML::conditioned_locations.include? duct.Location + elsif HPXML::conditioned_locations.include? duct.duct_location dse_Fregain = 1.0 end @@ -1220,31 +1222,20 @@ def self.get_duct_regain_factor(duct) return dse_Fregain end - def self.calculate_load_ducts_heating(system_design_loads, hvac) + def self.calculate_load_ducts_heating(system_design_loads, hvac_heating) ''' Heating Duct Loads ''' - return if (system_design_loads.Heat_Tot == 0) || (hvac.HeatingLoadFraction == 0) || hvac.Ducts.empty? + return if hvac_heating.nil? || (system_design_loads.Heat_Tot == 0) || hvac_heating.distribution_system.nil? || hvac_heating.distribution_system.ducts.empty? + return if @fraction_heat_load_served == 0 - init_heat_load = system_design_loads.Heat_Tot * hvac.HeatingLoadFraction + init_heat_load = system_design_loads.Heat_Tot * @fraction_heat_load_served # Distribution system efficiency (DSE) calculations based on ASHRAE Standard 152 - dse_As, dse_Ar = calc_ducts_areas(hvac.Ducts) - supply_r, return_r = calc_ducts_rvalues(hvac.Ducts) - - design_temp_values = { HPXML::DuctTypeSupply => @heat_design_temps, HPXML::DuctTypeReturn => @heat_design_temps } - dse_Tamb_heating_s, dse_Tamb_heating_r = calc_ducts_area_weighted_average(hvac.Ducts, design_temp_values) - # ASHRAE 152 6.5.2 - # For systems with ducts in several locations, F_regain shall be weighted by the fraction of exposed duct area - # in each space. F_regain shall be calculated separately for supply and return locations. - dse_Fregains = {} - hvac.Ducts.each do |duct| - dse_Fregains[duct.Location] = get_duct_regain_factor(duct) - end - fregain_values = { HPXML::DuctTypeSupply => dse_Fregains, HPXML::DuctTypeReturn => dse_Fregains } - dse_Fregain_s, dse_Fregain_r = calc_ducts_area_weighted_average(hvac.Ducts, fregain_values) + duct_values = calc_duct_conduction_values(hvac_heating.distribution_system, @heat_design_temps) + dse_As, dse_Ar, supply_r, return_r, dse_Tamb_s, dse_Tamb_r, dse_Fregain_s, dse_Fregain_r = duct_values # Initialize for the iteration delta = 1 @@ -1256,11 +1247,11 @@ def self.calculate_load_ducts_heating(system_design_loads, hvac) heat_load_prev = heat_load_next # Calculate the new heating air flow rate - heat_cfm = calc_airflow_rate_manual_s(heat_load_next, (hvac.SupplyAirTemp - @heat_setpoint)) + heat_cfm = calc_airflow_rate_manual_s(heat_load_next, (@supply_air_temp - @heat_setpoint)) - dse_Qs, dse_Qr = calc_ducts_leakages(hvac.Ducts, heat_cfm) + dse_Qs, dse_Qr = calc_duct_leakages_cfm25(hvac_heating.distribution_system, heat_cfm) - dse_DE = calc_delivery_effectiveness_heating(dse_Qs, dse_Qr, heat_cfm, heat_load_next, dse_Tamb_heating_s, dse_Tamb_heating_r, dse_As, dse_Ar, @heat_setpoint, dse_Fregain_s, dse_Fregain_r, supply_r, return_r) + dse_DE = calc_delivery_effectiveness_heating(dse_Qs, dse_Qr, heat_cfm, heat_load_next, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, @heat_setpoint, dse_Fregain_s, dse_Fregain_r, supply_r, return_r) # Calculate the increase in heating load due to ducts (Approach: DE = Qload/Qequip -> Qducts = Qequip-Qload) heat_load_next = init_heat_load / dse_DE @@ -1273,41 +1264,31 @@ def self.calculate_load_ducts_heating(system_design_loads, hvac) return ducts_heat_load end - def self.calculate_load_ducts_cooling(system_design_loads, weather, hvac) + def self.calculate_load_ducts_cooling(system_design_loads, weather, hvac_cooling) ''' Cooling Duct Loads ''' - return if (system_design_loads.Cool_Sens == 0) || (hvac.CoolingLoadFraction == 0) || hvac.Ducts.empty? - init_cool_load_sens = system_design_loads.Cool_Sens * hvac.CoolingLoadFraction - init_cool_load_lat = system_design_loads.Cool_Lat * hvac.CoolingLoadFraction + return if hvac_cooling.nil? || (system_design_loads.Cool_Sens == 0) || hvac_cooling.distribution_system.nil? || hvac_cooling.distribution_system.ducts.empty? + return if @fraction_cool_load_served == 0 + + init_cool_load_sens = system_design_loads.Cool_Sens * @fraction_cool_load_served + init_cool_load_lat = system_design_loads.Cool_Lat * @fraction_cool_load_served # Distribution system efficiency (DSE) calculations based on ASHRAE Standard 152 - dse_As, dse_Ar = calc_ducts_areas(hvac.Ducts) - supply_r, return_r = calc_ducts_rvalues(hvac.Ducts) - design_temp_values = { HPXML::DuctTypeSupply => @cool_design_temps, HPXML::DuctTypeReturn => @cool_design_temps } - dse_Tamb_cooling_s, dse_Tamb_cooling_r = calc_ducts_area_weighted_average(hvac.Ducts, design_temp_values) - - # ASHRAE 152 6.5.2 - # For systems with ducts in several locations, F_regain shall be weighted by the fraction of exposed duct area - # in each space. F_regain shall be calculated separately for supply and return locations. - dse_Fregains = {} - hvac.Ducts.each do |duct| - dse_Fregains[duct.Location] = get_duct_regain_factor(duct) - end - fregain_values = { HPXML::DuctTypeSupply => dse_Fregains, HPXML::DuctTypeReturn => dse_Fregains } - dse_Fregain_s, dse_Fregain_r = calc_ducts_area_weighted_average(hvac.Ducts, fregain_values) + duct_values = calc_duct_conduction_values(hvac_cooling.distribution_system, @cool_design_temps) + dse_As, dse_Ar, supply_r, return_r, dse_Tamb_s, dse_Tamb_r, dse_Fregain_s, dse_Fregain_r = duct_values # Calculate the air enthalpy in the return duct location for DSE calculations - dse_h_r = (1.006 * UnitConversions.convert(dse_Tamb_cooling_r, 'F', 'C') + weather.design.CoolingHumidityRatio * (2501.0 + 1.86 * UnitConversions.convert(dse_Tamb_cooling_r, 'F', 'C'))) * UnitConversions.convert(1.0, 'kJ', 'Btu') * UnitConversions.convert(1.0, 'lbm', 'kg') + dse_h_r = (1.006 * UnitConversions.convert(dse_Tamb_r, 'F', 'C') + weather.design.CoolingHumidityRatio * (2501.0 + 1.86 * UnitConversions.convert(dse_Tamb_r, 'F', 'C'))) * UnitConversions.convert(1.0, 'kJ', 'Btu') * UnitConversions.convert(1.0, 'lbm', 'kg') # Initialize for the iteration delta = 1 cool_load_tot_next = init_cool_load_sens + init_cool_load_lat - cool_cfm = calc_airflow_rate_manual_s(init_cool_load_sens, (@cool_setpoint - hvac.LeavingAirTemp)) - _dse_Qs, dse_Qr = calc_ducts_leakages(hvac.Ducts, cool_cfm) + cool_cfm = calc_airflow_rate_manual_s(init_cool_load_sens, (@cool_setpoint - @leaving_air_temp)) + _dse_Qs, dse_Qr = calc_duct_leakages_cfm25(hvac_cooling.distribution_system, cool_cfm) for _iter in 1..50 break if delta.abs <= 0.001 @@ -1318,11 +1299,11 @@ def self.calculate_load_ducts_cooling(system_design_loads, weather, hvac) cool_load_tot = cool_load_lat + cool_load_sens # Calculate the new cooling air flow rate - cool_cfm = calc_airflow_rate_manual_s(cool_load_sens, (@cool_setpoint - hvac.LeavingAirTemp)) + cool_cfm = calc_airflow_rate_manual_s(cool_load_sens, (@cool_setpoint - @leaving_air_temp)) - dse_Qs, dse_Qr = calc_ducts_leakages(hvac.Ducts, cool_cfm) + dse_Qs, dse_Qr = calc_duct_leakages_cfm25(hvac_cooling.distribution_system, cool_cfm) - dse_DE, _dse_dTe_cooling, _cool_duct_sens = calc_delivery_effectiveness_cooling(dse_Qs, dse_Qr, hvac.LeavingAirTemp, cool_cfm, cool_load_sens, dse_Tamb_cooling_s, dse_Tamb_cooling_r, dse_As, dse_Ar, @cool_setpoint, dse_Fregain_s, dse_Fregain_r, cool_load_tot, dse_h_r, supply_r, return_r) + dse_DE, _dse_dTe_cooling, _cool_duct_sens = calc_delivery_effectiveness_cooling(dse_Qs, dse_Qr, @leaving_air_temp, cool_cfm, cool_load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, @cool_setpoint, dse_Fregain_s, dse_Fregain_r, cool_load_tot, dse_h_r, supply_r, return_r) cool_load_tot_next = (init_cool_load_sens + init_cool_load_lat) / dse_DE @@ -1345,17 +1326,19 @@ def self.apply_load_ducts(bldg_design_loads, total_ducts_heat_load, total_ducts_ bldg_design_loads.Cool_Tot += total_ducts_cool_load_sens.to_f + total_ducts_cool_load_lat.to_f end - def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) + def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac_heating, hvac_cooling, hvac_system) ''' Equipment Adjustments ''' - underSizeLimit = 0.9 - # Cooling + if not hvac_cooling.nil? + hvac_cooling_ap = hvac_cooling.additional_properties + end + # Calculate the air flow rate required for design conditions - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Cool_Load_Sens, (@cool_setpoint - hvac.LeavingAirTemp)) + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Cool_Load_Sens, (@cool_setpoint - @leaving_air_temp)) if hvac_sizing_values.Cool_Load_Tot <= 0 @@ -1364,19 +1347,21 @@ def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) hvac_sizing_values.Cool_Airflow = 0.0 elsif [HPXML::HVACTypeCentralAirConditioner, - HPXML::HVACTypeHeatPumpAirToAir].include? hvac.CoolType + HPXML::HVACTypeHeatPumpAirToAir].include? @cooling_type - enteringTemp = weather.design.CoolingDrybulb - coefficients = hvac.COOL_CAP_FT_SPEC[hvac.SizingSpeed] + entering_temp = @hpxml.header.manualj_cooling_design_temp + hvac_cooling_speed = get_sizing_speed(hvac_cooling_ap) + coefficients = hvac_cooling_ap.cool_cap_ft_spec[hvac_cooling_speed] - totalCap_CurveValue = MathTools.biquadratic(@wetbulb_indoor_cooling, enteringTemp, coefficients) - coolCap_Rated = hvac_sizing_values.Cool_Load_Tot / totalCap_CurveValue + total_cap_curve_value = MathTools.biquadratic(@wetbulb_indoor_cooling, entering_temp, coefficients) + cool_cap_rated = hvac_sizing_values.Cool_Load_Tot / total_cap_curve_value - sensCap_Rated = coolCap_Rated * hvac.SHRRated[hvac.SizingSpeed] + hvac_cooling_shr = hvac_cooling_ap.cool_rated_shrs_gross[hvac_cooling_speed] + sens_cap_rated = cool_cap_rated * hvac_cooling_shr - sensibleCap_CurveValue = process_curve_fit(hvac_sizing_values.Cool_Airflow, hvac_sizing_values.Cool_Load_Tot, enteringTemp) - sensCap_Design = sensCap_Rated * sensibleCap_CurveValue - latCap_Design = [hvac_sizing_values.Cool_Load_Tot - sensCap_Design, 1.0].max + sensible_cap_curve_value = process_curve_fit(hvac_sizing_values.Cool_Airflow, hvac_sizing_values.Cool_Load_Tot, entering_temp) + sens_cap_design = sens_cap_rated * sensible_cap_curve_value + lat_cap_design = [hvac_sizing_values.Cool_Load_Tot - sens_cap_design, 1.0].max shr_biquadratic = get_shr_biquadratic a_sens = shr_biquadratic[0] @@ -1385,75 +1370,75 @@ def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) d_sens = shr_biquadratic[5] # Adjust Sizing - if latCap_Design < hvac_sizing_values.Cool_Load_Lat + if lat_cap_design < hvac_sizing_values.Cool_Load_Lat # Size by MJ8 Latent load, return to rated conditions # Solve for the new sensible and total capacity at design conditions: - # CoolingLoad_Lat = cool_Capacity_Design - cool_Load_SensCap_Design - # solve the following for cool_Capacity_Design: SensCap_Design = SHRRated * cool_Capacity_Design / TotalCap_CurveValue * function(CFM/cool_Capacity_Design, ODB) - # substituting in CFM = cool_Load_SensCap_Design / (1.1 * ACF * (cool_setpoint - LAT)) + # CoolingLoad_Lat = cool_cap_design - cool_load_sens_cap_design + # solve the following for cool_cap_design: sens_cap_design = SHRRated * cool_cap_design / total_cap_curve_value * function(CFM/cool_cap_design, ODB) + # substituting in CFM = cool_load_sens_cap_design / (1.1 * ACF * (cool_setpoint - LAT)) - cool_Load_SensCap_Design = hvac_sizing_values.Cool_Load_Lat / ((totalCap_CurveValue / hvac.SHRRated[hvac.SizingSpeed] - \ - (UnitConversions.convert(b_sens, 'ton', 'Btu/hr') + UnitConversions.convert(d_sens, 'ton', 'Btu/hr') * enteringTemp) / \ - (1.1 * @acf * (@cool_setpoint - hvac.LeavingAirTemp))) / \ - (a_sens + c_sens * enteringTemp) - 1.0) + cool_load_sens_cap_design = hvac_sizing_values.Cool_Load_Lat / ((total_cap_curve_value / hvac_cooling_shr - \ + (UnitConversions.convert(b_sens, 'ton', 'Btu/hr') + UnitConversions.convert(d_sens, 'ton', 'Btu/hr') * entering_temp) / \ + (1.1 * @acf * (@cool_setpoint - @leaving_air_temp))) / \ + (a_sens + c_sens * entering_temp) - 1.0) - cool_Capacity_Design = cool_Load_SensCap_Design + hvac_sizing_values.Cool_Load_Lat + cool_cap_design = cool_load_sens_cap_design + hvac_sizing_values.Cool_Load_Lat # The SHR of the equipment at the design condition - sHR_design = cool_Load_SensCap_Design / cool_Capacity_Design + shr_design = cool_load_sens_cap_design / cool_cap_design # If the adjusted equipment size is negative (occurs at altitude), use oversize limit (the adjustment # almost always hits the oversize limit in this case, making this a safe assumption) - if (cool_Capacity_Design < 0) || (cool_Load_SensCap_Design < 0) - cool_Capacity_Design = hvac.OverSizeLimit * hvac_sizing_values.Cool_Load_Tot + if (cool_cap_design < 0) || (cool_load_sens_cap_design < 0) + cool_cap_design = @oversize_limit * hvac_sizing_values.Cool_Load_Tot end # Limit total capacity to oversize limit - cool_Capacity_Design = [cool_Capacity_Design, hvac.OverSizeLimit * hvac_sizing_values.Cool_Load_Tot].min + cool_cap_design = [cool_cap_design, @oversize_limit * hvac_sizing_values.Cool_Load_Tot].min # Determine the final sensible capacity at design using the SHR - cool_Load_SensCap_Design = sHR_design * cool_Capacity_Design + cool_load_sens_cap_design = shr_design * cool_cap_design # Calculate the final air flow rate using final sensible capacity at design - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_Load_SensCap_Design, (@cool_setpoint - hvac.LeavingAirTemp)) + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_load_sens_cap_design, (@cool_setpoint - @leaving_air_temp)) # Determine rated capacities - hvac_sizing_values.Cool_Capacity = cool_Capacity_Design / totalCap_CurveValue - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] + hvac_sizing_values.Cool_Capacity = cool_cap_design / total_cap_curve_value + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_shr - elsif sensCap_Design < underSizeLimit * hvac_sizing_values.Cool_Load_Sens + elsif sens_cap_design < @undersize_limit * hvac_sizing_values.Cool_Load_Sens # Size by MJ8 Sensible load, return to rated conditions, find Sens with SHRRated. Limit total # capacity to oversizing limit - sensCap_Design = underSizeLimit * hvac_sizing_values.Cool_Load_Sens + sens_cap_design = @undersize_limit * hvac_sizing_values.Cool_Load_Sens # Solve for the new total system capacity at design conditions: - # SensCap_Design = SensCap_Rated * SensibleCap_CurveValue - # = SHRRated * cool_Capacity_Design / TotalCap_CurveValue * SensibleCap_CurveValue - # = SHRRated * cool_Capacity_Design / TotalCap_CurveValue * function(CFM/cool_Capacity_Design, ODB) + # sens_cap_design = sens_cap_rated * sensible_cap_curve_value + # = SHRRated * cool_cap_design / total_cap_curve_value * sensible_cap_curve_value + # = SHRRated * cool_cap_design / total_cap_curve_value * function(CFM/cool_cap_design, ODB) - cool_Capacity_Design = (sensCap_Design / (hvac.SHRRated[hvac.SizingSpeed] / totalCap_CurveValue) - \ + cool_cap_design = (sens_cap_design / (hvac_cooling_shr / total_cap_curve_value) - \ (b_sens * UnitConversions.convert(hvac_sizing_values.Cool_Airflow, 'ton', 'Btu/hr') + \ - d_sens * UnitConversions.convert(hvac_sizing_values.Cool_Airflow, 'ton', 'Btu/hr') * enteringTemp)) / \ - (a_sens + c_sens * enteringTemp) + d_sens * UnitConversions.convert(hvac_sizing_values.Cool_Airflow, 'ton', 'Btu/hr') * entering_temp)) / \ + (a_sens + c_sens * entering_temp) # Limit total capacity to oversize limit - cool_Capacity_Design = [cool_Capacity_Design, hvac.OverSizeLimit * hvac_sizing_values.Cool_Load_Tot].min + cool_cap_design = [cool_cap_design, @oversize_limit * hvac_sizing_values.Cool_Load_Tot].min - hvac_sizing_values.Cool_Capacity = cool_Capacity_Design / totalCap_CurveValue - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] + hvac_sizing_values.Cool_Capacity = cool_cap_design / total_cap_curve_value + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_shr # Recalculate the air flow rate in case the oversizing limit has been used - cool_Load_SensCap_Design = hvac_sizing_values.Cool_Capacity_Sens * sensibleCap_CurveValue - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_Load_SensCap_Design, (@cool_setpoint - hvac.LeavingAirTemp)) + cool_load_sens_cap_design = hvac_sizing_values.Cool_Capacity_Sens * sensible_cap_curve_value + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_load_sens_cap_design, (@cool_setpoint - @leaving_air_temp)) else - hvac_sizing_values.Cool_Capacity = hvac_sizing_values.Cool_Load_Tot / totalCap_CurveValue - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] + hvac_sizing_values.Cool_Capacity = hvac_sizing_values.Cool_Load_Tot / total_cap_curve_value + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_shr - cool_Load_SensCap_Design = hvac_sizing_values.Cool_Capacity_Sens * sensibleCap_CurveValue - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_Load_SensCap_Design, (@cool_setpoint - hvac.LeavingAirTemp)) + cool_load_sens_cap_design = hvac_sizing_values.Cool_Capacity_Sens * sensible_cap_curve_value + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_load_sens_cap_design, (@cool_setpoint - @leaving_air_temp)) end # Ensure the air flow rate is in between 200 and 500 cfm/ton. @@ -1465,85 +1450,93 @@ def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) end elsif [HPXML::HVACTypeHeatPumpMiniSplit, - HPXML::HVACTypeMiniSplitAirConditioner].include? hvac.CoolType + HPXML::HVACTypeMiniSplitAirConditioner].include? @cooling_type - enteringTemp = weather.design.CoolingDrybulb - coefficients = hvac.COOL_CAP_FT_SPEC[hvac.SizingSpeed] + entering_temp = @hpxml.header.manualj_cooling_design_temp + hvac_cooling_speed = get_sizing_speed(hvac_cooling_ap) + coefficients = hvac_cooling_ap.cool_cap_ft_spec[hvac_cooling_speed] - totalCap_CurveValue = MathTools.biquadratic(@wetbulb_indoor_cooling, enteringTemp, coefficients) + total_cap_curve_value = MathTools.biquadratic(@wetbulb_indoor_cooling, entering_temp, coefficients) + hvac_cooling_shr = hvac_cooling_ap.cool_rated_shrs_gross[hvac_cooling_speed] - hvac_sizing_values.Cool_Capacity = (hvac_sizing_values.Cool_Load_Tot / totalCap_CurveValue) - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_user(hvac_sizing_values.Cool_Capacity, hvac.RatedCFMperTonCooling[-1], hvac.CapacityRatioCooling[-1]) + hvac_sizing_values.Cool_Capacity = (hvac_sizing_values.Cool_Load_Tot / total_cap_curve_value) + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_shr + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_user(hvac_sizing_values.Cool_Capacity, hvac_cooling_ap.cool_rated_cfm_per_ton[-1], hvac_cooling_ap.cool_capacity_ratios[-1]) elsif [HPXML::HVACTypeRoomAirConditioner, HPXML::HVACTypePTAC, HPXML::HVACTypeHeatPumpPTHP, - HPXML::HVACTypeHeatPumpRoom].include? hvac.CoolType + HPXML::HVACTypeHeatPumpRoom].include? @cooling_type - enteringTemp = weather.design.CoolingDrybulb - totalCap_CurveValue = MathTools.biquadratic(@wetbulb_indoor_cooling, enteringTemp, hvac.COOL_CAP_FT_SPEC[hvac.SizingSpeed]) + entering_temp = @hpxml.header.manualj_cooling_design_temp + hvac_cooling_speed = get_sizing_speed(hvac_cooling_ap) + total_cap_curve_value = MathTools.biquadratic(@wetbulb_indoor_cooling, entering_temp, hvac_cooling_ap.cool_cap_ft_spec[hvac_cooling_speed]) + hvac_cooling_shr = hvac_cooling_ap.cool_rated_shrs_gross[hvac_cooling_speed] - hvac_sizing_values.Cool_Capacity = hvac_sizing_values.Cool_Load_Tot / totalCap_CurveValue - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_user(hvac_sizing_values.Cool_Capacity, hvac.RatedCFMperTonCooling[hvac.SizingSpeed], 1.0) + hvac_sizing_values.Cool_Capacity = hvac_sizing_values.Cool_Load_Tot / total_cap_curve_value + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_shr + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_user(hvac_sizing_values.Cool_Capacity, hvac_cooling_ap.cool_rated_cfm_per_ton[hvac_cooling_speed], 1.0) - elsif hvac.CoolType == HPXML::HVACTypeHeatPumpGroundToAir + elsif HPXML::HVACTypeHeatPumpGroundToAir == @cooling_type coil_bf = gshp_coil_bf - enteringTemp = hvac.GSHP_design_chw + entering_temp = hvac_cooling_ap.design_chw + hvac_cooling_speed = get_sizing_speed(hvac_cooling_ap) # Neglecting the water flow rate for now because it's not available yet. Air flow rate is pre-adjusted values. design_wb_temp = UnitConversions.convert(@wetbulb_indoor_cooling, 'f', 'k') design_db_temp = UnitConversions.convert(@cool_setpoint, 'f', 'k') - design_w_temp = UnitConversions.convert(enteringTemp, 'f', 'k') + design_w_temp = UnitConversions.convert(entering_temp, 'f', 'k') design_vfr_air = UnitConversions.convert(hvac_sizing_values.Cool_Airflow, 'cfm', 'm^3/s') - totalCap_CurveValue, sensibleCap_CurveValue = calc_gshp_clg_curve_value(hvac, design_wb_temp, design_db_temp, design_w_temp, design_vfr_air, nil) + cool_cap_curve_spec = hvac_cooling_ap.cool_cap_curve_spec[hvac_cooling_speed] + cool_sh_curve_spec = hvac_cooling_ap.cool_sh_curve_spec[hvac_cooling_speed] + total_cap_curve_value, sensible_cap_curve_value = calc_gshp_clg_curve_value(cool_cap_curve_spec, cool_sh_curve_spec, design_wb_temp, design_db_temp, design_w_temp, design_vfr_air, nil) - bypassFactor_CurveValue = MathTools.biquadratic(@wetbulb_indoor_cooling, @cool_setpoint, gshp_coil_bf_ft_spec) + bypass_factor_curve_value = MathTools.biquadratic(@wetbulb_indoor_cooling, @cool_setpoint, gshp_coil_bf_ft_spec) + hvac_cooling_shr = hvac_cooling_ap.cool_rated_shrs_gross[hvac_cooling_speed] - hvac_sizing_values.Cool_Capacity = hvac_sizing_values.Cool_Load_Tot / totalCap_CurveValue # Note: cool_Capacity_Design = hvac_sizing_values.Cool_Load_Tot - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] + hvac_sizing_values.Cool_Capacity = hvac_sizing_values.Cool_Load_Tot / total_cap_curve_value # Note: cool_cap_design = hvac_sizing_values.Cool_Load_Tot + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_shr - cool_Load_SensCap_Design = (hvac_sizing_values.Cool_Capacity_Sens * sensibleCap_CurveValue / - (1.0 + (1.0 - coil_bf * bypassFactor_CurveValue) * - (80.0 - @cool_setpoint) / (@cool_setpoint - hvac.LeavingAirTemp))) - cool_Load_LatCap_Design = hvac_sizing_values.Cool_Load_Tot - cool_Load_SensCap_Design + cool_load_sens_cap_design = (hvac_sizing_values.Cool_Capacity_Sens * sensible_cap_curve_value / + (1.0 + (1.0 - coil_bf * bypass_factor_curve_value) * + (80.0 - @cool_setpoint) / (@cool_setpoint - @leaving_air_temp))) + cool_load_lat_cap_design = hvac_sizing_values.Cool_Load_Tot - cool_load_sens_cap_design - # Adjust Sizing so that coil sensible at design >= CoolingLoad_MJ8_Sens, and coil latent at design >= CoolingLoad_MJ8_Lat, and equipment SHRRated is maintained. - cool_Load_SensCap_Design = [cool_Load_SensCap_Design, hvac_sizing_values.Cool_Load_Sens].max - cool_Load_LatCap_Design = [cool_Load_LatCap_Design, hvac_sizing_values.Cool_Load_Lat].max - cool_Capacity_Design = cool_Load_SensCap_Design + cool_Load_LatCap_Design + # Adjust Sizing so that coil sensible at design >= CoolingLoad_Sens, and coil latent at design >= CoolingLoad_Lat, and equipment SHRRated is maintained. + cool_load_sens_cap_design = [cool_load_sens_cap_design, hvac_sizing_values.Cool_Load_Sens].max + cool_load_lat_cap_design = [cool_load_lat_cap_design, hvac_sizing_values.Cool_Load_Lat].max + cool_cap_design = cool_load_sens_cap_design + cool_load_lat_cap_design # Limit total capacity via oversizing limit - cool_Capacity_Design = [cool_Capacity_Design, hvac.OverSizeLimit * hvac_sizing_values.Cool_Load_Tot].min - hvac_sizing_values.Cool_Capacity = cool_Capacity_Design / totalCap_CurveValue - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] + cool_cap_design = [cool_cap_design, @oversize_limit * hvac_sizing_values.Cool_Load_Tot].min + hvac_sizing_values.Cool_Capacity = cool_cap_design / total_cap_curve_value + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_shr # Recalculate the air flow rate in case the oversizing limit has been used - cool_Load_SensCap_Design = (hvac_sizing_values.Cool_Capacity_Sens * sensibleCap_CurveValue / - (1.0 + (1.0 - coil_bf * bypassFactor_CurveValue) * - (80.0 - @cool_setpoint) / (@cool_setpoint - hvac.LeavingAirTemp))) - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_Load_SensCap_Design, (@cool_setpoint - hvac.LeavingAirTemp)) + cool_load_sens_cap_design = (hvac_sizing_values.Cool_Capacity_Sens * sensible_cap_curve_value / + (1.0 + (1.0 - coil_bf * bypass_factor_curve_value) * + (80.0 - @cool_setpoint) / (@cool_setpoint - @leaving_air_temp))) + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_load_sens_cap_design, (@cool_setpoint - @leaving_air_temp)) - elsif hvac.CoolType == HPXML::HVACTypeEvaporativeCooler + elsif HPXML::HVACTypeEvaporativeCooler == @cooling_type hvac_sizing_values.Cool_Capacity = hvac_sizing_values.Cool_Load_Tot hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Load_Sens - if @cool_setpoint - hvac.LeavingAirTemp > 0 - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Cool_Load_Sens, (@cool_setpoint - hvac.LeavingAirTemp)) + if @cool_setpoint - @leaving_air_temp > 0 + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Cool_Load_Sens, (@cool_setpoint - @leaving_air_temp)) else hvac_sizing_values.Cool_Airflow = @cfa * 2.0 # Use industry rule of thumb sizing method adopted by HEScore end - elsif hvac.CoolType == HPXML::HVACTypeHeatPumpWaterLoopToAir + elsif HPXML::HVACTypeHeatPumpWaterLoopToAir == @cooling_type # Model only currently used for heating hvac_sizing_values.Cool_Capacity = 0.0 hvac_sizing_values.Cool_Capacity_Sens = 0.0 hvac_sizing_values.Cool_Airflow = 0.0 - elsif hvac.CoolType.nil? + elsif @cooling_type.nil? hvac_sizing_values.Cool_Capacity = 0.0 hvac_sizing_values.Cool_Capacity_Sens = 0.0 @@ -1551,11 +1544,16 @@ def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) else - fail "Unexpected cooling type: #{hvac.CoolType}." + fail "Unexpected cooling type: #{@cooling_type}." end # Heating + + if not hvac_heating.nil? + hvac_heating_ap = hvac_heating.additional_properties + end + if hvac_sizing_values.Heat_Load <= 0 hvac_sizing_values.Heat_Capacity = 0.0 @@ -1566,17 +1564,17 @@ def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) elsif [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit, HPXML::HVACTypeHeatPumpPTHP, - HPXML::HVACTypeHeatPumpRoom].include? hvac.HeatType - process_heat_pump_adjustment(hvac_sizing_values, weather, hvac, totalCap_CurveValue) + HPXML::HVACTypeHeatPumpRoom].include? @heating_type + process_heat_pump_adjustment(hvac_sizing_values, weather, hvac_heating, total_cap_curve_value, hvac_system) hvac_sizing_values.Heat_Capacity_Supp = hvac_sizing_values.Heat_Load_Supp - if hvac.HeatType == HPXML::HVACTypeHeatPumpAirToAir - hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (hvac.SupplyAirTemp - @heat_setpoint)) + if @heating_type == HPXML::HVACTypeHeatPumpAirToAir + hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (@supply_air_temp - @heat_setpoint)) else - hvac_sizing_values.Heat_Airflow = calc_airflow_rate_user(hvac_sizing_values.Heat_Capacity, hvac.RatedCFMperTonHeating[-1], hvac.CapacityRatioHeating[-1]) + hvac_sizing_values.Heat_Airflow = calc_airflow_rate_user(hvac_sizing_values.Heat_Capacity, hvac_heating_ap.heat_rated_cfm_per_ton[-1], hvac_heating_ap.heat_capacity_ratios[-1]) end - hvac_sizing_values.Heat_Airflow_Supp = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity_Supp, (hvac.BackupSupplyAirTemp - @heat_setpoint)) + hvac_sizing_values.Heat_Airflow_Supp = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity_Supp, (@backup_supply_air_temp - @heat_setpoint)) - elsif [HPXML::HVACTypeHeatPumpGroundToAir].include? hvac.HeatType + elsif [HPXML::HVACTypeHeatPumpGroundToAir].include? @heating_type if hvac_sizing_values.Cool_Capacity > 0 hvac_sizing_values.Heat_Capacity = hvac_sizing_values.Heat_Load @@ -1591,32 +1589,32 @@ def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) hvac_sizing_values.Cool_Capacity = [hvac_sizing_values.Cool_Capacity, hvac_sizing_values.Heat_Capacity].max hvac_sizing_values.Heat_Capacity = hvac_sizing_values.Cool_Capacity - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] - cool_Load_SensCap_Design = (hvac_sizing_values.Cool_Capacity_Sens * sensibleCap_CurveValue / - (1.0 + (1.0 - gshp_coil_bf * bypassFactor_CurveValue) * - (80.0 - @cool_setpoint) / (@cool_setpoint - hvac.LeavingAirTemp))) - hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_Load_SensCap_Design, (@cool_setpoint - hvac.LeavingAirTemp)) + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_shr + cool_load_sens_cap_design = (hvac_sizing_values.Cool_Capacity_Sens * sensible_cap_curve_value / + (1.0 + (1.0 - gshp_coil_bf * bypass_factor_curve_value) * + (80.0 - @cool_setpoint) / (@cool_setpoint - @leaving_air_temp))) + hvac_sizing_values.Cool_Airflow = calc_airflow_rate_manual_s(cool_load_sens_cap_design, (@cool_setpoint - @leaving_air_temp)) else hvac_sizing_values.Heat_Capacity = hvac_sizing_values.Heat_Load hvac_sizing_values.Heat_Capacity_Supp = hvac_sizing_values.Heat_Load_Supp end - hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (hvac.SupplyAirTemp - @heat_setpoint)) - hvac_sizing_values.Heat_Airflow_Supp = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity_Supp, (hvac.BackupSupplyAirTemp - @heat_setpoint)) + hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (@supply_air_temp - @heat_setpoint)) + hvac_sizing_values.Heat_Airflow_Supp = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity_Supp, (@backup_supply_air_temp - @heat_setpoint)) - elsif [HPXML::HVACTypeHeatPumpWaterLoopToAir].include? hvac.HeatType + elsif [HPXML::HVACTypeHeatPumpWaterLoopToAir].include? @heating_type hvac_sizing_values.Heat_Capacity = hvac_sizing_values.Heat_Load hvac_sizing_values.Heat_Capacity_Supp = hvac_sizing_values.Heat_Load_Supp - hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (hvac.SupplyAirTemp - @heat_setpoint)) - hvac_sizing_values.Heat_Airflow_Supp = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity_Supp, (hvac.BackupSupplyAirTemp - @heat_setpoint)) + hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (@supply_air_temp - @heat_setpoint)) + hvac_sizing_values.Heat_Airflow_Supp = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity_Supp, (@backup_supply_air_temp - @heat_setpoint)) - elsif (hvac.HeatType == HPXML::HVACTypeFurnace) || hvac.HasIntegratedHeating + elsif (@heating_type == HPXML::HVACTypeFurnace) || ((not hvac_cooling.nil?) && hvac_cooling.has_integrated_heating) hvac_sizing_values.Heat_Capacity = hvac_sizing_values.Heat_Load hvac_sizing_values.Heat_Capacity_Supp = 0.0 - hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (hvac.SupplyAirTemp - @heat_setpoint)) + hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (@supply_air_temp - @heat_setpoint)) hvac_sizing_values.Heat_Airflow_Supp = 0.0 elsif [HPXML::HVACTypeStove, @@ -1624,29 +1622,29 @@ def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) HPXML::HVACTypeFixedHeater, HPXML::HVACTypeWallFurnace, HPXML::HVACTypeFloorFurnace, - HPXML::HVACTypeFireplace].include? hvac.HeatType + HPXML::HVACTypeFireplace].include? @heating_type hvac_sizing_values.Heat_Capacity = hvac_sizing_values.Heat_Load hvac_sizing_values.Heat_Capacity_Supp = 0.0 - if hvac.RatedCFMperTonHeating[0] > 0 + if hvac_heating_ap.heat_rated_cfm_per_ton[0] > 0 # Fixed airflow rate - hvac_sizing_values.Heat_Airflow = UnitConversions.convert(hvac_sizing_values.Heat_Capacity, 'Btu/hr', 'ton') * hvac.RatedCFMperTonHeating[0] + hvac_sizing_values.Heat_Airflow = UnitConversions.convert(hvac_sizing_values.Heat_Capacity, 'Btu/hr', 'ton') * hvac_heating_ap.heat_rated_cfm_per_ton[0] else # Autosized airflow rate - hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (hvac.SupplyAirTemp - @heat_setpoint)) + hvac_sizing_values.Heat_Airflow = calc_airflow_rate_manual_s(hvac_sizing_values.Heat_Capacity, (@supply_air_temp - @heat_setpoint)) end hvac_sizing_values.Heat_Airflow_Supp = 0.0 elsif [HPXML::HVACTypeBoiler, - HPXML::HVACTypeElectricResistance].include? hvac.HeatType + HPXML::HVACTypeElectricResistance].include? @heating_type hvac_sizing_values.Heat_Capacity = hvac_sizing_values.Heat_Load hvac_sizing_values.Heat_Capacity_Supp = 0.0 hvac_sizing_values.Heat_Airflow = 0.0 hvac_sizing_values.Heat_Airflow_Supp = 0.0 - elsif hvac.HeatType.nil? + elsif @heating_type.nil? hvac_sizing_values.Heat_Capacity = 0.0 hvac_sizing_values.Heat_Capacity_Supp = 0.0 @@ -1655,51 +1653,64 @@ def self.apply_hvac_equipment_adjustments(hvac_sizing_values, weather, hvac) else - fail "Unexpected heating type: #{hvac.HeatType}." + fail "Unexpected heating type: #{@heating_type}." end end - def self.apply_hvac_installation_quality(hvac_sizing_values, weather, hvac) + def self.apply_hvac_installation_quality(hvac_sizing_values, hvac_heating, hvac_cooling) # Increases the autosized heating/cooling capacities to account for any reduction # in capacity due to HVAC installation quality. This is done to prevent causing # unmet loads. - return unless [HPXML::HVACTypeCentralAirConditioner, - HPXML::HVACTypeHeatPumpAirToAir, - HPXML::HVACTypeHeatPumpMiniSplit, - HPXML::HVACTypeMiniSplitAirConditioner, - HPXML::HVACTypeHeatPumpGroundToAir].include? hvac.CoolType - return if (hvac.ChargeDefectRatio.to_f.abs < 0.001) && (hvac.AirflowDefectRatioCooling.to_f.abs < 0.001) && (hvac.AirflowDefectRatioHeating.to_f.abs < 0.001) + cool_charge_defect_ratio = 0.0 + cool_airflow_defect_ratio = 0.0 + heat_airflow_defect_ratio = 0.0 - tin_cool = UnitConversions.convert(@cool_setpoint, 'F', 'C') - tout_cool = UnitConversions.convert(weather.design.CoolingDrybulb, 'F', 'C') - tout_heat = UnitConversions.convert(weather.design.HeatingDrybulb, 'F', 'C') + if not hvac_cooling.nil? + if hvac_cooling.respond_to? :charge_defect_ratio + cool_charge_defect_ratio = hvac_cooling.charge_defect_ratio.to_f + end + if hvac_cooling.respond_to? :airflow_defect_ratio + cool_airflow_defect_ratio = hvac_cooling.airflow_defect_ratio.to_f + end + end + if (not hvac_heating.nil?) + if hvac_heating.respond_to? :airflow_defect_ratio + heat_airflow_defect_ratio = hvac_heating.airflow_defect_ratio.to_f + end + end - f_ch = hvac.ChargeDefectRatio.round(3) + return if (cool_charge_defect_ratio.abs < 0.001) && (cool_airflow_defect_ratio.abs < 0.001) && (heat_airflow_defect_ratio.abs < 0.001) # Cooling + + f_ch = cool_charge_defect_ratio.round(3) + if [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeCentralAirConditioner, HPXML::HVACTypeHeatPumpMiniSplit, HPXML::HVACTypeMiniSplitAirConditioner, - HPXML::HVACTypeHeatPumpGroundToAir].include?(hvac.CoolType) && hvac.CoolingLoadFraction > 0 + HPXML::HVACTypeHeatPumpGroundToAir].include?(@cooling_type) && @fraction_cool_load_served > 0 + + hvac_cooling_ap = hvac_cooling.additional_properties cool_airflow_rated_defect_ratio = [] cool_airflow_rated_ratio = [] - cool_cfm_m3s = UnitConversions.convert(hvac_sizing_values.Cool_Airflow, 'cfm', 'm^3/s') - if hvac.CoolType != HPXML::HVACTypeHeatPumpGroundToAir - for speed in 0..(hvac.NumSpeedsCooling - 1) - cool_airflow_rated_ratio << cool_cfm_m3s / HVAC.calc_rated_airflow(hvac_sizing_values.Cool_Capacity, hvac.RatedCFMperTonCooling[speed], hvac.CapacityRatioCooling[speed]) - cool_airflow_rated_defect_ratio << cool_cfm_m3s * (1 + hvac.AirflowDefectRatioCooling) / HVAC.calc_rated_airflow(hvac_sizing_values.Cool_Capacity, hvac.RatedCFMperTonCooling[speed], hvac.CapacityRatioCooling[speed]) + if @cooling_type != HPXML::HVACTypeHeatPumpGroundToAir + cool_cfm_m3s = UnitConversions.convert(hvac_sizing_values.Cool_Airflow, 'cfm', 'm^3/s') + for speed in 0..(hvac_cooling_ap.cool_rated_cfm_per_ton.size - 1) + cool_airflow_rated_ratio << cool_cfm_m3s / HVAC.calc_rated_airflow(hvac_sizing_values.Cool_Capacity, hvac_cooling_ap.cool_rated_cfm_per_ton[speed], hvac_cooling_ap.cool_capacity_ratios[speed]) + cool_airflow_rated_defect_ratio << cool_cfm_m3s * (1 + cool_airflow_defect_ratio) / HVAC.calc_rated_airflow(hvac_sizing_values.Cool_Capacity, hvac_cooling_ap.cool_rated_cfm_per_ton[speed], hvac_cooling_ap.cool_capacity_ratios[speed]) end else cool_airflow_rated_ratio = [1.0] # actual air flow is equal to rated (before applying defect ratio) in current methodology - cool_airflow_rated_defect_ratio = [1 + hvac.AirflowDefectRatioCooling] + cool_airflow_rated_defect_ratio = [1 + cool_airflow_defect_ratio] end + if not cool_airflow_rated_defect_ratio.empty? cap_clg_ratios = [] - for speed in 0..(hvac.NumSpeedsCooling - 1) + for speed in 0..(cool_airflow_rated_defect_ratio.size - 1) # NOTE: heat pump (cooling) curves don't exhibit expected trends at extreme faults; clg_fff_cap_coeff, _clg_fff_eir_coeff = HVAC.get_airflow_fault_cooling_coeff() a1_AF_Qgr_c = clg_fff_cap_coeff[0] @@ -1714,8 +1725,8 @@ def self.apply_hvac_installation_quality(hvac_sizing_values, weather, hvac) a4_CH_Qgr_c = qgr_values[3] q0_CH = a1_CH_Qgr_c - q1_CH = a2_CH_Qgr_c * tin_cool - q2_CH = a3_CH_Qgr_c * tout_cool + q1_CH = a2_CH_Qgr_c * UnitConversions.convert(@cool_setpoint, 'F', 'C') + q2_CH = a3_CH_Qgr_c * UnitConversions.convert(@hpxml.header.manualj_cooling_design_temp, 'F', 'C') q3_CH = a4_CH_Qgr_c * f_ch y_CH_Q_c = 1 + ((q0_CH + q1_CH + q2_CH + q3_CH) * f_ch) @@ -1739,7 +1750,7 @@ def self.apply_hvac_installation_quality(hvac_sizing_values, weather, hvac) prev_capacity = hvac_sizing_values.Cool_Capacity hvac_sizing_values.Cool_Capacity *= cap_clg_ratios.max - hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac.SHRRated[hvac.SizingSpeed] + hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity * hvac_cooling_ap.cool_rated_shrs_gross[get_sizing_speed(hvac_cooling_ap)] if prev_capacity > 0 # Preserve cfm/ton hvac_sizing_values.Cool_Airflow = hvac_sizing_values.Cool_Airflow * hvac_sizing_values.Cool_Capacity / prev_capacity else @@ -1749,24 +1760,29 @@ def self.apply_hvac_installation_quality(hvac_sizing_values, weather, hvac) end # Heating + if [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit, - HPXML::HVACTypeHeatPumpGroundToAir].include?(hvac.HeatType) && hvac.HeatingLoadFraction > 0 + HPXML::HVACTypeHeatPumpGroundToAir].include?(@heating_type) && @fraction_heat_load_served > 0 + + hvac_heating_ap = hvac_heating.additional_properties + heat_airflow_rated_defect_ratio = [] heat_airflow_rated_ratio = [] - heat_cfm_m3s = UnitConversions.convert(hvac_sizing_values.Heat_Airflow, 'cfm', 'm^3/s') - if hvac.HeatType != HPXML::HVACTypeHeatPumpGroundToAir - for speed in 0..(hvac.NumSpeedsHeating - 1) - heat_airflow_rated_ratio << heat_cfm_m3s / HVAC.calc_rated_airflow(hvac_sizing_values.Heat_Capacity, hvac.RatedCFMperTonHeating[speed], hvac.CapacityRatioHeating[speed]) - heat_airflow_rated_defect_ratio << heat_cfm_m3s * (1 + hvac.AirflowDefectRatioHeating) / HVAC.calc_rated_airflow(hvac_sizing_values.Heat_Capacity, hvac.RatedCFMperTonHeating[speed], hvac.CapacityRatioHeating[speed]) + if @heating_type != HPXML::HVACTypeHeatPumpGroundToAir + heat_cfm_m3s = UnitConversions.convert(hvac_sizing_values.Heat_Airflow, 'cfm', 'm^3/s') + for speed in 0..(hvac_heating_ap.heat_rated_cfm_per_ton.size - 1) + heat_airflow_rated_ratio << heat_cfm_m3s / HVAC.calc_rated_airflow(hvac_sizing_values.Heat_Capacity, hvac_heating_ap.heat_rated_cfm_per_ton[speed], hvac_heating_ap.heat_capacity_ratios[speed]) + heat_airflow_rated_defect_ratio << heat_cfm_m3s * (1 + heat_airflow_defect_ratio) / HVAC.calc_rated_airflow(hvac_sizing_values.Heat_Capacity, hvac_heating_ap.heat_rated_cfm_per_ton[speed], hvac_heating_ap.heat_capacity_ratios[speed]) end else heat_airflow_rated_ratio = [1.0] # actual air flow is equal to rated (before applying defect ratio) in current methodology - heat_airflow_rated_defect_ratio = [1 + hvac.AirflowDefectRatioHeating] + heat_airflow_rated_defect_ratio = [1 + heat_airflow_defect_ratio] end + if not heat_airflow_rated_defect_ratio.empty? cap_htg_ratios = [] - for speed in 0..(hvac.NumSpeedsHeating - 1) + for speed in 0..(heat_airflow_rated_defect_ratio.size - 1) htg_fff_cap_coeff, _htg_fff_eir_coeff = HVAC.get_airflow_fault_heating_coeff() a1_AF_Qgr_h = htg_fff_cap_coeff[0] a2_AF_Qgr_h = htg_fff_cap_coeff[1] @@ -1779,7 +1795,7 @@ def self.apply_hvac_installation_quality(hvac_sizing_values, weather, hvac) a3_CH_Qgr_h = qgr_values[3] qh1_CH = a1_CH_Qgr_h - qh2_CH = a2_CH_Qgr_h * tout_heat + qh2_CH = a2_CH_Qgr_h * UnitConversions.convert(@hpxml.header.manualj_heating_design_temp, 'F', 'C') qh3_CH = a3_CH_Qgr_h * f_ch y_CH_Q_h = 1 + ((qh1_CH + qh2_CH + qh3_CH) * f_ch) @@ -1800,6 +1816,7 @@ def self.apply_hvac_installation_quality(hvac_sizing_values, weather, hvac) cap_htg_ratio = 1 / (heat_cap_fff / heat_cap_fff_nodefect) cap_htg_ratios << cap_htg_ratio end + prev_capacity = hvac_sizing_values.Heat_Capacity hvac_sizing_values.Heat_Capacity *= cap_htg_ratios.max if prev_capacity > 0 # Preserve cfm/ton @@ -1811,32 +1828,47 @@ def self.apply_hvac_installation_quality(hvac_sizing_values, weather, hvac) end end - def self.apply_hvac_fixed_capacities(hvac_sizing_values, hvac) + def self.apply_hvac_fixed_capacities(hvac_sizing_values, hvac_heating, hvac_cooling) ''' Fixed Sizing Equipment ''' # Override HVAC capacities if values are provided - if (not hvac.FixedCoolingCapacity.nil?) && (hvac_sizing_values.Cool_Capacity > 0) + if not hvac_cooling.nil? + fixed_cooling_capacity = hvac_cooling.cooling_capacity + end + if (not fixed_cooling_capacity.nil?) && (hvac_sizing_values.Cool_Capacity > 0) prev_capacity = hvac_sizing_values.Cool_Capacity - hvac_sizing_values.Cool_Capacity = hvac.FixedCoolingCapacity + hvac_sizing_values.Cool_Capacity = fixed_cooling_capacity if @hpxml.header.allow_increased_fixed_capacities hvac_sizing_values.Cool_Capacity = [hvac_sizing_values.Cool_Capacity, prev_capacity].max end hvac_sizing_values.Cool_Capacity_Sens = hvac_sizing_values.Cool_Capacity_Sens * hvac_sizing_values.Cool_Capacity / prev_capacity hvac_sizing_values.Cool_Airflow = hvac_sizing_values.Cool_Airflow * hvac_sizing_values.Cool_Capacity / prev_capacity end - if (not hvac.FixedHeatingCapacity.nil?) && (hvac_sizing_values.Heat_Capacity > 0) + if not hvac_heating.nil? + fixed_heating_capacity = hvac_heating.heating_capacity + elsif (not hvac_cooling.nil?) && hvac_cooling.has_integrated_heating + fixed_heating_capacity = hvac_cooling.integrated_heating_system_capacity + end + if (not fixed_heating_capacity.nil?) && (hvac_sizing_values.Heat_Capacity > 0) prev_capacity = hvac_sizing_values.Heat_Capacity - hvac_sizing_values.Heat_Capacity = hvac.FixedHeatingCapacity + hvac_sizing_values.Heat_Capacity = fixed_heating_capacity if @hpxml.header.allow_increased_fixed_capacities hvac_sizing_values.Heat_Capacity = [hvac_sizing_values.Heat_Capacity, prev_capacity].max end hvac_sizing_values.Heat_Airflow = hvac_sizing_values.Heat_Airflow * hvac_sizing_values.Heat_Capacity / prev_capacity end - if (not hvac.FixedSuppHeatingCapacity.nil?) && (hvac_sizing_values.Heat_Capacity_Supp > 0) + if hvac_heating.is_a? HPXML::HeatPump + if not hvac_heating.backup_heating_capacity.nil? + fixed_supp_heating_capacity = hvac_heating.backup_heating_capacity + elsif not hvac_heating.backup_system.nil? + fixed_supp_heating_capacity = hvac_heating.backup_system.heating_capacity + end + end + if (not fixed_supp_heating_capacity.nil?) && (hvac_sizing_values.Heat_Capacity_Supp > 0) prev_capacity = hvac_sizing_values.Heat_Capacity_Supp - hvac_sizing_values.Heat_Capacity_Supp = hvac.FixedSuppHeatingCapacity + hvac_sizing_values.Heat_Capacity_Supp = fixed_supp_heating_capacity if @hpxml.header.allow_increased_fixed_capacities hvac_sizing_values.Heat_Capacity_Supp = [hvac_sizing_values.Heat_Capacity_Supp, prev_capacity].max end @@ -1844,16 +1876,18 @@ def self.apply_hvac_fixed_capacities(hvac_sizing_values, hvac) end end - def self.apply_hvac_ground_loop(hvac_sizing_values, weather, hvac) + def self.apply_hvac_ground_loop(hvac_sizing_values, weather, hvac_cooling) ''' GSHP Ground Loop Sizing Calculations ''' - return unless hvac.CoolType == HPXML::HVACTypeHeatPumpGroundToAir + return if @cooling_type != HPXML::HVACTypeHeatPumpGroundToAir + + hvac_cooling_ap = hvac_cooling.additional_properties # Autosize ground loop heat exchanger length bore_spacing = 20.0 # ft, distance between bores - pipe_r_value = gshp_hx_pipe_rvalue(hvac) - nom_length_heat, nom_length_cool = gshp_hxbore_ft_per_ton(weather, hvac, bore_spacing, pipe_r_value) + pipe_r_value = gshp_hx_pipe_rvalue(hvac_cooling_ap) + nom_length_heat, nom_length_cool = gshp_hxbore_ft_per_ton(weather, hvac_cooling_ap, bore_spacing, pipe_r_value) bore_length_heat = nom_length_heat * hvac_sizing_values.Heat_Capacity / UnitConversions.convert(1.0, 'ton', 'Btu/hr') bore_length_cool = nom_length_cool * hvac_sizing_values.Cool_Capacity / UnitConversions.convert(1.0, 'ton', 'Btu/hr') @@ -1909,15 +1943,13 @@ def self.apply_hvac_ground_loop(hvac_sizing_values, weather, hvac) else # Search for first valid bore field new_bore_config = nil - valid_field_found = false valid_configs.keys.each do |bore_config| next unless valid_configs[bore_config].include? num_bore_holes - valid_field_found = true new_bore_config = bore_config break end - if valid_field_found + if not new_bore_config.nil? bore_config = new_bore_config else fail 'Could not construct a valid GSHP bore field configuration.' @@ -1936,47 +1968,62 @@ def self.apply_hvac_ground_loop(hvac_sizing_values, weather, hvac) hvac_sizing_values.GSHP_G_Functions = [lntts, gfnc_coeff] end - def self.apply_hvac_finalize_airflows(hvac_sizing_values, hvac) + def self.apply_hvac_finalize_airflows(hvac_sizing_values, hvac_heating, hvac_cooling) ''' Finalize Sizing Calculations ''' - if hvac_sizing_values.Heat_Airflow > 0 - hvac_sizing_values.Heat_Airflow *= (1.0 + hvac.AirflowDefectRatioHeating) + if (not hvac_heating.nil?) && hvac_heating.respond_to?(:airflow_defect_ratio) + if hvac_sizing_values.Heat_Airflow > 0 + hvac_sizing_values.Heat_Airflow *= (1.0 + hvac_heating.airflow_defect_ratio.to_f) + end end - if hvac_sizing_values.Cool_Airflow > 0 - hvac_sizing_values.Cool_Airflow *= (1.0 + hvac.AirflowDefectRatioCooling) + if (not hvac_cooling.nil?) && hvac_cooling.respond_to?(:airflow_defect_ratio) + if hvac_sizing_values.Cool_Airflow > 0 + hvac_sizing_values.Cool_Airflow *= (1.0 + hvac_cooling.airflow_defect_ratio.to_f) + end end end - def self.process_heat_pump_adjustment(hvac_sizing_values, weather, hvac, totalCap_CurveValue) + def self.process_heat_pump_adjustment(hvac_sizing_values, weather, hvac_heating, total_cap_curve_value, hvac_system) ''' Adjust heat pump sizing ''' - if hvac.NumSpeedsHeating > 1 - coefficients = hvac.HEAT_CAP_FT_SPEC[hvac.NumSpeedsHeating - 1] - capacity_ratio = hvac.CapacityRatioHeating[hvac.NumSpeedsHeating - 1] + + hvac_heating_ap = hvac_heating.additional_properties + + if hvac_heating_ap.heat_cap_ft_spec.size > 1 + coefficients = hvac_heating_ap.heat_cap_ft_spec[-1] + capacity_ratio = hvac_heating_ap.heat_capacity_ratios[-1] else - coefficients = hvac.HEAT_CAP_FT_SPEC[0] + coefficients = hvac_heating_ap.heat_cap_ft_spec[0] capacity_ratio = 1.0 end - if (not hvac.SwitchoverTemperature.nil?) && (hvac.SwitchoverTemperature > weather.design.HeatingDrybulb) + if hvac_heating.is_a? HPXML::HeatPump + if not hvac_heating.backup_heating_switchover_temp.nil? + min_compressor_temp = hvac_heating.backup_heating_switchover_temp + elsif not hvac_heating.compressor_lockout_temp.nil? + min_compressor_temp = hvac_heating.compressor_lockout_temp + end + end + if (not min_compressor_temp.nil?) && (min_compressor_temp > @hpxml.header.manualj_heating_design_temp) # Calculate the heating load at the switchover temperature to limit uninitialized capacity - switchover_weather = Marshal.load(Marshal.dump(weather)) - switchover_weather.design.HeatingDrybulb = hvac.SwitchoverTemperature - _switchover_bldg_design_loads, switchover_all_hvac_sizing_values = calculate(switchover_weather, @hpxml, @cfa, @nbeds, [hvac.hvac_system]) - heating_load = switchover_all_hvac_sizing_values[hvac.hvac_system].Heat_Load - heating_db = switchover_weather.design.HeatingDrybulb + temp_heat_design_temp = @hpxml.header.manualj_heating_design_temp + @hpxml.header.manualj_heating_design_temp = min_compressor_temp + _alternate_bldg_design_loads, alternate_all_hvac_sizing_values = calculate(weather, @hpxml, @cfa, [hvac_system]) + heating_load = alternate_all_hvac_sizing_values[hvac_system].Heat_Load + heating_db = min_compressor_temp + @hpxml.header.manualj_heating_design_temp = temp_heat_design_temp else heating_load = hvac_sizing_values.Heat_Load - heating_db = weather.design.HeatingDrybulb + heating_db = @hpxml.header.manualj_heating_design_temp end heat_cap_rated = (heating_load / MathTools.biquadratic(@heat_setpoint, heating_db, coefficients)) / capacity_ratio - if totalCap_CurveValue.nil? # Heat pump has no cooling + if total_cap_curve_value.nil? # Heat pump has no cooling if @hpxml.header.heat_pump_sizing_methodology == HPXML::HeatPumpSizingMaxLoad # Size based on heating, taking into account reduced heat pump capacity at the design temperature hvac_sizing_values.Heat_Capacity = heat_cap_rated @@ -1997,10 +2044,10 @@ def self.process_heat_pump_adjustment(hvac_sizing_values, weather, hvac, totalCa load_shr = hvac_sizing_values.Cool_Load_Sens / hvac_sizing_values.Cool_Load_Tot if ((weather.data.HDD65F / weather.data.CDD50F) < 2.0) || (load_shr < 0.95) # Mild winter or has a latent cooling load - hvac_sizing_values.Cool_Capacity = [(hvac.OverSizeLimit * hvac_sizing_values.Cool_Load_Tot) / totalCap_CurveValue, heat_cap_rated].min + hvac_sizing_values.Cool_Capacity = [(@oversize_limit * hvac_sizing_values.Cool_Load_Tot) / total_cap_curve_value, heat_cap_rated].min else # Cold winter and no latent cooling load (add a ton rule applies) - hvac_sizing_values.Cool_Capacity = [(hvac_sizing_values.Cool_Load_Tot + hvac.OverSizeDelta) / totalCap_CurveValue, heat_cap_rated].min + hvac_sizing_values.Cool_Capacity = [(hvac_sizing_values.Cool_Load_Tot + @oversize_delta) / total_cap_curve_value, heat_cap_rated].min end end hvac_sizing_values.Cool_Airflow = cfm_per_btuh * hvac_sizing_values.Cool_Capacity @@ -2073,7 +2120,7 @@ def self.calc_airflow_rate_user(capacity, rated_cfm_per_ton, capacity_ratio) return rated_cfm_per_ton * capacity_ratio * UnitConversions.convert(capacity, 'Btu/hr', 'ton') # Maximum air flow under heating operation end - def self.calc_gshp_clg_curve_value(hvac, wb_temp, db_temp, w_temp, vfr_air, loop_flow = nil, rated_vfr_air = nil) + def self.calc_gshp_clg_curve_value(cool_cap_curve_spec, cool_sh_curve_spec, wb_temp, db_temp, w_temp, vfr_air, loop_flow = nil, rated_vfr_air = nil) # Reference conditions in thesis with largest capacity: # See Appendix B Figure B.3 of https://hvac.okstate.edu/sites/default/files/pubs/theses/MS/27-Tang_Thesis_05.pdf ref_temp = 283 # K @@ -2085,66 +2132,47 @@ def self.calc_gshp_clg_curve_value(hvac, wb_temp, db_temp, w_temp, vfr_air, loop end ref_vfr_water = 0.000284 - a_1 = hvac.COOL_CAP_CURVE_SPEC[hvac.SizingSpeed][0] - a_2 = hvac.COOL_CAP_CURVE_SPEC[hvac.SizingSpeed][1] - a_3 = hvac.COOL_CAP_CURVE_SPEC[hvac.SizingSpeed][2] - a_4 = hvac.COOL_CAP_CURVE_SPEC[hvac.SizingSpeed][3] - a_5 = hvac.COOL_CAP_CURVE_SPEC[hvac.SizingSpeed][4] - b_1 = hvac.COOL_SH_CURVE_SPEC[hvac.SizingSpeed][0] - b_2 = hvac.COOL_SH_CURVE_SPEC[hvac.SizingSpeed][1] - b_3 = hvac.COOL_SH_CURVE_SPEC[hvac.SizingSpeed][2] - b_4 = hvac.COOL_SH_CURVE_SPEC[hvac.SizingSpeed][3] - b_5 = hvac.COOL_SH_CURVE_SPEC[hvac.SizingSpeed][4] - b_6 = hvac.COOL_SH_CURVE_SPEC[hvac.SizingSpeed][5] - - if not loop_flow.nil? - totalCap_CurveValue = a_1 + wb_temp / ref_temp * a_2 + w_temp / ref_temp * a_3 + vfr_air / ref_vfr_air * a_4 + loop_flow / ref_vfr_water * a_5 - sensibleCap_CurveValue = b_1 + db_temp / ref_temp * b_2 + wb_temp / ref_temp * b_3 + w_temp / ref_temp * b_4 + vfr_air / ref_vfr_air * b_5 + loop_flow / ref_vfr_water * b_6 - else - totalCap_CurveValue = a_1 + wb_temp / ref_temp * a_2 + w_temp / ref_temp * a_3 + vfr_air / ref_vfr_air * a_4 - sensibleCap_CurveValue = b_1 + db_temp / ref_temp * b_2 + wb_temp / ref_temp * b_3 + w_temp / ref_temp * b_4 + vfr_air / ref_vfr_air * b_5 - end - return totalCap_CurveValue, sensibleCap_CurveValue - end + a_1 = cool_cap_curve_spec[0] + a_2 = cool_cap_curve_spec[1] + a_3 = cool_cap_curve_spec[2] + a_4 = cool_cap_curve_spec[3] + a_5 = cool_cap_curve_spec[4] + b_1 = cool_sh_curve_spec[0] + b_2 = cool_sh_curve_spec[1] + b_3 = cool_sh_curve_spec[2] + b_4 = cool_sh_curve_spec[3] + b_5 = cool_sh_curve_spec[4] + b_6 = cool_sh_curve_spec[5] - def self.calc_gshp_htg_curve_value(hvac, db_temp, w_temp, vfr_air, loop_flow) - # Reference conditions in thesis with largest capacity: - # See Appendix B Figure B.3 of https://hvac.okstate.edu/sites/default/files/pubs/theses/MS/27-Tang_Thesis_05.pdf - ref_temp = 283 # K - ref_vfr_air = UnitConversions.convert(1200, 'cfm', 'm^3/s') - ref_vfr_water = 0.000284 + loop_flow = 0.0 if loop_flow.nil? - a_1 = hvac.HEAT_CAP_FT_SPEC[hvac.SizingSpeed][0] - a_2 = hvac.HEAT_CAP_FT_SPEC[hvac.SizingSpeed][1] - a_3 = hvac.HEAT_CAP_FT_SPEC[hvac.SizingSpeed][2] - a_4 = hvac.HEAT_CAP_FT_SPEC[hvac.SizingSpeed][3] - a_5 = hvac.HEAT_CAP_FT_SPEC[hvac.SizingSpeed][4] + total_cap_curve_value = a_1 + wb_temp / ref_temp * a_2 + w_temp / ref_temp * a_3 + vfr_air / ref_vfr_air * a_4 + loop_flow / ref_vfr_water * a_5 + sensible_cap_curve_value = b_1 + db_temp / ref_temp * b_2 + wb_temp / ref_temp * b_3 + w_temp / ref_temp * b_4 + vfr_air / ref_vfr_air * b_5 + loop_flow / ref_vfr_water * b_6 - cap_CurveValue = a_1 + db_temp / ref_temp * a_2 + w_temp / ref_temp * a_3 + vfr_air / ref_vfr_air * a_4 + loop_flow / ref_vfr_water * a_5 - return cap_CurveValue + return total_cap_curve_value, sensible_cap_curve_value end def self.calc_delivery_effectiveness_heating(dse_Qs, dse_Qr, system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, t_setpoint, dse_Fregain_s, dse_Fregain_r, supply_r, return_r, air_dens = @inside_air_dens, air_cp = Gas.Air.cp) ''' Calculate the Delivery Effectiveness for heating (using the method of ASHRAE Standard 152). ''' - dse_Bs, dse_Br, dse_a_s, dse_a_r, dse_dTe, dse_dT_s, dse_dT_r = _calc_dse_init(system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, t_setpoint, dse_Qs, dse_Qr, supply_r, return_r, air_dens, air_cp) - dse_DE = _calc_dse_DE_heating(dse_a_s, dse_Bs, dse_a_r, dse_Br, dse_dT_s, dse_dT_r, dse_dTe) - dse_DEcorr = _calc_dse_DEcorr(dse_DE, dse_Fregain_s, dse_Fregain_r, dse_Br, dse_a_r, dse_dT_r, dse_dTe) + dse_Bs, dse_Br, dse_As, dse_Ar, dse_dTe, dse_dT_s, dse_dT_r = _calc_dse_init(system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, t_setpoint, dse_Qs, dse_Qr, supply_r, return_r, air_dens, air_cp) + dse_DE = _calc_dse_DE_heating(dse_As, dse_Bs, dse_Ar, dse_Br, dse_dT_s, dse_dT_r, dse_dTe) + dse_DEcorr = _calc_dse_DEcorr(dse_DE, dse_Fregain_s, dse_Fregain_r, dse_Br, dse_Ar, dse_dT_r, dse_dTe) return dse_DEcorr end - def self.calc_delivery_effectiveness_cooling(dse_Qs, dse_Qr, leavingAirTemp, system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, t_setpoint, dse_Fregain_s, dse_Fregain_r, load_total, dse_h_r, supply_r, return_r, air_dens = @inside_air_dens, air_cp = Gas.Air.cp, h_in = @enthalpy_indoor_cooling) + def self.calc_delivery_effectiveness_cooling(dse_Qs, dse_Qr, leaving_air_temp, system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, t_setpoint, dse_Fregain_s, dse_Fregain_r, load_total, dse_h_r, supply_r, return_r, air_dens = @inside_air_dens, air_cp = Gas.Air.cp, h_in = @enthalpy_indoor_cooling) ''' Calculate the Delivery Effectiveness for cooling (using the method of ASHRAE Standard 152). ''' - dse_Bs, dse_Br, dse_a_s, dse_a_r, dse_dTe, _dse_dT_s, dse_dT_r = _calc_dse_init(system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, t_setpoint, dse_Qs, dse_Qr, supply_r, return_r, air_dens, air_cp) + dse_Bs, dse_Br, dse_As, dse_Ar, dse_dTe, _dse_dT_s, dse_dT_r = _calc_dse_init(system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, t_setpoint, dse_Qs, dse_Qr, supply_r, return_r, air_dens, air_cp) dse_dTe *= -1.0 - dse_DE, coolingLoad_Ducts_Sens = _calc_dse_DE_cooling(dse_a_s, system_cfm, load_total, dse_a_r, dse_h_r, dse_Br, dse_dT_r, dse_Bs, leavingAirTemp, dse_Tamb_s, load_sens, air_dens, air_cp, h_in) - dse_DEcorr = _calc_dse_DEcorr(dse_DE, dse_Fregain_s, dse_Fregain_r, dse_Br, dse_a_r, dse_dT_r, dse_dTe) + dse_DE, cooling_load_ducts_sens = _calc_dse_DE_cooling(dse_As, system_cfm, load_total, dse_Ar, dse_h_r, dse_Br, dse_dT_r, dse_Bs, leaving_air_temp, dse_Tamb_s, load_sens, air_dens, air_cp, h_in) + dse_DEcorr = _calc_dse_DEcorr(dse_DE, dse_Fregain_s, dse_Fregain_r, dse_Br, dse_Ar, dse_dT_r, dse_dTe) - return dse_DEcorr, dse_dTe, coolingLoad_Ducts_Sens + return dse_DEcorr, dse_dTe, cooling_load_ducts_sens end def self._calc_dse_init(system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, dse_Ar, t_setpoint, dse_Qs, dse_Qr, supply_r, return_r, air_dens, air_cp) @@ -2152,43 +2180,43 @@ def self._calc_dse_init(system_cfm, load_sens, dse_Tamb_s, dse_Tamb_r, dse_As, d dse_Bs = Math.exp((-1.0 * dse_As) / (60.0 * system_cfm * air_dens * air_cp * supply_r)) dse_Br = Math.exp((-1.0 * dse_Ar) / (60.0 * system_cfm * air_dens * air_cp * return_r)) - dse_a_s = (system_cfm - dse_Qs) / system_cfm - dse_a_r = (system_cfm - dse_Qr) / system_cfm + dse_As = (system_cfm - dse_Qs) / system_cfm + dse_Ar = (system_cfm - dse_Qr) / system_cfm dse_dTe = load_sens / (60.0 * system_cfm * air_dens * air_cp) dse_dT_s = t_setpoint - dse_Tamb_s dse_dT_r = t_setpoint - dse_Tamb_r - return dse_Bs, dse_Br, dse_a_s, dse_a_r, dse_dTe, dse_dT_s, dse_dT_r + return dse_Bs, dse_Br, dse_As, dse_Ar, dse_dTe, dse_dT_s, dse_dT_r end - def self._calc_dse_DE_cooling(dse_a_s, system_cfm, load_total, dse_a_r, dse_h_r, dse_Br, dse_dT_r, dse_Bs, leavingAirTemp, dse_Tamb_s, load_sens, air_dens, air_cp, h_in) + def self._calc_dse_DE_cooling(dse_As, system_cfm, load_total, dse_Ar, dse_h_r, dse_Br, dse_dT_r, dse_Bs, leaving_air_temp, dse_Tamb_s, load_sens, air_dens, air_cp, h_in) # Calculate the delivery effectiveness (Equation 6-25) - dse_DE = ((dse_a_s * 60.0 * system_cfm * air_dens) / (-1.0 * load_total)) * \ + dse_DE = ((dse_As * 60.0 * system_cfm * air_dens) / (-1.0 * load_total)) * \ (((-1.0 * load_total) / (60.0 * system_cfm * air_dens)) + \ - (1.0 - dse_a_r) * (dse_h_r - h_in) + \ - dse_a_r * air_cp * (dse_Br - 1.0) * dse_dT_r + \ - air_cp * (dse_Bs - 1.0) * (leavingAirTemp - dse_Tamb_s)) + (1.0 - dse_Ar) * (dse_h_r - h_in) + \ + dse_Ar * air_cp * (dse_Br - 1.0) * dse_dT_r + \ + air_cp * (dse_Bs - 1.0) * (leaving_air_temp - dse_Tamb_s)) # Calculate the sensible heat transfer from surroundings - coolingLoad_Ducts_Sens = (1.0 - [dse_DE, 0.0].max) * load_sens + cooling_load_ducts_sens = (1.0 - [dse_DE, 0.0].max) * load_sens - return dse_DE, coolingLoad_Ducts_Sens + return dse_DE, cooling_load_ducts_sens end - def self._calc_dse_DE_heating(dse_a_s, dse_Bs, dse_a_r, dse_Br, dse_dT_s, dse_dT_r, dse_dTe) + def self._calc_dse_DE_heating(dse_As, dse_Bs, dse_Ar, dse_Br, dse_dT_s, dse_dT_r, dse_dTe) # Calculate the delivery effectiveness (Equation 6-23) - dse_DE = (dse_a_s * dse_Bs - - dse_a_s * dse_Bs * (1.0 - dse_a_r * dse_Br) * (dse_dT_r / dse_dTe) - - dse_a_s * (1.0 - dse_Bs) * (dse_dT_s / dse_dTe)) + dse_DE = (dse_As * dse_Bs - + dse_As * dse_Bs * (1.0 - dse_Ar * dse_Br) * (dse_dT_r / dse_dTe) - + dse_As * (1.0 - dse_Bs) * (dse_dT_s / dse_dTe)) return dse_DE end - def self._calc_dse_DEcorr(dse_DE, dse_Fregain_s, dse_Fregain_r, dse_Br, dse_a_r, dse_dT_r, dse_dTe) + def self._calc_dse_DEcorr(dse_DE, dse_Fregain_s, dse_Fregain_r, dse_Br, dse_Ar, dse_dT_r, dse_dTe) # Calculate the delivery effectiveness corrector for regain (Equation 6-40) dse_DEcorr = (dse_DE + dse_Fregain_s * (1.0 - dse_DE) - (dse_Fregain_s - dse_Fregain_r - - dse_Br * (dse_a_r * dse_Fregain_s - dse_Fregain_r)) * dse_dT_r / dse_dTe) + dse_Br * (dse_Ar * dse_Fregain_s - dse_Fregain_r)) * dse_dT_r / dse_dTe) # Limit the DE to a reasonable value to prevent negative values and huge equipment dse_DEcorr = [dse_DEcorr, 0.25].max @@ -2197,382 +2225,92 @@ def self._calc_dse_DEcorr(dse_DE, dse_Fregain_s, dse_Fregain_r, dse_Br, dse_a_r, return dse_DEcorr end - def self.calculate_sensible_latent_split(return_leakage_cfm, cool_load_tot, coolingLoadLat) + def self.calculate_sensible_latent_split(return_leakage_cfm, cool_load_tot, cool_load_lat) # Calculate the latent duct leakage load (Manual J accounts only for return duct leakage) - dse_Cool_Load_Latent = [0.0, 0.68 * @acf * return_leakage_cfm * (@cool_design_grains - @cool_indoor_grains)].max + dse_cool_load_latent = [0.0, 0.68 * @acf * return_leakage_cfm * (@cool_design_grains - @cool_indoor_grains)].max # Calculate final latent and load - cool_Load_Lat = coolingLoadLat + dse_Cool_Load_Latent - cool_Load_Sens = cool_load_tot - cool_Load_Lat + cool_load_lat += dse_cool_load_latent + cool_load_sens = cool_load_tot - cool_load_lat - return cool_Load_Lat, cool_Load_Sens + return cool_load_lat, cool_load_sens end - def self.calc_ducts_area_weighted_average(ducts, values) - ''' - Calculate area-weighted average values for unconditioned duct(s) - ''' - uncond_area = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } - ducts.each do |duct| - next if HPXML::conditioned_locations_this_unit.include? duct.Location - - uncond_area[duct.Side] += duct.Area - end + def self.calc_duct_conduction_values(distribution_system, design_temps) + dse_A = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } + dse_Ufactor = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } + dse_Tamb = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } + dse_Fregain = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } - value = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } - ducts.each do |duct| - next if HPXML::conditioned_locations_this_unit.include? duct.Location + [HPXML::DuctTypeSupply, HPXML::DuctTypeReturn].each do |duct_type| + # Calculate total area outside this unit's conditioned space + total_area = 0.0 + distribution_system.ducts.each do |duct| + next if duct.duct_type != duct_type + next if HPXML::conditioned_locations_this_unit.include? duct.duct_location - if uncond_area[duct.Side] > 0 - value[duct.Side] += values[duct.Side][duct.Location] * duct.Area / uncond_area[duct.Side] - else - value[duct.Side] += values[duct.Side][duct.Location] + total_area += duct.duct_surface_area * duct.duct_surface_area_multiplier end - end - return value[HPXML::DuctTypeSupply], value[HPXML::DuctTypeReturn] - end - - def self.calc_ducts_areas(ducts) - ''' - Calculate total supply & return duct areas in unconditioned space - ''' + if total_area == 0 + # There still may be leakage to the outside, so set Tamb to outside environment + dse_Tamb[duct_type] = design_temps[HPXML::LocationOutside] + else + distribution_system.ducts.each do |duct| + next if duct.duct_type != duct_type + next if HPXML::conditioned_locations_this_unit.include? duct.duct_location - areas = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } - ducts.each do |duct| - next if HPXML::conditioned_locations_this_unit.include? duct.Location + duct_area = duct.duct_surface_area * duct.duct_surface_area_multiplier + dse_A[duct_type] += duct_area - areas[duct.Side] += duct.Area - end + # Calculate area-weighted values: - return areas[HPXML::DuctTypeSupply], areas[HPXML::DuctTypeReturn] - end + duct_area_fraction = duct_area / total_area - def self.calc_ducts_leakages(ducts, system_cfm) - ''' - Calculate total supply & return duct leakage in cfm. - ''' + dse_Ufactor[duct_type] += 1.0 / duct.duct_effective_r_value * duct_area_fraction - cfms = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } - ducts.each do |duct| - next if HPXML::conditioned_locations_this_unit.include? duct.Location + dse_Tamb[duct_type] += design_temps[duct.duct_location] * duct_area_fraction - if duct.LeakageFrac.to_f > 0 - cfms[duct.Side] += duct.LeakageFrac * system_cfm - elsif duct.LeakageCFM25.to_f > 0 - cfms[duct.Side] += duct.LeakageCFM25 - elsif duct.LeakageCFM50.to_f > 0 - cfms[duct.Side] += Airflow.calc_air_leakage_at_diff_pressure(0.65, duct.LeakageCFM50, 50.0, 25.0) + dse_Fregain[duct_type] += get_duct_regain_factor(duct) * duct_area_fraction + end end end - return cfms[HPXML::DuctTypeSupply], cfms[HPXML::DuctTypeReturn] + return dse_A[HPXML::DuctTypeSupply], dse_A[HPXML::DuctTypeReturn], + 1.0 / dse_Ufactor[HPXML::DuctTypeSupply], 1.0 / dse_Ufactor[HPXML::DuctTypeReturn], + dse_Tamb[HPXML::DuctTypeSupply], dse_Tamb[HPXML::DuctTypeReturn], + dse_Fregain[HPXML::DuctTypeSupply], dse_Fregain[HPXML::DuctTypeReturn] end - def self.calc_ducts_rvalues(ducts) + def self.calc_duct_leakages_cfm25(distribution_system, system_cfm) ''' - Calculate UA-weighted average R-value for supply & return ducts. + Calculate supply & return duct leakage in cfm25. ''' - u_factors = { HPXML::DuctTypeSupply => {}, HPXML::DuctTypeReturn => {} } - ducts.each do |duct| - next if HPXML::conditioned_locations_this_unit.include? duct.Location - - u_factors[duct.Side][duct.Location] = 1.0 / duct.Rvalue - end - - supply_u, return_u = calc_ducts_area_weighted_average(ducts, u_factors) - - return 1.0 / supply_u, 1.0 / return_u - end - - def self.get_hvac_information(hvac_system) - # FUTURE: Remove this method and use hvac_system objects directly. - hvac = HVACInfo.new - - hpxml_hvacs = [] - if not hvac_system[:heating].nil? - hpxml_hvacs << hvac_system[:heating] - end - if not hvac_system[:cooling].nil? - hpxml_hvacs << hvac_system[:cooling] - end - - # Get heating/cooling system info from HPXML objects - hpxml_hvacs.uniq.each do |hpxml_hvac| - hpxml_hvac_ap = hpxml_hvac.additional_properties - - hvac.hvac_system = hvac_system - - # System type - if hpxml_hvac.respond_to? :heating_system_type - hvac.HeatType = hpxml_hvac.heating_system_type - elsif hpxml_hvac.respond_to? :cooling_system_type - hvac.CoolType = hpxml_hvac.cooling_system_type - elsif hpxml_hvac.respond_to? :heat_pump_type - hvac.HeatType = hpxml_hvac.heat_pump_type - hvac.CoolType = hpxml_hvac.heat_pump_type - end - - # Load fractions - if hpxml_hvac.respond_to? :fraction_heat_load_served - hvac.HeatingLoadFraction = hpxml_hvac.fraction_heat_load_served - end - if hpxml_hvac.respond_to? :fraction_cool_load_served - hvac.CoolingLoadFraction = hpxml_hvac.fraction_cool_load_served - end - if hpxml_hvac.is_a?(HPXML::HeatingSystem) && hpxml_hvac.is_heat_pump_backup_system - # Use the same load fractions as the heat pump - heat_pump = @hpxml.heat_pumps.select { |hp| hp.backup_system_idref == hpxml_hvac.id }[0] - hvac.HeatingLoadFraction = heat_pump.fraction_heat_load_served - hvac.CoolingLoadFraction = heat_pump.fraction_cool_load_served - end - - # Capacities - if hpxml_hvac.is_a?(HPXML::HeatingSystem) || hpxml_hvac.is_a?(HPXML::HeatPump) - hvac.FixedHeatingCapacity = hpxml_hvac.heating_capacity - end - if hpxml_hvac.is_a?(HPXML::CoolingSystem) || hpxml_hvac.is_a?(HPXML::HeatPump) - hvac.FixedCoolingCapacity = hpxml_hvac.cooling_capacity - end - if hpxml_hvac.is_a?(HPXML::HeatPump) - if not hpxml_hvac.backup_heating_capacity.nil? - hvac.FixedSuppHeatingCapacity = hpxml_hvac.backup_heating_capacity - elsif not hpxml_hvac.backup_system.nil? - hvac.FixedSuppHeatingCapacity = hpxml_hvac.backup_system.heating_capacity - end - end - - # Integrated heating systems - if hpxml_hvac.is_a?(HPXML::CoolingSystem) && hpxml_hvac.has_integrated_heating - hvac.HasIntegratedHeating = true - hvac.HeatingLoadFraction = hpxml_hvac.integrated_heating_system_fraction_heat_load_served - hvac.FixedHeatingCapacity = hpxml_hvac.integrated_heating_system_capacity - end - - # HP Switchover Temperature - if hpxml_hvac.is_a?(HPXML::HeatPump) - hvac.SwitchoverTemperature = hpxml_hvac.backup_heating_switchover_temp - end - - # Number of speeds - if hpxml_hvac.is_a?(HPXML::CoolingSystem) || hpxml_hvac.is_a?(HPXML::HeatPump) - # Cooling - if hpxml_hvac_ap.respond_to? :num_speeds - num_speeds = hpxml_hvac_ap.num_speeds - end - num_speeds = 1 if num_speeds.nil? - hvac.NumSpeedsCooling = num_speeds - if hvac.NumSpeedsCooling == 2 - hvac.OverSizeLimit = 1.2 - elsif hvac.NumSpeedsCooling > 2 - hvac.OverSizeLimit = 1.3 - end - end - if hpxml_hvac.is_a?(HPXML::HeatingSystem) || hpxml_hvac.is_a?(HPXML::HeatPump) - # Heating - if hpxml_hvac_ap.respond_to? :num_speeds - num_speeds = hpxml_hvac_ap.num_speeds - end - num_speeds = 1 if num_speeds.nil? - hvac.NumSpeedsHeating = num_speeds - end - - # HVAC installation quality - if hpxml_hvac.respond_to? :charge_defect_ratio - if [HPXML::HVACTypeCentralAirConditioner, - HPXML::HVACTypeMiniSplitAirConditioner, - HPXML::HVACTypeHeatPumpAirToAir, - HPXML::HVACTypeHeatPumpMiniSplit, - HPXML::HVACTypeHeatPumpGroundToAir].include? hvac.CoolType - hvac.ChargeDefectRatio = hpxml_hvac.charge_defect_ratio - end - end - if hpxml_hvac.respond_to? :airflow_defect_ratio - # Cooling - if [HPXML::HVACTypeCentralAirConditioner, - HPXML::HVACTypeMiniSplitAirConditioner, - HPXML::HVACTypeHeatPumpAirToAir, - HPXML::HVACTypeHeatPumpMiniSplit, - HPXML::HVACTypeHeatPumpGroundToAir].include? hvac.CoolType - if not hpxml_hvac.distribution_system.nil? # Exclude ductless - hvac.AirflowDefectRatioCooling = hpxml_hvac.airflow_defect_ratio - end - end - # Heating - if [HPXML::HVACTypeFurnace, - HPXML::HVACTypeHeatPumpAirToAir, - HPXML::HVACTypeHeatPumpMiniSplit, - HPXML::HVACTypeHeatPumpGroundToAir].include? hvac.HeatType - if not hpxml_hvac.distribution_system.nil? # Exclude ductless - hvac.AirflowDefectRatioHeating = hpxml_hvac.airflow_defect_ratio - end - end - end - - # Rated airflow rates - if hpxml_hvac_ap.respond_to? :cool_rated_cfm_per_ton - hvac.RatedCFMperTonCooling = hpxml_hvac_ap.cool_rated_cfm_per_ton - end - if hpxml_hvac_ap.respond_to? :heat_rated_cfm_per_ton - hvac.RatedCFMperTonHeating = hpxml_hvac_ap.heat_rated_cfm_per_ton - end - - # Capacity ratios - if hpxml_hvac_ap.respond_to? :cool_capacity_ratios - hvac.CapacityRatioCooling = hpxml_hvac_ap.cool_capacity_ratios - end - if hpxml_hvac_ap.respond_to? :heat_capacity_ratios - hvac.CapacityRatioHeating = hpxml_hvac_ap.heat_capacity_ratios - end - - # Sizing speed - hvac.SizingSpeed = get_sizing_speed(hvac.NumSpeedsCooling, hvac.CapacityRatioCooling) - - # Rated SHRs - if hpxml_hvac_ap.respond_to? :cool_rated_shrs_gross - hvac.SHRRated = hpxml_hvac_ap.cool_rated_shrs_gross - end - - # Performance curves - if hpxml_hvac_ap.respond_to? :cool_cap_ft_spec - hvac.COOL_CAP_FT_SPEC = hpxml_hvac_ap.cool_cap_ft_spec - end - if hpxml_hvac_ap.respond_to? :cool_sh_ft_spec - hvac.COOL_SH_FT_SPEC = hpxml_hvac_ap.cool_sh_ft_spec - end - if hpxml_hvac_ap.respond_to? :heat_cap_ft_spec - hvac.HEAT_CAP_FT_SPEC = hpxml_hvac_ap.heat_cap_ft_spec - end - if hpxml_hvac_ap.respond_to? :cool_cap_fflow_spec - hvac.COOL_CAP_FFLOW_SPEC = hpxml_hvac_ap.cool_cap_fflow_spec - end - if hpxml_hvac_ap.respond_to? :heat_cap_fflow_spec - hvac.HEAT_CAP_FFLOW_SPEC = hpxml_hvac_ap.heat_cap_fflow_spec - end - if hpxml_hvac_ap.respond_to? :cool_cap_curve_spec - hvac.COOL_CAP_CURVE_SPEC = hpxml_hvac_ap.cool_cap_curve_spec - end - if hpxml_hvac_ap.respond_to? :cool_sh_curve_spec - hvac.COOL_SH_CURVE_SPEC = hpxml_hvac_ap.cool_sh_curve_spec - end - if hpxml_hvac_ap.respond_to? :heat_cap_curve_spec - hvac.HEAT_CAP_CURVE_SPEC = hpxml_hvac_ap.heat_cap_curve_spec - end + cfms = { HPXML::DuctTypeSupply => 0.0, HPXML::DuctTypeReturn => 0.0 } - # WLHP - if hpxml_hvac.respond_to? :heating_efficiency_cop - hvac.HeatingCOP = hpxml_hvac.heating_efficiency_cop - end + distribution_system.duct_leakage_measurements.each do |m| + next if m.duct_leakage_total_or_to_outside != HPXML::DuctLeakageToOutside + next unless [HPXML::DuctTypeSupply, HPXML::DuctTypeReturn].include? m.duct_type - # GSHP - if hpxml_hvac_ap.respond_to? :u_tube_spacing_type - hvac.GSHP_SpacingType = hpxml_hvac_ap.u_tube_spacing_type - end - if hpxml_hvac_ap.respond_to? :cool_rated_eirs - hvac.CoolingEIR = hpxml_hvac_ap.cool_rated_eirs[0] + if m.duct_leakage_units == HPXML::UnitsPercent + cfms[m.duct_type] += m.duct_leakage_value * system_cfm + elsif m.duct_leakage_units == HPXML::UnitsCFM25 + cfms[m.duct_type] += m.duct_leakage_value + elsif m.duct_leakage_units == HPXML::UnitsCFM50 + cfms[m.duct_type] += Airflow.calc_air_leakage_at_diff_pressure(0.65, m.duct_leakage_value, 50.0, 25.0) end - if hpxml_hvac_ap.respond_to? :heat_rated_eirs - hvac.HeatingEIR = hpxml_hvac_ap.heat_rated_eirs[0] - end - if hvac.HeatType == HPXML::HVACTypeHeatPumpGroundToAir - hvac.GSHP_design_chw = hpxml_hvac_ap.design_chw - hvac.GSHP_design_delta_t = hpxml_hvac_ap.design_delta_t - hvac.GSHP_design_hw = hpxml_hvac_ap.design_hw - hvac.GSHP_bore_d = hpxml_hvac_ap.bore_diameter - hvac.GSHP_pipe_od = hpxml_hvac_ap.pipe_od - hvac.GSHP_pipe_id = hpxml_hvac_ap.pipe_id - hvac.GSHP_pipe_cond = hpxml_hvac_ap.pipe_cond - hvac.GSHP_grout_k = hpxml_hvac_ap.grout_conductivity - end - - # Evaporative cooler - if hpxml_hvac_ap.respond_to? :effectiveness - hvac.EvapCoolerEffectiveness = hpxml_hvac_ap.effectiveness - end - - # Ducts - # FUTURE: Consolidate w/ ducts code in measure.rb - hvac.Ducts = [] - next unless not hpxml_hvac.distribution_system.nil? - - lto = { supply_percent: nil, supply_cfm25: nil, return_percent: nil, return_cfm25: nil } - hpxml_hvac.distribution_system.duct_leakage_measurements.each do |m| - next unless m.duct_leakage_total_or_to_outside == 'to outside' + end - if m.duct_leakage_units == HPXML::UnitsPercent && m.duct_type == HPXML::DuctTypeSupply - lto[:supply_percent] = m.duct_leakage_value - elsif m.duct_leakage_units == HPXML::UnitsCFM25 && m.duct_type == HPXML::DuctTypeSupply - lto[:supply_cfm25] = m.duct_leakage_value - elsif m.duct_leakage_units == HPXML::UnitsCFM50 && m.duct_type == HPXML::DuctTypeSupply - lto[:supply_cfm50] = m.duct_leakage_value - elsif m.duct_leakage_units == HPXML::UnitsPercent && m.duct_type == HPXML::DuctTypeReturn - lto[:return_percent] = m.duct_leakage_value - elsif m.duct_leakage_units == HPXML::UnitsCFM25 && m.duct_type == HPXML::DuctTypeReturn - lto[:return_cfm25] = m.duct_leakage_value - elsif m.duct_leakage_units == HPXML::UnitsCFM50 && m.duct_type == HPXML::DuctTypeReturn - lto[:return_cfm50] = m.duct_leakage_value - end - end - total_uncond_supply_area = hpxml_hvac.distribution_system.total_unconditioned_duct_areas[HPXML::DuctTypeSupply] - total_uncond_return_area = hpxml_hvac.distribution_system.total_unconditioned_duct_areas[HPXML::DuctTypeReturn] - hpxml_hvac.distribution_system.ducts.each do |duct| - next if HPXML::conditioned_locations_this_unit.include? duct.duct_location + return cfms[HPXML::DuctTypeSupply], cfms[HPXML::DuctTypeReturn] + end - d = DuctInfo.new - d.Side = duct.duct_type - d.Location = duct.duct_location - d.Area = duct.duct_surface_area * duct.duct_surface_area_multiplier - - # Calculate R-value w/ air film - d.Rvalue = Airflow.get_duct_insulation_rvalue(duct.duct_insulation_r_value, d.Side) - - # Leakage to Outside apportioned to this duct - if d.Side == HPXML::DuctTypeSupply - d.LeakageFrac = lto[:supply_percent].to_f * d.Area / total_uncond_supply_area - d.LeakageCFM25 = lto[:supply_cfm25].to_f * d.Area / total_uncond_supply_area - d.LeakageCFM50 = lto[:supply_cfm50].to_f * d.Area / total_uncond_supply_area - elsif d.Side == HPXML::DuctTypeReturn - d.LeakageFrac = lto[:return_percent].to_f * d.Area / total_uncond_return_area - d.LeakageCFM25 = lto[:return_cfm25].to_f * d.Area / total_uncond_return_area - d.LeakageCFM50 = lto[:return_cfm50].to_f * d.Area / total_uncond_return_area - end - hvac.Ducts << d - end - # If all ducts are in conditioned space, treat leakage as going to outside - if (lto[:supply_percent].to_f + lto[:supply_cfm25].to_f + lto[:supply_cfm50].to_f) > 0 && total_uncond_supply_area == 0 - d = DuctInfo.new - d.Side = HPXML::DuctTypeSupply - d.Location = HPXML::LocationOutside - d.Area = 0.0 - d.Rvalue = Airflow.get_duct_insulation_rvalue(0.0, d.Side) - d.LeakageFrac = lto[:supply_percent] - d.LeakageCFM25 = lto[:supply_cfm25] - d.LeakageCFM50 = lto[:supply_cfm50] - hvac.Ducts << d - end - next unless (lto[:return_percent].to_f + lto[:return_cfm25].to_f + lto[:return_cfm50].to_f) > 0 && total_uncond_return_area == 0 - - d = DuctInfo.new - d.Side = HPXML::DuctTypeReturn - d.Location = HPXML::LocationOutside - d.Area = 0.0 - d.Rvalue = Airflow.get_duct_insulation_rvalue(0.0, d.Side) - d.LeakageFrac = lto[:return_percent] - d.LeakageCFM25 = lto[:return_cfm25] - d.LeakageCFM50 = lto[:return_cfm50] - hvac.Ducts << d - end - - return hvac - end - - def self.process_curve_fit(airFlowRate, capacity, temp) + def self.process_curve_fit(airflow_rate, capacity, temp) # TODO: Get rid of this curve by using ADP/BF calculations return 0 if capacity == 0 capacity_tons = UnitConversions.convert(capacity, 'Btu/hr', 'ton') - return MathTools.biquadratic(airFlowRate / capacity_tons, temp, get_shr_biquadratic) + return MathTools.biquadratic(airflow_rate / capacity_tons, temp, get_shr_biquadratic) end def self.get_shr_biquadratic @@ -2582,19 +2320,19 @@ def self.get_shr_biquadratic return [1.08464364, 0.002096954, 0, -0.005766327, 0, -0.000011147] end - def self.get_sizing_speed(num_speeds_cooling, capacity_ratios_cooling) - if num_speeds_cooling > 1 - sizingSpeed = num_speeds_cooling # Default - sizingSpeed_Test = 10 # Initialize - for speed in 0..(num_speeds_cooling - 1) + def self.get_sizing_speed(hvac_cooling_ap) + if hvac_cooling_ap.respond_to?(:cool_capacity_ratios) && (hvac_cooling_ap.cool_capacity_ratios.size > 1) + sizing_speed = hvac_cooling_ap.cool_capacity_ratios.size # Default + sizing_speed_delta = 10 # Initialize + for speed in 0..(hvac_cooling_ap.cool_capacity_ratios.size - 1) # Select curves for sizing using the speed with the capacity ratio closest to 1 - temp = (capacity_ratios_cooling[speed] - 1).abs - if temp <= sizingSpeed_Test - sizingSpeed = speed - sizingSpeed_Test = temp + delta = (hvac_cooling_ap.cool_capacity_ratios[speed] - 1).abs + if delta <= sizing_speed_delta + sizing_speed = speed + sizing_speed_delta = delta end end - return sizingSpeed + return sizing_speed end return 0 end @@ -2638,10 +2376,10 @@ def self.get_space_ua_values(location, weather) if [HPXML::LocationCrawlspaceVented, HPXML::LocationAtticVented].include? location # Vented space if location == HPXML::LocationCrawlspaceVented - vented_crawl = @hpxml.foundations.select { |f| f.foundation_type == HPXML::FoundationTypeCrawlspaceVented }[0] + vented_crawl = @hpxml.foundations.find { |f| f.foundation_type == HPXML::FoundationTypeCrawlspaceVented } sla = vented_crawl.vented_crawlspace_sla else - vented_attic = @hpxml.attics.select { |f| f.attic_type == HPXML::AtticTypeVented }[0] + vented_attic = @hpxml.attics.find { |f| f.attic_type == HPXML::AtticTypeVented } if not vented_attic.vented_attic_sla.nil? sla = vented_attic.vented_attic_sla else @@ -2915,32 +2653,32 @@ def self.gshp_coil_bf_ft_spec return [1.21005458, -0.00664200, 0.00000000, 0.00348246, 0.00000000, 0.00000000] end - def self.gshp_hx_pipe_rvalue(hvac) + def self.gshp_hx_pipe_rvalue(hvac_cooling_ap) # Thermal Resistance of Pipe - return Math.log(hvac.GSHP_pipe_od / hvac.GSHP_pipe_id) / 2.0 / Math::PI / hvac.GSHP_pipe_cond + return Math.log(hvac_cooling_ap.pipe_od / hvac_cooling_ap.pipe_id) / 2.0 / Math::PI / hvac_cooling_ap.pipe_cond end - def self.gshp_hxbore_ft_per_ton(weather, hvac, bore_spacing, pipe_r_value) - if hvac.GSHP_SpacingType == 'b' + def self.gshp_hxbore_ft_per_ton(weather, hvac_cooling_ap, bore_spacing, pipe_r_value) + if hvac_cooling_ap.u_tube_spacing_type == 'b' beta_0 = 17.4427 beta_1 = -0.6052 - elsif hvac.GSHP_SpacingType == 'c' + elsif hvac_cooling_ap.u_tube_spacing_type == 'c' beta_0 = 21.9059 beta_1 = -0.3796 - elsif hvac.GSHP_SpacingType == 'as' + elsif hvac_cooling_ap.u_tube_spacing_type == 'as' beta_0 = 20.1004 beta_1 = -0.94467 end - r_value_ground = Math.log(bore_spacing / hvac.GSHP_bore_d * 12.0) / 2.0 / Math::PI / @hpxml.site.ground_conductivity - r_value_grout = 1.0 / hvac.GSHP_grout_k / beta_0 / ((hvac.GSHP_bore_d / hvac.GSHP_pipe_od)**beta_1) + r_value_ground = Math.log(bore_spacing / hvac_cooling_ap.bore_diameter * 12.0) / 2.0 / Math::PI / @hpxml.site.ground_conductivity + r_value_grout = 1.0 / hvac_cooling_ap.grout_conductivity / beta_0 / ((hvac_cooling_ap.bore_diameter / hvac_cooling_ap.pipe_od)**beta_1) r_value_bore = r_value_grout + pipe_r_value / 2.0 # Note: Convection resistance is negligible when calculated against Glhepro (Jeffrey D. Spitler, 2000) rtf_DesignMon_Heat = [0.25, (71.0 - weather.data.MonthlyAvgDrybulbs[0]) / @htd].max rtf_DesignMon_Cool = [0.25, (weather.data.MonthlyAvgDrybulbs[6] - 76.0) / @ctd].max - nom_length_heat = (1.0 - hvac.HeatingEIR) * (r_value_bore + r_value_ground * rtf_DesignMon_Heat) / (weather.data.AnnualAvgDrybulb - (2.0 * hvac.GSHP_design_hw - hvac.GSHP_design_delta_t) / 2.0) * UnitConversions.convert(1.0, 'ton', 'Btu/hr') - nom_length_cool = (1.0 + hvac.CoolingEIR) * (r_value_bore + r_value_ground * rtf_DesignMon_Cool) / ((2.0 * hvac.GSHP_design_chw + hvac.GSHP_design_delta_t) / 2.0 - weather.data.AnnualAvgDrybulb) * UnitConversions.convert(1.0, 'ton', 'Btu/hr') + nom_length_heat = (1.0 - hvac_cooling_ap.heat_rated_eirs[0]) * (r_value_bore + r_value_ground * rtf_DesignMon_Heat) / (weather.data.AnnualAvgDrybulb - (2.0 * hvac_cooling_ap.design_hw - hvac_cooling_ap.design_delta_t) / 2.0) * UnitConversions.convert(1.0, 'ton', 'Btu/hr') + nom_length_cool = (1.0 + hvac_cooling_ap.cool_rated_eirs[0]) * (r_value_bore + r_value_ground * rtf_DesignMon_Cool) / ((2.0 * hvac_cooling_ap.design_chw + hvac_cooling_ap.design_delta_t) / 2.0 - weather.data.AnnualAvgDrybulb) * UnitConversions.convert(1.0, 'ton', 'Btu/hr') return nom_length_heat, nom_length_cool end @@ -3388,6 +3126,42 @@ def self.calc_slab_f_value(slab, ground_conductivity) return f_values.sum() / f_values.size end + + def self.set_hvac_types(hvac_heating, hvac_cooling) + if hvac_heating.nil? + @heating_type = nil + elsif hvac_heating.is_a? HPXML::HeatingSystem + @heating_type = hvac_heating.heating_system_type + else + @heating_type = hvac_heating.heat_pump_type + end + if hvac_cooling.nil? + @cooling_type = nil + elsif hvac_cooling.is_a? HPXML::CoolingSystem + @cooling_type = hvac_cooling.cooling_system_type + else + @cooling_type = hvac_cooling.heat_pump_type + end + end + + def self.set_fractions_load_served(hvac_heating, hvac_cooling) + if hvac_cooling.is_a?(HPXML::CoolingSystem) && hvac_cooling.has_integrated_heating + @fraction_heat_load_served = hvac_cooling.integrated_heating_system_fraction_heat_load_served + elsif hvac_heating.nil? + @fraction_heat_load_served = 0 + elsif hvac_heating.is_a?(HPXML::HeatingSystem) && hvac_heating.is_heat_pump_backup_system + # Use the same load fractions as the heat pump + heat_pump = @hpxml.heat_pumps.find { |hp| hp.backup_system_idref == hvac_heating.id } + @fraction_heat_load_served = heat_pump.fraction_heat_load_served + else + @fraction_heat_load_served = hvac_heating.fraction_heat_load_served + end + if hvac_cooling.nil? + @fraction_cool_load_served = 0 + else + @fraction_cool_load_served = hvac_cooling.fraction_cool_load_served + end + end end class DesignLoads @@ -3395,7 +3169,7 @@ def initialize end attr_accessor(:Cool_Sens, :Cool_Lat, :Cool_Tot, :Heat_Tot, :Heat_Ducts, :Cool_Ducts_Sens, :Cool_Ducts_Lat, :Cool_Windows, :Cool_Skylights, :Cool_Doors, :Cool_Walls, :Cool_Roofs, :Cool_Floors, - :Cool_Ceilings, :Cool_Infil_Sens, :Cool_Infil_Lat, :Cool_IntGains_Sens, :Cool_IntGains_Lat, + :Cool_Ceilings, :Cool_InfilVent_Sens, :Cool_InfilVent_Lat, :Cool_IntGains_Sens, :Cool_IntGains_Lat, :Heat_Windows, :Heat_Skylights, :Heat_Doors, :Heat_Walls, :Heat_Roofs, :Heat_Floors, :Heat_Slabs, :Heat_Ceilings, :Heat_InfilVent) end @@ -3410,46 +3184,6 @@ def initialize :GSHP_Loop_flow, :GSHP_Bore_Holes, :GSHP_Bore_Depth, :GSHP_G_Functions) end -class HVACInfo - # Model info for HVAC - def initialize - self.NumSpeedsCooling = 0 - self.NumSpeedsHeating = 0 - self.HeatingLoadFraction = 0.0 - self.CoolingLoadFraction = 0.0 - self.CapacityRatioCooling = [1.0] - self.CapacityRatioHeating = [1.0] - self.OverSizeLimit = 1.15 - self.OverSizeDelta = 15000.0 - self.Ducts = [] - self.AirflowDefectRatioCooling = 0.0 - self.AirflowDefectRatioHeating = 0.0 - end - - attr_accessor(:HeatType, :CoolType, :Ducts, :NumSpeedsCooling, :NumSpeedsHeating, - :FixedCoolingCapacity, :FixedHeatingCapacity, :FixedSuppHeatingCapacity, - :AirflowDefectRatioCooling, :AirflowDefectRatioHeating, - :RatedCFMperTonCooling, :RatedCFMperTonHeating, :ChargeDefectRatio, - :COOL_CAP_FT_SPEC, :HEAT_CAP_FT_SPEC, :COOL_SH_FT_SPEC, - :COOL_CAP_FFLOW_SPEC, :HEAT_CAP_FFLOW_SPEC, - :COOL_CAP_CURVE_SPEC, :COOL_SH_CURVE_SPEC, :HEAT_CAP_CURVE_SPEC, - :SHRRated, :CapacityRatioCooling, :CapacityRatioHeating, - :OverSizeLimit, :OverSizeDelta, :hvac_system, - :HeatingEIR, :CoolingEIR, :SizingSpeed, :HeatingCOP, - :GSHP_SpacingType, :EvapCoolerEffectiveness, :SwitchoverTemperature, :LeavingAirTemp, - :HeatingLoadFraction, :CoolingLoadFraction, :SupplyAirTemp, :BackupSupplyAirTemp, - :GSHP_design_chw, :GSHP_design_delta_t, :GSHP_design_hw, :GSHP_bore_d, - :GSHP_pipe_od, :GSHP_pipe_id, :GSHP_pipe_cond, :GSHP_grout_k, :HasIntegratedHeating) -end - -class DuctInfo - # Model info for a duct - # FUTURE: Remove class; use either airflow.rb Duct class or HPXML Ducts class directly - def initial - end - attr_accessor(:LeakageFrac, :LeakageCFM25, :LeakageCFM50, :Area, :Rvalue, :Location, :Side) -end - class Numeric def deg2rad self * Math::PI / 180 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb index 660b2f1a..d494f74b 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/lighting.rb @@ -1,50 +1,75 @@ # frozen_string_literal: true class Lighting - def self.apply(runner, model, epw_file, spaces, lighting_groups, lighting, eri_version, schedules_file, cfa) + def self.apply(runner, model, epw_file, spaces, lighting_groups, lighting, eri_version, schedules_file, cfa, unavailable_periods) + ltg_locns = [HPXML::LocationInterior, HPXML::LocationExterior, HPXML::LocationGarage] + ltg_types = [HPXML::LightingTypeCFL, HPXML::LightingTypeLFL, HPXML::LightingTypeLED] + + kwhs_per_year = {} fractions = {} lighting_groups.each do |lg| - fractions[[lg.location, lg.lighting_type]] = lg.fraction_of_units_in_location + if ltg_locns.include?(lg.location) && (not lg.kwh_per_year.nil?) + kwhs_per_year[lg.location] = lg.kwh_per_year + elsif ltg_locns.include?(lg.location) && ltg_types.include?(lg.lighting_type) && (not lg.fraction_of_units_in_location.nil?) + fractions[[lg.location, lg.lighting_type]] = lg.fraction_of_units_in_location + end end - if fractions[[HPXML::LocationInterior, HPXML::LightingTypeCFL]].nil? # Not the lighting group(s) we're interested in - return + # Calculate interior lighting kWh/yr + int_kwh = kwhs_per_year[HPXML::LocationInterior] + if int_kwh.nil? + int_kwh = calc_interior_energy(eri_version, cfa, + fractions[[HPXML::LocationInterior, HPXML::LightingTypeCFL]], + fractions[[HPXML::LocationInterior, HPXML::LightingTypeLFL]], + fractions[[HPXML::LocationInterior, HPXML::LightingTypeLED]], + lighting.interior_usage_multiplier) + end + int_kwh = 0.0 if int_kwh.nil? + + # Calculate exterior lighting kWh/yr + ext_kwh = kwhs_per_year[HPXML::LocationExterior] + if ext_kwh.nil? + ext_kwh = calc_exterior_energy(eri_version, cfa, + fractions[[HPXML::LocationExterior, HPXML::LightingTypeCFL]], + fractions[[HPXML::LocationExterior, HPXML::LightingTypeLFL]], + fractions[[HPXML::LocationExterior, HPXML::LightingTypeLED]], + lighting.exterior_usage_multiplier) end + ext_kwh = 0.0 if ext_kwh.nil? + + # Calculate garage lighting kWh/yr + grg_kwh = kwhs_per_year[HPXML::LocationGarage] + if grg_kwh.nil? + gfa = 0 # Garage floor area + if spaces.keys.include? HPXML::LocationGarage + gfa = UnitConversions.convert(spaces[HPXML::LocationGarage].floorArea, 'm^2', 'ft^2') + end - gfa = 0 - if spaces.keys.include? HPXML::LocationGarage - gfa = UnitConversions.convert(spaces[HPXML::LocationGarage].floorArea, 'm^2', 'ft^2') + grg_kwh = calc_garage_energy(eri_version, gfa, + fractions[[HPXML::LocationGarage, HPXML::LightingTypeCFL]], + fractions[[HPXML::LocationGarage, HPXML::LightingTypeLFL]], + fractions[[HPXML::LocationGarage, HPXML::LightingTypeLED]], + lighting.garage_usage_multiplier) end + grg_kwh = 0.0 if grg_kwh.nil? - int_kwh, ext_kwh, grg_kwh = calc_energy(eri_version, cfa, gfa, - fractions[[HPXML::LocationInterior, HPXML::LightingTypeCFL]], - fractions[[HPXML::LocationExterior, HPXML::LightingTypeCFL]], - fractions[[HPXML::LocationGarage, HPXML::LightingTypeCFL]], - fractions[[HPXML::LocationInterior, HPXML::LightingTypeLFL]], - fractions[[HPXML::LocationExterior, HPXML::LightingTypeLFL]], - fractions[[HPXML::LocationGarage, HPXML::LightingTypeLFL]], - fractions[[HPXML::LocationInterior, HPXML::LightingTypeLED]], - fractions[[HPXML::LocationExterior, HPXML::LightingTypeLED]], - fractions[[HPXML::LocationGarage, HPXML::LightingTypeLED]], - lighting.interior_usage_multiplier, - lighting.garage_usage_multiplier, - lighting.exterior_usage_multiplier) - - # Add lighting to each conditioned space + # Add lighting to conditioned space if int_kwh > 0 # Create schedule interior_sch = nil + interior_col_name = SchedulesFile::ColumnLightingInterior if not schedules_file.nil? - design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: SchedulesFile::ColumnLightingInterior, annual_kwh: int_kwh) - interior_sch = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnLightingInterior) + design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: interior_col_name, annual_kwh: int_kwh) + interior_sch = schedules_file.create_schedule_file(col_name: interior_col_name) end if interior_sch.nil? + interior_unavailable_periods = Schedule.get_unavailable_periods(runner, interior_col_name, unavailable_periods) if not lighting.interior_weekday_fractions.nil? - interior_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameInteriorLighting + ' schedule', lighting.interior_weekday_fractions, lighting.interior_weekend_fractions, lighting.interior_monthly_multipliers, Constants.ScheduleTypeLimitsFraction) + interior_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameInteriorLighting + ' schedule', lighting.interior_weekday_fractions, lighting.interior_weekend_fractions, lighting.interior_monthly_multipliers, Constants.ScheduleTypeLimitsFraction, unavailable_periods: interior_unavailable_periods) else lighting_sch = get_schedule(epw_file) - interior_sch = HourlyByMonthSchedule.new(model, 'lighting schedule', lighting_sch, lighting_sch, Constants.ScheduleTypeLimitsFraction) + interior_sch = HourlyByMonthSchedule.new(model, 'lighting schedule', lighting_sch, lighting_sch, Constants.ScheduleTypeLimitsFraction, unavailable_periods: interior_unavailable_periods) end if lighting.interior_weekday_fractions.nil? @@ -54,9 +79,9 @@ def self.apply(runner, model, epw_file, spaces, lighting_groups, lighting, eri_v end interior_sch = interior_sch.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingInterior}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.interior_weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingInterior}' schedule file and weekend fractions provided; the latter will be ignored.") if !lighting.interior_weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingInterior}' schedule file and monthly multipliers provided; the latter will be ignored.") if !lighting.interior_monthly_multipliers.nil? + runner.registerWarning("Both '#{interior_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.interior_weekday_fractions.nil? + runner.registerWarning("Both '#{interior_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !lighting.interior_weekend_fractions.nil? + runner.registerWarning("Both '#{interior_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !lighting.interior_monthly_multipliers.nil? end # Add lighting @@ -73,23 +98,25 @@ def self.apply(runner, model, epw_file, spaces, lighting_groups, lighting, eri_v ltg.setSchedule(interior_sch) end - # Add lighting to each garage space + # Add lighting to garage space if grg_kwh > 0 # Create schedule garage_sch = nil + garage_col_name = SchedulesFile::ColumnLightingGarage if not schedules_file.nil? - design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: SchedulesFile::ColumnLightingGarage, annual_kwh: grg_kwh) - garage_sch = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnLightingGarage) + design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: garage_col_name, annual_kwh: grg_kwh) + garage_sch = schedules_file.create_schedule_file(col_name: garage_col_name) end if garage_sch.nil? - garage_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameGarageLighting + ' schedule', lighting.garage_weekday_fractions, lighting.garage_weekend_fractions, lighting.garage_monthly_multipliers, Constants.ScheduleTypeLimitsFraction) + garage_unavailable_periods = Schedule.get_unavailable_periods(runner, garage_col_name, unavailable_periods) + garage_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameGarageLighting + ' schedule', lighting.garage_weekday_fractions, lighting.garage_weekend_fractions, lighting.garage_monthly_multipliers, Constants.ScheduleTypeLimitsFraction, unavailable_periods: garage_unavailable_periods) design_level = garage_sch.calc_design_level_from_daily_kwh(grg_kwh / 365.0) garage_sch = garage_sch.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingGarage}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.garage_weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingGarage}' schedule file and weekend fractions provided; the latter will be ignored.") if !lighting.garage_weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingGarage}' schedule file and monthly multipliers provided; the latter will be ignored.") if !lighting.garage_monthly_multipliers.nil? + runner.registerWarning("Both '#{garage_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.garage_weekday_fractions.nil? + runner.registerWarning("Both '#{garage_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !lighting.garage_weekend_fractions.nil? + runner.registerWarning("Both '#{garage_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !lighting.garage_monthly_multipliers.nil? end # Add lighting @@ -106,22 +133,25 @@ def self.apply(runner, model, epw_file, spaces, lighting_groups, lighting, eri_v ltg.setSchedule(garage_sch) end + # Add exterior lighting if ext_kwh > 0 # Create schedule exterior_sch = nil + exterior_col_name = SchedulesFile::ColumnLightingExterior if not schedules_file.nil? - design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: SchedulesFile::ColumnLightingExterior, annual_kwh: ext_kwh) - exterior_sch = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnLightingExterior) + design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: exterior_col_name, annual_kwh: ext_kwh) + exterior_sch = schedules_file.create_schedule_file(col_name: exterior_col_name) end if exterior_sch.nil? - exterior_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameExteriorLighting + ' schedule', lighting.exterior_weekday_fractions, lighting.exterior_weekend_fractions, lighting.exterior_monthly_multipliers, Constants.ScheduleTypeLimitsFraction) + exterior_unavailable_periods = Schedule.get_unavailable_periods(runner, exterior_col_name, unavailable_periods) + exterior_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameExteriorLighting + ' schedule', lighting.exterior_weekday_fractions, lighting.exterior_weekend_fractions, lighting.exterior_monthly_multipliers, Constants.ScheduleTypeLimitsFraction, unavailable_periods: exterior_unavailable_periods) design_level = exterior_sch.calc_design_level_from_daily_kwh(ext_kwh / 365.0) exterior_sch = exterior_sch.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingExterior}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.exterior_weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingExterior}' schedule file and weekend fractions provided; the latter will be ignored.") if !lighting.exterior_weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingExterior}' schedule file and monthly multipliers provided; the latter will be ignored.") if !lighting.exterior_monthly_multipliers.nil? + runner.registerWarning("Both '#{exterior_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.exterior_weekday_fractions.nil? + runner.registerWarning("Both '#{exterior_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !lighting.exterior_weekend_fractions.nil? + runner.registerWarning("Both '#{exterior_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !lighting.exterior_monthly_multipliers.nil? end # Add exterior lighting @@ -134,22 +164,25 @@ def self.apply(runner, model, epw_file, spaces, lighting_groups, lighting, eri_v ltg.setSchedule(exterior_sch) end + # Add exterior holiday lighting if not lighting.holiday_kwh_per_day.nil? # Create schedule exterior_holiday_sch = nil + exterior_holiday_col_name = SchedulesFile::ColumnLightingExteriorHoliday if not schedules_file.nil? - design_level = schedules_file.calc_design_level_from_daily_kwh(col_name: SchedulesFile::ColumnLightingExteriorHoliday, daily_kwh: lighting.holiday_kwh_per_day) - exterior_holiday_sch = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnLightingExteriorHoliday) + design_level = schedules_file.calc_design_level_from_daily_kwh(col_name: exterior_holiday_col_name, daily_kwh: lighting.holiday_kwh_per_day) + exterior_holiday_sch = schedules_file.create_schedule_file(col_name: exterior_holiday_col_name) end if exterior_holiday_sch.nil? - exterior_holiday_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameLightingExteriorHoliday + ' schedule', lighting.holiday_weekday_fractions, lighting.holiday_weekend_fractions, lighting.exterior_monthly_multipliers, Constants.ScheduleTypeLimitsFraction, true, lighting.holiday_period_begin_month, lighting.holiday_period_begin_day, lighting.holiday_period_end_month, lighting.holiday_period_end_day) + exterior_holiday_unavailable_periods = Schedule.get_unavailable_periods(runner, exterior_holiday_col_name, unavailable_periods) + exterior_holiday_sch = MonthWeekdayWeekendSchedule.new(model, Constants.ObjectNameLightingExteriorHoliday + ' schedule', lighting.holiday_weekday_fractions, lighting.holiday_weekend_fractions, lighting.exterior_monthly_multipliers, Constants.ScheduleTypeLimitsFraction, true, lighting.holiday_period_begin_month, lighting.holiday_period_begin_day, lighting.holiday_period_end_month, lighting.holiday_period_end_day, unavailable_periods: exterior_holiday_unavailable_periods) design_level = exterior_holiday_sch.calc_design_level_from_daily_kwh(lighting.holiday_kwh_per_day) exterior_holiday_sch = exterior_holiday_sch.schedule else - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingExteriorHoliday}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.holiday_weekday_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingExteriorHoliday}' schedule file and weekend fractions provided; the latter will be ignored.") if !lighting.holiday_weekend_fractions.nil? - runner.registerWarning("Both '#{SchedulesFile::ColumnLightingExteriorHoliday}' schedule file and monthly multipliers provided; the latter will be ignored.") if !lighting.exterior_monthly_multipliers.nil? + runner.registerWarning("Both '#{exterior_holiday_col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !lighting.holiday_weekday_fractions.nil? + runner.registerWarning("Both '#{exterior_holiday_col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !lighting.holiday_weekend_fractions.nil? + runner.registerWarning("Both '#{exterior_holiday_col_name}' schedule file and monthly multipliers provided; the latter will be ignored.") if !lighting.exterior_monthly_multipliers.nil? end # Add exterior holiday lighting @@ -179,20 +212,15 @@ def self.get_default_fractions() private - def self.calc_energy(eri_version, cfa, gfa, f_int_cfl, f_ext_cfl, f_grg_cfl, f_int_lfl, f_ext_lfl, f_grg_lfl, - f_int_led, f_ext_led, f_grg_led, - interior_usage_multiplier = 1.0, garage_usage_multiplier = 1.0, exterior_usage_multiplier = 1.0) + def self.calc_interior_energy(eri_version, cfa, f_int_cfl, f_int_lfl, f_int_led, interior_usage_multiplier = 1.0) + return if f_int_cfl.nil? || f_int_lfl.nil? || f_int_led.nil? if Constants.ERIVersions.index(eri_version) >= Constants.ERIVersions.index('2014AEG') - # Calculate fluorescent (CFL + LFL) fractions + # Calculate fluorescent (CFL + LFL) fraction f_int_fl = f_int_cfl + f_int_lfl - f_ext_fl = f_ext_cfl + f_ext_lfl - f_grg_fl = f_grg_cfl + f_grg_lfl - # Calculate incandescent fractions + # Calculate incandescent fraction f_int_inc = 1.0 - f_int_fl - f_int_led - f_ext_inc = 1.0 - f_ext_fl - f_ext_led - f_grg_inc = 1.0 - f_grg_fl - f_grg_led # Efficacies (lm/W) eff_inc = 15.0 @@ -204,38 +232,104 @@ def self.calc_energy(eri_version, cfa, gfa, f_int_cfl, f_ext_cfl, f_grg_cfl, f_i eff_ratio_fl = eff_inc / eff_fl eff_ratio_led = eff_inc / eff_led - # Efficiency lighting adjustments + # Efficiency lighting adjustment int_adj = (f_int_inc * eff_ratio_inc) + (f_int_fl * eff_ratio_fl) + (f_int_led * eff_ratio_led) - ext_adj = (f_ext_inc * eff_ratio_inc) + (f_ext_fl * eff_ratio_fl) + (f_ext_led * eff_ratio_led) - grg_adj = (f_grg_inc * eff_ratio_inc) + (f_grg_fl * eff_ratio_fl) + (f_grg_led * eff_ratio_led) # Calculate energy use int_kwh = (0.9 / 0.925 * (455.0 + 0.8 * cfa) * int_adj) + (0.1 * (455.0 + 0.8 * cfa)) + else + # Calculate efficient lighting fraction + fF_int = f_int_cfl + f_int_lfl + f_int_led + + # Calculate energy use + int_kwh = 0.8 * ((4.0 - 3.0 * fF_int) / 3.7) * (455.0 + 0.8 * cfa) + 0.2 * (455.0 + 0.8 * cfa) + end + + int_kwh *= interior_usage_multiplier + + return int_kwh + end + + def self.calc_exterior_energy(eri_version, cfa, f_ext_cfl, f_ext_lfl, f_ext_led, exterior_usage_multiplier = 1.0) + return if f_ext_cfl.nil? || f_ext_lfl.nil? || f_ext_led.nil? + + if Constants.ERIVersions.index(eri_version) >= Constants.ERIVersions.index('2014AEG') + # Calculate fluorescent (CFL + LFL) fraction + f_ext_fl = f_ext_cfl + f_ext_lfl + + # Calculate incandescent fraction + f_ext_inc = 1.0 - f_ext_fl - f_ext_led + + # Efficacies (lm/W) + eff_inc = 15.0 + eff_fl = 60.0 + eff_led = 90.0 + + # Efficacy ratios + eff_ratio_inc = eff_inc / eff_inc + eff_ratio_fl = eff_inc / eff_fl + eff_ratio_led = eff_inc / eff_led + + # Efficiency lighting adjustment + ext_adj = (f_ext_inc * eff_ratio_inc) + (f_ext_fl * eff_ratio_fl) + (f_ext_led * eff_ratio_led) + + # Calculate energy use ext_kwh = (100.0 + 0.05 * cfa) * ext_adj + else + # Calculate efficient lighting fraction + fF_ext = f_ext_cfl + f_ext_lfl + f_ext_led + + # Calculate energy use + ext_kwh = (100.0 + 0.05 * cfa) * (1.0 - fF_ext) + 0.25 * (100.0 + 0.05 * cfa) * fF_ext + end + + ext_kwh *= exterior_usage_multiplier + + return ext_kwh + end + + def self.calc_garage_energy(eri_version, gfa, f_grg_cfl, f_grg_lfl, f_grg_led, garage_usage_multiplier = 1.0) + return if f_grg_cfl.nil? || f_grg_lfl.nil? || f_grg_led.nil? + + if Constants.ERIVersions.index(eri_version) >= Constants.ERIVersions.index('2014AEG') + # Calculate fluorescent (CFL + LFL) fraction + f_grg_fl = f_grg_cfl + f_grg_lfl + + # Calculate incandescent fraction + f_grg_inc = 1.0 - f_grg_fl - f_grg_led + + # Efficacies (lm/W) + eff_inc = 15.0 + eff_fl = 60.0 + eff_led = 90.0 + + # Efficacy ratios + eff_ratio_inc = eff_inc / eff_inc + eff_ratio_fl = eff_inc / eff_fl + eff_ratio_led = eff_inc / eff_led + + # Efficiency lighting adjustment + grg_adj = (f_grg_inc * eff_ratio_inc) + (f_grg_fl * eff_ratio_fl) + (f_grg_led * eff_ratio_led) + + # Calculate energy use grg_kwh = 0.0 if gfa > 0 grg_kwh = 100.0 * grg_adj end else - # Calculate efficient lighting fractions - fF_int = f_int_cfl + f_int_lfl + f_int_led - fF_ext = f_ext_cfl + f_ext_lfl + f_ext_led + # Calculate efficient lighting fraction fF_grg = f_grg_cfl + f_grg_lfl + f_grg_led # Calculate energy use - int_kwh = 0.8 * ((4.0 - 3.0 * fF_int) / 3.7) * (455.0 + 0.8 * cfa) + 0.2 * (455.0 + 0.8 * cfa) - ext_kwh = (100.0 + 0.05 * cfa) * (1.0 - fF_ext) + 0.25 * (100.0 + 0.05 * cfa) * fF_ext grg_kwh = 0.0 if gfa > 0 grg_kwh = 100.0 * (1.0 - fF_grg) + 25.0 * fF_grg end end - int_kwh *= interior_usage_multiplier - ext_kwh *= exterior_usage_multiplier grg_kwh *= garage_usage_multiplier - return int_kwh, ext_kwh, grg_kwh + return grg_kwh end def self.get_schedule(epw_file) diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb index 680a8085..2711147c 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/location.rb @@ -8,26 +8,10 @@ def self.apply(model, weather, epw_file, hpxml) apply_ground_temps(model, weather) end - def self.apply_weather_file(model, runner, weather_file_path, weather_cache_path) - if File.exist?(weather_file_path) && weather_file_path.downcase.end_with?('.epw') - epw_file = OpenStudio::EpwFile.new(weather_file_path) - else - fail "'#{weather_file_path}' does not exist or is not an .epw file." - end - - OpenStudio::Model::WeatherFile.setWeatherFile(model, epw_file).get - - # Obtain weather object - # Load from cache .csv file if exists, as this is faster and doesn't require - # parsing the weather file. - if File.exist? weather_cache_path - weather = WeatherProcess.new(nil, nil, weather_cache_path) - end - if weather.nil? || weather.data.AnnualAvgDrybulb.nil? - weather = WeatherProcess.new(model, runner) - end - - return weather, epw_file + def self.apply_weather_file(model, epw_path) + epw_file = OpenStudio::EpwFile.new(epw_path) + OpenStudio::Model::WeatherFile.setWeatherFile(model, epw_file) + return epw_file end private diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb index 4a2f6bef..8be80fae 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/meta_measure.rb @@ -498,6 +498,7 @@ def report_os_warnings(os_log, rundir) next if s.logMessage.include? 'Valid instance' next if s.logMessage.include? 'xsdValidate' next if s.logMessage.include? 'xsltValidate' + next if s.logLevel == 0 && s.logMessage.include?('not within the expected limits') # Ignore EpwFile warnings f << "OS Message: #{s.logMessage}\n" end @@ -536,31 +537,32 @@ def is_integer? def get_argument_values(runner, arguments, user_arguments) args = {} arguments.each do |argument| + key = argument.name.to_sym if argument.required case argument.type when 'Choice'.to_OSArgumentType - args[argument.name] = runner.getStringArgumentValue(argument.name, user_arguments) + args[key] = runner.getStringArgumentValue(argument.name, user_arguments) when 'Boolean'.to_OSArgumentType - args[argument.name] = runner.getBoolArgumentValue(argument.name, user_arguments) + args[key] = runner.getBoolArgumentValue(argument.name, user_arguments) when 'Double'.to_OSArgumentType - args[argument.name] = runner.getDoubleArgumentValue(argument.name, user_arguments) + args[key] = runner.getDoubleArgumentValue(argument.name, user_arguments) when 'Integer'.to_OSArgumentType - args[argument.name] = runner.getIntegerArgumentValue(argument.name, user_arguments) + args[key] = runner.getIntegerArgumentValue(argument.name, user_arguments) when 'String'.to_OSArgumentType - args[argument.name] = runner.getStringArgumentValue(argument.name, user_arguments) + args[key] = runner.getStringArgumentValue(argument.name, user_arguments) end else case argument.type when 'Choice'.to_OSArgumentType - args[argument.name] = runner.getOptionalStringArgumentValue(argument.name, user_arguments) + args[key] = runner.getOptionalStringArgumentValue(argument.name, user_arguments) when 'Boolean'.to_OSArgumentType - args[argument.name] = runner.getOptionalBoolArgumentValue(argument.name, user_arguments) + args[key] = runner.getOptionalBoolArgumentValue(argument.name, user_arguments) when 'Double'.to_OSArgumentType - args[argument.name] = runner.getOptionalDoubleArgumentValue(argument.name, user_arguments) + args[key] = runner.getOptionalDoubleArgumentValue(argument.name, user_arguments) when 'Integer'.to_OSArgumentType - args[argument.name] = runner.getOptionalIntegerArgumentValue(argument.name, user_arguments) + args[key] = runner.getOptionalIntegerArgumentValue(argument.name, user_arguments) when 'String'.to_OSArgumentType - args[argument.name] = runner.getOptionalStringArgumentValue(argument.name, user_arguments) + args[key] = runner.getOptionalStringArgumentValue(argument.name, user_arguments) end end end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb index 25281344..8ef17754 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/misc_loads.rb @@ -1,31 +1,32 @@ # frozen_string_literal: true class MiscLoads - def self.apply_plug(model, runner, plug_load, obj_name, living_space, apply_ashrae140_assumptions, schedules_file) + def self.apply_plug(model, runner, plug_load, obj_name, living_space, apply_ashrae140_assumptions, schedules_file, unavailable_periods) kwh = 0 if not plug_load.nil? - kwh = plug_load.kWh_per_year * plug_load.usage_multiplier + kwh = plug_load.kwh_per_year * plug_load.usage_multiplier end return if kwh <= 0 # Create schedule sch = nil + if plug_load.plug_load_type == HPXML::PlugLoadTypeOther + col_name = SchedulesFile::ColumnPlugLoadsOther + elsif plug_load.plug_load_type == HPXML::PlugLoadTypeTelevision + col_name = SchedulesFile::ColumnPlugLoadsTV + elsif plug_load.plug_load_type == HPXML::PlugLoadTypeElectricVehicleCharging + col_name = SchedulesFile::ColumnPlugLoadsVehicle + elsif plug_load.plug_load_type == HPXML::PlugLoadTypeWellPump + col_name = SchedulesFile::ColumnPlugLoadsWellPump + end if not schedules_file.nil? - if plug_load.plug_load_type == HPXML::PlugLoadTypeOther - col_name = SchedulesFile::ColumnPlugLoadsOther - elsif plug_load.plug_load_type == HPXML::PlugLoadTypeTelevision - col_name = SchedulesFile::ColumnPlugLoadsTV - elsif plug_load.plug_load_type == HPXML::PlugLoadTypeElectricVehicleCharging - col_name = SchedulesFile::ColumnPlugLoadsVehicle - elsif plug_load.plug_load_type == HPXML::PlugLoadTypeWellPump - col_name = SchedulesFile::ColumnPlugLoadsWellPump - end space_design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: col_name, annual_kwh: kwh) sch = schedules_file.create_schedule_file(col_name: col_name) end if sch.nil? - sch = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', plug_load.weekday_fractions, plug_load.weekend_fractions, plug_load.monthly_multipliers, Constants.ScheduleTypeLimitsFraction) + col_unavailable_periods = Schedule.get_unavailable_periods(runner, col_name, unavailable_periods) + sch = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', plug_load.weekday_fractions, plug_load.weekend_fractions, plug_load.monthly_multipliers, Constants.ScheduleTypeLimitsFraction, unavailable_periods: col_unavailable_periods) space_design_level = sch.calc_design_level_from_daily_kwh(kwh / 365.0) sch = sch.schedule else @@ -58,7 +59,7 @@ def self.apply_plug(model, runner, plug_load, obj_name, living_space, apply_ashr mel.setSchedule(sch) end - def self.apply_fuel(model, runner, fuel_load, obj_name, living_space, schedules_file) + def self.apply_fuel(model, runner, fuel_load, obj_name, living_space, schedules_file, unavailable_periods) therm = 0 if not fuel_load.nil? @@ -66,19 +67,20 @@ def self.apply_fuel(model, runner, fuel_load, obj_name, living_space, schedules_ # Create schedule sch = nil + if fuel_load.fuel_load_type == HPXML::FuelLoadTypeGrill + col_name = SchedulesFile::ColumnFuelLoadsGrill + elsif fuel_load.fuel_load_type == HPXML::FuelLoadTypeLighting + col_name = SchedulesFile::ColumnFuelLoadsLighting + elsif fuel_load.fuel_load_type == HPXML::FuelLoadTypeFireplace + col_name = SchedulesFile::ColumnFuelLoadsFireplace + end if not schedules_file.nil? - if fuel_load.fuel_load_type == HPXML::FuelLoadTypeGrill - col_name = SchedulesFile::ColumnFuelLoadsGrill - elsif fuel_load.fuel_load_type == HPXML::FuelLoadTypeLighting - col_name = SchedulesFile::ColumnFuelLoadsLighting - elsif fuel_load.fuel_load_type == HPXML::FuelLoadTypeFireplace - col_name = SchedulesFile::ColumnFuelLoadsFireplace - end space_design_level = schedules_file.calc_design_level_from_annual_therm(col_name: col_name, annual_therm: therm) sch = schedules_file.create_schedule_file(col_name: col_name) end if sch.nil? - sch = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', fuel_load.weekday_fractions, fuel_load.weekend_fractions, fuel_load.monthly_multipliers, Constants.ScheduleTypeLimitsFraction) + col_unavailable_periods = Schedule.get_unavailable_periods(runner, col_name, unavailable_periods) + sch = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', fuel_load.weekday_fractions, fuel_load.weekend_fractions, fuel_load.monthly_multipliers, Constants.ScheduleTypeLimitsFraction, unavailable_periods: col_unavailable_periods) space_design_level = sch.calc_design_level_from_daily_therm(therm / 365.0) sch = sch.schedule else @@ -108,7 +110,7 @@ def self.apply_fuel(model, runner, fuel_load, obj_name, living_space, schedules_ mfl.setSchedule(sch) end - def self.apply_pool_or_hot_tub_heater(runner, model, pool_or_hot_tub, obj_name, living_space, schedules_file) + def self.apply_pool_or_hot_tub_heater(runner, model, pool_or_hot_tub, obj_name, living_space, schedules_file, unavailable_periods) return if pool_or_hot_tub.heater_type == HPXML::TypeNone heater_kwh = 0 @@ -116,16 +118,13 @@ def self.apply_pool_or_hot_tub_heater(runner, model, pool_or_hot_tub, obj_name, # Create schedule heater_sch = nil + col_name = (obj_name.include?('pool') ? 'pool_heater' : 'hot_tub_heater') if not schedules_file.nil? - if obj_name.include?('pool') - col_name = 'pool_heater' - else - col_name = 'hot_tub_heater' - end heater_sch = schedules_file.create_schedule_file(col_name: col_name) end if heater_sch.nil? - heater_sch = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', pool_or_hot_tub.heater_weekday_fractions, pool_or_hot_tub.heater_weekend_fractions, pool_or_hot_tub.heater_monthly_multipliers, Constants.ScheduleTypeLimitsFraction) + col_unavailable_periods = Schedule.get_unavailable_periods(runner, col_name, unavailable_periods) + heater_sch = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', pool_or_hot_tub.heater_weekday_fractions, pool_or_hot_tub.heater_weekend_fractions, pool_or_hot_tub.heater_monthly_multipliers, Constants.ScheduleTypeLimitsFraction, unavailable_periods: col_unavailable_periods) else runner.registerWarning("Both '#{col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !pool_or_hot_tub.heater_weekday_fractions.nil? runner.registerWarning("Both '#{col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !pool_or_hot_tub.heater_weekend_fractions.nil? @@ -139,9 +138,10 @@ def self.apply_pool_or_hot_tub_heater(runner, model, pool_or_hot_tub, obj_name, end if heater_kwh > 0 - if (not schedules_file.nil?) + if not schedules_file.nil? space_design_level = schedules_file.calc_design_level_from_annual_kwh(col_name: col_name, annual_kwh: heater_kwh) - else + end + if space_design_level.nil? space_design_level = heater_sch.calc_design_level_from_daily_kwh(heater_kwh / 365.0) heater_sch = heater_sch.schedule end @@ -183,21 +183,18 @@ def self.apply_pool_or_hot_tub_heater(runner, model, pool_or_hot_tub, obj_name, end end - def self.apply_pool_or_hot_tub_pump(runner, model, pool_or_hot_tub, obj_name, living_space, schedules_file) + def self.apply_pool_or_hot_tub_pump(runner, model, pool_or_hot_tub, obj_name, living_space, schedules_file, unavailable_periods) pump_kwh = 0 # Create schedule pump_sch = nil + col_name = (obj_name.include?('pool') ? 'pool_pump' : 'hot_tub_pump') if not schedules_file.nil? - if obj_name.include?('pool') - col_name = 'pool_pump' - else - col_name = 'hot_tub_pump' - end pump_sch = schedules_file.create_schedule_file(col_name: col_name) end if pump_sch.nil? - pump_sch = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', pool_or_hot_tub.pump_weekday_fractions, pool_or_hot_tub.pump_weekend_fractions, pool_or_hot_tub.pump_monthly_multipliers, Constants.ScheduleTypeLimitsFraction) + col_unavailable_periods = Schedule.get_unavailable_periods(runner, col_name, unavailable_periods) + pump_sch = MonthWeekdayWeekendSchedule.new(model, obj_name + ' schedule', pool_or_hot_tub.pump_weekday_fractions, pool_or_hot_tub.pump_weekend_fractions, pool_or_hot_tub.pump_monthly_multipliers, Constants.ScheduleTypeLimitsFraction, unavailable_periods: col_unavailable_periods) else runner.registerWarning("Both '#{col_name}' schedule file and weekday fractions provided; the latter will be ignored.") if !pool_or_hot_tub.pump_weekday_fractions.nil? runner.registerWarning("Both '#{col_name}' schedule file and weekend fractions provided; the latter will be ignored.") if !pool_or_hot_tub.pump_weekend_fractions.nil? diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb index 99c3c8cf..b9853b72 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/output.rb @@ -20,8 +20,9 @@ class FT class EUT # End Use Types Heating = 'Heating' - HeatingHeatPumpBackup = 'Heating Heat Pump Backup' HeatingFanPump = 'Heating Fans/Pumps' + HeatingHeatPumpBackup = 'Heating Heat Pump Backup' + HeatingHeatPumpBackupFanPump = 'Heating Heat Pump Backup Fans/Pumps' Cooling = 'Cooling' CoolingFanPump = 'Cooling Fans/Pumps' HotWater = 'Hot Water' @@ -69,6 +70,7 @@ class HWT class LT # Load Types Heating = 'Heating: Delivered' + HeatingHeatPumpBackup = 'Heating: Heat Pump Backup' # Needed for ERI calculation for dual-fuel heat pumps Cooling = 'Cooling: Delivered' HotWaterDelivered = 'Hot Water: Delivered' HotWaterTankLosses = 'Hot Water: Tank Losses' @@ -84,8 +86,10 @@ class CLT RimJoists = 'Rim Joists' FoundationWalls = 'Foundation Walls' Doors = 'Doors' - Windows = 'Windows' - Skylights = 'Skylights' + WindowsConduction = 'Windows Conduction' + WindowsSolar = 'Windows Solar' + SkylightsConduction = 'Skylights Conduction' + SkylightsSolar = 'Skylights Solar' Floors = 'Floors' Slabs = 'Slabs' InternalMass = 'Internal Mass' @@ -95,6 +99,7 @@ class CLT WholeHouseFan = 'Whole House Fan' Ducts = 'Ducts' InternalGains = 'Internal Gains' + Lighting = 'Lighting' end class UHT @@ -103,12 +108,6 @@ class UHT Cooling = 'Cooling' end -class ILT - # Ideal Load Types - Heating = 'Heating' - Cooling = 'Cooling' -end - class PLT # Peak Load Types Heating = 'Heating: Delivered' @@ -138,95 +137,3 @@ class WT DiffuseSolar = 'Diffuse Solar Radiation' DirectSolar = 'Direct Solar Radiation' end - -class OutputMethods - def self.get_timestamps(msgpackData, hpxml, use_timestamp_start_convention, add_dst_column = false, add_utc_column = false, - use_dview_format = false, timeseries_frequency = nil) - return if msgpackData.nil? - - if msgpackData.keys.include? 'MeterData' - # Get data for ReportUtilityBills measure - ep_timestamps = msgpackData['MeterData']['Monthly']['Rows'].map { |r| r.keys[0] } - else - # Get data for other reporting measures - ep_timestamps = msgpackData['Rows'].map { |r| r.keys[0] } - end - - if add_dst_column || use_dview_format - dst_start_ts = Time.utc(hpxml.header.sim_calendar_year, hpxml.header.dst_begin_month, hpxml.header.dst_begin_day, 2) - dst_end_ts = Time.utc(hpxml.header.sim_calendar_year, hpxml.header.dst_end_month, hpxml.header.dst_end_day, 1) - end - if add_utc_column - utc_offset = hpxml.header.time_zone_utc_offset - utc_offset *= 3600 # seconds - end - - timestamps = [] - timestamps_dst = [] if add_dst_column || use_dview_format - timestamps_utc = [] if add_utc_column - year = hpxml.header.sim_calendar_year - ep_timestamps.each do |ep_timestamp| - month_day, hour_minute = ep_timestamp.split(' ') - month, day = month_day.split('/').map(&:to_i) - hour, minute, _ = hour_minute.split(':').map(&:to_i) - - # Convert from EnergyPlus default (end-of-timestep) to start-of-timestep convention - if use_timestamp_start_convention - if timeseries_frequency == 'timestep' - ts_offset = hpxml.header.timestep * 60 # seconds - elsif timeseries_frequency == 'hourly' - ts_offset = 60 * 60 # seconds - elsif timeseries_frequency == 'daily' - ts_offset = 60 * 60 * 24 # seconds - elsif timeseries_frequency == 'monthly' - ts_offset = Constants.NumDaysInMonths(year)[month - 1] * 60 * 60 * 24 # seconds - else - fail 'Unexpected timeseries_frequency/' - end - end - - ts = Time.utc(year, month, day, hour, minute) - ts -= ts_offset unless ts_offset.nil? - - timestamps << ts.iso8601.delete('Z') - - if add_dst_column || use_dview_format - if (ts >= dst_start_ts) && (ts < dst_end_ts) - ts_dst = ts + 3600 # 1 hr shift forward - else - ts_dst = ts - end - timestamps_dst << ts_dst.iso8601.delete('Z') - end - - if add_utc_column - ts_utc = ts - utc_offset - timestamps_utc << ts_utc.iso8601 - end - end - - return timestamps, timestamps_dst, timestamps_utc - end - - def self.msgpack_frequency_map - return { - 'timestep' => 'TimeStep', - 'hourly' => 'Hourly', - 'daily' => 'Daily', - 'monthly' => 'Monthly', - } - end - - def self.get_dst_start_end_indexes(timestamps, timestamps_dst) - dst_start_ix = nil - dst_end_ix = nil - timestamps.zip(timestamps_dst).each_with_index do |ts, i| - dst_start_ix = i if ts[0] != ts[1] && dst_start_ix.nil? - dst_end_ix = i if ts[0] == ts[1] && dst_end_ix.nil? && !dst_start_ix.nil? - end - - dst_end_ix = timestamps.size - 1 if dst_end_ix.nil? # run period ends before DST ends - - return dst_start_ix, dst_end_ix - end -end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/psychrometrics.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/psychrometrics.rb index 5908272e..abffed20 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/psychrometrics.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/psychrometrics.rb @@ -78,7 +78,7 @@ def self.Psat_fT(tdb) return psat end - def self.Tsat_fP(p) + def self.Tsat_fP(runner, p) ''' Description: ------------ @@ -120,14 +120,14 @@ def self.Tsat_fP(p) end - if not cvg - puts 'Warning: Tsat_fP failed to converge' + if !cvg && !runner.nil? + runner.registerWarning('Tsat_fP failed to converge') end return tsat end - def self.Tsat_fh_P(h, p) + def self.Tsat_fh_P(runner, h, p) ''' Description: ------------ @@ -171,8 +171,8 @@ def self.Tsat_fh_P(h, p) end - if not cvg - puts 'Warning: Tsat_fh_P failed to converge' + if !cvg && !runner.nil? + runner.registerWarning('Tsat_fh_P failed to converge') end return tdb @@ -276,7 +276,7 @@ def self.Pstd_fZ(z) return pstd end - def self.Twb_fT_w_P(tdb, w, p) + def self.Twb_fT_w_P(runner, tdb, w, p) ''' Description: ------------ @@ -300,7 +300,7 @@ def self.Twb_fT_w_P(tdb, w, p) Twb float wetbulb temperature (degF) ''' # Initialize - tboil = self.Tsat_fP(p) # (degF) + tboil = self.Tsat_fP(runner, p) # (degF) twb = [[tdb, tboil - 0.1].min, 0.0].max # (degF) twb1 = twb # (degF) @@ -332,8 +332,8 @@ def self.Twb_fT_w_P(tdb, w, p) end end - if not cvg - puts 'Warning: Twb_fT_w_P failed to converge' + if !cvg && !runner.nil? + runner.registerWarning('Twb_fT_w_P failed to converge') end if twb > tdb @@ -366,7 +366,7 @@ def self.w_fP(p, pw) return w end - def self.CoilAoFactor(dBin, wBin, p, qdot, cfm, shr) + def self.CoilAoFactor(runner, dBin, p, qdot, cfm, shr, win) ''' Description: ------------ @@ -381,25 +381,25 @@ def self.CoilAoFactor(dBin, wBin, p, qdot, cfm, shr) Inputs: ------- Tdb float Entering Dry Bulb (degF) - Twb float Entering Wet Bulb (degF) P float Barometric pressure (psi) Qdot float Total capacity of unit (kBtu/h) cfm float Volumetric flow rate of unit (CFM) shr float Sensible heat ratio + win float Entering humidity ratio Outputs: -------- Ao float Coil Ao Factor ''' - bf = self.CoilBypassFactor(dBin, wBin, p, qdot, cfm, shr) - mfr = UnitConversions.convert(self.CalculateMassflowRate(dBin, wBin, p, cfm), 'lbm/min', 'kg/s') + bf = self.CoilBypassFactor(runner, dBin, p, qdot, cfm, shr, win) + mfr = UnitConversions.convert(self.CalculateMassflowRate(dBin, p, cfm, win), 'lbm/min', 'kg/s') ntu = -1.0 * Math.log(bf) ao = ntu * mfr return ao end - def self.CoilBypassFactor(dBin, wBin, p, qdot, cfm, shr) + def self.CoilBypassFactor(runner, dBin, p, qdot, cfm, shr, win) ''' Description: ------------ @@ -414,20 +414,19 @@ def self.CoilBypassFactor(dBin, wBin, p, qdot, cfm, shr) Inputs: ------- Tdb float Entering Dry Bulb (degF) - Twb float Entering Wet Bulb (degF) P float Barometric pressure (psi) Qdot float Total capacity of unit (kBtu/h) cfm float Volumetric flow rate of unit (CFM) shr float Sensible heat ratio + win float Entering humidity ratio Outputs: -------- CBF float Coil Bypass Factor ''' - mfr = UnitConversions.convert(self.CalculateMassflowRate(dBin, wBin, p, cfm), 'lbm/min', 'kg/s') + mfr = UnitConversions.convert(self.CalculateMassflowRate(dBin, p, cfm, win), 'lbm/min', 'kg/s') tin = UnitConversions.convert(dBin, 'F', 'C') - win = w_fT_Twb_P(dBin, wBin, p) p = UnitConversions.convert(p, 'psi', 'kPa') dH = UnitConversions.convert(qdot, 'kBtu/hr', 'W') / mfr @@ -437,16 +436,12 @@ def self.CoilBypassFactor(dBin, wBin, p, qdot, cfm, shr) dW = win - wout hout = hin - dH tout = self.T_fw_h_SI(wout, hout) - rH_out = self.R_fT_w_P_SI(tout, wout, p) - - if rH_out > 1 - puts 'Error: Conditions passed to CoilBypassFactor result in outlet RH > 100%' - end + # rH_out = self.R_fT_w_P_SI(tout, wout, p) dT = tin - tout m_c = dW / dT - t_ADP = self.Tdp_fP_w_SI(p, wout) # Initial guess for iteration + t_ADP = self.Tdp_fP_w_SI(runner, p, wout) # Initial guess for iteration if shr == 1 w_ADP = w_fT_Twb_P_SI(t_ADP, t_ADP, p) @@ -461,7 +456,6 @@ def self.CoilBypassFactor(dBin, wBin, p, qdot, cfm, shr) d_T_ADP = 5.0 while (cnt < 100) && (tol > 0.001) - # for i in range(1,itmax+1): if cnt > 0 t_ADP += d_T_ADP @@ -491,7 +485,7 @@ def self.CoilBypassFactor(dBin, wBin, p, qdot, cfm, shr) return [bF, 0.01].max end - def self.CalculateMassflowRate(dBin, wBin, p, cfm) + def self.CalculateMassflowRate(dBin, p, cfm, win) ''' Description: ------------ @@ -504,14 +498,13 @@ def self.CalculateMassflowRate(dBin, wBin, p, cfm) Inputs: ------- Tdb float Entering Dry Bulb (degF) - Twb float Entering Wet Bulb (degF) P float Barometric pressure (psi) cfm float Volumetric flow rate of unit (CFM) + win float Entering humidity ratio Outputs: -------- mfr float mass flow rate (lbm/min) ''' - win = w_fT_Twb_P(dBin, wBin, p) rho_in = rhoD_fT_w_P(dBin, win, p) mfr = cfm * rho_in return mfr @@ -566,7 +559,7 @@ def self.R_fT_w_P_SI(tdb, w, p) return self.R_fT_w_P(UnitConversions.convert(tdb, 'C', 'F'), w, UnitConversions.convert(p, 'kPa', 'psi')) end - def self.Tdp_fP_w_SI(p, w) + def self.Tdp_fP_w_SI(runner, p, w) ''' Description: ------------ @@ -592,7 +585,7 @@ def self.Tdp_fP_w_SI(p, w) -------- Tdp float dewpoint temperature (degC) ''' - return UnitConversions.convert(self.Tdp_fP_w(UnitConversions.convert(p, 'kPa', 'psi'), w), 'F', 'C') + return UnitConversions.convert(self.Tdp_fP_w(runner, UnitConversions.convert(p, 'kPa', 'psi'), w), 'F', 'C') end def self.w_fT_Twb_P_SI(tdb, twb, p) @@ -699,7 +692,7 @@ def self.Pw_fP_w(p, w) return pw end - def self.Tdp_fP_w(p, w) + def self.Tdp_fP_w(runner, p, w) ''' Description: ------------ @@ -753,14 +746,14 @@ def self.Tdp_fP_w(p, w) tdp = -999.0 else pw = self.Pw_fP_w(p, w) - tdp = self.Tsat_fP(pw) + tdp = self.Tsat_fP(runner, pw) end end return tdp end - def self.CalculateSHR(dBin, wBin, p, q, cfm, ao) + def self.CalculateSHR(runner, dBin, p, q, cfm, ao, win) ''' Description: ------------ @@ -774,7 +767,6 @@ def self.CalculateSHR(dBin, wBin, p, q, cfm, ao) Inputs: ------- Tdb float Entering Dry Bulb (degF) - Twb float Entering Wet Bulb (degF) P float Barometric pressure (psi) Q float Total capacity of unit (kBtu/h) cfm float Volumetric flow rate of unit (CFM) @@ -784,10 +776,9 @@ def self.CalculateSHR(dBin, wBin, p, q, cfm, ao) SHR float Sensible Heat Ratio ''' - mfr = UnitConversions.convert(self.CalculateMassflowRate(dBin, wBin, p, cfm), 'lbm/min', 'kg/s') + mfr = UnitConversions.convert(self.CalculateMassflowRate(dBin, p, cfm, win), 'lbm/min', 'kg/s') bf = Math.exp(-1.0 * ao / mfr) - win = w_fT_Twb_P(dBin, wBin, p) p = UnitConversions.convert(p, 'psi', 'kPa') tin = UnitConversions.convert(dBin, 'F', 'C') hin = h_fT_w_SI(tin, win) @@ -798,7 +789,7 @@ def self.CalculateSHR(dBin, wBin, p, q, cfm, ao) # W_ADP = self.w_fT_h_SI(T_ADP, H_ADP) # Initialize - t_ADP = self.Tdp_fP_w_SI(p, win) + t_ADP = self.Tdp_fP_w_SI(runner, p, win) t_ADP_1 = t_ADP # (degC) t_ADP_2 = t_ADP # (degC) w_ADP = w_fT_R_P_SI(t_ADP, 1.0, p) @@ -821,7 +812,7 @@ def self.CalculateSHR(dBin, wBin, p, q, cfm, ao) end if not cvg - puts 'Warning: Tsat_fh_P failed to converge' + runnger.registerWarning('CalculateSHR failed to converge') end h_Tin_Wadp = h_fT_w_SI(tin, w_ADP) @@ -889,7 +880,7 @@ def self.w_fT_R_P_SI(tdb, r, p) return w end - def self.Twb_fT_R_P(tdb, r, p) + def self.Twb_fT_R_P(runner, tdb, r, p) ''' Description: ------------ @@ -912,7 +903,7 @@ def self.Twb_fT_R_P(tdb, r, p) ''' w = w_fT_R_P(tdb, r, p) - twb = self.Twb_fT_w_P(tdb, w, p) + twb = self.Twb_fT_w_P(runner, tdb, w, p) return twb end end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb index fcafb544..ddab65f5 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/pv.rb @@ -20,7 +20,7 @@ def self.apply(model, nbeds, pv_system) ipvwatts = OpenStudio::Model::ElectricLoadCenterInverterPVWatts.new(model) ipvwatts.setName('PVSystem inverter') - ipvwatts.setInverterEfficiency(pv_system.inverter_efficiency) + ipvwatts.setInverterEfficiency(pv_system.inverter.inverter_efficiency) elcd.setInverter(ipvwatts) else diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv new file mode 100644 index 00000000..a530858d --- /dev/null +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-non-stochastic.csv @@ -0,0 +1,8761 @@ +lighting_exterior,lighting_exterior_holiday,refrigerator,extra_refrigerator,freezer,plug_loads_vehicle,plug_loads_well_pump,fuel_loads_grill,fuel_loads_lighting,fuel_loads_fireplace,pool_pump,pool_heater,hot_tub_pump,hot_tub_heater +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,0,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.563,0,0.609,0.609,0.609,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145 +0.521,0,0.594,0.594,0.594,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175 +0.521,0,0.579,0.579,0.579,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145 +0.507,0,0.564,0.564,0.564,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175 +0.465,0,0.549,0.549,0.549,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284 +0.507,0,0.549,0.549,0.549,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405 +0.606,0,0.579,0.579,0.579,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345 +0.662,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145 +0.479,0,0.625,0.625,0.625,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145 +0.324,0,0.625,0.625,0.625,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115 +0.338,0,0.609,0.609,0.609,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907 +0.352,0,0.609,0.609,0.609,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847 +0.338,0,0.64,0.64,0.64,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847 +0.394,0,0.64,0.64,0.64,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847 +0.437,0,0.64,0.64,0.64,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145 +0.451,0,0.625,0.625,0.625,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351 +0.549,0,0.67,0.67,0.67,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762 +0.746,0,0.731,0.731,0.731,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738 +0.887,0,0.762,0.762,0.762,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411 +0.944,0,0.731,0.731,0.731,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369 +1,0,0.716,0.716,0.716,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308 +0.972,0,0.701,0.701,0.701,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26 +0.831,0,0.67,0.67,0.67,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145 +0.704,0,0.625,0.625,0.625,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.443,0,0.791,0.791,0.791,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188 +0.41,0,0.771,0.771,0.771,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228 +0.41,0,0.752,0.752,0.752,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188 +0.399,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228 +0.366,0,0.712,0.712,0.712,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369 +0.399,0,0.712,0.712,0.712,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526 +0.477,0,0.752,0.752,0.752,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447 +0.521,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188 +0.377,0,0.811,0.811,0.811,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188 +0.255,0,0.811,0.811,0.811,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149 +0.266,0,0.791,0.791,0.791,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118 +0.277,0,0.791,0.791,0.791,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11 +0.266,0,0.831,0.831,0.831,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11 +0.31,0,0.831,0.831,0.831,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11 +0.344,0,0.831,0.831,0.831,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188 +0.355,0,0.811,0.811,0.811,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455 +0.432,0,0.87,0.87,0.87,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989 +0.587,0,0.949,0.949,0.949,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958 +0.698,0,0.989,0.989,0.989,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534 +0.742,0,0.949,0.949,0.949,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479 +0.787,0,0.93,0.93,0.93,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4 +0.765,0,0.91,0.91,0.91,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338 +0.654,0,0.87,0.87,0.87,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188 +0.554,0,0.811,0.811,0.811,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.445,0,0.791,0.791,0.791,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188 +0.412,0,0.771,0.771,0.771,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228 +0.412,0,0.752,0.752,0.752,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188 +0.401,0,0.732,0.732,0.732,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228 +0.367,0,0.712,0.712,0.712,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369 +0.401,0,0.712,0.712,0.712,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526 +0.478,0,0.752,0.752,0.752,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447 +0.523,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188 +0.378,0,0.811,0.811,0.811,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188 +0.256,0,0.811,0.811,0.811,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149 +0.267,0,0.791,0.791,0.791,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118 +0.278,0,0.791,0.791,0.791,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11 +0.267,0,0.831,0.831,0.831,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11 +0.312,0,0.831,0.831,0.831,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11 +0.345,0,0.831,0.831,0.831,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188 +0.356,0,0.811,0.811,0.811,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455 +0.434,0,0.87,0.87,0.87,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989 +0.59,0,0.949,0.949,0.949,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958 +0.701,0,0.989,0.989,0.989,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534 +0.745,0,0.949,0.949,0.949,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479 +0.79,0,0.93,0.93,0.93,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4 +0.768,0,0.91,0.91,0.91,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338 +0.656,0,0.87,0.87,0.87,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188 +0.556,0,0.811,0.811,0.811,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.368,0,0.8,0.8,0.8,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19 +0.34,0,0.78,0.78,0.78,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23 +0.34,0,0.76,0.76,0.76,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19 +0.331,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23 +0.304,0,0.72,0.72,0.72,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373 +0.331,0,0.72,0.72,0.72,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532 +0.396,0,0.76,0.76,0.76,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452 +0.432,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19 +0.313,0,0.82,0.82,0.82,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19 +0.212,0,0.82,0.82,0.82,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151 +0.221,0,0.8,0.8,0.8,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119 +0.23,0,0.8,0.8,0.8,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111 +0.221,0,0.84,0.84,0.84,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111 +0.258,0,0.84,0.84,0.84,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111 +0.285,0,0.84,0.84,0.84,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19 +0.294,0,0.82,0.82,0.82,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46 +0.359,0,0.88,0.88,0.88,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1 +0.488,0,0.96,0.96,0.96,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968 +0.58,0,1,1,1,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54 +0.616,0,0.96,0.96,0.96,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484 +0.653,0,0.94,0.94,0.94,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405 +0.635,0,0.92,0.92,0.92,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341 +0.543,0,0.88,0.88,0.88,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19 +0.46,0,0.82,0.82,0.82,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.371,0,0.8,0.8,0.8,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19 +0.343,0,0.78,0.78,0.78,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23 +0.343,0,0.76,0.76,0.76,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19 +0.334,0,0.74,0.74,0.74,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23 +0.306,0,0.72,0.72,0.72,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373 +0.334,0,0.72,0.72,0.72,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532 +0.398,0,0.76,0.76,0.76,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452 +0.436,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19 +0.315,0,0.82,0.82,0.82,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19 +0.213,0,0.82,0.82,0.82,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151 +0.222,0,0.8,0.8,0.8,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119 +0.232,0,0.8,0.8,0.8,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111 +0.222,0,0.84,0.84,0.84,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111 +0.259,0,0.84,0.84,0.84,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111 +0.287,0,0.84,0.84,0.84,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19 +0.297,0,0.82,0.82,0.82,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46 +0.361,0,0.88,0.88,0.88,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1 +0.491,0,0.96,0.96,0.96,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968 +0.584,0,1,1,1,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54 +0.621,0,0.96,0.96,0.96,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484 +0.658,0,0.94,0.94,0.94,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405 +0.639,0,0.92,0.92,0.92,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341 +0.547,0,0.88,0.88,0.88,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19 +0.463,0,0.82,0.82,0.82,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.444,0,0.68,0.68,0.68,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162 +0.41,0,0.663,0.663,0.663,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196 +0.41,0,0.646,0.646,0.646,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162 +0.399,0,0.629,0.629,0.629,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196 +0.366,0,0.612,0.612,0.612,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317 +0.399,0,0.612,0.612,0.612,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452 +0.477,0,0.646,0.646,0.646,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384 +0.521,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162 +0.377,0,0.697,0.697,0.697,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162 +0.255,0,0.697,0.697,0.697,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128 +0.266,0,0.68,0.68,0.68,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101 +0.277,0,0.68,0.68,0.68,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944 +0.266,0,0.714,0.714,0.714,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944 +0.311,0,0.714,0.714,0.714,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944 +0.344,0,0.714,0.714,0.714,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162 +0.355,0,0.697,0.697,0.697,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391 +0.433,0,0.748,0.748,0.748,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849 +0.588,0,0.815,0.815,0.815,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822 +0.699,0,0.849,0.849,0.849,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458 +0.743,0,0.815,0.815,0.815,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411 +0.788,0,0.798,0.798,0.798,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344 +0.765,0,0.781,0.781,0.781,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29 +0.654,0,0.748,0.748,0.748,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162 +0.555,0,0.697,0.697,0.697,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,0,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0.0288,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0.346,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0.593,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0.683,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,1,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0.679,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0.132,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0.0658,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0.0288,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0.346,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0.593,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0.683,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,1,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0.679,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0.132,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0.0658,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.442,0,0.675,0.675,0.675,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161 +0.409,0,0.658,0.658,0.658,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194 +0.409,0,0.641,0.641,0.641,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161 +0.398,0,0.625,0.625,0.625,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194 +0.365,0,0.608,0.608,0.608,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315 +0.398,0,0.608,0.608,0.608,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449 +0.476,0,0.641,0.641,0.641,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382 +0.52,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161 +0.376,0,0.692,0.692,0.692,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161 +0.254,0,0.692,0.692,0.692,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127 +0.265,0,0.675,0.675,0.675,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1 +0.276,0,0.675,0.675,0.675,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938 +0.265,0,0.709,0.709,0.709,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938 +0.31,0,0.709,0.709,0.709,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938 +0.343,0,0.709,0.709,0.709,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161 +0.354,0,0.692,0.692,0.692,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388 +0.431,0.0288,0.743,0.743,0.743,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844 +0.586,0.346,0.81,0.81,0.81,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817 +0.697,0.593,0.844,0.844,0.844,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455 +0.741,0.683,0.81,0.81,0.81,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409 +0.785,1,0.793,0.793,0.793,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342 +0.763,0.679,0.776,0.776,0.776,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288 +0.652,0.132,0.743,0.743,0.743,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161 +0.553,0.0658,0.692,0.692,0.692,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 +0.559,0,0.611,0.611,0.611,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145 +0.517,0,0.596,0.596,0.596,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176 +0.517,0,0.58,0.58,0.58,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145 +0.503,0,0.565,0.565,0.565,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176 +0.461,0,0.55,0.55,0.55,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285 +0.503,0,0.55,0.55,0.55,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406 +0.601,0,0.58,0.58,0.58,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345 +0.657,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145 +0.475,0,0.626,0.626,0.626,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145 +0.322,0,0.626,0.626,0.626,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115 +0.336,0,0.611,0.611,0.611,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909 +0.35,0,0.611,0.611,0.611,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849 +0.336,0,0.641,0.641,0.641,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849 +0.392,0,0.641,0.641,0.641,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849 +0.433,0,0.641,0.641,0.641,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145 +0.447,0,0.626,0.626,0.626,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352 +0.545,0.0288,0.672,0.672,0.672,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764 +0.741,0.346,0.733,0.733,0.733,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739 +0.881,0.593,0.764,0.764,0.764,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412 +0.937,0.683,0.733,0.733,0.733,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37 +0.993,1,0.718,0.718,0.718,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309 +0.965,0.679,0.703,0.703,0.703,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261 +0.825,0.132,0.672,0.672,0.672,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145 +0.699,0.0658,0.626,0.626,0.626,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-smooth.csv b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-smooth.csv deleted file mode 100644 index 1f5c86cd..00000000 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-smooth.csv +++ /dev/null @@ -1,8761 +0,0 @@ -occupants,lighting_interior,lighting_exterior,lighting_garage,lighting_exterior_holiday,cooking_range,refrigerator,extra_refrigerator,freezer,dishwasher,clothes_washer,clothes_dryer,ceiling_fan,plug_loads_other,plug_loads_tv,plug_loads_vehicle,plug_loads_well_pump,fuel_loads_grill,fuel_loads_lighting,fuel_loads_fireplace,pool_pump,pool_heater,hot_tub_pump,hot_tub_heater,hot_water_dishwasher,hot_water_clothes_washer,hot_water_fixtures -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.359,0.359,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.454,0.454,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.567,0.567,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.785,0.785,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.927,0.927,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.804,0.804,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.359,0.359,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.454,0.454,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.567,0.567,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.785,0.785,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.927,0.927,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.804,0.804,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.359,0.359,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.454,0.454,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.567,0.567,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.785,0.785,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.927,0.927,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.804,0.804,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.359,0.359,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.454,0.454,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.567,0.567,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.785,0.785,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.927,0.927,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.804,0.804,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.359,0.359,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.454,0.454,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.567,0.567,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.785,0.785,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.927,0.927,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.804,0.804,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.359,0.359,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.454,0.454,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.567,0.567,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.785,0.785,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.927,0.927,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.804,0.804,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.359,0.359,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.454,0.454,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.567,0.567,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.785,0.785,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.927,0.927,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.804,0.804,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.055,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.151,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.355,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.449,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.477,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.49,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.477,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.458,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.445,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.441,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.448,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.49,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.602,0.18,0.18,0,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.798,0.35,0.35,0,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,0.979,0.463,0.463,0,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.991,0.615,0.615,0,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.823,0.86,0.86,0,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.621,0.993,0.993,0,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.536,0.86,0.86,0,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.429,0.429,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.429,0.429,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.429,0.429,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.419,0.419,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.39,0.39,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.343,0.343,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.286,0.286,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.229,0.229,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.152,0.152,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.362,0.362,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.457,0.457,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.571,0.571,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.79,0.79,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,0.933,0.933,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.81,0.81,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.562,0.562,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.429,0.429,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.429,0.429,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.429,0.429,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.419,0.419,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.39,0.39,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.343,0.343,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.286,0.286,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.229,0.229,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.152,0.152,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.362,0.362,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.457,0.457,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.571,0.571,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.79,0.79,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,0.933,0.933,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.81,0.81,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.562,0.562,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.429,0.429,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.429,0.429,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.429,0.429,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.419,0.419,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.39,0.39,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.343,0.343,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.286,0.286,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.229,0.229,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.152,0.152,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.362,0.362,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.457,0.457,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.571,0.571,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.79,0.79,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,0.933,0.933,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.81,0.81,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.562,0.562,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.429,0.429,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.429,0.429,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.429,0.429,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.419,0.419,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.39,0.39,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.343,0.343,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.286,0.286,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.229,0.229,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.152,0.152,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.362,0.362,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.457,0.457,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.571,0.571,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.79,0.79,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,0.933,0.933,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.81,0.81,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.562,0.562,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.429,0.429,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.429,0.429,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.429,0.429,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.419,0.419,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.39,0.39,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.343,0.343,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.286,0.286,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.229,0.229,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.152,0.152,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.362,0.362,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.457,0.457,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.571,0.571,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.79,0.79,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,0.933,0.933,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.81,0.81,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.562,0.562,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.429,0.429,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.429,0.429,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.429,0.429,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.419,0.419,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.39,0.39,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.343,0.343,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.286,0.286,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.229,0.229,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.152,0.152,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.362,0.362,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.457,0.457,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.571,0.571,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.79,0.79,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,0.933,0.933,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.81,0.81,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.562,0.562,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.429,0.429,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.429,0.429,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.429,0.429,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.419,0.419,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.39,0.39,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.343,0.343,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.286,0.286,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.229,0.229,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.152,0.152,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.362,0.362,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.457,0.457,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.571,0.571,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.79,0.79,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,0.933,0.933,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.81,0.81,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.562,0.562,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.429,0.429,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.429,0.429,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.429,0.429,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.419,0.419,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.39,0.39,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.343,0.343,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.286,0.286,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.229,0.229,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.152,0.152,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.362,0.362,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.457,0.457,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.571,0.571,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.79,0.79,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,0.933,0.933,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.81,0.81,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.562,0.562,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.438,0.438,0,0.0467,0.609,0.609,0.609,0.135,0.103,0.123,1,0.66,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.135,0.103,0.138 -1,0.0743,0.438,0.438,0,0.0467,0.594,0.594,0.594,0.0631,0.0798,0.0741,1,0.623,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0.0631,0.0798,0.069 -1,0.0495,0.438,0.438,0,0.0267,0.579,0.579,0.579,0.045,0.0456,0.0494,1,0.604,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0.045,0.0456,0.046 -1,0.0495,0.438,0.438,0,0.0267,0.564,0.564,0.564,0.027,0.0456,0.0247,1,0.585,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0.027,0.0456,0.0575 -1,0.0548,0.438,0.438,0,0.0467,0.549,0.549,0.549,0.027,0.0798,0.0494,1,0.604,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0.027,0.0798,0.115 -1,0.15,0.352,0.352,0,0.0733,0.549,0.549,0.549,0.0901,0.125,0.0741,1,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0.0901,0.125,0.391 -1,0.351,0.333,0.333,0,0.167,0.579,0.579,0.579,0.18,0.251,0.198,1,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0.18,0.251,0.897 -0.869,0.444,0.324,0.324,0,0.28,0.609,0.609,0.609,0.279,0.559,0.395,0.421,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0.279,0.559,1 -0.41,0.47,0.314,0.314,0,0.307,0.625,0.625,0.625,0.523,0.832,0.593,0.421,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.523,0.832,0.92 -0.246,0.481,0.267,0.267,0,0.32,0.625,0.625,0.625,0.586,0.98,0.84,0.421,0.811,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.586,0.98,0.77 -0.246,0.468,0.21,0.21,0,0.28,0.609,0.609,0.609,0.505,0.958,0.963,0.421,0.811,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.505,0.958,0.644 -0.246,0.449,0.143,0.143,0,0.333,0.609,0.609,0.609,0.432,0.855,1,0.421,0.83,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0.432,0.855,0.54 -0.246,0.436,0.114,0.114,0,0.38,0.64,0.64,0.64,0.369,0.764,0.914,0.421,0.849,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0.369,0.764,0.46 -0.246,0.432,0.105,0.105,0,0.307,0.64,0.64,0.64,0.414,0.684,0.827,0.421,0.849,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.414,0.684,0.402 -0.246,0.435,0.105,0.105,0,0.38,0.64,0.64,0.64,0.324,0.559,0.704,0.421,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.324,0.559,0.379 -0.246,0.458,0.114,0.114,0,0.293,0.625,0.625,0.625,0.342,0.593,0.753,0.421,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.342,0.593,0.356 -0.295,0.526,0.181,0.181,0,0.613,0.67,0.67,0.67,0.342,0.57,0.679,0.421,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.342,0.57,0.448 -0.541,0.674,0.352,0.352,0,1,0.731,0.731,0.731,0.441,0.559,0.667,0.421,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.441,0.559,0.586 -0.885,0.868,0.467,0.467,0,0.78,0.762,0.762,0.762,0.784,0.559,0.63,1,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.784,0.559,0.69 -0.885,0.98,0.619,0.619,0,0.4,0.731,0.731,0.731,1,0.559,0.63,1,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,1,0.559,0.69 -0.885,0.913,0.867,0.867,0,0.233,0.716,0.716,0.716,0.811,0.559,0.642,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.811,0.559,0.632 -1,0.727,1,1,0,0.167,0.701,0.701,0.701,0.604,0.536,0.667,1,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.604,0.536,0.552 -1,0.638,0.867,0.867,0,0.107,0.67,0.67,0.67,0.396,0.365,0.543,1,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.396,0.365,0.437 -1,0.249,0.6,0.6,0,0.0733,0.625,0.625,0.625,0.279,0.194,0.296,1,0.679,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.279,0.194,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.054,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.146,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.342,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.433,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.452,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.456,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.443,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.426,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.413,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.409,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.41,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.422,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.464,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.567,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.736,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.895,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.928,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.807,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.5,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.337,0.337,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.337,0.337,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.337,0.337,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.33,0.33,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.307,0.307,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.27,0.27,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.225,0.225,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.18,0.18,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.12,0.12,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.285,0.285,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.36,0.36,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.45,0.45,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.622,0.622,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.734,0.734,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.637,0.637,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.442,0.442,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.345,0.345,0,0.042,0.791,0.791,0.791,0.122,0.104,0.123,1,0.52,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0.122,0.104,0.138 -1,0.0743,0.345,0.345,0,0.042,0.771,0.771,0.771,0.0567,0.0812,0.0741,1,0.49,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0.0567,0.0812,0.069 -1,0.0495,0.345,0.345,0,0.024,0.752,0.752,0.752,0.0405,0.0464,0.0494,1,0.475,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0.0405,0.0464,0.046 -1,0.0495,0.345,0.345,0,0.024,0.732,0.732,0.732,0.0243,0.0464,0.0247,1,0.46,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0.0243,0.0464,0.0575 -1,0.0529,0.345,0.345,0,0.042,0.712,0.712,0.712,0.0243,0.0812,0.0494,1,0.475,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0.0243,0.0812,0.115 -1,0.14,0.277,0.277,0,0.066,0.712,0.712,0.712,0.0811,0.128,0.0741,1,0.49,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0.0811,0.128,0.391 -1,0.33,0.262,0.262,0,0.15,0.752,0.752,0.752,0.162,0.255,0.198,1,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0.162,0.255,0.897 -0.869,0.417,0.255,0.255,0,0.252,0.791,0.791,0.791,0.251,0.569,0.395,0.421,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0.251,0.569,1 -0.41,0.427,0.247,0.247,0,0.276,0.811,0.811,0.811,0.47,0.847,0.593,0.421,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.47,0.847,0.92 -0.246,0.424,0.21,0.21,0,0.288,0.811,0.811,0.811,0.527,0.998,0.84,0.421,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.527,0.998,0.77 -0.246,0.411,0.165,0.165,0,0.252,0.791,0.791,0.791,0.454,0.975,0.963,0.421,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.454,0.975,0.644 -0.246,0.394,0.112,0.112,0,0.3,0.791,0.791,0.791,0.389,0.87,1,0.421,0.653,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.389,0.87,0.54 -0.246,0.382,0.0899,0.0899,0,0.342,0.831,0.831,0.831,0.332,0.778,0.914,0.421,0.668,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.332,0.778,0.46 -0.246,0.378,0.0824,0.0824,0,0.276,0.831,0.831,0.831,0.373,0.696,0.827,0.421,0.668,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.373,0.696,0.402 -0.246,0.378,0.0824,0.0824,0,0.342,0.831,0.831,0.831,0.292,0.569,0.704,0.421,0.653,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.292,0.569,0.379 -0.246,0.379,0.0899,0.0899,0,0.264,0.811,0.811,0.811,0.308,0.603,0.753,0.421,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.308,0.603,0.356 -0.295,0.386,0.142,0.142,0,0.552,0.87,0.87,0.87,0.308,0.58,0.679,0.421,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.308,0.58,0.448 -0.541,0.412,0.277,0.277,0,0.9,0.949,0.949,0.949,0.397,0.569,0.667,0.421,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.397,0.569,0.586 -0.885,0.484,0.367,0.367,0,0.702,0.989,0.989,0.989,0.705,0.569,0.63,1,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.705,0.569,0.69 -0.885,0.619,0.487,0.487,0,0.36,0.949,0.949,0.949,0.9,0.569,0.63,1,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.9,0.569,0.69 -0.885,0.783,0.682,0.682,0,0.21,0.93,0.93,0.93,0.73,0.569,0.642,1,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.73,0.569,0.632 -1,0.88,0.787,0.787,0,0.15,0.91,0.91,0.91,0.543,0.545,0.667,1,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0.545,0.552 -1,0.597,0.682,0.682,0,0.096,0.87,0.87,0.87,0.357,0.371,0.543,1,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.357,0.371,0.437 -1,0.249,0.472,0.472,0,0.066,0.811,0.811,0.811,0.251,0.197,0.296,1,0.534,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.251,0.197,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.339,0.339,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.339,0.339,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.339,0.339,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.331,0.331,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.308,0.308,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.271,0.271,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.226,0.226,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.181,0.181,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.12,0.12,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.286,0.286,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.361,0.361,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.451,0.451,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.624,0.624,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.737,0.737,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.64,0.64,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.444,0.444,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.346,0.346,0,0.0422,0.791,0.791,0.791,0.122,0.105,0.123,1,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.122,0.105,0.138 -1,0.0743,0.346,0.346,0,0.0422,0.771,0.771,0.771,0.057,0.0814,0.0741,1,0.492,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0.057,0.0814,0.069 -1,0.0495,0.346,0.346,0,0.0241,0.752,0.752,0.752,0.0407,0.0465,0.0494,1,0.477,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0.0407,0.0465,0.046 -1,0.0495,0.346,0.346,0,0.0241,0.732,0.732,0.732,0.0244,0.0465,0.0247,1,0.462,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0.0244,0.0465,0.0575 -1,0.0519,0.346,0.346,0,0.0422,0.712,0.712,0.712,0.0244,0.0814,0.0494,1,0.477,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0.0244,0.0814,0.115 -1,0.135,0.278,0.278,0,0.0662,0.712,0.712,0.712,0.0814,0.128,0.0741,1,0.492,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.0814,0.128,0.391 -1,0.317,0.263,0.263,0,0.151,0.752,0.752,0.752,0.163,0.256,0.198,1,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.163,0.256,0.897 -0.869,0.402,0.256,0.256,0,0.253,0.791,0.791,0.791,0.252,0.57,0.395,0.421,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.252,0.57,1 -0.41,0.404,0.248,0.248,0,0.277,0.811,0.811,0.811,0.472,0.849,0.593,0.421,0.641,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.472,0.849,0.92 -0.246,0.392,0.211,0.211,0,0.289,0.811,0.811,0.811,0.529,1,0.84,0.421,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.529,1,0.77 -0.246,0.381,0.166,0.166,0,0.253,0.791,0.791,0.791,0.456,0.977,0.963,0.421,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.456,0.977,0.644 -0.246,0.364,0.113,0.113,0,0.301,0.791,0.791,0.791,0.391,0.872,1,0.421,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.391,0.872,0.54 -0.246,0.352,0.0903,0.0903,0,0.343,0.831,0.831,0.831,0.334,0.779,0.914,0.421,0.671,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.334,0.779,0.46 -0.246,0.349,0.0828,0.0828,0,0.277,0.831,0.831,0.831,0.374,0.698,0.827,0.421,0.671,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.374,0.698,0.402 -0.246,0.348,0.0828,0.0828,0,0.343,0.831,0.831,0.831,0.293,0.57,0.704,0.421,0.656,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.293,0.57,0.379 -0.246,0.349,0.0903,0.0903,0,0.265,0.811,0.811,0.811,0.309,0.605,0.753,0.421,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.309,0.605,0.356 -0.295,0.353,0.143,0.143,0,0.554,0.87,0.87,0.87,0.309,0.581,0.679,0.421,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.309,0.581,0.448 -0.541,0.371,0.278,0.278,0,0.903,0.949,0.949,0.949,0.399,0.57,0.667,0.421,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.399,0.57,0.586 -0.885,0.42,0.369,0.369,0,0.705,0.989,0.989,0.989,0.708,0.57,0.63,1,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.708,0.57,0.69 -0.885,0.523,0.489,0.489,0,0.361,0.949,0.949,0.949,0.903,0.57,0.63,1,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.903,0.57,0.69 -0.885,0.671,0.685,0.685,0,0.211,0.93,0.93,0.93,0.732,0.57,0.642,1,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.732,0.57,0.632 -1,0.799,0.79,0.79,0,0.151,0.91,0.91,0.91,0.545,0.547,0.667,1,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.545,0.547,0.552 -1,0.582,0.685,0.685,0,0.0964,0.87,0.87,0.87,0.358,0.372,0.543,1,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.358,0.372,0.437 -1,0.249,0.474,0.474,0,0.0662,0.811,0.811,0.811,0.252,0.198,0.296,1,0.537,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.252,0.198,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0511,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.131,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.308,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.39,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.387,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.37,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.359,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.343,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.331,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.328,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.327,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.328,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.332,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.345,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.384,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.467,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.595,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.726,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.557,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0508,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.13,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.305,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.386,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.381,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.362,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.351,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.335,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.324,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.32,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.32,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.321,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.324,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.338,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.377,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.461,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.59,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.72,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.554,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.28,0.28,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.28,0.28,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.28,0.28,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.274,0.274,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.255,0.255,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.224,0.224,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.187,0.187,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.149,0.149,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0995,0.0995,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.236,0.236,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.299,0.299,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.373,0.373,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.516,0.516,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.61,0.61,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.529,0.529,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.367,0.367,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.286,0.286,0,0.0381,0.8,0.8,0.8,0.11,0.102,0.123,1,0.431,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.286,0.286,0,0.0381,0.78,0.78,0.78,0.0515,0.0796,0.0741,1,0.407,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0.0515,0.0796,0.069 -1,0.0495,0.286,0.286,0,0.0218,0.76,0.76,0.76,0.0368,0.0455,0.0494,1,0.394,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0.0368,0.0455,0.046 -1,0.0495,0.286,0.286,0,0.0218,0.74,0.74,0.74,0.0221,0.0455,0.0247,1,0.382,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0.0221,0.0455,0.0575 -1,0.0511,0.286,0.286,0,0.0381,0.72,0.72,0.72,0.0221,0.0796,0.0494,1,0.394,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0.0221,0.0796,0.115 -1,0.131,0.23,0.23,0,0.0599,0.72,0.72,0.72,0.0736,0.125,0.0741,1,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0.0736,0.125,0.391 -1,0.308,0.218,0.218,0,0.136,0.76,0.76,0.76,0.147,0.25,0.198,1,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0.147,0.25,0.897 -0.869,0.39,0.211,0.211,0,0.229,0.8,0.8,0.8,0.228,0.557,0.395,0.421,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.228,0.557,1 -0.41,0.387,0.205,0.205,0,0.25,0.82,0.82,0.82,0.427,0.83,0.593,0.421,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.427,0.83,0.92 -0.246,0.37,0.174,0.174,0,0.261,0.82,0.82,0.82,0.478,0.977,0.84,0.421,0.53,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.478,0.977,0.77 -0.246,0.359,0.137,0.137,0,0.229,0.8,0.8,0.8,0.412,0.955,0.963,0.421,0.53,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0.412,0.955,0.644 -0.246,0.343,0.0933,0.0933,0,0.272,0.8,0.8,0.8,0.353,0.852,1,0.421,0.542,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.353,0.852,0.54 -0.246,0.331,0.0746,0.0746,0,0.31,0.84,0.84,0.84,0.302,0.762,0.914,0.421,0.555,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.302,0.762,0.46 -0.246,0.328,0.0684,0.0684,0,0.25,0.84,0.84,0.84,0.338,0.682,0.827,0.421,0.555,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.338,0.682,0.402 -0.246,0.327,0.0684,0.0684,0,0.31,0.84,0.84,0.84,0.265,0.557,0.704,0.421,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.265,0.557,0.379 -0.246,0.329,0.0746,0.0746,0,0.24,0.82,0.82,0.82,0.28,0.591,0.753,0.421,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.28,0.591,0.356 -0.295,0.334,0.118,0.118,0,0.501,0.88,0.88,0.88,0.28,0.568,0.679,0.421,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.28,0.568,0.448 -0.541,0.353,0.23,0.23,0,0.817,0.96,0.96,0.96,0.361,0.557,0.667,0.421,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.361,0.557,0.586 -0.885,0.408,0.305,0.305,0,0.637,1,1,1,0.64,0.557,0.63,1,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.64,0.557,0.69 -0.885,0.518,0.404,0.404,0,0.327,0.96,0.96,0.96,0.817,0.557,0.63,1,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.817,0.557,0.69 -0.885,0.668,0.566,0.566,0,0.191,0.94,0.94,0.94,0.662,0.557,0.642,1,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.662,0.557,0.632 -1,0.788,0.653,0.653,0,0.136,0.92,0.92,0.92,0.493,0.534,0.667,1,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.493,0.534,0.552 -1,0.571,0.566,0.566,0,0.0871,0.88,0.88,0.88,0.324,0.364,0.543,1,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.324,0.364,0.437 -1,0.249,0.392,0.392,0,0.0599,0.82,0.82,0.82,0.228,0.193,0.296,1,0.444,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0.228,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.288,0.288,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.288,0.288,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.232,0.232,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.219,0.219,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.213,0.213,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.207,0.207,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.175,0.175,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.138,0.138,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.094,0.094,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.232,0.232,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.307,0.307,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.407,0.407,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.57,0.57,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.658,0.658,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.57,0.57,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.395,0.395,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.288,0.288,0,0.0379,0.8,0.8,0.8,0.11,0.102,0.123,1,0.434,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0.11,0.102,0.138 -1,0.0743,0.288,0.288,0,0.0379,0.78,0.78,0.78,0.0512,0.0793,0.0741,1,0.41,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0.0512,0.0793,0.069 -1,0.0495,0.282,0.282,0,0.0216,0.76,0.76,0.76,0.0365,0.0453,0.0494,1,0.397,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0.0365,0.0453,0.046 -1,0.0495,0.282,0.282,0,0.0216,0.74,0.74,0.74,0.0219,0.0453,0.0247,1,0.385,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0.0219,0.0453,0.0575 -1,0.0519,0.288,0.288,0,0.0379,0.72,0.72,0.72,0.0219,0.0793,0.0494,1,0.397,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.0219,0.0793,0.115 -1,0.135,0.282,0.282,0,0.0595,0.72,0.72,0.72,0.0731,0.125,0.0741,1,0.41,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0731,0.125,0.391 -1,0.317,0.276,0.276,0,0.135,0.76,0.76,0.76,0.146,0.249,0.198,1,0.459,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.146,0.249,0.897 -0.869,0.402,0.257,0.257,0,0.227,0.8,0.8,0.8,0.227,0.555,0.395,0.421,0.521,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.227,0.555,1 -0.41,0.404,0.226,0.226,0,0.249,0.82,0.82,0.82,0.424,0.827,0.593,0.421,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.424,0.827,0.92 -0.246,0.392,0.188,0.188,0,0.26,0.82,0.82,0.82,0.475,0.975,0.84,0.421,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.475,0.975,0.77 -0.246,0.381,0.15,0.15,0,0.227,0.8,0.8,0.8,0.409,0.952,0.963,0.421,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.409,0.952,0.644 -0.246,0.364,0.1,0.1,0,0.27,0.8,0.8,0.8,0.351,0.85,1,0.421,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.351,0.85,0.54 -0.246,0.352,0.0752,0.0752,0,0.308,0.84,0.84,0.84,0.3,0.759,0.914,0.421,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.3,0.759,0.46 -0.246,0.349,0.0689,0.0689,0,0.249,0.84,0.84,0.84,0.336,0.68,0.827,0.421,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.336,0.68,0.402 -0.246,0.349,0.0689,0.0689,0,0.308,0.84,0.84,0.84,0.263,0.555,0.704,0.421,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.263,0.555,0.379 -0.246,0.351,0.0752,0.0752,0,0.238,0.82,0.82,0.82,0.278,0.589,0.753,0.421,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0.589,0.356 -0.295,0.363,0.119,0.119,0,0.498,0.88,0.88,0.88,0.278,0.567,0.679,0.421,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.278,0.567,0.448 -0.541,0.404,0.238,0.238,0,0.811,0.96,0.96,0.96,0.358,0.555,0.667,0.421,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.358,0.555,0.586 -0.885,0.501,0.301,0.301,0,0.633,1,1,1,0.636,0.555,0.63,1,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.636,0.555,0.69 -0.885,0.656,0.376,0.376,0,0.325,0.96,0.96,0.96,0.811,0.555,0.63,1,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.811,0.555,0.69 -0.885,0.806,0.52,0.52,0,0.189,0.94,0.94,0.94,0.658,0.555,0.642,1,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.658,0.555,0.632 -1,0.851,0.614,0.614,0,0.135,0.92,0.92,0.92,0.49,0.533,0.667,1,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.49,0.533,0.552 -1,0.561,0.533,0.533,0,0.0865,0.88,0.88,0.88,0.322,0.363,0.543,1,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.322,0.363,0.437 -1,0.249,0.37,0.37,0,0.0595,0.82,0.82,0.82,0.227,0.193,0.296,1,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.227,0.193,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.338,0.338,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.338,0.338,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.338,0.338,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.33,0.33,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.308,0.308,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.27,0.27,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.225,0.225,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.18,0.18,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.12,0.12,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.285,0.285,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.36,0.36,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.45,0.45,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.623,0.623,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.735,0.735,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.638,0.638,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.443,0.443,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.338,0.338,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.338,0.338,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.338,0.338,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.33,0.33,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.308,0.308,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.27,0.27,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.225,0.225,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.18,0.18,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.12,0.12,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.285,0.285,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.36,0.36,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.45,0.45,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.623,0.623,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.735,0.735,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.638,0.638,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.443,0.443,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.338,0.338,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.338,0.338,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.338,0.338,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.33,0.33,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.308,0.308,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.27,0.27,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.225,0.225,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.18,0.18,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.12,0.12,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.285,0.285,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.36,0.36,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.45,0.45,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.623,0.623,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.735,0.735,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.638,0.638,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.443,0.443,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.338,0.338,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.338,0.338,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.338,0.338,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.33,0.33,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.308,0.308,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.27,0.27,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.225,0.225,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.18,0.18,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.12,0.12,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.285,0.285,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.36,0.36,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.45,0.45,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.623,0.623,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.735,0.735,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.638,0.638,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.443,0.443,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.338,0.338,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.338,0.338,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.338,0.338,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.33,0.33,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.308,0.308,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.27,0.27,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.225,0.225,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.18,0.18,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.12,0.12,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.285,0.285,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.36,0.36,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.45,0.45,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.623,0.623,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.735,0.735,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.638,0.638,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.443,0.443,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.338,0.338,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.338,0.338,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.338,0.338,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.33,0.33,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.308,0.308,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.27,0.27,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.225,0.225,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.18,0.18,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.12,0.12,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.285,0.285,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.36,0.36,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.45,0.45,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.623,0.623,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.735,0.735,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.638,0.638,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.443,0.443,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.338,0.338,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.338,0.338,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.338,0.338,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.33,0.33,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.308,0.308,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.27,0.27,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.225,0.225,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.18,0.18,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.12,0.12,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.285,0.285,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.36,0.36,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.45,0.45,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.623,0.623,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.735,0.735,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.638,0.638,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.443,0.443,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.338,0.338,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.338,0.338,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.338,0.338,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.33,0.33,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.308,0.308,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.27,0.27,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.225,0.225,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.18,0.18,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.12,0.12,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.285,0.285,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.36,0.36,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.45,0.45,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.623,0.623,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.735,0.735,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.638,0.638,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.443,0.443,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.345,0.345,0,0.0462,0.68,0.68,0.68,0.134,0.0987,0.123,1,0.52,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0.134,0.0987,0.138 -1,0.0743,0.345,0.345,0,0.0462,0.663,0.663,0.663,0.0624,0.0768,0.0741,1,0.49,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0.0624,0.0768,0.069 -1,0.0495,0.345,0.345,0,0.0264,0.646,0.646,0.646,0.0446,0.0439,0.0494,1,0.476,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0.0446,0.0439,0.046 -1,0.0495,0.345,0.345,0,0.0264,0.629,0.629,0.629,0.0267,0.0439,0.0247,1,0.461,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0.0267,0.0439,0.0575 -1,0.0529,0.345,0.345,0,0.0462,0.612,0.612,0.612,0.0267,0.0768,0.0494,1,0.476,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0.0267,0.0768,0.115 -1,0.14,0.278,0.278,0,0.0725,0.612,0.612,0.612,0.0891,0.121,0.0741,1,0.49,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.0891,0.121,0.391 -1,0.33,0.263,0.263,0,0.165,0.646,0.646,0.646,0.178,0.241,0.198,1,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.178,0.241,0.897 -0.869,0.417,0.255,0.255,0,0.277,0.68,0.68,0.68,0.276,0.537,0.395,0.421,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.276,0.537,1 -0.41,0.427,0.248,0.248,0,0.303,0.697,0.697,0.697,0.517,0.801,0.593,0.421,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.517,0.801,0.92 -0.246,0.424,0.21,0.21,0,0.316,0.697,0.697,0.697,0.579,0.943,0.84,0.421,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.579,0.943,0.77 -0.246,0.411,0.165,0.165,0,0.277,0.68,0.68,0.68,0.499,0.921,0.963,0.421,0.639,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.499,0.921,0.644 -0.246,0.394,0.113,0.113,0,0.33,0.68,0.68,0.68,0.428,0.823,1,0.421,0.654,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.428,0.823,0.54 -0.246,0.382,0.09,0.09,0,0.376,0.714,0.714,0.714,0.365,0.735,0.914,0.421,0.669,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0.365,0.735,0.46 -0.246,0.378,0.0825,0.0825,0,0.303,0.714,0.714,0.714,0.41,0.658,0.827,0.421,0.669,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0.41,0.658,0.402 -0.246,0.379,0.0825,0.0825,0,0.376,0.714,0.714,0.714,0.321,0.537,0.704,0.421,0.654,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.321,0.537,0.379 -0.246,0.387,0.09,0.09,0,0.29,0.697,0.697,0.697,0.339,0.57,0.753,0.421,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.339,0.57,0.356 -0.295,0.417,0.143,0.143,0,0.607,0.748,0.748,0.748,0.339,0.548,0.679,0.421,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.339,0.548,0.448 -0.541,0.501,0.278,0.278,0,0.989,0.815,0.815,0.815,0.437,0.537,0.667,0.421,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.437,0.537,0.586 -0.885,0.655,0.368,0.368,0,0.771,0.849,0.849,0.849,0.775,0.537,0.63,1,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.775,0.537,0.69 -0.885,0.829,0.488,0.488,0,0.396,0.815,0.815,0.815,0.989,0.537,0.63,1,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.989,0.537,0.69 -0.885,0.905,0.683,0.683,0,0.231,0.798,0.798,0.798,0.802,0.537,0.642,1,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.802,0.537,0.632 -1,0.821,0.788,0.788,0,0.165,0.781,0.781,0.781,0.597,0.515,0.667,1,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.597,0.515,0.552 -1,0.51,0.683,0.683,0,0.105,0.748,0.748,0.748,0.392,0.351,0.543,1,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.392,0.351,0.437 -1,0.249,0.473,0.473,0,0.0725,0.697,0.697,0.697,0.276,0.186,0.296,1,0.535,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.276,0.186,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.337,0.337,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.337,0.337,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.337,0.337,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.329,0.329,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.307,0.307,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.269,0.269,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.224,0.224,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.179,0.179,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.12,0.12,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.284,0.284,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.359,0.359,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.449,0.449,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.621,0.621,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.733,0.733,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.636,0.636,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.441,0.441,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.337,0.337,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.337,0.337,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.337,0.337,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.329,0.329,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.307,0.307,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.269,0.269,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.224,0.224,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.179,0.179,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.12,0.12,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.284,0.284,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.359,0.359,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.449,0.449,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.621,0.621,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.733,0.733,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.636,0.636,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.441,0.441,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.337,0.337,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.337,0.337,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.337,0.337,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.329,0.329,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.307,0.307,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.269,0.269,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.224,0.224,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.179,0.179,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.12,0.12,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.284,0.284,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.359,0.359,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.449,0.449,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.621,0.621,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.733,0.733,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.636,0.636,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.441,0.441,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.337,0.337,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.337,0.337,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.337,0.337,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.329,0.329,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.307,0.307,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.269,0.269,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.224,0.224,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.179,0.179,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.12,0.12,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.284,0.284,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.359,0.359,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.449,0.449,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.621,0.621,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.733,0.733,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.636,0.636,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.441,0.441,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.337,0.337,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.337,0.337,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.337,0.337,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.329,0.329,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.307,0.307,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.269,0.269,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.224,0.224,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.179,0.179,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.12,0.12,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.284,0.284,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.359,0.359,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.449,0.449,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.621,0.621,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.733,0.733,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.636,0.636,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.441,0.441,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.337,0.337,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.337,0.337,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.337,0.337,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.329,0.329,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.307,0.307,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.269,0.269,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.224,0.224,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.179,0.179,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.12,0.12,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.284,0.284,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.359,0.359,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.449,0.449,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.621,0.621,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.733,0.733,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.636,0.636,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.441,0.441,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.337,0.337,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.337,0.337,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.337,0.337,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.329,0.329,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.307,0.307,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.269,0.269,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.224,0.224,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.179,0.179,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.12,0.12,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0.0223,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.284,0.284,0.273,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.359,0.359,0.468,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.449,0.449,0.54,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.621,0.621,0.791,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.733,0.733,0.535,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.636,0.636,0.103,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.441,0.441,0.0529,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.337,0.337,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.337,0.337,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.337,0.337,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.329,0.329,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.307,0.307,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.269,0.269,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.224,0.224,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.179,0.179,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.12,0.12,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0.0223,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.284,0.284,0.273,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.359,0.359,0.468,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.449,0.449,0.54,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.621,0.621,0.791,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.733,0.733,0.535,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.636,0.636,0.103,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.441,0.441,0.0529,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0.0223,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0.273,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0.468,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0.54,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0.791,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0.535,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0.103,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0.0529,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0.0223,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0.273,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0.468,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0.54,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0.791,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0.535,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0.103,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0.0529,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0.0223,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0.273,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0.468,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0.54,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0.791,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0.535,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0.103,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0.0529,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0.0223,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0.273,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0.468,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0.54,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0.791,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0.535,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0.103,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0.0529,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.344,0.344,0,0.0462,0.675,0.675,0.675,0.134,0.0982,0.123,1,0.519,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0.134,0.0982,0.138 -1,0.0743,0.344,0.344,0,0.0462,0.658,0.658,0.658,0.0624,0.0764,0.0741,1,0.489,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0.0624,0.0764,0.069 -1,0.0495,0.344,0.344,0,0.0264,0.641,0.641,0.641,0.0446,0.0436,0.0494,1,0.474,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0.0446,0.0436,0.046 -1,0.0495,0.344,0.344,0,0.0264,0.625,0.625,0.625,0.0267,0.0436,0.0247,1,0.459,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0.0267,0.0436,0.0575 -1,0.054,0.344,0.344,0,0.0462,0.608,0.608,0.608,0.0267,0.0764,0.0494,1,0.474,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0.0267,0.0764,0.115 -1,0.146,0.277,0.277,0,0.0725,0.608,0.608,0.608,0.0891,0.12,0.0741,1,0.489,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0.0891,0.12,0.391 -1,0.342,0.262,0.262,0,0.165,0.641,0.641,0.641,0.178,0.24,0.198,1,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0.178,0.24,0.897 -0.869,0.433,0.254,0.254,0,0.277,0.675,0.675,0.675,0.276,0.535,0.395,0.421,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.276,0.535,1 -0.41,0.452,0.247,0.247,0,0.303,0.692,0.692,0.692,0.517,0.797,0.593,0.421,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.517,0.797,0.92 -0.246,0.456,0.209,0.209,0,0.316,0.692,0.692,0.692,0.579,0.938,0.84,0.421,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.579,0.938,0.77 -0.246,0.443,0.165,0.165,0,0.277,0.675,0.675,0.675,0.499,0.917,0.963,0.421,0.637,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.499,0.917,0.644 -0.246,0.426,0.112,0.112,0,0.33,0.675,0.675,0.675,0.428,0.818,1,0.421,0.652,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.428,0.818,0.54 -0.246,0.413,0.0897,0.0897,0,0.376,0.709,0.709,0.709,0.365,0.731,0.914,0.421,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.365,0.731,0.46 -0.246,0.409,0.0823,0.0823,0,0.303,0.709,0.709,0.709,0.41,0.655,0.827,0.421,0.667,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0.41,0.655,0.402 -0.246,0.421,0.0823,0.0823,0,0.376,0.709,0.709,0.709,0.321,0.535,0.704,0.421,0.652,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.321,0.535,0.379 -0.246,0.482,0.0897,0.0897,0,0.29,0.692,0.692,0.692,0.339,0.567,0.753,0.421,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.339,0.567,0.356 -0.295,0.612,0.142,0.142,0.0223,0.607,0.743,0.743,0.743,0.339,0.546,0.679,0.421,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.339,0.546,0.448 -0.541,0.804,0.277,0.277,0.273,0.989,0.81,0.81,0.81,0.437,0.535,0.667,0.421,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.437,0.535,0.586 -0.885,0.946,0.366,0.366,0.468,0.771,0.844,0.844,0.844,0.775,0.535,0.63,1,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.775,0.535,0.69 -0.885,0.919,0.486,0.486,0.54,0.396,0.81,0.81,0.81,0.989,0.535,0.63,1,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.989,0.535,0.69 -0.885,0.747,0.681,0.681,0.791,0.231,0.793,0.793,0.793,0.802,0.535,0.642,1,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.802,0.535,0.632 -1,0.566,0.785,0.785,0.535,0.165,0.776,0.776,0.776,0.597,0.513,0.667,1,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0.597,0.513,0.552 -1,0.493,0.681,0.681,0.103,0.105,0.743,0.743,0.743,0.392,0.349,0.543,1,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.392,0.349,0.437 -1,0.249,0.471,0.471,0.0529,0.0725,0.692,0.692,0.692,0.276,0.185,0.296,1,0.533,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0.276,0.185,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.426,0.426,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.426,0.426,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.426,0.426,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.416,0.416,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.388,0.388,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.34,0.34,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.284,0.284,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.227,0.227,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.151,0.151,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.359,0.359,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.454,0.454,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.567,0.567,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.785,0.785,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.927,0.927,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.804,0.804,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.558,0.558,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 -1,0.124,0.435,0.435,0,0.0467,0.611,0.611,0.611,0.135,0.104,0.123,1,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.135,0.104,0.138 -1,0.0743,0.435,0.435,0,0.0467,0.596,0.596,0.596,0.0631,0.0805,0.0741,1,0.618,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0.0631,0.0805,0.069 -1,0.0495,0.435,0.435,0,0.0267,0.58,0.58,0.58,0.045,0.046,0.0494,1,0.599,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0.045,0.046,0.046 -1,0.0495,0.435,0.435,0,0.0267,0.565,0.565,0.565,0.027,0.046,0.0247,1,0.581,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0.027,0.046,0.0575 -1,0.0548,0.435,0.435,0,0.0467,0.55,0.55,0.55,0.027,0.0805,0.0494,1,0.599,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0.027,0.0805,0.115 -1,0.15,0.35,0.35,0,0.0733,0.55,0.55,0.55,0.0901,0.127,0.0741,1,0.618,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0.0901,0.127,0.391 -1,0.351,0.331,0.331,0,0.167,0.58,0.58,0.58,0.18,0.253,0.198,1,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.18,0.253,0.897 -0.869,0.444,0.321,0.321,0,0.28,0.611,0.611,0.611,0.279,0.564,0.395,0.421,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.279,0.564,1 -0.41,0.47,0.312,0.312,0,0.307,0.626,0.626,0.626,0.523,0.84,0.593,0.421,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.523,0.84,0.92 -0.246,0.481,0.265,0.265,0,0.32,0.626,0.626,0.626,0.586,0.989,0.84,0.421,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.586,0.989,0.77 -0.246,0.468,0.208,0.208,0,0.28,0.611,0.611,0.611,0.505,0.966,0.963,0.421,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.505,0.966,0.644 -0.246,0.449,0.142,0.142,0,0.333,0.611,0.611,0.611,0.432,0.863,1,0.421,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.432,0.863,0.54 -0.246,0.436,0.113,0.113,0,0.38,0.641,0.641,0.641,0.369,0.771,0.914,0.421,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.369,0.771,0.46 -0.246,0.432,0.104,0.104,0,0.307,0.641,0.641,0.641,0.414,0.69,0.827,0.421,0.843,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.414,0.69,0.402 -0.246,0.446,0.104,0.104,0,0.38,0.641,0.641,0.641,0.324,0.564,0.704,0.421,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.324,0.564,0.379 -0.246,0.513,0.113,0.113,0,0.293,0.626,0.626,0.626,0.342,0.598,0.753,0.421,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0.598,0.356 -0.295,0.661,0.18,0.18,0.0282,0.613,0.672,0.672,0.672,0.342,0.575,0.679,0.421,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0.575,0.448 -0.541,0.869,0.35,0.35,0.345,1,0.733,0.733,0.733,0.441,0.564,0.667,0.421,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.441,0.564,0.586 -0.885,1,0.463,0.463,0.592,0.78,0.764,0.764,0.764,0.784,0.564,0.63,1,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.784,0.564,0.69 -0.885,0.933,0.615,0.615,0.683,0.4,0.733,0.733,0.733,1,0.564,0.63,1,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,1,0.564,0.69 -0.885,0.732,0.86,0.86,1,0.233,0.718,0.718,0.718,0.811,0.564,0.642,1,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.811,0.564,0.632 -1,0.554,0.993,0.993,0.676,0.167,0.703,0.703,0.703,0.604,0.541,0.667,1,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.604,0.541,0.552 -1,0.488,0.86,0.86,0.13,0.107,0.672,0.672,0.672,0.396,0.368,0.543,1,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.396,0.368,0.437 -1,0.249,0.596,0.596,0.0669,0.0733,0.626,0.626,0.626,0.279,0.196,0.296,1,0.674,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.279,0.196,0.299 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv index 31852d78..f1cdbdb3 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv @@ -1,52561 +1,52561 @@ -occupants,lighting_interior,lighting_exterior,lighting_garage,lighting_exterior_holiday,cooking_range,refrigerator,extra_refrigerator,freezer,dishwasher,clothes_washer,clothes_dryer,ceiling_fan,plug_loads_other,plug_loads_tv,plug_loads_vehicle,plug_loads_well_pump,fuel_loads_grill,fuel_loads_lighting,fuel_loads_fireplace,pool_pump,pool_heater,hot_tub_pump,hot_tub_heater,hot_water_dishwasher,hot_water_clothes_washer,hot_water_fixtures -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0.8,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,1,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,1,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0.8,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.165 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0989 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0.5,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.473,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.435,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.745,0,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.366 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0.3,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0.3,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,0.3,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.44,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,1,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.31,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.212,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.212,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.652,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0.8,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.755,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.538,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.603,0,0.244 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.488 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.375,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.239,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0.8,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.201,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.511,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.179,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.179,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.538,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.38,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.505,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.164 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.286 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.336 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0671 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.25 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.176 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.281 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.366 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.254 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0677 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0677 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.648 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.462 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.674,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.247,0,0.122 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.247,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.245,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.511,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0.8,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.467,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0.3,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0.2,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.234,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.333,0.234,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.366 -0.667,0.418,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.641 -0.667,0.418,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0695 -1,0.798,0.741,0.741,0.346,0.3,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.209 -1,0.798,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.798,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128 -1,0.798,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.404 -1,0.979,0.881,0.881,0.593,0.3,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.169 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.101 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.0495,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.0495,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.0495,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.168 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.168 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.161 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0965 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.158 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.063 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.287 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0.8,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0321 -1,0.253,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0963 -1,0.253,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.449,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.449,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.162 -1,0.449,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0649 -1,0.449,0.657,0.657,0,0.4,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.201 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.175 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.262 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.256 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.366 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.15 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.657 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.278 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.209 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.488 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.171 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.308 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0.3,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.333,0.196,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.447,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.488 -1,0.602,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.667,0.669,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.669,0.881,0.881,0.593,0.8,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0.593,0.7,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.168 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.134 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.488 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.198 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.231 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.677,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.528 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0647 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.158 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0949 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.162 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.398 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0.3,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.176 -1,0.0495,0.503,0.503,0,1,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0352 -1,0.0513,0.461,0.461,0,1,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,1,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,1,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0.3,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.166 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0664 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.279 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0348 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.244 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.167 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.366 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.343,0.447,0.447,0,0.3,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.677,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.677,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.366 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.346 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.104 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.488 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.292 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.339 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.167 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.335 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0335 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0.3,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.153 -0.667,0.0513,0.461,0.461,0,1,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.061 -0.667,0.0833,0.503,0.503,0,0.2,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.219 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.148 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0.3,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.299 -1,0.253,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0309 -1,0.316,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.28 -1,0.316,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0.9,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0.5,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.516,0,0.258 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.418,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.272,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.255,0,0.0642 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.44,0,0.0642 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.171,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0.9,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.171,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.444 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0654 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.465 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.137 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.307 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.343 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.687 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.36 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.451,0,0.122 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.462,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.543,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.489,0,0 -0.667,0.418,0.545,0.545,0.0288,0,0.672,0.672,0.672,0.8,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.342,0,0 -0.667,0.418,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.353,0,0.366 -0.667,0.418,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.451,0,0.122 -0.667,0.418,0.545,0.545,0.0288,0.8,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.548,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0.346,0.8,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0.5,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.467,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,1,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.321,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,1,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.462,0,0.366 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.533,0,0.488 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0.9,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.251 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.363,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.363,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.511,0,0 -0.667,0.363,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.217,0,0.244 -0.667,0.363,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.174,0,0 -0.667,0.363,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.677,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.679,0,0 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0.8,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.348,0,0 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.386,0,0 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.366 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.488 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.122 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.122 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.158 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0947 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0917 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.247 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.174 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0698 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.24 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0953 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.127 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.488 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.173 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.242 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0.8,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0.667,0.196,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.548,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.488 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.312 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.203 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.174 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0347 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.151 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.366 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0.3,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.181,0.336,0.336,0,0.2,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.488 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.177 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0355 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.288 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.172 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0.8,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.355,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.355,0.601,0.601,0,0.8,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.316,0.657,0.657,0,0.8,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.183,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.183,0.657,0.657,0,0.8,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.366 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.366 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.125 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.343,0.447,0.447,0,0.8,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.272 -0.667,0.343,0.447,0.447,0,0.8,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.548,0.741,0.741,0,0.8,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.24 -0.667,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.669,0.881,0.881,0,0.9,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.161 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.129 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.207 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.207 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.212 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.164 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0654 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.244 -1,0.117,0.503,0.503,0,0.3,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.253,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0.8,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.173 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0346 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.244 -0.333,0.0495,0.657,0.657,0,0.8,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.122 -0.333,0.0495,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.122 -0.333,0.192,0.475,0.475,0,0.3,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,1,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.309,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,1,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.0386,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0.9,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.567,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.4,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.309,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.2,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.185,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.369,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.361,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.283,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.073,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.618,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.361,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.0386,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.185,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.223,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.496,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.47,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.21,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.395,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.309,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.361,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.348,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.283,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.21,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.429,0.244 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.296,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.223,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.717,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.0601,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.309,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.369,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.249,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.433,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.618,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.0386,0.488 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.605,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.361,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.33,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.283,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.27,0.122 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.348,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.159,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.0386,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.0129,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.562,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.18,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.27,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.0601,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.223,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.21,0.156 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0938 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.361,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.296,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.309,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.459,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.433,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.322,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.137,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.283,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.149 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0298 -0.333,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.333,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.333,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.122 -0,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.244 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0.5,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.296,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,1,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,1,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.532,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,1,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.408,0.122 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0.8,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.5,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.258,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.481,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.174,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,1,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.148,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,1,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.0987,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,1,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,1,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.348,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.335,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.296,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.309,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.0386,0 -0.333,0.181,0.336,0.336,0,0.8,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.0987,0 -0.333,0.181,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.283,0 -0.667,0.313,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0.3,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.395,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.0601,0.122 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.236,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.296,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.137,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.172,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.258,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.605,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.373,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.283,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.488 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0.5,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.15,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0.9,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0.4,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.172,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,1,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.223,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,1,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.137,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,1,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.652,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,1,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.249,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0.5,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.618,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.541,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.691,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.335,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.249,0.122 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.361,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.322,0.122 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.193,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.451,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.0386,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.412,0.122 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.451,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.609,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.446,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.369,0.244 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.27,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.395,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.369,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.318,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.421,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.361,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.348,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.137,0.122 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.369,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.172,0.488 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.249,0.244 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.0515,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.122 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.175 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.14 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.148 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.61 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0.8,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0.9,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.488 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.979,0.881,0.881,0,0.8,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0.7,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0.8,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0.7,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.168 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.336 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.163 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.13 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,1,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.446,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,1,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.0601,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,1,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,1,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.137,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0.3,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.249,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,1,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.481,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,1,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.335,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,1,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.21,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0.2,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.468,0 -0.333,0.299,0.741,0.741,0,0.8,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.283,0 -0.333,0.299,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.223,0 -0.333,0.299,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.669,0.881,0.881,0,0.4,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.488 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,0,0.8,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0.7,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.143 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.204 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.488 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.153 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0612 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.171 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0684 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.122 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.335 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.56,0,0.0335 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.446,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.475,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.554,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.475,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.582,0,0.122 -1,0.477,0.475,0.475,0,0.8,0.626,0.626,0.626,0.8,0,0,0.475,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,0.3,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.667,0.334,0.336,0.336,0,0.8,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0.3,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0.5,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.283,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0.9,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0.4,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.283,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,1,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.296,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,1,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.0386,0.244 -1,0.49,0.447,0.447,0,0,0.626,0.626,0.626,0,0,1,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,1,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0.5,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.147 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.333,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.333,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.333,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.333,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -0.333,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.333,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.122 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.159 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.154 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.161 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.244 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.536 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.034 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.206 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.366 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.25 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.176 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.211 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.136 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.068 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.173 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0691 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.134 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0.8,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -1,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.343,0.447,0.447,0,0.8,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.366 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.488 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.488 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.173 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0691 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.165 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.264 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.334 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.1 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.366 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.488 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.244 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0.3,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.333,0.196,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.366 -0.333,0.196,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.192,0.336,0.336,0,0.4,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,1,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.549,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,1,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.416,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,1,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.185,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,1,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.309,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0.3,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.258,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,1,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,1,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.137,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,1,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.223,0.366 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0.2,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.652,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.318,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.438,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.27,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.185,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.438,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.391,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.667,0.18,0.392,0.392,0,0.8,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0.7,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.366 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0,0.0495,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0,0.0495,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0.5,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.467,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.31,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.587,0,0.244 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.484,0,0.244 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.538,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0.9,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.538,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.457,0,0.244 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.462,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.321,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.288,0,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0.5,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,1,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.397,0,0.366 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,1,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.473,0,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,1,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,1,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.408,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0.3,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.538,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.261,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.31,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.337,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,1,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.304,0,0.122 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,1,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.185,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,1,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.185,0,0.165 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,1,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.505,0,0.376 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0.8,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.366 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.164 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0656 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.607 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.238 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0.8,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.203 -0.667,0.316,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0.9,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.164 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0657 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.408,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.359,0,0.122 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.338 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.337,0,0.67 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.679,0,0.122 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,1,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,1,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0.4,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0.8,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0.7,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.418,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.418,0,0.244 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.386,0,0.488 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.37,0,0.244 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0.8,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.488 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -0.667,0.0495,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.0495,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.488 -0.667,0.0495,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -0.667,0.0495,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.0495,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.0495,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.165 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.033 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.315 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.168 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.134 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.33 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.236 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.325 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.261 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.12 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.648 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.25 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.408 -0.667,0.313,0.336,0.336,0,0.8,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.181,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0,0.0495,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0,0.0495,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0,0.0495,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0,0.0495,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0,0.0495,0.447,0.447,0,0.3,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.146 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.177 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.248 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.235 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,1,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.361,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,1,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.309,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0.9,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0.4,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.223,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,1,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.361,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0.2,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.488 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.548,0.741,0.741,0,0.8,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.241 -0.667,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.366 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0,0.4,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.143 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.255 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.159 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0952 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.244 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.122 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.164 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0327 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.302 -1,0.316,0.657,0.657,0,0.8,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0.7,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.315,0.433,0.433,0,0.3,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0.2,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.285 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.61 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.732 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.0495,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.258,0.465,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.333,0.0495,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.258,0.465,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.0495,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.258,0.465,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.466 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.417 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.417 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.188 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0938 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.276 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.122 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.122 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0625 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.247 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.331 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.13 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.525 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.153 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.061 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.231 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.164 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.131 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.5 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.167 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0669 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.366 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.706 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.068 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0.5,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.0601,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,1,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.532,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,1,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0.4,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.361,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0.9,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,1,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.249,0 -1,0.49,0.447,0.447,0,0.3,0.626,0.626,0.626,0,0,1,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -1,0.49,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0.3,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,0.8,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -1,0.49,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,1,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.223,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,1,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.309,0.244 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,1,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.258,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,1,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.361,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0.3,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.296,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.296,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.395,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.296,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.0258,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,1,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.361,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0.5,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.296,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.545,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.223,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.421,0.122 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.309,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.124,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.635,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.451,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.464,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.476,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.275,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.249,0.366 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.137,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.73,0 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.506,0 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.356,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.73,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.322,0.366 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.223,0 -1,0.249,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.699,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.309,0 -1,0.249,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.699,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.296,0 -1,0.249,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.699,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.348,0 -1,0.249,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.699,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.249,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.699,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.249,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.699,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.124,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.559,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.273,0 -1,0.124,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.559,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.682,0 -1,0.124,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.559,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.433,0 -1,0.124,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.559,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.124,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.559,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.488 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.244 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.297 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.14 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,1,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.584,0.335 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,1,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.309,0.134 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,1,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.309,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,1,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.112,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0.3,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.0129,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,1,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,1,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.283,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,1,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.283,0 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0.2,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.464,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.391,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.485,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.309,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0.361,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0.258,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.122 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.488 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.798,0.741,0.741,0,0.8,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.457,0,0 -0.667,0.669,0.881,0.881,0,1,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.391,0,0 -1,0.979,0.881,0.881,0,1,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0.9,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.522,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,1,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.451,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0.8,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.783,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.337,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.364,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.489,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.495,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.364,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.366 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.282 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.366 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.21,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.53,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.122 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.159 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0635 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.182 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.138 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.346 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0346 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.246 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.61 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.534 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.268 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.198 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,1,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.494,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0.4,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.0858,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0.9,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.532,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.21,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,1,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.464,0 -0.667,0.669,0.881,0.881,0,0.3,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.215,0.29 -0.667,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.361,0.303 -0.667,0.677,0.937,0.937,0,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.545,0 -0.667,0.677,0.937,0.937,0,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.0386,0 -1,0.991,0.937,0.937,0,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0.3,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.0258,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.27,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.0386,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.433,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.204 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.255 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.261 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0.8,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0.3,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.167 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.34 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.136 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.146 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.47 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.171 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.381 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.271 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.488 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.541 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.28 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.192 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.351 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.349 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.282 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.494 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.344 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.207 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.406 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0.8,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,1,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.156 -0.333,0.234,0.545,0.545,0,1,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.299,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.332 -1,0.798,0.741,0.741,0,0.9,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0332 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0.5,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.44,0,0.122 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,1,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.549,0,0.162 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,1,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.739,0,0.0323 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,1,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.348,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,1,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.488 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0.3,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.601 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.488 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0899 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.252 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.342 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.549 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.355,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.338 -1,0.355,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.355,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.141 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0706 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.338 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.389 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.244 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.404 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.265 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0.5,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.236,0.0799 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0.9,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0.4,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.0258,0 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.433,0.366 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.361,0.142 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.0386,0 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.5,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.618,0.244 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.296,0.204 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.545,0.122 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.309,0.122 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.369,0 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.176 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.35 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.308 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0.8,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.366 -0.667,0.418,0.545,0.545,0,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.979,0.881,0.881,0,0.5,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.732 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.473 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.176 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.176 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.176 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.351 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.246 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.374 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0.3,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.244 -0.667,0.334,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.343,0.322,0.322,0,0.3,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.488 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.488 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.299,0.741,0.741,0,0.8,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.299,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.299,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.548,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.677,0.937,0.937,0,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -1,0.677,0.937,0.937,0,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.157 -1,0.677,0.937,0.937,0,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0941 -1,0.991,0.937,0.937,0,0.7,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.191 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.136 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.238 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,1,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.0386,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,1,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.309,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0.9,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.416,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0.4,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.476,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,1,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.262,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,1,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.223,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,1,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,1,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0.5,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,0.8,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.154 -1,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.192,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.343,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.343,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.343,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.343,0.322,0.322,0,0.9,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.366 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0.5,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.478,0,0 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,1,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.511,0,0 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,1,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.489,0,0.122 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,1,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.337,0,0 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,1,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.293,0,0 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0.3,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.366 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -1,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -1,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.416 -1,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.206 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.49,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -1,0.49,0.447,0.447,0,0.8,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.193 -1,0.49,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,0.3,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.649 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0642 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.161 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.34 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.204 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.269 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.172 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.137 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.244 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.366 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.122 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.158 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.215 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.169 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0674 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.338 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0338 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,1,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.0987,0 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,1,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.258,0.3 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,1,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.268 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,1,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.15,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0.3,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.258,0 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,1,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.506,0.244 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0.6,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.234,0.51 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.582,0 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.159,0 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.15,0.477 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.519,0.122 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.21,0.122 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.335,0.794 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.0987,0 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.545,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.234,0.163 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.444,0.098 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.343,0 -1,0.49,0.447,0.447,0,0.3,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.49,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.34 -0.667,0.343,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0312 -0.667,0.418,0.545,0.545,0,0.8,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.167 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.167 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.196 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.117 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.174 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0695 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.188 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.153 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0306 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.732 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.61 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.366 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.366 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.105 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.318 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.104 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.158 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0634 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.144 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0.8,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0.3,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.643 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0622 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.326 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.353 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0353 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.348 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.367 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.244 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.244 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.31 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.163 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.163 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0.8,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0.7,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.488 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.386,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,1,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.375,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.364,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.429,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0.8,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.488 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.366 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.242 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.161 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0644 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.207 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.117,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.334 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0.5,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.505,0.421,0.1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,1,0.9,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.511,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,1,0,0.4,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,1,0,1,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.418,0,0.188 -0.667,0.253,0.601,0.601,0,0,0.58,0.58,0.58,1,0,1,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.348,0,0 -0.667,0.316,0.657,0.657,0,0.8,0.611,0.611,0.611,0.8,0,1,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.348,0,0 -0.667,0.316,0.657,0.657,0,1,0.611,0.611,0.611,0,0,1,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.299,0,0 -0.667,0.316,0.657,0.657,0,1,0.611,0.611,0.611,1,0,1,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.316,0.657,0.657,0,0.3,0.611,0.611,0.611,1,0,1,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.37,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0.1,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.332,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.484,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.723,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0.4,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.122 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.429,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.413,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.467,0,0.122 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.538,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.19,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.19,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.366 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.366 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0.5,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.402,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.717,0,0.122 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.679,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.242,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.242,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0.3,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.366 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.488 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0,0.3,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0,1,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0,0.0495,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0.3,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.488 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.161 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0624 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.187 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.238 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.034 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0651 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.26 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.225 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.154 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.431 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.374 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.169 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0671 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.336 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.216 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0.5,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,1,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.191 -0.667,0.316,0.352,0.352,0,1,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.274 -0.667,0.307,0.338,0.338,0,1,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,1,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,1,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,1,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,1,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0.1,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.366 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.488 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.595,0.887,0.887,0,0.5,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.246 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.105 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.196,0,0.239 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0.7,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.196,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,1,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.435,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,1,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.342,0,0.348 -1,0.913,1,1,0,0,0.716,0.716,0.716,1,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.402,0,0.0691 -1,0.913,1,1,0,0,0.716,0.716,0.716,1,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.576,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.233 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.244 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.247 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.141 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0438 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.131 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.246 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.176 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0.5,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.244 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.244 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.258,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0.7,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.258,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.397,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.489,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.424,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.516,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.22,0,0.488 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.22,0,0.244 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.488 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.333,0.36,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.333,0.36,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0.333,0.36,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.333,0.337,1,1,0,0,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.333,0.337,1,1,0,0,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.333,0.337,1,1,0,0,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -0.333,0.337,1,1,0,0,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.366 -0.333,0.337,1,1,0,0,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.189 -0.333,0.337,1,1,0,0,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.1 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0.2,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,1,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.0987,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0.3,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.0987,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,1,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,1,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.446,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,1,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.571,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,1,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,1,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.738,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,1,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.0386,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0.3,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.0999 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.333 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0.8,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0.296,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,1,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0.627,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,1,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0.605,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0.2,0.1,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0.073,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,1,0.424,0.57,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,1,0.424,0.57,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0.369,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,1,0.424,0.57,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0.309,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,1,0.424,0.57,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0.6,0.424,0.57,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0.249,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.106 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.177 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.15 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.446,0,0.1 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0.8,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.223,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,1,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.489,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,1,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.505,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,1,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.429,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0.9,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.467,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.207,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.207,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0.1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.667,0.322,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0.5,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.366 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.488 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.458 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.28 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.242 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0349 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.471 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0349 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.13 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.262,0 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.185,0 -1,0.124,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.563,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.124,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.563,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.124,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.563,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -0.667,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.222 -1,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.1 -0.667,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.268 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0926 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.278 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.599 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0323 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.259 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.244 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.244 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.366 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.244 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.667,0.322,0.451,0.451,0,0.6,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.61 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0.4,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.488 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.244 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.366 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.244 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.092 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.214 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.066,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.433,0.57,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.066,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.433,0.57,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0633 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.127 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.232 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0662 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.139 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.315 -0.667,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.355 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.106 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.244 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0682 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0341 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.284 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0473 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.377 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.462 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0.7,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.0987,0.229 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,1,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.0987,0.0983 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,1,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.605,0.122 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,1,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.433,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0.8,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.27,0.0695 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0.5,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.348,0.47 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,1,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.494,0.0695 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,1,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.27,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,1,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.0258,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,1,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.249,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,1,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0.8,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.498,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.395,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.366 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.579,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.395,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.322,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.309,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.0386,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.322,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.258,0.366 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.137,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.369,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.532,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.249,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.296,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.172,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.27,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.27,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.335,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.0987,0.244 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.459,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.185,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.258,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.223,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.609,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.172,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.558,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.0644,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.112,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.236,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.815,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.429,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.322,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.356,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.361,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.584,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.609,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.172,0.366 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.224 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0962 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0.5,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.243 -1,0.98,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.98,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,1,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,1,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0.1,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.244 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0657 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.131 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.182 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.245 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0701 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.128 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.481 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.417 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.135 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0335 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.268 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.37 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.427 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.325 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.432 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.477 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.105 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.134 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.201 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0622 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.215 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.366 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.228 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0325 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0.1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.366 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.244 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.243 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.244 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0668 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.234 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.366 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0678 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.136 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.15,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.413 -1,0.15,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.284 -1,0.15,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.237 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.203 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0.2,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.132 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,1,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.644,0.0661 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,1,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.322,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0.8,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.285,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0.5,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.135,0.122 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,1,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.137,0.122 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,1,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.455,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,1,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.236,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,1,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.27,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0.2,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.382,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.704,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.335,0.122 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.197,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.283,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.455,0.122 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.322,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.309,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,1,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.481,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.366 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0645 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.129 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.366 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.488 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.19,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0.7,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.19,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,1,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.56,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,1,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.576,0,0.122 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,1,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.511,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,1,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.227 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.283,0,0.675 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.435,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.571,0,0.265 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.353,0,0.188 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.366 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.49 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.401 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.244 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.244 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.122 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.063 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.189 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.141 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0704 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.126 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.268 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0.5,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.367 -1,0.351,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.137 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.366 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.326,0,0.122 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.7,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,1,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.603,0,0.122 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,1,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.793,0,0 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,1,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.348,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,1,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.245,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.582,0,0.244 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.397,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.636,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.554,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.185,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.185,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.647,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.386,0,0.122 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.538,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0682 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.341 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.204 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0577 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0866 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0.7,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.361,0 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,1,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.296,0 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,1,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.27,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0.3,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.0601,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,1,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,1,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.0601,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,1,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.309,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,1,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.244 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,1,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.567,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,1,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.369,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0.3,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.124,0.122 -0.667,0.367,0.549,0.549,0,0.5,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.0987,0 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.197,0 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.481,0.122 -1,0.526,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.0129,0.122 -1,0.526,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.373,0 -1,0.526,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.554,0 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.21,0 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0.2,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0651 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.35 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.366 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.24 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0701 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.175 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.244 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.165 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.122 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.122 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0658 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.329 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.167 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0661 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.33 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0661 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.21 -0.667,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -1,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -1,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.366 -1,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.366 -1,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.366 -1,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -1,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -1,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -1,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -1,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -1,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.61 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.667,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.131 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0912 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0608 -1,0.868,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -1,0.868,0.887,0.887,0,0.6,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.366 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.189 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.234 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.302 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0504 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0641 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.16 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.389 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0321 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0671 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.29 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0646 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0969 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.244 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.533,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.8,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,1,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.549,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,1,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.554,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,1,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.516,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.9,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.193,0.324,0.324,0,0.6,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.193,0.324,0.324,0,1,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0976 -1,0.193,0.324,0.324,0,1,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0976 -1,0.193,0.324,0.324,0,0.4,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.242 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.138 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0974 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.162 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -1,0.436,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.338,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -1,0.436,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.338,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -1,0.436,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.338,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.435,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0.8,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,1,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.402,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,1,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.402,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,1,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.478,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0.9,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.283,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.315,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.462,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.723,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.467,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.234,0,0.488 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.435,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.745,0,0 -0.333,0.186,0.451,0.451,0,0.6,0.625,0.625,0.625,0,0.8,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.369,0 -0.333,0.186,0.451,0.451,0,0.9,0.625,0.625,0.625,0,0.7,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.335,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0.6,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.558,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,1,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.296,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,1,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.258,0.244 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,1,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.249,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,1,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.348,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,1,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.545,0.122 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0.7,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.197,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.519,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.27,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.283,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.592,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.244 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.201 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0593 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.363 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.244 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.371 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.244 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.366 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.244 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0.3,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,1,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.249,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0.2,0.1,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.283,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,1,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.0601,0.106 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,1,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.283,0.106 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,1,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.0515,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,1,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0.6,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.185 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.188 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.122 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.244 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0994 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0994 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.35 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.366 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.244 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0.8,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.296,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,1,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.584,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,1,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.579,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0.2,0.1,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.446,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.27,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.258,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.283,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.369,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,1,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0.8,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.567,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.0987,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.366 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.0258,0.244 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.369,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.0258,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.0129,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.395,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.0987,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.0386,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.249,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.249,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.21,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.0601,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.249,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.343,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.21,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.163,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.506,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.506,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.322,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.0987,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.309,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.644,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.249,0 -1,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.27,0 -1,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.322,0 -1,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.322,0.366 -1,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.124,0.488 -1,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.21,0 -1,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.519,0.122 -1,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.185,0 -1,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.249,0.122 -1,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.0386,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.27,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.244 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.459,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.236,0 -1,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -1,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.485,0 -1,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.283,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.27,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0626 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.0605 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.121 -1,0.0495,0.521,0.521,0,0.5,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0649 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.13 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.224 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.122 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.34 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.258 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.61 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.122 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0.5,0.64,0.64,0.64,0,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.322,0.451,0.451,0,0.5,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.244 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.366 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.244 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.61 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0.2,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.187 -0.667,0.595,0.887,0.887,0,0.1,0.762,0.762,0.762,0,1,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.506,0.0651 -0.667,0.67,0.944,0.944,0,0.5,0.731,0.731,0.731,0,1,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,1,0.731,0.731,0.731,0,0.8,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0.5,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,1,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.244 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.239 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.0341 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0703 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.105 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.233 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0639 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.16 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.482 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.242 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.243 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.102 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.224 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.244 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.244 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.366 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.244 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.239 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.341 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.136 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.488 -0,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.366 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0697 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.209 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0,0.0495,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.258,0.465,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0,0.0495,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.258,0.465,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0,0.0495,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.258,0.465,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0,0.0495,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.258,0.465,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0,0.0495,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.258,0.465,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.366 -0,0.0495,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.258,0.465,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -0,0.0495,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0,0.0495,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.61 -0,0.0495,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.15,0.606,0.606,0,0.5,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.15,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.15,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,1,0.579,0.579,0.579,0,0.7,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0.137,0 -0.667,0.15,0.606,0.606,0,1,0.579,0.579,0.579,0,1,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,1,0.579,0.579,0.579,0,1,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0.0386,0 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,1,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.348,0 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0.8,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.485,0 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0.5,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0,1,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.322,0 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0,1,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0,1,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.283,0 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,1,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.309,0.228 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0.2,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.236,0.13 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.472,0 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.498,0 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.395,0.0698 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.0601,0.0349 -0.667,0.337,0.324,0.324,0,1,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.137,0 -0.667,0.337,0.324,0.324,0,1,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.27,0 -0.333,0.193,0.324,0.324,0,1,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.395,0.233 -0.333,0.193,0.324,0.324,0,1,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.481,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.446,0.122 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.532,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.667,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.32,0.244 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.657,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.309,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.309,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.61 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.366 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.244 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.366 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.488 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.61 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.366 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.366 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.244 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0.5,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.232 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.565 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0615 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0615 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.386 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.066 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.0495,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.258,0.465,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.0495,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.258,0.465,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.244 -1,0.0495,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.258,0.465,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.242,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0.7,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.242,0,0.122 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,1,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.435,0,0.122 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,1,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.375,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,1,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.424,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,1,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.538,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,1,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.255,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0.6,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.511,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.244 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0.5,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0.5,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.366 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0611 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0306 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.868,0.887,0.887,0,0.5,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.61 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.67,0.944,0.944,0,0.6,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.243 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0694 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.61 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.488 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.366 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0.5,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,1,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,1,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,0.7,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0.0987,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,1,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0.0987,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,1,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,1,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0.249,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,0.8,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0.309,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,0,0.5,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0.356,0 -1,0.0495,0.507,0.507,0,0.7,0.564,0.564,0.564,0,0,1,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0.258,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,1,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0.6,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0.275,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.488 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0.5,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0627 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.216 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.122 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.136 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,0.2,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,1,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.288,0 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,1,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.236,0 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,1,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0676 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,1,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.67,0.203 -1,0.47,0.479,0.479,0,0,0.625,0.625,0.625,0,0.3,0,0.479,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.296,0 -1,0.47,0.479,0.479,0,0,0.625,0.625,0.625,0,0,1,0.479,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.249,0 -1,0.47,0.479,0.479,0,0,0.625,0.625,0.625,0,0,1,0.479,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.597,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,1,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.446,0.191 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,1,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0.7,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.395,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.185,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.223,0.0665 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.249,0.2 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.283,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.112,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.27,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.236,0.171 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.288,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.768,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.0515,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.755,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.223,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.382,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.283,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.592,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.137,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.0386,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.421,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.408,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.366 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.455,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.309,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.618,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.618,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.0495,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.0495,0.437,0.437,0,0.5,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.25,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0.7,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.25,0,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,1,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.516,0,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,1,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.37,0,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,1,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.37,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,1,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.576,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.366 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.258,0.746,0.746,0,0.5,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.258,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.258,0.746,0.746,0,1,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.67,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.61 -1,0.67,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -1,0.98,0.944,0.944,0,0.2,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.244 -1,0.913,1,1,0,1,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,1,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,1,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0645 -1,0.625,1,1,0,1,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.226 -1,0.727,0.972,0.972,0,0.6,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.366 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0958 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.128 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.21 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.133 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -1,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -1,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0.3,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.397,0,0 -1,0.328,0.338,0.338,0,0,0.609,0.609,0.609,1,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.386,0,0 -1,0.328,0.338,0.338,0,0,0.609,0.609,0.609,1,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.31,0,0 -1,0.328,0.338,0.338,0,0,0.609,0.609,0.609,1,0.8,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.462,0.223,0 -1,0.316,0.352,0.352,0,0,0.609,0.609,0.609,1,0.7,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -1,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0.4,0,0.6,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.481,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.137,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.408,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.395,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,1,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0.7,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.369,0.122 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.172,0.244 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.421,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.67,0.122 -0.667,0.178,0.338,0.338,0,0.6,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.361,0.244 -0.667,0.177,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.567,0 -0.667,0.177,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.137,0 -0.667,0.305,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.296,0.122 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.545,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.519,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.369,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.433,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.0987,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.73,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.258,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.197,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.283,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.395,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.459,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.309,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.488 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.073,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.0858,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.498,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.236,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.592,0.366 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.249,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.15,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.373,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.3,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.342,0.296,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.332,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.315,0.408,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.489,0.124,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,1,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0.4,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.0987,0.244 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.0386,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.275,0.244 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.296,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.258,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.433,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.223,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.592,0.366 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.249,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.395,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0.579,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0.322,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0.481,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.61 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.122 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.488 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.122 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.122 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.102 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0342 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.269 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.303 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0.3,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,1,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.335,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,1,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.137,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0.7,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.258,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0.6,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.0386,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0,1,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.185,0 -1,0.449,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.352,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -1,0.449,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.352,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.21,0 -1,0.449,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.352,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.249,0 -1,0.449,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.352,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.485,0 -1,0.449,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0.7,0.352,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -1,0.449,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.352,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.395,0 -1,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.275,0 -1,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.275,0 -1,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.618,0 -1,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.366 -1,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -1,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -1,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.305,0.394,0.394,0,0.6,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.305,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -1,0.305,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.366 -1,0.305,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.366 -1,0.307,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.366 -1,0.307,0.437,0.437,0,1,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.307,0.437,0.437,0,0.5,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -1,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -1,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.366 -1,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -1,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -1,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.346 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.325 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0.3,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.435,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.348,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.272,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.755 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.37,0,0.154 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.4,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.132 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.56,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.375,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.424,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.196 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.462 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.16 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.488 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.376 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0318 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0654 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.262 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.206 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.138 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.415 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.1 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.201 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.244 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.366 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.122 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.366 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.185 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0627 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.274 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.206 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.189 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0354 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.177 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.488 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.067 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.201 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.24 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.351 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.315 -0.667,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.229 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.131 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.2 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0667 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.19,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.19,0.479,0.479,0,0.7,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0917 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.244 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0.2,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0692 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,1,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.528,0.208 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,1,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.361,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,1,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.0258,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,1,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.369,0.261 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0.3,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.0386,0.0694 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,1,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,1,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.309,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,1,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.283,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,1,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.605,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0.7,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.0987,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.361,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.0987,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.309,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.605,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.631,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.369,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.296,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.369,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.135 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.536 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.033 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.244 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.244 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.366 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.366 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.241 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.138 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.244 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.122 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0.5,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,1,0.549,0.549,0.549,0,0.2,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0619 -1,0.0495,0.507,0.507,0,1,0.549,0.549,0.549,0,1,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0.335,0.124 -1,0.351,0.606,0.606,0,1,0.579,0.579,0.579,0,1,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0.532,0 -1,0.351,0.606,0.606,0,1,0.579,0.579,0.579,0,1,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0.309,0 -1,0.351,0.606,0.606,0,1,0.579,0.579,0.579,0,1,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0.3,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.162 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,1,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,1,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,1,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.296,0.0698 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,1,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.309,0.349 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0.7,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.21,0.174 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.223,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.373,0 -0.333,0.19,0.479,0.479,0,0.8,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.322,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.283,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.0987,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.249,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.0858,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.296,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.335,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.137,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.395,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.0515,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.481,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.0987,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.0987,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.0601,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.708,0.122 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.283,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.296,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.446,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.262,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.258,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.366 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.876,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.249,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.0601,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.249,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.528,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.258,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.296,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.567,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.27,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.704,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.373,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.283,0.244 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.532,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.309,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.356,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.567,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.185,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0.5,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.466,0.746,0.746,0,0.5,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.244 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.244 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0696 -0.667,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.139 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.197 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0986 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.244 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.191 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,0.5,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.116,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0.1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.244 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.244 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.366 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.244 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.17 -0.667,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.208,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.208,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.208,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0694 -1,0.526,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.278 -1,0.674,0.746,0.746,0,0.6,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.244 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.192 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.139 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.366 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.237 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.203 -1,0.727,0.972,0.972,0,1,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.638,0.831,0.831,0,1,0.67,0.67,0.67,0,0,0,0.831,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,1,0.67,0.67,0.67,0,0,0,0.831,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0641 -1,0.638,0.831,0.831,0,1,0.67,0.67,0.67,0,0,0,0.831,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0962 -1,0.442,0.831,0.831,0,1,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,1,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.246,0.831,0.831,0,0.1,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.242 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0693 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0666 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0333 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.366 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.244 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.366 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.244 -0,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.244 -0,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.0495,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.0495,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -0.333,0.0495,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.0495,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.0495,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.244 -0.667,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.322,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.468,0.644,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.322,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.468,0.644,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.322,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.468,0.644,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.322,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.468,0.644,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.322,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.468,0.644,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.322,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.468,0.644,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.36,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.36,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.36,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.36,0.944,0.944,0,0.5,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.36,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.36,0.944,0.944,0,1,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.337,1,1,0,1,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.337,1,1,0,1,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.337,1,1,0,1,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.337,1,1,0,1,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.337,1,1,0,1,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.337,1,1,0,0.1,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.244 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.244 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.122 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.122 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0.6,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.15,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.333,0.0495,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.333,0.0495,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0.1,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.122 -0.333,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.122 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.22 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.594 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.369 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.243 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.194 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.355 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.295 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.226 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.173 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.24 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,1 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.195 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.142 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0958 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0639 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.22 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.366 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0.1,0.67,0.67,0.67,0,0.3,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,1,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.348,0 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,1,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.567,0 -0.667,0.466,0.746,0.746,0,1,0.731,0.731,0.731,0,1,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.466,0.746,0.746,0,1,0.731,0.731,0.731,0,1,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.494,0 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0.2,0.1,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.197,0 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0,1,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0,1,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.674,0.746,0.746,0,1,0.731,0.731,0.731,0,0,1,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.868,0.887,0.887,0,1,0.762,0.762,0.762,0,0,1,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0.1,0.762,0.762,0.762,0,0,0.6,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0.8,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.073,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,1,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.27,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,1,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.348,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,1,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.283,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0.7,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0.6,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.249,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,1,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.236,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,1,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.137,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0.5,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.244 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.0601,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.73,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.361,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.236,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.335,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.348,0 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.217 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0949 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.236 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.202 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.244 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.103 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.206 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0997 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.266 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -1,0.432,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.394,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.432,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.394,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.432,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.394,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.432,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.394,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.432,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.394,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.432,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.394,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.488 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.488 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.488 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.488 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.244 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0.8,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.249,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0.7,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0.6,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.519,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,1,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,1,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,1,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.122 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,1,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,1,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0.7,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.283 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.283 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.053,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.396,0.558,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.053,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.396,0.558,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0657 -1,0.053,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.396,0.558,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.328 -1,0.15,0.507,0.507,0,0.5,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.15,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.15,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.15,0.507,0.507,0,0.5,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.162 -1,0.15,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.15,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0611 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.122 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.204 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.136 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.139 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.519 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.206 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.172 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.171 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.205 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.366 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.122 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0671 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.168 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.466 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0635 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,0.5,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.367,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.244 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.366 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.244 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.366 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0.2,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,1,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.618,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,1,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.369,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0.8,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0.5,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.258,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,1,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,1,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,1,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,1,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0.2,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.488 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.122 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.233 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -0.667,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0.5,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0691 -0.667,0.0495,0.507,0.507,0,1,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.345 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0345 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0.1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0673 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.303 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0324 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.13 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0503 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.201 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.244 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.431 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0.5,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.122 -0.333,0.177,0.394,0.394,0,1,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0.5,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.488 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.366 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.208,0.549,0.549,0,0.5,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.366 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.255,0,0.244 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.7,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.255,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.5,0,0.122 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.435,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,1,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.522,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,1,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.248,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.496,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.614,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.375,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.397,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.375,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0.5,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,1,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,1,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.727,0.972,0.972,0,1,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.727,0.972,0.972,0,1,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.223,0,0 -1,0.727,0.972,0.972,0,1,0.701,0.701,0.701,0.7,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.223,0,0 -1,0.727,0.972,0.972,0,0.6,0.701,0.701,0.701,1,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.505,0,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,1,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.603,0,0.122 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,1,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.429,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,1,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.408,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.37,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.386,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.321,0,0.122 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.168,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.168,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.56,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.69,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.342,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.37,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.277,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.717,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.288,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.288,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.244 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.244 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.244 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.122 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.366 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.122 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0674 -0.667,0.0495,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.135 -0.667,0.251,0.606,0.606,0,0.5,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.366 -0.667,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.244 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.205 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0308 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.154 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0.6,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.165 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0992 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.122 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.244 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.244 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.122 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0.2,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.424,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,1,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.462,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,1,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.451,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,1,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,1,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.592,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0.5,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.283,0,0.122 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.208,0.549,0.549,0,0.5,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.122 -0.333,0.208,0.549,0.549,0,1,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.366 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.244 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.122 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.122 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.304,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.304,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.353 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0707 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,0.3,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.167 -1,0.114,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.267 -1,0.114,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0688 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.172 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.175 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.245 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.406 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.162 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0.5,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.296,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,1,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,1,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.223,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,1,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.348,0.488 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0.9,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.421,0.244 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.4,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.21,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,1,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.159,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,1,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.7,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.459,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.354,0.366 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.217,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.236,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.366 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.61 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0.3,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.174,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.413,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.321,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.226,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.226,0,0 -0.667,0.395,0.59,0.59,0,0.8,0.949,0.949,0.949,1,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.353,0,0.244 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0.6,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.538,0,0.122 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.571,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.549,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.429,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.663,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.234,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.176 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.211 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.467 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.173 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0345 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.269 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.279 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.244 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.366 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.244 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0.8,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.175,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0.1,0.831,0.831,0.831,0.5,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.603,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.527,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.5,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.288,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.288,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0.1,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.321,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.321,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.115 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.162 -0.667,0.395,0.59,0.59,0,0.3,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.615 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.164 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0328 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.114 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.203 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.338 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.135 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.612 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.102 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.237 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.304 -0.667,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.344 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.435 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.173 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.311 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.162 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0972 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.157 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.164 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.0656 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.463 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.0681 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.488 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.244 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.281 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0651 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0976 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.171 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.316 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0.5,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.62,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.516,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.245,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.277,0,0.144 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,1,0.5,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.603,0.0987,0.122 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,1,1,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.223,0,0.244 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0.6,1,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.223,0.451,0.526 -1,0.409,0.312,0.312,0,0.3,0.831,0.831,0.831,0,0.4,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.292,0.122 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0.9,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,1,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,1,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.29,0.345,0.345,0,1,0.831,0.831,0.831,0,0,1,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0.3,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0.3,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.366 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0.1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.799,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.277,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.554,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.386,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,1,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.283,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0.6,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.342,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.366 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0.5,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.321,0.283,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,1,1,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.391,0.195,0.122 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,1,1,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.47,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,1,0.4,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.56,0.567,0.122 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0.9,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.25,0.418,0.366 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,1,0,1,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.304,0.431,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,1,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.1,0,1,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.255,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0.7,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.668,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.245,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.245,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0.5,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.304,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.533,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.473,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.533,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.315,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,1,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.196,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0.6,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.196,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.408,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.277,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.174,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.174,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.391,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.337,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.408,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.522,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.424,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.223,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.62,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.222 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0923 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0923 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.228 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0958 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.128 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.172 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.141 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.206 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0344 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.154 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.667,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.667,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.366 -0.667,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.366 -0.667,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.0495,0.278,0.278,0,0.3,0.791,0.791,0.791,0,0,0,0.258,0.465,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.667,0.0495,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.258,0.465,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.0495,0.278,0.278,0,1,0.791,0.791,0.791,0,1,0,0.258,0.465,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.236,0 -0.667,0.0495,0.278,0.278,0,1,0.791,0.791,0.791,0,0.4,0,0.258,0.465,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.137,0 -0.667,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0.9,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.27,0 -0.667,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.601,0 -0.667,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.202,0 -0.667,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.7,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.322,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.0129,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.309,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.249,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.309,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.309,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.21,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.382,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.309,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.667,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0,0.0495,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0,0.0495,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0,0.0495,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0,0.0495,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0,0.0495,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0,0.0495,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.258,0.465,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0,0.0495,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.258,0.465,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0,0.0495,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.258,0.465,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.366 -0,0.0495,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.258,0.465,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0,0.0495,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.258,0.465,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0,0.0495,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.258,0.465,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.333,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -0.333,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.333,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.333,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.333,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.333,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.333,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.333,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.333,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.333,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.333,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.333,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,1,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.532,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0.4,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.459,0 -0.667,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0.9,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.348,0 -0.667,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,1,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.185,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,1,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.0987,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,1,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,1,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.309,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,1,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.348,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0.3,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0.27,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0.309,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0.0601,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0.438,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.533,0,0 -1,0.124,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.445,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0.206,0 -1,0.124,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.445,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0.567,0 -1,0.124,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.445,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0.283,0.61 -1,0.124,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.445,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0.386,0.122 -1,0.124,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.445,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0.335,0 -1,0.124,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.445,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0.506,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0.433,0.122 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0.421,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0.309,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0.361,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.258,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.283,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.258,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.0601,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.185,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.283,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.172,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.189,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.468,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.481,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.122 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0.3,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.122 -1,0.147,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.122 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.122 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0.9,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0.5,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.228,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.457,0,0.176 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.413,0,0.282 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.342,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0.1,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.204 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.415 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.343 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.343 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.488 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.165 -1,0.426,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.277 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,1,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.0601,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,1,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.21,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0.9,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.506,0.244 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.4,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.519,0.366 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.27,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.296,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.348,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.348,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.2,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.0129,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.185,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.369,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0.8,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0.5,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.366 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.457,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.37,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.332,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.62,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0.6,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.864,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.261,0,0.366 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.56,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.625,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.462,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.488 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.153 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.405 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.244 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.244 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.194 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,1,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.513,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,1,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.577,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,1,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,1,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.0987,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0.4,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.348,0.488 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0.9,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.309,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.665,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.644,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.464,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.292,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.3,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.348,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.309,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.258,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.288,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.0258,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.21,0.122 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.258,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.382,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.283,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.249,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.369,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.258,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.0987,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.408,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.258,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.382,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.348,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.073,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.558,0 -0.667,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.258,0.122 -0.667,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.618,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.15,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.137,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.137,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.0987,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.395,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.283,0.122 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0.5,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.451,0.609,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,1,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.446,0.124,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,1,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.37,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.364,0.223,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.255,0.27,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.255,0.159,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0.6,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.582,0.249,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.364,0.408,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.603,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.506,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.348,0.373,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.402,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.476,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.353,0.438,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.462,0.665,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.223,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.31,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.533,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.37,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.717,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.353,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.543,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.293,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.511,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.56,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.315,0,0.122 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.516,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.543,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.511,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.511,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0.8,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0.6,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.333 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.173 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.244 -0.667,0.318,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.608 -0.667,0.318,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.667,0.318,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.102 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.171 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.244 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0.5,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.321,0,0.244 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.299,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.511,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.69,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.478,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0.1,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0.3,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.429,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,1,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.453,0,0 -0.333,0.169,0.312,0.312,0,1,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.226,0,0 -0.333,0.169,0.312,0.312,0,0.4,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.321,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.424,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.255,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.353,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0.1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.31,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.424,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.315,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.304,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.304,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.364,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.5,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.446,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.761,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.188,0.434,0.434,0,0.8,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0.6,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,1,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.223,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0.4,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.0601,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0.9,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,1,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.309,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,1,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.27,0.244 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0.2,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.0129,0.244 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.137,0.488 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.236,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.418,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.333,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.567,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.0129,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.335,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.249,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.519,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.459,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.21,0.366 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.223,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.459,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.27,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.742,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.459,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.361,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.163 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.13 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.121 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.253 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.166 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0332 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0.3,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.185,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0.6,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.488 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.736,0.701,0.701,0,0.8,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.153 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.165 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.197 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.193 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.307 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0463 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0.8,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.131 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.169 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0676 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.127 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.274 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.488 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.672 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.155 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.244 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.366 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.366 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.122 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.122 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0.8,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.397,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,1,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.507,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.254,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.56,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.451,0,0.244 -1,0.456,0.256,0.256,0,0,0.811,0.811,0.811,0.6,0,0,0.256,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.658,0,0.42 -1,0.456,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.256,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.304,0,0 -1,0.456,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.256,0.641,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.38,0,0 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.364,0,0.164 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.326,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.397,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.366 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.473,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.326,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.522,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.424,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.429,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.62,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.177 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.177 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.366 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0.5,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.446,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,1,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.228,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,1,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.375,0,0 -1,0.326,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.495,0,0 -1,0.326,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.467,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0.1,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -1,0.464,0.434,0.434,0,0.8,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0.6,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0.3,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.488 -0.667,0.635,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0.6,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0852 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.366 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.17 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.38 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0.3,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0.6,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.332 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.157 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0.3,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.333,0.181,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0.5,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0988 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.342 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0683 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.159 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0952 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.354 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.142 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0.3,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.488 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0.6,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.366 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.366 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.234 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.165 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.165 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.169 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.169 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.17 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.153 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0306 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0.8,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0.5,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0.1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.316 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.418 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0348 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,0.3,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.667,0.292,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.346 -0.667,0.292,0.267,0.267,0,0.6,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.346 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.523 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.488 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.254 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.411 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0668 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0.5,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.073,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,1,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,1,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.0386,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,1,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.0386,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0.9,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0.4,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.519,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,1,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.249,0.366 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,1,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0.7,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.494,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.258,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.288,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.348,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.665,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.605,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.73,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.236,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.554,0.122 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.234,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.135,0.366 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.56 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.164 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0328 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.347 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.122 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0.3,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0.5,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.359,0,0 -0.667,0.245,0.478,0.478,0,1,0.752,0.752,0.752,1,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.397,0,0 -0.667,0.245,0.478,0.478,0,1,0.752,0.752,0.752,1,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.484,0,0 -0.667,0.305,0.523,0.523,0,1,0.791,0.791,0.791,1,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.489,0,0 -0.667,0.305,0.523,0.523,0,0.5,0.791,0.791,0.791,1,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0.1,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.165 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.244 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.295 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.104 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.24 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.206 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.488 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.524 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.115 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0.3,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.17,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0.1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.397,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.359,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.168 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.37,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.598,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.38,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.467,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.13 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.345 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.276 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.068 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.068 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.439 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.349 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.279 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.159 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0317 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0.5,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.37,0,0.198 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,1,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.391,0,0.122 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,1,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.272,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,1,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.321,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,1,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,1,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0.6,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.408,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.489,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.364,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.446,0,0.122 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.321,0,0.122 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.31,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.505,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.413,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.37,0,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.31,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.397,0,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.255,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.488 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.366 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.488 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0.3,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.0495,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0.5,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.298 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.159 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.127 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.156 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.576,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.533,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.182 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.359,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.478,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.6,1,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.335,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,1,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.369,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0.9,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.446,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0.4,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.073,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.545,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.309,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.0386,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.8,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.0386,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.0601,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.361,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.0858,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.309,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.309,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.249,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.171 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.102 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.534 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0325 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.27 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.366 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0.3,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.181,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.333,0.175,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.175,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.488 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0.5,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.277,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.212,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,1,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.625,0,0.366 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.304,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0.1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0.5,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.0258,0.122 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,1,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,1,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.506,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0.4,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.433,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0.9,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.21,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.223,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.7,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.481,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.27,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.236,0.366 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.532,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.0386,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.209 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0523 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0.5,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.402,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.38,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.446,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.228,0,0.309 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.462,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.522,0,0.166 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.543,0,0.277 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.277,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.342,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.221,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0.5,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.442,0.137,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0.9,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.462,0.0987,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.4,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.685,0.296,0.351 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,1,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.69,0.27,0.0703 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,1,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.386,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,1,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.309,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,1,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.258,0.296 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.2,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.105 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.208 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.144 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.161 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.122 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.215 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.158 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0315 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.27,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.356,0.366 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0.9,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.073,0.366 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.4,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.223,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.197,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.369,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.249,0.122 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.2,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.498,0.122 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.283,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.296,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.309,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.263 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.366 -0.667,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.667,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.0495,0.356,0.356,0,0.3,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.0495,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.174,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.174,0.356,0.356,0,0.6,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0.3,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.486 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.278,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.333,0.278,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.299 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.366 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.162 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.173 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0345 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.172 -1,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0344 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.488 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0.5,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.511,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.31,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.473,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.353,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,1,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0.1,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.44,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.332,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.391,0,0.244 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.435,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.146 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.163 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0325 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.641,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.511,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.38,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.462,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.527,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.321,0,0 -0.667,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0.1,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.488 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.488 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.283 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0965 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.491 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.318 -1,0.507,0.701,0.701,0,0.3,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.507,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.507,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.507,0.701,0.701,0,0.6,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.366 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.244 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.61 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0.8,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0.1,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.277,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,1,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.359,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,1,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.261,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,1,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.261,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,1,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.75,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0.6,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.533,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.924,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.457,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.315,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.353,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.174,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.174,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.366 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.168 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.223 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.192 -1,0.736,0.701,0.701,0,0.8,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.278,0.701,0.701,0,0.6,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.366 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -0.667,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -0.667,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -0.667,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.488 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.17 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.102 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.335 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.167 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0864 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.477 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0325 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0.8,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.347 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.29,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0.8,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.488 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0.5,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.0515,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,1,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,1,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.614,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,1,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.378,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0.9,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0.5,0,0.4,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.255,0.0987,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,1,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.234,0.27,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,1,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.321,0.408,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,1,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.375,0.644,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,1,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0.2,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.6,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.348 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.505 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.244 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.122 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.175 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0701 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.164 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.17 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.34 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.151 -0.667,0.318,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0303 -0.667,0.318,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0.5,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.351 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.154 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.143 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.488 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.366 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0.8,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.298,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.488 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.488 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.565,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.457,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.462,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.261,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.6,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.505,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.418,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.366 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.267 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.171 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0341 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.144 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.292 -0.667,0.305,0.523,0.523,0,0.6,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.157 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0314 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.488 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.141 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.389 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.584 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.326 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.61 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.488 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.488 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0.3,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,1,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,1,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0.6,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.399 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.174 -0.667,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.153 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.478 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.2 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.244 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.337 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.589 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0.5,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.223,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.488 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.433,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0.4,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.258,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.9,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.0987,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.309,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.185,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.2,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.112,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.258,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.223,0.122 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.0601,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.223,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.361,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.223,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.421,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.395,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.0987,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.322,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0.3,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.174,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.188,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0.5,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.222,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.222,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.567,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.736,0.701,0.701,0,0.5,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.0495,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.273 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.163 -1,0.305,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.229 -1,0.305,0.523,0.523,0,0.1,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.31 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0.5,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.258,0.17 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,1,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.34 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,1,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.0601,0.102 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,1,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.249,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0.9,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.4,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.112,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,1,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.21,0.148 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,1,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0297 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,1,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.335,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,1,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.395,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0.2,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.446,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.275,0.139 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.286 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.164 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.187 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.173 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.313 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.352 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.297 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.105 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0.3,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.298,0.356,0.356,0,1,0.811,0.811,0.811,0,1,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.395,0 -0.667,0.298,0.356,0.356,0,0.6,0.811,0.811,0.811,0,1,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.309,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0.9,0,0.356,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.4,0.356,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.618,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.356,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.27,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.356,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0.7,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.418,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.496,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.408,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.137,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.27,0.122 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.348,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.468,0.122 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.429,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.249,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.249,0.61 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.223,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.249,0.366 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.524,0.488 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.365,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.0386,0.209 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.541,0.244 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.335,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.23 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.61 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.0495,0.267,0.267,0,0.3,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.0495,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.0495,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.0495,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.3,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.3,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.3,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.185 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.177 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0355 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.25 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.41,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.41,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.068 -1,0.41,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.272 -1,0.41,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.41,0.345,0.345,0,0.8,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.41,0.345,0.345,0,0.6,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.324 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.127 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.523 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.299 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.161 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0642 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.2 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.61 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.253 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.36,0.473,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.36,0.473,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.36,0.473,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.36,0.473,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.36,0.473,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.36,0.473,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.353,0.463,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.353,0.463,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.353,0.463,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.164 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.131 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.116 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.426,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,0.8,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,0.1,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.34 -1,0.426,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,1,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.27,0.306 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0.4,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.197,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.9,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.0129,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.369,0.171 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.073,0.19 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.7,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.309,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.369,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.137,0.326 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.236,0.309 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.519,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.073,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.0987,0.128 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.249,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.361,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.283,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.137,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.073,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.309,0 -0.333,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.0258,0 -0.333,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.137,0 -0.333,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.386,0.122 -0.333,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -0.333,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.335,0.122 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.296,0.244 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.406,0.157 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.384,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.275,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.343,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.308 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0816,0.401,0.401,0,0.3,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.157 -1,0.0816,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0941 -1,0.342,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.342,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.342,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.205 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.161 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0642 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.168 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.394 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.156 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.345 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.276 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.241 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0991 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.254 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.169 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.169 -0.333,0.171,0.267,0.267,0,0.8,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.292,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.153 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0612 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0.5,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.366 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.366 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.696,0,0.366 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.179,0,0.122 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.179,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.332,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.505,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.418,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0.1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.174 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.174 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.33 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.033 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.159 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0637 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0.5,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.283,0 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,1,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.19 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,1,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.249,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0.4,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.137,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0.9,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.0258,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.0386,0.254 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.236,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0.7,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.236,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.0987,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.382,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.618,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.283,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.296,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.356,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.0601,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.0601,0.185 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.361,0.488 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.361,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.309,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.27,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.27,0.244 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.18,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.476,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.605,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.309,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.159,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.609,0.244 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.309,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.481,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.258,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.395,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.137,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.481,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.279,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.155,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.159,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.309,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.236,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.283,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.444,0.244 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.148,0.366 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.335,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.137,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.236,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.0386,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.124,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.395,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.685,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.5,0.366 -1,0.567,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.296,0 -1,0.567,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.446,0 -1,0.567,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.159,0.488 -1,0.567,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.431,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.457,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.588,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.219,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.343,0.122 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.366 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.524 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0634 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.317 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.807,0.768,0.768,0,1,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,1,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.17 -1,0.807,0.768,0.768,0,1,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.482 -1,0.555,0.768,0.768,0,1,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.488 -1,0.555,0.768,0.768,0,1,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.555,0.768,0.768,0,0.4,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.247 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.102 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.17 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.198 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.141 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0706 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.157 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0314 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.332 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.488 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.366 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.366 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0.3,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.17,0.345,0.345,0,0.1,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.366 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0.8,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.5,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.435,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.386,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.658,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.462,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.289 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.334 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0625 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.221 -1,0.114,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,0.3,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.114,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.324 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0324 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.144 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.305,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.305,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.173 -0.333,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.301 -0.333,0.177,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0893 -0.333,0.184,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.333,0.184,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.297 -0.333,0.184,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0.7,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.366 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.395,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.446,0,0 -1,0.567,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.446,0,0.122 -1,0.567,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.567,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.587,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.478,0,0 -0.667,0.507,0.701,0.701,0,1,0.989,0.989,0.989,1,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.478,0,0 -0.667,0.507,0.701,0.701,0,1,0.989,0.989,0.989,1,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.507,0.701,0.701,0,0.9,0.989,0.989,0.989,0.1,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.804,0,0.252 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.554,0,0.122 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.56,0,0.122 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.446,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.326,0,0 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.522,0,0 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.418,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.277,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.332,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.413,0,0.122 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.679,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.467,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.652,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.297 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.165 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0661 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0.3,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0.5,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.222,0.59,0.59,0,0.3,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.333,0.222,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.395,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.736,0.701,0.701,0,0.9,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.635,0.79,0.79,0,0.3,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.635,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.555,0.768,0.768,0,0.1,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.163 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.243 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.347 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0694 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.177 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.142 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.314 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.167 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.133 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.193 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.128 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.426,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.186 -1,0.426,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.275 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.17 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -1,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -1,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -1,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.29,0.345,0.345,0,0.8,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.29,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -1,0.29,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -1,0.29,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.29,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.174,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.174,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.174,0.356,0.356,0,0.5,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.366 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.366 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.333 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.488 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.172 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.13 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.134 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.323 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.122 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.276 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.103 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.102 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.34 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.102 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0914 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0305 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.163 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0.6,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.25 -1,0.299,0.255,0.255,0,0.8,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.103 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.191 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.264 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0989 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.244 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.366 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.244 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.488 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.366 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.366 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.61 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.319 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.488 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.101 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.202 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.129 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0322 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.366 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.333,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.333,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.333,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.333,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.333,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.333,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.333,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.333,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.343 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.386 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.245 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.103 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0.8,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0.4,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0.3,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.161 -0.667,0.143,0.477,0.477,0,1,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.161 -0.667,0.295,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0.9,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.244 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.488 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.245 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.5,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.478,0,0.101 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,1,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.397,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,1,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.435,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,1,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.223,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0.9,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.571,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.244 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.614,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.462,0,0.244 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.332,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.31,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.299,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.342,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.391,0,0.122 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0.4,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.516,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.435,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.489,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.261,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.755,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.397,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.37,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.473,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.293,0,0.122 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.826,0,0 -1,0.379,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.355,0.683,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.28,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.28,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.592,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.212,0,0 -1,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.467,0,0 -1,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.244 -1,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.353,0,0 -1,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.467,0,0 -1,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.408,0,0 -1,0.291,0.587,0.587,0,0.8,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.44,0,0 -1,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.166,0,0.244 -1,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.166,0,0.122 -1,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.366 -1,0.339,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.339,0.698,0.698,0,0.2,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.488 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.159 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.34 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.223 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0318 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.366 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.258 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.11,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.339 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.442 -1,0.33,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.477,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0341 -1,0.33,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.477,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.33,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.477,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.177 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.345 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.148 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.34 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0679 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.185 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.123 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.244 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.277 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.175 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.35 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0.3,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.333,0.159,0.355,0.355,0,1,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.244 -0.333,0.162,0.432,0.432,0,0.9,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.334 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.167 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.366 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.0495,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.0495,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.0495,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.0495,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.0495,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.0495,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.366 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.35 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.33,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.477,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.33,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.477,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.147 -1,0.33,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.477,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.244 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.366 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.266 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.527 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.19 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.138 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.345 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.191 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.154 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.2 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.0499 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.345 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.155 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.062 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.263 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0987 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.303 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0321 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.571 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.169 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.348 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.47 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.0348 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.503 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.244 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.488 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.244 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.244 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.61 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.289 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.429,0.742,0.742,0,0.8,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0313 -0.667,0.429,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.156 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.336 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.134 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.16 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0641 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.197 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.244 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.162 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0969 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.176 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.105 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.243 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.106 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.283 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.244 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.366 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0.3,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,1,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.667,0.274,0.432,0.432,0,0.1,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.244 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.366 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.261,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.408,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.4,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0.3,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.104 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.382 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.167 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.333 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0333 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.783,0.787,0.787,0,0.6,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.366 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.122 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0.3,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,1,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.137,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0.2,0.1,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.408,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,1,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0.3,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.296,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.618,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.0386,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.433,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.15,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.395,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.418,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0.8,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.587,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.359,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,0.8,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0.322,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,1,1,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0.1,1,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0.532,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,1,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0.519,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0.8,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0.5,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0.15,0.122 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,1,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0.0258,0.488 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,1,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -1,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,1,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0.468,0 -1,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0.9,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0.361,0 -1,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -1,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0.446,0 -1,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -1,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.614,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0.8,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.484,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.418,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.31,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.495,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.1,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.576,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.359,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.402,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.283 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.106 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.471 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.507 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.366 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.274 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.342 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.366 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.366 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.488 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.122 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.101 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.101 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.259 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0971 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.105 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.105 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.261 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.0326 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.304 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0.1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.16,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.366 -1,0.271,0.266,0.266,0,0.7,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -1,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -1,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -1,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.104 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.487 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.102 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.204 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.488 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.167 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0.1,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0.8,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.488 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.488 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.109 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.163 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.0652 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.164 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.229 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.434 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.163 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.0976 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.122 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.488 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.244 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0.3,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,1,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.17,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.244 -0.333,0.17,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0.333,0.17,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0.8,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.488 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.366 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.366 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0.3,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.175 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.175 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.243 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.488 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.653 -1,0.484,0.698,0.698,0,0.7,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.254 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.354 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0354 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.62,0,0.177 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,1,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.38,0,0.177 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.386,0,0.244 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.658,0,0.401 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,1,1,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.0258,0.397 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0.9,1,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.674,0.249,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,1,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.321,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0.1,0.2,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.321,0.236,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,1,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.707,0,0.289 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,1,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.413,0,0.266 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,1,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.261,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,1,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.353,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,1,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0.7,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.366 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.156 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.172 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.172 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.331 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.132 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.162 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.174 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.203 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.203 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.254 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.488 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.122 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.244 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0.8,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,1,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,1,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.162,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.205 -0.667,0.162,0.432,0.432,0,0.4,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0.3,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.162,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.488 -1,0.291,0.587,0.587,0,0.9,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.167 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.456 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.61 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.212 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.184 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.046 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.105 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.14 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.224 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.164 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.22 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.244 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.283 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.244 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.366 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.488 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.366 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.295 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.313 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.366 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.335 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0669 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.488 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.278 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0697 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.349 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0349 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.122 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.366 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.244 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.488 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.244 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.244 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.854 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.538,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,1,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.576,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,1,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.288,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,1,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.478,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,1,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0.4,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.337,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.56,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.413,0,0.122 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.543,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0.4,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0.3,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.26 -0.667,0.339,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.154 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.222 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.353 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0.2,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.406 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.353 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.488 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0.3,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,1,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0518,0.366,0.366,0,1,0.712,0.712,0.712,0,0,0,0.33,0.472,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0518,0.366,0.366,0,1,0.712,0.712,0.712,0,0,0,0.33,0.472,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0518,0.366,0.366,0,1,0.712,0.712,0.712,0,0,0,0.33,0.472,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0518,0.366,0.366,0,1,0.712,0.712,0.712,0,0,0,0.33,0.472,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0518,0.366,0.366,0,1,0.712,0.712,0.712,0,0,0,0.33,0.472,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0518,0.366,0.366,0,0.7,0.712,0.712,0.712,0,0,0,0.33,0.472,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.11,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.11,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.11,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.11,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.11,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.57 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.171 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0937 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0625 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0.3,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.122 -0.667,0.301,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.175 -0.667,0.301,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.035 -0.333,0.175,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0.6,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.143 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.244 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0.3,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,1,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0.1,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.61 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.488 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.366 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0.3,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0.5,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.175 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.297 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.366 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0964 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0964 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.27 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.203 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0.1,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.135 -0.667,0.175,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.271 -0.667,0.175,0.377,0.377,0,0.3,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.565,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0.8,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.283,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,1,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.402,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,1,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.533,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.685,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0.6,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.408,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.299,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.348,0,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.277,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.266,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.255,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.435,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.342,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.424,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.266,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.266,0,0.366 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.418,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.533,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.418,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.451,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.272,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.408,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.473,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0.6,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0.6,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.366 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.488 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.249,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.554,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.249,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.554,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.249,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.554,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.102 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.34 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0.1,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.424,0.255,0.255,0,1,0.811,0.811,0.811,0,0,0,0.255,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.424,0.255,0.255,0,1,0.811,0.811,0.811,0,0,0,0.255,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.424,0.255,0.255,0,0.7,0.811,0.811,0.811,0,0,0,0.255,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0.3,0,0,0.255,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.342,0,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.255,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.402,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,1,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.397,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,1,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.28,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,1,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.28,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0.1,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.478,0,0.122 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0.8,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.244 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,1,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.424,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,1,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.37,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,1,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.462,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0.6,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.435,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.342,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.505,0,0.244 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.359,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.457,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.488 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.366 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.61 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.412,0.587,0.587,0,0.6,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.488 -1,0.412,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0.6,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0.6,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.488 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.732 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.366 -1,0.88,0.765,0.765,0,1,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,1,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0.4,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0936 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.4 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.122 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.366 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.488 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.488 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0.5,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.0129,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,1,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.236,0 -1,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0.3,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.421,0 -1,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,1,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.283,0 -1,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,1,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,1,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.322,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,1,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.309,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,1,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.309,0.244 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,1,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.137,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,1,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.283,0.488 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0.1,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.283,0.122 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.348,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.296,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.519,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.421,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.618,0.366 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.0987,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.378,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.189,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0.3,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.538,0.787,0.787,0,1,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.244 -1,0.88,0.765,0.765,0,0.1,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.488 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.23 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.154 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.0309 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.122 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0.3,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0.1,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.122 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,1,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.283,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0.5,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.249,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0.8,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.223,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,1,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,1,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.0129,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,1,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.296,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0.6,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0.3,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.333,0.16,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0.5,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.488 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.248 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.172 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.191 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.189 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0.5,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.364,0,0.488 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.37,0,0.122 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.462,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.69,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0.9,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.732 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.195 -1,0.0798,0.399,0.399,0,0.3,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.11,0.399,0.399,0,1,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.11,0.399,0.399,0,1,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.164 -1,0.11,0.399,0.399,0,0.9,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.324 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.204 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.102 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.231 -0.333,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.167 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0.5,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.353,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.223,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.5,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,1,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.31,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.9,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.244 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0.3,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.271,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0.3,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.244 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.61 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0,0.0495,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0,0.0495,0.698,0.698,0,0,0.989,0.989,0.989,0,1,0,0.258,0.465,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.541,0 -0,0.0495,0.698,0.698,0,0,0.989,0.989,0.989,0,1,0,0.258,0.465,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.309,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,1,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.369,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0.1,0.2,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.369,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,1,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.223,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,1,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,1,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.532,0.122 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,1,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.296,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,1,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.433,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0.7,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.571,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.567,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.223,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.348,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.369,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.124,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.356,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.296,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -0.667,0.0495,0.399,0.399,0,0.8,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -0.667,0.0495,0.399,0.399,0,0.6,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0.3,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,1,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.219 -1,0.236,0.477,0.477,0,0.5,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.122 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.354 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0354 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.169 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.305 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.244 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.488 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.244 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.248 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.5,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.402,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.38,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.391,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.424,0,0 -1,0.484,0.698,0.698,0,0.3,0.989,0.989,0.989,0.9,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.31,0,0 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.31,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0.5,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.176 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.278 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.157 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0629 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0.3,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,1,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.246 -1,0.236,0.477,0.477,0,1,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,1,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,1,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0.3,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.168 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0673 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.35 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.366 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.244 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.366 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.244 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0.5,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.277,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.386,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.571,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.332,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0.9,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.359,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.516,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.326,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.337,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.174,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.174,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.587,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.375,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.364,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.413,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.418,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.538,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.31,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.366 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.227 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.366 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.366 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.106 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.353 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.106 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.667,0.279,0.277,0.277,0,0.6,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0.8,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -1,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -1,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -1,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.366 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.244 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.488 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.244 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.366 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0.6,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.488 -0.667,0.274,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.198 -1,0.412,0.587,0.587,0,0.6,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0626 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.188 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.105 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.35 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.315 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0985 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.164 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.366 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.104 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.104 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.103 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.205 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -1,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -1,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -1,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -1,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -1,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.366 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0.667,0.291,0.587,0.587,0,0.6,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0.2,0.989,0.989,0.989,0.3,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.641,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.364,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.342,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.293,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,1,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.413,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.6,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.424,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.239,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.603,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.283,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.418,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.25,0,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.609,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.533,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.266,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.342,0,0.122 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.81,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.435,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.293,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.527,0,0.366 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.495,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.277,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.543,0,0.366 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.44,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.391,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.505,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.166,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.166,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.33 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.132 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.488 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0.5,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0.249,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,1,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,1,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0.446,0.296 -1,0.236,0.477,0.477,0,0.3,0.752,0.752,0.752,0,0.6,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0.0601,0 -1,0.236,0.477,0.477,0,1,0.752,0.752,0.752,0,0,0.7,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.417,0.521,0.521,0,1,0.791,0.791,0.791,0,0,1,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0.532,0.0329 -1,0.417,0.521,0.521,0,1,0.791,0.791,0.791,0,0,1,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0.361,0.197 -1,0.417,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0.2,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0.249,0 -1,0.417,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0.309,0 -1,0.417,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0.236,0 -1,0.417,0.521,0.521,0,0.7,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0.618,0 -1,0.427,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.377,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.427,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.377,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.309,0 -1,0.427,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.377,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.427,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.377,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.137,0 -1,0.427,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.377,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.0386,0 -1,0.427,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.377,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.073,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.249,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.185,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.361,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.635,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.425,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.464,0 -1,0.411,0.266,0.266,0,0.3,0.791,0.791,0.791,0,0,0,0.266,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.403,0 -1,0.411,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.266,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.815,0 -0.667,0.291,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.283,0 -0.667,0.291,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.283,0 -0.667,0.291,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.296,0 -0.667,0.279,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.453,0 -0.667,0.279,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.453,0.488 -0.667,0.279,0.277,0.277,0,0.7,0.791,0.791,0.791,0,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0.5,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.522,0.309,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,1,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.353,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,1,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.842,0,0.122 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,1,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.359,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0.9,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.366 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0.3,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.244 -0.333,0.162,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.17,0.587,0.587,0,1,0.949,0.949,0.949,0,1,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.584,0 -0.333,0.17,0.587,0.587,0,0.5,0.949,0.949,0.949,0,1,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.0601,0.122 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,1,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,1,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0.6,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.61 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0.7,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0.7,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.359,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.315,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,1,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.207,0.369,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,1,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.207,0.459,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,1,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.603,0.18,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,1,0.1,0.2,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.402,0.438,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.9,0,1,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.554,0.0386,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,1,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.424,0.395,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,1,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.369,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,1,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.217,0.309,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0.2,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.533,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.587,0.421,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.397,0.335,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.0258,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.348,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.309,0.122 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.174 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0349 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.479 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.149 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0299 -1,0.33,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.477,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.33,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.477,0.549,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.385 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.292 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.34 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.488 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.244 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0.5,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.361,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,1,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0.3,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.21,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,1,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.27,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,1,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.0901,0.244 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,1,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.488 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,1,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.0987,0.122 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,1,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0.6,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.283,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.283,0.122 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.234,0.244 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.384,0.244 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0.3,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,1,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0.9,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,1,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.725,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0.5,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.137,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0.8,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,1,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0.451,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,1,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0.464,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,1,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.244 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,1,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,1,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.366 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0.1,0.432,0.713,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.61 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.25 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.155 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.031 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0.3,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.314 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0697 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.783,0.787,0.787,0,1,0.93,0.93,0.93,0.5,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.315,0,0 -1,0.783,0.787,0.787,0,0.3,0.93,0.93,0.93,1,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.446,0,0.176 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.592,0,0.282 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.418,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0.9,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.288,0,0.244 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.258,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.258,0,0.276 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.171 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.239 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0.8,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,1,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,1,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.122 -1,0.0495,0.366,0.366,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0.4,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.278 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.196 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.245 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.61 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.133 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.244 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.244 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.161 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.366 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.244 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.322 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.488 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.488 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0.5,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.361,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,1,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.393,0.244 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,1,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.135,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0.6,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0.7,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,1,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,1,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,1,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0.7,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0.3,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.366 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -0.667,0.291,0.587,0.587,0,0.5,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.488 -1,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.403 -1,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0637 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.488 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.366 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.59 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0692 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.145 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.169 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.236 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.185 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0941 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.282 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.488 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.244 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.366 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.366 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0.3,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.244 -0.667,0.274,0.432,0.432,0,1,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.366 -0.667,0.274,0.432,0.432,0,0.1,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0.5,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.391,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.304,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.527,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.424,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0.9,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.484,0.698,0.698,0,0.8,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.359,0,0 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.5,0,0.122 -1,0.484,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.266,0,0.366 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.429,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.429,0,0 -1,0.619,0.742,0.742,0,0.2,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.685,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.446,0,0.122 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.348,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.745,0,0.122 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.244 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,1,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.369,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,1,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.0601,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,1,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0.1,0.2,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.425,0 -0.667,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,1,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.18,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0.2,0.654,0.594,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.348,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.309,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.137,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.185,0.122 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.176 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.353 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.169 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.237 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.1 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.167 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.189 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.236 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.163 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.163 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0.3,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.244 -0.333,0.175,0.377,0.377,0,0.1,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.244 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.244 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.244 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.338 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.535 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.347 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0694 -0.667,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -0.667,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0.3,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,1,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,1,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0.5,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.488 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.488 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0.5,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.478,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.63,0,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,1,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.467,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,1,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.386,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.9,0.5,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.247,0.283,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,1,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.247,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,1,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.283,0.433,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0.6,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.513,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0.7,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.513,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,1,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.361,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,1,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.258,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0.2,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.481,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.244 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.334 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.366 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.244 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0.6,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.366,0.366,0,0.8,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.489,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0.8,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.413,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.348,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.321,0,0.244 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.489,0,0.366 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,1,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.1,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.478,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0.8,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,1,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.342,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,1,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.505,0,0.122 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,1,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.56,0,0.122 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0.6,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.429,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.272,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.446,0,0.61 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.315,0,0.488 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.266,0,0.244 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.598,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.185,0,0.122 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.185,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.696,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0.6,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0.8,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.222 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0,0.0495,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0,0.0495,0.587,0.587,0,0.6,0.949,0.949,0.949,0,0,0,0.258,0.465,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.366 -0,0.0495,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.258,0.465,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.366 -0.333,0.17,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -0.333,0.17,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.366 -0.333,0.194,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.106 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.176 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.277 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0346 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.1 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.099 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.231 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.105 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.245 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.102 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.17 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.122 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0.6,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0.8,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.122 -1,0.378,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.31,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -1,0.378,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.31,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -1,0.378,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.31,0.668,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -1,0.378,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.344,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -1,0.378,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.344,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -1,0.378,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.344,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.244 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.366 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.122 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.244 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.122 -0.667,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -0.667,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -0.667,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.122 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.122 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.244 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0.3,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,1,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.468,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,1,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.283,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0.8,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0.5,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.309,0.122 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,1,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.137,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,1,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.488 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0.4,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.348,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.592,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.406,0.105 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.195,0.07 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.597,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.275,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.597,0.654,0.654,0,0.6,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,1,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.183,0.554,0.554,0,1,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,1,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.265 -1,0.183,0.554,0.554,0,0.6,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.244 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.366 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.122 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.244 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.244 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.122 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.158 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.185 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.122 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,0.3,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.172,0.521,0.521,0,1,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,1,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0.5,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.122 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.122 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.366 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.488 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.0495,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.0495,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,0.3,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.17,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.244 -0.667,0.339,0.698,0.698,0,1,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0.5,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.244 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.333,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.333,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.333,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0.5,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.255,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.473,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,1,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.402,0,0.122 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,1,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.402,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,1,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.5,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,1,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.366 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0.4,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.543,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.128 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.196 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.343 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0343 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.183 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.307 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.128 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.335 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.177 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.318 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0.3,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0.4,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0.5,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.0386,0.122 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,1,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0.3,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.562,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.3,0.122 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0.6,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.567,0 -0.333,0.149,0.345,0.345,0,0.3,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.223,0 -0.333,0.149,0.345,0.345,0,1,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0.1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.349,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.353,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.25 -1,0.353,0.434,0.434,0,0.3,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,0.5,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.169 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.339 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0678 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0.5,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.249,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,1,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,1,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.526,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,1,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.23,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,1,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0.3,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.103 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.732 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,1,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.134 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,1,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.1,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.211 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.353 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.165 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0659 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.295 -1,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.177 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.208 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.158 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.126 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.183 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.366 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.169 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.101 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.25 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.366 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0.3,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.61 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.484 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.171 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.167 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.854 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.273 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.534 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.235 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.126 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0316 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.366 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.488 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.366 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.488 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.61 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0.3,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0.5,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.359,0,0.403 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.647,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.696,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.364,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0.3,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.163 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0652 -1,0.257,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.257,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.257,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.366 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.172 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.172 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.318 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.113 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.488 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.366 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.366 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0.5,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.451,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.522,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,1,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.288,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,1,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.625,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,1,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,1,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0.3,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0.3,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.366 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0.5,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.451,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.353,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,1,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.413,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0.8,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.424,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.44,0,0.366 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.38,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.56,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.288,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.332,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.174,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.174,0,0 -1,0.523,0.745,0.745,0,0.4,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.386,0,0.366 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.408,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.31,0,0.157 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0941 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.412 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.412 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.366 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.334 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0667 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.257 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.244 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.366 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.122 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.244 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.122 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.244 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0.5,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.402,0,0.211 -1,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,1,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.832,0,0 -1,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,1,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.848,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.234,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0.8,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.234,0,0.16 -1,0.392,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.256,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.484,0,0.0639 -1,0.392,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.256,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.234,0,0 -1,0.392,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.256,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.392,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.256,0.641,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.536 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.069 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.138 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0692 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.364,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.364,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.177 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.142 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.203 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0.8,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0.5,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.366 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.287 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0661 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.34 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.299 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.667,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.164,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.519 -0.667,0.164,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.164,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.162 -0.667,0.278,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0649 -0.333,0.16,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0.6,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.268 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.167 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0.5,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.309,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,1,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.335,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.249,0.163 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.3,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.0987,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.309,0.366 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,1,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.21,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.382,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.309,0.488 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.6,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.159,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.296,0.122 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.15,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.408,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.567,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.412,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.402,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,1,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.451,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,1,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.18 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,1,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.467,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,1,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.478,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0.3,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.171 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0342 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0982 -0.667,0.252,0.434,0.434,0,0.3,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.488 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,1,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.322,0.231 -0.667,0.264,0.59,0.59,0,0.5,0.949,0.949,0.949,0,1,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.536,0.122 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,1,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.455,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0.3,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.373,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,1,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.322,0.527 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,1,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.309,0.0967 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,1,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,1,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0.1,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.486 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.382 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.333,0.257,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.333,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.333,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -0.333,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.333,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.333,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.333,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -0.333,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.333,0.0495,0.656,0.656,0,0.3,0.87,0.87,0.87,0,0,0,0.258,0.465,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.333,0.0495,0.656,0.656,0,1,0.87,0.87,0.87,0,0,0,0.258,0.465,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -0.333,0.0495,0.656,0.656,0,1,0.87,0.87,0.87,0,0,0,0.258,0.465,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.333,0.0495,0.656,0.656,0,1,0.87,0.87,0.87,0,0,0,0.258,0.465,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.148 -0.333,0.0495,0.656,0.656,0,1,0.87,0.87,0.87,0,0,0,0.258,0.465,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -0.667,0.116,0.556,0.556,0,1,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,1,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0.9,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.244 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.221 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.329 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0659 -0.667,0.228,0.478,0.478,0,0.8,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.306 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.238 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.114 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0335 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.268 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.488 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0.5,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.283,0.0323 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,1,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.361,0.129 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.3,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.369,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.468,0.244 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.446,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,1,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.1,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0.8,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.296,0.701,0.701,0,0.7,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.162 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.276 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.118 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.16 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0641 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.159 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0956 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.32 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.366 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0.3,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0.4,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0.8,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0.8,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.244 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.247 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0.5,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.348,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.304,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.505,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.478,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0.8,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.527,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.467,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.321,0,0.244 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.386,0,0.122 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.168,0,0.342 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.168,0,0.19 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.451,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,1,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.571,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,1,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.5,0,0.145 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,1,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.299,0,0 -1,0.405,0.656,0.656,0,0.8,0.87,0.87,0.87,1,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.31,0,0 -1,0.405,0.656,0.656,0,1,0.87,0.87,0.87,0.8,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.31,0,0 -1,0.405,0.656,0.656,0,1,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.402,0,0.122 -1,0.183,0.556,0.556,0,1,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.245,0,0 -1,0.183,0.556,0.556,0,0.5,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0923 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.299 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0708 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.156 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0415 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.253 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.333,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.333,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.413,0,0 -0.333,0.139,0.478,0.478,0,0,0.752,0.752,0.752,1,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.375,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,1,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,1,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.342,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,1,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.478,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,1,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.614,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0.8,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.663,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.402,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.462,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.587,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.375,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.326,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.527,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.101 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.234 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.488 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.265 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.323 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.398 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.203 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0.8,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0.6,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.732 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0.5,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.361,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,1,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,1,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.504,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,1,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.53,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,1,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.73,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0.3,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.185,0.244 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.573,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,1,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.204,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,1,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.322,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.1,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.249,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.366 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.348 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.276 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.103 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.148 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.208 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.104 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.61 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.488 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0.3,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0.1,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0.8,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.488 -0.333,0.149,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.366 -0.333,0.149,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0.9,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.276 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.192 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.14 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0.3,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.341 -1,0.523,0.745,0.745,0,0.4,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.175 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.105 -1,0.257,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.257,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.257,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.327 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.155 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.731 -1,0.0495,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.227 -1,0.0495,0.401,0.401,0,0.3,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,1,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0503,0.367,0.367,0,0.1,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.33 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.207 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.155 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.176 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.351 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.141 -1,0.317,0.478,0.478,0,0.3,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.402,0.523,0.523,0,0.1,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.244 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0923 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.366 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.366 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.333,0.173,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.337 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.191 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.123 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0617 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.366 -0.333,0.154,0.278,0.278,0,0.3,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,1,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0.4,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.366 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.366 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.151 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0.3,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,1,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.308 -1,0.0781,0.401,0.401,0,0.5,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.333 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.435 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.333 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0666 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.24 -1,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.284,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.284,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.286,0.378,0.378,0,0.1,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0.5,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.489,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.375,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,1,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.359,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,1,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.522,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0.8,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.293,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.293,0,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.335,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.21,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,1,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.322,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,1,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.408,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0.5,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.309,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.8,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.361,0.244 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.232,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.249,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,1,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,1,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.309,0.167 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,1,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.309,0.488 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0.1,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.27,0.122 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.0987,0.132 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.309,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.0258,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.408,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.296,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.395,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.318,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.223,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.348,0 -0.667,0.249,0.356,0.356,0,0.3,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.073,0.244 -0.667,0.249,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.249,0.356,0.356,0,0.1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.472,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.584,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.661,0.122 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.618,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.283,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.137,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.236,0.488 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.348,0.122 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.21,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.612,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.539,0.244 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.296,0.244 -0.333,0.173,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.545,0.488 -0.333,0.173,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.618,0.366 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0.5,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.457,0.472,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.348,0.476,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.364,0.253,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.63,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.179,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.179,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0.3,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.478,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0.3,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.259,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,1,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.667,0.259,0.278,0.278,0,0.9,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,1,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.249,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,1,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.249,0.244 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,1,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,1,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.348,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0.5,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.197,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0.8,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.366 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.366 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,1,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0.6,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.488 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0.3,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.488 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.35 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.203 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.518 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0.3,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.346 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.592 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.17 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.339 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0339 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.488 -1,0.0495,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.0495,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0.5,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.309,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,1,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0.3,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.47,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,1,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.273,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,1,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.296,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,1,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.361,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,1,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.309,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0.1,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.0515,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.494,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.137,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.168 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.336 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.244 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.244 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.122 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.122 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.244 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.328 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0657 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.14 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.348 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.177 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0354 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.146 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.303 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.366 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.488 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0.6,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0.5,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.304,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.337,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.38,0,0.244 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.37,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0.8,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.614,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.56,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.598,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.386,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.299,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.435,0,0.154 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.299,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.527,0,0.122 -1,0.671,0.79,0.79,0,0.8,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.215,0,0 -1,0.671,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.215,0,0.122 -1,0.671,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.424,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.255,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.348,0,0.122 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.603,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.121 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0.3,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.165 -1,0.0781,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.132 -1,0.228,0.478,0.478,0,0.1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.244 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.208 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.743 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.163 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.163 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0.3,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -0.667,0.252,0.434,0.434,0,0.5,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0.6,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.366 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0.5,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.332,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.293,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.397,0,0.122 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.859,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0.8,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.209,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.209,0,0.244 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.366 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.451,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.418,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.853,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.31,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.38,0,0.287 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.166 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0666 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.205 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0.3,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.139,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.139,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.139,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0.9,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0.4,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0.3,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0.5,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.505,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.266,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.226,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.226,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.755,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,1,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.293,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0.8,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.424,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.582,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.473,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.446,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.337,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.366 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.444 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.541 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0351 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.233 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.177 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0706 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.457 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.287 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.465 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.175 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.14 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.488 -0,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.366 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0.3,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.332,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.413,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.696,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,1,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.408,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0.3,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.495,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.424,0,0.488 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.272,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0.1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.246 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.488 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.159 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0637 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.354 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0354 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.337 -1,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0337 -1,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.166 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.288 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -1,0.364,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.364,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.203 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.203 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.255 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.206 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.154 -1,0.349,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.349,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -1,0.349,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.349,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.473 -1,0.349,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.156 -1,0.349,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -1,0.348,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.348,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.156 -1,0.348,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0934 -1,0.348,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.348,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -1,0.348,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -1,0.349,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.349,0.356,0.356,0,0.3,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.349,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.349,0.356,0.356,0,1,0.811,0.811,0.811,0,1,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.283,0 -1,0.349,0.356,0.356,0,1,0.811,0.811,0.811,0,1,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.249,0 -1,0.349,0.356,0.356,0,1,0.811,0.811,0.811,0,1,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,1,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.21,0 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,0.5,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.249,0 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0.8,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,0,1,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.223,0 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,0,1,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.296,0 -1,0.353,0.434,0.434,0,0.8,0.87,0.87,0.87,0,0,1,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.0987,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,1,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.296,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,1,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.459,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0.1,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.283,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.296,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.0386,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.197,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.249,0.488 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.483,0.366 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.298,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.296,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.159,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.459,0.488 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.545,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.137,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.361,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.288,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.236,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.249,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.799,0.768,0.768,0,0.8,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0.6,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.227 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.101 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.101 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.339 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.136 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0.8,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.189 -1,0.168,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0.5,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -1,0.352,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.366 -0.667,0.249,0.356,0.356,0,0.8,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0.5,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.0601,0.244 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,1,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,1,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.353,0.434,0.434,0,1,0.87,0.87,0.87,0,0.5,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.37,0,0.244 -1,0.353,0.434,0.434,0,0.8,0.87,0.87,0.87,1,0,0.8,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.408,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,1,0,1,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,1,0,1,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.701,0,0.366 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,1,0,1,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.272,0,0.122 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,1,0,0.6,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0.8,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0.3,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.528 -1,0.671,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.194 -1,0.799,0.768,0.768,0,0.1,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.366 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.366 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0.3,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.122 -1,0.0495,0.367,0.367,0,1,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.244 -1,0.0781,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.122 -1,0.0781,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.488 -1,0.0781,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,1,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0.4,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.3 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.161 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0642 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.273 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.377 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.035 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.315 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.518 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0305 -0.667,0.249,0.312,0.312,0,0.8,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0.6,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.301 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0335 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.488 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.366 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.244 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.339 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.271 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.276 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.068 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.068 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.165 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.132 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.366 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.366 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.366 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.108 -0.667,0.296,0.701,0.701,0,0.3,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0.1,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.341 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.127 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,0.3,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,0.1,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.109 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.167 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.334 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.403 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.249 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.35 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.156 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0936 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.333 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.667,0.259,0.278,0.278,0,0.8,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0.6,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.291 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.156 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.159 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.366 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0.6,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.154 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.366 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.232 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.488 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.122 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.122 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.158 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.169 -0.667,0.139,0.478,0.478,0,0.3,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.155 -0.667,0.139,0.478,0.478,0,0.5,0.752,0.752,0.752,0,0.5,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0.0601,0.031 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,1,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,1,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.296,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,1,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,1,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0.3,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,1,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,1,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.336 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.168 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0.6,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.488 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.244 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.221 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.488 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.153 -1,0.353,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.427 -1,0.371,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0.4,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.268 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.488 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.335 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.401 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.1 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.161 -0.667,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0642 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.336 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.189 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.542 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0353 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.218 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.122 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.488 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.244 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.488 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0.8,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,1,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,1,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.147 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.231 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.197 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.246 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.299 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0318 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.127 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.244 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.366 -0.667,0.16,0.267,0.267,0,0.8,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.16,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.16,0.267,0.267,0,1,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.366 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.366 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.185 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.174 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.174 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.244 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.697 -0.667,0.296,0.701,0.701,0,0.3,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.437 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.24 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.204 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.224 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.134 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.136 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.235 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0.5,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.31,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,1,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.418,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,1,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.326,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,1,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.571,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0.8,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.359,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.326,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,0.3,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.167,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0.1,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0.5,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.0601,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,1,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.236,0 -1,0.404,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0.3,0.378,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.124,0 -1,0.404,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.378,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.0987,0 -1,0.404,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.378,0.641,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.408,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.6,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.322,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.258,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.262,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.369,0.122 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.335,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.223,0.488 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.172,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.558,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.296,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.296,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.283,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.0258,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.258,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.244 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.122 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.149,0.356,0.356,0,0.3,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.149,0.356,0.356,0,1,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.151,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.151,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.732 -0.667,0.151,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.244 -1,0.353,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.488 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.652,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.337,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.701,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,1,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0.3,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.209 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.134 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.168 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.122 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.351 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0351 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.168 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0335 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0.5,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.489,0,0.148 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,1,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.391,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,1,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.592,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,1,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.397,0,0.171 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0.8,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.261,0,0.171 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.261,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,1,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.397,0.494,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0.5,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.309,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0.8,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.442,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.468,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.433,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,1,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.0987,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,1,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.249,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,1,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.283,0.122 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.1,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.195,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.135,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.486,0.244 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.243,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.283,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.361,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.137,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.395,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.309,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.137,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.236,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.073,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.0515,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.0129,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.433,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.571,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.21,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.502,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.313,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.597,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.283,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.384,0.244 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.234,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.631,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.258,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.249,0.122 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.236,0.244 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.309,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.361,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.506,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.122 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.244 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.366 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0.1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.366 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.27 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.366 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.683 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.24 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.173 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.173 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0.5,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.309,0.122 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,1,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.416,0.244 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,1,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.18,0.244 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0.5,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.236,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0.8,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.197,0.244 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,1,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.481,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,1,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.249,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,1,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.0515,0.122 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.6,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.296,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.112,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.137,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.15,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.309,0.122 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.532,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.481,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.296,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.223,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.369,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.258,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.283,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.27,0.122 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.335,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.532,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.283,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.244 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0.5,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.309,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,1,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.122 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,1,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0.5,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0.8,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0.8,0.87,0.87,0.87,0,0,1,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,1,0.87,0.87,0.87,0,0,1,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,1,0.87,0.87,0.87,0,0,1,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,0,1,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,0,1,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.301 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0.1,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.334 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.371,0.59,0.59,0,0.4,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.337 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.303 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.488 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,1,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.459,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,1,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.258,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,1,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.444,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,1,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.148,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0.5,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.27,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0.8,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.258,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,1,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,1,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.366 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,1,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0.6,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.488 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.244 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.157 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0945 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.177 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.317,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.158 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0316 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.17 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.339 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.102 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.167 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.134 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.488 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.122 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.488 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.122 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0.8,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.333,0.157,0.59,0.59,0,0.6,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.296 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.671,0.79,0.79,0,0.8,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.799,0.768,0.768,0,1,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.799,0.768,0.768,0,0.5,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.244 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0.5,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.647,0,0.366 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.353,0,0.417 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,1,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.304,0,0.0347 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,1,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.473,0,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0.8,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.582,0,0.122 -0.667,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.122 -0.667,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.44,0,0 -0.667,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.136 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.337 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.2 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.207 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.142 -0.333,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.248 -0.333,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.349 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0349 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.154 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0309 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.177 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.122 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.244 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.122 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.366 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.204 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.154 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,0.3,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.264,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -0.667,0.264,0.59,0.59,0,0.5,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.366 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.122 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.142 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.342 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.122 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.631 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.244 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.122 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.196 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.244 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.139 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.209 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.122 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.122 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.257 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.327 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.196 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.193 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0643 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.312 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.193 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.381 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0651 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.366 -1,0.0495,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.488 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.263,0.213,0.213,0,0.8,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.263,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.263,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0.3,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0.5,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.249,0 -1,0.238,0.361,0.361,0,0.3,0.88,0.88,0.88,0,1,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.296,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.348,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.408,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0.3,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.592,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,1,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.408,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,1,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.296,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.386 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.286 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.23 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.366 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.366 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.488 -0.667,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.122 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.122 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.122 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.235,0.259,0.259,0,0.3,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.235,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.235,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.337 -1,0.235,0.259,0.259,0,0.5,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0337 -1,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.168 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.606 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.158 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.154 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.366 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.488 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.66 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.398 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0.3,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.413,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.413,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0.9,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0.5,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.299,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,1,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.435,0,0.122 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,1,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.397,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,1,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.446,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0.7,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.609,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.359,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.336 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0671 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.157 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0314 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.297 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0329 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.244 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0.3,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.366 -0.333,0.156,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.156,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0.9,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.488 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.488 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0,0.0495,0.259,0.259,0,0.8,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0,0.0495,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0.8,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0.5,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.25,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.435,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.38,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.554,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0.7,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0.5,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.315,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,1,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.359,0,0.122 -0.667,0.273,0.584,0.584,0,0,1,1,1,1,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.386,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0.7,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.326,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.478,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.253,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.253,0,0.244 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.554,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.543,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.31,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.495,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.207 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.289 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.167 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.135 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.189 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.185 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.343 -1,0.0768,0.334,0.334,0,0.3,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.137 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.104,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.104,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.195 -1,0.104,0.334,0.334,0,0.9,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0649 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0.5,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.283,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,1,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,1,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.481,0 -1,0.222,0.398,0.398,0,0.3,0.76,0.76,0.76,0,1,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.0601,0 -1,0.222,0.398,0.398,0,1,0.76,0.76,0.76,0,1,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.277,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0.3,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.451,0 -0.667,0.277,0.436,0.436,0,1,0.8,0.8,0.8,0,0,1,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.451,0 -0.667,0.277,0.436,0.436,0,1,0.8,0.8,0.8,0,0,1,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.283,0 -0.667,0.277,0.436,0.436,0,1,0.8,0.8,0.8,0,0,1,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.159,0 -0.667,0.277,0.436,0.436,0,1,0.8,0.8,0.8,0,0,1,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.0987,0 -0.667,0.277,0.436,0.436,0,1,0.8,0.8,0.8,0,0,1,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0.5,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.373,0 -0.667,0.274,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0.6,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.488 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0.3,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,0.1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.488 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0.3,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.413,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.726,0.639,0.639,0,1,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0.2,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.628 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.143 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.305 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.34 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.17 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.34 -0.667,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.136 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.204 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.102 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0.3,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.39,0.436,0.436,0,0.1,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.122 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0.5,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.348,0,0.281 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,1,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.408,0,0.366 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,1,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.473,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,1,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.543,0,0.0669 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,1,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.285,0,0.335 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,1,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.285,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0.1,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.484,0,0.122 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.565,0,0.122 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.348,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.446,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.478,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.473,0,0.122 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.366 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.366 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0.5,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0515,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.3,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.644,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0987,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.309,0.122 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.532,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.309,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0.5,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.488 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,0.3,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,0.1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.488 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.214 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.172 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0343 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.354 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.598 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.349 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.175 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0.3,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.332,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0.9,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.137 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.157 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0945 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.488 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.181 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.488 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.175 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.169 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.236 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.104,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.342 -1,0.104,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.103 -1,0.104,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0.5,1,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.353,0.0858,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,1,1,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.315,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,1,1,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.402,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,1,0,0.3,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.478,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,1,0,1,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,1,0,1,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0.1,0,1,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,1,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,1,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,1,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0.3,0.8,0.8,0.8,0,0,0.9,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -0.333,0.162,0.315,0.315,0,0.9,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.254 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.667,0.256,0.222,0.222,0,0.8,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.348,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.44,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.516,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.478,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0.2,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.217,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0.3,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0.1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.163,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0.5,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.597,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.8,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.6,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.356,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.0258,0.366 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.283,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.21,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.335,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.073,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.0987,0.122 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.137,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.361,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.421,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.283,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.236,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.173 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.277 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.181 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.166 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.166 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.548 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.125 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0625 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.274,0.315,0.315,0,0.3,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.279 -1,0.274,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.23 -1,0.274,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.274,0.315,0.315,0,0.5,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.551 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.414 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.166 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0994 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.409 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.147 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.331 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.266 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.506 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0984 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.189 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.151 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.173 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.488 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.238 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -0.333,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.488 -0.667,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0.3,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -0.667,0.328,0.621,0.621,0,1,0.96,0.96,0.96,0,1,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.515,0.366 -0.667,0.328,0.621,0.621,0,1,0.96,0.96,0.96,0,1,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.155,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,1,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,1,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0.3,0.94,0.94,0.94,0,0.5,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.8,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.6,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0.3,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.263,0.213,0.213,0,1,0.82,0.82,0.82,0,1,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.296,0 -1,0.263,0.213,0.213,0,0.5,0.82,0.82,0.82,0,1,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.137,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,1,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.3,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.386,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.21,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,1,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.369,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,1,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.361,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.309,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.0901,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.459,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.348,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.137,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.421,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.408,0.488 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.159,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.223,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.258,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.73,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.519,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.361,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0987,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.348,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.395,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.519,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.262,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.27,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.309,0.122 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0987,0.122 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.421,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.366 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.488 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.488 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0.8,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.366 -0.667,0.328,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -0.667,0.413,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -0.667,0.413,0.658,0.658,0,0.3,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,1,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.433,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0.5,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.073,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0.8,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.0386,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,1,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.21,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,1,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.283,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,1,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.481,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0.5,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.532,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.176,0.204 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.296,0.102 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.249,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.296,0.27 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.249,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.167 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.1 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.262 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.167 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0334 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.429 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.341 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.366 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.283 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.175 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.414 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0426 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.292 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.366 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.61 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.488 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.366 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.488 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.345 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.103 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.159 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0318 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0.5,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.506,0.167 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,1,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.172,0.234 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,1,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.481,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0.5,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.21,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.8,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.249,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,1,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.283,0.35 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,1,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.569,0.663 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,1,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.135,0.244 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0.5,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.361,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.185,0.167 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.455,0.167 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.0129,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.27,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.223,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.459,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.21,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.366 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0.3,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -1,0.332,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.345,0.491,0.491,0,0.1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.189 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.137 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.467,0,0.102 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.326,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.22,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.22,0,0.158 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.364,0,0.0634 -1,0.384,0.584,0.584,0,0,1,1,1,0.2,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.734,0,0 -1,0.384,0.584,0.584,0,0.3,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.538,0,0 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.398 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.184 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.488 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.135 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.164 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.156 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0624 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.171 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.488 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.366 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.488 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0.3,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0.9,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.489,0,0.244 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.565,0,0.122 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.783,0,0.244 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.446,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0.2,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0.3,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0.1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.156 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0936 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.472 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.308 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0.8,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.165 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.198 -1,0.308,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.308,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.308,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.226 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.167 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.1 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.349 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.349 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.14 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.312 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0352 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.211 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.488 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.124,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.249,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0.3,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0258,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,1,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.172,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,1,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.541,0.122 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0386,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.249,0 -0.667,0.235,0.287,0.287,0,0.3,0.84,0.84,0.84,0,0,0.9,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.249,0.172 -1,0.327,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.287,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.545,0.191 -1,0.328,0.297,0.297,0,0.1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.459,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.605,0.244 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.223,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.148,0.491,0.491,0,0.3,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.247,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -1,0.247,0.491,0.491,0,0.5,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.488 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.489,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,1,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.478,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.788,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.511,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0.2,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0.8,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.295 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.26 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.349 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0.5,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.0386,0.174 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0.3,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.408,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,1,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.369,0.17 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,1,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.309,0.0339 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.159,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.361,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.309,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.506,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.309,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.223,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.0129,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.629,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.444,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.605,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.112,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.0987,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.249,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.0129,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.283,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.0987,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.488 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.0129,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.309,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.309,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.283,0.122 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.558,0.122 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.309,0.122 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.172,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.309,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.137,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0987,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.258,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.21,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.341 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.3 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.488 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.214 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.157 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0941 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.488 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.332 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0663 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0.3,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0.3,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0.3,0.82,0.82,0.82,0,0.5,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.0258,0.366 -1,0.162,0.315,0.315,0,1,0.82,0.82,0.82,0,1,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.494,0 -1,0.156,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0.3,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.185,0.24 -1,0.156,0.213,0.213,0,0.5,0.82,0.82,0.82,0,0,1,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.382,0.122 -1,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.6,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.643 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.153 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.245 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.169 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.101 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.343 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.587 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.323 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0323 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0.5,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.337,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,1,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.391,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,1,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.255,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,1,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.462,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0.7,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.391,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.397,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.321,0,0.122 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.386,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.212,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.212,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.467,0,0 -0.667,0.235,0.297,0.297,0,0.8,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0.6,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.554,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,1,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.424,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,1,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,1,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.473,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,1,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.489,0,0.244 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0.2,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.467,0,0.244 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.418,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.429,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.265 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.066 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.33 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0.3,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.156,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.153,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.153,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.153,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.153,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.153,0.222,0.222,0,0.3,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.488 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.667,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.667,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.667,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.667,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.488 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0.8,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.142,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0.4,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.34 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.102 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.12 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.207 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.164 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.164 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.337 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.101 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.17 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.536 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0.3,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0.1,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.366 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.366 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.488 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0.3,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0.1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0.5,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.332,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.5,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.658,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.636,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0.1,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.284 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0969 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.225 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.174 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0695 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.329 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0987 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.122 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.178 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0.8,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,1,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.244 -1,0.0495,0.334,0.334,0,1,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0.8,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.301 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.288 -1,0.0768,0.334,0.334,0,0.3,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.104,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0.1,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.144 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.244 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.488 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.279 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.071 -0.667,0.247,0.491,0.491,0,0.3,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.248 -0.667,0.247,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -1,0.467,0.621,0.621,0,0.6,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.331 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.176 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.106 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.222 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.166 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.233 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.488 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.253 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.122 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.334 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.191 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.239 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.107 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0328 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.197 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.238 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.101 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.337 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.467 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.205 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0.5,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.283,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,1,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.519,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0.5,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.446,0.244 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.8,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.6,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0258,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0386,0.122 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.408,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.0129,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.489,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.142,0 -0.333,0.142,0.297,0.297,0,0.3,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.345,0.491,0.491,0,1,0.96,0.96,0.96,0.5,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.685,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.391,0,0.366 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.527,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.435,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0.7,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.516,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.37,0,0.244 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.576,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.418,0.532,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.226,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.226,0,0.122 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.3,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.44,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,1,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.1,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.157 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0629 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.488 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.61 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.61 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0.3,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.366 -1,0.0495,0.334,0.334,0,1,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.289 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.168 -1,0.0768,0.334,0.334,0,0.6,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.201 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.216 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.199 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0498 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.61 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.366 -0.667,0.163,0.436,0.436,0,0.8,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.507 -0.667,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.366 -0.667,0.163,0.436,0.436,0,0.8,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.122 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.244 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.488 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.239 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.366 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.1 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.301 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.342 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.137 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.498 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0341 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.154 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0615 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.177 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0.5,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.0858,0.165 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0329 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.558,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.519,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.223,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.3,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.468,0.141 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.348,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.519,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.0258,0.101 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.545,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.309,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.574,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.431,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.296,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.0258,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.309,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.283,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.159,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.579,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.541,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.0386,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.73,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.18,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.24,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.421,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0258,0.122 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.506,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.249,0.488 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.348,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.309,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.526,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.255,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.524,0.244 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.155,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.366 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0,0.0495,0.361,0.361,0,0.8,0.88,0.88,0.88,0,0,0,0.258,0.465,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0,0.0495,0.361,0.361,0,0.6,0.88,0.88,0.88,0,0,0,0.258,0.465,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.488 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.473,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.37,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.435,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.625,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0.6,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.34 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.204 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0.8,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.366 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.679,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.177,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.177,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.565,0,0.488 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.565,0,0.122 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0.2,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.429,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.353,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.0495,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.167 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.234 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.21 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.138 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,0.3,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.142,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.366 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.366 -0.667,0.148,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -0.667,0.148,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.667,0.148,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -0.667,0.148,0.491,0.491,0,0.9,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.488 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.175 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.246 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.488 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.323 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.168 -0.667,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.337 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.135 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.336 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.14 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.213 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.213 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.157 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0627 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.156 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.326 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.364 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.506 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.114 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.207 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.225 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0954 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.159 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.333,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0.5,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.679,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,1,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.304,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,1,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.614,0,0.122 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,1,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.571,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0.7,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0.5,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.258,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,1,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.137,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,1,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.433,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,1,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.0858,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,1,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0.3,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.433,0.23 -1,0.222,0.398,0.398,0,0.3,0.76,0.76,0.76,0,0,1,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.0129,0 -1,0.222,0.398,0.398,0,1,0.76,0.76,0.76,0,0,1,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.185,0 -1,0.308,0.398,0.398,0,0.1,0.76,0.76,0.76,0,0,1,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.137,0 -1,0.308,0.398,0.398,0,0,0.76,0.76,0.76,0,0,1,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.309,0.154 -1,0.308,0.398,0.398,0,0,0.76,0.76,0.76,0,0,1,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0617 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.5,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.262,0 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.0601,0 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.322,0.212 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.249,0 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.387,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.309,0.141 -1,0.387,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.0386,0.281 -1,0.387,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.387,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.442,0 -1,0.387,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.438,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.502,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.0601,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.137,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.0129,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.541,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.249,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.283,0.61 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.47,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.655,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.33,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.309,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.408,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.408,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.433,0.122 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.498,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.476,0.244 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.464,0.366 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.536,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.348,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.444,0 -0.667,0.237,0.222,0.222,0,0.3,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.457,0.122 -0.667,0.237,0.222,0.222,0,1,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.446,0 -0.667,0.235,0.259,0.259,0,0.5,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.395,0.244 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.519,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.408,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.361,0.122 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.468,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.223,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0987,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.249,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.438,0.236 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.253,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.0858,0.122 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.361,0.104 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.258,0.173 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.558,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.137,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.258,0 -1,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.451,0 -1,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.18,0 -1,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.262 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0689 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.345 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.103 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.164 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.176 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.475 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.141 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.158 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0315 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.185 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.348,0.122 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.309,0.298 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.247 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,1,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.223,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0.5,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.361,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.8,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.309,0.104 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.283,0.173 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.258,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.283,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,1,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.159,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,1,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.0386,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.691,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.348,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.137,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.519,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.296,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0.8,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.558,0 -0.333,0.144,0.361,0.361,0,0.6,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.283,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.236,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.27,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.236,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.0386,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.296,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.21,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.488 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.488 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.333,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.333,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.275,0.639,0.639,0,0.8,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.275,0.639,0.639,0,0.6,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.163 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.586 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.61 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.183 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0336 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.336 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.168 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.158 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0316 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0.3,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0.5,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.234,0,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,1,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.408,0,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,1,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.326,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,1,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.299,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,1,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.177 -1,0.104,0.334,0.334,0,1,0.72,0.72,0.72,1,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0355 -1,0.104,0.334,0.334,0,1,0.72,0.72,0.72,0.1,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.104,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.104,0.334,0.334,0,0.6,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.548 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0341 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.34 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.17 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.488 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.488 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.2 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0501 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.324 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.488 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0.5,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.473,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.451,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.473,0,0.244 -1,0.384,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.484,0,0.122 -1,0.384,0.584,0.584,0,0.3,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.179,0,0 -1,0.384,0.584,0.584,0,1,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.179,0,0.122 -1,0.384,0.584,0.584,0,1,1,1,1,0.1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.288,0,0 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.25,0,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.397,0,0 -1,0.467,0.621,0.621,0,0.3,0.96,0.96,0.96,0,0.5,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.236,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.337,0,0.244 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.3,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.462,0.438,0.366 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,1,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.567,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,1,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.206,0.244 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.579,0.244 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.361,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.249,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.27,0.488 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.296,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.309,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.433,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.446,0.366 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.249,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.836 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.296 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.243 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.257 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.173 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.139 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0.3,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0.1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0751 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.353 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.21 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.325 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.159 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.366 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.175 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.349 -0,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.182 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0.3,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.667,0.245,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0.5,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.153 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.667,0.238,0.361,0.361,0,0.8,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.238,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.366 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.259 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.173 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.139 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.087 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.104,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.332 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.106 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.199 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.366 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.244 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.248 -0.667,0.263,0.213,0.213,0,0.3,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.156,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0.5,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.366 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0,0.0495,0.297,0.297,0,0.3,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0,0.0495,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0.5,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,1,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.223,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,1,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.309,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,1,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0.3,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.455,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,1,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.309,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0.1,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.0858,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.249,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.738,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.283,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.223,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.408,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.361,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.283,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.486,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.492,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.211 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.17 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.102 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.244 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.177 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.344 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.103 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0.5,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.369,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,1,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.309,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,1,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.369,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0.5,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.249,0.165 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0.8,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0661 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,1,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.249,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,1,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0.1,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.488 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.177 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.071 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.273 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0.8,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0.6,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.61 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.488 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0.3,0.82,0.82,0.82,0,0,0,0.258,0.465,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0.1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.667,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.488 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.31,0,0 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.435,0,0 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.228,0,0 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.228,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.315,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0.1,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.587,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.478,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.489,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.391,0,0.488 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.429,0,0.122 -0.667,0.233,0.359,0.359,0,0.8,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.37,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.198,0,0.122 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.198,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.366 -0.667,0.268,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.268,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.366 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.108 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.163 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.122 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.327 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.155 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.605,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.309,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0.1,0.2,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.361,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,1,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.369,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,1,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.361,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.258,0.244 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.3,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.61 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.366 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.202 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.202 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.239 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.299 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.354 -1,0.338,0.488,0.488,0,0.8,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,1,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.408,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0.5,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.27,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0.8,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,1,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.0858,0 -1,0.377,0.58,0.58,0,0.2,1,1,1,0,0,1,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.0515,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,1,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.296,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,1,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.648,0.134 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0.7,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.352,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.0601,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.193 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.193 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.145 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.268 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.338 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.162 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0972 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.222 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.214 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.157 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0629 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.366 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.16 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.096 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.488 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.488 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.138 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.734,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.185,0,0.488 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.185,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.266,0,0.171 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.418,0,0.343 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.1,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.424,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0.8,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.205 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0.4,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.159 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0.5,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.137,0.17 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,1,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.0129,0.0339 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,1,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.309,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,1,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.223,0.244 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,1,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0.2,0.1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.433,0.277 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.283,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.579,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.283,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.459,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.571,0.219 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.309,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.185,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.0515,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.27,0.167 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.0129,0.334 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.124,0.0334 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.283,0.366 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.249,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.137,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.296,0.122 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.481,0.122 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.236,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.149 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.161 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.202 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.253 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.162 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0.8,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.366 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0.5,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.249,0.122 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,1,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,1,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.567,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,1,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.421,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,1,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.506,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0.2,0.1,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.446,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,1,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.309,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,1,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.361,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,1,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.249,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,1,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.369,0.122 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.283,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.197,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.258,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.309,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.0987,0.366 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0.3,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.23,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0.9,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.25 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.488 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.366 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.16 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0.5,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.27,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,1,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.27,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,1,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.0601,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0.6,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.249,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.7,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,1,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.382,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,1,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.283,0.244 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,1,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.0987,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0.4,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.124,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.322,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.0601,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0.3,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.233,0.359,0.359,0,0.7,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.366 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.61 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.375,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.359,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.435,0,0.366 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.353,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.625,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.5,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.37,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.467,0,0.122 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,1,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,1,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.375,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,1,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.283,0,0.122 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,1,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.511,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0.5,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.652,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.168 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.168 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.177 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.355 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0355 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.115 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0.3,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.135,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0.3,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.168 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.324 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0.3,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,0.5,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.364,0,0.244 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,1,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.446,0,0 -0.667,0.232,0.221,0.221,0,0.9,0.84,0.84,0.84,1,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.549,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,1,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.348,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0.6,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.331 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.221 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.377,0.58,0.58,0,0,1,1,1,0.5,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.647,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.478,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.408,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.424,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.236,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.236,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.375,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.438,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.219,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.435,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.658,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.451,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.538,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.484,0,0.163 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.326,0,0.0326 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.478,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.435,0,0.122 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.227 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0.8,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.24,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0.5,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.366 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.366 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.366 -0,0.0495,0.359,0.359,0,0.8,0.88,0.88,0.88,0,0,0,0.258,0.465,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0.6,0.88,0.88,0.88,0,0,0,0.258,0.465,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.209 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.253 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0676 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.257 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.488 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,0.8,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.159 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0637 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.279 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0698 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.488 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.488 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.488 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.187,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.187,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.366 -1,0.187,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.187,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.187,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.187,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.292 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0339 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.237 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.597 -1,0.22,0.396,0.396,0,0.3,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.344 -1,0.22,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0689 -1,0.305,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.305,0.396,0.396,0,0.5,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.305,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.128 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.196 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0652 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.189 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.364 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.165 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0659 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.366 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.121 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0.5,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.348,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,1,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.391,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,1,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.253,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,1,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.571,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,1,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0.2,0.1,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.309,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,1,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.073,0.161 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,1,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.506,0.0646 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0.6,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.408,0.258 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.395,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.167 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.234 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.366 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.61 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.533,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.315,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.299,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.25,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0.5,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.505,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.277,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.277,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.408,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.473,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.413,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.375,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.473,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.554,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.304,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.614,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.31,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.353,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.511,0,0.122 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.364,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.732 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.157 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0629 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.117 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.209 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.14 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.209 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.174 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.261 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.122 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.244 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.488 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.202 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.488 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.366 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0.3,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0.9,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.5,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.571,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.326,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.489,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.663,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.6,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.17 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.224 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.301 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.898 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.355 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.419 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.649 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.161 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.295 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.104 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.311 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.332 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.133 -0.333,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.333,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.333,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.333,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.209 -0.333,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.244 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0.5,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.283,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,1,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.373,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,1,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0.6,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.0987,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0.7,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,1,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.0386,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,1,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.249,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.249,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.159,0.122 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.657,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.309,0.122 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.223,0.244 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.0129,0.244 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.0386,0.174 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.262 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.245,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.335,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.348,0.219 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.395,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.0515,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.283,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.369,0.344 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.322,0.566 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.35 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.33,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.309,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.0601,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.137,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.0644,0.244 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.361,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.223,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.172,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.223,0.122 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.249,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.296,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.185,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.223,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.472,0.366 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.639,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.283,0.122 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.421,0.244 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.471 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.133 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.167 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.134 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.292 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0339 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.17 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.258,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.395,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.288,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0.7,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.444,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0.6,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.444,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.399,0 -0.333,0.145,0.23,0.23,0,0.3,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.137,0.122 -0.333,0.145,0.23,0.23,0,1,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,1,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,1,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.488 -0.333,0.145,0.23,0.23,0,1,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0.3,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0.5,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.179 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.156 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0625 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.365 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.142 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.188 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.235 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.344 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.655 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.511 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.394 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.165 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.198 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,0.8,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.169 -1,0.162,0.432,0.432,0,0.6,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.124 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.521 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.231 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.131 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.287 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.19 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0474 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.61 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0.3,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.23,0.294,0.294,0,0.1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.488 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.147 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.244 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.244 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.169 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0678 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0.5,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.587,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.446,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.293,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.533,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0.6,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.166 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0331 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.53 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0668 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.131 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.23 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.366 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.366 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0.8,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0.6,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.263 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.366 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.294 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0344 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.659 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0341 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.158 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0947 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.241 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.206 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.241 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.244 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.122 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.259 -1,0.377,0.58,0.58,0,0.1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.366 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.366 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.224 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.488 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.207 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.128 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.128 -1,0.0504,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.344 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0688 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.169 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.337 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.273 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.244 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.244 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.244 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.244 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0.3,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0.9,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.488 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.242,0.488,0.488,0,0.8,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.377,0.58,0.58,0,0.2,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.571,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.554,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.549,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.516,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.1,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.522,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.679,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.488 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -0.667,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.366 -0.667,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.244 -0.667,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.384 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.167 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.1 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.147 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.177 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.353 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0.8,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0.6,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.366 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.146,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.333,0.0495,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.268,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.227 -1,0.377,0.58,0.58,0,0.3,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.167 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.167 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.252 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.068 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.34 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.102 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.343 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.24 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.174 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.279 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.166 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.167 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.167 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.244 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.176 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.488 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0.3,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.108 -0.333,0.145,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0.1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.146,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.488 -0.333,0.146,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0.5,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.332 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.155 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.924,0,0.156 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.272,0,0.0938 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.457,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.533,0,0.361 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.137 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0.5,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.213 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.35 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.158 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0632 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.244 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.366 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,1,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0.236,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,1,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0.137,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,1,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0.579,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,1,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0.223,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0.7,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0.322,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0.6,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0.348,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,1,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.489,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,1,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.588,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,1,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.382,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,1,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.481,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0.9,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.27,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.296,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.0987,0.171 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.0258,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.296,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.177 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.177 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.325 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.175 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0701 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.262 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0328 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.138 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.366 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.488 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0.5,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.0258,0.244 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,1,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,1,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0.6,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0.7,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,1,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,1,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0.1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.299 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.475 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.402 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0947 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.342 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0684 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0.8,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0.5,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.369,0 -1,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,1,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.208,0 -1,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,1,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.148,0 -1,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0.6,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.283,0 -1,0.362,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0.7,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.73,0 -1,0.362,0.212,0.212,0,1,0.82,0.82,0.82,0,0,1,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.382,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,1,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.0601,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,1,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,1,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.644,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0.8,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.0515,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0.5,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.137,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.361,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.249,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.0987,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.519,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.309,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.359,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,1,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.587,0,0.122 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,1,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,1,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.685,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,1,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.391,0,0.122 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0.1,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.266,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.511,0,0.244 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.182,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.182,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.842,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.484,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.505,0,0.122 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.473,0,0.122 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.457,0,0.366 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,1,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.533,0.249,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,1,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.258,0.488 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,1,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0.1,0.2,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.506,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,1,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.457,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,1,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.135,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0.5,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.554,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.433,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.556,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.53,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.395,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.488 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0946 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.143 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.528 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0972 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.454 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.488 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.345 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0689 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.122 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.122 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.122 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.244 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.488 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.2 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0499 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.242 -1,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.171 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0683 -1,0.258,0.212,0.212,0,0.8,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.258,0.212,0.212,0,0.6,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.245 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0997 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0665 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0.3,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -1,0.324,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -1,0.324,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -1,0.324,0.221,0.221,0,0.3,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,1,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.519,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0.5,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.0858,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.8,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,1,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.258,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.9,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.0858,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.488 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.27,0.244 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.421,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.373,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.223,0.244 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.249,0.366 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.223,0.366 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.137,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0.8,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.61 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -0.667,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.122 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.191 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.402 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.276 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.366 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.122 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.387 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0.3,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.244 -0.333,0.162,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.333,0.16,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0.7,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.488 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.61 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.366 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.333,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.305,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.414 -1,0.305,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.305,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.318 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.192 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0775 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.366 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.366 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.366 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.366 -0.333,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0.5,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.5,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.353,0,0.122 -0.667,0.268,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.582,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.266,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0.6,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.424,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.353,0,0.194 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.429,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.347 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.353 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.61 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.34 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.34 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.068 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.466 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0334 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.213 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.355 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.106 -1,0.381,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.381,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.381,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.234 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.104 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.209 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.488 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0.3,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0.5,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.332,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.402,0,0 -1,0.268,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.268,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.636,0,0 -1,0.268,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.424,0,0.122 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.326,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0.5,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.408,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.418,0,0.244 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.266,0,0.488 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.408,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.799,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.258,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.258,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.44,0,0.366 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.592,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.255,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.734,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.332,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.326,0,0.244 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.766,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.435,0,0.19 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.236,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.236,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0988 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.332 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0663 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.169 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.338 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.168 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.202 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.349 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.279 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0.5,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.359,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,1,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.25,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,1,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.799,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,1,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0.6,0.5,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.309,0.122 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.309,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.382,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0.6,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.519,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0.7,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.382,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.369,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.425,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.227,0.122 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.275,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.433,0 -0.667,0.232,0.221,0.221,0,0.3,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.21,0 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.137,0 -0.667,0.232,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.0987,0 -0.667,0.232,0.221,0.221,0,0.9,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.309,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.476,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.464,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.442,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.0858,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.399,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.395,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.0601,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.366 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.319 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.197 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.5,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.429,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.571,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.625,0,0.244 -1,0.377,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.424,0,0.612 -1,0.377,0.58,0.58,0,0,1,1,1,0.6,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.549,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.277,0,0.171 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.522,0,0.0342 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.315,0,0 -1,0.461,0.616,0.616,0,0.3,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.59,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.41,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.41,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.529 -1,0.41,0.653,0.653,0,0.5,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0652 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0537 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.168 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.223 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.732 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0504,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0504,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0504,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0504,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0504,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.112 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.173 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.104 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.488 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.184 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.366 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.366 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.488 -0.667,0.233,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.488 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0.5,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.324,0.616,0.616,0,0.8,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.59,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.366 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,0.8,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0499,0.304,0.304,0,1,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.103,0.331,0.331,0,1,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.432,0.432,0,0.8,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,0.2,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -1,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.134 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.349 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.331 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.14 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.297 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.33 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.033 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.167 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.445 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.38,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,1,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.377 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,1,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.462,0,0.2 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,1,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.533,0,0.244 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.62,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0.1,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.37,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.571,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.571,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.337,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.408,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0.8,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0.6,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0.5,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.473,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.636,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.6,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0.5,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.435,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.402,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.228,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.37,0,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0.6,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.366 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.189 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0946 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.159 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.13 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0.8,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0.5,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.0129,0 -1,0.381,0.313,0.313,0,1,0.82,0.82,0.82,0,1,0,0.313,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.381,0.313,0.313,0,1,0.82,0.82,0.82,0,1,0,0.313,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.373,0 -1,0.381,0.313,0.313,0,1,0.82,0.82,0.82,0,1,0,0.313,0.53,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.0987,0 -1,0.362,0.212,0.212,0,1,0.82,0.82,0.82,0,1,0,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.362,0.212,0.212,0,1,0.82,0.82,0.82,0,0.2,0.1,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.356,0 -1,0.362,0.212,0.212,0,1,0.82,0.82,0.82,0,0,1,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.414,0 -1,0.362,0.212,0.212,0,0.6,0.82,0.82,0.82,0,0,1,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.23,0.244 -1,0.362,0.212,0.212,0,0,0.82,0.82,0.82,0,0,1,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.27,0 -1,0.362,0.212,0.212,0,0,0.82,0.82,0.82,0,0,1,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.137,0.122 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.431,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.384,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.361,0.488 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.361,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.0386,0 -1,0.335,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -1,0.335,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.262,0 -1,0.335,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.335,0 -1,0.335,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -1,0.335,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.47,0 -1,0.335,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.431,0 -1,0.324,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.163,0 -1,0.324,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.163,0 -1,0.324,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.309,0.61 -1,0.324,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -1,0.324,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.322,0 -1,0.324,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.309,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.309,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.369,0.122 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.219,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.33,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.283,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.283,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.356,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.156 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.338,0.488,0.488,0,0.8,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.61 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.59,0.653,0.653,0,0.5,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -0.667,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.295 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.159 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.128 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.337 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.236 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.298 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.342 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.173 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.158 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.366 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.366 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.366 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.259 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.402,0,0.122 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.315,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.234,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.234,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.647,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0.1,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.478,0,0.244 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.484,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.467,0,0.31 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.435,0,0.356 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.516,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.345 -1,0.338,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.138 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.312 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.307 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.377,0.58,0.58,0,0.3,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0.5,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.0987,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,1,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.506,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0.3,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.425,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.464,0.488 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.382,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.73,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.309,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,1,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.361,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0.2,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.348,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.321 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.168 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0671 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.297 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.187 -1,0.305,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0935 -0.667,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.157 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.156 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0624 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.488 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.244 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.61 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.285,0.285,0,0.8,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0.6,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.488 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.366 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,0.8,1,1,1,0.5,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.353,0,0.193 -1,0.377,0.58,0.58,0,1,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.554,0,0 -0.667,0.268,0.58,0.58,0,1,1,1,1,1,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.451,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,1,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.527,0,0 -1,0.377,0.58,0.58,0,1,1,1,1,0.6,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.274,0,0 -1,0.377,0.58,0.58,0,0.8,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.274,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.366 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.326 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0652 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,1,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.519,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,1,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.236,0.271 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,1,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.309,0.0339 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0.1,0.2,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.459,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,1,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.112,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,1,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,1,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.283,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,1,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.296,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,1,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.296,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,1,0.393,0.451,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.309,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,1,0.393,0.451,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.322,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,1,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0.1,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.369,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.348,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.369,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.322,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.348,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.309,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.296,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.472,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.309,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0.309,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0.369,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0.232,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0.236,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0.558,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0.0987,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0.249,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0.361,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0.468,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0.309,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0.361,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0.382,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0.631,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0.309,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.244 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.396 -0.667,0.0495,0.396,0.396,0,0.3,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.122 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.153 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0612 -0.333,0.163,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0.4,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.488 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0.3,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.236,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.366 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.488 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.196 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.136 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.36 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.339 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0677 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0.3,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.149 -0.667,0.136,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.34 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.34 -0.333,0.163,0.432,0.432,0,0.9,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.558 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.1 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.575 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.237 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.135 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.275 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.309 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.337 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.167 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0668 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.264 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0659 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.138 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.142 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.198 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.234 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.352 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.341 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0682 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.281 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0956 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.289,0.58,0.58,0,0.8,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0.6,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.364,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.647,0,0.122 -0.667,0.289,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.359,0,0.244 -0.667,0.289,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.342,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0.1,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.391,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.366 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.337 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.303 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.366 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.299 -1,0.397,0.543,0.543,0,0.3,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.397,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.397,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0.3,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,1,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.163,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0.5,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.312 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.285 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.22 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.134 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.31 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0335 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.201 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.344 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.103 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0.5,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.473,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.761,0,0.283 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.435,0,0.161 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,1,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.549,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0.6,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.488 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.337,0,0.122 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.527,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0.5,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.296,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,1,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.309,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0.3,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.137,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,1,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.309,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,1,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,1,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.373,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,1,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.0601,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,1,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.1,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.369,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.369,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.0258,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.348,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.472,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.249,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.258,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.73,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.408,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.0601,0.122 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.543,0.366 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.47,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.249,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.0515,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.0601,0 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.0987,0.122 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.575,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.313,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.631,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.193,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.451,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.579,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.159,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.309,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.0601,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.0258,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.408,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.382,0.122 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.137,0.244 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.407 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.098 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.289,0.58,0.58,0,0.1,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.334 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.289,0.58,0.58,0,0,1,1,1,0.5,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.37,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.38,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.418,0,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.293,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.321,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.315,0,0 -1,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.446,0,0 -1,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.473,0,0.122 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.457,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.582,0,0.488 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.244 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.122 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.339 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.366 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0.3,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.256,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0.5,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.488 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.366 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.488 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.366 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.488 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.488 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.366 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.341 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0341 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0.3,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.788,0.635,0.635,0,0.1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.217 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0.5,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.137,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,1,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.236,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0.3,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.124,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,1,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.421,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.545,0.349 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.459,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.309,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.0386,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.433,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.0386,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.122 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.345 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.192 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.122 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.353 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0353 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.333 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.2 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.339 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0678 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.244 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0.5,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.462,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.625,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.408,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,1,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.495,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0.6,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.234,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.234,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.299,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.114 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.333 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0998 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.366 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0.8,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,1,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.366 -0.333,0.142,0.258,0.258,0,1,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,1,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0.5,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0.8,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0.6,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0.5,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.391,0,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,1,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.44,0,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,1,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.332,0,0.122 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,1,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.413,0,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0.6,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.215,0,0 -1,0.353,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.215,0,0 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.467,0,0 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0.8,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.488 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.273 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.147 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.147 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.488 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.366 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.441 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.246 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.158 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0.5,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.462,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.565,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.549,0,0.122 -1,0.408,0.58,0.58,0,0.8,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.429,0,0 -1,0.408,0.58,0.58,0,1,1,1,1,0.6,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.286,0,0 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.572,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.38,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.488 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.279 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0941 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.326 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0326 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.328 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.207 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.164 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.387,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.387,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.352 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.211 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.366 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.488 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.488 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0.3,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0.1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.366 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.366 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.174 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.348 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.104 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.366 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.159 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.173 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.328 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.262 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.228 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0652 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.193 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0964 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.199 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.417 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.135 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0327 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.327 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0327 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.306 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.283 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.113 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0.3,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,1,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,1,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0.5,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.166 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.199 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.131,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.331,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.131,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.331,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.102 -1,0.131,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.331,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.131,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.331,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.155 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0311 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.301 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0334 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.17 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.278 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.366 -0.667,0.274,0.313,0.313,0,0.3,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.288,0,0.122 -0.333,0.162,0.313,0.313,0,1,0.82,0.82,0.82,1,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.571,0,0 -0.667,0.274,0.313,0.313,0,1,0.82,0.82,0.82,1,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.168,0,0 -0.667,0.274,0.313,0.313,0,1,0.82,0.82,0.82,1,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.168,0,0 -0.667,0.274,0.313,0.313,0,1,0.82,0.82,0.82,1,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.457,0,0 -0.667,0.263,0.212,0.212,0,1,0.82,0.82,0.82,0.1,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0.9,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0.5,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.366 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.5,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.63,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.397,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.598,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.424,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.6,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.277,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.277,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.337,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.603,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.244 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.177 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0354 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.366 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.442 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,0,1,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.236,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,1,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.258,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,1,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.519,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,1,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.309,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0.5,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.0601,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0.8,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,1,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.421,0 -1,0.518,0.616,0.616,0,0.3,0.96,0.96,0.96,0,0,1,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.309,0 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,1,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.369,0 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0.2,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.554,0 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.262,0.122 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.283,0.244 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.429,0.366 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.631,0 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.223,0 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.27,0 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.296,0.122 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.788,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.524,0 -1,0.788,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.476,0 -1,0.788,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.788,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.151 -1,0.788,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.571,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0.9,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.407 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.526 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.248 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.218 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.178 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.127 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.203 -1,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.184 -1,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.138 -1,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -1,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -1,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.236 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.462,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,1,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.565,0,0.244 -0.667,0.237,0.221,0.221,0,0.8,0.84,0.84,0.84,1,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.366 -0.667,0.237,0.221,0.221,0,1,0.84,0.84,0.84,1,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.446,0,0 -0.667,0.237,0.221,0.221,0,1,0.84,0.84,0.84,1,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.38,0,0.244 -0.667,0.235,0.258,0.258,0,1,0.84,0.84,0.84,1,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.554,0,0 -0.667,0.235,0.258,0.258,0,1,0.84,0.84,0.84,0.5,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.667,0.235,0.258,0.258,0,1,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,1,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.587,0,0 -0.667,0.235,0.258,0.258,0,1,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.375,0,0 -0.667,0.235,0.258,0.258,0,1,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.609,0,0 -0.667,0.235,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.435,0,0 -0.667,0.235,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.236,0,0 -0.667,0.235,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.236,0,0 -0.667,0.235,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.424,0,0 -0.667,0.235,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.429,0,0 -0.667,0.235,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.429,0,0 -0.667,0.236,0.294,0.294,0,0.1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.587,0,0.244 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.321,0,0.122 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.364,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.549,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.446,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.397,0,0.244 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.397,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.62,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.236,0,0.122 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.236,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.495,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.37,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.505,0,0.122 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.451,0,0.244 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.38,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.554,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.321,0,0.122 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.337,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.446,0,0.488 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.326,0,0.122 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.429,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.44,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.25,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.457,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.435,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.582,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.582,0,0.244 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.435,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.153 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.061 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.264 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.281 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0956 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.122 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.354 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0354 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.165 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.132 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.488 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.366 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0.3,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,1,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0.5,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0.5,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.5,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.408,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.375,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.418,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.6,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.277,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.533,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.467,0,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.533,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.424,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.182,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.182,0,0.244 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.413,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.527,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.359,0,0.488 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.408,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.359,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.587,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.326,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.386,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.576,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.446,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0506,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.244 -0.667,0.0506,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0506,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.342 -0.667,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.348 -0.667,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.032 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.288 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0.5,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.361,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,1,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,1,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0.5,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.17 -0.333,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0.8,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.238 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,1,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0.9,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.366 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.488 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.44,0,0 -1,0.252,0.488,0.488,0,1,0.96,0.96,0.96,1,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.337,0,0 -1,0.289,0.58,0.58,0,1,1,1,1,1,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.289,0.58,0.58,0,1,1,1,1,1,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.56,0,0.366 -1,0.408,0.58,0.58,0,1,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.375,0,0.244 -1,0.408,0.58,0.58,0,1,1,1,1,0.1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.38,0,0 -1,0.408,0.58,0.58,0,0.4,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.446,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.462,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.353,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.321,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.219 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.308 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0.3,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0,0.0495,0.221,0.221,0,0.8,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.221,0.221,0,0.6,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.366 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0.5,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.489,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,1,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.473,0,0.366 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,1,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.56,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,1,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.658,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0.6,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.685,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.522,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.462,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.418,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.446,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.304,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.652,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.366 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.587,0,0.488 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.391,0,0.244 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.484,0,0.366 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.609,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.37,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0.5,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.533,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.467,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.522,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.418,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.179,0,0.17 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.179,0,0.0681 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.424,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.538,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.5,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.293,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.511,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.473,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.647,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.353,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.264,0,0.421 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.264,0,0.106 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.402,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.728,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.246 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.17 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.202 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.208 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.162 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.341 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.341 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.102 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.175 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.035 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.165 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.287 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.168 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.202 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -1,0.327,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.167 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.338 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.488 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.289,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.289,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.289,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0.9,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.366 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.366 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.333,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.211 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.134 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.167 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.26 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.161 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.161 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.342 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.308 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0312 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.218 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.34 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.034 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.366 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.204 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.488 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.245 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0925 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0.3,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0.4,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.183 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.185 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.337 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.333 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.654 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.385 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,1,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.21,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,1,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.457,0.249,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,1,1,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.418,0,0.122 -1,0.353,0.488,0.488,0,0.8,0.96,0.96,0.96,1,0,0.3,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.185,0 -1,0.353,0.488,0.488,0,1,0.96,0.96,0.96,1,0,1,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.255,0.309,0 -1,0.353,0.488,0.488,0,1,0.96,0.96,0.96,1,0,1,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.522,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,0.1,0,1,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.408,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0.7,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.408,0.309,0 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.283,0.427,0 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.171,0.217,0 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.171,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,1,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.522,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.1,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.592,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.424,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.457,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.462,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.609,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0.1,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -1,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0.5,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.348,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,1,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.685,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,1,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.538,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,1,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.299,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,1,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.19,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,1,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.19,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.488 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.366 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.488 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0.3,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.366 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.61 -1,0.518,0.616,0.616,0,0.4,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.333 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0999 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.366 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.163 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.195 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.105 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0.3,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.1 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.147 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0.3,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.245,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0.5,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.402,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,1,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.592,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,1,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,1,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.462,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,1,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.435,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0.1,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.332,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.353,0,0.122 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.366 -1,0.331,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -1,0.328,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -1,0.328,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.17 -1,0.328,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.549 -1,0.328,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -1,0.328,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0.5,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.418,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.326,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,1,0,0,0.294,0.567,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.38,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.402,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0.6,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.31,0,0.218 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.5,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.457,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.364,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0.5,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.326,0.223,0.174 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,1,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.182,0,0.4 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0.3,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.182,0.249,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,1,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.124,0.488 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,1,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.223,0.366 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,1,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.567,0.15 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,1,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.348,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,1,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0.1,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.172,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.0258,0.488 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.322,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.433,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.185,0.244 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.112,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.164 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.488 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.163 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0978 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.172 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.103 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.163 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.354 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0354 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.172 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.069 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.205 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.488 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.247 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.291 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.237 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.224 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.339 -1,0.408,0.58,0.58,0,0.5,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.224 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.332 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.219 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.303 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0674 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.527 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.161 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.17 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0679 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -0.667,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0733 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.288 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.351 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.158 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.063 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,1,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0.309,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,1,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.418,0.309,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,1,1,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.402,0.309,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0.3,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0.506,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,1,0,1,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.364,0.395,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.38,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,1,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.575,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0.5,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.511,0.412,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.462,0.296,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.459,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.348,0.15,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.446,0.476,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.167,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.296,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.283,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.309,0.122 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.283,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.0515,0.122 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.472,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.631,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.309,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.433,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.112,0.122 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.258,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.408,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.459,0.244 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.258,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.395,0.122 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.496,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.521,0.61 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.369,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.159,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.0386,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.366 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.366 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.366 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.131,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.331,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.322 -1,0.131,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.331,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.131,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.331,0.407,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.167 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.1 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.172 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0.8,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.488 -0.667,0.277,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.244 -0.333,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0.5,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.134 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.17 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.4 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.168 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.136 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0.5,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.124,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,1,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,1,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.296,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0.5,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.391,0.122 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0.8,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.313,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.5,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.236,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.309,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.296,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.258,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.249,0 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.159,0 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.472,0 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.0386,0 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.283,0 -0.667,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.0258,0 -1,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.519,0 -1,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.275,0 -1,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.335,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.124,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.0386,0.488 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.614,0.366 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.155,0.122 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.296,0.122 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.408,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.185,0.291 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0338 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.373,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.249,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.137,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.21,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.519,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0.3,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.05,0.304,0.304,0,1,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.05,0.304,0.304,0,0.5,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.179 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,0.3,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.432,0.432,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0.5,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.222 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.156 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0312 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.488 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,1,0,0.244 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,1,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,1,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.326,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,1,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.418,0,0.488 -0.667,0.289,0.58,0.58,0,0,1,1,1,1,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.326,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0.1,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.451,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0.5,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.636,0,0.122 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.489,0,0.122 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.587,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0.6,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.364,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.283,0,0.244 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.296,0.635,0.635,0,0.8,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.296,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.122 -0.667,0.296,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.397,0.543,0.543,0,0.9,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.333 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.2 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.129 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0966 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.547 -1,0.104,0.331,0.331,0,0.3,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.104 -1,0.104,0.331,0.331,0,1,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.222,0.396,0.396,0,0.1,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.137 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.309 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.366 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.244 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.488 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.315 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.341 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0.8,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.397,0,0.122 -1,0.518,0.616,0.616,0,1,0.96,0.96,0.96,1,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.533,0,0.244 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0.5,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.424,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.337,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0.1,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.56,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.239,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.848,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.478,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.527,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.239,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.366 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.31,0,0.488 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0.5,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.451,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.375,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,1,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.467,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,1,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.413,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,1,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.174,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,1,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.174,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.23 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.104 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.173 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0.3,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.359,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.221,0.53,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.343,0.23,0.23,0,0.1,0.8,0.8,0.8,0,0,0,0.23,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -1,0.343,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -1,0.343,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -1,0.343,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -1,0.343,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.144,0.359,0.359,0,0.8,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.239,0.359,0.359,0,0.9,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.732 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.366 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.333,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.154 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.306 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.288 -0.667,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.122 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.35 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.15 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.257 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0679 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.34 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.136 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.284 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.176 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0703 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.366 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.732 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.244 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.244 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,0.3,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.542,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -0.667,0.223,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.223,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.366 -0.667,0.223,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.244 -0.667,0.223,0.543,0.543,0,1,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.122 -0.667,0.223,0.543,0.543,0,0.4,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.156 -0.667,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.122 -0.667,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.366 -0.667,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.122 -0.667,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.244 -0.667,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.122 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.278 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.122 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.122 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.341 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.156 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.122 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.341 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.334 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.14 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.194 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.13 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.122 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.316 -1,0.334,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -1,0.353,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.122 -1,0.353,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.162 -1,0.353,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0649 -1,0.353,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.121 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.212 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.716 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.284 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.276 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.488 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.244 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.122 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.295 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.488 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.122 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.244 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.244 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.167 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.234 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.285 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.122 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0.3,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.177 -0.667,0.263,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.141 -0.667,0.263,0.212,0.212,0,0.1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.329 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0658 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.273 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.19 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0.3,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,1,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0.9,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.397,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,1,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.438,0,0.122 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,1,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.219,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,1,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.484,0,0.366 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,1,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.212,0,0.122 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0.1,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.488 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.24 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.366 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.658 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.55 -0.667,0.289,0.58,0.58,0,0.8,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,1,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0353 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.353 -1,0.408,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.353 -1,0.408,0.58,0.58,0,0.9,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.141 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.49 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.333,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.333,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.156 -0.333,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.122 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0.3,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,1,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0.9,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0.5,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.309,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.446,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0.5,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.249,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0.8,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.408,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.27,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,1,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.2,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.421,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.258,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.232,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.296,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.333 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.41 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.247 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0985 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.652 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.366 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.244 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.488 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.122 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.366 -0.667,0.239,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.244 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.239,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.366 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.488 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.61 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0,0.0495,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -0.333,0.206,0.616,0.616,0,0.8,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.333,0.206,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.333,0.206,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.333,0.256,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.333,0.256,0.653,0.653,0,0.5,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.432 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0917 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,1,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.356,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,1,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.223,0.175 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,1,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.175 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0.3,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.283,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,1,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.0987,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,1,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,1,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,1,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.34 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,1,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.34 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0.1,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.271 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.175 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.035 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.244 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.122 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.244 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0.3,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,1,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0.5,0.84,0.84,0.84,0,0.5,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.395,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,1,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.0644,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.3,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,1,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.296,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,1,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,1,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.309,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.7,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.296,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.506,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.352,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.142,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.485,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.236,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.185,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.519,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.427,0.488 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.217,0.122 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.348,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.395,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.223,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.459,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.223,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.073,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.0258,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.122 -1,0.353,0.488,0.488,0,0.8,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.236,0 -1,0.353,0.488,0.488,0,0.6,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.236,0.122 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.258,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.636 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.274 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.594 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0627 -1,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.533,0,0.0941 -1,0.362,0.616,0.616,0,0,0.96,0.96,0.96,1,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.315,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.264,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.264,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,1,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.424,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0.1,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.571,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.777,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.312,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.312,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.353,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.359,0,0.244 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.353,0,0.706 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.386,0,0.102 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.122 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.366 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.324 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0324 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.17 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.272 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.122 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.386 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.177 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0706 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.178 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.366 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.122 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.122 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.244 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.122 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.244 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.122 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.335 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0.5,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.304,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.315,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.516,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.527,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.511,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,1,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0.3,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0.5,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.244 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.122 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.488 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.122 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.244 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.244 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.256 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.366 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.488 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.117 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.366 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0351 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.351 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -1,0.286,0.315,0.315,0,0.8,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.457 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.539 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.034 -1,0.392,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.392,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.14 -1,0.392,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -1,0.392,0.213,0.213,0,0.4,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.195 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0974 -1,0.392,0.213,0.213,0,0.8,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,0.1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.4 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.488 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.402,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.293,0,0.122 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.166,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,1,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.166,0,0.244 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,1,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.522,0,0.122 -0.667,0.249,0.259,0.259,0,0.8,0.84,0.84,0.84,0.2,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.571,0,0 -0.667,0.249,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.277,0,0 -0.667,0.249,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0.1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0.8,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.488 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.385 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0701 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0701 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.28 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.295 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.138 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0.9,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.16 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.462 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.129 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.18 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.488 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.366 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.732 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0.8,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.327 -1,0.286,0.315,0.315,0,0.5,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0327 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.488 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,1,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.361,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,1,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.309,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,1,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0987,0.244 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.3,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.262,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.433,0.488 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0601,0.244 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.4,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.421,0.122 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.249,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,0.8,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.519,0 -0.667,0.15,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.283,0 -0.667,0.15,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.408,0 -0.667,0.259,0.361,0.361,0,0.5,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.288,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.236,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.369,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.309,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.348,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.459,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.421,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.556,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.423,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.369,0.244 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.0258,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.27,0.366 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.283,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.159,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.369,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.392,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.587,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.408,0.244 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.168 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.379 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.289 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.417 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0346 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.339 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.203 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.312 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0.8,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.333,0.149,0.287,0.287,0,0.1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.219 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.154 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.49 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0.5,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.511,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.397,0,0.244 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.527,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,1,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.342,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0.7,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.157 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.366 -1,0.139,0.398,0.398,0,0.8,0.76,0.76,0.76,0.5,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.826,0,0.366 -1,0.139,0.398,0.398,0,1,0.76,0.76,0.76,1,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.402,0,0 -1,0.139,0.398,0.398,0,1,0.76,0.76,0.76,1,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.668,0,0.305 -1,0.228,0.398,0.398,0,0.1,0.76,0.76,0.76,1,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.204,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,1,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.204,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,1,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.375,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0.1,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.543,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.62,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.44,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.522,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.272,0,0.336 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.168 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.366 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.273 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.148 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0297 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.286,0.491,0.491,0,0.8,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.539 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.501,0.584,0.584,0,0.1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.366 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.137 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.457 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.171 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.308,0.412,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.177 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.161 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.161 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0642 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.292 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0311 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0932 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.334 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.27 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.7 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.105 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.246 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.351 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.251,0.297,0.297,0,0.8,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0.9,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.286,0.491,0.491,0,0.8,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.488 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.806,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0.1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.339 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.373 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.207 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.207 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.177 -0.667,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.142 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.177 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.244 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.488 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,1,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.249,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,1,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.0515,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,1,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0.3,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.0987,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,1,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.137,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,1,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,1,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.15,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,1,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.296,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,1,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0987,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0.2,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.399,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.137,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.236,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.309,0.366 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.249,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.258,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0.5,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.766,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,1,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.315,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,1,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.364,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,1,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.418,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0.7,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.239,0,0.122 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.239,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.321,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.478,0,0.244 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.364,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0.3,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.446,0,0.122 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.467,0,0.244 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.701,0,0 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.435,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.359,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.467,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.625,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.307,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.307,0,0.244 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.435,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.175 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.28 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.231 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.169 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.27 -1,0.0781,0.334,0.334,0,0.8,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0.6,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.363 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.195 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0486 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.334 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.278 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.197 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.61 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.461 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.244 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0.3,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.323 -1,0.404,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.259 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.228 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0627 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0.8,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0.6,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.0495,0.287,0.287,0,0.8,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.0495,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.0495,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0.1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.366 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.278 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0313 -0.667,0.554,0.658,0.658,0,0.8,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.554,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0.5,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.191 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.287 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.31 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.172 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.103 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.249 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.066 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.264 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.345 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0345 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.244 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0.8,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0.5,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -1,0.392,0.213,0.213,0,0.8,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -1,0.392,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -1,0.392,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.392,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.259,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0.7,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.167 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.189 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.397 -1,0.349,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.349,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.349,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.349,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.16 -1,0.349,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.128 -1,0.349,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.349,0.287,0.287,0,0.3,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.168 -1,0.349,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.134 -1,0.349,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.355 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0.9,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.176 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.141 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.1 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.169 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0337 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.278 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.291 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0676 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.0987,0.174 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.159,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.3,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.258,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.137,0.488 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.296,0.122 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.0601,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.8,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.0987,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.348,0.122 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.356,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.416,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.425,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.276 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.213 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.196 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.166 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0996 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.161 -1,0.164,0.213,0.213,0,0.8,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.231 -1,0.27,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.27,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.27,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.27,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.168 -1,0.27,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.302 -1,0.27,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.364,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -1,0.364,0.232,0.232,0,0.8,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.215 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0.5,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.587,0,0 -1,0.352,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.446,0,0.172 -1,0.352,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.391,0,0.0343 -1,0.352,0.222,0.222,0,0.8,0.84,0.84,0.84,1,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.554,0,0 -1,0.352,0.222,0.222,0,0.6,0.84,0.84,0.84,1,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.223,0,0 -1,0.352,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.223,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0.1,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.5,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.74 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.488 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.488 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.113 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.293 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0329 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.329 -0.333,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0329 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.244 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.508 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.122 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0.3,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.103 -0.333,0.168,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.324 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.333,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.398 -0.333,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0617 -0.333,0.16,0.222,0.222,0,1,0.8,0.8,0.8,0.5,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.402,0,0 -0.333,0.16,0.222,0.222,0,1,0.8,0.8,0.8,1,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.565,0,0 -0.333,0.16,0.222,0.222,0,1,0.8,0.8,0.8,1,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.582,0,0 -0.333,0.16,0.222,0.222,0,1,0.8,0.8,0.8,1,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,1,0.8,0.8,0.8,0.7,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.533,0,0 -0.333,0.16,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.212,0,0.122 -0.333,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.207,0,0 -0.333,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.207,0,0 -0.333,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.332,0,0.122 -0.333,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.489,0,0 -0.333,0.154,0.232,0.232,0,0.4,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.598,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.299,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.435,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.451,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.647,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.467,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.488 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0.3,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.154,0.361,0.361,0,0.1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.395,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0.5,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.305,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0.8,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.155,0.244 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0.5,0,1,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.342,0.15,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0.9,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.804,0.236,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.549,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.353,0.429,0 -1,0.501,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.27,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0.1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.506,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.249,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.137,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.409 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.265 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.957 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.191 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.173 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.244 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.167 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.1 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.243 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.199 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.249 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.159 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0635 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.107 -0.667,0.286,0.315,0.315,0,0.8,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.106 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.286 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.319 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.324 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.231 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.366 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.175 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.175 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0.5,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.309,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,1,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.3,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.438,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,1,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.313,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.322,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.137,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.249,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.073,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.455,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.395,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.275,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.348,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.584,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.356,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.732 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.366 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0,0.0495,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0,0.0495,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.41 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.321,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,1,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.402,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.304,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.169 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.505,0,0.169 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.6,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.175 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.349 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0349 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.176 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.282 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.316 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.17 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.19 -1,0.806,0.658,0.658,0,0.8,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0.6,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.287 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.419 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.541 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.451,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,1,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.587,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,1,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,1,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.62,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,1,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.408,0,0.366 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0.2,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.488 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0.5,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.296,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,1,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,1,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.361,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0.5,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.0129,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0.8,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,1,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0.9,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0.5,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.258,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,1,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.459,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0.3,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,1,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.0386,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,1,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,1,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.644,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0.8,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.348,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.073,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.335,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.296,0.122 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.335,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.27,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.296,0.366 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0987,0.488 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.258,0.244 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0386,0.122 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.27,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.283,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.258,0.122 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.421,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.258,0.122 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0.8,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.514,0 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.465,0 -1,0.351,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,0.1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.159,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.249,0.244 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.309,0 -1,0.363,0.361,0.361,0,0.8,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.446,0 -1,0.363,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.288,0 -1,0.363,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.159,0.366 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.61 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.249,0 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.0515,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.296,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.283,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.296,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.322,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.0987,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.732 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.173 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.191 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.338 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.188 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0942 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.17 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0339 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.313 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.104 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.348 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.278 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.21 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.105 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.161 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.161 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,0.3,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.168,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -0.667,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.134 -0.667,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.63,0,0 -0.667,0.286,0.315,0.315,0,1,0.82,0.82,0.82,1,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.429,0,0.244 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,1,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.451 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,1,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.457,0,0.278 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,1,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.337,0,0 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,1,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.457,0,0 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,0.6,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.288,0,0.19 -0.667,0.278,0.213,0.213,0,0.8,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.538,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.592,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.353,0,0.244 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.511,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.168,0.491,0.491,0,0.8,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.168,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.168,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.333,0.2,0.584,0.584,0,0.1,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.366 -0.333,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -0.333,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.171 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.341 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.102 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.366 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.168 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.168 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.35 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.245 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.139,0.398,0.398,0,0.3,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0.6,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.186 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.215 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.344 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.344 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.466 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.165 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.197 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.324 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.414 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.34 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.102 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.176 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.352 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0352 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0976 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.494,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0.5,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.309,0.366 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.8,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.137,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.5,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.0129,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.0129,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.249,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.361,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.363,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.405,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.545,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.488 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.488 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.244 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.17 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.245 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.207 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.103 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.29 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0341 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.341 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.136 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -1,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -1,0.154,0.232,0.232,0,0.8,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -1,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.15,0.222,0.222,0,0.5,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.155 -0.667,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0619 -0.667,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.354 -0.667,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.391,0,0.244 -0.667,0.168,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.168,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.353,0,0 -0.667,0.168,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.826,0,0 -0.667,0.168,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.505,0,0 -0.667,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0.2,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.31,0,0 -0.667,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.209,0,0 -0.667,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.209,0,0.244 -0.667,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.61 -0.667,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.516,0,0.122 -0.667,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.402,0,0.244 -0.667,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.446,0,0 -0.667,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.565,0,0 -0.667,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.296,0 -0.667,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0.5,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.27,0 -0.667,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.8,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,1,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.532,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.137,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.3,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.258,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.481,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.202,0.244 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.142,0 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.366 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.244 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.186 -0,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.41 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0331 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.244 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.366 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.488 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.15,0.297,0.297,0,0.8,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.15,0.297,0.297,0,0.6,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0.8,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0.1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.473,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.446,0,0 -0.333,0.2,0.584,0.584,0,0,1,1,1,1,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.333,0.2,0.584,0.584,0,0,1,1,1,1,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.435,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,1,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.467,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0.2,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.333,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.333,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.333,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.333,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.333,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.333,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -0.333,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.333,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.16 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.032 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.333 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.155 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.273 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.157 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0943 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.161 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.736 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.354 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0709 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.7 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.159 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.249 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0.5,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.457,0,0.246 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,1,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.462,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,1,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.56,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,1,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.239,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0.7,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.266,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.293,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.462,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.457,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.554,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.293,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,1,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.249,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,1,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.283,0.122 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,1,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.369,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0.3,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.223,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,1,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,1,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0.8,0.84,0.84,0.84,0,0,1,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,1,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,1,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0.2,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.174 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.453 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.136 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.204 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.488 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.174 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.0348 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.272 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0.3,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,1,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.283,0 -0.667,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,1,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,1,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.228,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0.3,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.236 -0.667,0.228,0.398,0.398,0,1,0.76,0.76,0.76,0,0,1,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,0,1,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.167,0.436,0.436,0,1,0.8,0.8,0.8,0,0,1,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0.4,0.8,0.8,0.8,0,0,0.8,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.163 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.13 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.488 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.333 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.155 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.653 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.188 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.339 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.237 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.201 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.366 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.173 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.433 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.168 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.134 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.199 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0331 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0.8,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0.6,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.149 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0299 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.231 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.5,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.353,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.598,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.364,0,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.489,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.7,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.193,0,0.366 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.193,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.288,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.435,0,0.488 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.424,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.277,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.353,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.375,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.408,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.576,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.56,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.473,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.609,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.864,0,0 -1,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.397,0,0.244 -1,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.435,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.177 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.177 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.296 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.196 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.148 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0297 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.0495,0.213,0.213,0,0.3,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.283 -0.333,0.0495,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.186 -0.333,0.164,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0.6,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.488 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0.8,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,1,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,1,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,1,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0.5,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.488 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0.5,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.395,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.0987,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0.5,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0.8,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0.7,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.223,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.332,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.236,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.471,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,1,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.516,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0.2,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.641,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.44,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.446,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.408,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.446,0,0.122 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.293,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.375,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.489,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.164 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.131 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.179 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,0.3,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0.9,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.429,0,0 -0.333,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,1,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.402,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,1,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,1,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.31,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,1,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.38,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0.2,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.244 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.366 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.488 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.244 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0.3,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0.1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.496,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0.5,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.273,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0.8,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.249,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.446,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.236,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.275,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.296,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0.7,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.0987,0.366 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.438,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.142,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.488 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.186 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.142 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.122 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.117 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0342 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.342 -1,0.286,0.315,0.315,0,0.8,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.103 -1,0.286,0.315,0.315,0,0.6,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.366 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.244 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.167 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0333 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.313 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.366 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.15,0.222,0.222,0,0.8,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.173 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.33 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -0.333,0.168,0.491,0.491,0,0.8,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.333,0.168,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.333,0.168,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0.4,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0.8,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0.5,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.37,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,1,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.467,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,1,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.533,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,1,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.228,0,0.35 -1,0.806,0.658,0.658,0,0.4,0.94,0.94,0.94,1,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.348,0,0.245 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0.1,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.159 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.127 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,1,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.0129,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0.5,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.348,0.122 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0.8,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,1,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.382,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,1,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.433,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,1,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.236,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,1,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.395,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0.7,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.309,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.309,0.244 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.197,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0.485,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.122 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.122 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.366 -1,0.0495,0.398,0.398,0,0.8,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.122 -1,0.0495,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.176 -1,0.0495,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.368 -1,0.0495,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.284,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.284,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.284,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.349 -1,0.284,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.105 -1,0.284,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.284,0.436,0.436,0,1,0.8,0.8,0.8,0.5,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.592,0,0 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,1,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.527,0,0 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,1,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.554,0,0 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,1,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.625,0,0 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0.7,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.242,0,0 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.242,0,0 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.554,0,0 -1,0.278,0.213,0.213,0,0.1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0.8,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.667,0.154,0.232,0.232,0,1,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.366 -0.667,0.154,0.232,0.232,0,0.5,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.0495,0.222,0.222,0,0.3,0.84,0.84,0.84,0,0,0,0.258,0.465,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.645 -0.333,0.0495,0.222,0.222,0,1,0.84,0.84,0.84,0,0,0,0.258,0.465,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.0495,0.222,0.222,0,1,0.84,0.84,0.84,0,0,0,0.258,0.465,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,1,0.84,0.84,0.84,0,0.5,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.369,0 -0.667,0.249,0.259,0.259,0,1,0.84,0.84,0.84,0,1,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.177 -1,0.349,0.259,0.259,0,1,0.84,0.84,0.84,0,1,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.361,0 -1,0.349,0.259,0.259,0,1,0.84,0.84,0.84,0,1,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.309,0 -1,0.349,0.259,0.259,0,1,0.84,0.84,0.84,0,1,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.494,0 -0.667,0.249,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0.3,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.433,0 -1,0.349,0.287,0.287,0,1,0.84,0.84,0.84,0,0,1,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.27,0.488 -1,0.349,0.287,0.287,0,0.8,0.84,0.84,0.84,0,0,1,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,1,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.429,0 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.8,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.296,0 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.223,0.122 -1,0.349,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.296,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.605,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.283,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.363,0.361,0.361,0,0.8,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.404,0.491,0.491,0,0.1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.366 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.614,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,1,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.524,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,1,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.524,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,1,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.522,0,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,1,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.614,0,0.366 -0.667,0.351,0.584,0.584,0,0,1,1,1,0.2,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.402,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.451,0,0.244 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.366 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.244 -0.667,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.177 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.248 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.308 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.0495,0.398,0.398,0,0.8,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.0495,0.398,0.398,0,0.6,0.76,0.76,0.76,0,0.5,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.258,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,1,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.3,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.258,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,1,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.27,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,1,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.309,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,1,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.348,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.8,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.283,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.137,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.296,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.189,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.296,0.244 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.283,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.27,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.438,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.464,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.162 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.187 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.244 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.58 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.223 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.238 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.501,0.584,0.584,0,0.8,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0.1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.366 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.366 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0.3,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,1,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.228,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.228,0.398,0.398,0,0.5,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,1,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.0129,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,1,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.223,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,1,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.112,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.627,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0.5,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.296,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0.8,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.579,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,1,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.348,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,1,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.137,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,1,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.262,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.7,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.309,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.408,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.395,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.0601,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.335,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.309,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.262,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.732 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.366 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.122 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.44,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,1,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.38,0,0.122 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.418,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,1,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.462,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0.2,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.408,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.348,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.565,0,0.122 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.418,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.707,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.61 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.321,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.342,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.473,0,0 -0.333,0.149,0.287,0.287,0,0.8,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.397,0,0 -0.333,0.149,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.397,0,0.122 -0.333,0.149,0.287,0.287,0,1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.251,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0.4,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.489,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.279,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,1,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.418,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0.3,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.418,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.0386,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.361,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.137,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,1,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.2,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.481,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.164 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.196 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.351 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.494 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.122 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0.8,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0.6,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.171 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.103 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.618 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0646 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.422 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.293 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.345 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.1 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.487 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.556 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0.8,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,1,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0.1,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.488 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.122 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.261,0,0.488 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,1,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.5,0,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.179,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.179,0,0.418 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,1,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.192 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0.2,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.266 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.167 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.165 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.033 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.186 -1,0.656,0.621,0.621,0,0.8,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0.1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.488 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.366 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.244 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0.8,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.175 -1,0.0495,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.175 -1,0.107,0.334,0.334,0,0.1,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.12 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.165 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0992 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.211 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.247 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.167 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.1 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.122 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.316 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.167 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.478 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.244 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.122 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.488 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,1,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.236,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,1,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0987,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,1,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.309,0.122 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,1,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.506,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0.5,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.382,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0.8,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.27,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,1,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.421,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,1,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.185,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,1,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,1,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.172,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0.7,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.236,0.572 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.348,0.257 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.382,0.244 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.236,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.15,0.34 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.296,0.278 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.0386,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.0601,0.161 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.373 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.0386,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.361,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.27,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.288,0.343 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.82,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.206,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.0987,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.663 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.105 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.256 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.435 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.343 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0686 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.226 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.175 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.14 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.162 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.366 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.122 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.366 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.244 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.122 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.244 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0.8,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.259,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -1,0.363,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.363,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.488 -1,0.363,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.404,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0.4,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.244 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.236,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.309,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.3,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.567,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.527,0.27,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,1,0,1,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.435,0.361,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,1,0,1,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0.8,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.505,0.0515,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,1,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.37,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0.2,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.321,0.137,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.505,0.137,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.275,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.343,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.249,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.309,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.609,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.223,0.122 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0.8,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.315,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,1,0.82,0.82,0.82,0,0,0,0.315,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.315,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.489,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.315,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.635,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.315,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,1,0,0.315,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.283,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0.5,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.322,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.8,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.369,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.378,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,1,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.464,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.3,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.124,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.258,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.0386,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.0901,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.172,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.0601,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.446,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.258,0.366 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.309,0.244 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.249,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.258,0.122 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.27,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.27,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.369,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.309,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.223,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.459,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.464,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.403,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.223,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.0386,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.472,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.356,0.244 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.073,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.296,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.236,0.366 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.27,0.244 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.244 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.506,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.0386,0.244 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.528,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.373,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.0601,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.122 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.309,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.369,0.122 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.249,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.361,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.174 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.715 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.244 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.122 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.122 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.366 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.157 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.286,0.315,0.315,0,0.8,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.219 -0.667,0.164,0.213,0.213,0,0.6,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0.5,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.668,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,1,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.505,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,1,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.533,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,1,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.457,0,0 -1,0.352,0.222,0.222,0,0,0.84,0.84,0.84,0.7,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.228,0,0 -1,0.352,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.352,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.488 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.244 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.366 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.122 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.581 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.348 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0695 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.228,0,0.307 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,1,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.391,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,1,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.166,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,1,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.166,0,0.122 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,1,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.473,0,0 -1,0.363,0.361,0.361,0,0.8,0.88,0.88,0.88,0.2,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.252 -1,0.404,0.491,0.491,0,0.6,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.408,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.402,0,0.122 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0634 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.467,0,0.0951 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.489,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.5,0,0 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.293,0,0.244 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.291,0,0.366 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.291,0,0.122 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.386,0,0 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.364,0,0 -1,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.348,0,0.122 -1,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.462,0,0 -1,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0.5,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.571,0.0515,0 -1,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.473,0,0.244 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,1,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.293,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,1,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.484,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,1,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.3,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.353,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,1,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.244 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.4,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.122 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.244 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.122 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.122 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.266 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0518,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.33,0.472,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.19 -1,0.0518,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.33,0.472,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0518,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.33,0.472,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.324 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.232 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.194 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0.3,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,1,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0.2,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.244 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.366 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.244 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.488 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.0495,0.344,0.344,0,0.3,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.565,0,0 -0.333,0.0495,0.344,0.344,0,1,0.714,0.714,0.714,1,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.408,0,0 -0.333,0.162,0.355,0.355,0,0.2,0.697,0.697,0.697,1,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,1,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.418,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,1,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.359,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,1,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.679,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0.9,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.353,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0.8,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0.7,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.491 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.366 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.349 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.21 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.269 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0633 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.493 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.115 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,1,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.318,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,1,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.481,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,1,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,1,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.361,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0.2,0.1,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.21,0.244 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,1,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,1,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0.504,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,1,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0.444,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,1,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0.283,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,1,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0.27,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,1,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0.0386,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,1,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.366 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.366 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.488 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.244 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0.3,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -1,0.501,0.588,0.588,0,0.2,0.815,0.815,0.815,0.5,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.484,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,1,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.467,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,1,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.375,0,0.244 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,1,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.299,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0.9,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.386,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.366 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.429,0,0.343 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.259 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.175 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.245 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.402 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.175 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.105 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.183 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.169 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.203 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.344 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0687 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.244 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.244 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0.3,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,1,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.333,0.172,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0.7,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.265 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.288 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.343 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.488 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.348 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.104 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.174 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.209 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.245 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.101 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.268 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.348 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.174 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.248 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.088 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0587 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0.8,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.244 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.16,0.266,0.266,0,0.2,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.122 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.667,0.294,0.433,0.433,0,0.8,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.366 -0.667,0.294,0.433,0.433,0,0.7,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.244 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.522,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.527,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.505,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.402,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.4,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.364,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.299,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.366 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.318 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.366 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.144 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.337 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.231 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.854 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.235 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.188 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.172 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.172 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.33 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.033 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.176 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0352 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.401 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.366 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0644 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.405 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.488 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.244 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.331 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.132 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.488 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.106 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.488 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.0495,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.0495,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.0495,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.244 -1,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.366 -1,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.366 -1,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -1,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.35,0.588,0.588,0,0.3,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.453,0.699,0.699,0,0.2,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.488 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0.3,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,1,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.564,0.765,0.765,0,1,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,1,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,1,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,1,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.224 -1,0.564,0.765,0.765,0,1,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,1,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.366 -1,0.356,0.654,0.654,0,1,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.356,0.654,0.654,0,1,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.121 -1,0.203,0.654,0.654,0,1,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0.2,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.273 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0584 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.61 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.488 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.0495,0.521,0.521,0,0.3,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.0495,0.521,0.521,0,1,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.295,0.521,0.521,0,1,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.295,0.521,0.521,0,1,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.295,0.521,0.521,0,1,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0.2,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0.5,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.533,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,1,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.505,0,0.366 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,1,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.63,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,1,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.582,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,1,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.302,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,1,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.302,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0.4,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.17 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.238 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.192 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.129 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.785 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.66 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.366 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.122 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.133 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.244 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.16 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.16 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.169 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.15 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0301 -0.333,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.244 -0.333,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.333,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.333,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.488 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.333,0.309,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.333,0.309,0.743,0.743,0,0.3,0.815,0.815,0.815,0,0,0,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.333,0.309,0.743,0.743,0,1,0.815,0.815,0.815,0,0,0,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,1,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,1,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,1,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.62,0.788,0.788,0,1,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0.7,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.333,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -0.333,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.366 -0.333,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.333,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.333,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.333,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.333,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.333,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.333,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.333,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.333,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.333,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.122 -0.667,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.253 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.158 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0632 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.16 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.171 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.137 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0.5,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.402,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,1,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.5,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,1,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.44,0,0.244 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,1,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.315,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0.9,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.402,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.467,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.364,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.418,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.467,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.237,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.475,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,1,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.532,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,1,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.258,0.122 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,1,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.322,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,1,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.197,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0.2,0.1,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.0987,0.122 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.244 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.382,0.122 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.21,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.223,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.1,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.665,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.361,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.309,0.122 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.373,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.309,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.258,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.309,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.528,0 -0.667,0.274,0.355,0.355,0,0.3,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.541,0 -0.667,0.274,0.355,0.355,0,1,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0.7,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.366 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.327 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.171 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.341 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0341 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0542 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.232 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.366 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.13 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.122 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0.3,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,1,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0.2,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.266,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,1,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.505,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,1,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.245,0,0.327 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,1,0.5,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.245,0.0386,0.0327 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,1,1,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.462,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,1,1,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.296,0 -1,0.236,0.477,0.477,0,0.3,0.646,0.646,0.646,0.9,0.3,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.348,0.154 -1,0.236,0.477,0.477,0,1,0.646,0.646,0.646,0,0,1,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.455,0.0615 -1,0.417,0.521,0.521,0,0.2,0.68,0.68,0.68,0,0,1,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.197,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,1,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.21,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,1,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.421,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,1,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0.7,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.283,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.288,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.167,0 -0.667,0.301,0.377,0.377,0,0.3,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.425,0 -0.667,0.301,0.377,0.377,0,1,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.446,0 -0.667,0.301,0.377,0.377,0,1,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,1,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,1,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.299,0.255,0.255,0,1,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0.7,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.244 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.366 -0.333,0.17,0.266,0.266,0,0.3,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0.2,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0.8,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0.7,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0.3,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -1,0.269,0.311,0.311,0,1,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,1,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0.7,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0.5,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.0129,0.122 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,1,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.348,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,1,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0.3,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.309,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,1,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,1,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.361,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0.8,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.369,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.275,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.172,0 -0.667,0.294,0.433,0.433,0,0.3,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.154 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0617 -0.667,0.35,0.588,0.588,0,0.2,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.255 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.177 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.279 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.308 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.164 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.31 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0.3,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,1,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.262 -1,0.143,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,1,0.646,0.646,0.646,0,0.5,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.0601,0.167 -1,0.143,0.477,0.477,0,1,0.646,0.646,0.646,0,1,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.335,0.234 -1,0.172,0.521,0.521,0,1,0.68,0.68,0.68,0,1,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.446,0 -1,0.172,0.521,0.521,0,0.7,0.68,0.68,0.68,0,0.3,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.137,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,1,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.408,0 -1,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,1,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.0987,0.225 -1,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,1,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.172,0 -1,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,1,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.708,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,1,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0.7,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.17 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.34 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.125 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -1,0.424,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.255,0.639,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.18 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.488 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.255 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.233 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.61 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.196 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.488 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.353,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.304,0,0.244 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.19,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.19,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.37,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.413,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.9,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.745,0,0.488 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.366 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.413,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.473,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.315,0,0.366 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.478,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.391,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.488 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.634 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0353 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.517 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.726 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.346 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.138 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.156 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.212 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0354 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.342 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.163 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.098 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.366 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.366 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.416 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.347 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,1,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.0601,0.234 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,1,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,1,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0.2,0.1,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.149 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,1,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,1,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,1,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,1,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.457 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.6,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.351 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.351 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.351 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.211 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.137 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.172 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.348 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0348 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0887 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.167 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.1 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.244 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.962 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0704 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.54 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0696 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0.3,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.163 -0.667,0.279,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0651 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0.7,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.178 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.126 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.551 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.167 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.322 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0.5,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.571,0,0.168 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,1,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.429,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,1,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.446,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,1,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.402,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0.9,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.323,0,0.401 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.323,0,0.338 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.462,0,0.122 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.44,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.451,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.181 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.5,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.342,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.478,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.609,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.576,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.9,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.366 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.149 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.29 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.357 -1,0.0495,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.258,0.465,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.0495,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.258,0.465,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.0495,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.258,0.465,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.087 -1,0.0495,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.258,0.465,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.029 -1,0.0495,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.258,0.465,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.0495,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.258,0.465,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.309,0.469,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.309,0.469,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.309,0.469,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.309,0.469,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0.3,0.646,0.646,0.646,0,0,0,0.309,0.469,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,1,0.646,0.646,0.646,0,0,0,0.309,0.469,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,1,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0.7,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.164 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.352,0.462,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.197 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.61 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.122 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.244 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.331 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0662 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.17 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.346 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.366 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.33 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.132 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.161 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0321 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.249 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0.3,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0.7,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.107 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.366 -0.333,0.162,0.355,0.355,0,0.8,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -0.333,0.162,0.355,0.355,0,0.7,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.488 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.523 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.19 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.488 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.61 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.337 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0337 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.175 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.035 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,0.3,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,1,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.17,0.266,0.266,0,0.2,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -1,0.394,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.277,0.654,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.732 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.61 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0.5,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.0858,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,1,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,1,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.678,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0.3,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.421,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,1,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.356,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,1,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.283,0.122 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,1,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.395,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0.2,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.258,0.132 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.0987,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.0987,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.309,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.309,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.485,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.506,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.0601,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.455,0.122 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.339,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.464,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.0987,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.382,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0.468,0.248 -1,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0.283,0 -1,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.244 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.244 -1,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.366 -1,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -1,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -1,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -1,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -1,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -1,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -1,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -1,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -1,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -1,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -1,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -1,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -1,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -1,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -1,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -1,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -1,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0.8,0.714,0.714,0.714,0,0,0,0.258,0.465,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,1,0.714,0.714,0.714,0,0,0,0.258,0.465,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,1,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,1,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0.7,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.168 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.412 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.202 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.403 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.127 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.179 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.173 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.173 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.338 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.244 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.244 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.338 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.101 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.156 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0625 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.253 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,1,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.073,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,1,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.296,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0.8,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0.5,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.541,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.395,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.506,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.618,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.0258,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,1,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.618,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.6,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.361,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.451,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.536,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.0258,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.283,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.296,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.361,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.296,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.309,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.395,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.361,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.283,0.122 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0.5,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.342,0.322,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,1,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.402,0.163,0.488 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,1,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.495,0,0.122 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,1,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.75,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0.9,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.413,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.522,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.283,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.19,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.19,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.44,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.386,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.356,0.256 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.27,0.185 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0.8,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.369,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.5,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.0601,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.9,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.124,0.488 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.585 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.136 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0.3,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,1,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0.2,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.257 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.253 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.531 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0661 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.488 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.304 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.488 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.244 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0.5,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.44,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,1,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.435,0,0.366 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,1,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.451,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,1,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.353,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,1,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.193,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,1,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.193,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0.4,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0.3,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0.2,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.212 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.137 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0.5,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.309,0.591 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0.9,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.283,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.4,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.236,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.309,0.169 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.0601,0.257 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0.4,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.223,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.412,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.601,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.464,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.227,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.481,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.296,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.369,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.249,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.283,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.339 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.339 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0678 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.125 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.236,0.477,0.477,0,0.8,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.317 -0.667,0.236,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.236,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.236,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.236,0.477,0.477,0,0.7,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.122 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.61 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.366 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.355,0.355,0,0.8,0.697,0.697,0.697,0,0,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0,0.0495,0.355,0.355,0,1,0.697,0.697,0.697,0,0,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,1,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,1,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,1,0.697,0.697,0.697,0,0.5,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.249,0 -0.667,0.274,0.355,0.355,0,1,0.697,0.697,0.697,0,1,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.667,0.294,0.433,0.433,0,0.2,0.748,0.748,0.748,0,1,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.382,0.244 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,1,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0.7,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0.6,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,1,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,1,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,1,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0.6,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.241 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.319 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.372 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.154 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.349 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.343 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0343 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.395 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.488 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.244 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.338 -0.667,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0338 -0.333,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.333,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.333,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.333,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0.3,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.244 -0.333,0.174,0.255,0.255,0,1,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,1,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0.2,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,1,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.159,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,1,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.369,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0.8,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.0386,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0.5,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.309,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,1,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.335,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,1,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.485,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0.7,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.21,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.322,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.296,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.283,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.185,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.159,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.0601,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.366 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -0,0.0495,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.244 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.19 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0.5,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.288,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.511,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.37,0,0.488 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.603,0,0.61 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.9,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.266,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.413,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.375,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.413,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.489,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.244 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.338 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0.3,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.161 -1,0.0798,0.399,0.399,0,1,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0644 -1,0.33,0.477,0.477,0,0.2,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.266 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0333 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.33,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.128 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.325 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0325 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.174 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.14 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.109 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.465 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.366 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.366 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0.3,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,1,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -1,0.274,0.355,0.355,0,0.2,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.366 -1,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -1,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.122 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0.3,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.154 -1,0.417,0.433,0.433,0,0.7,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.61 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.488 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.5,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.413,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.321,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.505,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.375,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0.4,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.364,0,0.555 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.484,0,0.0481 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.359,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.571,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.228,0,0.292 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.457,0,0.136 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.326,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.446,0,0.0799 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.188,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.188,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.315,0,0.122 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.304,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.652,0,0.244 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.495,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.424,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.522,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.478,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.332,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.413,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.264,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.264,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0.3,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,1,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0.2,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.337 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.101 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.0495,0.255,0.255,0,0.3,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.333,0.0495,0.255,0.255,0,1,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0.7,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.366 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.488 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.854 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0.3,0.849,0.849,0.849,0,0.5,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.236,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,0,1,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.412,0.122 -1,0.829,0.743,0.743,0,1,0.815,0.815,0.815,0,1,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.425,0 -1,0.829,0.743,0.743,0,0.7,0.815,0.815,0.815,0,1,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.85,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0.7,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0.6,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.545,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,1,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.309,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,1,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.2,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.481,0.366 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.481,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.618,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.373,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.197,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.322,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.361,0.488 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.481,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.112,0.122 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.348,0 -1,0.51,0.654,0.654,0,0.3,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.51,0.654,0.654,0,1,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.51,0.654,0.654,0,1,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.51,0.654,0.654,0,1,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.51,0.654,0.654,0,1,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.249,0.555,0.555,0,1,0.697,0.697,0.697,0,0,0,0.555,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.249,0.555,0.555,0,1,0.697,0.697,0.697,0,0,0,0.555,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.249,0.555,0.555,0,1,0.697,0.697,0.697,0,0,0,0.555,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.249,0.555,0.555,0,0.2,0.697,0.697,0.697,0,0,0,0.555,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.249,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.555,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0518,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.33,0.472,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0518,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.33,0.472,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0.5,0,0,0.433,0.571,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.636,0,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,1,0,0,0.433,0.571,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.364,0,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,1,0,0,0.433,0.571,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.429,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,1,0,0,0.337,0.581,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.484,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0.9,0,0,0.337,0.581,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.234,0,0.488 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.234,0,0.366 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.488 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.244 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.122 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0.5,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.369,0.122 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,1,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -1,0.378,0.311,0.311,0,0,0.714,0.714,0.714,0,1,0,0.311,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.459,0 -1,0.378,0.311,0.311,0,0,0.714,0.714,0.714,0,0.3,0,0.311,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.369,0 -1,0.378,0.311,0.311,0,0,0.714,0.714,0.714,0,0,1,0.311,0.669,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.73,0 -1,0.379,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.4,0.344,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.584,0 -1,0.379,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.344,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.433,0.244 -1,0.379,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.344,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.309,0.122 -1,0.379,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.344,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.296,0 -1,0.379,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.344,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -1,0.379,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.344,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.366 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -0,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0,0.0495,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.258,0.465,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0,0.0495,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.258,0.465,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0,0.0495,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.258,0.465,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0,0.0495,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.258,0.465,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0,0.0495,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.258,0.465,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0,0.0495,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.258,0.465,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.366 -0,0.0495,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.258,0.465,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.408,0 -0,0.0495,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.258,0.465,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.223,0 -0.333,0.309,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.249,0.122 -0.333,0.309,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.0386,0 -0.333,0.309,0.743,0.743,0,0,0.815,0.815,0.815,0,0.2,0.1,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.223,0.244 -0.333,0.309,0.743,0.743,0,0,0.815,0.815,0.815,0,0,1,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.333,0.335,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.3,0.434,0.543,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.21,0 -0.333,0.335,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.434,0.543,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.296,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.172 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.15 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.336 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0672 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.172 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.294 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.61 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.366 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.488 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.366 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.366 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0.3,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.532 -1,0.417,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.299 -1,0.417,0.433,0.433,0,0.2,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.122 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0.3,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,0.5,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.413,0,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.429,0,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.658,0,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.516,0,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.366 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.829,0.743,0.743,0,1,0.815,0.815,0.815,0.4,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.353,0,0 -1,0.829,0.743,0.743,0,0.7,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.457,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.451,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.457,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.353,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.418,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.397,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.418,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.244 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.156 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.127 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.366 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.366 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.488 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0.8,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,1,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,1,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0.2,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.244 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.488 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0.333,0.2,0.588,0.588,0,0.8,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.333,0.2,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.453,0.699,0.699,0,0.2,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.174 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.154 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.157 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0629 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.167 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.366 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.343 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.137 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.522,0,0.212 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,1,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.277,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,1,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.234,0,0 -0.333,0.172,0.521,0.521,0,0.3,0.68,0.68,0.68,1,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.234,0,0 -0.333,0.172,0.521,0.521,0,1,0.68,0.68,0.68,1,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,1,0.697,0.697,0.697,0.4,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,1,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,1,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0.2,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.244 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.366 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.488 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.366 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.244 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.138 -1,0.501,0.588,0.588,0,0.3,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.462,0,0 -1,0.501,0.588,0.588,0,1,0.815,0.815,0.815,1,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.397,0,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.44,0,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.348,0,0 -1,0.655,0.699,0.699,0,0.2,0.849,0.849,0.849,0.4,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.366 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.488 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.122 -0.667,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0.5,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0.249,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,1,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0.481,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,1,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0.481,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,1,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0.348,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0.7,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0.296,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0.6,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0.236,0.203 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,1,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0.369,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,1,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,1,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.112,0.133 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0.6,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.185,0.133 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.176,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.258,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.258,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.348,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.309,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.468,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.223,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.137,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.0987,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.348,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.618,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.0386,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.519,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.21,0.122 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.244 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.69,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.486,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.164 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.168 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.168 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.263 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.366 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.172 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0688 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.105 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.366 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0.8,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0.7,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.488 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.488 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.366 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0.5,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.249,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.395,0.122 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.236,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.296,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0.7,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.6,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.283,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.348,0.488 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.506,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.6,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.249,0.122 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.073,0.353 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.0858,0.212 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.476,0.244 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.155,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.309,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.249,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.309,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.296,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.168 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.168 -1,0.236,0.477,0.477,0,0.8,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.236,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.236,0.477,0.477,0,1,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.417,0.521,0.521,0,1,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.264 -1,0.417,0.521,0.521,0,0.7,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0658 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0987 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.244 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.366 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.488 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.732 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.244 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0.3,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0.7,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.366 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.488 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.488 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.488 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.488 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.571,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,1,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.5,0,0.122 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,1,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,1,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.5,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,1,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.554,0,0.244 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0.4,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.315,0,0.169 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.424,0,0.19 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.217,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.217,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.342,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.354 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0708 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.159 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.323 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.647 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.127 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -1,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.372 -1,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -1,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.176 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.246 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.276 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0694 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.139 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.412 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.278 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.244 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.366 -0.333,0.159,0.311,0.311,0,0.8,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0.7,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0.5,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.283,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0.9,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.361,0.122 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0.4,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.0858,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,1,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.249,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.575,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.391,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.27,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.223,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.309,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.395,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.366 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.488 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -0.667,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.139 -0.667,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.142 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.199 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0994 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.122 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.366 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.244 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.202 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.136 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.102 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -1,0.382,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.266,0.669,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -1,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -1,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -1,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0.5,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.0258,0.244 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0.9,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.4,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.283,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,1,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.408,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,1,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0.4,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.504,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.457,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.309,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.0601,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.0386,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.197,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.0386,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.309,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.258,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.236,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.483,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.582,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.369,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.44,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.375,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.337,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.9,0.5,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.0386,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,1,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.506,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0.3,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.382,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,1,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.345,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.135,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.309,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,1,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.2,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.309,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.348,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.545,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.369,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.545,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.0386,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.5,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.268,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.421,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.691,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.322,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.258,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.361,0.244 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.309,0.122 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.244 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.122 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.14 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0296 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.118 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.143,0.477,0.477,0,0.8,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.344 -0.667,0.143,0.477,0.477,0,0.7,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.244 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.61 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.244 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.488 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.244 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.122 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.165 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0992 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.238 -0.333,0.172,0.433,0.433,0,0.8,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0.7,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.321 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.304 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.283 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0668 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.356 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.278 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.164 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.263 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.286 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.347 -1,0.0518,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.33,0.472,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.455 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0706 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.333,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.333,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.333,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.114 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.297 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.28 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.244 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.366 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.198 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.171 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0683 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.244 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.244 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.467 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.069 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,0.8,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.162,0.355,0.355,0,1,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.274,0.355,0.355,0,1,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0.7,0.748,0.748,0.748,0,0.5,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.309,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0.9,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0.4,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.343,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,1,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.361,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,1,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.258,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,1,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.494,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0.8,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.481,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.0386,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.283,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.309,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.244 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.488 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.177 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.476 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0354 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.301 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.189 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.655 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.344 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.347 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.478,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,1,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.473,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,1,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,1,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.516,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,1,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.549,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0.4,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.353,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0.3,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,1,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,1,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,1,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,1,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.366 -0.333,0.174,0.255,0.255,0,1,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.174,0.255,0.255,0,0.7,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.122 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.122 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.122 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.122 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.244 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.122 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.366 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.244 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.543,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,1,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.38,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.397,0,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,1,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.375,0,0.244 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0.4,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.122 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.244 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.122 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.244 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.122 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0887 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.234 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.1 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.122 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0647 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.162 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.171 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.274 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0629 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0944 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.132 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.492 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.161 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0.7,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.159,0 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,1,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.644,0.0659 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,1,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.264 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,1,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.309,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0.5,0,0.254,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.395,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0.8,0.254,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.592,0.122 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,1,0.254,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.468,0.229 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,1,0.254,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.275,0.155 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,1,0.254,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.27,0.122 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,1,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.27,0.366 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,1,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0.4,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.421,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.468,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.073,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.433,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0685 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.24 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.366 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.366 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.365 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.157 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.244 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0.5,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.244 -1,0.919,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.61 -1,0.919,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0.4,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0692 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.33 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.263 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.35 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0.2,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,1,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.249,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0.2,0.1,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.369,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,1,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.069 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0.4,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.335,0.345 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.309,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.433,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.433,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.353 -0.667,0.305,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0706 -0.667,0.305,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0652 -0.667,0.318,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.228 -0.667,0.318,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0.2,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.221 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0671 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.268 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0704 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.211 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0588 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0294 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.224 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -1,0.413,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.265,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.142 -1,0.413,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.265,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -1,0.413,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.265,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -1,0.413,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.265,0.667,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.063 -0.667,0.289,0.31,0.31,0,1,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.158 -0.667,0.289,0.31,0.31,0,0.6,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.244 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.2,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.315,0,0.366 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.435,0,0.182 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.63,0,0.121 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.326,0,0.193 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.5,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.315,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.2,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.397,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.592,0,0.054 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.31,0,0.149 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,1,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.19,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0.5,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.19,0,0.282 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.489,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.484,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.315,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.461 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0677 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.838 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.488 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.667,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.244 -0.667,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.667,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.189 -0.667,0.175,0.276,0.276,0,0.3,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.667,0.292,0.265,0.265,0,0.3,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.488 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.168 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0671 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.366 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.249,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.553,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.249,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.553,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.249,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.553,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0.3,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0.3,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0.5,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.249,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,1,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.348,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,1,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.361,0 -0.667,0.321,0.254,0.254,0,0.3,0.692,0.692,0.692,0,0.3,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.0858,0 -0.667,0.321,0.254,0.254,0,1,0.692,0.692,0.692,0,0,1,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.312,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0.5,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.283,0 -0.667,0.312,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.361,0 -0.667,0.312,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0.6,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.0386,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,1,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.27,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0.4,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.0258,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0.9,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,1,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.27,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,1,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.433,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,1,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0.7,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.21,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.236,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.446,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.506,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.249,0 -0.667,0.289,0.31,0.31,0,0.3,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,1,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0.667,0.289,0.31,0.31,0,1,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0.9,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0858 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.244 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.315 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.386,0,0.159 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.533,0,0.186 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.5,0,0.122 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.321,0,0.144 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0.7,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.413,0,0 -0.667,0.629,0.741,0.741,0,0.3,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.244 -0.667,0.515,0.785,0.785,0,1,0.793,0.793,0.793,0,0,0,0.609,0.619,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -0.667,0.515,0.785,0.785,0,1,0.793,0.793,0.793,0,0,0,0.609,0.619,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -0.667,0.515,0.785,0.785,0,1,0.793,0.793,0.793,0,0,0,0.609,0.619,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0.9,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.25 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.224 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.556 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.126 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.126 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.189 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.305,0.463,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.305,0.463,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.305,0.463,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.305,0.463,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.305,0.463,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.305,0.463,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0.7,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0.21,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0.7,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.122 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0.6,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0.618,0.244 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,1,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0.185,0.122 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,1,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.704,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,1,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.395,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,1,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.249,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,1,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,1,0.641,0.641,0.641,0,0,0.6,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.605,0 -1,0.245,0.476,0.476,0,0.6,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.0987,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.132 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0698 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.349 -0.667,0.184,0.376,0.376,0,0.6,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.14 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0662 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.321 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0643 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.193 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.645 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.366 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.113 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.465 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0988 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.103 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0.7,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.0601,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,1,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.489 -0.333,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,1,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.214 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,1,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0.5,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0.8,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -1,0.612,0.431,0.431,0,0.9,0.743,0.743,0.743,0,0,1,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.214 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,1,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0.3,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.2,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.342,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.56,0,0.3 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.364,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.565,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.5,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.244 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.066 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.066 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.366 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.245 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.349 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.31 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.259 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0646 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.194 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.24 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.366 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.366 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.119 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0.9,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.244 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.488 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.235 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.445 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.211 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0327 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.327 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0.2,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.37,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.457,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.429,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.397,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.5,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.549,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.467,0,0.176 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0696 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.104 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.366 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.244 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.244 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.244 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.366 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.194,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0.2,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0.2,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.353,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.484,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.386,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.293,0,0.244 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0.5,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.446,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.451,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.488 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.226,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.7,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.226,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.549,0,0.117 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.462,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.538,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.533,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.207,0,0.502 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.207,0,0.672 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.61 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.699 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.366 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.366 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.242 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.276 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0678 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0339 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.231 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.132 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.213 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0.6,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0.2,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,1,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.21,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0.2,0.1,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.421,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,1,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.532,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,1,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,1,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.283,0.122 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,1,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0.5,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.678,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.283,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.244 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.0386,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.459,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.309,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.433,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.0515,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.258,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.185,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.408,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.0987,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.433,0 -0.333,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.223,0 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.545,0.122 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.618,0 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.244 -0.667,0.553,0.586,0.586,0,0.5,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.506,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.369,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.249,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.223,0.244 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.0601,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0.0386,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0.0601,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0.395,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.166,0,0.244 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.7,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.166,0.0386,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.348,0.27,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.348,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.511,0.159,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.446,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.366 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.426 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.333 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.0495,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.258,0.465,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0671 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.335 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0335 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.207,0,0 -0.667,0.0495,0.52,0.52,0,1,0.675,0.675,0.675,0.7,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.207,0,0 -0.667,0.0495,0.52,0.52,0,1,0.675,0.675,0.675,1,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.37,0,0 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,1,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.457,0,0 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,1,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.424,0,0 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,1,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.61 -0.667,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.244 -0.667,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.312,0.265,0.265,0,0.8,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.244 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,1,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,1,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,1,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0.2,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.069 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.172 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.152 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0305 -0.667,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0.5,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.223 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.398 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0.4,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0.2,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.337,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.375,0,0.244 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.418,0,0.122 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.375,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.5,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.126 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0874 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0291 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.366 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.0495,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.258,0.465,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.624 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.26 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.142 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.343 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.172 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.178 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.161 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.332 -0.333,0.185,0.254,0.254,0,0.3,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.133 -0.333,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.488 -0.333,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.244 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.366 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,1,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.429,0 -0.333,0.175,0.276,0.276,0,0.2,0.675,0.675,0.675,0,1,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.0258,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0.8,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.0987,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0.5,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.361,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,1,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.468,0.122 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,1,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,1,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.0987,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,1,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.159,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,1,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.335,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0.7,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.249,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.373,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.468,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.322,0.366 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.258,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.395,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.386,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.296,0.122 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.0258,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.361,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.488 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.237,0.431,0.431,0,0.3,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -0.667,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.553,0.586,0.586,0,0.6,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.244 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.244 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.244 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.488 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.135 -1,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.165 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.165 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.186 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.45 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.206 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.218 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.625,0,0.122 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,1,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.473,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,1,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,1,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.543,0,0.165 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,1,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.429,0,0.352 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0.7,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.527,0,0.122 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.527,0,0.0909 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.0303 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.435,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.364,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.326,0,0 -1,0.553,0.586,0.586,0,0.3,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.732 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.244 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0.9,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.244 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.556 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.156 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0624 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0905 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.0678 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.136 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.229 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.342 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.0691 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.346 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.178 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.122 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0593 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.119 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.233 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.266 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0.6,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.218 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.237 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.47 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.227 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.242,0,0.0972 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0.7,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.242,0,0.122 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,1,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.587,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,1,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.598,0,0.0698 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,1,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.37,0,0.349 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,1,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.364,0,0.0698 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.315,0,0.122 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.475 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.066 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0.6,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.61 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.277,0,0.122 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.7,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.457,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.353,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.625,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.598,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.6,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.366 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,1,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,1,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,1,0.641,0.641,0.641,0,0.2,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0.2,0.641,0.641,0.641,0,1,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.223,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0.2,0.1,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.0386,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,1,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.21,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0.4,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.631,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.296,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.545,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.172,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.232 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0695 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.243 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.105 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.315 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.366 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.244 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -0.333,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,0.2,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.223 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0638 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.582 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0687 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.397 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.245 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.035 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.226 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0647 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.114,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.351,0.481,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0643 -1,0.114,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.351,0.481,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.193 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,1,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0.9,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.366 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.366 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.366 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.366 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.244 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.244 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0625 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0937 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.354,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.354,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -1,0.482,0.354,0.354,0,0.9,0.692,0.692,0.692,0,0,0,0.354,0.681,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0.8,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.287 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.218 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.307 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.222 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.229 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.277 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.228 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.122 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.198 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.122 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,1,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,1,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,1,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0.2,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.244 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.157 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.366 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,1,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,1,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,1,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0.2,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.23 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.146 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.191 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0631 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.126 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.225 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.28 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.244 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.366 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.366 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0.333,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.366 -0.333,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0.6,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.174 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.244 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.366 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.473 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.399 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.366 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0673 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.269 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.366 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0.3,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0.6,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.223 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.153 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0612 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.264 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -1,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.172 -1,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.137 -1,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -1,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -1,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.199 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -1,0.3,0.276,0.276,0,0.3,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -1,0.3,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.175,0.276,0.276,0,0.9,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.366 -0.667,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -1,0.413,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.265,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -1,0.413,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.265,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -1,0.413,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.265,0.667,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.244 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -1,0.421,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.343,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.421,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.343,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.467,0,0 -1,0.421,0.343,0.343,0,0,0.709,0.709,0.709,1,0,0,0.343,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.413,0,0 -1,0.421,0.343,0.343,0,0,0.709,0.709,0.709,1,0,0,0.343,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.421,0.343,0.343,0,0,0.709,0.709,0.709,1,0,0,0.343,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.516,0,0 -1,0.421,0.343,0.343,0,0,0.709,0.709,0.709,1,0,0,0.343,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0.7,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.244 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.375,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.457,0,0.244 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.228,0,0.244 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.255,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.527,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.7,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.505,0,0.366 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.429,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.429,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.342,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.478,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.342,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.478,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.549,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.112 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.153 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.061 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.189 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0.3,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,1,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0.3,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.184 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.254,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.254,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.244 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.254,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.254,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.254,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.254,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.244 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.244 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.366 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0.8,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0.8,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.244 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.5,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.609,0,0.244 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.712,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.62,0,0.244 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.337,0,0.488 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.8,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.488 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.366 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.244 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.61 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.366 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.366 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0.5,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.234,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,1,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.332,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,1,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.489,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,1,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.38,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,1,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.495,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,1,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0.8,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.675 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.21 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.122 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.216 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.313 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0521 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0681 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.238 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,1,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0.2,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.244 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.435 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.521 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.224 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.032 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -0.667,0.425,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.0623 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.309 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.219 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.153 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.488 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.428 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.102 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.244 -0.667,0.629,0.741,0.741,0,0.1,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.366 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.145 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0.2,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,1,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.0515,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,1,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.0858,0 -0.667,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0.6,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.061 -0.667,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0.7,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.0386,0.0916 -0.667,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,1,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.223,0 -0.667,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,1,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -0.667,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,1,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.156 -0.667,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,1,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -0.667,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,1,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -0.667,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0.5,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.122 -0.667,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -0.667,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -0.667,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.204 -1,0.114,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.351,0.481,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.114,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.351,0.481,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.114,0.398,0.398,0,0.5,0.608,0.608,0.608,0,0,0,0.351,0.481,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.245,0.476,0.476,0,1,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0683 -1,0.245,0.476,0.476,0,1,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.205 -1,0.245,0.476,0.476,0,0.7,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.236 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.236 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0665 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0997 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.366 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.231 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.221 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.366 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.366 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.488 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,1,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0.6,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0.7,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.408,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,1,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.717,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,1,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.27,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0.1,0.2,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.519,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,1,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,1,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.249,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0.9,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.322,0.244 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.172,0.279 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.455,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.223,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.0987,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.233 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.133 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.195 -1,0.946,0.697,0.697,0,0.2,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.13 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0.7,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0.283,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0.7,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0.6,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0.494,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,1,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0.0258,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,1,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,1,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0.545,0.244 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,1,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0.348,0.736 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,1,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.472,0.441 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0.6,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.498,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.0129,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.309,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.0987,0.122 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.558,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.322,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.0858,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.348,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.296,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.21,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0.0258,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0.408,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.488 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0.742,0.366 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0.425,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.122 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0618 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0618 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.235 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.168 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.071 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.142 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.283,0,0.244 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.7,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.342,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.739,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.391,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.299,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0653 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.294 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.305 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0674 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.169 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.144 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.366 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.244 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.366 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.366 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.228 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.155 -0.333,0.301,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.301,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.301,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.333,0.301,0.586,0.586,0,0.2,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.333,0.348,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.404,0.572,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -0.333,0.348,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.404,0.572,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.244 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.61 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.366 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0.451,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.245 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0699 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.063 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.063 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.122 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0962 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.224 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.129 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.258 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.194 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0324 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.366 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.61 -0,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.366 -0,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0662 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0994 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.232 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.232 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.0495,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.366 -0.333,0.0495,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -0.667,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -0.667,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -0.667,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.423 -0.667,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.574 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.16 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0657 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0657 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.244 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -0.667,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.228 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0675 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.338 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.122 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.213 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0665 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.333 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.225 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0322 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0694 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.139 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.222 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.066 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.264 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.163 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0655 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.229 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0958 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.128 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.173 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.356 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.603 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.136 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.244 -0.667,0.647,0.697,0.697,0,0.5,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -0.333,0.348,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.404,0.572,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.333,0.348,0.697,0.697,0,0.1,0.844,0.844,0.844,0,0,0,0.404,0.572,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.2,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.772,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.625,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.255,0,0.122 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.255,0,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.366 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0.5,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.366 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.366 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.294 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.44 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.142 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.488 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.488 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.247 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0353 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0651 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.26 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.206 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.165 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.198 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.213 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.118 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.164 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0328 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.244 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.244 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.488 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.237,0.431,0.431,0,0.3,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.488 -0.667,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.366 -0.667,0.237,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,0.9,0.81,0.81,0.81,0.5,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.44,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.408,0,0.122 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.418,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.511,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,1,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.177,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.2,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.177,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.429,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.172 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.188 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.13 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.0325 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0.5,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.309,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,1,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,1,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.605,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,1,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.309,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0.7,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.258,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0.6,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.236,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0.9,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.309,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.348,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.275,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.249,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.519,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.408,0.122 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -1,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.234 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.284 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0969 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.128 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.2 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.255 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0.3,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,1,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.629,0.741,0.741,0,0.9,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.488 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.344 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.343 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.366 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.488 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0686 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.172 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.218 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0312 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.302 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.122 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.122 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.244 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.122 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,0.5,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,1,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,1,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.173,0.343,0.343,0,1,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.194,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.194,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0568 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0568 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.804,0.586,0.586,0,0.9,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.402 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.384 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0.5,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.333,0.348,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.404,0.572,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -0.333,0.348,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.404,0.572,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0.7,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.244 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.366 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.224 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.446 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.219 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.122 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.234 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0669 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.366 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.122 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.122 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.121 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0941 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.157 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0.2,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.38,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,1,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.402,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,1,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.255,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,1,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.28,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,1,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.28,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,1,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,1,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.38,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0.1,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.397,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.391,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.424,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.2,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.375,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.223,0,0.244 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,1,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,1,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,1,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,1,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0.1,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.244 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0.2,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.609,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,1,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.527,0,0.122 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,1,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.62,0,0.122 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,1,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.516,0,0.244 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.505,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,1,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.571,0,0.135 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.1,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.103 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.214 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.171 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.366 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.229 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.342 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.313 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.173 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.139 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0946 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.488 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.383 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.064 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0.7,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.382,0 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,1,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.202 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,1,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.249,0 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0.1,0.2,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.361,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,1,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.657,0.0603 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,1,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0905 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,1,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.27,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,1,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.361,0.366 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0.4,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.335,0 -0.333,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.0987,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.494,0.366 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.0987,0.854 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.382,0.122 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.395,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.223,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.309,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.618,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.541,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.618,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.361,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.283,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.309,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.876,0.122 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.258,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.249,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.309,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.366 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0.2,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.375,0,0 -0.333,0.237,0.431,0.431,0.0288,0,0.743,0.743,0.743,1,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.304,0,0 -0.333,0.237,0.431,0.431,0.0288,0,0.743,0.743,0.743,1,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.467,0,0.122 -0.333,0.237,0.431,0.431,0.0288,0.5,0.743,0.743,0.743,1,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.277,0,0.366 -0.667,0.425,0.431,0.431,0.0288,1,0.743,0.743,0.743,1,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.277,0,0 -0.667,0.425,0.431,0.431,0.0288,0.1,0.743,0.743,0.743,1,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.425,0.431,0.431,0.0288,0,0.743,0.743,0.743,1,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0.1,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.647,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -0.667,0.647,0.697,0.697,0.593,0,0.844,0.844,0.844,0.2,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.31,0,0.244 -0.667,0.629,0.741,0.741,0.683,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.337,0,0.105 -0.667,0.629,0.741,0.741,0.683,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.429,0,0.122 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.299,0,0.122 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.549,0,0 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0.1,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.598,0,0 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.516,0,0.244 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.122 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.359,0,0 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.435,0,0.122 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.348,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.244 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.197,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.333,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.333,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.333,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.122 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,1,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0.9,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.366 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.244 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.366 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.122 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0,0.0495,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0,0.0495,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.0495,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.0495,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.0495,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.237,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.122 -0.667,0.425,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.244 -0.667,0.425,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.553,0.586,0.586,0.346,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -0.667,0.553,0.586,0.586,0.346,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.122 -1,0.804,0.586,0.586,0.346,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -1,0.804,0.586,0.586,0.346,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.366 -1,0.804,0.586,0.586,0.346,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0.593,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0.593,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0.593,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0.593,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0.593,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0.593,1,0.844,0.844,0.844,0.2,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.359,0,0 -1,0.919,0.741,0.741,0.683,1,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.31,0,0 -1,0.919,0.741,0.741,0.683,1,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.386,0,0 -1,0.919,0.741,0.741,0.683,1,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.299,0,0 -1,0.919,0.741,0.741,0.683,1,0.81,0.81,0.81,1,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0.683,1,0.81,0.81,0.81,0.5,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.375,0,0 -1,0.919,0.741,0.741,0.683,1,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.359,0,0 -1,0.747,0.785,0.785,1,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.296,0,0 -1,0.747,0.785,0.785,1,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.296,0,0 -1,0.747,0.785,0.785,1,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.391,0,0 -1,0.747,0.785,0.785,1,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.505,0,0.244 -1,0.747,0.785,0.785,1,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.348,0,0 -1,0.747,0.785,0.785,1,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0.679,1,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0.7,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.186 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.225 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.183,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.366 -1,0.183,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.244 -1,0.183,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.241 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.103 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0627 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.125 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.116 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.244 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.122 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.217,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0.7,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.217,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,1,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.283,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,1,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.511,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,1,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.489,0,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,1,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,1,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0.6,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.232 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.166 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.122 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.122 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.122 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.667,0.425,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.667,0.425,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0.0288,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.612,0.431,0.431,0.0288,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.804,0.586,0.586,0.346,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0.346,0.2,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.804,0.586,0.586,0.346,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.946,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.122 -1,0.946,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.122 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -0.667,0.515,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.366 -0.667,0.515,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -0.667,0.515,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.13 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.366 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0698 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.227 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.122 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.241 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.332 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.24 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.155 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.287 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.176 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0352 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.168 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0.3,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.183,0.35,0.35,0,0.3,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.366 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.244 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.366 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.244 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.732 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.332 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0996 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.169 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0674 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.117 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.138 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.167 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.189 -1,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.236 -1,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.161 -1,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.195 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0.3,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,1,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,1,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,1,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,1,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,1,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,1,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.116,0.699,0.699,0.0658,0.4,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.481 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.317 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0327 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.294 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.16 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.16 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.156 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0312 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0.8,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.457 -0.333,0.323,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0508 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.169 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0678 -1,1,0.881,0.881,0.593,0.9,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.189 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.115 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.488 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.366 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.386,0.965,0.965,0.679,0.3,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -0.667,0.386,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.386,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.25,0,0.61 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,1,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.495,0,0.366 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,1,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.168,0,0.122 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,1,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.168,0,0.122 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,1,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.288,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0.9,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.38,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.418,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.462,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.418,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.462,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.5,0,0.122 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.366 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0.8,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0.8,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.122 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.153 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0306 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.122 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0.3,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0.3,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.122 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.244 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.366 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0.8,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0.8,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.366 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0.5,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.533,0,0.289 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.495,0,0.366 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.413,0,0.244 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.467,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.258,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.258,0,0.244 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.299,0,0.366 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.272,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.293,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.44,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.582,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.364,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.257 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.187 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.244 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.134 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.302 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.337,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.484,0,0.122 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.348,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0.9,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.164 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0654 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.347 -0.667,0.337,0.322,0.322,0,0.3,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0347 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.552 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.278 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.488 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.366 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0.5,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.391,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.326,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.337,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.37,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.649,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.324,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.326,0,0 -1,0.661,0.545,0.545,0.0288,0.3,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0.1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.154 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0615 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.335 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.266 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.277 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.031 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.488 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.254 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.122 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.345 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.322 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.173 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.18 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.116 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0291 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.169 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.337 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.409 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.198 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.291 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.164 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.164 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.343 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.137 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.333 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.316 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0.3,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0.3,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.366 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.366 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.366 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0.5,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.505,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,1,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.337,0,0.61 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,1,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.484,0,0.366 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.408,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.312,0,0.244 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.312,0,0.122 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0.5,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.249,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,1,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,1,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.309,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,1,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.395,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0.9,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.124,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0.4,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.309,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,1,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,1,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,1,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,1,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,1,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.366 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.2,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.341 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0341 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.169 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.339 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.135 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.174 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0348 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.198 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.242 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.256 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.163 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.163 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.122 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.278 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.166 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0331 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.304 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.237 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.167 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.134 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.232 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.208 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.156 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.182 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.124 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.337 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.172 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.24 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.661 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.328 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.474 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.38 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.33 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.296 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.308 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.278 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,1,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.309,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.4,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.309,0.122 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0.9,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,1,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.0258,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,1,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.137,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,1,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.605,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.361,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.7,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.511,0.244 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.309,0.366 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.212 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.165 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.033 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,1,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.519,0 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,1,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.185,0 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0.9,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.382,0 -1,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.4,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -1,0.449,0.35,0.35,0,0.8,0.611,0.611,0.611,0,0,1,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.195 -1,0.449,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0.2,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.488 -1,0.449,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -1,0.449,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.449,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.176 -1,0.449,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.385 -1,0.436,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -1,0.436,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -1,0.436,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.205 -1,0.436,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.436,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.436,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0.7,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.177 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.141 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.219 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.488 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.333,0.323,0.741,0.741,0.346,0.3,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.366,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.366,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.333,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.333,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.488 -0.333,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.366 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.366 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.167 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.134 -0.667,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.197 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.23 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.488 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.488 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.168 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.202 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.29 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0272 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0816 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.169 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0676 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.337 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0337 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.167 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.167 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.303 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.488 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.366 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0322 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.258 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.332 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0332 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.608 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0309 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.52 -1,0.436,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -1,0.436,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -1,0.436,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.183 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.355 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.071 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.299 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.283 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.188 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.329 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0329 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.543 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.421 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.328 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.22 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.416 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.137 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.227 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.157 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0945 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.318 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.158 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0316 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.354 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.354 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.354 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0354 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.126 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.366 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.333 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0665 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.177 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.354 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.212 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.343 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.409 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.255 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.209 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.156 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.315 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0327 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.693 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.122 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.117 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.173 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.104 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.508 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.101 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.202 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.257 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.366 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.366 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.272 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,0.3,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0.7,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0.3,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.933,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -1,0.933,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.488 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.554,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.554,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,1,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0.4,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.609 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.351,0.601,0.601,0,0.3,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.329 -1,0.351,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.233 -1,0.444,0.657,0.657,0,0.3,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,1,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.296,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,1,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.249,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0.9,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.605,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0.4,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.159,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.249,0.244 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.9,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.309,0.244 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.309,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.33 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.132 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.176 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.247 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.205 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.127 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.307 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0449 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,1,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.442,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,1,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.502,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,1,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.305,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,1,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.0386,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.4,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.249,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0.9,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.21,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0.7,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.0515,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.0987,0.244 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.433,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.309,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.137,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.309,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.307 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.156 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0624 -1,0.116,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.116,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0.5,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.522,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,1,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.842,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,1,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.679,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.201,0,0 -0.333,0.181,0.657,0.657,0,0.3,0.611,0.611,0.611,1,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.201,0,0 -0.333,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0.4,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.435,0,0 -0.333,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0.1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.122 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0.3,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.366 -0.333,0.178,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.177,0.392,0.392,0,0.7,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.366 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0.5,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.473,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.321,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.869,0.741,0.741,0.346,0.8,0.733,0.733,0.733,1,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,1,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.366 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0.4,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.366 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.366 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0.5,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.223,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,1,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,1,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.249,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,1,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.0129,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0.9,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.395,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0.4,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.249,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,1,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.27,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,1,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.322,0.122 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,1,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.21,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,1,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.0386,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,1,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,1,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.309,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,1,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.172,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0.9,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.408,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.27,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.545,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.309,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.0601,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.283,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0.369,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0.0601,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0.519,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0.296,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0.682,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.431,0.555,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0.0386,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.431,0.555,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0.335,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.431,0.555,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0.0601,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.244 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.244 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.15 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.166 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0331 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.488 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.732 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.251 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.457,0.545,0.545,0.0288,0.8,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.457,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.457,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0.5,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.488 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,0.933,0.937,0.937,0.683,0.8,0.733,0.733,0.733,0.5,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.402,0,0.366 -1,0.933,0.937,0.937,0.683,0.8,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.31,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.533,0,0.366 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.375,0,0.244 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.522,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0.4,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.261,0,0.244 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.554,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.488 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.175 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.07 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.128 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.172 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.138 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.204 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.034 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0.3,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0.3,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.366 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.218 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.169 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.169 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.327 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0327 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -0.667,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.336 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0336 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0.5,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.408,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,1,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.37,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,1,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.408,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,1,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.571,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0.4,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.467,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.625,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.342,0,0.122 -1,0.661,0.545,0.545,0.0288,0.8,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.386,0,0 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.869,0.741,0.741,0.346,0.9,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.258 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.288 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0332 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.335 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.356 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.104 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.348 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.267 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0697 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.279 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.426 -0.667,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0894 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.225 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0322 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.488 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.488 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.122 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.279 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0.3,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.119 -0.667,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.419 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.468,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.468,0.336,0.336,0,0.1,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.177 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.142 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.196 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0652 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.164 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.164 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.334 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.131 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.032 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.288 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.352 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,1,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.425,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,1,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.549,0.272 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,1,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,1,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.408,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0.4,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.592,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0.9,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.0386,0.244 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0.7,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0.8,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -0.667,0.504,0.993,0.993,1,0.5,0.718,0.718,0.718,0.5,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.576,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,1,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.451,0,0.366 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,1,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.255,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,1,1,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.455,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,1,1,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.112,0.366 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0.4,1,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,1,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.73,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0.4,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.296,0.122 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.9,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.459,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.0129,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.481,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,1,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.236,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.236,0.122 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.0386,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.369,0.488 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.15,0.164 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.137,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.326 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.518 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.25 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.169 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.27 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.312 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.156 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0.3,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.189 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.237 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.167 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.122 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.294 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.24 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.345 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.488 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.61 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.596 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.366 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,0.8,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.467,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.353,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.429,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,1,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.576,0,0.244 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,1,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,1,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.198 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,0.5,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.172 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0.1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.332 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.133 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.206 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0.3,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,1,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0.3,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.164 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.35 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.035 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.172 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0686 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.366 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.488 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0.3,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.61 -0.667,0.457,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0.5,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.137,0.17 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0.9,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.462 -1,0.869,0.741,0.741,0.346,0.7,0.733,0.733,0.733,0,0,0.4,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.296,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,1,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.249,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,1,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.283,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0.9,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.618,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.421,0.244 -0.333,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.12,0 -0.333,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.249,0 -0.333,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.309,0.286 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.488 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.528,0.244 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.296,0.244 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.0386,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.33 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.188 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.171 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.137 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0.3,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.251,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.276 -1,0.251,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0.7,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.067 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.1 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.159 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0956 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0.5,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.386,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.565,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.364,0,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.413,0,0.274 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.188,0,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0.4,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.188,0,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,1,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.239,0.296,0.0707 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,1,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0.487,0.353 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0.9,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0.453,0.106 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0.4,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.416,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.408,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.27,0.274 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.0987,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,1,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,1,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.506,0 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.2,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.21,0.169 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.682,0.102 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.421,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.369,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.159 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.133,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.369,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.273,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.135,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.412,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.266,0.244 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.366 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.366 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.61 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0.5,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.364,0,0.122 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.478,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.538,0,0.122 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.413,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,1,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.204,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0.4,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.204,0,0 -0.667,0.596,0.741,0.741,0.346,0.8,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.701,0,0 -0.667,0.596,0.741,0.741,0.346,0.8,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.488 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.488 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.176 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.196 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.147 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.216 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.488 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.171 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.422,0.542,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.102 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.122 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.122 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.267 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.122 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.174 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.349 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0349 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.122 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.366 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,1,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.309,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,1,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.223,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0.9,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0.4,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.275,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,1,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.618,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,1,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.283,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0.9,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.399,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.678,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.0515,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.258,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.502,0.122 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.425,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.0987,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.61 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.424 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.507 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.228 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.243 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.277 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0627 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.188 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.269 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0697 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.349 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0697 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.167 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.1 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.366 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.122 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.125 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.122 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.366 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0,0.0495,0.35,0.35,0,0.3,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.183,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0.3,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.424,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,1,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.408,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,1,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,1,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.326,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,1,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,1,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,1,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0.5,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.366 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.61 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0.3,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.488 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -1,1,0.881,0.881,0.593,0.3,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.157 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0314 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.333,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.333,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.333,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.386,0.965,0.965,0.679,0.3,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.386,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.218,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.244 -1,0.196,0.825,0.825,0.132,1,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,1,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.196,0.825,0.825,0.132,1,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.196,0.825,0.825,0.132,1,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0.1,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.122 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.343 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.177 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.248 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.322 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.328 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.263 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.186 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.334 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0667 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.367 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0.3,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.366 -0.667,0.457,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.366 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.732 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.488 -1,1,0.881,0.881,0.593,0.5,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.166 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0662 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.348 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.244 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.24 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.314 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.488 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.366 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,0.8,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,0.5,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.263 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0594 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0594 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.34 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.19 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.193,0.322,0.322,0,0.8,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.193,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.193,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.667,0.328,0.336,0.336,0,0.5,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.488 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.205 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.488 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0.3,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,1,0.641,0.641,0.641,0,1,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.369,0 -0.667,0.314,0.433,0.433,0,1,0.641,0.641,0.641,0,1,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.159,0 -1,0.446,0.433,0.433,0,1,0.641,0.641,0.641,0,0.9,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -1,0.513,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0.4,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.258,0 -1,0.513,0.447,0.447,0,1,0.626,0.626,0.626,0,0,1,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.369,0 -1,0.513,0.447,0.447,0,0.4,0.626,0.626,0.626,0,0,1,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,1,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,1,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,1,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,1,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0.2,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -1,0.596,0.741,0.741,0.346,0.8,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.366 -1,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.366 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.171 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.342 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.137 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.189 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.152 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.274 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.17 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.354 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.299 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.258 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,1,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.21,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,1,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.257 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,1,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,1,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0.4,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0.9,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,1,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.531 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,1,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,1,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,1,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.316 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.383 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.675 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.222 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.177 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0354 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.185 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.122 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,1,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.356,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,1,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.348,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,1,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.262,0.244 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,1,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0.4,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.124,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0.9,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.618,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,1,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,1,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,1,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,1,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.333,0.182,0.433,0.433,0,0.8,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0.5,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.488 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0,0.0495,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0.3,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.366 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.244 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -0.667,0.638,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0.2,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.549,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,1,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.489,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,1,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0.3,0.718,0.718,0.718,1,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.598,0,0 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,1,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.429,0,0 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0.9,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.505,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.402,0,0.122 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.435,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.413,0,0.366 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.489,0,0.251 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.674,0,0.179 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.455 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.335 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.067 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.354 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0354 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.314 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.116,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.116,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.157 -1,0.116,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0627 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0.3,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.135 -1,0.251,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.403 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.584 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.177 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.35 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.189 -0.333,0.189,0.336,0.336,0,0.3,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.333,0.189,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.183,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0.1,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.488 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.732 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0.3,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.488 -0.333,0.323,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.244 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.351 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0351 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.61 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.5,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.137,0.244 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,1,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.425,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,1,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.142,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.4,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.296,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0.9,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.403,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.438,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.296,0.488 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.0386,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,1,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.7,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.244 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.219 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.312 -1,0.116,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0624 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.351,0.601,0.601,0,0.8,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.255 -1,0.351,0.601,0.601,0,0.8,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.175 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.245 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.19 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.488 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.244 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,1,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.296,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,1,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.236,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0.9,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0.4,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.27,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,1,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.361,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,1,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.167,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,1,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.155,0.143 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,1,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.283,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0.5,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.502,0.122 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.451,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.369,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.532,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.296,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.579,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.245,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.309,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.309,0.244 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.0386,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.249,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.296,0.122 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.258,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.341 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.273 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0632 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.158 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.344 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.147 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.333 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.222 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.667,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.535 -0.667,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.237 -0.667,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.347 -0.667,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.518 -0.667,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.172 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.138 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.444 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0334 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.313 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0696 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0.3,0.55,0.55,0.55,0,0.5,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.0987,0 -1,0.0829,0.503,0.503,0,1,0.55,0.55,0.55,0,1,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.223,0 -1,0.251,0.601,0.601,0,1,0.58,0.58,0.58,0,1,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.605,0 -1,0.251,0.601,0.601,0,1,0.58,0.58,0.58,0,0.4,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.0386,0.163 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0.9,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.163 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,1,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.309,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,1,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.466,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,1,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.367,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,1,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.841,0.12 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.236,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.421,0.196 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.359,0.283,0.0654 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,1,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.551,0.236,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.275,0.0386,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.375,0.159,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,1,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.299,0,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0.9,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.63,0.631,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.435,0.0601,0 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.382,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.172,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.584,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.309,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.236,0 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.0987,0 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.283,0.283 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.405 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.519,0 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.21,0.366 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.567,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.446,0.122 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.532,0.244 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.275,0.122 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.459,0 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.27,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.236,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.0858,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.21,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.0386,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.223,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.575,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.502,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.197,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.395,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.0386,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.442,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.159,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.296,0.122 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.73,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.309,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.258,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.457,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.148,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.0858,0.122 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.421,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.159,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.21,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.296,0.122 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.136 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.61 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.488 -0.667,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.344,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.344,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.344,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.344,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.344,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -0.667,0.344,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -0.667,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.348 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.169 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0338 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.289 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0321 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0.3,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,1,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.172 -1,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.276 -1,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.33 -1,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.033 -1,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -1,0.328,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -1,0.328,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.171 -1,0.328,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.605 -1,0.328,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.328,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.316,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.195 -1,0.316,0.35,0.35,0,1,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366 -1,0.316,0.35,0.35,0,0.5,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.449,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -1,0.449,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.392 -1,0.449,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0297 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.244 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.366 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0.3,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.244 -0.667,0.457,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.366 -0.667,0.457,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0.5,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.309,0 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,1,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.309,0 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,1,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.0987,0 -1,0.661,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,1,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.309,0 -1,0.661,0.545,0.545,0.0288,0.4,0.672,0.672,0.672,0,0.9,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0.4,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.605,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,1,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.395,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,1,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,1,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.468,0 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,1,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0.5,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.488 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0.3,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0.3,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.244 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.201 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.122 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.146 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.24 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0982 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.196 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.488 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.244 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.122 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.122 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.17 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.237 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.488 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.488 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.122 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.163 -1,0.116,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.422,0.567,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0651 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0848 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.478,0,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,1,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.359,0,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,1,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,1,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.402,0,0.166 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,1,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.538,0,0.0331 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0.9,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.283,0,0 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,0.3,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0.4,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.244 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.488 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.122 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.122 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.328,0.336,0.336,0,0.3,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.603,0,0.122 -0.667,0.328,0.336,0.336,0,1,0.611,0.611,0.611,1,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.489,0,0 -0.667,0.316,0.35,0.35,0,0.3,0.611,0.611,0.611,1,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,0.3,0.611,0.611,0.611,1,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.592,0,0 -0.667,0.316,0.35,0.35,0,1,0.611,0.611,0.611,1,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.543,0,0 -0.667,0.316,0.35,0.35,0,1,0.611,0.611,0.611,1,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,1,0.611,0.611,0.611,1,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.316,0.35,0.35,0,1,0.611,0.611,0.611,0.5,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.366 -0.667,0.307,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0.1,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.122 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.244 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.244 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.122 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.122 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.122 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.33 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.31 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.177 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.35 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.366 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.122 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.244 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.122 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.122 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.122 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 +occupants,lighting_interior,lighting_garage,cooking_range,dishwasher,clothes_washer,clothes_dryer,ceiling_fan,plug_loads_other,plug_loads_tv,hot_water_dishwasher,hot_water_clothes_washer,hot_water_fixtures +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0833,0.0833,1,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0.8,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.165 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.0989 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0.5,0,0,0.284,0.591,0.591,0.473,0,0 +0.333,0.181,0.181,0,1,0,0,0.284,0.591,0.591,0.435,0,0 +0.333,0.181,0.181,0,1,0,0,0.284,0.591,0.591,0.745,0,0.122 +0.333,0.181,0.181,0,1,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,1,0,0,0.284,0.591,0.591,0,0,0.366 +0.333,0.181,0.181,0,0.3,0,0,0.284,0.591,0.591,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0.3,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0.122 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0.3,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0.44,0,0 +1,0.798,0.798,0,1,0,0,0.741,0.974,0.974,0.31,0,0 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0.212,0,0 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0.212,0,0 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0.652,0,0 +1,0.979,0.979,0,0.8,0,0,0.881,0.993,0.993,0.755,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0.538,0,0 +1,0.991,0.991,0,1,0,0,0.937,0.937,0.937,0.603,0,0.244 +1,0.991,0.991,0,1,0,0,0.937,0.937,0.937,0,0,0.488 +1,0.991,0.991,0,1,0,0,0.937,0.937,0.937,0.375,0,0 +1,0.991,0.991,0,1,0,0,0.937,0.937,0.937,0.239,0,0 +1,0.823,0.823,0,0.8,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0.201,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0.511,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0.179,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0.179,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0.538,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0.38,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0.505,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.164 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.286 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.336 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.0671 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.25 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.176 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.281 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.366 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.254 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.0677 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.0677 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.648 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.462 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0.674,0,0 +0.333,0.192,0.192,0,1,0,0,0.33,0.579,0.579,0.247,0,0.122 +0.333,0.192,0.192,0,1,0,0,0.33,0.579,0.579,0.247,0,0 +0.333,0.192,0.192,0,1,0,0,0.33,0.579,0.579,0.245,0,0 +0.333,0.192,0.192,0,1,0,0,0.33,0.579,0.579,0.511,0,0 +0.333,0.196,0.196,0,0.8,0,0,0.279,0.579,0.579,0.467,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.2,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.244 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.366 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.641 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.0695 +1,0.798,0.798,0.3,0,0,0,0.741,0.974,0.974,0,0,0.209 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0.128 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0.404 +1,0.979,0.979,0.3,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.169 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.101 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.244 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.122 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.168 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.168 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.161 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.0965 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.158 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.063 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.287 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0.8,0,0,0,0.487,0.617,0.617,0,0,0.0321 +1,0.253,0.253,1,0,0,0,0.487,0.617,0.617,0,0,0.0963 +1,0.253,0.253,1,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.449,0.449,1,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.449,0.449,1,0,0,0,0.657,0.787,0.787,0,0,0.162 +1,0.449,0.449,1,0,0,0,0.657,0.787,0.787,0,0,0.0649 +1,0.449,0.449,0.4,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.201 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.175 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.262 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.256 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.366 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.15 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.657 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.278 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.209 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.488 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.171 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.308 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0.3,0,0,0,0.321,0.597,0.597,0,0,0.244 +0.333,0.196,0.196,1,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.321,0.597,0.597,0,0,0 +1,0.49,0.49,1,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0.488 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.244 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +0.667,0.669,0.669,0.8,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0.7,0,0,0,0.673,0.817,0.817,0,0,0.168 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.134 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.488 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.198 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.231 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.244 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.528 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.0647 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.158 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.0949 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.162 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.398 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.176 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.0352 +1,0.0513,0.0513,1,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,1,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,1,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0.3,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.166 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0664 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.279 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.0348 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.244 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.167 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.366 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.343,0.343,0.3,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.244 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.366 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.346 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.104 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.488 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.292 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.339 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.167 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.335 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.0335 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.153 +0.667,0.0513,0.0513,1,0,0,0,0.326,0.51,0.51,0,0,0.061 +0.667,0.0833,0.0833,0.2,0,0,0,0.34,0.516,0.516,0,0,0 +0.667,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0.219 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.148 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0.3,0,0,0,0.487,0.617,0.617,0,0,0.299 +1,0.253,0.253,1,0,0,0,0.487,0.617,0.617,0,0,0.0309 +1,0.316,0.316,1,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,1,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,1,0,0,0,0.524,0.68,0.68,0,0,0.28 +1,0.316,0.316,1,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0.9,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.334,0.334,0,0.5,0,0,0.403,0.692,0.692,0.516,0,0.258 +1,0.334,0.334,0,1,0,0,0.403,0.692,0.692,0.418,0,0 +1,0.334,0.334,0,1,0,0,0.403,0.692,0.692,0.272,0,0 +1,0.334,0.334,0,1,0,0,0.403,0.692,0.692,0.255,0,0.0642 +1,0.334,0.334,0,1,0,0,0.403,0.692,0.692,0.44,0,0.0642 +1,0.477,0.477,0,1,0,0,0.475,0.806,0.806,0.171,0,0 +1,0.49,0.49,0,0.9,0,0,0.322,0.806,0.806,0.171,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.444 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.0654 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.465 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.137 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.122 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.307 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.343 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0.244 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0.122 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0.687 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0.36 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0.451,0,0.122 +0.333,0.196,0.196,0,1,0,0,0.321,0.597,0.597,0.462,0,0 +0.333,0.196,0.196,0,1,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,1,0,0,0.321,0.597,0.597,0.543,0,0 +0.333,0.196,0.196,0,1,0,0,0.321,0.597,0.597,0.489,0,0 +0.667,0.418,0.418,0,0.8,0,0,0.449,0.755,0.755,0.342,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0.353,0,0.366 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0.451,0,0.122 +0.667,0.418,0.418,0.8,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0.8,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0.5,0,0,0.741,0.974,0.974,0.467,0,0 +1,0.798,0.798,0,1,0,0,0.741,0.974,0.974,0.321,0,0 +1,0.798,0.798,0,1,0,0,0.741,0.974,0.974,0.462,0,0.366 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0.533,0,0.488 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0.9,0,0,0.881,0.993,0.993,0,0,0.251 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0.511,0,0 +0.667,0.363,0.363,0,1,0,0,0.484,0.622,0.622,0.217,0,0.244 +0.667,0.363,0.363,0,1,0,0,0.484,0.622,0.622,0.174,0,0 +0.667,0.363,0.363,0,1,0,0,0.484,0.622,0.622,0,0,0.122 +1,0.677,0.677,0,1,0,0,0.711,0.78,0.78,0.679,0,0 +1,0.565,0.565,0,0.8,0,0,0.748,0.742,0.742,0.348,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0.386,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.122 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.366 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.122 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.488 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.158 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0947 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.0917 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.247 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.174 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.0698 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.24 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.0953 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.127 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.488 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.173 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.242 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0.8,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.321,0.597,0.597,0,0,0.366 +0.667,0.196,0.196,1,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.488 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.366 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.312 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.203 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.174 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.0347 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.151 +1,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.366 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0.3,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.181,0.181,0.2,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.488 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +1,0.441,0.441,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.441,0.441,0,0,0,0,0.392,0.843,0.843,0,0,0.122 +1,0.441,0.441,0,0,0,0,0.392,0.843,0.843,0,0,0.122 +1,0.441,0.441,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.448,0.448,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.448,0.448,0,0,0,0,0.433,0.824,0.824,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.122 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.244 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0.366 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.244 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.366 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.177 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.0355 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.288 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.536,0.536,0,0,0,0,0.825,0.749,0.749,0,0,0 +1,0.536,0.536,0,0,0,0,0.825,0.749,0.749,0,0,0 +1,0.536,0.536,0,0,0,0,0.825,0.749,0.749,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.172 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.355,0.355,1,0,0,0,0.601,0.693,0.693,0,0,0 +1,0.355,0.355,0.8,0,0,0,0.601,0.693,0.693,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.316,0.316,0.8,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,1,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,1,0,0,0,0.524,0.68,0.68,0,0,0 +0.333,0.183,0.183,1,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.183,0.183,0.8,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.366 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.366 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.125 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.343,0.343,0.8,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0.272 +0.667,0.343,0.343,0.8,0,0,0,0.384,0.73,0.73,0,0,0.366 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.548,0.548,0.8,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0.24 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0.122 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.669,0.669,0.9,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.244 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.161 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.129 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.207 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.207 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.212 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.164 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.0654 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0.244 +1,0.117,0.117,0.3,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,1,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.253,0.253,1,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0.8,0,0,0,0.487,0.617,0.617,0,0,0.173 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.0346 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.192,0.192,0.3,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,1,0,0.279,0.579,0.579,0,0.309,0 +0.333,0.196,0.196,0,0,1,0,0.279,0.579,0.579,0,0.0386,0 +0.333,0.196,0.196,0,0,0.9,0,0.279,0.579,0.579,0,0.567,0 +0.333,0.192,0.192,0,0,0,0.4,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,1,0.284,0.579,0.579,0,0.309,0 +0.333,0.192,0.192,0,0,0,0.2,0.284,0.579,0.579,0,0.185,0.244 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0.369,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0.361,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0.283,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0.073,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0.618,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0.361,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0.0386,0.122 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.185,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.223,0.122 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.496,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.47,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0.21,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0.395,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0.309,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0.361,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0.348,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.283,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.21,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.429,0.244 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.296,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.223,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0.717,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0.0601,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0.309,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0.369,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0.249,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0.433,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0.618,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0.0386,0.488 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0.605,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0.361,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0.33,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0.283,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0.27,0.122 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0.348,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0.159,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.0386,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.0129,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.562,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.18,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.27,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.0601,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.223,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.21,0.156 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.0938 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.361,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.296,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.309,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.459,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.433,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.322,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.137,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.283,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.366 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.149 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0298 +0.333,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0.5,0,0.279,0.579,0.579,0,0.296,0 +0.333,0.196,0.196,0,0,1,0,0.279,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,1,0,0.284,0.579,0.579,0,0.532,0 +0.333,0.192,0.192,0,0,1,0,0.284,0.579,0.579,0,0.408,0.122 +0.333,0.192,0.192,0,0,0.8,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0.5,0.284,0.579,0.579,0,0.258,0 +0.333,0.192,0.192,0,0,0,1,0.284,0.579,0.579,0,0.481,0 +0.333,0.192,0.192,0,0,0,1,0.284,0.579,0.579,0,0.174,0 +0.333,0.186,0.186,0,0,0,1,0.288,0.585,0.585,0,0.148,0 +0.333,0.186,0.186,0,0,0,1,0.288,0.585,0.585,0,0.0987,0 +0.333,0.186,0.186,0,0,0,1,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,1,0.288,0.585,0.585,0,0.348,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0.335,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.296,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.309,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.0386,0 +0.333,0.181,0.181,0.8,0,0,0,0.284,0.591,0.591,0,0.0987,0 +0.333,0.181,0.181,1,0,0,0,0.284,0.591,0.591,0,0.283,0 +0.667,0.313,0.313,1,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.311,0.311,0.3,0,0,0,0.347,0.717,0.717,0,0.395,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0.0601,0.122 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0.236,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0.296,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0.137,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.172,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.258,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.605,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.373,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.283,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.488 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.122 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0.5,0,0.354,0.61,0.61,0,0.15,0 +0.333,0.234,0.234,0,0,0.9,0,0.354,0.61,0.61,0,0,0 +0.667,0.548,0.548,0,0,0,0.4,0.58,0.805,0.805,0,0.172,0 +0.667,0.548,0.548,0,0,0,1,0.58,0.805,0.805,0,0.223,0 +1,0.798,0.798,0,0,0,1,0.741,0.974,0.974,0,0.137,0 +1,0.798,0.798,0,0,0,1,0.741,0.974,0.974,0,0.652,0 +1,0.798,0.798,0,0,0,1,0.741,0.974,0.974,0,0.249,0 +1,0.798,0.798,0,0,0,0.5,0.741,0.974,0.974,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.618,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.541,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.691,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.335,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.249,0.122 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.366 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0.361,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0.322,0.122 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0.193,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0.451,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0.0386,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0.412,0.122 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0.451,0 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0.609,0 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0.446,0 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0.369,0.244 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.27,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.395,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.369,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.318,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.421,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.361,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.348,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.137,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.369,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.172,0.488 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.249,0.244 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0.0515,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.175 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.14 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.148 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0.8,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,1,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,1,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.315,0.315,1,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,1,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,1,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0.9,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.49,0.49,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.244 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.488 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.979,0.979,0.8,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0.7,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.366 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.7,0,0,0,0.258,0.465,0.465,0,0,0.168 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.336 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.163 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.13 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,1,0,0.321,0.597,0.597,0,0.446,0 +0.333,0.196,0.196,0,0,1,0,0.321,0.597,0.597,0,0.0601,0 +0.333,0.196,0.196,0,0,1,0,0.321,0.597,0.597,0,0,0 +0.333,0.234,0.234,0,0,1,0,0.354,0.61,0.61,0,0.137,0 +0.333,0.234,0.234,0,0,0.3,0,0.354,0.61,0.61,0,0.249,0 +0.333,0.234,0.234,0,0,0,1,0.354,0.61,0.61,0,0.481,0 +0.333,0.234,0.234,0,0,0,1,0.354,0.61,0.61,0,0.335,0 +0.333,0.234,0.234,0,0,0,1,0.354,0.61,0.61,0,0.21,0 +0.333,0.234,0.234,0,0,0,0.2,0.354,0.61,0.61,0,0.468,0 +0.333,0.299,0.299,0.8,0,0,0,0.419,0.635,0.635,0,0.283,0 +0.333,0.299,0.299,1,0,0,0,0.419,0.635,0.635,0,0.223,0 +0.333,0.299,0.299,1,0,0,0,0.419,0.635,0.635,0,0,0 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.669,0.669,0.4,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.488 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.244 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.244 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.244 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.244 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0.8,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0.7,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.143 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +0.667,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.204 +0.667,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.488 +0.667,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.153 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.0612 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.171 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.0684 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.122 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.335 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0.56,0,0.0335 +1,0.316,0.316,0,1,0,0,0.524,0.68,0.68,0.446,0,0 +1,0.183,0.183,0,1,0,0,0.391,0.572,0.572,0,0,0 +1,0.477,0.477,0,1,0,0,0.475,0.806,0.806,0.554,0,0 +1,0.477,0.477,0,1,0,0,0.475,0.806,0.806,0.582,0,0.122 +1,0.477,0.477,0.8,0.8,0,0,0.475,0.806,0.806,0,0,0 +0.667,0.334,0.334,1,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.334,0.334,1,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.334,0.334,0.3,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.244 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.244 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.244 +0.667,0.334,0.334,0.8,0,0,0,0.31,0.692,0.692,0,0,0 +0.333,0.192,0.192,1,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,1,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0.3,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.343,0.343,0,0,0.5,0,0.384,0.73,0.73,0,0.283,0 +0.667,0.343,0.343,0,0,0.9,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0.4,0.384,0.73,0.73,0,0.283,0 +0.667,0.343,0.343,0,0,0,1,0.384,0.73,0.73,0,0.296,0 +0.667,0.343,0.343,0,0,0,1,0.384,0.73,0.73,0,0.0386,0.244 +1,0.49,0.49,0,0,0,1,0.447,0.862,0.862,0,0,0 +1,0.602,0.602,0,0,0,1,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0.5,0.545,0.899,0.899,0,0,0.122 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.122 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.122 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.366 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.147 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.333,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +0.333,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +0.333,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +0.333,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +0.333,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +0.333,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.159 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.154 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.161 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.244 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.536 +1,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.034 +1,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.206 +1,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.366 +1,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.25 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.176 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.211 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.136 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.068 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.173 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.0691 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0.134 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.244 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0.8,0,0,0,0.375,0.705,0.705,0,0,0 +1,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0.244 +1,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.343,0.343,0.8,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.122 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.244 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0.244 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0.366 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.366 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.488 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.366 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.488 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.173 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0691 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.165 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.264 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.334 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.1 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0.3,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.333,0.196,0.196,1,0,0,0,0.279,0.579,0.579,0,0,0.366 +0.333,0.196,0.196,1,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.192,0.192,0.4,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,1,0,0.284,0.579,0.579,0,0.549,0 +0.333,0.192,0.192,0,0,1,0,0.284,0.579,0.579,0,0.416,0 +0.333,0.192,0.192,0,0,1,0,0.284,0.579,0.579,0,0.185,0 +0.333,0.186,0.186,0,0,1,0,0.288,0.585,0.585,0,0.309,0 +0.333,0.186,0.186,0,0,0.3,0,0.288,0.585,0.585,0,0.258,0 +0.333,0.186,0.186,0,0,0,1,0.288,0.585,0.585,0,0,0.244 +0.333,0.186,0.186,0,0,0,1,0.288,0.585,0.585,0,0.137,0 +0.333,0.186,0.186,0,0,0,1,0.288,0.585,0.585,0,0.223,0.366 +0.333,0.186,0.186,0,0,0,0.2,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.652,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.318,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.438,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.27,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.185,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0.438,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0.391,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.244 +0.667,0.18,0.18,0.8,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0.7,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.244 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.366 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.667,0.669,0.669,0,0.5,0,0,0.673,0.817,0.817,0.467,0,0 +0.667,0.669,0.669,0,1,0,0,0.673,0.817,0.817,0.31,0,0 +0.667,0.669,0.669,0,1,0,0,0.673,0.817,0.817,0.587,0,0.244 +0.667,0.669,0.669,0,1,0,0,0.673,0.817,0.817,0.484,0,0.244 +0.667,0.669,0.669,0,1,0,0,0.673,0.817,0.817,0.538,0,0 +0.667,0.669,0.669,0,1,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.677,0.677,0,0.9,0,0,0.711,0.78,0.78,0.538,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0.457,0,0.244 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0.462,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0.321,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0.288,0,0 +0.667,0.565,0.565,0,0.5,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.565,0.565,0,1,0,0,0.748,0.742,0.742,0.397,0,0.366 +0.667,0.565,0.565,0,1,0,0,0.748,0.742,0.742,0.473,0,0 +0.667,0.565,0.565,0,1,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.565,0.565,0,1,0,0,0.748,0.742,0.742,0.408,0,0 +0.667,0.307,0.307,0,0.3,0,0,0.503,0.604,0.604,0.538,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0.261,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0.31,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0.337,0,0 +0.667,0.548,0.548,0,1,0,0,0.58,0.805,0.805,0.304,0,0.122 +1,0.798,0.798,0,1,0,0,0.741,0.974,0.974,0.185,0,0 +1,0.798,0.798,0,1,0,0,0.741,0.974,0.974,0.185,0,0.165 +1,0.798,0.798,0,1,0,0,0.741,0.974,0.974,0.505,0,0.376 +1,0.979,0.979,0,0.8,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.366 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.366 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.122 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +0.667,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.164 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0656 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.607 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.238 +0.667,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0.8,0,0,0,0.524,0.68,0.68,0,0,0.203 +0.667,0.316,0.316,1,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.183,0.183,1,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0.9,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.122 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.244 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.366 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.128 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.244 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.164 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.0657 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0.408,0,0 +0.667,0.343,0.343,0,1,0,0,0.384,0.73,0.73,0.359,0,0.122 +0.667,0.343,0.343,0,1,0,0,0.384,0.73,0.73,0,0,0.338 +0.667,0.343,0.343,0,1,0,0,0.384,0.73,0.73,0.337,0,0.67 +0.667,0.343,0.343,0,1,0,0,0.384,0.73,0.73,0.679,0,0.122 +0.667,0.418,0.418,0,1,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,1,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.418,0.418,0,0.4,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0.8,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0.7,0,0,0,0.58,0.805,0.805,0,0,0.244 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0.418,0,0 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0.418,0,0.244 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0.386,0,0.488 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0.37,0,0.244 +1,0.677,0.677,0,0.8,0,0,0.711,0.78,0.78,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.244 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0.244 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0.244 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0.488 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.165 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.033 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.315 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.168 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.134 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.33 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.236 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.244 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.122 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.325 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.261 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.12 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.648 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.25 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.408 +0.667,0.313,0.313,0.8,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.181,0.181,1,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.18,0.18,1,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,1,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,1,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,1,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,1,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,1,0,0,0,0.302,0.591,0.591,0,0,0.122 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.182,0.182,1,0,0,0,0.316,0.585,0.585,0,0,0.122 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.244 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.244 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.146 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.177 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.248 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.235 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.186,0.186,0,0,1,0,0.288,0.585,0.585,0,0.361,0 +0.333,0.186,0.186,0,0,1,0,0.288,0.585,0.585,0,0.309,0 +0.333,0.186,0.186,0,0,0.9,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0.4,0.288,0.585,0.585,0,0.223,0 +0.333,0.186,0.186,0,0,0,1,0.288,0.585,0.585,0,0.361,0.244 +0.333,0.186,0.186,0,0,0,0.2,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.488 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.244 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.548,0.548,0.8,0,0,0,0.58,0.805,0.805,0,0,0.241 +0.667,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0.366 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.979,0.979,0.4,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.143 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.255 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.159 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.0952 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.164 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.0327 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.302 +1,0.316,0.316,0.8,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.334,0.334,0.7,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0.122 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0.244 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.315,0.315,0.3,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,1,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0.2,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.285 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0.61 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.122 +0.667,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.122 +0.667,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.244 +0.667,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.122 +0.667,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0.732 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.466 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.417 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.417 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.188 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0938 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.276 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.122 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.122 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.0625 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.247 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.331 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.13 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.525 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.153 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.061 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.231 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.164 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.131 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.5 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.244 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.366 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.167 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.0669 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.366 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.706 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0.068 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +1,0.441,0.441,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.448,0.448,0,0,0.5,0,0.433,0.824,0.824,0,0.0601,0 +1,0.448,0.448,0,0,1,0,0.433,0.824,0.824,0,0.532,0 +1,0.448,0.448,0,0,1,0,0.433,0.824,0.824,0,0,0 +1,0.448,0.448,0,0,0.4,0,0.433,0.824,0.824,0,0.361,0 +1,0.448,0.448,0,0,0,0.9,0.433,0.824,0.824,0,0,0 +1,0.448,0.448,0,0,0,1,0.433,0.824,0.824,0,0.249,0 +1,0.49,0.49,0.3,0,0,1,0.447,0.862,0.862,0,0,0.122 +1,0.49,0.49,1,0,0,0.3,0.447,0.862,0.862,0,0,0 +1,0.49,0.49,1,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.49,0.49,0.8,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.49,0.49,0,0,0,0,0.447,0.862,0.862,0,0,0.122 +1,0.49,0.49,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.244 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.798,0.798,0,0,1,0,0.741,0.974,0.974,0,0.223,0 +1,0.798,0.798,0,0,1,0,0.741,0.974,0.974,0,0.309,0.244 +1,0.798,0.798,0,0,1,0,0.741,0.974,0.974,0,0.258,0 +1,0.798,0.798,0,0,1,0,0.741,0.974,0.974,0,0.361,0 +1,0.979,0.979,0,0,0.3,0,0.881,0.993,0.993,0,0.296,0 +1,0.979,0.979,0,0,0,1,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,1,0.881,0.993,0.993,0,0.296,0 +1,0.979,0.979,0,0,0,1,0.881,0.993,0.993,0,0.395,0 +1,0.979,0.979,0,0,0,1,0.881,0.993,0.993,0,0.296,0 +1,0.979,0.979,0,0,0,1,0.881,0.993,0.993,0,0.0258,0 +1,0.991,0.991,0,0,0,1,0.937,0.937,0.937,0,0.361,0 +1,0.991,0.991,0,0,0,0.5,0.937,0.937,0.937,0,0.296,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.545,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.223,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.421,0.122 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.309,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.124,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.635,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.451,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.464,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.476,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.275,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.249,0.366 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.137,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.73,0 +1,0.536,0.536,0,0,0,0,0.825,0.749,0.749,0,0.506,0 +1,0.536,0.536,0,0,0,0,0.825,0.749,0.749,0,0.356,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.73,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.322,0.366 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.223,0 +1,0.249,0.249,0,0,0,0,0.699,0.674,0.674,0,0.309,0 +1,0.249,0.249,0,0,0,0,0.699,0.674,0.674,0,0.296,0 +1,0.249,0.249,0,0,0,0,0.699,0.674,0.674,0,0.348,0 +1,0.249,0.249,0,0,0,0,0.699,0.674,0.674,0,0,0 +1,0.249,0.249,0,0,0,0,0.699,0.674,0.674,0,0,0 +1,0.249,0.249,0,0,0,0,0.699,0.674,0.674,0,0,0 +1,0.124,0.124,0,0,0,0,0.559,0.656,0.656,0,0.273,0 +1,0.124,0.124,0,0,0,0,0.559,0.656,0.656,0,0.682,0 +1,0.124,0.124,0,0,0,0,0.559,0.656,0.656,0,0.433,0 +1,0.124,0.124,0,0,0,0,0.559,0.656,0.656,0,0,0 +1,0.124,0.124,0,0,0,0,0.559,0.656,0.656,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.297 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.14 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,1,0,0.34,0.516,0.516,0,0.584,0.335 +1,0.0833,0.0833,0,0,1,0,0.34,0.516,0.516,0,0.309,0.134 +1,0.0833,0.0833,0,0,1,0,0.34,0.516,0.516,0,0.309,0 +0.667,0.151,0.151,0,0,1,0,0.372,0.541,0.541,0,0.112,0 +0.667,0.151,0.151,0,0,0.3,0,0.372,0.541,0.541,0,0.0129,0 +0.667,0.151,0.151,0,0,0,1,0.372,0.541,0.541,0,0,0 +0.667,0.151,0.151,0,0,0,1,0.372,0.541,0.541,0,0.283,0 +0.667,0.151,0.151,0,0,0,1,0.372,0.541,0.541,0,0.283,0 +0.667,0.151,0.151,0,0,0,0.2,0.372,0.541,0.541,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0.464,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0.391,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0.485,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0.309,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0.361,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0.258,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.122 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.488 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.244 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.798,0.798,0.8,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.979,0.979,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,1,0,0,0,0.881,0.993,0.993,0.457,0,0 +0.667,0.669,0.669,1,1,0,0,0.673,0.817,0.817,0.391,0,0 +1,0.979,0.979,1,1,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0.9,1,0,0,0.881,0.993,0.993,0.522,0,0 +1,0.979,0.979,0,1,0,0,0.881,0.993,0.993,0.451,0,0 +1,0.991,0.991,0,0.8,0,0,0.937,0.937,0.937,0.783,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0.337,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0.364,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0.489,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0.495,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0.364,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.366 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.282 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.366 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0.21,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0.53,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.159 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0635 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.182 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.138 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.346 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.0346 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.246 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.61 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.534 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.268 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.366 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0.198 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,1,0,0.58,0.805,0.805,0,0.494,0 +0.667,0.548,0.548,0,0,0.4,0,0.58,0.805,0.805,0,0.0858,0 +0.667,0.548,0.548,0,0,0,0.9,0.58,0.805,0.805,0,0,0.122 +0.667,0.669,0.669,0,0,0,1,0.673,0.817,0.817,0,0.532,0 +0.667,0.669,0.669,0,0,0,1,0.673,0.817,0.817,0,0.21,0 +0.667,0.669,0.669,0,0,0,1,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,1,0.673,0.817,0.817,0,0.464,0 +0.667,0.669,0.669,0.3,0,0,0,0.673,0.817,0.817,0,0.215,0.29 +0.667,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0.361,0.303 +0.667,0.677,0.677,1,0,0,0,0.711,0.78,0.78,0,0.545,0 +0.667,0.677,0.677,1,0,0,0,0.711,0.78,0.78,0,0.0386,0 +1,0.991,0.991,1,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0.3,0,0,0,0.937,0.937,0.937,0,0.0258,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.27,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.0386,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.433,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.244 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.204 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.255 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.244 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.261 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0.3,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.167 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.34 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.136 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.146 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.47 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.122 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.171 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.381 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.271 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.488 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.541 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.28 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.192 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.351 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.349 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.282 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.494 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.344 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.207 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.406 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +1,0.448,0.448,0,0,0,0,0.433,0.824,0.824,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.366 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.122 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0.8,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,1,0,0,0,0.354,0.61,0.61,0,0,0.156 +0.333,0.234,0.234,1,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.299,0.299,1,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,1,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,1,0,0,0,0.419,0.635,0.635,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0.332 +1,0.798,0.798,0.9,0,0,0,0.741,0.974,0.974,0,0,0.0332 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.244 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0.244 +0.667,0.363,0.363,0,0.5,0,0,0.484,0.622,0.622,0.44,0,0.122 +0.667,0.363,0.363,0,1,0,0,0.484,0.622,0.622,0.549,0,0.162 +0.667,0.363,0.363,0,1,0,0,0.484,0.622,0.622,0.739,0,0.0323 +1,0.823,0.823,0,1,0,0,0.993,0.88,0.88,0.348,0,0 +1,0.823,0.823,0,1,0,0,0.993,0.88,0.88,0,0,0.488 +1,0.823,0.823,0,0.3,0,0,0.993,0.88,0.88,0,0,0.601 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.488 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.244 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0899 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.252 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.342 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.549 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.355,0.355,0,0,0,0,0.601,0.693,0.693,0,0,0.338 +1,0.355,0.355,0,0,0,0,0.601,0.693,0.693,0,0,0 +1,0.355,0.355,0,0,0,0,0.601,0.693,0.693,0,0,0 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0.141 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0.0706 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0.338 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0.389 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.244 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.404 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.265 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0.5,0,0.322,0.806,0.806,0,0.236,0.0799 +1,0.49,0.49,0,0,0.9,0,0.322,0.806,0.806,0,0,0 +1,0.49,0.49,0,0,0,0.4,0.322,0.806,0.806,0,0.0258,0 +1,0.49,0.49,0,0,0,1,0.322,0.806,0.806,0,0.433,0.366 +1,0.49,0.49,0,0,0,1,0.322,0.806,0.806,0,0,0 +1,0.477,0.477,0,0,0,1,0.336,0.806,0.806,0,0.361,0.142 +1,0.477,0.477,0,0,0,1,0.336,0.806,0.806,0,0.0386,0 +1,0.477,0.477,0,0,0,0.5,0.336,0.806,0.806,0,0.618,0.244 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0.296,0.204 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0.545,0.122 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0.309,0.122 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0.369,0 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0.176 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0.35 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0.308 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.244 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.122 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.418,0.418,0.8,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0.366 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.979,0.979,0.5,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.732 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.473 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.176 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.176 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.176 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.351 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.246 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.374 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0.3,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0.244 +0.667,0.334,0.334,1,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.343,0.343,0.3,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.488 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.488 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.299,0.299,0.8,0,0,0,0.419,0.635,0.635,0,0,0 +0.667,0.299,0.299,1,0,0,0,0.419,0.635,0.635,0,0,0 +0.667,0.299,0.299,1,0,0,0,0.419,0.635,0.635,0,0,0 +1,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.548,0.548,1,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0,0.122 +1,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0,0.122 +1,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0,0.244 +1,0.677,0.677,1,0,0,0,0.711,0.78,0.78,0,0,0.366 +1,0.677,0.677,1,0,0,0,0.711,0.78,0.78,0,0,0.157 +1,0.677,0.677,1,0,0,0,0.711,0.78,0.78,0,0,0.0941 +1,0.991,0.991,0.7,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.191 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.136 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.238 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.366 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.366 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.244 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,1,0,0.372,0.541,0.541,0,0.0386,0 +1,0.183,0.183,0,0,1,0,0.391,0.572,0.572,0,0.309,0 +1,0.183,0.183,0,0,0.9,0,0.391,0.572,0.572,0,0.416,0 +1,0.183,0.183,0,0,0,0.4,0.391,0.572,0.572,0,0.476,0 +1,0.183,0.183,0,0,0,1,0.391,0.572,0.572,0,0.262,0 +1,0.183,0.183,0,0,0,1,0.391,0.572,0.572,0,0.223,0 +1,0.183,0.183,0,0,0,1,0.391,0.572,0.572,0,0,0 +1,0.192,0.192,0,0,0,1,0.33,0.579,0.579,0,0,0 +1,0.192,0.192,0,0,0,0.5,0.33,0.579,0.579,0,0,0 +1,0.192,0.192,0.8,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0.154 +1,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.192,0.192,1,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.343,0.343,1,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.343,0.343,1,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.343,0.343,1,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.343,0.343,0.9,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.366 +1,0.343,0.343,0,0.5,0,0,0.3,0.692,0.692,0.478,0,0 +1,0.334,0.334,0,1,0,0,0.31,0.692,0.692,0.511,0,0 +1,0.334,0.334,0,1,0,0,0.31,0.692,0.692,0.489,0,0.122 +1,0.334,0.334,0,1,0,0,0.31,0.692,0.692,0.337,0,0 +1,0.334,0.334,0,1,0,0,0.31,0.692,0.692,0.293,0,0 +1,0.334,0.334,0,0.3,0,0,0.31,0.692,0.692,0,0,0.366 +1,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +1,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +1,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0 +1,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.416 +1,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.206 +1,0.448,0.448,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.49,0.49,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.49,0.49,0,0,0,0,0.447,0.862,0.862,0,0,0.244 +1,0.49,0.49,0.8,0,0,0,0.447,0.862,0.862,0,0,0.193 +1,0.49,0.49,1,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.49,0.49,1,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.49,0.49,0.3,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.649 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.0642 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.161 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.34 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.204 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.366 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.269 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.172 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.137 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.244 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.366 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.158 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.215 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.169 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.0674 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.338 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.0338 +0.667,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.186,0.186,0,0,1,0,0.288,0.585,0.585,0,0.0987,0 +0.667,0.313,0.313,0,0,1,0,0.31,0.717,0.717,0,0.258,0.3 +0.667,0.313,0.313,0,0,1,0,0.31,0.717,0.717,0,0,0.268 +0.667,0.313,0.313,0,0,1,0,0.31,0.717,0.717,0,0.15,0 +1,0.445,0.445,0,0,0.3,0,0.336,0.843,0.843,0,0.258,0 +1,0.445,0.445,0,0,0,1,0.336,0.843,0.843,0,0.506,0.244 +1,0.445,0.445,0,0,0,0.6,0.336,0.843,0.843,0,0.234,0.51 +1,0.441,0.441,0,0,0,0,0.392,0.843,0.843,0,0.582,0 +1,0.441,0.441,0,0,0,0,0.392,0.843,0.843,0,0,0.122 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0.159,0 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0.15,0.477 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0.519,0.122 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.21,0.122 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.244 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.335,0.794 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.0987,0 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.122 +1,0.448,0.448,0,0,0,0,0.433,0.824,0.824,0,0.545,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0.234,0.163 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0.444,0.098 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0.343,0 +1,0.49,0.49,0.3,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.49,0.49,1,0,0,0,0.447,0.862,0.862,0,0,0.34 +0.667,0.343,0.343,1,0,0,0,0.384,0.73,0.73,0,0,0.0312 +0.667,0.418,0.418,0.8,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0.122 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0.244 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0.244 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.122 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.122 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0.122 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.244 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.167 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.167 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.196 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.117 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.174 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.0695 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.188 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.122 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.153 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.0306 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.732 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.366 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.105 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.318 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.104 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.158 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0634 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.144 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0833,0.0833,0.8,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,1,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,1,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0.3,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.643 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0622 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.326 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.353 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.0353 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.348 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.367 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.244 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.244 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.31 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.163 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.163 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.186,0.186,0.8,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0.7,0,0,0,0.288,0.585,0.585,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.488 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0.386,0,0 +0.333,0.182,0.182,0,1,0,0,0.316,0.585,0.585,0.375,0,0 +0.333,0.196,0.196,0,1,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.196,0.196,0,1,0,0,0.321,0.597,0.597,0.364,0,0 +0.333,0.196,0.196,0,1,0,0,0.321,0.597,0.597,0.429,0,0 +0.667,0.343,0.343,0,0.8,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.488 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.366 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.244 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.242 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.161 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.0644 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.207 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.117,0.117,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.334 +1,0.253,0.253,0,0,0.5,0,0.487,0.617,0.617,0.505,0.421,0.1 +1,0.253,0.253,0,1,0.9,0,0.487,0.617,0.617,0.511,0,0 +0.667,0.253,0.253,0,1,0,0.4,0.487,0.617,0.617,0,0,0 +0.667,0.253,0.253,0,1,0,1,0.487,0.617,0.617,0.418,0,0.188 +0.667,0.253,0.253,0,1,0,1,0.487,0.617,0.617,0.348,0,0 +0.667,0.316,0.316,0.8,0.8,0,1,0.524,0.68,0.68,0.348,0,0 +0.667,0.316,0.316,1,0,0,1,0.524,0.68,0.68,0.299,0,0 +0.667,0.316,0.316,1,1,0,1,0.524,0.68,0.68,0,0,0 +0.667,0.316,0.316,0.3,1,0,1,0.524,0.68,0.68,0.37,0,0 +0.667,0.316,0.316,0,1,0,0.1,0.524,0.68,0.68,0.332,0,0 +0.667,0.316,0.316,0,1,0,0,0.524,0.68,0.68,0.484,0,0 +0.667,0.334,0.334,0,1,0,0,0.403,0.692,0.692,0.723,0,0 +0.667,0.334,0.334,0,1,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0.4,0,0,0.403,0.692,0.692,0,0,0.122 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0.429,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0.413,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0.467,0,0.122 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0.538,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0.19,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0.19,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.366 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.366 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0.5,0,0,0.284,0.591,0.591,0.402,0,0 +0.333,0.181,0.181,0,1,0,0,0.284,0.591,0.591,0.717,0,0.122 +0.333,0.181,0.181,0,1,0,0,0.284,0.591,0.591,0.679,0,0 +0.333,0.181,0.181,0,1,0,0,0.284,0.591,0.591,0.242,0,0 +0.333,0.181,0.181,0,1,0,0,0.284,0.591,0.591,0.242,0,0 +0.333,0.181,0.181,0,0.3,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.299,0.299,1,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0.3,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.488 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.244 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.161 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0624 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.187 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.238 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.034 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.0651 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.26 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.225 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.154 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.431 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.374 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.169 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.0671 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.336 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.216 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0.5,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,1,0,0,0,0.321,0.709,0.709,0,0,0.191 +0.667,0.316,0.316,1,0,0,0,0.321,0.709,0.709,0,0,0.274 +0.667,0.307,0.307,1,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.311,0.721,0.721,0,0,0 +0.333,0.178,0.178,0.1,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.366 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.244 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.122 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.488 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.595,0.595,0.5,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.122 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.246 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.105 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.122 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.366 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0.196,0,0.239 +0.667,0.67,0.67,0,0.7,0,0,0.715,0.784,0.784,0.196,0,0 +1,0.913,0.913,0,1,0,0,1,0.887,0.887,0.435,0,0 +1,0.913,0.913,0,1,0,0,1,0.887,0.887,0.342,0,0.348 +1,0.913,0.913,0,1,0,0,1,0.887,0.887,0.402,0,0.0691 +1,0.913,0.913,0,1,0,0,1,0.887,0.887,0.576,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.233 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.247 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.141 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.122 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0438 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.131 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.246 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.176 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.122 +0.667,0.181,0.181,1,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.19,0.19,0.5,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.244 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.244 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.366 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0.258,0,0.122 +1,0.674,0.674,0,0.7,0,0,0.746,0.981,0.981,0.258,0,0 +0.667,0.595,0.595,0,1,0,0,0.677,0.822,0.822,0.397,0,0 +0.667,0.595,0.595,0,1,0,0,0.677,0.822,0.822,0.489,0,0.122 +0.667,0.595,0.595,0,1,0,0,0.677,0.822,0.822,0.424,0,0.122 +0.667,0.595,0.595,0,1,0,0,0.677,0.822,0.822,0.516,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0.22,0,0.488 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0.22,0,0.244 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.122 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.488 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.333,0.36,0.36,0,0,0,0,0.486,0.625,0.625,0,0,0 +0.333,0.36,0.36,0,0,0,0,0.486,0.625,0.625,0,0,0.122 +0.333,0.36,0.36,0,0,0,0,0.486,0.625,0.625,0,0,0 +0.333,0.337,0.337,0,0,0,0,0.505,0.606,0.606,0,0,0 +0.333,0.337,0.337,0,0,0,0,0.505,0.606,0.606,0,0,0 +0.333,0.337,0.337,0,0,0,0,0.505,0.606,0.606,0,0,0.122 +0.333,0.337,0.337,0,0,0,0,0.505,0.606,0.606,0,0,0.366 +0.333,0.337,0.337,0,0,0,0,0.505,0.606,0.606,0,0,0.189 +0.333,0.337,0.337,0,0,0,0,0.505,0.606,0.606,0,0,0.1 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.122 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.122 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.122 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0.2,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.0987,0 +0.667,0.0495,0.0495,0,0,0.3,0,0.258,0.465,0.465,0,0.0987,0 +0.667,0.0495,0.0495,0,0,0,1,0.258,0.465,0.465,0,0,0 +1,0.246,0.246,0,0,0,1,0.449,0.562,0.562,0,0.446,0 +1,0.116,0.116,0,0,0,1,0.407,0.537,0.537,0,0.571,0 +1,0.116,0.116,0,0,0,1,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,1,0.407,0.537,0.537,0,0.738,0 +1,0.116,0.116,0,0,0,1,0.407,0.537,0.537,0,0.0386,0 +1,0.116,0.116,0,0,0,0.3,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0.0999 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0.333 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0.8,0,0.327,0.511,0.511,0,0.296,0 +1,0.0513,0.0513,0,0,1,0,0.327,0.511,0.511,0,0.627,0 +1,0.0513,0.0513,0,0,1,0,0.327,0.511,0.511,0,0.605,0 +1,0.0513,0.0513,0,0,0.2,0.1,0.327,0.511,0.511,0,0.073,0 +1,0.116,0.116,0,0,0,1,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0,0,0,1,0.424,0.57,0.57,0,0.369,0 +1,0.116,0.116,0,0,0,1,0.424,0.57,0.57,0,0.309,0 +1,0.116,0.116,0,0,0,1,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0,0,0,0.6,0.424,0.57,0.57,0,0.249,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.106 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.177 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.15 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.122 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.122 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0.446,0,0.1 +0.667,0.177,0.177,0,0.8,0,0,0.303,0.593,0.593,0.223,0,0 +0.667,0.177,0.177,0,1,0,0,0.303,0.593,0.593,0.489,0,0 +0.667,0.305,0.305,0,1,0,0,0.349,0.721,0.721,0.505,0,0 +0.667,0.305,0.305,0,1,0,0,0.349,0.721,0.721,0.429,0,0 +0.667,0.305,0.305,0,0.9,0,0,0.349,0.721,0.721,0.467,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.207,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.207,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0.1,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,1,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,1,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,1,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,1,0,0,0,0.322,0.6,0.6,0,0,0 +0.667,0.322,0.322,1,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,1,0,0,0,0.386,0.734,0.734,0,0,0.122 +0.667,0.322,0.322,1,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0.5,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.366 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.244 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.488 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.122 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.122 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.122 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.122 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.458 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.122 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.28 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.242 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.0349 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.471 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.0349 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0,0 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0,0 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0,0.13 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0,0.122 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0.262,0 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0.185,0 +1,0.124,0.124,0,0,0,0,0.563,0.66,0.66,0,0,0 +1,0.124,0.124,0,0,0,0,0.563,0.66,0.66,0,0,0 +1,0.124,0.124,0,0,0,0,0.563,0.66,0.66,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.122 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.122 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +1,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.222 +1,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.1 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.268 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.0926 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.278 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.122 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.599 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.0323 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.259 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.122 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.366 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.244 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.122 +0.667,0.322,0.322,0.6,0,0,0,0.386,0.734,0.734,0,0,0.61 +0.667,0.367,0.367,1,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,1,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0.4,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.244 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.488 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.366 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.244 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.366 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.244 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.092 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.214 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.066,0.066,0,0,0,0,0.433,0.57,0.57,0,0,0 +1,0.066,0.066,0,0,0,0,0.433,0.57,0.57,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0.0633 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0.127 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.232 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.0662 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.139 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0.315 +0.667,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.355 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.106 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.244 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.0682 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.0341 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.284 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.0473 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.377 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.462 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0.7,0,0.405,0.696,0.696,0,0.0987,0.229 +0.667,0.33,0.33,0,0,1,0,0.405,0.696,0.696,0,0.0987,0.0983 +0.667,0.33,0.33,0,0,1,0,0.405,0.696,0.696,0,0.605,0.122 +0.667,0.337,0.337,0,0,1,0,0.302,0.696,0.696,0,0.433,0 +0.667,0.337,0.337,0,0,0.8,0,0.302,0.696,0.696,0,0.27,0.0695 +0.667,0.337,0.337,0,0,0,0.5,0.302,0.696,0.696,0,0.348,0.47 +0.667,0.337,0.337,0,0,0,1,0.302,0.696,0.696,0,0.494,0.0695 +0.667,0.337,0.337,0,0,0,1,0.302,0.696,0.696,0,0.27,0 +0.667,0.337,0.337,0,0,0,1,0.302,0.696,0.696,0,0.0258,0 +0.333,0.189,0.189,0,0,0,1,0.284,0.581,0.581,0,0.249,0 +0.333,0.189,0.189,0,0,0,1,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0.8,0.284,0.581,0.581,0,0.498,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.395,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.366 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.579,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.395,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.322,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.309,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.0386,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.322,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.258,0.366 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.137,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.369,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.532,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.249,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.296,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.172,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.27,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.27,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.335,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.0987,0.244 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.459,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.185,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.258,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.223,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.609,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.172,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.558,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.0644,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.112,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.236,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.815,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.429,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.322,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.356,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.361,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.584,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0.609,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0.172,0.366 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.244 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.224 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.0962 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.98,0.98,0.5,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,1,0,0,0,0.944,0.943,0.943,0,0,0.243 +1,0.98,0.98,1,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.98,0.98,1,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,1,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,1,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,1,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,1,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0.1,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.122 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.0657 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.131 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.182 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.245 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.0701 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0.128 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0.481 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.417 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.135 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.0335 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.268 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.37 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.427 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.325 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.432 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.477 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.122 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.105 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.122 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.134 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.201 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.0622 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.215 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.366 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.228 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.0325 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,1,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,1,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,1,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,1,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,1,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,1,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0.1,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.122 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.366 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.122 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.243 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.244 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.0668 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.234 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.0678 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.136 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.15,0.15,0,0,0,0,0.507,0.623,0.623,0,0,0.413 +1,0.15,0.15,0,0,0,0,0.507,0.623,0.623,0,0,0.284 +1,0.15,0.15,0,0,0,0,0.507,0.623,0.623,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.237 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.203 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0.2,0,0.527,0.683,0.683,0,0,0.132 +0.667,0.313,0.313,0,0,1,0,0.527,0.683,0.683,0,0.644,0.0661 +0.667,0.313,0.313,0,0,1,0,0.527,0.683,0.683,0,0.322,0 +0.667,0.313,0.313,0,0,0.8,0,0.527,0.683,0.683,0,0.285,0 +0.667,0.313,0.313,0,0,0,0.5,0.527,0.683,0.683,0,0.135,0.122 +0.667,0.33,0.33,0,0,0,1,0.405,0.696,0.696,0,0.137,0.122 +0.667,0.33,0.33,0,0,0,1,0.405,0.696,0.696,0,0.455,0 +0.333,0.19,0.19,0,0,0,1,0.331,0.581,0.581,0,0.236,0 +0.333,0.19,0.19,0,0,0,1,0.331,0.581,0.581,0,0.27,0 +0.333,0.19,0.19,0,0,0,0.2,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0.382,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.704,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.335,0.122 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.197,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.283,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.455,0.122 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0.322,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0.309,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,1,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0.481,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.366 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.0645 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.129 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.488 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.244 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0.19,0,0 +0.333,0.208,0.208,0,0.7,0,0,0.355,0.612,0.612,0.19,0,0 +0.333,0.258,0.258,0,1,0,0,0.421,0.637,0.637,0.56,0,0 +0.333,0.258,0.258,0,1,0,0,0.421,0.637,0.637,0.576,0,0.122 +0.333,0.258,0.258,0,1,0,0,0.421,0.637,0.637,0.511,0,0 +0.333,0.258,0.258,0,1,0,0,0.421,0.637,0.637,0,0,0.227 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0.283,0,0.675 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.366 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0.435,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0.571,0,0.265 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0.353,0,0.188 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.122 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.366 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.244 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.49 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.401 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.244 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.244 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.063 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.189 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.141 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.0704 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.126 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.268 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0.5,0,0,0,0.606,0.698,0.698,0,0,0.367 +1,0.351,0.351,1,0,0,0,0.606,0.698,0.698,0,0,0.137 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.444,0.444,0,0,0,0,0.662,0.792,0.792,0,0,0 +1,0.444,0.444,0,0,0,0,0.662,0.792,0.792,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0.326,0,0.122 +0,0.0495,0.0495,0,0.7,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.603,0,0.122 +0,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.793,0,0 +0,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.348,0,0 +0.333,0.193,0.193,0,1,0,0,0.28,0.581,0.581,0.245,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0.582,0,0.244 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0.397,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0.636,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0.554,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0.185,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0.185,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0.647,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0.386,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0.538,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.0682 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.341 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.204 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.0577 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.0866 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0.7,0,0.258,0.465,0.465,0,0.361,0 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.296,0 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.27,0 +0.333,0.178,0.178,0,0,0.3,0,0.317,0.587,0.587,0,0.0601,0 +0.333,0.178,0.178,0,0,0,1,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,1,0.317,0.587,0.587,0,0.0601,0.122 +0.333,0.186,0.186,0,0,0,1,0.322,0.6,0.6,0,0.309,0.122 +0.333,0.186,0.186,0,0,0,1,0.322,0.6,0.6,0,0,0.244 +0.333,0.186,0.186,0,0,0,1,0.322,0.6,0.6,0,0.567,0 +0.333,0.186,0.186,0,0,0,1,0.322,0.6,0.6,0,0.369,0 +0.333,0.186,0.186,0,0,0,0.3,0.322,0.6,0.6,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0.124,0.122 +0.667,0.367,0.367,0.5,0,0,0,0.452,0.759,0.759,0,0.0987,0 +0.667,0.367,0.367,1,0,0,0,0.452,0.759,0.759,0,0.197,0 +0.667,0.367,0.367,1,0,0,0,0.452,0.759,0.759,0,0.481,0.122 +1,0.526,0.526,1,0,0,0,0.549,0.906,0.906,0,0.0129,0.122 +1,0.526,0.526,1,0,0,0,0.549,0.906,0.906,0,0.373,0 +1,0.526,0.526,1,0,0,0,0.549,0.906,0.906,0,0.554,0 +1,0.674,0.674,1,0,0,0,0.746,0.981,0.981,0,0.21,0 +1,0.674,0.674,1,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,1,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,1,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,1,0,0,0,0.746,0.981,0.981,0,0,0 +0.667,0.466,0.466,0.2,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.0651 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.35 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.366 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.24 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.0701 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.175 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.165 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0658 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.329 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.167 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.0661 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.33 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.0661 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.21 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.122 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +1,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.122 +1,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.366 +1,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.366 +1,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.366 +1,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +1,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +1,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +1,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +1,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.61 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0.122 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0.122 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.244 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.131 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.122 +0.667,0.466,0.466,1,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.0912 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.0608 +1,0.868,0.868,1,0,0,0,0.887,1,1,0,0,0.244 +1,0.868,0.868,0.6,0,0,0,0.887,1,1,0,0,0.366 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.189 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.234 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.302 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.0504 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.0641 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.16 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.389 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.0321 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.0671 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.29 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.0646 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.0969 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0.533,0,0 +1,0.0495,0.0495,0,0.8,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.549,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.554,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.516,0,0 +1,0.0495,0.0495,0,0.9,0,0,0.258,0.465,0.465,0,0,0 +1,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +1,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +1,0.193,0.193,0.6,0,0,0,0.28,0.581,0.581,0,0,0 +1,0.193,0.193,1,0,0,0,0.28,0.581,0.581,0,0,0.0976 +1,0.193,0.193,1,0,0,0,0.28,0.581,0.581,0,0,0.0976 +1,0.193,0.193,0.4,0,0,0,0.28,0.581,0.581,0,0,0 +1,0.468,0.468,0,0,0,0,0.338,0.811,0.811,0,0,0 +1,0.468,0.468,0,0,0,0,0.338,0.811,0.811,0,0,0.242 +1,0.468,0.468,0,0,0,0,0.338,0.811,0.811,0,0,0.138 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.0974 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.162 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +1,0.436,0.436,0,0,0,0,0.338,0.849,0.849,0,0,0 +1,0.436,0.436,0,0,0,0,0.338,0.849,0.849,0,0,0 +1,0.436,0.436,0,0,0,0,0.338,0.849,0.849,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0.435,0,0 +0.667,0.305,0.305,0,0.8,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,1,0,0,0.349,0.721,0.721,0.402,0,0 +0.333,0.177,0.177,0,1,0,0,0.303,0.593,0.593,0.402,0,0 +0.333,0.177,0.177,0,1,0,0,0.303,0.593,0.593,0.478,0,0 +0.333,0.177,0.177,0,0.9,0,0,0.303,0.593,0.593,0.283,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.315,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.462,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.723,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.467,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.234,0,0.488 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0.435,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0.745,0,0 +0.333,0.186,0.186,0.6,0,0.8,0,0.322,0.6,0.6,0,0.369,0 +0.333,0.186,0.186,0.9,0,0.7,0,0.322,0.6,0.6,0,0.335,0 +0.333,0.186,0.186,0,0,0,0.6,0.322,0.6,0.6,0,0.558,0 +0.333,0.186,0.186,0,0,0,1,0.322,0.6,0.6,0,0.296,0 +1,0.526,0.526,0,0,0,1,0.549,0.906,0.906,0,0.258,0.244 +1,0.526,0.526,0,0,0,1,0.549,0.906,0.906,0,0.249,0 +1,0.526,0.526,0,0,0,1,0.549,0.906,0.906,0,0.348,0 +1,0.526,0.526,0,0,0,1,0.549,0.906,0.906,0,0.545,0.122 +1,0.526,0.526,0,0,0,0.7,0.549,0.906,0.906,0,0.197,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0.519,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.27,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.283,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.592,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.244 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.201 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.0593 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.363 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.366 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.366 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.244 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.122 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.371 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.244 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.122 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.366 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.244 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.638,0.638,0,0,0.3,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,1,0,0.831,0.755,0.755,0,0.249,0 +1,0.638,0.638,0,0,0.2,0.1,0.831,0.755,0.755,0,0.283,0 +1,0.638,0.638,0,0,0,1,0.831,0.755,0.755,0,0.0601,0.106 +1,0.638,0.638,0,0,0,1,0.831,0.755,0.755,0,0.283,0.106 +1,0.638,0.638,0,0,0,1,0.831,0.755,0.755,0,0.0515,0 +1,0.183,0.183,0,0,0,1,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0.6,0.555,0.608,0.608,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.185 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0.188 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.0994 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.0994 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.35 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.366 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.244 +0.667,0.189,0.189,0,0,0.8,0,0.284,0.581,0.581,0,0.296,0 +0.333,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.584,0 +0.333,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.579,0 +0.333,0.0495,0.0495,0,0,0.2,0.1,0.258,0.465,0.465,0,0.446,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0.27,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0.258,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0.283,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0.369,0 +0.667,0.307,0.307,0,0,0,1,0.311,0.721,0.721,0,0,0.122 +0.667,0.307,0.307,0,0,0,0.8,0.311,0.721,0.721,0,0.567,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0.0987,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.366 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0.0258,0.244 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0.369,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0.0258,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0.0129,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0.395,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0.0987,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.0386,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.249,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.249,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.21,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.0601,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.249,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.343,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.21,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.163,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.506,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.506,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0.322,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0.0987,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.309,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.644,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.249,0 +1,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +1,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.27,0 +1,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.322,0 +1,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.322,0.366 +1,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +1,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.124,0.488 +1,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0.21,0 +1,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0.519,0.122 +1,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0.185,0 +1,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0.249,0.122 +1,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0.0386,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0.27,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.244 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0.459,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0.236,0 +1,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.366 +1,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0.485,0 +1,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0.283,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0.27,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.122 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.0626 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0.0605 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0.121 +1,0.0495,0.0495,0.5,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0649 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.13 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.224 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.122 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.34 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.258 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.61 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.122 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.122 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.122 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,0.5,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.322,0.322,0.5,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.244 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.366 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,1,0,0,0,0.584,0.809,0.809,0,0,0.244 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.61 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.122 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,1,0,0.2,0,0.677,0.822,0.822,0,0,0.187 +0.667,0.595,0.595,0.1,0,1,0,0.677,0.822,0.822,0,0.506,0.0651 +0.667,0.67,0.67,0.5,0,1,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,1,0,0.8,0,0.715,0.784,0.784,0,0,0.122 +0.667,0.67,0.67,0,0,0,0.5,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,1,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.122 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.244 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.122 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.239 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0341 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0703 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.105 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.233 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0.0639 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0.16 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.482 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.242 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.243 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.102 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.224 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.122 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.244 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.366 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.244 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.239 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.341 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.136 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.0697 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.209 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.122 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.122 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,0.5,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.15,0.15,1,0,0,0,0.374,0.543,0.543,0,0,0 +1,0.15,0.15,1,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.15,0.15,1,0,0.7,0,0.374,0.543,0.543,0,0.137,0 +0.667,0.15,0.15,1,0,1,0,0.374,0.543,0.543,0,0,0 +0.667,0.15,0.15,1,0,1,0,0.374,0.543,0.543,0,0.0386,0 +0.667,0.181,0.181,1,0,1,0,0.392,0.574,0.574,0,0.348,0 +0.667,0.181,0.181,1,0,0.8,0,0.392,0.574,0.574,0,0.485,0 +0.667,0.181,0.181,1,0,0,0.5,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,1,0,0,1,0.392,0.574,0.574,0,0.322,0 +0.667,0.181,0.181,1,0,0,1,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,1,0,0,1,0.392,0.574,0.574,0,0.283,0 +0.667,0.33,0.33,1,0,0,1,0.405,0.696,0.696,0,0.309,0.228 +0.667,0.33,0.33,1,0,0,0.2,0.405,0.696,0.696,0,0.236,0.13 +0.667,0.33,0.33,1,0,0,0,0.405,0.696,0.696,0,0.472,0 +0.667,0.33,0.33,1,0,0,0,0.405,0.696,0.696,0,0.498,0 +0.667,0.33,0.33,1,0,0,0,0.405,0.696,0.696,0,0.395,0.0698 +0.667,0.33,0.33,1,0,0,0,0.405,0.696,0.696,0,0.0601,0.0349 +0.667,0.337,0.337,1,0,0,0,0.302,0.696,0.696,0,0.137,0 +0.667,0.337,0.337,1,0,0,0,0.302,0.696,0.696,0,0.27,0 +0.333,0.193,0.193,1,0,0,0,0.28,0.581,0.581,0,0.395,0.233 +0.333,0.193,0.193,1,0,0,0,0.28,0.581,0.581,0,0.481,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.446,0.122 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.532,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.667,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.32,0.244 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.657,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.309,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.309,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.61 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.61 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0.5,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,1,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.232 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.565 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.0615 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.0615 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.386 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.066 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0.242,0,0 +0.333,0.19,0.19,0,0.7,0,0,0.331,0.581,0.581,0.242,0,0.122 +0.333,0.193,0.193,0,1,0,0,0.28,0.581,0.581,0.435,0,0.122 +0.333,0.193,0.193,0,1,0,0,0.28,0.581,0.581,0.375,0,0 +0.333,0.193,0.193,0,1,0,0,0.28,0.581,0.581,0.424,0,0 +0.333,0.193,0.193,0,1,0,0,0.28,0.581,0.581,0.538,0,0 +0.333,0.193,0.193,0,1,0,0,0.28,0.581,0.581,0.255,0,0 +0.333,0.193,0.193,0,0.6,0,0,0.28,0.581,0.581,0.511,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0.5,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,1,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,1,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0.5,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.366 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.0611 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.0306 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.868,0.868,0.5,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,1,0,0,0,0.887,1,1,0,0,0.244 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.122 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.61 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.122 +0.667,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.67,0.67,0.6,0,0,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.122 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.243 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.0694 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.122 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.61 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.5,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0.7,0,0.346,0.511,0.511,0,0.0987,0 +1,0.0495,0.0495,1,0,1,0,0.346,0.511,0.511,0,0.0987,0 +1,0.0495,0.0495,1,0,1,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,1,0,1,0,0.346,0.511,0.511,0,0.249,0 +1,0.0495,0.0495,1,0,0.8,0,0.346,0.511,0.511,0,0.309,0 +1,0.0495,0.0495,1,0,0,0.5,0.346,0.511,0.511,0,0.356,0 +1,0.0495,0.0495,0.7,0,0,1,0.341,0.505,0.505,0,0.258,0 +1,0.0495,0.0495,0,0,0,1,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0.6,0.341,0.505,0.505,0,0.275,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.5,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.0627 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.216 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.122 +1,0.444,0.444,0,0,0,0,0.662,0.792,0.792,0,0,0.136 +1,0.444,0.444,0,0,0.2,0,0.662,0.792,0.792,0,0,0 +1,0.444,0.444,0,0,1,0,0.662,0.792,0.792,0,0.288,0 +1,0.444,0.444,0,0,1,0,0.662,0.792,0.792,0,0.236,0 +1,0.444,0.444,0,0,1,0,0.662,0.792,0.792,0,0,0.0676 +1,0.444,0.444,0,0,1,0,0.662,0.792,0.792,0,0.67,0.203 +1,0.47,0.47,0,0,0.3,0,0.479,0.811,0.811,0,0.296,0 +1,0.47,0.47,0,0,0,1,0.479,0.811,0.811,0,0.249,0 +1,0.47,0.47,0,0,0,1,0.479,0.811,0.811,0,0.597,0 +0.667,0.33,0.33,0,0,0,1,0.405,0.696,0.696,0,0.446,0.191 +0.667,0.33,0.33,0,0,0,1,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0.7,0.405,0.696,0.696,0,0.395,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.185,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.223,0.0665 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.249,0.2 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.283,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.112,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.27,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0.236,0.171 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0.288,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0.768,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.0515,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.755,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.223,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.382,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.283,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.592,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.137,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.0386,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.421,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.408,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.455,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.309,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.618,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.618,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.5,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.25,0,0 +0.667,0.178,0.178,0,0.7,0,0,0.317,0.587,0.587,0.25,0,0 +0.667,0.186,0.186,0,1,0,0,0.322,0.6,0.6,0.516,0,0 +0.667,0.186,0.186,0,1,0,0,0.322,0.6,0.6,0.37,0,0 +0.667,0.186,0.186,0,1,0,0,0.322,0.6,0.6,0.37,0,0 +0.667,0.322,0.322,0,1,0,0,0.386,0.734,0.734,0.576,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.366 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.667,0.258,0.258,0.5,0,0,0,0.421,0.637,0.637,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.421,0.637,0.637,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.421,0.637,0.637,0,0,0.122 +1,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.122 +1,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.122 +1,0.67,0.67,1,0,0,0,0.715,0.784,0.784,0,0,0.61 +1,0.67,0.67,1,0,0,0,0.715,0.784,0.784,0,0,0.366 +1,0.98,0.98,0.2,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.366 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.244 +1,0.913,0.913,1,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,1,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,1,0,0,0,1,0.887,0.887,0,0,0.0645 +1,0.625,0.625,1,0,0,0,0.753,0.746,0.746,0,0,0.226 +1,0.727,0.727,0.6,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0958 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.21 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.133 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +1,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +1,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +1,0.328,0.328,0,0.3,0,0,0.311,0.696,0.696,0.397,0,0 +1,0.328,0.328,0,1,0,0,0.311,0.696,0.696,0.386,0,0 +1,0.328,0.328,0,1,0,0,0.311,0.696,0.696,0.31,0,0 +1,0.328,0.328,0,1,0.8,0,0.311,0.696,0.696,0.462,0.223,0 +1,0.316,0.316,0,1,0.7,0,0.321,0.709,0.709,0,0,0 +1,0.316,0.316,0,0.4,0,0.6,0.321,0.709,0.709,0,0.481,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0.137,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0.408,0 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0.395,0 +0.667,0.178,0.178,0,0,0,1,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0.7,0.284,0.593,0.593,0,0.369,0.122 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.172,0.244 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.421,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.67,0.122 +0.667,0.178,0.178,0.6,0,0,0,0.284,0.593,0.593,0,0.361,0.244 +0.667,0.177,0.177,1,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.303,0.593,0.593,0,0.567,0 +0.667,0.177,0.177,1,0,0,0,0.303,0.593,0.593,0,0.137,0 +0.667,0.305,0.305,1,0,0,0,0.349,0.721,0.721,0,0.296,0.122 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0.545,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0.519,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.369,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.433,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.0987,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.73,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0.258,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0.197,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0.283,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0.395,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.459,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.309,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.488 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.073,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.0858,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.498,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.236,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.592,0.366 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.249,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.15,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0.373,0 +1,0.868,0.868,0,0.3,0,0,0.887,1,1,0.342,0.296,0 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.332,0,0 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.315,0.408,0 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.489,0.124,0 +1,0.98,0.98,0,1,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0.4,0,0,0.944,0.943,0.943,0,0.0987,0.244 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0.0386,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0.275,0.244 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0.296,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0.258,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.433,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.223,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.592,0.366 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.249,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.395,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0.579,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0.322,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0.481,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.61 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.122 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0,0 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.102 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0342 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.269 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.303 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.468,0.468,0,0,0.3,0,0.338,0.811,0.811,0,0,0 +1,0.468,0.468,0,0,1,0,0.338,0.811,0.811,0,0.335,0 +1,0.468,0.468,0,0,1,0,0.338,0.811,0.811,0,0.137,0 +1,0.468,0.468,0,0,0.7,0,0.338,0.811,0.811,0,0.258,0 +1,0.468,0.468,0,0,0,0.6,0.338,0.811,0.811,0,0.0386,0 +1,0.468,0.468,0,0,0,1,0.338,0.811,0.811,0,0.185,0 +1,0.449,0.449,0,0,0,1,0.352,0.83,0.83,0,0,0 +1,0.449,0.449,0,0,0,1,0.352,0.83,0.83,0,0.21,0 +1,0.449,0.449,0,0,0,1,0.352,0.83,0.83,0,0.249,0 +1,0.449,0.449,0,0,0,1,0.352,0.83,0.83,0,0.485,0 +1,0.449,0.449,0,0,0,0.7,0.352,0.83,0.83,0,0,0 +1,0.449,0.449,0,0,0,0,0.352,0.83,0.83,0,0.395,0 +1,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0.275,0 +1,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0.275,0 +1,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0.618,0 +1,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.366 +1,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +1,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +1,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +1,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +1,0.305,0.305,0.6,0,0,0,0.349,0.721,0.721,0,0,0 +1,0.305,0.305,1,0,0,0,0.349,0.721,0.721,0,0,0.122 +1,0.305,0.305,1,0,0,0,0.349,0.721,0.721,0,0,0.366 +1,0.305,0.305,1,0,0,0,0.349,0.721,0.721,0,0,0.366 +1,0.307,0.307,1,0,0,0,0.377,0.709,0.709,0,0,0.366 +1,0.307,0.307,1,0,0,0,0.377,0.709,0.709,0,0,0 +1,0.307,0.307,0.5,0,0,0,0.377,0.709,0.709,0,0,0 +1,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0.122 +1,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +1,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +1,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +1,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.122 +1,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.366 +1,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +1,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +1,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +1,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +1,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.244 +1,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.244 +1,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +1,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.346 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.325 +1,0.674,0.674,0,0.3,0,0,0.746,0.981,0.981,0.435,0,0 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.348,0,0 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.272,0,0.122 +1,0.868,0.868,0,1,0,0,0.887,1,1,0,0,0.755 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.37,0,0.154 +1,0.868,0.868,0,0.4,0,0,0.887,1,1,0,0,0.132 +1,0.868,0.868,0,0,0,0,0.887,1,1,0.56,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0.375,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0.424,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.196 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.462 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.16 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.488 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.376 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.0318 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0654 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.262 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.206 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.138 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.415 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.1 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.201 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.122 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.244 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.366 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.366 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.366 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.185 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.0627 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.274 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.206 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.189 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.0354 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.177 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.122 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.488 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.067 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.201 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.24 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0.351 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0.315 +0.667,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +0.667,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +0.667,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.229 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.131 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.2 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0.0667 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.19,0.19,1,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,1,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.333,0.19,0.19,1,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.333,0.19,0.19,0.7,0,0,0,0.331,0.581,0.581,0,0,0.0917 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.244 +0.333,0.193,0.193,0,0,0.2,0,0.28,0.581,0.581,0,0,0.0692 +0.333,0.193,0.193,0,0,1,0,0.28,0.581,0.581,0,0.528,0.208 +0.333,0.193,0.193,0,0,1,0,0.28,0.581,0.581,0,0.361,0 +0.333,0.193,0.193,0,0,1,0,0.28,0.581,0.581,0,0.0258,0 +0.333,0.193,0.193,0,0,1,0,0.28,0.581,0.581,0,0.369,0.261 +0.333,0.189,0.189,0,0,0.3,0,0.284,0.581,0.581,0,0.0386,0.0694 +0.333,0.189,0.189,0,0,0,1,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,1,0.284,0.581,0.581,0,0.309,0 +0.333,0.189,0.189,0,0,0,1,0.284,0.581,0.581,0,0.283,0 +0.333,0.189,0.189,0,0,0,1,0.284,0.581,0.581,0,0.605,0 +0.333,0.189,0.189,0,0,0,0.7,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.0987,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.361,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.0987,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.309,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.605,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.631,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.369,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.296,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.369,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,1,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,1,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,1,0,0,0,0.322,0.6,0.6,0,0,0.135 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.536 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0.033 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0.122 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.366 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.244 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.244 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.366 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.244 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.366 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.241 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.138 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.244 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.5,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0.2,0,0.258,0.465,0.465,0,0,0.0619 +1,0.0495,0.0495,1,0,1,0,0.258,0.465,0.465,0,0.335,0.124 +1,0.351,0.351,1,0,1,0,0.606,0.698,0.698,0,0.532,0 +1,0.351,0.351,1,0,1,0,0.606,0.698,0.698,0,0.309,0 +1,0.351,0.351,1,0,1,0,0.606,0.698,0.698,0,0,0 +0.667,0.251,0.251,1,0,0.3,0,0.49,0.621,0.621,0,0,0.162 +0.667,0.251,0.251,1,0,0,1,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,1,0,0,1,0.49,0.621,0.621,0,0,0 +0.667,0.313,0.313,1,0,0,1,0.527,0.683,0.683,0,0.296,0.0698 +0.667,0.313,0.313,1,0,0,1,0.527,0.683,0.683,0,0.309,0.349 +0.667,0.313,0.313,1,0,0,0.7,0.527,0.683,0.683,0,0.21,0.174 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0.223,0 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0.373,0 +0.333,0.19,0.19,0.8,0,0,0,0.331,0.581,0.581,0,0.322,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0.283,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0.0987,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0.249,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0.0858,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0.296,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.335,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.137,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.395,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.0515,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.481,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.0987,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.0987,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.0601,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.708,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.283,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.296,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.446,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.262,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.258,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.876,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.249,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.0601,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.249,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.528,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.258,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.296,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.567,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.27,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.704,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.373,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.283,0.244 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.532,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.309,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.356,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0.567,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0.185,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0.5,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,1,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,1,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.466,0.466,0.5,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.366 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.122 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.244 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.244 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.244 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.0696 +0.667,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.139 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.197 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.0986 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.191 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,0.5,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,1,0,0,0,0.424,0.57,0.57,0,0,0 +1,0.116,0.116,1,0,0,0,0.424,0.57,0.57,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0.1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.17 +0.667,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.667,0.208,0.208,1,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.667,0.208,0.208,1,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.667,0.208,0.208,1,0,0,0,0.355,0.612,0.612,0,0,0.0694 +1,0.526,0.526,1,0,0,0,0.549,0.906,0.906,0,0,0.278 +1,0.674,0.674,0.6,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.244 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.192 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.139 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.244 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.366 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.237 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.203 +1,0.727,0.727,1,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.638,0.638,1,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,1,0,0,0,0.831,0.755,0.755,0,0,0.0641 +1,0.638,0.638,1,0,0,0,0.831,0.755,0.755,0,0,0.0962 +1,0.442,0.442,1,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,1,0,0,0,0.64,0.658,0.658,0,0,0.122 +1,0.246,0.246,0.1,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.242 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.0693 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0666 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0333 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.366 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.468,0.644,0.644,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.468,0.644,0.644,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.468,0.644,0.644,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.468,0.644,0.644,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.468,0.644,0.644,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.468,0.644,0.644,0,0,0 +0.667,0.36,0.36,0,0,0,0,0.486,0.625,0.625,0,0,0 +0.667,0.36,0.36,0,0,0,0,0.486,0.625,0.625,0,0,0 +0.667,0.36,0.36,0,0,0,0,0.486,0.625,0.625,0,0,0 +0.667,0.36,0.36,0.5,0,0,0,0.486,0.625,0.625,0,0,0 +0.667,0.36,0.36,1,0,0,0,0.486,0.625,0.625,0,0,0 +0.667,0.36,0.36,1,0,0,0,0.486,0.625,0.625,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.505,0.606,0.606,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.505,0.606,0.606,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.505,0.606,0.606,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.505,0.606,0.606,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.505,0.606,0.606,0,0,0 +0.667,0.337,0.337,0.1,0,0,0,0.505,0.606,0.606,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +0.667,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.244 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0.6,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,1,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,1,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,1,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +1,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.15,0.15,1,0,0,0,0.374,0.543,0.543,0,0,0 +0.667,0.15,0.15,1,0,0,0,0.374,0.543,0.543,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.122 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.22 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.594 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.369 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.243 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.194 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.355 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.295 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.226 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.122 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.173 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.24 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0.122 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,1 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0.195 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0.142 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0.0958 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0.0639 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0.22 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.122 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.366 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0.1,0,0.3,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,1,0,1,0,0.452,0.759,0.759,0,0.348,0 +0.667,0.367,0.367,1,0,1,0,0.452,0.759,0.759,0,0.567,0 +0.667,0.466,0.466,1,0,1,0,0.584,0.809,0.809,0,0,0 +0.667,0.466,0.466,1,0,1,0,0.584,0.809,0.809,0,0.494,0 +1,0.674,0.674,1,0,0.2,0.1,0.746,0.981,0.981,0,0.197,0 +1,0.674,0.674,1,0,0,1,0.746,0.981,0.981,0,0,0.366 +1,0.674,0.674,1,0,0,1,0.746,0.981,0.981,0,0,0.122 +1,0.674,0.674,1,0,0,1,0.746,0.981,0.981,0,0,0 +1,0.868,0.868,1,0,0,1,0.887,1,1,0,0,0 +1,0.868,0.868,0.1,0,0,0.6,0.887,1,1,0,0,0 +1,0.868,0.868,0,0,0.8,0,0.887,1,1,0,0.073,0 +1,0.868,0.868,0,0,1,0,0.887,1,1,0,0.27,0 +1,0.868,0.868,0,0,1,0,0.887,1,1,0,0.348,0 +1,0.868,0.868,0,0,1,0,0.887,1,1,0,0.283,0 +1,0.98,0.98,0,0,0.7,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0.6,0.944,0.943,0.943,0,0.249,0 +1,0.98,0.98,0,0,0,1,0.944,0.943,0.943,0,0.236,0 +1,0.98,0.98,0,0,0,1,0.944,0.943,0.943,0,0.137,0.122 +1,0.98,0.98,0,0,0,0.5,0.944,0.943,0.943,0,0,0.244 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0.0601,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.73,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.361,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.236,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.335,0 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0.348,0 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.217 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.0949 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.236 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.202 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.103 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.206 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.0997 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.266 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.122 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.122 +1,0.432,0.432,0,0,0,0,0.394,0.849,0.849,0,0,0 +1,0.432,0.432,0,0,0,0,0.394,0.849,0.849,0,0,0 +1,0.432,0.432,0,0,0,0,0.394,0.849,0.849,0,0,0 +1,0.432,0.432,0,0,0,0,0.394,0.849,0.849,0,0,0 +1,0.432,0.432,0,0,0,0,0.394,0.849,0.849,0,0,0 +1,0.432,0.432,0,0,0,0,0.394,0.849,0.849,0,0,0 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0.488 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0.488 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0.122 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0.488 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0.122 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0.122 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0.122 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0.488 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0.244 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.366 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.122 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0.8,0,0.677,0.822,0.822,0,0.249,0 +0.667,0.67,0.67,0,0,0.7,0,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,0.6,0.715,0.784,0.784,0,0.519,0 +0.667,0.67,0.67,0,0,0,1,0.715,0.784,0.784,0,0,0 +0.667,0.67,0.67,0,0,0,1,0.715,0.784,0.784,0,0,0.366 +0.667,0.67,0.67,0,0,0,1,0.715,0.784,0.784,0,0,0.122 +0.667,0.67,0.67,0,0,0,1,0.715,0.784,0.784,0,0,0 +0.667,0.625,0.625,0,0,0,1,0.753,0.746,0.746,0,0,0 +0.667,0.625,0.625,0,0,0,0.7,0.753,0.746,0.746,0,0,0 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.283 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.283 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.122 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.053,0.053,0,0,0,0,0.396,0.558,0.558,0,0,0 +1,0.053,0.053,0,0,0,0,0.396,0.558,0.558,0,0,0.0657 +1,0.053,0.053,0,0,0,0,0.396,0.558,0.558,0,0,0.328 +1,0.15,0.15,0.5,0,0,0,0.507,0.623,0.623,0,0,0 +1,0.15,0.15,1,0,0,0,0.507,0.623,0.623,0,0,0 +1,0.15,0.15,1,0,0,0,0.507,0.623,0.623,0,0,0 +1,0.15,0.15,0.5,0,0,0,0.507,0.623,0.623,0,0,0.162 +1,0.15,0.15,0,0,0,0,0.507,0.623,0.623,0,0,0 +1,0.15,0.15,0,0,0,0,0.507,0.623,0.623,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0.0611 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0.122 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.204 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.136 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.139 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.519 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.206 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,1,0,0,0,0.405,0.696,0.696,0,0,0.172 +0.667,0.33,0.33,1,0,0,0,0.405,0.696,0.696,0,0,0.171 +0.667,0.33,0.33,1,0,0,0,0.405,0.696,0.696,0,0,0.205 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.366 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.122 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.0671 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.168 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.466 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.0635 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,0.5,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.367,0.367,1,0,0,0,0.452,0.759,0.759,0,0,0 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.244 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.366 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.244 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.366 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0.2,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,1,0,1,0.887,0.887,0,0.618,0 +1,0.913,0.913,0,0,1,0,1,0.887,0.887,0,0.369,0 +1,0.913,0.913,0,0,0.8,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0.5,1,0.887,0.887,0,0.258,0.122 +1,0.727,0.727,0,0,0,1,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,0,0,0,1,0.972,0.849,0.849,0,0,0 +1,0.501,0.501,0,0,0,1,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,1,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0.2,0.734,0.721,0.721,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.233 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.5,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.0691 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.345 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0.0345 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0.1,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.0673 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.303 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.0324 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.13 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.0503 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.201 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.244 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.431 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.122 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,0.5,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.177,0.177,1,0,0,0,0.303,0.593,0.593,0,0,0.122 +0.333,0.177,0.177,1,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0.5,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.488 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.366 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.208,0.208,0.5,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,1,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.122 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.122 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.366 +1,0.868,0.868,0,0,0,0,0.887,1,1,0.255,0,0.244 +1,0.868,0.868,0,0.7,0,0,0.887,1,1,0.255,0,0.122 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.5,0,0.122 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.435,0,0 +1,0.868,0.868,0,1,0,0,0.887,1,1,0.522,0,0 +1,0.98,0.98,0,1,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0.248,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0.496,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0.614,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0.375,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0.397,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0.375,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0.5,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,1,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,1,0,0,0,1,0.887,0.887,0,0,0 +1,0.727,0.727,1,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.727,0.727,1,0,0,0,0.972,0.849,0.849,0.223,0,0 +1,0.727,0.727,1,0.7,0,0,0.972,0.849,0.849,0.223,0,0 +1,0.727,0.727,0.6,1,0,0,0.972,0.849,0.849,0.505,0,0 +1,0.727,0.727,0,1,0,0,0.972,0.849,0.849,0.603,0,0.122 +1,0.275,0.275,0,1,0,0,0.496,0.593,0.593,0.429,0,0 +1,0.246,0.246,0,1,0,0,0.449,0.562,0.562,0.408,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0.37,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0.386,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0.321,0,0.122 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0.168,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0.168,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0.56,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0.69,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0.342,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0.37,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0.277,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0.717,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0.288,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0.288,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0.244 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0674 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.135 +0.667,0.251,0.251,0.5,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.366 +0.667,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0.244 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0.205 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0.0308 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0.154 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.667,0.33,0.33,0.6,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.165 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.0992 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.122 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0.244 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0.244 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.122 +0.333,0.178,0.178,0,0.2,0,0,0.317,0.587,0.587,0.424,0,0 +0.333,0.178,0.178,0,1,0,0,0.317,0.587,0.587,0.462,0,0 +0.333,0.178,0.178,0,1,0,0,0.317,0.587,0.587,0.451,0,0.122 +0.333,0.186,0.186,0,1,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,1,0,0,0.322,0.6,0.6,0.592,0,0 +0.333,0.186,0.186,0,0.5,0,0,0.322,0.6,0.6,0.283,0,0.122 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.333,0.208,0.208,0.5,0,0,0,0.355,0.612,0.612,0,0,0.122 +0.333,0.208,0.208,1,0,0,0,0.355,0.612,0.612,0,0,0.366 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.244 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.244 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.122 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.122 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.122 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.122 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0.304,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0.304,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0.353 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0.0707 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,0.3,0,0,0,0.353,0.483,0.483,0,0,0.167 +1,0.114,0.114,1,0,0,0,0.353,0.483,0.483,0,0,0.267 +1,0.114,0.114,1,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,1,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,1,0,0,0,0.353,0.483,0.483,0,0,0.0688 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.172 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.175 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.245 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.406 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.162 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0.5,0,0.338,0.582,0.582,0,0.296,0 +0.667,0.318,0.318,0,0,1,0,0.338,0.582,0.582,0,0,0.122 +0.667,0.318,0.318,0,0,1,0,0.338,0.582,0.582,0,0.223,0 +0.667,0.318,0.318,0,0,1,0,0.338,0.582,0.582,0,0.348,0.488 +0.333,0.184,0.184,0,0,0.9,0,0.298,0.524,0.524,0,0.421,0.244 +0.333,0.185,0.185,0,0,0,0.4,0.257,0.524,0.524,0,0.21,0 +0.333,0.185,0.185,0,0,0,1,0.257,0.524,0.524,0,0.159,0 +0.333,0.185,0.185,0,0,0,1,0.257,0.524,0.524,0,0,0.122 +0.333,0.185,0.185,0,0,0,0.7,0.257,0.524,0.524,0,0.459,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0.354,0.366 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0.217,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0.236,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.366 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.61 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0.3,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.333,0.174,0.174,1,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.298,0.298,1,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,1,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,1,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0.244 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0.413,0,0 +0.667,0.395,0.395,1,1,0,0,0.479,0.672,0.672,0.321,0,0 +0.667,0.395,0.395,1,1,0,0,0.479,0.672,0.672,0.226,0,0 +0.667,0.395,0.395,1,1,0,0,0.479,0.672,0.672,0.226,0,0 +0.667,0.395,0.395,0.8,1,0,0,0.479,0.672,0.672,0.353,0,0.244 +0.667,0.507,0.507,0,0.6,0,0,0.553,0.682,0.682,0,0,0.122 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0.538,0,0.122 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0.571,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0.549,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0.429,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0.663,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0.234,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.176 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.211 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.488 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.467 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.173 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.0345 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.269 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.279 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.244 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.366 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.244 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.244 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0.8,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.333,0.175,0.175,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0.1,0.5,0,0,0.261,0.534,0.534,0.603,0,0 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.527,0,0 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.5,0,0 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.288,0,0 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.288,0,0 +0.333,0.171,0.171,0,0.1,0,0,0.261,0.534,0.534,0.321,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0.321,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.115 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.162 +0.667,0.395,0.395,0.3,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0.244 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0.244 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.615 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.164 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.0328 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.114 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.203 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.338 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.135 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.612 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.102 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.237 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.304 +0.667,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +0.667,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.344 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.435 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.173 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.311 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.162 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0972 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.157 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.164 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0.0656 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0.463 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0.0681 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.244 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.281 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.0651 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.0976 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.171 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.316 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.171,0.171,0,0.5,0,0,0.261,0.534,0.534,0.62,0,0 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.516,0,0 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.245,0,0.122 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.277,0,0.144 +0.667,0.292,0.292,0,1,0.5,0,0.264,0.602,0.602,0.603,0.0987,0.122 +1,0.409,0.409,0,1,1,0,0.312,0.671,0.671,0.223,0,0.244 +1,0.409,0.409,0,0.6,1,0,0.312,0.671,0.671,0.223,0.451,0.526 +1,0.409,0.409,0.3,0,0.4,0,0.312,0.671,0.671,0,0.292,0.122 +0.667,0.289,0.289,1,0,0,0.9,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,1,0,0,1,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,1,0,0,1,0.294,0.602,0.602,0,0,0 +0.667,0.29,0.29,1,0,0,1,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,1,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,1,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0.3,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.244 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0.3,0,0,0,0.323,0.612,0.612,0,0,0.366 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0.1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0.799,0,0 +0.667,0.326,0.326,0,1,0,0,0.375,0.632,0.632,0.277,0,0 +0.667,0.326,0.326,0,1,0,0,0.375,0.632,0.632,0.554,0,0 +0.667,0.326,0.326,0,1,0,0,0.375,0.632,0.632,0.386,0,0 +0.667,0.395,0.395,0,1,0,0,0.479,0.672,0.672,0.283,0,0 +0.667,0.395,0.395,0,0.6,0,0,0.479,0.672,0.672,0.342,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.366 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0.5,0,0.479,0.672,0.672,0.321,0.283,0 +0.667,0.507,0.507,0,1,1,0,0.553,0.682,0.682,0.391,0.195,0.122 +0.667,0.507,0.507,0,1,1,0,0.553,0.682,0.682,0,0.47,0 +0.667,0.507,0.507,0,1,0.4,0,0.553,0.682,0.682,0.56,0.567,0.122 +0.667,0.507,0.507,0,1,0,0.9,0.553,0.682,0.682,0.25,0.418,0.366 +0.667,0.507,0.507,0,1,0,1,0.553,0.682,0.682,0.304,0.431,0 +1,0.736,0.736,0,1,0,1,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0.1,0,1,0.745,0.745,0.745,0.255,0,0 +1,0.895,0.895,0,0,0,0.7,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.668,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.245,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.245,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0.5,0,0,0.768,0.671,0.671,0.304,0,0 +1,0.807,0.807,0,1,0,0,0.768,0.671,0.671,0.533,0,0 +1,0.807,0.807,0,1,0,0,0.768,0.671,0.671,0.473,0,0 +1,0.807,0.807,0,1,0,0,0.768,0.671,0.671,0.533,0,0 +1,0.807,0.807,0,1,0,0,0.768,0.671,0.671,0.315,0,0 +1,0.5,0.5,0,1,0,0,0.656,0.596,0.596,0.196,0,0 +1,0.5,0.5,0,0.6,0,0,0.656,0.596,0.596,0.196,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0.408,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0.277,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0.174,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0.174,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0.391,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0.337,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0.408,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0.522,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0.424,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0.223,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0.62,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.222 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.122 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.0923 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.0923 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.228 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.0958 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.128 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.172 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.141 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.206 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.0344 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.154 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +1,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,1,0,0.258,0.465,0.465,0,0.236,0 +0.667,0.0495,0.0495,1,0,0.4,0,0.258,0.465,0.465,0,0.137,0 +0.667,0.171,0.171,1,0,0,0.9,0.261,0.534,0.534,0,0.27,0 +0.667,0.171,0.171,1,0,0,1,0.261,0.534,0.534,0,0.601,0 +0.667,0.171,0.171,1,0,0,1,0.261,0.534,0.534,0,0.202,0 +0.667,0.171,0.171,1,0,0,1,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0.7,0.261,0.534,0.534,0,0.322,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.0129,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.309,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0.249,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0.309,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0.309,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0.21,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0.382,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0.309,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +1,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.667,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0.122 +0.333,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0 +0.333,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0 +0.333,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0 +0.333,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0 +0.333,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0 +0.333,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.333,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.333,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.333,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.333,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.333,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +0.667,0.555,0.555,0,0,1,0,0.598,0.602,0.602,0,0.532,0 +0.667,0.555,0.555,0,0,0.4,0,0.598,0.602,0.602,0,0.459,0 +0.667,0.35,0.35,0,0,0,0.9,0.524,0.553,0.553,0,0.348,0 +0.667,0.35,0.35,0,0,0,1,0.524,0.553,0.553,0,0.185,0 +1,0.5,0.5,0,0,0,1,0.656,0.596,0.596,0,0.0987,0 +1,0.5,0.5,0,0,0,1,0.656,0.596,0.596,0,0,0.244 +1,0.5,0.5,0,0,0,1,0.656,0.596,0.596,0,0.309,0 +1,0.5,0.5,0,0,0,1,0.656,0.596,0.596,0,0.348,0 +1,0.249,0.249,0,0,0,0.3,0.556,0.537,0.537,0,0.27,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0.309,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0.0601,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0.438,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0.533,0,0 +1,0.124,0.124,0,0,0,0,0.445,0.522,0.522,0,0.206,0 +1,0.124,0.124,0,0,0,0,0.445,0.522,0.522,0,0.567,0 +1,0.124,0.124,0,0,0,0,0.445,0.522,0.522,0,0.283,0.61 +1,0.124,0.124,0,0,0,0,0.445,0.522,0.522,0,0.386,0.122 +1,0.124,0.124,0,0,0,0,0.445,0.522,0.522,0,0.335,0 +1,0.124,0.124,0,0,0,0,0.445,0.522,0.522,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0.506,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0.433,0.122 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0.421,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0.309,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0.361,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0.258,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0.283,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0.258,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0.0601,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0.185,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0.283,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0.172,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0.189,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0.468,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0.481,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0.3,0,0,0,0.331,0.494,0.494,0,0,0.122 +1,0.147,0.147,1,0,0,0,0.331,0.494,0.494,0,0,0.122 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0.122 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0.9,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0.5,0,0,0.257,0.582,0.582,0.228,0,0 +0.667,0.321,0.321,0,1,0,0,0.257,0.582,0.582,0.457,0,0.176 +0.667,0.321,0.321,0,1,0,0,0.257,0.582,0.582,0.413,0,0.282 +0.667,0.321,0.321,0,1,0,0,0.257,0.582,0.582,0.342,0,0 +0.667,0.321,0.321,0,1,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0.1,0,0,0.257,0.582,0.582,0,0,0.122 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.204 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.415 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.343 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.343 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.244 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.488 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.165 +1,0.426,0.426,0,0,0,0,0.278,0.656,0.656,0,0,0.277 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.29,0.29,0,0,1,0,0.316,0.592,0.592,0,0.0601,0 +0.667,0.29,0.29,0,0,1,0,0.316,0.592,0.592,0,0.21,0 +0.667,0.29,0.29,0,0,0.9,0,0.316,0.592,0.592,0,0.506,0.244 +0.667,0.298,0.298,0,0,0,0.4,0.323,0.612,0.612,0,0.519,0.366 +0.667,0.298,0.298,0,0,0,1,0.323,0.612,0.612,0,0.27,0 +0.667,0.298,0.298,0,0,0,1,0.323,0.612,0.612,0,0.296,0.122 +0.667,0.298,0.298,0,0,0,1,0.323,0.612,0.612,0,0.348,0 +0.667,0.298,0.298,0,0,0,1,0.323,0.612,0.612,0,0.348,0 +0.667,0.298,0.298,0,0,0,0.2,0.323,0.612,0.612,0,0.0129,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.185,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.369,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0.8,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0.5,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.244 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.122 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.122 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.366 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0.457,0,0 +0.667,0.635,0.635,0,1,0,0,0.613,0.622,0.622,0.37,0,0 +0.667,0.635,0.635,0,1,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.635,0.635,0,1,0,0,0.613,0.622,0.622,0.332,0,0 +0.667,0.635,0.635,0,1,0,0,0.613,0.622,0.622,0.62,0,0 +0.667,0.555,0.555,0,0.6,0,0,0.598,0.602,0.602,0,0,0 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.864,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0.261,0,0.366 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0.56,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0.625,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0.462,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.122 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.488 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.153 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.405 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.244 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.244 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.194 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.244 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.513,0 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.577,0 +0.333,0.181,0.181,0,0,1,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,1,0,0.261,0.524,0.524,0,0.0987,0 +0.333,0.181,0.181,0,0,0.4,0,0.261,0.524,0.524,0,0.348,0.488 +0.333,0.181,0.181,0,0,0,0.9,0.261,0.524,0.524,0,0.309,0 +0.333,0.175,0.175,0,0,0,1,0.265,0.529,0.529,0,0.665,0 +0.333,0.175,0.175,0,0,0,1,0.265,0.529,0.529,0,0.644,0 +0.333,0.175,0.175,0,0,0,1,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,1,0.265,0.529,0.529,0,0.464,0 +0.333,0.175,0.175,0,0,0,1,0.265,0.529,0.529,0,0.292,0 +0.333,0.175,0.175,0,0,0,0.3,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.348,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.309,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.258,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.288,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.0258,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.21,0.122 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.258,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.382,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.283,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.249,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.369,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.258,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.0987,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.408,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.258,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.382,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.348,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.073,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.558,0 +0.667,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.258,0.122 +0.667,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.618,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.15,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.137,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.137,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.0987,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0.395,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0.283,0.122 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.567,0.567,0,0.5,0,0,0.59,0.775,0.775,0.451,0.609,0 +1,0.567,0.567,0,1,0,0,0.59,0.775,0.775,0.446,0.124,0 +1,0.567,0.567,0,1,0,0,0.59,0.775,0.775,0.37,0,0 +1,0.736,0.736,0,1,0,0,0.701,0.79,0.79,0.364,0.223,0 +1,0.736,0.736,0,1,0,0,0.701,0.79,0.79,0.255,0.27,0 +1,0.736,0.736,0,1,0,0,0.701,0.79,0.79,0.255,0.159,0 +1,0.736,0.736,0,0.6,0,0,0.701,0.79,0.79,0.582,0.249,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0.364,0.408,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0.603,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.506,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.348,0.373,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.402,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.476,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.353,0.438,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.462,0.665,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.223,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.31,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.533,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0.37,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0.717,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.353,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.543,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.293,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.511,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0.56,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0.315,0,0.122 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0.516,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0.543,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0.511,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.511,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0.8,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0.6,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.333 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.173 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0.3,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0.244 +0.667,0.318,0.318,1,0,0,0,0.338,0.582,0.582,0,0,0.608 +0.667,0.318,0.318,1,0,0,0,0.338,0.582,0.582,0,0,0.122 +0.667,0.318,0.318,1,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.102 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.171 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.244 +0.333,0.185,0.185,0,0.5,0,0,0.257,0.524,0.524,0.321,0,0.244 +0.333,0.185,0.185,0,1,0,0,0.257,0.524,0.524,0.299,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.524,0.524,0.511,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.524,0.524,0.69,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.524,0.524,0.478,0,0 +0.333,0.185,0.185,0,0.1,0,0,0.257,0.524,0.524,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0.3,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0.429,0,0 +0.333,0.171,0.171,1,1,0,0,0.261,0.534,0.534,0.453,0,0 +0.333,0.169,0.169,1,1,0,0,0.276,0.534,0.534,0.226,0,0 +0.333,0.169,0.169,0.4,1,0,0,0.276,0.534,0.534,0.321,0,0 +0.333,0.169,0.169,0,1,0,0,0.276,0.534,0.534,0.424,0,0 +0.333,0.169,0.169,0,1,0,0,0.276,0.534,0.534,0.255,0,0 +0.333,0.169,0.169,0,1,0,0,0.276,0.534,0.534,0.353,0,0 +0.333,0.169,0.169,0,0.1,0,0,0.276,0.534,0.534,0.31,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0.424,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0.315,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0.304,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0.304,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0.364,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0.5,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0.446,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0.761,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.188,0.188,0.8,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0.6,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.395,0.395,0,0,1,0,0.479,0.672,0.672,0,0.223,0 +0.667,0.395,0.395,0,0,0.4,0,0.479,0.672,0.672,0,0.0601,0 +0.667,0.395,0.395,0,0,0,0.9,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,1,0.479,0.672,0.672,0,0.309,0 +0.667,0.395,0.395,0,0,0,1,0.479,0.672,0.672,0,0.27,0.244 +0.667,0.395,0.395,0,0,0,0.2,0.479,0.672,0.672,0,0.0129,0.244 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0.137,0.488 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0.236,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.418,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.333,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.567,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.0129,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.335,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.249,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.519,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.459,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.21,0.366 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.223,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.459,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.27,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.742,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0.459,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0.361,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.163 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.13 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.121 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.253 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.166 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.0332 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.185,0.185,1,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0.6,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.244 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.122 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.244 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0.122 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0.122 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0.488 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +1,0.736,0.736,0.8,0,0,0,0.701,0.79,0.79,0,0,0.153 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0.165 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0.197 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0.193 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0.307 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0.0463 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0.8,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.131 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.169 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.0676 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.127 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.366 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.171 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.274 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.488 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.672 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.155 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.366 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,1,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0.397,0,0 +1,0.318,0.318,0,1,0,0,0.338,0.582,0.582,0.507,0,0 +1,0.321,0.321,0,1,0,0,0.257,0.582,0.582,0.254,0,0 +1,0.321,0.321,0,1,0,0,0.257,0.582,0.582,0.56,0,0 +1,0.321,0.321,0,1,0,0,0.257,0.582,0.582,0.451,0,0.244 +1,0.456,0.456,0,0.6,0,0,0.256,0.641,0.641,0.658,0,0.42 +1,0.456,0.456,0,0,0,0,0.256,0.641,0.641,0.304,0,0 +1,0.456,0.456,0,0,0,0,0.256,0.641,0.641,0,0,0 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0.38,0,0 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0.364,0,0.164 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0.326,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0.397,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.366 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.473,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.326,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.522,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.424,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.429,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0.62,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.177 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.177 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.366 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.122 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.0495,0.0495,0,0.5,0,0,0.258,0.465,0.465,0.446,0,0 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.228,0,0 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.375,0,0 +1,0.326,0.326,0,1,0,0,0.375,0.632,0.632,0.495,0,0 +1,0.326,0.326,0,1,0,0,0.375,0.632,0.632,0.467,0,0 +1,0.464,0.464,0,0.1,0,0,0.434,0.715,0.715,0,0,0.244 +1,0.464,0.464,0.8,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.464,0.464,0.6,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0.244 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0.3,0,0,0,0.79,0.701,0.701,0,0,0.488 +0.667,0.635,0.635,1,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0.6,0,0,0,0.79,0.701,0.701,0,0,0.0852 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.366 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.366 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.17 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.38 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.244 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.332 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.157 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.122 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0.3,0,0,0,0.257,0.582,0.582,0,0,0.244 +0.333,0.181,0.181,1,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.312,0.312,1,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,1,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0.5,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.122 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.0988 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0.122 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0.342 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0.0683 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.159 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.0952 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.122 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.354 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.142 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.244 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.244 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.366 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0.3,0,0,0,0.375,0.632,0.632,0,0,0.488 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0.122 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0.6,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.366 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.122 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.366 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.234 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.122 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.165 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.165 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.169 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.169 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.17 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.153 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.0306 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,1,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,1,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,1,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0.5,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0.3,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0.1,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.316 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.418 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0.0348 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.292,0.292,0.3,0,0,0,0.264,0.602,0.602,0,0,0.244 +0.667,0.292,0.292,1,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.292,0.292,1,0,0,0,0.264,0.602,0.602,0,0,0.346 +0.667,0.292,0.292,0.6,0,0,0,0.264,0.602,0.602,0,0,0.346 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.523 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.488 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.254 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.411 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.0668 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0.244 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0.5,0,0.59,0.775,0.775,0,0.073,0 +1,0.736,0.736,0,0,1,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,1,0,0.701,0.79,0.79,0,0.0386,0 +1,0.736,0.736,0,0,1,0,0.701,0.79,0.79,0,0.0386,0 +1,0.736,0.736,0,0,0.9,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0.4,0.701,0.79,0.79,0,0.519,0 +1,0.736,0.736,0,0,0,1,0.701,0.79,0.79,0,0.249,0.366 +1,0.895,0.895,0,0,0,1,0.745,0.745,0.745,0,0,0.244 +1,0.895,0.895,0,0,0,0.7,0.745,0.745,0.745,0,0.494,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.258,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.288,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.348,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.665,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.605,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.73,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.236,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0.554,0.122 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0.234,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0.135,0.366 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.56 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.164 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.0328 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0.347 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0.3,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,1,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.245,0.245,1,0.5,0,0,0.405,0.523,0.523,0.359,0,0 +0.667,0.245,0.245,1,1,0,0,0.405,0.523,0.523,0.397,0,0 +0.667,0.245,0.245,1,1,0,0,0.405,0.523,0.523,0.484,0,0 +0.667,0.305,0.305,1,1,0,0,0.435,0.572,0.572,0.489,0,0 +0.667,0.305,0.305,0.5,1,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0.1,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.165 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.244 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.295 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.104 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.24 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.206 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.488 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.524 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.115 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0.3,0,0,0,0.287,0.529,0.529,0,0,0.244 +0.333,0.17,0.17,1,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0.1,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.244 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.397,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.359,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0,0,0.168 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.37,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.598,0,0 +1,0.928,0.928,0,1,0,0,0.79,0.701,0.701,0.38,0,0 +1,0.928,0.928,0,1,0,0,0.79,0.701,0.701,0.467,0,0 +1,0.928,0.928,0,0.1,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.13 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0.345 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0.276 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.068 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.068 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.439 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.349 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.279 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.159 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.0317 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.184,0.184,0,0.5,0,0,0.298,0.524,0.524,0.37,0,0.198 +0.333,0.184,0.184,0,1,0,0,0.298,0.524,0.524,0.391,0,0.122 +0.333,0.184,0.184,0,1,0,0,0.298,0.524,0.524,0.272,0,0 +0.333,0.184,0.184,0,1,0,0,0.298,0.524,0.524,0.321,0,0 +0.333,0.184,0.184,0,1,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,1,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0.6,0,0,0.257,0.524,0.524,0.408,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0.489,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0.364,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0.446,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0.321,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0.31,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0.505,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0.413,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0.37,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.31,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.397,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.255,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.488 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.366 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.488 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0.3,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,1,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.287,0.529,0.529,0,0,0.244 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.5,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.244 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.298 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.159 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.127 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.156 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0.576,0,0 +1,0.736,0.736,0,1,0,0,0.701,0.79,0.79,0.533,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0,0,0.182 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.359,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.478,0,0 +1,0.895,0.895,0,0.6,1,0,0.745,0.745,0.745,0,0.335,0 +1,0.895,0.895,0,0,1,0,0.745,0.745,0.745,0,0.369,0 +1,0.895,0.895,0,0,0.9,0,0.745,0.745,0.745,0,0.446,0 +1,0.928,0.928,0,0,0,0.4,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,1,0.79,0.701,0.701,0,0.073,0.122 +1,0.928,0.928,0,0,0,1,0.79,0.701,0.701,0,0,0.244 +1,0.928,0.928,0,0,0,1,0.79,0.701,0.701,0,0.545,0.122 +1,0.928,0.928,0,0,0,1,0.79,0.701,0.701,0,0.309,0 +1,0.928,0.928,0,0,0,1,0.79,0.701,0.701,0,0.0386,0 +1,0.302,0.302,0,0,0,0.8,0.428,0.534,0.534,0,0.0386,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0.0601,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0,0.122 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0.361,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0.0858,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0.309,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0.309,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0.249,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.171 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0.102 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.534 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.0325 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.27 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.366 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.244 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0.3,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.181,0.181,1,0,0,0,0.261,0.524,0.524,0,0,0.244 +0.333,0.175,0.175,1,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.333,0.175,0.175,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.488 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0.5,0,0,0.261,0.534,0.534,0.277,0,0 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.212,0,0 +0.333,0.171,0.171,0,1,0,0,0.261,0.534,0.534,0.625,0,0.366 +0.333,0.169,0.169,0,1,0,0,0.276,0.534,0.534,0.304,0,0 +0.333,0.169,0.169,0,1,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0.1,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0.5,0,0.276,0.534,0.534,0,0.0258,0.122 +0.333,0.169,0.169,0,0,1,0,0.276,0.534,0.534,0,0,0.122 +0.333,0.17,0.17,0,0,1,0,0.287,0.529,0.529,0,0.506,0 +0.333,0.17,0.17,0,0,0.4,0,0.287,0.529,0.529,0,0.433,0 +0.333,0.17,0.17,0,0,0,0.9,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,1,0.287,0.529,0.529,0,0.21,0 +0.333,0.17,0.17,0,0,0,1,0.287,0.529,0.529,0,0.223,0 +0.333,0.17,0.17,0,0,0,1,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0.7,0.29,0.539,0.539,0,0.481,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.27,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.236,0.366 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.532,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.0386,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.209 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.0523 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.244 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0,0 +0.667,0.278,0.278,0,0.5,0,0,0.405,0.574,0.574,0.402,0,0 +0.667,0.278,0.278,0,1,0,0,0.405,0.574,0.574,0.38,0,0 +0.667,0.507,0.507,0,1,0,0,0.553,0.682,0.682,0.446,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.228,0,0.309 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0.1,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.462,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.522,0,0.166 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.543,0,0.277 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.277,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.342,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.221,0,0 +1,0.928,0.928,0,0,0.5,0,0.79,0.701,0.701,0.442,0.137,0 +1,0.928,0.928,0,0,0.9,0,0.79,0.701,0.701,0.462,0.0987,0 +1,0.807,0.807,0,0,0,0.4,0.768,0.671,0.671,0.685,0.296,0.351 +1,0.807,0.807,0,0,0,1,0.768,0.671,0.671,0.69,0.27,0.0703 +1,0.807,0.807,0,0,0,1,0.768,0.671,0.671,0,0.386,0 +1,0.807,0.807,0,0,0,1,0.768,0.671,0.671,0,0.309,0 +1,0.807,0.807,0,0,0,1,0.768,0.671,0.671,0,0.258,0.296 +1,0.807,0.807,0,0,0,0.2,0.768,0.671,0.671,0,0,0.105 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.208 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.144 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.161 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.215 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.158 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.0315 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.175,0.175,0,0,1,0,0.265,0.529,0.529,0,0.27,0 +0.333,0.175,0.175,0,0,1,0,0.265,0.529,0.529,0,0.356,0.366 +0.333,0.175,0.175,0,0,0.9,0,0.265,0.529,0.529,0,0.073,0.366 +0.333,0.175,0.175,0,0,0,0.4,0.265,0.529,0.529,0,0.223,0.122 +0.333,0.175,0.175,0,0,0,1,0.265,0.529,0.529,0,0.197,0.122 +0.333,0.175,0.175,0,0,0,1,0.265,0.529,0.529,0,0,0 +0.667,0.292,0.292,0,0,0,1,0.264,0.602,0.602,0,0.369,0 +0.667,0.292,0.292,0,0,0,1,0.264,0.602,0.602,0,0.249,0.122 +0.667,0.292,0.292,0,0,0,0.2,0.264,0.602,0.602,0,0.498,0.122 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0.283,0 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0.296,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0.309,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.263 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.174,0.174,1,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.174,0.174,0.6,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.244 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0.3,0,0,0,0.479,0.672,0.672,0,0,0.486 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0 +0.333,0.278,0.278,1,0,0,0,0.405,0.574,0.574,0,0,0 +0.333,0.278,0.278,1,0,0,0,0.405,0.574,0.574,0,0,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0.299 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +0.667,0.507,0.507,1,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.366 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.162 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.173 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.0345 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0.3,0,0,0,0.346,0.519,0.519,0,0,0.172 +1,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0.0344 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.488 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0,0.0495,0.0495,0,0.5,0,0,0.258,0.465,0.465,0.511,0,0 +0,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.31,0,0 +0,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.473,0,0 +0.333,0.188,0.188,0,1,0,0,0.316,0.549,0.549,0.353,0,0 +0.333,0.188,0.188,0,1,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0.1,0,0,0.316,0.549,0.549,0,0,0.244 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0.44,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0.332,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0.391,0,0.244 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0.435,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.146 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.244 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.244 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.163 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.0325 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.641,0,0.122 +1,0.928,0.928,0,1,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.555,0.555,0,1,0,0,0.598,0.602,0.602,0.511,0,0 +1,0.555,0.555,0,1,0,0,0.598,0.602,0.602,0.38,0,0 +1,0.555,0.555,0,1,0,0,0.598,0.602,0.602,0.462,0,0 +1,0.555,0.555,0,1,0,0,0.598,0.602,0.602,0.527,0,0 +1,0.555,0.555,0,1,0,0,0.598,0.602,0.602,0.321,0,0 +0.667,0.302,0.302,0,0.1,0,0,0.428,0.534,0.534,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.488 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.488 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.283 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.0965 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.491 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.318 +1,0.507,0.507,0.3,0,0,0,0.553,0.682,0.682,0,0,0.122 +1,0.507,0.507,1,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.507,0.507,1,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.507,0.507,0.6,0,0,0,0.553,0.682,0.682,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.366 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0.8,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,1,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.185,0.185,1,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0.1,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0.277,0,0 +0.667,0.312,0.312,0,1,0,0,0.264,0.582,0.582,0.359,0,0 +0.667,0.312,0.312,0,1,0,0,0.264,0.582,0.582,0.261,0,0 +0.667,0.312,0.312,0,1,0,0,0.264,0.582,0.582,0.261,0,0 +0.667,0.312,0.312,0,1,0,0,0.264,0.582,0.582,0.75,0,0 +0.667,0.312,0.312,0,0.6,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0.533,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.924,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.457,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.315,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.353,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.174,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0.174,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.366 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0.366 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.168 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.223 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.192 +1,0.736,0.736,0.8,0,0,0,0.701,0.79,0.79,0,0,0 +0.667,0.278,0.278,0.6,0,0,0,0.405,0.574,0.574,0,0,0.366 +0.667,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0,0.122 +0.667,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0 +0.667,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0 +0.667,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0.122 +0.667,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0.244 +0.667,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0.122 +0.667,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0.122 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.488 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.17 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.102 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.335 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.167 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.0864 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.477 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.0325 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.171,0.171,0.8,0,0,0,0.261,0.534,0.534,0,0,0.347 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.292,0.292,1,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.29,0.29,1,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,1,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0.8,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.122 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.488 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.244 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0.5,0,0.479,0.672,0.672,0,0.0515,0 +1,0.567,0.567,0,0,1,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,1,0,0.59,0.775,0.775,0,0.614,0 +1,0.567,0.567,0,0,1,0,0.59,0.775,0.775,0,0.378,0 +1,0.567,0.567,0,0,0.9,0,0.59,0.775,0.775,0,0,0 +1,0.736,0.736,0,0.5,0,0.4,0.701,0.79,0.79,0.255,0.0987,0 +1,0.736,0.736,0,1,0,1,0.701,0.79,0.79,0.234,0.27,0.122 +1,0.736,0.736,0,1,0,1,0.701,0.79,0.79,0.321,0.408,0.122 +1,0.736,0.736,0,1,0,1,0.701,0.79,0.79,0.375,0.644,0 +1,0.736,0.736,0,1,0,1,0.701,0.79,0.79,0,0,0.244 +1,0.736,0.736,0,1,0,0.2,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0.6,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.348 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.505 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.175 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.0701 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.164 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.17 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.34 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0.3,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.318,0.318,1,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,1,0,0,0,0.338,0.582,0.582,0,0,0.151 +0.667,0.318,0.318,1,0,0,0,0.338,0.582,0.582,0,0,0.0303 +0.667,0.318,0.318,1,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0.5,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.351 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.122 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.154 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.143 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.488 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.366 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.122 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.333,0.174,0.174,0.8,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,1,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.667,0.298,0.298,1,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0.244 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.488 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0.488 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0.122 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0.565,0,0 +0.667,0.613,0.613,0,1,0,0,0.583,0.652,0.652,0.457,0,0.244 +1,0.928,0.928,0,1,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,1,0,0,0.79,0.701,0.701,0.462,0,0 +1,0.928,0.928,0,1,0,0,0.79,0.701,0.701,0.261,0,0 +1,0.928,0.928,0,0.6,0,0,0.79,0.701,0.701,0.505,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.418,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.366 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.267 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0.0341 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.144 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0.3,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.305,0.305,1,0,0,0,0.435,0.572,0.572,0,0,0.292 +0.667,0.305,0.305,0.6,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.157 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.0314 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.122 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.488 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.244 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0.141 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.389 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.584 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.326 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.61 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.488 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.488 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.122 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.122 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,1,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0.6,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.399 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.174 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.153 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.433,0.433,0,0,0,0,0.523,0.626,0.626,0,0,0.478 +1,0.433,0.433,0,0,0,0,0.523,0.626,0.626,0,0,0.2 +1,0.433,0.433,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.433,0.433,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.433,0.433,0,0,0,0,0.523,0.626,0.626,0,0,0.244 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.337 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.589 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.122 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0.5,0,0.265,0.529,0.529,0,0.223,0 +0.333,0.175,0.175,0,0,1,0,0.265,0.529,0.529,0,0,0.488 +0.333,0.175,0.175,0,0,1,0,0.265,0.529,0.529,0,0.433,0 +0.333,0.175,0.175,0,0,0.4,0,0.265,0.529,0.529,0,0.258,0 +0.333,0.175,0.175,0,0,0,0.9,0.265,0.529,0.529,0,0.0987,0 +0.333,0.171,0.171,0,0,0,1,0.261,0.534,0.534,0,0.309,0 +0.333,0.171,0.171,0,0,0,1,0.261,0.534,0.534,0,0.185,0 +0.333,0.171,0.171,0,0,0,0.2,0.261,0.534,0.534,0,0.112,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.258,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.223,0.122 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.0601,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.223,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.361,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.223,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.421,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.395,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.0987,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.322,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0.3,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.333,0.174,0.174,1,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.333,0.188,0.188,1,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,1,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,1,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,1,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0.5,0,0,0,0.316,0.549,0.549,0,0,0.244 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0.122 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.222,0.222,0.8,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.222,0.222,1,0,0,0,0.368,0.569,0.569,0,0,0.122 +1,0.567,0.567,1,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.736,0.736,0.5,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.273 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0.3,0,0,0,0.435,0.572,0.572,0,0,0.163 +1,0.305,0.305,1,0,0,0,0.435,0.572,0.572,0,0,0.229 +1,0.305,0.305,0.1,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.31 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0.5,0,0.298,0.524,0.524,0,0.258,0.17 +0.667,0.184,0.184,0,0,1,0,0.298,0.524,0.524,0,0,0.34 +0.667,0.321,0.321,0,0,1,0,0.257,0.582,0.582,0,0.0601,0.102 +0.667,0.321,0.321,0,0,1,0,0.257,0.582,0.582,0,0.249,0 +0.667,0.321,0.321,0,0,0.9,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0.4,0.257,0.582,0.582,0,0.112,0 +0.667,0.321,0.321,0,0,0,1,0.257,0.582,0.582,0,0.21,0.148 +0.667,0.321,0.321,0,0,0,1,0.257,0.582,0.582,0,0,0.0297 +0.667,0.312,0.312,0,0,0,1,0.264,0.582,0.582,0,0.335,0 +0.667,0.312,0.312,0,0,0,1,0.264,0.582,0.582,0,0.395,0 +0.667,0.312,0.312,0,0,0,0.2,0.264,0.582,0.582,0,0.446,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0.275,0.139 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.286 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.164 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.187 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.173 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.313 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.352 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.297 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.105 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0.3,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,1,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.298,0.298,1,0,1,0,0.323,0.612,0.612,0,0.395,0 +0.667,0.298,0.298,0.6,0,1,0,0.323,0.612,0.612,0,0.309,0 +1,0.422,0.422,0,0,0.9,0,0.356,0.686,0.686,0,0,0 +1,0.422,0.422,0,0,0,0.4,0.356,0.686,0.686,0,0.618,0 +1,0.422,0.422,0,0,0,1,0.356,0.686,0.686,0,0.27,0 +1,0.422,0.422,0,0,0,1,0.356,0.686,0.686,0,0,0 +1,0.464,0.464,0,0,0,0.7,0.434,0.715,0.715,0,0.418,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0.496,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0.408,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0.137,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0.27,0.122 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0.348,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0.468,0.122 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0.429,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0.249,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.249,0.61 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.223,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.249,0.366 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.524,0.488 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.365,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.0386,0.209 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.541,0.244 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.335,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.366 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.488 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.23 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.3,0.3,1,0,0,0,0.271,0.592,0.592,0,0,0 +1,0.3,0.3,1,0,0,0,0.271,0.592,0.592,0,0,0 +1,0.3,0.3,1,0,0,0,0.271,0.592,0.592,0,0,0 +1,0.426,0.426,1,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.426,0.426,0,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.426,0.426,0,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0.185 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0.177 +1,0.409,0.409,0,0,0,0,0.312,0.671,0.671,0,0,0.0355 +1,0.409,0.409,0,0,0,0,0.312,0.671,0.671,0,0,0 +1,0.409,0.409,0,0,0,0,0.312,0.671,0.671,0,0,0 +1,0.409,0.409,0,0,0,0,0.312,0.671,0.671,0,0,0 +1,0.409,0.409,0,0,0,0,0.312,0.671,0.671,0,0,0.25 +1,0.409,0.409,0,0,0,0,0.312,0.671,0.671,0,0,0 +1,0.41,0.41,0,0,0,0,0.345,0.656,0.656,0,0,0 +1,0.41,0.41,0,0,0,0,0.345,0.656,0.656,0,0,0.068 +1,0.41,0.41,0,0,0,0,0.345,0.656,0.656,0,0,0.272 +1,0.41,0.41,0,0,0,0,0.345,0.656,0.656,0,0,0 +1,0.41,0.41,0.8,0,0,0,0.345,0.656,0.656,0,0,0 +1,0.41,0.41,0.6,0,0,0,0.345,0.656,0.656,0,0,0 +1,0.422,0.422,0,0,0,0,0.356,0.686,0.686,0,0,0 +1,0.422,0.422,0,0,0,0,0.356,0.686,0.686,0,0,0.324 +1,0.422,0.422,0,0,0,0,0.356,0.686,0.686,0,0,0.122 +1,0.422,0.422,0,0,0,0,0.356,0.686,0.686,0,0,0 +1,0.422,0.422,0,0,0,0,0.356,0.686,0.686,0,0,0 +1,0.422,0.422,0,0,0,0,0.356,0.686,0.686,0,0,0.127 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0.523 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0.299 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.161 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.0642 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.2 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.61 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.244 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.253 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.122 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.366 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.36,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.36,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.36,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.36,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.36,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.36,0.473,0.473,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.353,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.353,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.353,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.164 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0,0,0.131 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0,0,0 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0,0,0 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0,0,0 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0,0,0.116 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0,0,0 +1,0.426,0.426,0,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.426,0.426,0.8,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.426,0.426,1,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.426,0.426,1,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.426,0.426,0.1,0,0,0,0.278,0.656,0.656,0,0,0.34 +1,0.426,0.426,0,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.29,0.29,0,0,1,0,0.316,0.592,0.592,0,0.27,0.306 +0.667,0.29,0.29,0,0,0.4,0,0.316,0.592,0.592,0,0.197,0 +0.667,0.298,0.298,0,0,0,0.9,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,1,0.323,0.612,0.612,0,0.0129,0 +0.667,0.298,0.298,0,0,0,1,0.323,0.612,0.612,0,0.369,0.171 +0.667,0.298,0.298,0,0,0,1,0.323,0.612,0.612,0,0.073,0.19 +0.667,0.298,0.298,0,0,0,0.7,0.323,0.612,0.612,0,0.309,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0.369,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.137,0.326 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.236,0.309 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.519,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.073,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.0987,0.128 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0.249,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0.361,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0.283,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0.137,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0.073,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0.309,0 +0.333,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0.0258,0 +0.333,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0.137,0 +0.333,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0.386,0.122 +0.333,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0,0.244 +0.333,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0.335,0.122 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0.296,0.244 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0.406,0.157 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0.384,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0.122 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0.275,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0.343,0 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0.122 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.366 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.308 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0816,0.0816,0.3,0,0,0,0.305,0.474,0.474,0,0,0.157 +1,0.0816,0.0816,1,0,0,0,0.305,0.474,0.474,0,0,0.0941 +1,0.342,0.342,1,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.342,0.342,1,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.342,0.342,1,0,0,0,0.478,0.551,0.551,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.205 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.161 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.0642 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.168 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.394 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.156 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.345 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.276 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.241 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.0991 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.254 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.169 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.169 +0.333,0.171,0.171,0.8,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.292,0.292,1,0,0,0,0.264,0.602,0.602,0,0,0.153 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0.0612 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0.122 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0 +0.333,0.169,0.169,1,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0.5,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.366 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.366 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.696,0,0.366 +1,0.928,0.928,0,1,0,0,0.79,0.701,0.701,0.179,0,0.122 +1,0.635,0.635,0,1,0,0,0.613,0.622,0.622,0.179,0,0 +1,0.635,0.635,0,1,0,0,0.613,0.622,0.622,0.332,0,0 +1,0.635,0.635,0,1,0,0,0.613,0.622,0.622,0.505,0,0 +1,0.555,0.555,0,1,0,0,0.598,0.602,0.602,0.418,0,0 +1,0.555,0.555,0,1,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0.1,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.174 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.174 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.488 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.33 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.033 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.159 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.0637 +1,0.433,0.433,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.433,0.433,0,0,0.5,0,0.523,0.626,0.626,0,0.283,0 +1,0.433,0.433,0,0,1,0,0.523,0.626,0.626,0,0,0.19 +0.667,0.305,0.305,0,0,1,0,0.435,0.572,0.572,0,0.249,0 +0.667,0.305,0.305,0,0,0.4,0,0.435,0.572,0.572,0,0.137,0 +0.667,0.305,0.305,0,0,0,0.9,0.435,0.572,0.572,0,0.0258,0 +0.667,0.318,0.318,0,0,0,1,0.338,0.582,0.582,0,0.0386,0.254 +0.667,0.318,0.318,0,0,0,1,0.338,0.582,0.582,0,0.236,0 +0.667,0.318,0.318,0,0,0,1,0.338,0.582,0.582,0,0,0 +0.667,0.318,0.318,0,0,0,0.7,0.338,0.582,0.582,0,0.236,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0.0987,0 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0.382,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0.618,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0.283,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0.296,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0.356,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0.0601,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0.0601,0.185 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0.361,0.488 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0.361,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0.309,0.122 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0.27,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0.27,0.244 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0.18,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.476,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.605,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.309,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.159,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.609,0.244 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.309,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.481,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.258,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.395,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.137,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.481,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.279,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.155,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.159,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.309,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0.236,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0.283,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0.444,0.244 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0.148,0.366 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0.335,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.137,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.236,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.0386,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.124,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.395,0.395,0.8,0,0,0,0.479,0.672,0.672,0,0.685,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0.5,0.366 +1,0.567,0.567,1,0,0,0,0.59,0.775,0.775,0,0.296,0 +1,0.567,0.567,1,0,0,0,0.59,0.775,0.775,0,0.446,0 +1,0.567,0.567,1,0,0,0,0.59,0.775,0.775,0,0.159,0.488 +1,0.567,0.567,1,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0.431,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0.457,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0.588,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0.219,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0.343,0.122 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0.366 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0.524 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0.0634 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0.317 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.807,0.807,1,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,1,0,0,0,0.768,0.671,0.671,0,0,0.17 +1,0.807,0.807,1,0,0,0,0.768,0.671,0.671,0,0,0.482 +1,0.555,0.555,1,0,0,0,0.598,0.602,0.602,0,0,0.488 +1,0.555,0.555,1,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.555,0.555,0.4,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.247 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.244 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.102 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.17 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.198 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.141 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.0706 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.157 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.0314 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.332 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.488 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.366 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.366 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.17,0.17,0.1,0,0,0,0.287,0.529,0.529,0,0,0.366 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,0.8,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.895,0.895,0,0.5,0,0,0.745,0.745,0.745,0.435,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.386,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.658,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0.462,0,0 +1,0.895,0.895,0,1,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.895,0.895,0,0.1,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.366 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.366 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.302,0.302,0,0,0,0,0.428,0.534,0.534,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0.289 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0.334 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0.0625 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0.221 +1,0.114,0.114,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,0.3,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.114,0.114,1,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0.324 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0.0324 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0.144 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.305,0.305,1,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.305,0.305,1,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0.173 +0.333,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0.301 +0.333,0.177,0.177,1,0,0,0,0.346,0.519,0.519,0,0,0.0893 +0.333,0.184,0.184,1,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,1,0,0,0,0.298,0.524,0.524,0,0,0.122 +0.333,0.184,0.184,1,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,1,0,0,0,0.298,0.524,0.524,0,0,0.297 +0.333,0.184,0.184,1,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.184,0.184,0.7,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.366 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.122 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.244 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.667,0.395,0.395,0.8,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0.446,0,0 +1,0.567,0.567,1,1,0,0,0.59,0.775,0.775,0.446,0,0.122 +1,0.567,0.567,1,1,0,0,0.59,0.775,0.775,0,0,0 +1,0.567,0.567,1,1,0,0,0.59,0.775,0.775,0.587,0,0 +0.667,0.395,0.395,1,1,0,0,0.479,0.672,0.672,0.478,0,0 +0.667,0.507,0.507,1,1,0,0,0.553,0.682,0.682,0.478,0,0 +0.667,0.507,0.507,1,1,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.507,0.507,0.9,0.1,0,0,0.553,0.682,0.682,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0.804,0,0.252 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0.554,0,0.122 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0.56,0,0.122 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.446,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0.326,0,0 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0.522,0,0 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0.418,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0.277,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0.122 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0.332,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0.413,0,0.122 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0.679,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.467,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.652,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.297 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.244 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.366 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.165 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.0661 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0.5,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.222,0.222,0.3,0,0,0,0.368,0.569,0.569,0,0,0.244 +0.333,0.222,0.222,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0.122 +0.667,0.395,0.395,1,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.736,0.736,0.9,0,0,0,0.701,0.79,0.79,0,0,0.122 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0 +0.667,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0.122 +0.667,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0.122 +0.667,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.635,0.635,0.3,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.635,0.635,1,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.555,0.555,0.1,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.122 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.163 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.243 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.347 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.0694 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.177 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.142 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.314 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.167 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.133 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.193 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.128 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0 +1,0.426,0.426,0,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.426,0.426,0,0,0,0,0.278,0.656,0.656,0,0,0.186 +1,0.426,0.426,0,0,0,0,0.278,0.656,0.656,0,0,0.275 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0.17 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +1,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0.122 +1,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +1,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +1,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +1,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +1,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +1,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.122 +1,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0 +1,0.29,0.29,0.8,0,0,0,0.316,0.592,0.592,0,0,0 +1,0.29,0.29,1,0,0,0,0.316,0.592,0.592,0,0,0.122 +1,0.29,0.29,1,0,0,0,0.316,0.592,0.592,0,0,0.244 +1,0.29,0.29,1,0,0,0,0.316,0.592,0.592,0,0,0 +1,0.29,0.29,1,0,0,0,0.316,0.592,0.592,0,0,0 +1,0.174,0.174,1,0,0,0,0.29,0.539,0.539,0,0,0 +1,0.174,0.174,1,0,0,0,0.29,0.539,0.539,0,0,0 +1,0.174,0.174,0.5,0,0,0,0.29,0.539,0.539,0,0,0 +1,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +1,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +1,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +1,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +1,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +1,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +1,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.244 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.366 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.122 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0.366 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0.244 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0.333 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.488 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.244 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0.172 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.13 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0.134 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0.323 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.276 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.103 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.102 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.34 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.102 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.0914 +1,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.0305 +1,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +1,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.163 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0.6,0,0,0,0.256,0.581,0.581,0,0,0.25 +1,0.299,0.299,0.8,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.122 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.103 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.191 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.264 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.0989 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.244 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.488 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.366 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.366 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.61 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.319 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.122 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.488 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.101 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.202 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.129 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.0322 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.366 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.333,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +0.333,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +0.333,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.333,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0 +0.333,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0.122 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.333,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0 +0.333,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.333,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.667,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +0.667,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +0.667,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +0.667,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.343 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.386 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.244 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.245 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.103 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,1,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,1,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0.4,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0.3,0,0,0,0.404,0.521,0.521,0,0,0.161 +0.667,0.143,0.143,1,0,0,0,0.331,0.493,0.493,0,0,0.161 +0.667,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0.9,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.488 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.245 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0.5,0,0,0.26,0.523,0.523,0.478,0,0.101 +0.333,0.17,0.17,0,1,0,0,0.26,0.523,0.523,0.397,0,0 +0.333,0.17,0.17,0,1,0,0,0.26,0.523,0.523,0.435,0,0 +0.333,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.223,0,0 +0.333,0.164,0.164,0,0.9,0,0,0.264,0.528,0.528,0.571,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.614,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.462,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.332,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.31,0,0 +0.333,0.16,0.16,0,1,0,0,0.26,0.533,0.533,0.299,0,0 +0.333,0.16,0.16,0,1,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,1,0,0,0.26,0.533,0.533,0.342,0,0 +0.333,0.16,0.16,0,1,0,0,0.26,0.533,0.533,0.391,0,0.122 +0.333,0.159,0.159,0,0.4,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0.516,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0.435,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0.489,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0.261,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0.755,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0.397,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0.37,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0.473,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0.293,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0.826,0,0 +1,0.379,0.379,0,0,0,0,0.355,0.683,0.683,0.28,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0.28,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0.592,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0.212,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0.467,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.244 +1,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0.353,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0.467,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0.408,0,0 +1,0.291,0.291,0.8,0,0,0,0.477,0.67,0.67,0.44,0,0 +1,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0.166,0,0.244 +1,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0.166,0,0.122 +1,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0 +1,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0 +1,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0.366 +1,0.339,0.339,1,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.339,0.339,0.2,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.244 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.244 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.488 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.159 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.34 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.223 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.0318 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.258 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.339 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.442 +1,0.33,0.33,0,0,0,0,0.477,0.549,0.549,0,0,0.0341 +1,0.33,0.33,0,0,0,0,0.477,0.549,0.549,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.549,0.549,0,0,0.177 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.345 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.148 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.34 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0679 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.185 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.123 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.277 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.175 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.35 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0.3,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.333,0.159,0.159,1,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.316,0.548,0.548,0,0,0.244 +0.333,0.162,0.162,0.9,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.334 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.167 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.366 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.35 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.549,0.549,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.549,0.549,0,0,0.147 +1,0.33,0.33,0,0,0,0,0.477,0.549,0.549,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.244 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.266 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.527 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.19 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.244 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.138 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.345 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.191 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.154 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.2 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.0499 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.345 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.155 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.062 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.263 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.0987 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.303 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.0321 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.571 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.169 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.122 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.348 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.47 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.0348 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.503 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.488 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.244 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.61 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.244 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.289 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.429,0.429,0.8,0,0,0,0.581,0.65,0.65,0,0,0.0313 +0.667,0.429,0.429,1,0,0,0,0.581,0.65,0.65,0,0,0.156 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.336 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.134 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.16 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.0641 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.197 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.162 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.0969 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.176 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.105 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.243 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.106 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.283 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0.3,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,1,0,0,0,0.322,0.61,0.61,0,0,0.244 +0.667,0.274,0.274,0.1,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0.244 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.122 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.244 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.122 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.366 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.261,0,0.122 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.408,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0,0,0 +1,0.619,0.619,0,0.4,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0.3,0,0,0,0.742,0.742,0.742,0,0,0.104 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.382 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0.167 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0.333 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0.0333 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.783,0.783,0.6,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.366 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +1,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +1,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +1,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +1,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +1,0.301,0.301,0,0,0.3,0,0.337,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,1,0,0.256,0.581,0.581,0,0.137,0 +1,0.299,0.299,0,0,0.2,0.1,0.256,0.581,0.581,0,0.408,0 +1,0.299,0.299,0,0,0,1,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0.3,0.256,0.581,0.581,0,0.296,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0.618,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0.0386,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0.433,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0.15,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0.395,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0.418,0,0.244 +0.333,0.16,0.16,0,0.8,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,1,0,0,0.26,0.533,0.533,0.587,0,0 +0.333,0.16,0.16,0,1,0,0,0.26,0.533,0.533,0.359,0,0 +0.333,0.16,0.16,0,1,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,1,0.8,0,0.26,0.533,0.533,0,0.322,0 +0.333,0.16,0.16,0,1,1,0,0.26,0.533,0.533,0,0,0 +1,0.269,0.269,0,0.1,1,0,0.293,0.6,0.6,0,0.532,0 +1,0.269,0.269,0,0,1,0,0.293,0.6,0.6,0,0.519,0 +1,0.269,0.269,0,0,0.8,0,0.293,0.6,0.6,0,0,0 +1,0.269,0.269,0,0,0,0.5,0.293,0.6,0.6,0,0.15,0.122 +1,0.269,0.269,0,0,0,1,0.293,0.6,0.6,0,0.0258,0.488 +1,0.269,0.269,0,0,0,1,0.293,0.6,0.6,0,0,0 +1,0.268,0.268,0,0,0,1,0.315,0.591,0.591,0,0.468,0 +1,0.268,0.268,0,0,0,0.9,0.315,0.591,0.591,0,0.361,0 +1,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.122 +1,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0.446,0 +1,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +1,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0.614,0,0 +1,0.412,0.412,0,0.8,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,1,0,0,0.587,0.772,0.772,0.484,0,0 +1,0.412,0.412,0,1,0,0,0.587,0.772,0.772,0.418,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.31,0,0.122 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0,0,0.244 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.495,0,0 +1,0.484,0.484,0,0.1,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.576,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.359,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.402,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.283 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.106 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.471 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.507 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.122 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.366 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.274 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.342 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.101 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.101 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.259 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.0971 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.105 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.105 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.261 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.0326 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.304 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0.1,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.16,0.16,1,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.667,0.16,0.16,1,0,0,0,0.26,0.533,0.533,0,0,0.366 +1,0.271,0.271,0.7,0,0,0,0.263,0.6,0.6,0,0,0 +1,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +1,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +1,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +1,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.122 +1,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +1,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.104 +1,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.487 +1,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +1,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.102 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.204 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.488 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.167 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0.1,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0.244 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0.8,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.488 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.488 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0.109 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0.163 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0.0652 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0.164 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0.229 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.434 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.163 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.0976 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.122 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.488 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0.3,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,1,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.17,0.17,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0.8,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.488 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.366 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0.122 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0.3,0,0,0,0.587,0.772,0.772,0,0,0.175 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0.175 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0.243 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0.488 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0.122 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0.653 +1,0.484,0.484,0.7,0,0,0,0.698,0.787,0.787,0,0,0.254 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.354 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.0354 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.62,0,0.177 +1,0.619,0.619,0,1,0,0,0.742,0.742,0.742,0.38,0,0.177 +1,0.783,0.783,0,1,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,1,0,0,0.787,0.698,0.698,0.386,0,0.244 +1,0.783,0.783,0,1,0,0,0.787,0.698,0.698,0.658,0,0.401 +1,0.783,0.783,0,1,1,0,0.787,0.698,0.698,0,0.0258,0.397 +1,0.783,0.783,0,0.9,1,0,0.787,0.698,0.698,0.674,0.249,0 +1,0.783,0.783,0,0,1,0,0.787,0.698,0.698,0.321,0,0 +1,0.88,0.88,0,0,0.1,0.2,0.765,0.668,0.668,0.321,0.236,0 +1,0.88,0.88,0,0,0,1,0.765,0.668,0.668,0.707,0,0.289 +1,0.88,0.88,0,0,0,1,0.765,0.668,0.668,0.413,0,0.266 +1,0.88,0.88,0,0,0,1,0.765,0.668,0.668,0.261,0,0 +1,0.88,0.88,0,0,0,1,0.765,0.668,0.668,0.353,0,0 +1,0.603,0.603,0,0,0,1,0.596,0.6,0.6,0,0,0 +1,0.415,0.415,0,0,0,0.7,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.156 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.172 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.172 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.331 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.132 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.162 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.174 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.203 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.203 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.254 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.488 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0.8,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,1,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,1,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,1,0,0,0,0.316,0.548,0.548,0,0,0.205 +0.667,0.162,0.162,0.4,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0.3,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.667,0.162,0.162,1,0,0,0,0.316,0.548,0.548,0,0,0 +1,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0 +1,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0.488 +1,0.291,0.291,0.9,0,0,0,0.477,0.67,0.67,0,0,0.244 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.244 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.122 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0.122 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.167 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.456 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.212 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.184 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.046 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.105 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.14 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.224 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.164 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.22 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.283 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.488 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.366 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.295 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.313 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.366 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.335 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.0669 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.488 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.278 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0697 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.349 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0349 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.366 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.854 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0.538,0,0 +0.333,0.159,0.159,0,1,0,0,0.29,0.538,0.538,0.576,0,0 +0.333,0.159,0.159,0,1,0,0,0.29,0.538,0.538,0.288,0,0 +0.333,0.159,0.159,0,1,0,0,0.29,0.538,0.538,0.478,0,0 +0.667,0.269,0.269,0,1,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0.4,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0.337,0,0 +0.333,0.17,0.17,0,1,0,0,0.368,0.568,0.568,0.56,0,0 +0.667,0.291,0.291,0,1,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,1,0,0,0.477,0.67,0.67,0.413,0,0.122 +0.667,0.291,0.291,0,1,0,0,0.477,0.67,0.67,0.543,0,0 +0.667,0.339,0.339,0,0.4,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0.3,0,0,0,0.551,0.68,0.68,0,0,0.26 +0.667,0.339,0.339,1,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.154 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.222 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.353 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0.2,0,0,0,0.787,0.698,0.698,0,0,0.406 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.353 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.122 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0518,0.0518,1,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.0518,0.0518,1,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.0518,0.0518,1,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.0518,0.0518,1,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.0518,0.0518,1,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.0518,0.0518,0.7,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.57 +0.667,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.171 +0.667,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.0937 +0.667,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.0625 +0.667,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0.3,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0.122 +0.667,0.301,0.301,1,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,1,0,0,0,0.337,0.581,0.581,0,0,0.175 +0.667,0.301,0.301,1,0,0,0,0.337,0.581,0.581,0,0,0.035 +0.333,0.175,0.175,1,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0.6,0,0,0,0.297,0.523,0.523,0,0,0.143 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0.3,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,1,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0.1,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.61 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0.488 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0.366 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0.3,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0.5,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.175 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.297 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.244 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.366 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.122 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.122 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0964 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0964 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.27 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.203 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0.1,0,0,0,0.345,0.518,0.518,0,0,0.135 +0.667,0.175,0.175,1,0,0,0,0.297,0.523,0.523,0,0,0.271 +0.667,0.175,0.175,0.3,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0.565,0,0 +0.667,0.175,0.175,0,0.8,0,0,0.297,0.523,0.523,0.283,0,0 +0.667,0.175,0.175,0,1,0,0,0.297,0.523,0.523,0.402,0,0 +0.667,0.175,0.175,0,1,0,0,0.297,0.523,0.523,0.533,0,0 +0.667,0.299,0.299,0,1,0,0,0.256,0.581,0.581,0.685,0,0 +0.667,0.299,0.299,0,0.6,0,0,0.256,0.581,0.581,0.408,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0.299,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0.348,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0.277,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0.266,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0.255,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0.435,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0.342,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.424,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.266,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.266,0,0.366 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.418,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.533,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.418,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.451,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.272,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.408,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.473,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0.6,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,1,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0.6,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.366 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0.122 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0.488 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0.244 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.249,0.249,0,0,0,0,0.554,0.534,0.534,0,0,0 +1,0.249,0.249,0,0,0,0,0.554,0.534,0.534,0,0,0 +1,0.249,0.249,0,0,0,0,0.554,0.534,0.534,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.102 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.34 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0.1,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.424,0.424,1,0,0,0,0.255,0.638,0.638,0,0,0 +1,0.424,0.424,1,0,0,0,0.255,0.638,0.638,0,0,0 +1,0.424,0.424,0.7,0,0,0,0.255,0.638,0.638,0,0,0 +1,0.424,0.424,0,0,0,0,0.255,0.638,0.638,0,0,0 +1,0.424,0.424,0,0.3,0,0,0.255,0.638,0.638,0.342,0,0 +1,0.424,0.424,0,1,0,0,0.255,0.638,0.638,0.402,0,0 +1,0.411,0.411,0,1,0,0,0.266,0.638,0.638,0.397,0,0 +1,0.411,0.411,0,1,0,0,0.266,0.638,0.638,0.28,0,0 +0.667,0.291,0.291,0,1,0,0,0.263,0.581,0.581,0.28,0,0 +0.667,0.291,0.291,0,0.1,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0.478,0,0.122 +0.333,0.159,0.159,0,0.8,0,0,0.275,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,1,0,0,0.275,0.533,0.533,0.424,0,0 +0.333,0.159,0.159,0,1,0,0,0.275,0.533,0.533,0.37,0,0 +0.333,0.159,0.159,0,1,0,0,0.286,0.528,0.528,0.462,0,0 +0.333,0.159,0.159,0,0.6,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0.435,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0.342,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0.505,0,0.244 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0.359,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0.457,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0.488 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.366 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.61 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.122 +1,0.412,0.412,0.6,0,0,0,0.587,0.772,0.772,0,0,0.488 +1,0.412,0.412,1,0,0,0,0.587,0.772,0.772,0,0,0.244 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0.6,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0.6,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0.488 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0.732 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,1,0,0,0,0.787,0.698,0.698,0,0,0.366 +1,0.88,0.88,1,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,1,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0.4,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.0936 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.4 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.488 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.488 +0.667,0.17,0.17,0,0,0.5,0,0.368,0.568,0.568,0,0.0129,0 +0.667,0.17,0.17,0,0,1,0,0.368,0.568,0.568,0,0.236,0 +1,0.291,0.291,0,0,0,0.3,0.477,0.67,0.67,0,0.421,0 +1,0.291,0.291,0,0,0,1,0.477,0.67,0.67,0,0.283,0 +1,0.291,0.291,0,0,0,1,0.477,0.67,0.67,0,0,0 +1,0.339,0.339,0,0,0,1,0.551,0.68,0.68,0,0.322,0 +1,0.339,0.339,0,0,0,1,0.551,0.68,0.68,0,0.309,0 +1,0.339,0.339,0,0,0,1,0.551,0.68,0.68,0,0.309,0.244 +1,0.339,0.339,0,0,0,1,0.551,0.68,0.68,0,0.137,0 +1,0.339,0.339,0,0,0,1,0.551,0.68,0.68,0,0.283,0.488 +1,0.339,0.339,0,0,0,0.1,0.551,0.68,0.68,0,0.283,0.122 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0.348,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0.296,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0.519,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0.421,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0.618,0.366 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0.0987,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0.378,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0.189,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.538,0.538,0.3,0,0,0,0.61,0.62,0.62,0,0,0.122 +1,0.538,0.538,1,0,0,0,0.61,0.62,0.62,0,0,0.244 +1,0.88,0.88,0.1,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0.244 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.244 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.488 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.23 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.154 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.0309 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.175,0.175,0.1,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.122 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,1,0,0.264,0.528,0.528,0,0.283,0 +0.333,0.164,0.164,0,0,0.5,0,0.264,0.528,0.528,0,0.249,0 +0.333,0.164,0.164,0,0,0,0.8,0.264,0.528,0.528,0,0.223,0 +0.333,0.164,0.164,0,0,0,1,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,1,0.264,0.528,0.528,0,0.0129,0 +0.333,0.164,0.164,0,0,0,1,0.264,0.528,0.528,0,0.296,0 +0.333,0.16,0.16,0,0,0,0.6,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0.3,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.333,0.16,0.16,1,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,1,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0.5,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.488 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.248 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.172 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.191 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.189 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +1,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.244 +1,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +1,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.244 +1,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.244 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.122 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.244 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0.244 +1,0.538,0.538,0,0.5,0,0,0.61,0.62,0.62,0.364,0,0.488 +1,0.538,0.538,0,1,0,0,0.61,0.62,0.62,0.37,0,0.122 +1,0.538,0.538,0,1,0,0,0.61,0.62,0.62,0.462,0,0 +1,0.538,0.538,0,1,0,0,0.61,0.62,0.62,0.69,0,0 +1,0.538,0.538,0,0.9,0,0,0.61,0.62,0.62,0,0,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.732 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.195 +1,0.0798,0.0798,0.3,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,1,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.11,0.11,1,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,1,0,0,0,0.352,0.482,0.482,0,0,0.164 +1,0.11,0.11,0.9,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.324 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.204 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.102 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.231 +0.333,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.167 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0.5,0,0,0.257,0.523,0.523,0.353,0,0 +0.333,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0.223,0,0.122 +0.333,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0.5,0,0 +0.333,0.17,0.17,0,1,0,0,0.26,0.523,0.523,0.31,0,0 +0.333,0.17,0.17,0,0.9,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0.3,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.271,0.271,1,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,1,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,1,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.271,0.271,1,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0.3,0,0,0,0.263,0.6,0.6,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.61 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.541,0 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.309,0 +0.667,0.339,0.339,0,0,1,0,0.551,0.68,0.68,0,0.369,0 +0.667,0.339,0.339,0,0,0.1,0.2,0.551,0.68,0.68,0,0.369,0 +0.667,0.339,0.339,0,0,0,1,0.551,0.68,0.68,0,0.223,0 +0.667,0.339,0.339,0,0,0,1,0.551,0.68,0.68,0,0,0.244 +0.667,0.429,0.429,0,0,0,1,0.581,0.65,0.65,0,0.532,0.122 +0.667,0.429,0.429,0,0,0,1,0.581,0.65,0.65,0,0.296,0 +0.667,0.429,0.429,0,0,0,1,0.581,0.65,0.65,0,0.433,0 +0.667,0.429,0.429,0,0,0,0.7,0.581,0.65,0.65,0,0.571,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0.567,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0.223,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.348,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.369,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.124,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.356,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.296,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.244 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,1,0,0,0,0.404,0.521,0.521,0,0,0.219 +1,0.236,0.236,0.5,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.122 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.354 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.0354 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.169 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.305 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.248 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.122 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.122 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.244 +1,0.484,0.484,0,0.5,0,0,0.698,0.787,0.787,0.402,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.38,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.391,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.424,0,0 +1,0.484,0.484,0.3,0.9,0,0,0.698,0.787,0.787,0.31,0,0 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0.31,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0.5,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.176 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.278 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.157 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.0629 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,1,0,0,0,0.404,0.521,0.521,0,0,0.246 +1,0.236,0.236,1,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,1,0,0,0,0.404,0.521,0.521,0,0,0 +0.667,0.143,0.143,1,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0.3,0,0,0,0.331,0.493,0.493,0,0,0.168 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0673 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.35 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.366 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.366 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.291,0.291,0,0.5,0,0,0.477,0.67,0.67,0.277,0,0 +0.667,0.291,0.291,0,1,0,0,0.477,0.67,0.67,0.386,0,0 +1,0.412,0.412,0,1,0,0,0.587,0.772,0.772,0.571,0,0 +1,0.412,0.412,0,1,0,0,0.587,0.772,0.772,0.332,0,0 +1,0.412,0.412,0,0.9,0,0,0.587,0.772,0.772,0.359,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.516,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.326,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.337,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.174,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.174,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.587,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.375,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.364,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.413,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.418,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.538,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.31,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.366 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.227 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.366 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.366 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.106 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.353 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.106 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.667,0.279,0.279,0.6,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0.8,0,0,0,0.271,0.591,0.591,0,0,0 +1,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +1,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +1,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.366 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.244 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.488 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.366 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0.6,0,0,0,0.374,0.63,0.63,0,0,0.488 +0.667,0.274,0.274,1,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0.122 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0.198 +1,0.412,0.412,0.6,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.0626 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.188 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.105 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.35 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.315 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.0985 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.164 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.366 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.104 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.104 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.103 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.205 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +1,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +1,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +1,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +1,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +1,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +1,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.366 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.122 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.122 +0.667,0.291,0.291,0.6,0,0,0,0.477,0.67,0.67,0,0,0.122 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.484,0.484,0.2,0.3,0,0,0.698,0.787,0.787,0.641,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.364,0,0.122 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.342,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.293,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0,0,0.122 +1,0.619,0.619,0,1,0,0,0.742,0.742,0.742,0.413,0,0.122 +1,0.619,0.619,0,0.6,0,0,0.742,0.742,0.742,0.424,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.239,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.603,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.283,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.418,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.25,0,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.609,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.533,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.266,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0.342,0,0.122 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0.81,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0.435,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0.293,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0.527,0,0.366 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0.495,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0.277,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0.543,0,0.366 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0.44,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0.391,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0.505,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0.166,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0.166,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.33 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.132 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.5,0,0.258,0.465,0.465,0,0.249,0 +1,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0,0,1,0,0.404,0.521,0.521,0,0.446,0.296 +1,0.236,0.236,0.3,0,0.6,0,0.404,0.521,0.521,0,0.0601,0 +1,0.236,0.236,1,0,0,0.7,0.404,0.521,0.521,0,0,0 +1,0.417,0.417,1,0,0,1,0.521,0.623,0.623,0,0.532,0.0329 +1,0.417,0.417,1,0,0,1,0.521,0.623,0.623,0,0.361,0.197 +1,0.417,0.417,1,0,0,0.2,0.521,0.623,0.623,0,0.249,0 +1,0.417,0.417,1,0,0,0,0.521,0.623,0.623,0,0.309,0 +1,0.417,0.417,1,0,0,0,0.521,0.623,0.623,0,0.236,0 +1,0.417,0.417,0.7,0,0,0,0.521,0.623,0.623,0,0.618,0 +1,0.427,0.427,0,0,0,0,0.377,0.638,0.638,0,0,0 +1,0.427,0.427,0,0,0,0,0.377,0.638,0.638,0,0.309,0 +1,0.427,0.427,0,0,0,0,0.377,0.638,0.638,0,0,0 +1,0.427,0.427,0,0,0,0,0.377,0.638,0.638,0,0.137,0 +1,0.427,0.427,0,0,0,0,0.377,0.638,0.638,0,0.0386,0 +1,0.427,0.427,0,0,0,0,0.377,0.638,0.638,0,0.073,0 +1,0.424,0.424,0,0,0,0,0.255,0.638,0.638,0,0.249,0 +1,0.424,0.424,0,0,0,0,0.255,0.638,0.638,0,0.185,0 +1,0.424,0.424,0,0,0,0,0.255,0.638,0.638,0,0.361,0 +1,0.424,0.424,0,0,0,0,0.255,0.638,0.638,0,0.635,0 +1,0.424,0.424,0,0,0,0,0.255,0.638,0.638,0,0.425,0 +1,0.424,0.424,0,0,0,0,0.255,0.638,0.638,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0.464,0 +1,0.411,0.411,0.3,0,0,0,0.266,0.638,0.638,0,0.403,0 +1,0.411,0.411,1,0,0,0,0.266,0.638,0.638,0,0.815,0 +0.667,0.291,0.291,1,0,0,0,0.263,0.581,0.581,0,0.283,0 +0.667,0.291,0.291,1,0,0,0,0.263,0.581,0.581,0,0.283,0 +0.667,0.291,0.291,1,0,0,0,0.263,0.581,0.581,0,0.296,0 +0.667,0.279,0.279,1,0,0,0,0.271,0.591,0.591,0,0.453,0 +0.667,0.279,0.279,1,0,0,0,0.271,0.591,0.591,0,0.453,0.488 +0.667,0.279,0.279,0.7,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.667,0.279,0.279,0,0.5,0,0,0.271,0.591,0.591,0.522,0.309,0 +0.667,0.279,0.279,0,1,0,0,0.271,0.591,0.591,0.353,0,0 +0.667,0.279,0.279,0,1,0,0,0.271,0.591,0.591,0.842,0,0.122 +0.667,0.271,0.271,0,1,0,0,0.263,0.6,0.6,0.359,0,0 +0.667,0.271,0.271,0,0.9,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0.3,0,0,0,0.316,0.548,0.548,0,0,0.244 +0.333,0.162,0.162,1,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.17,0.17,1,0,1,0,0.368,0.568,0.568,0,0.584,0 +0.333,0.17,0.17,0.5,0,1,0,0.368,0.568,0.568,0,0.0601,0.122 +0.667,0.291,0.291,0,0,1,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,1,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0.6,0,0.477,0.67,0.67,0,0,0.61 +0.667,0.291,0.291,0,0,0,0.7,0.477,0.67,0.67,0,0,0.122 +1,0.484,0.484,0,0,0,0.7,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.359,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.315,0,0.122 +1,0.484,0.484,0,1,1,0,0.698,0.787,0.787,0.207,0.369,0 +1,0.484,0.484,0,1,1,0,0.698,0.787,0.787,0.207,0.459,0 +1,0.484,0.484,0,1,1,0,0.698,0.787,0.787,0.603,0.18,0 +1,0.619,0.619,0,1,0.1,0.2,0.742,0.742,0.742,0.402,0.438,0 +1,0.619,0.619,0,0.9,0,1,0.742,0.742,0.742,0.554,0.0386,0 +1,0.619,0.619,0,0,0,1,0.742,0.742,0.742,0.424,0.395,0 +1,0.619,0.619,0,0,0,1,0.742,0.742,0.742,0,0.369,0 +1,0.619,0.619,0,0,0,1,0.742,0.742,0.742,0.217,0.309,0 +1,0.619,0.619,0,0,0,0.2,0.742,0.742,0.742,0.533,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.587,0.421,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.397,0.335,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.0258,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.348,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.309,0.122 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.174 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.0349 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.244 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.479 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.149 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.0299 +1,0.33,0.33,0,0,0,0,0.477,0.549,0.549,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.549,0.549,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0.385 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0.292 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0.34 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.488 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.244 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0.5,0,0.337,0.581,0.581,0,0.361,0 +0.333,0.175,0.175,0,0,1,0,0.297,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0.3,0.257,0.523,0.523,0,0.21,0 +0.333,0.174,0.174,0,0,0,1,0.257,0.523,0.523,0,0.27,0 +0.333,0.174,0.174,0,0,0,1,0.257,0.523,0.523,0,0.0901,0.244 +0.333,0.174,0.174,0,0,0,1,0.257,0.523,0.523,0,0,0.488 +0.333,0.174,0.174,0,0,0,1,0.257,0.523,0.523,0,0.0987,0.122 +0.333,0.174,0.174,0,0,0,1,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0.6,0.26,0.523,0.523,0,0.283,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0.283,0.122 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0.234,0.244 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0.384,0.244 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0.3,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,1,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.271,0.271,1,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,1,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0.9,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,1,0,0.322,0.61,0.61,0,0.725,0 +0.667,0.269,0.269,0,0,0.5,0,0.322,0.61,0.61,0,0.137,0 +0.667,0.269,0.269,0,0,0,0.8,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,1,0.374,0.63,0.63,0,0.451,0 +0.667,0.274,0.274,0,0,0,1,0.374,0.63,0.63,0,0.464,0 +1,0.386,0.386,0,0,0,1,0.432,0.713,0.713,0,0,0.244 +1,0.386,0.386,0,0,0,1,0.432,0.713,0.713,0,0,0 +1,0.386,0.386,0,0,0,1,0.432,0.713,0.713,0,0,0.366 +1,0.386,0.386,0,0,0,0.1,0.432,0.713,0.713,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.122 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.61 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.122 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.25 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.155 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.031 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0.3,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.314 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.0697 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.783,0.783,1,0.5,0,0,0.787,0.698,0.698,0.315,0,0 +1,0.783,0.783,0.3,1,0,0,0.787,0.698,0.698,0.446,0,0.176 +1,0.783,0.783,0,1,0,0,0.787,0.698,0.698,0.592,0,0.282 +1,0.783,0.783,0,1,0,0,0.787,0.698,0.698,0.418,0,0 +1,0.783,0.783,0,0.9,0,0,0.787,0.698,0.698,0.288,0,0.244 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.258,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0.258,0,0.276 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.171 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.239 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.305,0.464,0.464,0,0,0.122 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.4,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.278 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.196 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.245 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.61 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.133 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.244 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.244 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.161 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.366 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.244 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.322 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.488 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.488 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0.5,0,0.258,0.465,0.465,0,0.361,0 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.393,0.244 +0.333,0.159,0.159,0,0,1,0,0.29,0.538,0.538,0,0.135,0 +0.333,0.159,0.159,0,0,0.6,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.159,0.159,0,0,0,0.7,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,1,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,1,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,1,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0.7,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0.3,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.316,0.548,0.548,0,0,0.366 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0.244 +0.667,0.291,0.291,0.5,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.122 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0.244 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +1,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0 +1,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0 +1,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0.488 +1,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0 +1,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0.403 +1,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0.0637 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0.488 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0.366 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0.59 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0.0692 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.145 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.169 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.236 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.185 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.0941 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.282 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.488 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.366 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0.3,0,0,0,0.374,0.63,0.63,0,0,0.244 +0.667,0.274,0.274,1,0,0,0,0.374,0.63,0.63,0,0,0.366 +0.667,0.274,0.274,0.1,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0 +0.667,0.291,0.291,0,0.5,0,0,0.477,0.67,0.67,0.391,0,0 +0.667,0.291,0.291,0,1,0,0,0.477,0.67,0.67,0.304,0,0 +0.667,0.291,0.291,0,1,0,0,0.477,0.67,0.67,0.527,0,0 +0.667,0.339,0.339,0,1,0,0,0.551,0.68,0.68,0.424,0,0 +0.667,0.339,0.339,0,0.9,0,0,0.551,0.68,0.68,0,0,0.122 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.244 +1,0.484,0.484,0.8,0,0,0,0.698,0.787,0.787,0.359,0,0 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0.5,0,0.122 +1,0.484,0.484,1,0,0,0,0.698,0.787,0.787,0.266,0,0.366 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0.429,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0.429,0,0 +1,0.619,0.619,0.2,0,0,0,0.742,0.742,0.742,0.685,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0.446,0,0.122 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0.348,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0.745,0,0.122 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.667,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +0.667,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +0.667,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.244 +0.667,0.603,0.603,0,0,1,0,0.596,0.6,0.6,0,0.369,0 +0.667,0.603,0.603,0,0,1,0,0.596,0.6,0.6,0,0.0601,0 +0.667,0.603,0.603,0,0,1,0,0.596,0.6,0.6,0,0,0 +0.667,0.415,0.415,0,0,0.1,0.2,0.522,0.551,0.551,0,0.425,0 +0.667,0.415,0.415,0,0,0,1,0.522,0.551,0.551,0,0.18,0 +1,0.597,0.597,0,0,0,0.2,0.654,0.594,0.594,0,0.348,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0.309,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0.137,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0.185,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.176 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.353 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.169 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.237 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.1 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.167 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.189 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.236 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.163 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.163 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.175,0.175,0.1,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.338 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.535 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.347 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0694 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0.3,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,1,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,1,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0.5,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.488 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.488 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.412,0.412,0,0.5,0,0,0.587,0.772,0.772,0.478,0,0 +1,0.412,0.412,0,1,0,0,0.587,0.772,0.772,0.63,0,0 +1,0.412,0.412,0,1,0,0,0.587,0.772,0.772,0.467,0,0 +1,0.484,0.484,0,1,0,0,0.698,0.787,0.787,0.386,0,0 +1,0.484,0.484,0,0.9,0.5,0,0.698,0.787,0.787,0.247,0.283,0 +1,0.484,0.484,0,0,1,0,0.698,0.787,0.787,0.247,0,0 +1,0.484,0.484,0,0,1,0,0.698,0.787,0.787,0.283,0.433,0 +1,0.484,0.484,0,0,0.6,0,0.698,0.787,0.787,0,0.513,0 +1,0.484,0.484,0,0,0,0.7,0.698,0.787,0.787,0,0.513,0 +1,0.619,0.619,0,0,0,1,0.742,0.742,0.742,0,0.361,0 +1,0.619,0.619,0,0,0,1,0.742,0.742,0.742,0,0.258,0 +1,0.619,0.619,0,0,0,0.2,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0.481,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.244 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.244 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.244 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.334 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.366 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.244 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0.489,0,0 +0.667,0.174,0.174,0,0.8,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0.413,0,0 +0.667,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0.348,0,0 +0.667,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0.321,0,0.244 +0.667,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0.489,0,0.366 +0.667,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0,0,0.122 +0.667,0.17,0.17,0,0.1,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0.478,0,0 +0.667,0.164,0.164,0,0.8,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.342,0,0 +0.667,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.505,0,0.122 +0.667,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.56,0,0.122 +0.667,0.164,0.164,0,0.6,0,0,0.264,0.528,0.528,0.429,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.272,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.446,0,0.61 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.315,0,0.488 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.266,0,0.244 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.598,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.185,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0.185,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0.696,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0.6,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0.8,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.222 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.17,0.17,1,0,0,0,0.368,0.568,0.568,0,0,0.244 +0.333,0.17,0.17,1,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.368,0.568,0.568,0,0,0.366 +0.333,0.194,0.194,1,0,0,0,0.405,0.572,0.572,0,0,0.244 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.122 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.122 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.244 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.122 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.106 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.176 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.277 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.0346 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.1 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.099 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.231 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.105 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.245 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.102 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.17 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0.6,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.269,0.269,0.8,0,0,0,0.293,0.6,0.6,0,0,0.122 +1,0.378,0.378,0,0,0,0,0.31,0.668,0.668,0,0,0 +1,0.378,0.378,0,0,0,0,0.31,0.668,0.668,0,0,0 +1,0.378,0.378,0,0,0,0,0.31,0.668,0.668,0,0,0 +1,0.378,0.378,0,0,0,0,0.344,0.653,0.653,0,0,0.122 +1,0.378,0.378,0,0,0,0,0.344,0.653,0.653,0,0,0 +1,0.378,0.378,0,0,0,0,0.344,0.653,0.653,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.366 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.244 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.122 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.122 +0.667,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.122 +0.667,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.244 +0.667,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.122 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0.122 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0.122 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0.122 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0.244 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.538,0.538,0,0,0.3,0,0.61,0.62,0.62,0,0,0 +1,0.538,0.538,0,0,1,0,0.61,0.62,0.62,0,0.468,0 +1,0.538,0.538,0,0,1,0,0.61,0.62,0.62,0,0.283,0 +1,0.538,0.538,0,0,0.8,0,0.61,0.62,0.62,0,0,0 +1,0.603,0.603,0,0,0,0.5,0.596,0.6,0.6,0,0.309,0.122 +1,0.603,0.603,0,0,0,1,0.596,0.6,0.6,0,0.137,0 +1,0.603,0.603,0,0,0,1,0.596,0.6,0.6,0,0,0.488 +1,0.603,0.603,0,0,0,0.4,0.596,0.6,0.6,0,0.348,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0.592,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0.406,0.105 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0.195,0.07 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0.597,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0.275,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.597,0.597,0.6,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.415,0.415,1,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.183,0.183,1,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,1,0,0,0,0.455,0.511,0.511,0,0,0.265 +1,0.183,0.183,0.6,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0.244 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.244 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.122 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.158 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.185 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.122 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,0.3,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.172,0.172,1,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.175,0.175,1,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0.5,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,0.3,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.368,0.568,0.568,0,0,0.244 +0.667,0.339,0.339,1,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0.5,0,0,0,0.551,0.68,0.68,0,0,0.244 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.244 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.333,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +0.333,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +0.333,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.783,0.783,0,0.5,0,0,0.787,0.698,0.698,0.255,0,0 +1,0.783,0.783,0,1,0,0,0.787,0.698,0.698,0.473,0,0 +1,0.783,0.783,0,1,0,0,0.787,0.698,0.698,0.402,0,0.122 +1,0.603,0.603,0,1,0,0,0.596,0.6,0.6,0.402,0,0 +1,0.603,0.603,0,1,0,0,0.596,0.6,0.6,0.5,0,0 +1,0.603,0.603,0,1,0,0,0.596,0.6,0.6,0,0,0.366 +1,0.603,0.603,0,0.4,0,0,0.596,0.6,0.6,0.543,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0.128 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.196 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0.343 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0.0343 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0.183 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.307 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.128 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.122 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.335 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.244 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.244 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.177 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0.318 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0.3,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.15,0.15,0.4,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0.5,0,0.258,0.465,0.465,0,0.0386,0.122 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0.3,0.287,0.529,0.529,0,0.562,0 +0.333,0.149,0.149,0,0,0,1,0.287,0.529,0.529,0,0.3,0.122 +0.333,0.149,0.149,0,0,0,1,0.287,0.529,0.529,0,0,0.244 +0.333,0.149,0.149,0,0,0,0.6,0.287,0.529,0.529,0,0.567,0 +0.333,0.149,0.149,0.3,0,0,0,0.287,0.529,0.529,0,0.223,0 +0.333,0.149,0.149,1,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0.1,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +1,0.349,0.349,0,0,0,0,0.356,0.686,0.686,0,0,0 +1,0.353,0.353,0,0,0,0,0.434,0.715,0.715,0,0,0.25 +1,0.353,0.353,0.3,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.353,0.353,1,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.353,0.353,1,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.353,0.353,0.5,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.353,0.353,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.169 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.339 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.0678 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0.5,0,0.745,0.745,0.745,0,0.249,0 +1,0.523,0.523,0,0,1,0,0.745,0.745,0.745,0,0,0 +1,0.464,0.464,0,0,1,0,0.613,0.622,0.622,0,0.526,0 +1,0.464,0.464,0,0,1,0,0.613,0.622,0.622,0,0.23,0 +1,0.464,0.464,0,0,1,0,0.613,0.622,0.622,0,0,0.244 +1,0.464,0.464,0,0,0,0.3,0.613,0.622,0.622,0,0,0.103 +1,0.464,0.464,0,0,0,1,0.613,0.622,0.622,0,0,0.732 +1,0.464,0.464,0,0,0,1,0.613,0.622,0.622,0,0,0.366 +1,0.549,0.549,0,0,0,1,0.598,0.602,0.602,0,0,0.134 +1,0.549,0.549,0,0,0,1,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0.1,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.211 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.353 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.165 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.0659 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.295 +1,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.177 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.208 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.158 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.126 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.183 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.244 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.366 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.169 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.101 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.25 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.61 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.484 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.171 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.167 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0.854 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0.273 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.534 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.235 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.126 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.0316 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.366 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.488 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.366 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.667,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0.3,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,1,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0.5,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0.359,0,0.403 +1,0.365,0.365,0,1,0,0,0.583,0.652,0.652,0.647,0,0 +1,0.365,0.365,0,1,0,0,0.583,0.652,0.652,0,0,0 +1,0.365,0.365,0,1,0,0,0.583,0.652,0.652,0.696,0,0 +1,0.365,0.365,0,1,0,0,0.583,0.652,0.652,0.364,0,0 +1,0.464,0.464,0,0.3,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.163 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.0652 +1,0.257,0.257,0,0,0,0,0.435,0.544,0.544,0,0,0 +1,0.257,0.257,0,0,0,0,0.435,0.544,0.544,0,0,0 +1,0.257,0.257,0,0,0,0,0.435,0.544,0.544,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.122 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.366 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.244 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.172 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.172 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.318 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.113 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.488 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.366 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.366 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0.5,0,0,0.276,0.534,0.534,0.451,0,0 +0.333,0.149,0.149,0,1,0,0,0.276,0.534,0.534,0.522,0,0 +0.333,0.149,0.149,0,1,0,0,0.276,0.534,0.534,0.288,0,0 +0.333,0.149,0.149,0,1,0,0,0.287,0.529,0.529,0.625,0,0 +0.333,0.149,0.149,0,1,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,1,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0.3,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0.244 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0.366 +1,0.371,0.371,1,0.5,0,0,0.59,0.775,0.775,0.451,0,0 +1,0.371,0.371,1,1,0,0,0.59,0.775,0.775,0.353,0,0 +1,0.371,0.371,1,1,0,0,0.59,0.775,0.775,0.413,0,0 +1,0.42,0.42,1,1,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,1,0.8,0,0,0.701,0.79,0.79,0.424,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0.44,0,0.366 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0.38,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0.56,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0.288,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0.332,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0.174,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0.174,0,0 +1,0.523,0.523,0.4,0,0,0,0.745,0.745,0.745,0.386,0,0.366 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0.408,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0.31,0,0.157 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.0941 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.366 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.122 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.412 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.412 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.366 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.334 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.0667 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0.5,0,0,0.258,0.465,0.465,0.402,0,0.211 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.832,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.848,0,0 +0.667,0.278,0.278,0,1,0,0,0.257,0.582,0.582,0.234,0,0 +0.667,0.278,0.278,0,0.8,0,0,0.257,0.582,0.582,0.234,0,0.16 +1,0.392,0.392,0,0,0,0,0.256,0.641,0.641,0.484,0,0.0639 +1,0.392,0.392,0,0,0,0,0.256,0.641,0.641,0.234,0,0 +1,0.392,0.392,0,0,0,0,0.256,0.641,0.641,0,0,0 +1,0.392,0.392,0,0,0,0,0.256,0.641,0.641,0,0,0 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0.536 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0.069 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0.138 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0.0692 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0 +1,0.364,0.364,0,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.364,0.364,0,0,0,0,0.278,0.656,0.656,0,0,0.177 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.142 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.203 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0.8,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,1,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,1,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0.5,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.353,0.353,0,0,0,0,0.434,0.715,0.715,0,0,0.366 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.366 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.287 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.0661 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.244 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.34 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.299 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.168,0.168,1,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,1,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,1,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.164,0.164,1,0,0,0,0.257,0.524,0.524,0,0,0.519 +0.667,0.164,0.164,1,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.164,0.164,1,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.278,0.278,1,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,1,0,0,0,0.257,0.582,0.582,0,0,0.162 +0.667,0.278,0.278,1,0,0,0,0.257,0.582,0.582,0,0,0.0649 +0.333,0.16,0.16,1,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,1,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.27,0.27,0.6,0,0,0,0.264,0.582,0.582,0,0,0.268 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.167 +0.667,0.27,0.27,0,0,0.5,0,0.264,0.582,0.582,0,0.309,0 +0.667,0.27,0.27,0,0,1,0,0.264,0.582,0.582,0,0,0 +0.667,0.259,0.259,0,0,1,0,0.271,0.592,0.592,0,0.335,0 +0.667,0.259,0.259,0,0,1,0,0.271,0.592,0.592,0,0.249,0.163 +0.667,0.259,0.259,0,0,1,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0.3,0.271,0.592,0.592,0,0.0987,0 +0.667,0.259,0.259,0,0,0,1,0.271,0.592,0.592,0,0.309,0.366 +0.667,0.259,0.259,0,0,0,1,0.271,0.592,0.592,0,0.21,0 +0.333,0.15,0.15,0,0,0,1,0.261,0.534,0.534,0,0.382,0 +0.333,0.15,0.15,0,0,0,1,0.261,0.534,0.534,0,0.309,0.488 +0.667,0.15,0.15,0,0,0,1,0.261,0.534,0.534,0,0,0.122 +0.667,0.15,0.15,0,0,0,0.6,0.261,0.534,0.534,0,0.159,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0.296,0.122 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.15,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.408,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.122 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.567,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.412,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0.402,0,0 +0.667,0.149,0.149,0,1,0,0,0.287,0.529,0.529,0.451,0,0 +0.667,0.149,0.149,0,1,0,0,0.29,0.539,0.539,0,0,0.18 +0.667,0.149,0.149,0,1,0,0,0.29,0.539,0.539,0.467,0,0 +0.667,0.149,0.149,0,1,0,0,0.29,0.539,0.539,0.478,0,0 +0.667,0.149,0.149,0,0.3,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.171 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.0342 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.0982 +0.667,0.252,0.252,0.3,0,0,0,0.375,0.632,0.632,0,0,0.488 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,1,0,1,0,0.479,0.672,0.672,0,0.322,0.231 +0.667,0.264,0.264,0.5,0,1,0,0.479,0.672,0.672,0,0.536,0.122 +0.667,0.264,0.264,0,0,1,0,0.479,0.672,0.672,0,0.455,0 +0.667,0.264,0.264,0,0,0,0.3,0.479,0.672,0.672,0,0.373,0 +0.667,0.264,0.264,0,0,0,1,0.479,0.672,0.672,0,0.322,0.527 +1,0.371,0.371,0,0,0,1,0.59,0.775,0.775,0,0.309,0.0967 +0.667,0.296,0.296,0,0,0,1,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,1,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0.1,0.553,0.682,0.682,0,0,0.486 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0.382 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0.244 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.122 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.244 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.122 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.244 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.333,0.257,0.257,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.122 +0.333,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +0.333,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.148 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.116,0.116,1,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,1,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0.9,0,0,0,0.357,0.489,0.489,0,0,0.122 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.221 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.329 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.0659 +0.667,0.228,0.228,0.8,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.228,0.228,1,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.228,0.228,1,0,0,0,0.405,0.523,0.523,0,0,0.306 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.238 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.114 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.0335 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.268 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.122 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.488 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0.5,0,0.287,0.529,0.529,0,0.283,0.0323 +0.333,0.149,0.149,0,0,1,0,0.287,0.529,0.529,0,0.361,0.129 +0.333,0.149,0.149,0,0,0,0.3,0.29,0.539,0.539,0,0.369,0 +0.333,0.149,0.149,0,0,0,1,0.29,0.539,0.539,0,0.468,0.244 +0.333,0.149,0.149,0,0,0,1,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,1,0.29,0.539,0.539,0,0.446,0 +0.333,0.149,0.149,0,0,0,1,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0.1,0.29,0.539,0.539,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.333,0.151,0.151,0.8,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,1,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,1,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0.244 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0.244 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0.244 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0.122 +0.667,0.296,0.296,0.7,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.162 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.276 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.118 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.16 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.0641 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.122 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.244 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.159 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.0956 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.32 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0.4,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0.8,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.264,0.602,0.602,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0.8,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.244 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.366 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.353,0.353,0,0,0,0,0.434,0.715,0.715,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.247 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0.5,0,0,0.79,0.701,0.701,0.348,0,0 +1,0.671,0.671,0,1,0,0,0.79,0.701,0.701,0.304,0,0.122 +1,0.671,0.671,0,1,0,0,0.79,0.701,0.701,0.505,0,0 +1,0.671,0.671,0,1,0,0,0.79,0.701,0.701,0.478,0,0 +1,0.671,0.671,0,0.8,0,0,0.79,0.701,0.701,0.527,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.467,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.321,0,0.244 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.386,0,0.122 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.168,0,0.342 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.168,0,0.19 +1,0.799,0.799,0,1,0,0,0.768,0.671,0.671,0.451,0,0 +1,0.405,0.405,0,1,0,0,0.524,0.553,0.553,0.571,0,0 +1,0.405,0.405,0,1,0,0,0.524,0.553,0.553,0.5,0,0.145 +1,0.405,0.405,0,1,0,0,0.524,0.553,0.553,0.299,0,0 +1,0.405,0.405,0.8,1,0,0,0.524,0.553,0.553,0.31,0,0 +1,0.405,0.405,1,0.8,0,0,0.524,0.553,0.553,0.31,0,0 +1,0.405,0.405,1,0,0,0,0.524,0.553,0.553,0.402,0,0.122 +1,0.183,0.183,1,0,0,0,0.457,0.513,0.513,0.245,0,0 +1,0.183,0.183,0.5,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0923 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.299 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.0708 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.156 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0415 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.253 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.333,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.333,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.333,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.333,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0.413,0,0 +0.333,0.139,0.139,0,1,0,0,0.331,0.494,0.494,0.375,0,0 +0.333,0.167,0.167,0,1,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,0,1,0,0,0.346,0.519,0.519,0.342,0,0 +0.333,0.167,0.167,0,1,0,0,0.346,0.519,0.519,0.478,0,0 +0.333,0.167,0.167,0,1,0,0,0.346,0.519,0.519,0.614,0,0 +0.333,0.167,0.167,0,0.8,0,0,0.346,0.519,0.519,0.663,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0.402,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0.462,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0.587,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0.375,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0.326,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0.527,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.101 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.234 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.488 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.265 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.323 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.398 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.203 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0.8,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0.6,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.366 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.732 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0.5,0,0.745,0.745,0.745,0,0.361,0 +1,0.523,0.523,0,0,1,0,0.745,0.745,0.745,0,0,0.244 +1,0.671,0.671,0,0,1,0,0.79,0.701,0.701,0,0.504,0 +1,0.671,0.671,0,0,1,0,0.79,0.701,0.701,0,0.53,0 +1,0.671,0.671,0,0,1,0,0.79,0.701,0.701,0,0.73,0 +1,0.671,0.671,0,0,0,0.3,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,1,0.79,0.701,0.701,0,0.185,0.244 +1,0.671,0.671,0,0,0,1,0.79,0.701,0.701,0,0.573,0 +1,0.799,0.799,0,0,0,1,0.768,0.671,0.671,0,0.204,0 +1,0.799,0.799,0,0,0,1,0.768,0.671,0.671,0,0.322,0 +1,0.799,0.799,0,0,0,0.1,0.768,0.671,0.671,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0.249,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.348 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.276 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.103 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.148 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.208 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.104 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.61 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.488 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0.3,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.251,0.251,0.1,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.244 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0.8,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.29,0.539,0.539,0,0,0.488 +0.333,0.149,0.149,1,0,0,0,0.29,0.539,0.539,0,0,0.366 +0.333,0.149,0.149,1,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.249,0.249,0.9,0,0,0,0.323,0.612,0.612,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.276 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.244 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.192 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.14 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.244 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0.3,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0.341 +1,0.523,0.523,0.4,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.175 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.105 +1,0.257,0.257,0,0,0,0,0.435,0.544,0.544,0,0,0 +1,0.257,0.257,0,0,0,0,0.435,0.544,0.544,0,0,0 +1,0.257,0.257,0,0,0,0,0.435,0.544,0.544,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.327 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.155 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.731 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0.227 +1,0.0495,0.0495,0.3,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0503,0.0503,0.1,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.33 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.207 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.155 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0.176 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0.351 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0.141 +1,0.317,0.317,0.3,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.317,0.317,1,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.402,0.402,0.1,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0.244 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.0923 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.122 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.366 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.366 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.122 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.405,0.574,0.574,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.244 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.337 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.244 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.191 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.123 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.0617 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.366 +0.333,0.154,0.154,0.3,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,1,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0.4,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.366 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.353,0.353,0,0,0,0,0.434,0.715,0.715,0,0,0.244 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0.122 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0.366 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.244 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.151 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,1,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0781,0.0781,1,0,0,0,0.305,0.474,0.474,0,0,0.308 +1,0.0781,0.0781,0.5,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.333 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.435 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.333 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.0666 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.24 +1,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.284,0.284,0.3,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.284,0.284,1,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.286,0.286,0.1,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.333,0.164,0.164,0,0.5,0,0,0.257,0.524,0.524,0.489,0,0 +0.333,0.164,0.164,0,1,0,0,0.257,0.524,0.524,0.375,0,0 +0.333,0.164,0.164,0,1,0,0,0.257,0.524,0.524,0.359,0,0 +0.333,0.16,0.16,0,1,0,0,0.261,0.524,0.524,0.522,0,0 +0.333,0.16,0.16,0,0.8,0,0,0.261,0.524,0.524,0.293,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0.293,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,1,0,0.271,0.592,0.592,0,0.335,0 +0.667,0.259,0.259,0,0,1,0,0.271,0.592,0.592,0,0.21,0 +0.667,0.259,0.259,0,0,1,0,0.271,0.592,0.592,0,0.322,0 +0.667,0.251,0.251,0,0,1,0,0.264,0.602,0.602,0,0.408,0 +0.667,0.251,0.251,0,0,0.5,0,0.264,0.602,0.602,0,0.309,0 +0.333,0.15,0.15,0,0,0,0.8,0.261,0.534,0.534,0,0.361,0.244 +0.333,0.15,0.15,0,0,0,1,0.261,0.534,0.534,0,0.232,0 +0.333,0.15,0.15,0,0,0,1,0.261,0.534,0.534,0,0.249,0 +0.333,0.15,0.15,0,0,0,1,0.261,0.534,0.534,0,0,0.244 +0.333,0.149,0.149,0,0,0,1,0.276,0.534,0.534,0,0.309,0.167 +0.333,0.149,0.149,0,0,0,1,0.276,0.534,0.534,0,0.309,0.488 +0.333,0.149,0.149,0,0,0,0.1,0.276,0.534,0.534,0,0.27,0.122 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0.0987,0.132 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0.309,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0.0258,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0.408,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0.296,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0.395,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0.318,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0.223,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0.348,0 +0.667,0.249,0.249,0.3,0,0,0,0.323,0.612,0.612,0,0.073,0.244 +0.667,0.249,0.249,1,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.249,0.249,0.1,0,0,0,0.323,0.612,0.612,0,0.472,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0.584,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0.661,0.122 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0.618,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0.283,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0.137,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0.236,0.488 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0.348,0.122 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0.21,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0.612,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0.539,0.244 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0.296,0.244 +0.333,0.173,0.173,0,0,0,0,0.405,0.574,0.574,0,0.545,0.488 +0.333,0.173,0.173,0,0,0,0,0.405,0.574,0.574,0,0.618,0.366 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0.5,0,0,0.553,0.682,0.682,0.457,0.472,0 +0.667,0.296,0.296,0,1,0,0,0.553,0.682,0.682,0.348,0.476,0 +0.667,0.296,0.296,0,1,0,0,0.553,0.682,0.682,0.364,0.253,0 +0.667,0.365,0.365,0,1,0,0,0.583,0.652,0.652,0.63,0,0 +0.667,0.365,0.365,0,1,0,0,0.583,0.652,0.652,0.179,0,0 +1,0.523,0.523,0,1,0,0,0.745,0.745,0.745,0.179,0,0 +1,0.523,0.523,0,0.3,0,0,0.745,0.745,0.745,0.478,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.244 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0.3,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,1,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.271,0.592,0.592,0,0,0.122 +0.667,0.259,0.259,0.9,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.122 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.122 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,1,0,0.294,0.602,0.602,0,0.249,0 +0.667,0.249,0.249,0,0,1,0,0.294,0.602,0.602,0,0.249,0.244 +0.667,0.249,0.249,0,0,1,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,1,0,0.294,0.602,0.602,0,0.348,0 +0.667,0.249,0.249,0,0,0.5,0,0.294,0.602,0.602,0,0.197,0 +0.667,0.249,0.249,0,0,0,0.8,0.294,0.602,0.602,0,0,0.366 +0.667,0.249,0.249,0,0,0,1,0.316,0.592,0.592,0,0,0.366 +0.667,0.249,0.249,0,0,0,1,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,1,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0.6,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.488 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0.3,0,0,0,0.479,0.672,0.672,0,0,0.488 +0.667,0.264,0.264,1,0,0,0,0.479,0.672,0.672,0,0,0.244 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.35 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.203 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.518 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0.3,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.346 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.592 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.17 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.339 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.0339 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0.5,0,0.309,0.469,0.469,0,0.309,0 +1,0.0495,0.0495,0,0,1,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0.3,0.309,0.469,0.469,0,0.47,0 +1,0.0495,0.0495,0,0,0,1,0.309,0.469,0.469,0,0.273,0 +1,0.0495,0.0495,0,0,0,1,0.309,0.469,0.469,0,0.296,0 +1,0.0495,0.0495,0,0,0,1,0.305,0.464,0.464,0,0.361,0 +1,0.0495,0.0495,0,0,0,1,0.305,0.464,0.464,0,0.309,0 +1,0.0495,0.0495,0,0,0,0.1,0.305,0.464,0.464,0,0.0515,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0.494,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0.137,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.168 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0.336 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.328 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.0657 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.14 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.348 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.177 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.0354 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.146 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.303 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.366 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.488 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.244 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,0.8,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0.6,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0.5,0,0,0.701,0.79,0.79,0.304,0,0 +1,0.42,0.42,0,1,0,0,0.701,0.79,0.79,0.337,0,0 +1,0.42,0.42,0,1,0,0,0.701,0.79,0.79,0.38,0,0.244 +1,0.42,0.42,0,1,0,0,0.701,0.79,0.79,0.37,0,0 +1,0.42,0.42,0,0.8,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0.614,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0.56,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0.598,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0.386,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0.299,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0.435,0,0.154 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0.299,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0.527,0,0.122 +1,0.671,0.671,0.8,0,0,0,0.79,0.701,0.701,0.215,0,0 +1,0.671,0.671,1,0,0,0,0.79,0.701,0.701,0.215,0,0.122 +1,0.671,0.671,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.424,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.255,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.348,0,0.122 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.603,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.122 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.121 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.165 +1,0.0781,0.0781,1,0,0,0,0.305,0.474,0.474,0,0,0.132 +1,0.228,0.228,0.1,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.244 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.208 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.743 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.163 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.163 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.375,0.632,0.632,0,0,0.366 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0.366 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0.366 +0.667,0.252,0.252,0.5,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0.8,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0.6,0,0,0,0.479,0.672,0.672,0,0,0.366 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.464,0.464,0,0.5,0,0,0.613,0.622,0.622,0.332,0,0 +1,0.464,0.464,0,1,0,0,0.613,0.622,0.622,0.293,0,0 +1,0.464,0.464,0,1,0,0,0.613,0.622,0.622,0.397,0,0.122 +1,0.464,0.464,0,1,0,0,0.613,0.622,0.622,0.859,0,0 +1,0.464,0.464,0,0.8,0,0,0.613,0.622,0.622,0.209,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0.209,0,0.244 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.366 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.451,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.418,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.853,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.31,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0.38,0,0.287 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.244 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.166 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.0666 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.205 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.139,0.139,1,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.139,0.139,1,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.139,0.139,1,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,1,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,1,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0.9,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0.3,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.167,0.167,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,1,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.168,0.168,1,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0.4,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.366 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.244 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.244 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0.3,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,1,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0.5,0,0,0,0.745,0.745,0.745,0.505,0,0 +1,0.523,0.523,0,1,0,0,0.745,0.745,0.745,0.266,0,0.122 +1,0.671,0.671,0,1,0,0,0.79,0.701,0.701,0.226,0,0 +1,0.671,0.671,0,1,0,0,0.79,0.701,0.701,0.226,0,0 +1,0.671,0.671,0,1,0,0,0.79,0.701,0.701,0.755,0,0 +1,0.671,0.671,0,1,0,0,0.79,0.701,0.701,0.293,0,0 +1,0.671,0.671,0,0.8,0,0,0.79,0.701,0.701,0.424,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.582,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.473,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.446,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.337,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.366 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.444 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.541 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.0351 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.233 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.177 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.0706 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.457 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.287 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.465 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.122 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.175 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.14 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0.3,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0.332,0,0 +1,0.42,0.42,1,1,0,0,0.701,0.79,0.79,0.413,0,0 +1,0.42,0.42,1,1,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,1,1,0,0,0.701,0.79,0.79,0.696,0,0 +1,0.42,0.42,1,1,0,0,0.701,0.79,0.79,0.408,0,0 +1,0.523,0.523,1,0.3,0,0,0.745,0.745,0.745,0.495,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0.424,0,0.488 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0.272,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0.1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.366 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.366 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.246 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.122 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.366 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.159 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0637 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.354 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.0354 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.337 +1,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.0337 +1,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.166 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.288 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.122 +1,0.364,0.364,0,0,0,0,0.278,0.656,0.656,0,0,0 +1,0.364,0.364,0,0,0,0,0.278,0.656,0.656,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.244 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.122 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.203 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.203 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.255 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.206 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.154 +1,0.349,0.349,0,0,0,0,0.312,0.671,0.671,0,0,0 +1,0.349,0.349,0,0,0,0,0.312,0.671,0.671,0,0,0.244 +1,0.349,0.349,0,0,0,0,0.312,0.671,0.671,0,0,0 +1,0.349,0.349,0,0,0,0,0.312,0.671,0.671,0,0,0.473 +1,0.349,0.349,0,0,0,0,0.312,0.671,0.671,0,0,0.156 +1,0.349,0.349,0,0,0,0,0.312,0.671,0.671,0,0,0 +1,0.348,0.348,0,0,0,0,0.345,0.656,0.656,0,0,0 +1,0.348,0.348,0,0,0,0,0.345,0.656,0.656,0,0,0.156 +1,0.348,0.348,0,0,0,0,0.345,0.656,0.656,0,0,0.0934 +1,0.348,0.348,0,0,0,0,0.345,0.656,0.656,0,0,0 +1,0.348,0.348,0,0,0,0,0.345,0.656,0.656,0,0,0.122 +1,0.348,0.348,0,0,0,0,0.345,0.656,0.656,0,0,0 +1,0.349,0.349,0,0,0,0,0.356,0.686,0.686,0,0,0 +1,0.349,0.349,0.3,0,0,0,0.356,0.686,0.686,0,0,0 +1,0.349,0.349,1,0,0,0,0.356,0.686,0.686,0,0,0 +1,0.349,0.349,1,0,1,0,0.356,0.686,0.686,0,0.283,0 +1,0.349,0.349,1,0,1,0,0.356,0.686,0.686,0,0.249,0 +1,0.349,0.349,1,0,1,0,0.356,0.686,0.686,0,0,0 +1,0.353,0.353,1,0,1,0,0.434,0.715,0.715,0,0.21,0 +1,0.353,0.353,1,0,0.5,0,0.434,0.715,0.715,0,0.249,0 +1,0.353,0.353,1,0,0,0.8,0.434,0.715,0.715,0,0,0.244 +1,0.353,0.353,1,0,0,1,0.434,0.715,0.715,0,0.223,0 +1,0.353,0.353,1,0,0,1,0.434,0.715,0.715,0,0.296,0 +1,0.353,0.353,0.8,0,0,1,0.434,0.715,0.715,0,0.0987,0 +1,0.371,0.371,0,0,0,1,0.59,0.775,0.775,0,0.296,0 +1,0.371,0.371,0,0,0,1,0.59,0.775,0.775,0,0.459,0 +1,0.371,0.371,0,0,0,0.1,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0.283,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0.296,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0.0386,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0.197,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0.249,0.488 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0.483,0.366 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0.298,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0.296,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0.159,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0.459,0.488 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0.545,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0.137,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0.361,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0.288,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0.236,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0.249,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.799,0.799,0.8,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0.6,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.122 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.227 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.101 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.101 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.339 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.136 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.168,0.168,0.8,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.168,0.168,1,0,0,0,0.298,0.524,0.524,0,0,0.189 +1,0.168,0.168,1,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.168,0.168,1,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.168,0.168,0.5,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.244 +1,0.352,0.352,0,0,0,0,0.267,0.671,0.671,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.244 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.366 +0.667,0.249,0.249,0.8,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,1,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,1,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.252,0.252,1,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,1,0,0.5,0,0.375,0.632,0.632,0,0.0601,0.244 +1,0.353,0.353,1,0,1,0,0.434,0.715,0.715,0,0,0 +1,0.353,0.353,1,0,1,0,0.434,0.715,0.715,0,0,0 +1,0.353,0.353,1,0,0.5,0,0.434,0.715,0.715,0.37,0,0.244 +1,0.353,0.353,0.8,1,0,0.8,0.434,0.715,0.715,0.408,0,0 +1,0.371,0.371,0,1,0,1,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,1,0,1,0.59,0.775,0.775,0.701,0,0.366 +1,0.371,0.371,0,1,0,1,0.59,0.775,0.775,0.272,0,0.122 +1,0.371,0.371,0,1,0,0.6,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0.8,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.122 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0.3,0,0,0,0.79,0.701,0.701,0,0,0.528 +1,0.671,0.671,1,0,0,0,0.79,0.701,0.701,0,0,0.194 +1,0.799,0.799,0.1,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.366 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.244 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0.366 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0.244 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0.244 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0.122 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0.244 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0781,0.0781,1,0,0,0,0.305,0.474,0.474,0,0,0.122 +1,0.0781,0.0781,1,0,0,0,0.305,0.474,0.474,0,0,0.488 +1,0.0781,0.0781,1,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,1,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0.4,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.3 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.161 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.0642 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.273 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.377 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.035 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.315 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.518 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.0305 +0.667,0.249,0.249,0.8,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0.6,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.301 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.0335 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.488 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.122 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.366 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.244 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.339 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.271 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.276 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.068 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.068 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.165 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.132 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.366 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.366 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.122 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.244 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0.108 +0.667,0.296,0.296,0.3,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0.244 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0.244 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0.122 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.464,0.464,1,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0.1,0,0,0,0.613,0.622,0.622,0,0,0.122 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.341 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.127 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.317,0.317,0.3,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.317,0.317,1,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.317,0.317,0.1,0,0,0,0.478,0.551,0.551,0,0,0.109 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.167 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.334 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.403 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.249 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.35 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.156 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.0936 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.333 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.122 +0.667,0.259,0.259,0.8,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0.6,0,0,0,0.271,0.592,0.592,0,0,0.291 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.156 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.159 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.157,0.157,0.8,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0.244 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.366 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0.6,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.154 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.244 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.366 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.232 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.158 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.169 +0.667,0.139,0.139,0.3,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,1,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,1,0,0,0,0.331,0.494,0.494,0,0,0.155 +0.667,0.139,0.139,0.5,0,0.5,0,0.331,0.494,0.494,0,0.0601,0.031 +0.667,0.139,0.139,0,0,1,0,0.331,0.494,0.494,0,0,0 +0.667,0.167,0.167,0,0,1,0,0.346,0.519,0.519,0,0.296,0 +0.667,0.167,0.167,0,0,1,0,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,1,0,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,0,0.3,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,0,1,0.346,0.519,0.519,0,0,0 +0.333,0.0495,0.0495,0,0,0,1,0.258,0.465,0.465,0,0,0 +0.333,0.168,0.168,0,0,0,1,0.298,0.524,0.524,0,0,0.336 +0.333,0.168,0.168,0,0,0,1,0.298,0.524,0.524,0,0,0.168 +0.333,0.168,0.168,0,0,0,1,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0.6,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.488 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.122 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.221 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.488 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.153 +1,0.353,0.353,0,0,0,0,0.434,0.715,0.715,0,0,0.427 +1,0.371,0.371,0.8,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0.4,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.268 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.488 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.366 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.335 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.401 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0.1 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0 +0.667,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0.161 +0.667,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0.0642 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.336 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.189 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.542 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.0353 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.218 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.122 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.488 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.366 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.488 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.244 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.405,0.405,0.8,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,1,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,1,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.147 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.122 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.231 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.197 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.246 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.299 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.0318 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.127 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.366 +0.667,0.16,0.16,0.8,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.16,0.16,1,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.16,0.16,1,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.366 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.366 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.185 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.174 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.174 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.244 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0.697 +0.667,0.296,0.296,0.3,0,0,0,0.553,0.682,0.682,0,0,0.437 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0 +0.667,0.296,0.296,1,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.24 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.204 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.224 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.122 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.134 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.136 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.235 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0.122 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0.122 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0.5,0,0,0.258,0.465,0.465,0.31,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.418,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.326,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.571,0,0 +1,0.0495,0.0495,0,0.8,0,0,0.258,0.465,0.465,0.359,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0.326,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,0.3,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.167,0.167,1,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.168,0.168,0.1,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.168,0.168,0,0,0.5,0,0.298,0.524,0.524,0,0.0601,0 +1,0.168,0.168,0,0,1,0,0.298,0.524,0.524,0,0.236,0 +1,0.404,0.404,0,0,0,0.3,0.378,0.641,0.641,0,0.124,0 +1,0.404,0.404,0,0,0,1,0.378,0.641,0.641,0,0.0987,0 +1,0.404,0.404,0,0,0,1,0.378,0.641,0.641,0,0.408,0 +0.667,0.278,0.278,0,0,0,0.6,0.257,0.582,0.582,0,0.322,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0.258,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0.262,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0.369,0.122 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0.335,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0.223,0.488 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0.172,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0.558,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0.296,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.296,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.283,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.0258,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.258,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.244 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.122 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.122 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.149,0.149,0.3,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.149,0.149,1,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.151,0.151,1,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.151,0.151,1,0,0,0,0.316,0.549,0.549,0,0,0.732 +0.667,0.151,0.151,1,0,0,0,0.316,0.549,0.549,0,0,0 +1,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.244 +1,0.353,0.353,0,0,0,0,0.434,0.715,0.715,0,0,0.122 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.488 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0.652,0,0 +1,0.42,0.42,0,1,0,0,0.701,0.79,0.79,0.337,0,0 +1,0.42,0.42,0,1,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,1,0,0,0.701,0.79,0.79,0.701,0,0 +1,0.42,0.42,0,1,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.523,0.523,0,0.3,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.209 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.122 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.134 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.168 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.351 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.0351 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.168 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.0335 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.167,0.167,0,0.5,0,0,0.346,0.519,0.519,0.489,0,0.148 +0.667,0.167,0.167,0,1,0,0,0.346,0.519,0.519,0.391,0,0 +0.667,0.167,0.167,0,1,0,0,0.346,0.519,0.519,0.592,0,0 +0.667,0.284,0.284,0,1,0,0,0.435,0.572,0.572,0.397,0,0.171 +0.667,0.284,0.284,0,0.8,0,0,0.435,0.572,0.572,0.261,0,0.171 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0.261,0,0 +0.667,0.286,0.286,0,0,1,0,0.338,0.582,0.582,0.397,0.494,0 +0.667,0.286,0.286,0,0,0.5,0,0.338,0.582,0.582,0,0.309,0 +0.667,0.286,0.286,0,0,0,0.8,0.338,0.582,0.582,0,0.442,0 +0.333,0.168,0.168,0,0,0,1,0.298,0.524,0.524,0,0.468,0 +0.333,0.168,0.168,0,0,0,1,0.298,0.524,0.524,0,0.433,0 +0.333,0.168,0.168,0,0,0,1,0.298,0.524,0.524,0,0.0987,0 +0.333,0.164,0.164,0,0,0,1,0.257,0.524,0.524,0,0.249,0 +0.333,0.164,0.164,0,0,0,1,0.257,0.524,0.524,0,0.283,0.122 +0.333,0.164,0.164,0,0,0,0.1,0.257,0.524,0.524,0,0.195,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0.135,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0.486,0.244 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0.243,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0.283,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0.361,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0.137,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0.395,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0.309,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0.137,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0.236,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0.073,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0.0515,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0.0129,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0.433,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0.571,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0.21,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.502,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.313,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.597,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.283,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.384,0.244 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.234,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.631,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.258,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.249,0.122 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.236,0.244 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0.309,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0.361,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0.506,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0.8,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,1,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.122 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.244 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.366 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0.1,0,0,0,0.745,0.745,0.745,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.366 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.27 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.683 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.24 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.173 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.173 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0.5,0,0.257,0.524,0.524,0,0.309,0.122 +0.333,0.164,0.164,0,0,1,0,0.257,0.524,0.524,0,0.416,0.244 +0.333,0.16,0.16,0,0,1,0,0.261,0.524,0.524,0,0.18,0.244 +0.333,0.16,0.16,0,0,0.5,0,0.261,0.524,0.524,0,0.236,0 +0.667,0.27,0.27,0,0,0,0.8,0.264,0.582,0.582,0,0.197,0.244 +0.333,0.16,0.16,0,0,0,1,0.261,0.524,0.524,0,0.481,0 +0.333,0.16,0.16,0,0,0,1,0.261,0.524,0.524,0,0.249,0 +0.667,0.27,0.27,0,0,0,1,0.264,0.582,0.582,0,0.0515,0.122 +0.667,0.259,0.259,0,0,0,0.6,0.271,0.592,0.592,0,0.296,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.112,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.137,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.15,0 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.309,0.122 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0.532,0 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0.481,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0.296,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0.223,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.369,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.258,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.283,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.27,0.122 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.335,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.532,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.283,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.249,0.249,0,0,0.5,0,0.323,0.612,0.612,0,0.309,0 +0.667,0.249,0.249,0,0,1,0,0.323,0.612,0.612,0,0,0.122 +0.667,0.252,0.252,0,0,1,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0.5,0,0.375,0.632,0.632,0,0,0 +0.333,0.151,0.151,0,0,0,0.8,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0.8,0,0,1,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,1,0,0,1,0.316,0.549,0.549,0,0,0 +0.667,0.252,0.252,1,0,0,1,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,1,0,0,1,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,1,0,0,1,0.479,0.672,0.672,0,0,0.301 +0.667,0.264,0.264,1,0,0,0.1,0.479,0.672,0.672,0,0,0.334 +1,0.371,0.371,1,0,0,0,0.59,0.775,0.775,0,0,0.122 +1,0.371,0.371,0.4,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.337 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.303 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.488 +1,0.42,0.42,0,0,1,0,0.701,0.79,0.79,0,0.459,0 +1,0.42,0.42,0,0,1,0,0.701,0.79,0.79,0,0.258,0 +1,0.42,0.42,0,0,1,0,0.701,0.79,0.79,0,0.444,0 +1,0.523,0.523,0,0,1,0,0.745,0.745,0.745,0,0.148,0 +1,0.523,0.523,0,0,0.5,0,0.745,0.745,0.745,0,0.27,0 +0.667,0.365,0.365,0,0,0,0.8,0.583,0.652,0.652,0,0.258,0 +0.667,0.365,0.365,0,0,0,1,0.583,0.652,0.652,0,0,0 +0.667,0.365,0.365,0,0,0,1,0.583,0.652,0.652,0,0,0.366 +0.667,0.365,0.365,0,0,0,1,0.583,0.652,0.652,0,0,0 +1,0.671,0.671,0,0,0,0.6,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.122 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.488 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.122 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.157 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.0945 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0.177 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0 +1,0.317,0.317,0,0,0,0,0.478,0.551,0.551,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.158 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.0316 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.17 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.339 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.102 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.167 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.134 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.488 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.488 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,0.8,0,0,0,0.368,0.569,0.569,0,0,0 +0.333,0.157,0.157,0.6,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.296 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.671,0.671,0.8,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,1,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,1,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.799,0.799,1,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.799,0.799,0.5,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.244 +1,0.799,0.799,0,0.5,0,0,0.768,0.671,0.671,0.647,0,0.366 +1,0.799,0.799,0,1,0,0,0.768,0.671,0.671,0.353,0,0.417 +1,0.799,0.799,0,1,0,0,0.768,0.671,0.671,0.304,0,0.0347 +1,0.582,0.582,0,1,0,0,0.656,0.596,0.596,0.473,0,0 +1,0.582,0.582,0,0.8,0,0,0.656,0.596,0.596,0.582,0,0.122 +0.667,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.122 +0.667,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0.44,0,0 +0.667,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +0.667,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.136 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0.337 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.2 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.207 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.142 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.248 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.349 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.0349 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.154 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.0309 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.122 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.122 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.177 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.122 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.366 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.204 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.154 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,0.3,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,1,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.264,0.264,1,0,0,0,0.479,0.672,0.672,0,0,0.122 +0.667,0.264,0.264,0.5,0,0,0,0.479,0.672,0.672,0,0,0.366 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.122 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.142 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.342 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.122 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.631 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.244 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.122 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.196 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.244 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.139 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.209 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.122 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.257 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.327 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.196 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.193 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.0643 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.312 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.193 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.381 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.0651 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.366 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.488 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.263,0.263,0.8,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.263,0.263,1,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.263,0.263,1,0,0,0,0.228,0.511,0.511,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.122 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.122 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.122 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.122 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.122 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0.3,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,1,0,0.5,0,0.327,0.552,0.552,0,0.249,0 +1,0.238,0.238,0.3,0,1,0,0.327,0.552,0.552,0,0,0 +1,0.247,0.247,0,0,1,0,0.413,0.585,0.585,0,0.296,0 +1,0.247,0.247,0,0,1,0,0.413,0.585,0.585,0,0.348,0 +1,0.247,0.247,0,0,1,0,0.413,0.585,0.585,0,0.408,0 +1,0.345,0.345,0,0,0,0.3,0.491,0.646,0.646,0,0.592,0 +1,0.345,0.345,0,0,0,1,0.491,0.646,0.646,0,0.408,0.122 +1,0.345,0.345,0,0,0,1,0.491,0.646,0.646,0,0.296,0 +1,0.384,0.384,0,0,0,1,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,1,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.386 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.488 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.244 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.244 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.286 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.23 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.366 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +0.667,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.366 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.488 +0.667,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.122 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.122 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.122 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.244 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.244 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.244 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.122 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.244 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +1,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +1,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +1,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +1,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +1,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +1,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +1,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +1,0.235,0.235,0.3,0,0,0,0.259,0.528,0.528,0,0,0 +1,0.235,0.235,1,0,0,0,0.259,0.528,0.528,0,0,0 +1,0.235,0.235,1,0,0,0,0.259,0.528,0.528,0,0,0.337 +1,0.235,0.235,0.5,0,0,0,0.259,0.528,0.528,0,0,0.0337 +1,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0.168 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0.606 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0.158 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0.154 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.366 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.366 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.488 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.66 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.398 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0.3,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.413,0.413,1,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.413,0.413,1,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0.9,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.219,0.219,0,0.5,0,0,0.354,0.476,0.476,0.299,0,0 +0.667,0.219,0.219,0,1,0,0,0.354,0.476,0.476,0.435,0,0.122 +1,0.388,0.388,0,1,0,0,0.45,0.486,0.486,0.397,0,0 +1,0.388,0.388,0,1,0,0,0.45,0.486,0.486,0.446,0,0 +1,0.388,0.388,0,0.7,0,0,0.45,0.486,0.486,0.609,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0.359,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.336 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.0671 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.157 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.0314 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.297 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.0329 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.244 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.156,0.156,1,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.156,0.156,1,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0.9,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.488 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.488 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0.8,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.247,0.247,0,0.5,0,0,0.413,0.585,0.585,0.25,0,0 +0.667,0.247,0.247,0,1,0,0,0.413,0.585,0.585,0.435,0,0 +0.667,0.247,0.247,0,1,0,0,0.413,0.585,0.585,0.38,0,0 +0.667,0.247,0.247,0,1,0,0,0.413,0.585,0.585,0.554,0,0 +0.667,0.247,0.247,0,0.7,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.273,0.273,0,0.5,0,0,0.475,0.594,0.594,0.315,0,0 +0.667,0.273,0.273,0,1,0,0,0.475,0.594,0.594,0.359,0,0.122 +0.667,0.273,0.273,0,1,0,0,0.475,0.594,0.594,0.386,0,0 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0.7,0,0,0.584,0.658,0.658,0.326,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0.478,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0.253,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0.253,0,0.244 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0.554,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0.543,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0.31,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0.495,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.207 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.289 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.167 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.135 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.189 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.185 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.343 +1,0.0768,0.0768,0.3,0,0,0,0.283,0.447,0.447,0,0,0.137 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.104,0.104,1,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.104,0.104,1,0,0,0,0.308,0.428,0.428,0,0,0.195 +1,0.104,0.104,0.9,0,0,0,0.308,0.428,0.428,0,0,0.0649 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0.5,0,0.352,0.461,0.461,0,0.283,0 +1,0.222,0.222,0,0,1,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,1,0,0.352,0.461,0.461,0,0.481,0 +1,0.222,0.222,0.3,0,1,0,0.352,0.461,0.461,0,0.0601,0 +1,0.222,0.222,1,0,1,0,0.352,0.461,0.461,0,0,0 +0.667,0.277,0.277,1,0,0,0.3,0.376,0.503,0.503,0,0.451,0 +0.667,0.277,0.277,1,0,0,1,0.376,0.503,0.503,0,0.451,0 +0.667,0.277,0.277,1,0,0,1,0.376,0.503,0.503,0,0.283,0 +0.667,0.277,0.277,1,0,0,1,0.376,0.503,0.503,0,0.159,0 +0.667,0.277,0.277,1,0,0,1,0.376,0.503,0.503,0,0.0987,0 +0.667,0.277,0.277,1,0,0,1,0.376,0.503,0.503,0,0,0 +0.667,0.274,0.274,1,0,0,0.5,0.296,0.511,0.511,0,0.373,0 +0.667,0.274,0.274,1,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0.6,0,0,0,0.296,0.511,0.511,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.488 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0.3,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.345,0.345,0.1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.488 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0.3,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,1,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0.244 +0.667,0.413,0.413,1,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,1,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.726,0.726,1,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0.2,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.628 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.143 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.305 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.34 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.17 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.34 +0.667,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.136 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.204 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.102 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0.3,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.39,0.39,0.1,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0,0.122 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.274,0.274,0,0.5,0,0,0.296,0.511,0.511,0.348,0,0.281 +0.667,0.274,0.274,0,1,0,0,0.296,0.511,0.511,0.408,0,0.366 +0.667,0.274,0.274,0,1,0,0,0.296,0.511,0.511,0.473,0,0 +0.333,0.162,0.162,0,1,0,0,0.277,0.488,0.488,0.543,0,0.0669 +0.333,0.162,0.162,0,1,0,0,0.277,0.488,0.488,0.285,0,0.335 +0.333,0.162,0.162,0,1,0,0,0.277,0.488,0.488,0.285,0,0 +0.333,0.156,0.156,0,0.1,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0.484,0,0.122 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0.565,0,0.122 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0.348,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0.446,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0.478,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0.473,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.366 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.366 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.488 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0.5,0,0.258,0.496,0.496,0,0.0515,0 +0.667,0.142,0.142,0,0,1,0,0.258,0.496,0.496,0,0,0.122 +0.667,0.142,0.142,0,0,0,0.3,0.268,0.492,0.492,0,0.644,0 +0.667,0.142,0.142,0,0,0,1,0.268,0.492,0.492,0,0.0987,0 +0.667,0.142,0.142,0,0,0,1,0.268,0.492,0.492,0,0.309,0.122 +0.667,0.142,0.142,0,0,0,1,0.268,0.492,0.492,0,0.532,0 +0.667,0.142,0.142,0,0,0,1,0.268,0.492,0.492,0,0.309,0 +0.667,0.142,0.142,0,0,0,1,0.268,0.492,0.492,0,0,0.244 +0.667,0.142,0.142,0,0,0,0.5,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.488 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.122 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.144,0.144,0.3,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0 +1,0.345,0.345,0.1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.488 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.366 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.122 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.366 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.214 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.172 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.0343 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.354 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.598 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.349 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.175 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.244 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0.3,0,0,0,0.284,0.536,0.536,0,0,0 +1,0.328,0.328,1,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.332,0.332,1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0.9,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.366 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.137 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.157 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.0945 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.488 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.244 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.181 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.175 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.169 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.236 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.104,0.104,0,0,0,0,0.308,0.428,0.428,0,0,0.342 +1,0.104,0.104,0,0,0,0,0.308,0.428,0.428,0,0,0.103 +1,0.104,0.104,0,0,0,0,0.308,0.428,0.428,0,0,0 +0.667,0.136,0.136,0,0.5,1,0,0.305,0.463,0.463,0.353,0.0858,0 +0.667,0.136,0.136,0,1,1,0,0.305,0.463,0.463,0.315,0,0 +0.667,0.136,0.136,0,1,1,0,0.305,0.463,0.463,0.402,0,0 +0.667,0.136,0.136,0,1,0,0.3,0.305,0.463,0.463,0.478,0,0 +0.667,0.136,0.136,0,1,0,1,0.305,0.463,0.463,0,0,0 +0.667,0.136,0.136,0,1,0,1,0.305,0.463,0.463,0,0,0 +0.667,0.163,0.163,0,0.1,0,1,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,1,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,1,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,1,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0.3,0,0,0.9,0.317,0.484,0.484,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.277,0.488,0.488,0,0,0.122 +0.333,0.162,0.162,0.9,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.122 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.254 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.244 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.122 +0.667,0.256,0.256,0.8,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,1,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,1,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0.348,0,0 +0.333,0.143,0.143,0,1,0,0,0.246,0.496,0.496,0.44,0,0 +0.333,0.143,0.143,0,1,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,1,0,0,0.246,0.496,0.496,0.516,0,0 +0.333,0.143,0.143,0,1,0,0,0.246,0.496,0.496,0.478,0,0 +0.667,0.235,0.235,0,0.2,0,0,0.259,0.528,0.528,0.217,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0.244 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0.3,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.332,0.332,0.1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,1,0,0.621,0.621,0.621,0,0.163,0 +1,0.467,0.467,0,0,0.5,0,0.621,0.621,0.621,0,0.597,0 +1,0.467,0.467,0,0,0,0.8,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0.6,0.621,0.621,0.621,0,0.356,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0.0258,0.366 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0.283,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0.21,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0.335,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0.073,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0.0987,0.122 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0.137,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0.361,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0.421,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0.283,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0.236,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.173 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.277 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.181 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.166 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.166 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.548 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.125 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.0625 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.274,0.274,0.3,0,0,0,0.296,0.511,0.511,0,0,0.279 +1,0.274,0.274,1,0,0,0,0.296,0.511,0.511,0,0,0.23 +1,0.274,0.274,1,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.274,0.274,0.5,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0.551 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0.414 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0.166 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0.0994 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.409 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.244 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.147 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.331 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.266 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0.506 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0.0984 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0.189 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0.151 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.173 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.488 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.238 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.122 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.667,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0.122 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0.3,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,1,0,0,0,0.5,0.569,0.569,0,0,0.244 +0.667,0.328,0.328,1,0,1,0,0.5,0.569,0.569,0,0.515,0.366 +0.667,0.328,0.328,1,0,1,0,0.5,0.569,0.569,0,0.155,0 +1,0.467,0.467,1,0,1,0,0.621,0.621,0.621,0,0,0 +1,0.595,0.595,1,0,1,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0.3,0,0.5,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0.8,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0.6,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.244 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.122 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0.3,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,1,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.263,0.263,1,0,1,0,0.228,0.511,0.511,0,0.296,0 +1,0.263,0.263,0.5,0,1,0,0.228,0.511,0.511,0,0.137,0 +1,0.263,0.263,0,0,1,0,0.228,0.511,0.511,0,0,0 +1,0.37,0.37,0,0,0,0.3,0.213,0.534,0.534,0,0.386,0 +1,0.37,0.37,0,0,0,1,0.213,0.534,0.534,0,0.21,0 +1,0.37,0.37,0,0,0,1,0.213,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,1,0.222,0.534,0.534,0,0.369,0 +1,0.359,0.359,0,0,0,1,0.222,0.534,0.534,0,0.361,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0.309,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0.0901,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0.459,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0.348,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0.137,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0.421,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0.408,0.488 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.122 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0.159,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0.223,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0.258,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0.73,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0.519,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0.361,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0.0987,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0.348,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0.395,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0.519,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0.262,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0.27,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0.309,0.122 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0.0987,0.122 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0.421,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0.366 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.488 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.488 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0.8,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0 +0.667,0.328,0.328,1,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,1,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,1,0,0,0,0.5,0.569,0.569,0,0,0.366 +0.667,0.328,0.328,1,0,0,0,0.5,0.569,0.569,0,0,0.244 +0.667,0.413,0.413,1,0,0,0,0.525,0.544,0.544,0,0,0.366 +0.667,0.413,0.413,0.3,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.122 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.122 +0.667,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.122 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,1,0,0.283,0.447,0.447,0,0.433,0 +1,0.0768,0.0768,0,0,0.5,0,0.283,0.447,0.447,0,0.073,0 +1,0.0768,0.0768,0,0,0,0.8,0.283,0.447,0.447,0,0.0386,0 +1,0.136,0.136,0,0,0,1,0.305,0.463,0.463,0,0.21,0 +1,0.136,0.136,0,0,0,1,0.305,0.463,0.463,0,0.283,0 +1,0.136,0.136,0,0,0,1,0.305,0.463,0.463,0,0.481,0 +1,0.136,0.136,0,0,0,0.5,0.305,0.463,0.463,0,0.532,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0.176,0.204 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0.296,0.102 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0.249,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0.296,0.27 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0.249,0 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.167 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.1 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.262 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.167 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.0334 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.429 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.341 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.366 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.283 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.175 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.414 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.0426 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.292 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.366 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.61 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.122 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.244 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.366 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.488 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.122 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.366 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.244 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.244 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.488 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.345 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.103 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.159 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.0318 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0.5,0,0.258,0.465,0.465,0,0.506,0.167 +0.667,0.163,0.163,0,0,1,0,0.317,0.484,0.484,0,0.172,0.234 +0.667,0.277,0.277,0,0,1,0,0.376,0.503,0.503,0,0.481,0 +0.667,0.277,0.277,0,0,0.5,0,0.376,0.503,0.503,0,0.21,0 +0.667,0.277,0.277,0,0,0,0.8,0.376,0.503,0.503,0,0.249,0 +0.667,0.274,0.274,0,0,0,1,0.296,0.511,0.511,0,0.283,0.35 +0.667,0.274,0.274,0,0,0,1,0.296,0.511,0.511,0,0.569,0.663 +0.333,0.162,0.162,0,0,0,1,0.277,0.488,0.488,0,0.135,0.244 +0.333,0.162,0.162,0,0,0,0.5,0.277,0.488,0.488,0,0.361,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0.185,0.167 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0.455,0.167 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.0129,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0.27,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0.223,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0.459,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.21,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.366 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.244 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.244 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0.3,0,0,0,0.361,0.596,0.596,0,0,0.244 +1,0.332,0.332,1,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.345,0.345,0.1,0,0,0,0.491,0.646,0.646,0,0,0.189 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.137 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0.467,0,0.102 +1,0.345,0.345,0,1,0,0,0.491,0.646,0.646,0.326,0,0.122 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0.22,0,0 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0.22,0,0.158 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0.364,0,0.0634 +1,0.384,0.384,0,0.2,0,0,0.584,0.658,0.658,0.734,0,0 +1,0.384,0.384,0.3,0,0,0,0.584,0.658,0.658,0.538,0,0 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0.398 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0.184 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.122 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.488 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.244 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.135 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.164 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.156 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.0624 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.488 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.366 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.488 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0.3,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0.9,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0.489,0,0.244 +0.667,0.247,0.247,0,1,0,0,0.413,0.585,0.585,0.565,0,0.122 +0.667,0.247,0.247,0,1,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,1,0,0,0.413,0.585,0.585,0.783,0,0.244 +0.667,0.247,0.247,0,1,0,0,0.413,0.585,0.585,0.446,0,0 +0.667,0.273,0.273,0,0.2,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0.3,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,1,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.384,0.384,0.1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.156 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.0936 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0.472 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0.244 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.122 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.308 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.244 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.165 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.198 +1,0.308,0.308,0,0,0,0,0.398,0.459,0.459,0,0,0 +1,0.308,0.308,0,0,0,0,0.398,0.459,0.459,0,0,0 +1,0.308,0.308,0,0,0,0,0.398,0.459,0.459,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.226 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.167 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.1 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.349 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.349 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.14 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.312 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.0352 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.211 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.488 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.244 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.122 +0.667,0.235,0.235,0,0,1,0,0.259,0.528,0.528,0,0.124,0 +0.667,0.235,0.235,0,0,1,0,0.259,0.528,0.528,0,0.249,0 +0.667,0.235,0.235,0,0,1,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0.3,0.259,0.528,0.528,0,0.0258,0 +0.667,0.235,0.235,0,0,0,1,0.259,0.528,0.528,0,0.172,0 +0.667,0.235,0.235,0,0,0,1,0.259,0.528,0.528,0,0.541,0.122 +0.667,0.235,0.235,0,0,0,1,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,1,0.277,0.519,0.519,0,0.0386,0 +0.667,0.235,0.235,0,0,0,1,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,1,0.277,0.519,0.519,0,0.249,0 +0.667,0.235,0.235,0.3,0,0,0.9,0.277,0.519,0.519,0,0.249,0.172 +1,0.327,0.327,1,0,0,0,0.287,0.546,0.546,0,0.545,0.191 +1,0.328,0.328,0.1,0,0,0,0.297,0.571,0.571,0,0.459,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0.605,0.244 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0.223,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.667,0.148,0.148,0.3,0,0,0,0.336,0.525,0.525,0,0,0 +1,0.247,0.247,1,0,0,0,0.413,0.585,0.585,0,0,0.244 +1,0.247,0.247,1,0,0,0,0.413,0.585,0.585,0,0,0.366 +1,0.247,0.247,0.5,0,0,0,0.413,0.585,0.585,0,0,0.488 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.244 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0.489,0,0 +1,0.273,0.273,0,1,0,0,0.475,0.594,0.594,0.478,0,0 +1,0.328,0.328,0,1,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,1,0,0,0.5,0.569,0.569,0.788,0,0 +1,0.328,0.328,0,1,0,0,0.5,0.569,0.569,0.511,0,0 +1,0.328,0.328,0,0.2,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.122 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0.8,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,1,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,1,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.295 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.26 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.349 +0.667,0.274,0.274,0,0,0.5,0,0.296,0.511,0.511,0,0.0386,0.174 +0.667,0.274,0.274,0,0,1,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0.3,0.296,0.511,0.511,0,0.408,0 +0.667,0.274,0.274,0,0,0,1,0.296,0.511,0.511,0,0.369,0.17 +0.667,0.274,0.274,0,0,0,1,0.296,0.511,0.511,0,0.309,0.0339 +0.333,0.156,0.156,0,0,0,1,0.243,0.488,0.488,0,0.159,0 +0.333,0.156,0.156,0,0,0,1,0.243,0.488,0.488,0,0.361,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0.309,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0.506,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0.309,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.223,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.0129,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.629,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.444,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.605,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.112,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.0987,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.249,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.0129,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.283,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.0987,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.488 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.0129,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.309,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.309,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.283,0.122 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.558,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.309,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.172,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.309,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.137,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.0987,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.258,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.21,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.341 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.3 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.244 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.488 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.214 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.157 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.0941 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.366 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.488 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.244 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.332 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.0663 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0.3,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.136,0.136,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0.3,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.122 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0.3,0,0.5,0,0.277,0.488,0.488,0,0.0258,0.366 +1,0.162,0.162,1,0,1,0,0.277,0.488,0.488,0,0.494,0 +1,0.156,0.156,1,0,0,0.3,0.243,0.488,0.488,0,0.185,0.24 +1,0.156,0.156,0.5,0,0,1,0.243,0.488,0.488,0,0.382,0.122 +1,0.156,0.156,0,0,0,1,0.243,0.488,0.488,0,0,0.122 +1,0.37,0.37,0,0,0,0.6,0.213,0.534,0.534,0,0,0 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0.643 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0.153 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.245 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.169 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.101 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.343 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.587 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.323 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0.0323 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0.5,0,0,0.259,0.528,0.528,0.337,0,0 +0.667,0.235,0.235,0,1,0,0,0.259,0.528,0.528,0.391,0,0 +0.667,0.235,0.235,0,1,0,0,0.259,0.528,0.528,0.255,0,0 +0.667,0.235,0.235,0,1,0,0,0.277,0.519,0.519,0.462,0,0 +0.667,0.235,0.235,0,0.7,0,0,0.277,0.519,0.519,0.391,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0.397,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0.321,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0.386,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0.212,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0.212,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0.467,0,0 +0.667,0.235,0.235,0.8,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0.6,0,0,0,0.284,0.536,0.536,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.122 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.244 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.366 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.366 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0.488 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0.488 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0.554,0,0 +1,0.726,0.726,0,1,0,0,0.639,0.559,0.559,0.424,0,0 +1,0.726,0.726,0,1,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,1,0,0,0.639,0.559,0.559,0.473,0,0 +1,0.726,0.726,0,1,0,0,0.639,0.559,0.559,0.489,0,0.244 +1,0.557,0.557,0,0.2,0,0,0.547,0.497,0.497,0.467,0,0.244 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0.418,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0.429,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0.244 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0.265 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0.066 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0.33 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0.3,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.156,0.156,1,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.153,0.153,1,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.153,0.153,1,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.153,0.153,1,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.153,0.153,1,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.153,0.153,0.3,0,0,0,0.246,0.488,0.488,0,0,0.488 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.244 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.122 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.244 +0.667,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.667,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.667,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.667,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.488 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0.8,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.142,0.142,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0.4,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.244 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0.244 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0.122 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0.122 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.122 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.34 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.102 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.12 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.207 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.164 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.164 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.337 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.101 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.17 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.536 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0.3,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.143,0.143,0.1,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.366 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.366 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.488 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.122 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0.3,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.247,0.247,0.1,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.244 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0.5,0,0,0.621,0.621,0.621,0.332,0,0 +1,0.467,0.467,0,1,0,0,0.621,0.621,0.621,0.5,0,0 +1,0.467,0.467,0,1,0,0,0.621,0.621,0.621,0.658,0,0 +1,0.467,0.467,0,1,0,0,0.621,0.621,0.621,0.636,0,0 +1,0.467,0.467,0,1,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.467,0.467,0,1,0,0,0.621,0.621,0.621,0,0,0 +0.667,0.413,0.413,0,0.1,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.284 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.0969 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.225 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.174 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.0695 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.329 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.0987 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0.122 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.178 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.283,0.438,0.438,0,0,0.244 +1,0.0495,0.0495,1,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.301 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.288 +1,0.0768,0.0768,0.3,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.104,0.104,1,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.222,0.222,0.1,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.144 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.122 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.488 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.279 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.071 +0.667,0.247,0.247,0.3,0,0,0,0.413,0.585,0.585,0,0,0.248 +0.667,0.247,0.247,1,0,0,0,0.413,0.585,0.585,0,0,0.122 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0,0,0.366 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0.488 +1,0.467,0.467,0.6,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.331 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.176 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.106 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.222 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.166 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.233 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.488 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.253 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.334 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.191 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.239 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.107 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0328 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.197 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.238 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.101 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.337 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.467 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.205 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0.5,0,0.258,0.496,0.496,0,0.283,0 +0.333,0.142,0.142,0,0,1,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,1,0,0.268,0.492,0.492,0,0.519,0 +0.333,0.142,0.142,0,0,0.5,0,0.268,0.492,0.492,0,0.446,0.244 +0.333,0.142,0.142,0,0,0,0.8,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0.6,0.268,0.492,0.492,0,0.0258,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.0386,0.122 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.408,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.0129,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.489,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.142,0 +0.333,0.142,0.142,0.3,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.332,0.332,1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,1,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.345,0.345,1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,1,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.345,0.345,1,0.5,0,0,0.491,0.646,0.646,0.685,0,0 +1,0.345,0.345,0,1,0,0,0.491,0.646,0.646,0.391,0,0.366 +1,0.345,0.345,0,1,0,0,0.491,0.646,0.646,0.527,0,0 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0.435,0,0 +1,0.384,0.384,0,0.7,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0.516,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0.37,0,0.244 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0.576,0,0 +1,0.467,0.467,0,0,1,0,0.621,0.621,0.621,0.418,0.532,0 +1,0.467,0.467,0,0,1,0,0.621,0.621,0.621,0.226,0,0.122 +1,0.467,0.467,0,0,1,0,0.621,0.621,0.621,0.226,0,0.122 +0.667,0.328,0.328,0,0,0,0.3,0.5,0.569,0.569,0.44,0,0 +0.667,0.328,0.328,0,0,0,1,0.5,0.569,0.569,0,0,0.122 +1,0.328,0.328,0,0,0,0.1,0.5,0.569,0.569,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.157 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.0629 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.122 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.488 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.61 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0.61 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,1,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,1,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,1,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,1,0,0,0,0.274,0.443,0.443,0,0,0.289 +1,0.05,0.05,1,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,1,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0.168 +1,0.0768,0.0768,0.6,0,0,0,0.283,0.447,0.447,0,0,0.201 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.216 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.199 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.0498 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.61 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.366 +0.667,0.163,0.163,0.8,0,0,0,0.317,0.484,0.484,0,0,0.507 +0.667,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,1,0,0,0,0.317,0.484,0.484,0,0,0.366 +0.667,0.163,0.163,0.8,0,0,0,0.317,0.484,0.484,0,0,0.122 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.244 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.239 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.366 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.1 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.301 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.342 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.137 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.498 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.0341 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.154 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.0615 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.177 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0.5,0,0.296,0.511,0.511,0,0.0858,0.165 +0.667,0.274,0.274,0,0,1,0,0.296,0.511,0.511,0,0,0.0329 +0.667,0.274,0.274,0,0,1,0,0.296,0.511,0.511,0,0.558,0 +0.667,0.274,0.274,0,0,1,0,0.296,0.511,0.511,0,0.519,0 +0.667,0.274,0.274,0,0,1,0,0.296,0.511,0.511,0,0.223,0 +0.667,0.263,0.263,0,0,0,0.3,0.228,0.511,0.511,0,0.468,0.141 +0.667,0.263,0.263,0,0,0,1,0.228,0.511,0.511,0,0.348,0 +0.667,0.263,0.263,0,0,0,1,0.228,0.511,0.511,0,0,0 +0.667,0.263,0.263,0,0,0,1,0.228,0.511,0.511,0,0.519,0 +0.667,0.263,0.263,0,0,0,1,0.228,0.511,0.511,0,0.0258,0.101 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.122 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.545,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.309,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.574,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.431,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.296,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.0258,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.309,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.283,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.159,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.579,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.541,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.0386,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.73,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.18,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.24,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.421,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.0258,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.506,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.249,0.488 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.348,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.309,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.526,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.255,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.524,0.244 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.155,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.244 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.488 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0.473,0,0 +1,0.345,0.345,0,1,0,0,0.491,0.646,0.646,0.37,0,0 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0.435,0,0.122 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0.625,0,0 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0.6,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.34 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.204 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0.8,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0.366 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0.679,0,0 +1,0.413,0.413,0,1,0,0,0.525,0.544,0.544,0.177,0,0 +1,0.413,0.413,0,1,0,0,0.525,0.544,0.544,0.177,0,0 +1,0.413,0.413,0,1,0,0,0.525,0.544,0.544,0.565,0,0.488 +1,0.413,0.413,0,1,0,0,0.525,0.544,0.544,0.565,0,0.122 +1,0.275,0.275,0,0.2,0,0,0.385,0.496,0.496,0.429,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0.353,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.167 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.234 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.21 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.138 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.244 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.122 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,0.3,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.142,0.142,1,0,0,0,0.271,0.501,0.501,0,0,0.366 +0.667,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0.122 +0.667,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0.244 +0.667,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0.244 +0.667,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0.366 +0.667,0.148,0.148,1,0,0,0,0.336,0.525,0.525,0,0,0.366 +0.667,0.148,0.148,1,0,0,0,0.336,0.525,0.525,0,0,0.244 +0.667,0.148,0.148,1,0,0,0,0.336,0.525,0.525,0,0,0.366 +0.667,0.148,0.148,0.9,0,0,0,0.336,0.525,0.525,0,0,0 +0.667,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0.122 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.366 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.488 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.175 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.246 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.488 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.323 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.168 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.337 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0.135 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.336 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.14 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.213 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.213 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.157 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.0627 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0.156 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0.326 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0.364 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0.122 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0.506 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0.244 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0.114 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0.207 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.244 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.225 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.244 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.0954 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.159 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.244 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.366 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.122 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.244 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.333,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.244 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.501,0.501,0,0.5,0,0,0.512,0.528,0.528,0.679,0,0 +0.667,0.501,0.501,0,1,0,0,0.512,0.528,0.528,0.304,0,0 +0.667,0.501,0.501,0,1,0,0,0.512,0.528,0.528,0.614,0,0.122 +0.667,0.501,0.501,0,1,0,0,0.512,0.528,0.528,0.571,0,0 +0.667,0.501,0.501,0,0.7,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0.122 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.5,0,0.258,0.465,0.465,0,0.258,0 +1,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.137,0 +1,0.0768,0.0768,0,0,1,0,0.283,0.447,0.447,0,0.433,0 +1,0.0768,0.0768,0,0,1,0,0.283,0.447,0.447,0,0.0858,0 +1,0.0768,0.0768,0,0,1,0,0.283,0.447,0.447,0,0,0 +1,0.222,0.222,0,0,0,0.3,0.352,0.461,0.461,0,0.433,0.23 +1,0.222,0.222,0.3,0,0,1,0.352,0.461,0.461,0,0.0129,0 +1,0.222,0.222,1,0,0,1,0.352,0.461,0.461,0,0.185,0 +1,0.308,0.308,0.1,0,0,1,0.398,0.459,0.459,0,0.137,0 +1,0.308,0.308,0,0,0,1,0.398,0.459,0.459,0,0.309,0.154 +1,0.308,0.308,0,0,0,1,0.398,0.459,0.459,0,0,0.0617 +1,0.39,0.39,0,0,0,0.5,0.436,0.521,0.521,0,0.262,0 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0.0601,0 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0.322,0.212 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0.249,0 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.387,0.387,0,0,0,0,0.315,0.534,0.534,0,0.309,0.141 +1,0.387,0.387,0,0,0,0,0.315,0.534,0.534,0,0.0386,0.281 +1,0.387,0.387,0,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.387,0.387,0,0,0,0,0.315,0.534,0.534,0,0.442,0 +1,0.387,0.387,0,0,0,0,0.315,0.534,0.534,0,0.438,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0.502,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.0601,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.137,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.0129,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.541,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.249,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.283,0.61 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.47,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.655,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.33,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.309,0 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.408,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0.408,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0.433,0.122 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0.498,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0.476,0.244 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.244 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0.464,0.366 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0.536,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0.348,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0.444,0 +0.667,0.237,0.237,0.3,0,0,0,0.234,0.528,0.528,0,0.457,0.122 +0.667,0.237,0.237,1,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.259,0.528,0.528,0,0.446,0 +0.667,0.235,0.235,0.5,0,0,0,0.259,0.528,0.528,0,0.395,0.244 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0.519,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0.408,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0.361,0.122 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0.468,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0.223,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0.0987,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0.249,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0.438,0.236 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0.253,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0.0858,0.122 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0.361,0.104 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0.258,0.173 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0.558,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0.137,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0.258,0 +1,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0.451,0 +1,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0.18,0 +1,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.244 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.366 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.122 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.244 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.262 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.0689 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.345 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.103 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.164 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.176 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.475 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.141 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.158 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.0315 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.185 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.244 +0.333,0.142,0.142,0,0,1,0,0.258,0.496,0.496,0,0.348,0.122 +0.333,0.142,0.142,0,0,1,0,0.258,0.496,0.496,0,0.309,0.298 +0.667,0.235,0.235,0,0,1,0,0.259,0.528,0.528,0,0,0.247 +0.333,0.142,0.142,0,0,1,0,0.268,0.492,0.492,0,0.223,0 +0.333,0.142,0.142,0,0,0.5,0,0.268,0.492,0.492,0,0.361,0 +0.333,0.142,0.142,0,0,0,0.8,0.268,0.492,0.492,0,0.309,0.104 +0.333,0.142,0.142,0,0,0,1,0.268,0.492,0.492,0,0.283,0.173 +0.333,0.142,0.142,0,0,0,1,0.268,0.492,0.492,0,0.258,0 +0.333,0.142,0.142,0,0,0,1,0.268,0.492,0.492,0,0.283,0 +0.333,0.142,0.142,0,0,0,1,0.271,0.501,0.501,0,0.159,0 +0.333,0.142,0.142,0,0,0,1,0.271,0.501,0.501,0,0.0386,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.691,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.348,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.137,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0.519,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0.296,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0.8,0,0,0,0.292,0.509,0.509,0,0.558,0 +0.333,0.144,0.144,0.6,0,0,0,0.292,0.509,0.509,0,0.283,0 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0.236,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0.27,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0.236,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.244 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0.0386,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0.296,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0.21,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.488 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.488 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.122 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.244 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.333,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.333,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.275,0.275,0.8,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.275,0.275,0.6,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.163 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.586 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.61 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.183 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.122 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.0336 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.336 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.168 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.158 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0316 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,1,0.5,0,0,0.274,0.443,0.443,0.234,0,0 +1,0.05,0.05,1,1,0,0,0.274,0.443,0.443,0.408,0,0 +1,0.05,0.05,1,1,0,0,0.274,0.443,0.443,0.326,0,0 +1,0.0768,0.0768,1,1,0,0,0.283,0.447,0.447,0.299,0,0 +1,0.0768,0.0768,1,1,0,0,0.283,0.447,0.447,0,0,0.177 +1,0.104,0.104,1,1,0,0,0.308,0.428,0.428,0,0,0.0355 +1,0.104,0.104,1,0.1,0,0,0.308,0.428,0.428,0,0,0 +1,0.104,0.104,1,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.104,0.104,0.6,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.548 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.0341 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.34 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.17 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.488 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.122 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.488 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.2 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.0501 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.324 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.488 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.345,0.345,0,0.5,0,0,0.491,0.646,0.646,0.473,0,0 +1,0.345,0.345,0,1,0,0,0.491,0.646,0.646,0.451,0,0 +1,0.345,0.345,0,1,0,0,0.491,0.646,0.646,0.473,0,0.244 +1,0.384,0.384,0,1,0,0,0.584,0.658,0.658,0.484,0,0.122 +1,0.384,0.384,0.3,1,0,0,0.584,0.658,0.658,0.179,0,0 +1,0.384,0.384,1,1,0,0,0.584,0.658,0.658,0.179,0,0.122 +1,0.384,0.384,1,0.1,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0.288,0,0 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0.25,0,0 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0.397,0,0 +1,0.467,0.467,0.3,0,0.5,0,0.621,0.621,0.621,0,0.236,0 +1,0.467,0.467,0,0,1,0,0.621,0.621,0.621,0.337,0,0.244 +1,0.467,0.467,0,0,0,0.3,0.621,0.621,0.621,0.462,0.438,0.366 +1,0.467,0.467,0,0,0,1,0.621,0.621,0.621,0,0.567,0 +1,0.467,0.467,0,0,0,1,0.621,0.621,0.621,0,0.206,0.244 +1,0.595,0.595,0,0,0,1,0.658,0.583,0.583,0,0.579,0.244 +1,0.595,0.595,0,0,0,1,0.658,0.583,0.583,0,0.361,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0.249,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0.27,0.488 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.244 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0.296,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0.309,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0.433,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0.446,0.366 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0.249,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.366 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0.836 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0.296 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0.243 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.173 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.139 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0.3,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,1,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.136,0.136,0.1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.0751 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.353 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.21 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.39,0.39,0,0,0,0,0.436,0.521,0.521,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.325 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.159 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.366 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.175 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.349 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.182 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0.3,0,0,0,0.24,0.519,0.519,0,0,0.122 +0.667,0.245,0.245,1,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,1,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0.5,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.488 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.153 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.244 +0.667,0.238,0.238,0.8,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.238,0.238,1,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.366 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.244 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.366 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.244 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.259 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.173 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.139 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.087 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.104,0.104,0,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.332 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.106 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.199 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.366 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.244 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.248 +0.667,0.263,0.263,0.3,0,0,0,0.228,0.511,0.511,0,0,0 +0.333,0.156,0.156,1,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,1,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0.5,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.366 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0.5,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.244 +0.333,0.144,0.144,0,0,1,0,0.292,0.509,0.509,0,0.223,0 +0.333,0.144,0.144,0,0,1,0,0.292,0.509,0.509,0,0.309,0 +0.667,0.238,0.238,0,0,1,0,0.327,0.552,0.552,0,0,0 +0.667,0.247,0.247,0,0,0,0.3,0.413,0.585,0.585,0,0.455,0 +0.667,0.247,0.247,0,0,0,1,0.413,0.585,0.585,0,0.309,0 +0.667,0.247,0.247,0,0,0,0.1,0.413,0.585,0.585,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0.0858,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0.249,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0.738,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0.283,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0.223,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0.408,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0.361,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0.283,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0.486,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0.492,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.244 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.211 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.17 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.102 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.366 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.177 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.344 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.103 +1,0.256,0.256,0,0,0.5,0,0.234,0.511,0.511,0,0.369,0 +1,0.256,0.256,0,0,1,0,0.234,0.511,0.511,0,0.309,0 +1,0.343,0.343,0,0,1,0,0.232,0.546,0.546,0,0.369,0 +1,0.343,0.343,0,0,0.5,0,0.232,0.546,0.546,0,0.249,0.165 +1,0.343,0.343,0,0,0,0.8,0.232,0.546,0.546,0,0,0.0661 +1,0.343,0.343,0,0,0,1,0.232,0.546,0.546,0,0.249,0 +1,0.343,0.343,0,0,0,1,0.232,0.546,0.546,0,0,0 +0.667,0.245,0.245,0,0,0,0.1,0.24,0.519,0.519,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.244 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +1,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0.122 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0.122 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.244 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.244 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.244 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.244 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.122 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.244 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.488 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.177 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.071 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.273 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.61 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.488 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.667,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.244 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.244 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.488 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0.31,0,0 +0.667,0.14,0.14,0,1,0,0,0.27,0.499,0.499,0.435,0,0 +0.667,0.14,0.14,0,1,0,0,0.27,0.499,0.499,0.228,0,0 +0.667,0.14,0.14,0,1,0,0,0.27,0.499,0.499,0.228,0,0 +0.667,0.23,0.23,0,1,0,0,0.282,0.533,0.533,0.315,0,0 +0.667,0.23,0.23,0,0.1,0,0,0.282,0.533,0.533,0.587,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0.478,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0.489,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0.391,0,0.488 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0.429,0,0.122 +0.667,0.233,0.233,0.8,0,0,0,0.325,0.549,0.549,0.37,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0.198,0,0.122 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0.198,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0.366 +0.667,0.268,0.268,1,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.268,0.268,1,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.366 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.488 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.122 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.108 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.163 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.327 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.155 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0.605,0 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0.309,0 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0.1,0.2,0.245,0.487,0.487,0,0.361,0 +0.333,0.15,0.15,0,0,0,1,0.245,0.487,0.487,0,0.369,0 +0.333,0.15,0.15,0,0,0,1,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,1,0.248,0.491,0.491,0,0.361,0 +0.333,0.145,0.145,0,0,0,1,0.248,0.491,0.491,0,0.258,0.244 +0.333,0.145,0.145,0,0,0,1,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0.3,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.61 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.366 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.202 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.202 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.239 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.299 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.354 +1,0.338,0.338,0.8,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,1,0,1,0,0.58,0.653,0.653,0,0.408,0 +1,0.377,0.377,1,0,0.5,0,0.58,0.653,0.653,0,0.27,0 +1,0.377,0.377,1,0,0,0.8,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,1,0,0,1,0.58,0.653,0.653,0,0.0858,0 +1,0.377,0.377,0.2,0,0,1,0.58,0.653,0.653,0,0.0515,0 +1,0.377,0.377,0,0,0,1,0.58,0.653,0.653,0,0.296,0 +1,0.461,0.461,0,0,0,1,0.616,0.616,0.616,0,0.648,0.134 +1,0.461,0.461,0,0,0,0.7,0.616,0.616,0.616,0,0.352,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0.0601,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.193 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.193 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.145 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.268 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.338 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.162 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.0972 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.222 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.244 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.244 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.214 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.157 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.0629 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.16 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.096 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.138 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0.734,0,0 +0.667,0.233,0.233,0,1,0,0,0.325,0.549,0.549,0.185,0,0.488 +0.667,0.233,0.233,0,1,0,0,0.325,0.549,0.549,0.185,0,0 +0.667,0.233,0.233,0,1,0,0,0.325,0.549,0.549,0.266,0,0.171 +1,0.324,0.324,0,1,0,0,0.359,0.592,0.592,0.418,0,0.343 +1,0.338,0.338,0,0.1,0,0,0.488,0.641,0.641,0.424,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +0.667,0.242,0.242,0.8,0,0,0,0.411,0.582,0.582,0,0,0.205 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0.4,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.159 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0.5,0,0.616,0.616,0.616,0,0.137,0.17 +1,0.461,0.461,0,0,1,0,0.616,0.616,0.616,0,0.0129,0.0339 +1,0.461,0.461,0,0,1,0,0.616,0.616,0.616,0,0.309,0 +1,0.461,0.461,0,0,1,0,0.616,0.616,0.616,0,0.223,0.244 +1,0.461,0.461,0,0,1,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0.2,0.1,0.653,0.579,0.579,0,0.433,0.277 +1,0.59,0.59,0,0,0,1,0.653,0.579,0.579,0,0.283,0 +1,0.59,0.59,0,0,0,1,0.653,0.579,0.579,0,0.579,0.122 +1,0.59,0.59,0,0,0,1,0.653,0.579,0.579,0,0.283,0 +1,0.59,0.59,0,0,0,1,0.653,0.579,0.579,0,0.459,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.571,0.219 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.309,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.185,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.0515,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.27,0.167 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.0129,0.334 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0.124,0.0334 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0.283,0.366 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0.249,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0.137,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0.296,0.122 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0.481,0.122 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0.236,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.149 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.161 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.202 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.253 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.162 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.162,0.162,1,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.366 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0.5,0,0.245,0.495,0.495,0,0.249,0.122 +0.333,0.141,0.141,0,0,1,0,0.245,0.495,0.495,0,0,0 +0.667,0.23,0.23,0,0,1,0,0.258,0.525,0.525,0,0.567,0 +0.667,0.23,0.23,0,0,1,0,0.258,0.525,0.525,0,0.421,0 +0.667,0.23,0.23,0,0,1,0,0.258,0.525,0.525,0,0.506,0 +0.667,0.23,0.23,0,0,0.2,0.1,0.258,0.525,0.525,0,0.446,0 +0.667,0.23,0.23,0,0,0,1,0.258,0.525,0.525,0,0.309,0 +0.667,0.23,0.23,0,0,0,1,0.258,0.525,0.525,0,0.361,0 +0.667,0.23,0.23,0,0,0,1,0.276,0.517,0.517,0,0.249,0 +0.667,0.23,0.23,0,0,0,1,0.276,0.517,0.517,0,0.369,0.122 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0.283,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0.197,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0.258,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0.309,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0.0987,0.366 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0.3,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.23,0.23,1,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0.9,0,0,0,0.325,0.549,0.549,0,0,0.122 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.25 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.488 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.366 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.244 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.16 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.366 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0.5,0,0.258,0.495,0.495,0,0.27,0 +0.333,0.14,0.14,0,0,1,0,0.258,0.495,0.495,0,0.27,0.122 +0.333,0.14,0.14,0,0,1,0,0.258,0.495,0.495,0,0.0601,0 +0.333,0.14,0.14,0,0,0.6,0,0.258,0.495,0.495,0,0.249,0 +0.333,0.14,0.14,0,0,0,0.7,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,1,0.267,0.491,0.491,0,0.382,0 +0.333,0.14,0.14,0,0,0,1,0.267,0.491,0.491,0,0.283,0.244 +0.333,0.14,0.14,0,0,0,1,0.267,0.491,0.491,0,0.0987,0 +0.333,0.14,0.14,0,0,0,0.4,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0.124,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0.322,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0.0601,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0.3,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.23,0.23,1,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0.122 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0.122 +0.667,0.233,0.233,0.7,0,0,0,0.325,0.549,0.549,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.366 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.61 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.375,0,0 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.359,0,0 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.435,0,0.366 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.353,0,0 +1,0.461,0.461,0,1,0,0,0.616,0.616,0.616,0.625,0,0 +1,0.461,0.461,0,0.5,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.37,0,0 +1,0.59,0.59,0,1,0,0,0.653,0.579,0.579,0.467,0,0.122 +1,0.273,0.273,0,1,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,1,0,0,0.383,0.495,0.495,0.375,0,0 +1,0.273,0.273,0,1,0,0,0.383,0.495,0.495,0.283,0,0.122 +1,0.273,0.273,0,1,0,0,0.383,0.495,0.495,0.511,0,0 +1,0.273,0.273,0,0.5,0,0,0.383,0.495,0.495,0.652,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.168 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.168 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.177 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.355 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.0355 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.115 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.135,0.135,1,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,1,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,1,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,1,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0.3,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.168 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0.324 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0.3,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,1,0,0,0,0.239,0.517,0.517,0,0,0.244 +0.667,0.232,0.232,1,0.5,0,0,0.233,0.525,0.525,0.364,0,0.244 +0.667,0.232,0.232,1,1,0,0,0.233,0.525,0.525,0.446,0,0 +0.667,0.232,0.232,0.9,1,0,0,0.233,0.525,0.525,0.549,0,0 +0.667,0.232,0.232,0,1,0,0,0.233,0.525,0.525,0.348,0,0 +0.667,0.232,0.232,0,0.6,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0.122 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.331 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.221 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.244 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.377,0.377,0,0.5,0,0,0.58,0.653,0.653,0.647,0,0 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.478,0,0 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.408,0,0 +1,0.461,0.461,0,1,0,0,0.616,0.616,0.616,0.424,0,0 +1,0.461,0.461,0,1,0,0,0.616,0.616,0.616,0.236,0,0.122 +1,0.461,0.461,0,1,0,0,0.616,0.616,0.616,0.236,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.375,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.438,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.219,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.435,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.658,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.451,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0.538,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0.484,0,0.163 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0.326,0,0.0326 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0.478,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0.435,0,0.122 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.227 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.25,0.25,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.24,0.24,1,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,1,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,1,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,1,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0.5,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.366 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.366 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.488 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.488 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.488 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.122 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.244 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.209 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.244 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.253 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.122 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.0676 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.257 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.244 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0.244 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.16,0.16,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.159 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.0637 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.279 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.0698 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0.488 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0.488 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.244 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.488 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.667,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.667,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +1,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +1,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +1,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0.122 +1,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0.122 +1,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +1,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +1,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0 +1,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0 +1,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0 +1,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0 +1,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0 +1,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0.244 +1,0.187,0.187,0,0,0,0,0.377,0.516,0.516,0,0,0.244 +1,0.187,0.187,0,0,0,0,0.377,0.516,0.516,0,0,0.366 +1,0.187,0.187,0,0,0,0,0.377,0.516,0.516,0,0,0.122 +1,0.187,0.187,0,0,0,0,0.377,0.516,0.516,0,0,0 +1,0.187,0.187,0,0,0,0,0.377,0.516,0.516,0,0,0 +1,0.187,0.187,0,0,0,0,0.377,0.516,0.516,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0.244 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.292 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.0339 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.237 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.597 +1,0.22,0.22,0.3,0,0,0,0.35,0.459,0.459,0,0,0.344 +1,0.22,0.22,1,0,0,0,0.35,0.459,0.459,0,0,0.0689 +1,0.305,0.305,1,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.305,0.305,0.5,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.305,0.305,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.128 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.196 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.0652 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.189 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.364 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.165 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.0659 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.122 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.244 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.128 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.488 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.488 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.121 +1,0.0763,0.0763,0,0,0.5,0,0.282,0.446,0.446,0,0.348,0 +1,0.0763,0.0763,0,0,1,0,0.282,0.446,0.446,0,0.391,0 +1,0.0763,0.0763,0,0,1,0,0.282,0.446,0.446,0,0.253,0 +1,0.0763,0.0763,0,0,1,0,0.282,0.446,0.446,0,0.571,0 +1,0.0763,0.0763,0,0,1,0,0.282,0.446,0.446,0,0,0 +1,0.22,0.22,0,0,0.2,0.1,0.35,0.459,0.459,0,0.309,0 +1,0.22,0.22,0,0,0,1,0.35,0.459,0.459,0,0.073,0.161 +1,0.22,0.22,0,0,0,1,0.35,0.459,0.459,0,0.506,0.0646 +1,0.22,0.22,0,0,0,0.6,0.35,0.459,0.459,0,0.408,0.258 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0.395,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.167 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.234 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0.533,0,0 +0.333,0.141,0.141,0,1,0,0,0.291,0.507,0.507,0.315,0,0 +0.333,0.146,0.146,0,1,0,0,0.334,0.524,0.524,0.299,0,0 +0.333,0.146,0.146,0,1,0,0,0.334,0.524,0.524,0,0,0 +0.667,0.242,0.242,0,1,0,0,0.411,0.582,0.582,0.25,0,0 +0.667,0.242,0.242,0,1,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0.5,0,0,0.411,0.582,0.582,0.505,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0.277,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.277,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.408,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.473,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.413,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.375,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.473,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.554,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.304,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.614,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.31,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.353,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0.511,0,0.122 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0.364,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.732 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.157 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.0629 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.117 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.209 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.14 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.209 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.174 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.261 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.202 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0.3,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,1,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0.9,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,0,0.5,0,0,0.488,0.641,0.641,0.571,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0.326,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0.489,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0.663,0,0 +1,0.338,0.338,0,0.6,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.17 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.224 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.301 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.898 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.355 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.419 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.649 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.161 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.295 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.104 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.311 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.332 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.133 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.209 +0.333,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.333,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.14,0.14,0,0,0.5,0,0.267,0.491,0.491,0,0.283,0 +0.667,0.14,0.14,0,0,1,0,0.267,0.491,0.491,0,0.373,0 +0.333,0.14,0.14,0,0,1,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0.6,0,0.27,0.499,0.499,0,0.0987,0 +0.333,0.14,0.14,0,0,0,0.7,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,1,0.27,0.499,0.499,0,0.0386,0 +0.333,0.14,0.14,0,0,0,1,0.27,0.499,0.499,0,0.249,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0.249,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0.159,0.122 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0.657,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0.309,0.122 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0.223,0.244 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0.0129,0.244 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0.0386,0.174 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.262 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0.245,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0.335,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0.348,0.219 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0.395,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0.0515,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0.283,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0.369,0.344 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0.322,0.566 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.35 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0.33,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0.309,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0.0601,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0.137,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0.0644,0.244 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0.361,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0.223,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0.172,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0.223,0.122 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.249,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.296,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.185,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.223,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.472,0.366 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0.639,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0.283,0.122 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0.421,0.244 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.471 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.133 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.167 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.134 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.292 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0339 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.17 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0.258,0 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0.395,0 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0.288,0 +0.333,0.15,0.15,0,0,0.7,0,0.245,0.487,0.487,0,0.444,0 +0.333,0.15,0.15,0,0,0,0.6,0.245,0.487,0.487,0,0.444,0 +0.333,0.145,0.145,0,0,0,1,0.248,0.491,0.491,0,0.399,0 +0.333,0.145,0.145,0.3,0,0,1,0.248,0.491,0.491,0,0.137,0.122 +0.333,0.145,0.145,1,0,0,1,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,1,0,0,1,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,1,0,0,1,0.248,0.491,0.491,0,0,0.488 +0.333,0.145,0.145,1,0,0,1,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,1,0,0,0.3,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0.5,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.244 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.244 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.122 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.179 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.244 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.156 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.0625 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.365 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.244 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.488 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.142 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.188 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.235 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.344 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.655 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.511 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.394 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.165 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.198 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0.8,0,0,0,0.316,0.483,0.483,0,0,0.169 +1,0.162,0.162,0.6,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.124 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.521 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.231 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.131 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0.287 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0.19 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0.0474 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0.244 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0.244 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0.61 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0.3,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,1,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.23,0.23,0.1,0,0,0,0.282,0.533,0.533,0,0,0.244 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0.122 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.122 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.488 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.244 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.147 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.169 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.0678 +1,0.162,0.162,0,0.5,0,0,0.316,0.483,0.483,0.587,0,0 +1,0.162,0.162,0,1,0,0,0.316,0.483,0.483,0.446,0,0 +1,0.162,0.162,0,1,0,0,0.316,0.483,0.483,0.293,0,0 +1,0.162,0.162,0,1,0,0,0.316,0.483,0.483,0.533,0,0 +1,0.162,0.162,0,0.6,0,0,0.316,0.483,0.483,0,0,0.166 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.0331 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.53 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.0668 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.131 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.23 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.366 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.366 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0.244 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.244 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.122 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.122 +0.667,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0.8,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,1,0,0,0,0.282,0.533,0.533,0,0,0 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0.244 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0.122 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,0.6,0,0,0,0.488,0.641,0.641,0,0,0.244 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.263 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.366 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.294 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.0344 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.659 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.0341 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.158 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.0947 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.241 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.206 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.244 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.122 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.241 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.244 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0.3,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0.244 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0.244 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.259 +1,0.377,0.377,0.1,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +1,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.122 +1,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.366 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.366 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.224 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.488 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.366 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.207 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.128 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.128 +1,0.0504,0.0504,0,0,0,0,0.288,0.418,0.418,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0.344 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0.0688 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.169 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.337 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.273 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.145,0.145,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0.9,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.488 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.667,0.242,0.242,0.8,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0.244 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0.244 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0.244 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.377,0.377,0.2,0,0,0,0.58,0.653,0.653,0.571,0,0.122 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.554,0,0 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.549,0,0 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.516,0,0 +1,0.461,0.461,0,0.1,0,0,0.616,0.616,0.616,0.522,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.679,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0.488 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.384 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.167 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.1 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.147 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.177 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.353 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.366 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.244 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0.366 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0.244 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.146,0.146,0.3,0,0,0,0.334,0.524,0.524,0,0,0.244 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.268,0.268,1,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,1,0,0,0,0.472,0.591,0.591,0,0,0.122 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.227 +1,0.377,0.377,0.3,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.167 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.167 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.252 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.068 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.34 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.102 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.343 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.24 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.174 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.279 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.166 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.167 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.167 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.176 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.488 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.108 +0.333,0.145,0.145,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.24,0.24,1,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,1,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,1,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.232,0.232,1,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,1,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,1,0,0,0,0.233,0.525,0.525,0,0,0 +0.333,0.141,0.141,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0.1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.146,0.146,0.3,0,0,0,0.334,0.524,0.524,0,0,0.488 +0.333,0.146,0.146,1,0,0,0,0.334,0.524,0.524,0,0,0 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0.5,0,0,0,0.411,0.582,0.582,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.332 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.155 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.924,0,0.156 +1,0.461,0.461,0,1,0,0,0.616,0.616,0.616,0.272,0,0.0938 +0.667,0.41,0.41,0,1,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,1,0,0,0.521,0.541,0.541,0.457,0,0 +0.667,0.41,0.41,0,1,0,0,0.521,0.541,0.541,0.533,0,0.361 +0.667,0.41,0.41,0,1,0,0,0.521,0.541,0.541,0,0,0.137 +0.667,0.41,0.41,0,0.5,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.213 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.35 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.158 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.0632 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.236,0 +1,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.137,0 +1,0.0499,0.0499,0,0,1,0,0.273,0.442,0.442,0,0.579,0 +1,0.0499,0.0499,0,0,1,0,0.273,0.442,0.442,0,0.223,0 +1,0.0499,0.0499,0,0,0.7,0,0.273,0.442,0.442,0,0.322,0 +1,0.0499,0.0499,0,0,0,0.6,0.273,0.442,0.442,0,0.348,0 +1,0.0763,0.0763,0,0,0,1,0.282,0.446,0.446,0,0.489,0 +1,0.0763,0.0763,0,0,0,1,0.282,0.446,0.446,0,0.588,0 +1,0.0763,0.0763,0,0,0,1,0.282,0.446,0.446,0,0.382,0 +1,0.0763,0.0763,0,0,0,1,0.282,0.446,0.446,0,0.481,0 +1,0.0763,0.0763,0,0,0,0.9,0.282,0.446,0.446,0,0.27,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0.296,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0.0987,0.171 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0.0258,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0.296,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.177 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.177 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.325 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.175 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.0701 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.262 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.0328 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.122 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.138 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.244 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.366 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.488 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.366 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0.5,0,0.267,0.491,0.491,0,0.0258,0.244 +0.667,0.23,0.23,0,0,1,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,1,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0.6,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0.7,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,1,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,1,0.282,0.533,0.533,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0.3,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0.1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.299 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.475 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.402 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.0947 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.342 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.0684 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.171 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.27,0.27,1,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,1,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,1,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,1,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,1,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,1,0,0.5,0,0.294,0.508,0.508,0,0.369,0 +1,0.258,0.258,1,0,1,0,0.227,0.508,0.508,0,0.208,0 +1,0.258,0.258,1,0,1,0,0.227,0.508,0.508,0,0.148,0 +1,0.258,0.258,1,0,0.6,0,0.227,0.508,0.508,0,0.283,0 +1,0.362,0.362,1,0,0,0.7,0.212,0.53,0.53,0,0.73,0 +1,0.362,0.362,1,0,0,1,0.212,0.53,0.53,0,0.382,0 +0.667,0.258,0.258,1,0,0,1,0.227,0.508,0.508,0,0.0601,0 +0.667,0.25,0.25,1,0,0,1,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,1,0,0,1,0.233,0.508,0.508,0,0.644,0 +0.667,0.25,0.25,1,0,0,0.8,0.233,0.508,0.508,0,0.0515,0 +0.667,0.25,0.25,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0.5,0,0,0,0.233,0.508,0.508,0,0.137,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0.361,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0.249,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0.0987,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0.519,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0.309,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0.359,0,0 +0.667,0.232,0.232,0,1,0,0,0.233,0.525,0.525,0.587,0,0.122 +0.667,0.232,0.232,0,1,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.232,0.232,0,1,0,0,0.233,0.525,0.525,0.685,0,0 +0.333,0.141,0.141,0,1,0,0,0.245,0.495,0.495,0.391,0,0.122 +0.333,0.141,0.141,0,0.1,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0.266,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0.511,0,0.244 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0.182,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0.182,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0.842,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0.484,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0.505,0,0.122 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0.473,0,0.122 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0.457,0,0.366 +0.667,0.23,0.23,0,0,1,0,0.276,0.517,0.517,0.533,0.249,0 +0.667,0.23,0.23,0,0,1,0,0.276,0.517,0.517,0,0.258,0.488 +0.667,0.23,0.23,0,0,1,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.23,0.23,0,0,0.1,0.2,0.282,0.533,0.533,0,0.506,0 +0.667,0.23,0.23,0,0,0,1,0.282,0.533,0.533,0,0.457,0 +0.667,0.23,0.23,0,0,0,1,0.282,0.533,0.533,0,0.135,0 +0.667,0.23,0.23,0,0,0,0.5,0.282,0.533,0.533,0,0.554,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0.433,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0.556,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0.53,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0.395,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.488 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.0946 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.143 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.528 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.0972 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.454 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.488 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.244 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.345 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.0689 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.2 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0499 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.242 +1,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.171 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.0683 +1,0.258,0.258,0.8,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.258,0.258,0.6,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0.245 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0.0997 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0.0665 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.333,0.145,0.145,0.3,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.232,0.232,1,0,0,0,0.233,0.525,0.525,0,0,0 +1,0.324,0.324,1,0,0,0,0.221,0.555,0.555,0,0,0.122 +1,0.324,0.324,1,0,0,0,0.221,0.555,0.555,0,0,0 +1,0.324,0.324,0.3,0,0,0,0.221,0.555,0.555,0,0,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0,0 +1,0.32,0.32,0,0,1,0,0.258,0.555,0.555,0,0.519,0 +1,0.32,0.32,0,0,0.5,0,0.258,0.555,0.555,0,0.0858,0 +1,0.32,0.32,0,0,0,0.8,0.258,0.555,0.555,0,0,0 +1,0.32,0.32,0,0,0,1,0.258,0.555,0.555,0,0.258,0 +1,0.32,0.32,0,0,0,0.9,0.258,0.555,0.555,0,0.0858,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0,0.488 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0.27,0.244 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0.421,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0.373,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0.223,0.244 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0.249,0.366 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0.223,0.366 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0.137,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0.122 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0.8,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.61 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.122 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.122 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.122 +0.667,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.191 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.402 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.276 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.366 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.387 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0.3,0,0,0,0.316,0.483,0.483,0,0,0.244 +0.333,0.162,0.162,1,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.16,0.16,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,1,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.333,0.16,0.16,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0.7,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.488 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.366 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.61 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.366 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.305,0.305,0,0,0,0,0.396,0.456,0.456,0,0,0.414 +1,0.305,0.305,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.305,0.305,0,0,0,0,0.396,0.456,0.456,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.318 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.192 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.0775 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.366 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.366 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.366 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.366 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.244 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0.122 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0.5,0,0,0.472,0.591,0.591,0.5,0,0 +0.667,0.268,0.268,0,1,0,0,0.472,0.591,0.591,0.353,0,0.122 +0.667,0.268,0.268,0,1,0,0,0.472,0.591,0.591,0.582,0,0 +0.667,0.324,0.324,0,1,0,0,0.497,0.566,0.566,0.266,0,0 +0.667,0.324,0.324,0,0.6,0,0,0.497,0.566,0.566,0.424,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.353,0,0.194 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.429,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.347 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.353 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.244 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.122 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.34 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.34 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.068 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.466 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.0334 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.213 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.355 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.106 +1,0.381,0.381,0,0,0,0,0.313,0.53,0.53,0,0,0 +1,0.381,0.381,0,0,0,0,0.313,0.53,0.53,0,0,0 +1,0.381,0.381,0,0,0,0,0.313,0.53,0.53,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.234 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.104 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.209 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.488 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,0.3,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.14,0.14,1,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0.5,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0.332,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0.402,0,0 +1,0.268,0.268,0,1,0,0,0.472,0.591,0.591,0,0,0 +1,0.268,0.268,0,1,0,0,0.472,0.591,0.591,0.636,0,0 +1,0.268,0.268,0,1,0,0,0.472,0.591,0.591,0.424,0,0.122 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.326,0,0 +1,0.377,0.377,0,0.5,0,0,0.58,0.653,0.653,0.408,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.418,0,0.244 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.266,0,0.488 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.408,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.799,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.258,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.258,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.44,0,0.366 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.592,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.255,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.734,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0.332,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0.326,0,0.244 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0.766,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0.435,0,0.19 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0.236,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0.236,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.0988 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.488 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.332 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.0663 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.169 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.338 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0.168 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0.202 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.349 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.279 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0.5,0,0,0.242,0.487,0.487,0.359,0,0 +0.333,0.154,0.154,0,1,0,0,0.242,0.487,0.487,0.25,0,0 +0.333,0.154,0.154,0,1,0,0,0.242,0.487,0.487,0.799,0,0 +0.333,0.15,0.15,0,1,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0.6,0.5,0,0.245,0.487,0.487,0,0.309,0.122 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0.309,0 +0.333,0.15,0.15,0,0,1,0,0.245,0.487,0.487,0,0.382,0 +0.333,0.15,0.15,0,0,0.6,0,0.245,0.487,0.487,0,0.519,0 +0.667,0.25,0.25,0,0,0,0.7,0.233,0.508,0.508,0,0,0 +0.667,0.24,0.24,0,0,0,1,0.239,0.517,0.517,0,0.382,0 +0.667,0.24,0.24,0,0,0,1,0.239,0.517,0.517,0,0.369,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0.425,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0.227,0.122 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0.275,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0.433,0 +0.667,0.232,0.232,0.3,0,0,0,0.233,0.525,0.525,0,0.21,0 +0.667,0.232,0.232,1,0,0,0,0.233,0.525,0.525,0,0,0.244 +0.667,0.232,0.232,1,0,0,0,0.233,0.525,0.525,0,0.137,0 +0.667,0.232,0.232,1,0,0,0,0.233,0.525,0.525,0,0.0987,0 +0.667,0.232,0.232,0.9,0,0,0,0.233,0.525,0.525,0,0.309,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0.476,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0.464,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0.442,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0.0858,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0.399,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0.395,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0.0601,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.122 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.366 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.244 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.319 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.197 +1,0.338,0.338,0,0.5,0,0,0.488,0.641,0.641,0.429,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0.571,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0.625,0,0.244 +1,0.377,0.377,0,1,0,0,0.58,0.653,0.653,0.424,0,0.612 +1,0.377,0.377,0,0.6,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.549,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.277,0,0.171 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.522,0,0.0342 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.315,0,0 +1,0.461,0.461,0.3,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.59,0.59,1,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,1,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.41,0.41,1,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.41,0.41,1,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.41,0.41,1,0,0,0,0.521,0.541,0.541,0,0,0.529 +1,0.41,0.41,0.5,0,0,0,0.521,0.541,0.541,0,0,0.0652 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.0537 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.168 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.223 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.732 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0504,0.0504,0,0,0,0,0.288,0.418,0.418,0,0,0 +1,0.0504,0.0504,0,0,0,0,0.288,0.418,0.418,0,0,0 +1,0.0504,0.0504,0,0,0,0,0.288,0.418,0.418,0,0,0 +1,0.0504,0.0504,0,0,0,0,0.288,0.418,0.418,0,0,0 +1,0.0504,0.0504,0,0,0,0,0.288,0.418,0.418,0,0,0 +0.667,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.112 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.173 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.104 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.184 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.244 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.122 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.366 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.366 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0.3,0,0,0,0.325,0.549,0.549,0,0,0.488 +0.667,0.233,0.233,1,0,0,0,0.325,0.549,0.549,0,0,0.488 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0.5,0,0,0,0.411,0.582,0.582,0,0,0.244 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.244 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.488 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.324,0.324,0.8,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,1,0,0,0,0.497,0.566,0.566,0,0,0.122 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,1,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,1,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,1,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.59,0.59,1,0,0,0,0.653,0.579,0.579,0,0,0.366 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,0.8,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0499,0.0499,1,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.103,0.103,1,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0.8,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,1,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,1,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,1,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,1,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.16,0.16,1,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.16,0.16,1,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.16,0.16,0.2,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.122 +1,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.122 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.134 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.349 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.331 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.14 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.297 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.33 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.033 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.167 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.445 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0.38,0,0 +0.333,0.14,0.14,0,1,0,0,0.267,0.491,0.491,0,0,0.377 +0.333,0.14,0.14,0,1,0,0,0.267,0.491,0.491,0.462,0,0.2 +0.333,0.14,0.14,0,1,0,0,0.267,0.491,0.491,0.533,0,0.244 +0.333,0.14,0.14,0,1,0,0,0.27,0.499,0.499,0.62,0,0 +0.333,0.14,0.14,0,0.1,0,0,0.27,0.499,0.499,0.37,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0.571,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0.571,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0.337,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0.408,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0.8,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0.6,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0.5,0,0,0.411,0.582,0.582,0.473,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0.636,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,1,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0.6,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.324,0.324,0,0.5,0,0,0.497,0.566,0.566,0.435,0,0 +0.667,0.324,0.324,0,1,0,0,0.497,0.566,0.566,0.402,0,0 +0.667,0.324,0.324,0,1,0,0,0.497,0.566,0.566,0.228,0,0 +0.667,0.324,0.324,0,1,0,0,0.497,0.566,0.566,0.37,0,0 +0.667,0.324,0.324,0,0.6,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.366 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.366 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.189 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0946 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.159 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.13 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,0.8,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.27,0.27,1,0,0.5,0,0.294,0.508,0.508,0,0.0129,0 +1,0.381,0.381,1,0,1,0,0.313,0.53,0.53,0,0,0 +1,0.381,0.381,1,0,1,0,0.313,0.53,0.53,0,0.373,0 +1,0.381,0.381,1,0,1,0,0.313,0.53,0.53,0,0.0987,0 +1,0.362,0.362,1,0,1,0,0.212,0.53,0.53,0,0,0 +1,0.362,0.362,1,0,0.2,0.1,0.212,0.53,0.53,0,0.356,0 +1,0.362,0.362,1,0,0,1,0.212,0.53,0.53,0,0.414,0 +1,0.362,0.362,0.6,0,0,1,0.212,0.53,0.53,0,0.23,0.244 +1,0.362,0.362,0,0,0,1,0.212,0.53,0.53,0,0.27,0 +1,0.362,0.362,0,0,0,1,0.212,0.53,0.53,0,0.137,0.122 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0.431,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0.384,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0.361,0.488 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0.361,0 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0.0386,0 +1,0.335,0.335,0,0,0,0,0.23,0.542,0.542,0,0,0 +1,0.335,0.335,0,0,0,0,0.23,0.542,0.542,0,0.262,0 +1,0.335,0.335,0,0,0,0,0.23,0.542,0.542,0,0.335,0 +1,0.335,0.335,0,0,0,0,0.23,0.542,0.542,0,0,0 +1,0.335,0.335,0,0,0,0,0.23,0.542,0.542,0,0.47,0 +1,0.335,0.335,0,0,0,0,0.23,0.542,0.542,0,0.431,0 +1,0.324,0.324,0,0,0,0,0.221,0.555,0.555,0,0.163,0 +1,0.324,0.324,0,0,0,0,0.221,0.555,0.555,0,0.163,0 +1,0.324,0.324,0,0,0,0,0.221,0.555,0.555,0,0.309,0.61 +1,0.324,0.324,0,0,0,0,0.221,0.555,0.555,0,0,0 +1,0.324,0.324,0,0,0,0,0.221,0.555,0.555,0,0.322,0 +1,0.324,0.324,0,0,0,0,0.221,0.555,0.555,0,0.309,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0.309,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0.369,0.122 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0.219,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0.33,0 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0.283,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0.283,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0.356,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.156 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.122 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.244 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.338,0.338,0.8,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0.244 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.61 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,1,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.59,0.59,0.5,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.244 +0.667,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +0.667,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.295 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.159 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.128 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.337 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.236 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.298 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.342 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.173 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.158 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.366 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.366 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.366 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.259 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0.402,0,0.122 +0.333,0.14,0.14,0,1,0,0,0.27,0.499,0.499,0.315,0,0 +0.333,0.14,0.14,0,1,0,0,0.27,0.499,0.499,0.234,0,0 +0.333,0.14,0.14,0,1,0,0,0.27,0.499,0.499,0.234,0,0 +0.333,0.14,0.14,0,1,0,0,0.27,0.499,0.499,0.647,0,0 +0.333,0.141,0.141,0,0.1,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0.478,0,0.244 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0.484,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0.467,0,0.31 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0.435,0,0.356 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0.516,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.345 +1,0.338,0.338,0.3,0,0,0,0.488,0.641,0.641,0,0,0.138 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.312 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.307 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.377,0.377,0.3,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0.5,0,0.616,0.616,0.616,0,0.0987,0 +1,0.461,0.461,0,0,1,0,0.616,0.616,0.616,0,0.506,0 +1,0.59,0.59,0,0,0,0.3,0.653,0.579,0.579,0,0.425,0 +1,0.59,0.59,0,0,0,1,0.653,0.579,0.579,0,0.464,0.488 +1,0.59,0.59,0,0,0,1,0.653,0.579,0.579,0,0.382,0 +1,0.59,0.59,0,0,0,1,0.653,0.579,0.579,0,0.73,0 +1,0.59,0.59,0,0,0,1,0.653,0.579,0.579,0,0.309,0 +1,0.41,0.41,0,0,0,1,0.521,0.541,0.541,0,0.361,0 +1,0.496,0.496,0,0,0,0.2,0.509,0.525,0.525,0,0.348,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.321 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.168 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.0671 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.297 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.187 +1,0.305,0.305,0,0,0,0,0.396,0.456,0.456,0,0,0.0935 +0.667,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.157 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.156 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.0624 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.488 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.366 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0.8,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0.6,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.488 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.244 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.122 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.366 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,0.8,0.5,0,0,0.58,0.653,0.653,0.353,0,0.193 +1,0.377,0.377,1,1,0,0,0.58,0.653,0.653,0.554,0,0 +0.667,0.268,0.268,1,1,0,0,0.472,0.591,0.591,0.451,0,0 +1,0.377,0.377,1,1,0,0,0.58,0.653,0.653,0.527,0,0 +1,0.377,0.377,1,0.6,0,0,0.58,0.653,0.653,0.274,0,0 +1,0.377,0.377,0.8,0,0,0,0.58,0.653,0.653,0.274,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.366 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.326 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.0652 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.72,0.72,0,0,1,0,0.635,0.555,0.555,0,0.519,0 +1,0.72,0.72,0,0,1,0,0.635,0.555,0.555,0,0.236,0.271 +1,0.496,0.496,0,0,1,0,0.509,0.525,0.525,0,0.309,0.0339 +1,0.386,0.386,0,0,0.1,0.2,0.448,0.484,0.484,0,0.459,0 +1,0.386,0.386,0,0,0,1,0.448,0.484,0.484,0,0.112,0 +1,0.386,0.386,0,0,0,1,0.448,0.484,0.484,0,0,0 +1,0.386,0.386,0,0,0,1,0.448,0.484,0.484,0,0.283,0 +1,0.386,0.386,0,0,0,1,0.448,0.484,0.484,0,0.296,0 +1,0.386,0.386,0,0,0,1,0.448,0.484,0.484,0,0.296,0 +1,0.183,0.183,0,0,0,1,0.393,0.451,0.451,0,0.309,0 +1,0.183,0.183,0,0,0,1,0.393,0.451,0.451,0,0.322,0 +1,0.116,0.116,0,0,0,1,0.325,0.458,0.458,0,0,0.122 +1,0.116,0.116,0,0,0,0.1,0.325,0.458,0.458,0,0.369,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0.348,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0.369,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.322,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.348,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.309,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.296,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.472,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.309,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0.309,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0.369,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0.232,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0.236,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0.558,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0.0987,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0.249,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0.361,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0.468,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0.309,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0.361,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0.382,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0.631,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0.309,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.396 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0.153 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0.0612 +0.333,0.163,0.163,1,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0.4,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.488 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0.3,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.236,0.236,1,0,0,0,0.282,0.533,0.533,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.252,0.252,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0.366 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.488 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.122 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.196 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.136 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.36 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.339 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.0677 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.122 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0.3,0,0,0,0.304,0.462,0.462,0,0,0.149 +0.667,0.136,0.136,1,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0.34 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0.34 +0.333,0.163,0.163,0.9,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.558 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.1 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.575 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.237 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.135 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.275 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.309 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.337 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.122 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.167 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.0668 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.264 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.0659 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.138 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.142 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.198 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.234 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.352 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.341 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.0682 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.281 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.0956 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.244 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.289,0.289,0.8,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0.6,0,0,0,0.472,0.591,0.591,0.364,0,0 +0.667,0.289,0.289,0,1,0,0,0.472,0.591,0.591,0.647,0,0.122 +0.667,0.289,0.289,0,1,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,1,0,0,0.472,0.591,0.591,0.359,0,0.244 +0.667,0.289,0.289,0,1,0,0,0.472,0.591,0.591,0.342,0,0 +0.667,0.362,0.362,0,0.1,0,0,0.497,0.566,0.566,0.391,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.366 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.337 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.303 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.366 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.244 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.299 +1,0.397,0.397,0.3,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.397,0.397,1,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.397,0.397,1,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,1,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.223,0.223,1,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.163,0.163,1,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.163,0.163,0.5,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.312 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.285 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.22 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.134 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0.31 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.0335 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.201 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.344 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.103 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.668,0.668,0,0.5,0,0,0.653,0.579,0.579,0.473,0,0 +1,0.668,0.668,0,1,0,0,0.653,0.579,0.579,0.761,0,0.283 +1,0.668,0.668,0,1,0,0,0.653,0.579,0.579,0.435,0,0.161 +1,0.788,0.788,0,1,0,0,0.635,0.555,0.555,0.549,0,0 +1,0.788,0.788,0,0.6,0,0,0.635,0.555,0.555,0,0,0.488 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.337,0,0.122 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.527,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.263,0.263,0,0,0.5,0,0.227,0.508,0.508,0,0.296,0 +1,0.263,0.263,0,0,1,0,0.227,0.508,0.508,0,0.309,0 +1,0.256,0.256,0,0,0,0.3,0.233,0.508,0.508,0,0.137,0 +1,0.256,0.256,0,0,0,1,0.233,0.508,0.508,0,0.309,0 +1,0.256,0.256,0,0,0,1,0.233,0.508,0.508,0,0,0 +0.667,0.153,0.153,0,0,0,1,0.245,0.487,0.487,0,0.373,0 +0.667,0.153,0.153,0,0,0,1,0.245,0.487,0.487,0,0.0601,0 +0.667,0.153,0.153,0,0,0,1,0.245,0.487,0.487,0,0,0 +0.667,0.147,0.147,0,0,0,0.1,0.248,0.491,0.491,0,0.369,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0.369,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0.0258,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0.348,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0.472,0 +0.667,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0.249,0 +0.667,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0.258,0 +0.667,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0.73,0 +0.667,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0.408,0 +0.667,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0.0601,0.122 +0.667,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.543,0.366 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.47,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.249,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.0515,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.244 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.0601,0 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.0987,0.122 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.575,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.313,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.631,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.193,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.451,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.579,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.159,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.309,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0.0601,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0.0258,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0.408,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0.382,0.122 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0.137,0.244 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.407 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.098 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.252,0.252,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.289,0.289,0.1,0,0,0,0.472,0.591,0.591,0,0,0.334 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.289,0.289,0,0.5,0,0,0.472,0.591,0.591,0.37,0,0 +0.667,0.289,0.289,0,1,0,0,0.472,0.591,0.591,0.38,0,0 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.418,0,0.244 +1,0.518,0.518,0,1,0,0,0.616,0.616,0.616,0.293,0,0 +1,0.518,0.518,0,1,0,0,0.616,0.616,0.616,0.321,0,0 +1,0.518,0.518,0,1,0,0,0.616,0.616,0.616,0,0,0 +1,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.315,0,0 +1,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.446,0,0 +1,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.473,0,0.122 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.457,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.582,0,0.488 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.339 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0.3,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,1,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.256,0.256,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0.5,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.488 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.244 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.366 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.488 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.366 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0.488 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0.488 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0.366 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.341 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.0341 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0.3,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.668,0.668,1,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.788,0.788,0.1,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.244 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.366 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.217 +1,0.571,0.571,0,0,0.5,0,0.543,0.493,0.493,0,0.137,0 +1,0.571,0.571,0,0,1,0,0.543,0.493,0.493,0,0.236,0 +1,0.183,0.183,0,0,0,0.3,0.393,0.451,0.451,0,0.124,0 +1,0.183,0.183,0,0,0,1,0.393,0.451,0.451,0,0.421,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0.545,0.349 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0.459,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.309,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.0386,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0.433,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0.0386,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0.122 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0.345 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.192 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.353 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.0353 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.333 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.2 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0.339 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0.0678 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.244 +0.333,0.163,0.163,0,0.5,0,0,0.316,0.483,0.483,0.462,0,0 +0.333,0.163,0.163,0,1,0,0,0.316,0.483,0.483,0.625,0,0 +0.333,0.163,0.163,0,1,0,0,0.316,0.483,0.483,0.408,0,0 +0.333,0.162,0.162,0,1,0,0,0.276,0.487,0.487,0.495,0,0 +0.333,0.162,0.162,0,0.6,0,0,0.276,0.487,0.487,0.234,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0.234,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0.299,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.114 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.333 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.0998 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.366 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.366 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0.8,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.258,0.495,0.495,0,0,0.366 +0.333,0.142,0.142,1,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0.5,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0.8,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0.6,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0.3,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.252,0.252,1,0.5,0,0,0.411,0.582,0.582,0.391,0,0 +0.667,0.252,0.252,1,1,0,0,0.411,0.582,0.582,0.44,0,0 +0.667,0.252,0.252,1,1,0,0,0.411,0.582,0.582,0.332,0,0.122 +0.667,0.252,0.252,1,1,0,0,0.411,0.582,0.582,0.413,0,0 +0.667,0.252,0.252,1,0.6,0,0,0.411,0.582,0.582,0.215,0,0 +1,0.353,0.353,1,0,0,0,0.488,0.641,0.641,0.215,0,0 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0.467,0,0 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0.8,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.488 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.273 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.244 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.147 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.147 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.366 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.441 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.246 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0.122 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0.158 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0.5,0,0,0.488,0.641,0.641,0.462,0,0 +1,0.353,0.353,0,1,0,0,0.488,0.641,0.641,0.565,0,0 +1,0.353,0.353,0,1,0,0,0.488,0.641,0.641,0.549,0,0.122 +1,0.408,0.408,0.8,1,0,0,0.58,0.653,0.653,0.429,0,0 +1,0.408,0.408,1,0.6,0,0,0.58,0.653,0.653,0.286,0,0 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0.572,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0.38,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.488 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.488 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.279 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.0941 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.326 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.0326 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.328 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.207 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.164 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.387,0.387,0,0,0,0,0.313,0.53,0.53,0,0,0 +1,0.387,0.387,0,0,0,0,0.313,0.53,0.53,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.352 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.211 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.366 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.488 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.488 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0.3,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.143,0.143,0.1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.366 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.122 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.122 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.366 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.244 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.174 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.348 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.104 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.244 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.366 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.159 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.173 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0.328 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0.262 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0.228 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.0652 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.193 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.0964 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.199 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.244 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.244 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0.122 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.122 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.244 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.417 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.244 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.244 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0.135 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0.0327 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0.327 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0327 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.306 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.283 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.113 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,1,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0.5,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.166 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.199 +1,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.131,0.131,0,0,0,0,0.331,0.407,0.407,0,0,0 +1,0.131,0.131,0,0,0,0,0.331,0.407,0.407,0,0,0.102 +1,0.131,0.131,0,0,0,0,0.331,0.407,0.407,0,0,0 +1,0.131,0.131,0,0,0,0,0.331,0.407,0.407,0,0,0 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0.155 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0.0311 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0.301 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0.0334 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.17 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.278 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.366 +0.667,0.274,0.274,0.3,0,0,0,0.294,0.508,0.508,0.288,0,0.122 +0.333,0.162,0.162,1,1,0,0,0.276,0.487,0.487,0.571,0,0 +0.667,0.274,0.274,1,1,0,0,0.294,0.508,0.508,0.168,0,0 +0.667,0.274,0.274,1,1,0,0,0.294,0.508,0.508,0.168,0,0 +0.667,0.274,0.274,1,1,0,0,0.294,0.508,0.508,0.457,0,0 +0.667,0.263,0.263,1,0.1,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,1,0,0,0,0.227,0.508,0.508,0,0,0 +0.333,0.156,0.156,0.9,0,0,0,0.242,0.487,0.487,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0.3,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.291,0.507,0.507,0,0,0.244 +0.667,0.252,0.252,1,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.252,0.252,0.5,0,0,0,0.411,0.582,0.582,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.366 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.518,0.518,0,0.5,0,0,0.616,0.616,0.616,0.63,0,0 +1,0.518,0.518,0,1,0,0,0.616,0.616,0.616,0.397,0,0 +1,0.518,0.518,0,1,0,0,0.616,0.616,0.616,0.598,0,0 +1,0.518,0.518,0,1,0,0,0.616,0.616,0.616,0.424,0,0 +1,0.518,0.518,0,0.6,0,0,0.616,0.616,0.616,0.277,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.277,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.337,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.603,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.177 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.0354 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.366 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.442 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.122 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.244 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +1,0.408,0.408,0,0,1,0,0.58,0.653,0.653,0,0.236,0 +1,0.408,0.408,0,0,1,0,0.58,0.653,0.653,0,0.258,0 +1,0.408,0.408,0,0,1,0,0.58,0.653,0.653,0,0.519,0 +1,0.408,0.408,0,0,1,0,0.58,0.653,0.653,0,0.309,0 +1,0.408,0.408,0,0,0.5,0,0.58,0.653,0.653,0,0.0601,0 +1,0.408,0.408,0,0,0,0.8,0.58,0.653,0.653,0,0,0.122 +1,0.518,0.518,0,0,0,1,0.616,0.616,0.616,0,0.421,0 +1,0.518,0.518,0.3,0,0,1,0.616,0.616,0.616,0,0.309,0 +1,0.518,0.518,1,0,0,1,0.616,0.616,0.616,0,0.369,0 +1,0.518,0.518,1,0,0,0.2,0.616,0.616,0.616,0,0.554,0 +1,0.518,0.518,1,0,0,0,0.616,0.616,0.616,0,0.262,0.122 +1,0.518,0.518,1,0,0,0,0.616,0.616,0.616,0,0.283,0.244 +1,0.668,0.668,1,0,0,0,0.653,0.579,0.579,0,0.429,0.366 +1,0.668,0.668,1,0,0,0,0.653,0.579,0.579,0,0.631,0 +1,0.668,0.668,1,0,0,0,0.653,0.579,0.579,0,0.223,0 +1,0.668,0.668,1,0,0,0,0.653,0.579,0.579,0,0.27,0 +1,0.668,0.668,1,0,0,0,0.653,0.579,0.579,0,0.296,0.122 +1,0.668,0.668,1,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.788,0.788,1,0,0,0,0.635,0.555,0.555,0,0.524,0 +1,0.788,0.788,1,0,0,0,0.635,0.555,0.555,0,0.476,0 +1,0.788,0.788,1,0,0,0,0.635,0.555,0.555,0,0,0.122 +1,0.788,0.788,1,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,1,0,0,0,0.635,0.555,0.555,0,0,0.151 +1,0.788,0.788,1,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,1,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,1,0,0,0,0.543,0.493,0.493,0,0,0.244 +1,0.571,0.571,1,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0.9,0,0,0,0.543,0.493,0.493,0,0,0.407 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.526 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.248 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.218 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +1,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +1,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.178 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.127 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +1,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.203 +1,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.184 +1,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.138 +1,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +1,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +1,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.236 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0.462,0,0 +0.667,0.237,0.237,0,1,0,0,0.233,0.525,0.525,0.565,0,0.244 +0.667,0.237,0.237,0.8,1,0,0,0.233,0.525,0.525,0,0,0.366 +0.667,0.237,0.237,1,1,0,0,0.233,0.525,0.525,0.446,0,0 +0.667,0.237,0.237,1,1,0,0,0.233,0.525,0.525,0.38,0,0.244 +0.667,0.235,0.235,1,1,0,0,0.258,0.525,0.525,0.554,0,0 +0.667,0.235,0.235,1,0.5,0,0,0.258,0.525,0.525,0,0,0.244 +0.667,0.235,0.235,1,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.258,0.525,0.525,0.587,0,0 +0.667,0.235,0.235,1,0,0,0,0.258,0.525,0.525,0.375,0,0 +0.667,0.235,0.235,1,0,0,0,0.258,0.525,0.525,0.609,0,0 +0.667,0.235,0.235,1,0,0,0,0.276,0.517,0.517,0.435,0,0 +0.667,0.235,0.235,1,0,0,0,0.276,0.517,0.517,0.236,0,0 +0.667,0.235,0.235,1,0,0,0,0.276,0.517,0.517,0.236,0,0 +0.667,0.235,0.235,1,0,0,0,0.276,0.517,0.517,0.424,0,0 +0.667,0.235,0.235,1,0,0,0,0.276,0.517,0.517,0.429,0,0 +0.667,0.235,0.235,1,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,1,0,0,0,0.282,0.533,0.533,0.429,0,0 +0.667,0.236,0.236,0.1,0,0,0,0.282,0.533,0.533,0.587,0,0.244 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0.321,0,0.122 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0.364,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0.549,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0.446,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0.397,0,0.244 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0.397,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0.62,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0.236,0,0.122 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0.236,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0.495,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0.37,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0.505,0,0.122 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0.451,0,0.244 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0.38,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0.554,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0.321,0,0.122 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0.337,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0.446,0,0.488 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0.326,0,0.122 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.429,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.44,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.25,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.457,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.435,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.582,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.582,0,0.244 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.435,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.244 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.153 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.061 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.264 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.281 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.0956 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.122 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.354 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.0354 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.165 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.132 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.488 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.366 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0.3,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,1,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.236,0.236,1,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0.5,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0.122 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0.5,0,0,0.58,0.653,0.653,0.5,0,0 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.408,0,0.122 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.375,0,0 +1,0.518,0.518,0,1,0,0,0.616,0.616,0.616,0.418,0,0 +1,0.518,0.518,0,0.6,0,0,0.616,0.616,0.616,0.277,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.533,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.467,0,0.244 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.533,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.424,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.182,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.182,0,0.244 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.413,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.527,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.359,0,0.488 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.408,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.359,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.587,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0.326,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0.386,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0.576,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0.446,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.288,0.418,0.418,0,0,0.244 +0.667,0.0506,0.0506,0,0,0,0,0.288,0.418,0.418,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.288,0.418,0.418,0,0,0 +0.667,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0 +0.667,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0.342 +0.667,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0.348 +0.667,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0 +0.667,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0 +0.667,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0.032 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.288 +0.667,0.222,0.222,0,0,0.5,0,0.35,0.459,0.459,0,0.361,0 +0.667,0.222,0.222,0,0,1,0,0.35,0.459,0.459,0,0,0 +0.667,0.222,0.222,0,0,1,0,0.35,0.459,0.459,0,0,0 +0.667,0.222,0.222,0,0,0.5,0,0.35,0.459,0.459,0,0,0.17 +0.333,0.136,0.136,0,0,0,0.8,0.304,0.462,0.462,0,0,0.238 +0,0.0495,0.0495,0,0,0,1,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0.9,0.258,0.465,0.465,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.244 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.244 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.488 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0.3,0,0,0,0.488,0.641,0.641,0.44,0,0 +1,0.252,0.252,1,1,0,0,0.411,0.582,0.582,0.337,0,0 +1,0.289,0.289,1,1,0,0,0.472,0.591,0.591,0,0,0 +1,0.289,0.289,1,1,0,0,0.472,0.591,0.591,0.56,0,0.366 +1,0.408,0.408,1,1,0,0,0.58,0.653,0.653,0.375,0,0.244 +1,0.408,0.408,1,0.1,0,0,0.58,0.653,0.653,0.38,0,0 +1,0.408,0.408,0.4,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.446,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.462,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.353,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.321,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.219 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.171 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.308 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0.3,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,1,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.366 +0.333,0.142,0.142,0,0.5,0,0,0.267,0.491,0.491,0.489,0,0 +0.333,0.142,0.142,0,1,0,0,0.267,0.491,0.491,0.473,0,0.366 +0.333,0.142,0.142,0,1,0,0,0.267,0.491,0.491,0.56,0,0 +0.333,0.142,0.142,0,1,0,0,0.267,0.491,0.491,0.658,0,0 +0.333,0.142,0.142,0,0.6,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0.685,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0.522,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0.462,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0.418,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0.446,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0.304,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0.652,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.366 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0.587,0,0.488 +1,0.353,0.353,0,1,0,0,0.488,0.641,0.641,0.391,0,0.244 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.484,0,0.366 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.609,0,0 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.37,0,0 +1,0.408,0.408,0,0.5,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.533,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.467,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.522,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.418,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.179,0,0.17 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.179,0,0.0681 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.424,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.538,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.5,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.293,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.511,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.473,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.647,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.353,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.264,0,0.421 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.264,0,0.106 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0.402,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0.728,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.246 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.17 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.202 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.208 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.162 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.341 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.341 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.102 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +1,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.175 +1,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.035 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.165 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.287 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.168 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.202 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.244 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +1,0.327,0.327,0,0,0,0,0.285,0.542,0.542,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0.167 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0.338 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.411,0.582,0.582,0,0,0.488 +0.667,0.252,0.252,1,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.289,0.289,1,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.289,0.289,1,0,0,0,0.472,0.591,0.591,0,0,0.122 +0.667,0.289,0.289,1,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0.9,0,0,0,0.472,0.591,0.591,0,0,0.122 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.366 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.244 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.366 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.333,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.366 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.488 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.211 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.134 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.167 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.26 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.161 +1,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0.161 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.342 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.308 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.0312 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.218 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.34 +1,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.034 +1,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.366 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.204 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.488 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.245 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.0925 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0.3,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,1,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0.4,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.183 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.185 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.337 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.333 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.654 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.385 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.122 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0.122 +1,0.353,0.353,0,0,1,0,0.488,0.641,0.641,0,0.21,0 +1,0.353,0.353,0,0,1,0,0.488,0.641,0.641,0.457,0.249,0 +1,0.353,0.353,0,1,1,0,0.488,0.641,0.641,0.418,0,0.122 +1,0.353,0.353,0.8,1,0,0.3,0.488,0.641,0.641,0,0.185,0 +1,0.353,0.353,1,1,0,1,0.488,0.641,0.641,0.255,0.309,0 +1,0.353,0.353,1,1,0,1,0.488,0.641,0.641,0.522,0,0.122 +1,0.408,0.408,0,0.1,0,1,0.58,0.653,0.653,0,0.408,0 +1,0.408,0.408,0,0,0,0.7,0.58,0.653,0.653,0.408,0.309,0 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.283,0.427,0 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.171,0.217,0 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.171,0,0 +1,0.408,0.408,0,1,0,0,0.58,0.653,0.653,0.522,0,0 +1,0.518,0.518,0,0.1,0,0,0.616,0.616,0.616,0.592,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.424,0,0 +1,0.668,0.668,0,1,0,0,0.653,0.579,0.579,0.457,0,0 +1,0.668,0.668,0,1,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,1,0,0,0.653,0.579,0.579,0.462,0,0.122 +1,0.668,0.668,0,1,0,0,0.653,0.579,0.579,0.609,0,0 +1,0.788,0.788,0,0.1,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +1,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.122 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.366 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0.5,0,0,0.258,0.525,0.525,0.348,0,0 +0.667,0.235,0.235,0,1,0,0,0.258,0.525,0.525,0.685,0,0 +0.667,0.235,0.235,0,1,0,0,0.258,0.525,0.525,0.538,0,0 +0.667,0.235,0.235,0,1,0,0,0.258,0.525,0.525,0.299,0,0 +0.667,0.235,0.235,0,1,0,0,0.258,0.525,0.525,0.19,0,0 +0.667,0.235,0.235,0,1,0,0,0.258,0.525,0.525,0.19,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.488 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.122 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.244 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.366 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.488 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0.3,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.518,0.518,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,1,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.518,0.518,1,0,0,0,0.616,0.616,0.616,0,0,0.366 +1,0.518,0.518,1,0,0,0,0.616,0.616,0.616,0,0,0.61 +1,0.518,0.518,0.4,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.333 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.0999 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.366 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.244 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.122 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0.163 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0.195 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0.122 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0.105 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.1 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.147 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,0.3,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.153,0.153,1,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.245,0.245,1,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0.5,0,0,0,0.239,0.517,0.517,0.402,0,0 +0.667,0.245,0.245,0,1,0,0,0.239,0.517,0.517,0.592,0,0 +0.667,0.245,0.245,0,1,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,1,0,0,0.239,0.517,0.517,0.462,0,0 +0.667,0.245,0.245,0,1,0,0,0.239,0.517,0.517,0.435,0,0 +0.667,0.237,0.237,0,0.1,0,0,0.233,0.525,0.525,0.332,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0.353,0,0.122 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.366 +1,0.331,0.331,0,0,0,0,0.221,0.555,0.555,0,0,0 +1,0.328,0.328,0,0,0,0,0.258,0.555,0.555,0,0,0 +1,0.328,0.328,0,0,0,0,0.258,0.555,0.555,0,0,0.17 +1,0.328,0.328,0,0,0,0,0.258,0.555,0.555,0,0,0.549 +1,0.328,0.328,0,0,0,0,0.258,0.555,0.555,0,0,0 +1,0.328,0.328,0,0,0,0,0.258,0.555,0.555,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.122 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0.5,0,0,0.282,0.533,0.533,0.418,0,0 +0.667,0.236,0.236,0,1,0,0,0.282,0.533,0.533,0.326,0,0 +1,0.329,0.329,0,1,0,0,0.294,0.567,0.567,0.38,0,0 +1,0.334,0.334,0,1,0,0,0.359,0.592,0.592,0.402,0,0 +1,0.334,0.334,0,0.6,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0.31,0,0.218 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0.5,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0.457,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0.364,0,0 +0.333,0.151,0.151,0,0,0.5,0,0.334,0.524,0.524,0.326,0.223,0.174 +0.667,0.252,0.252,0,0,1,0,0.411,0.582,0.582,0.182,0,0.4 +0.667,0.252,0.252,0,0,0,0.3,0.411,0.582,0.582,0.182,0.249,0 +0.667,0.252,0.252,0,0,0,1,0.411,0.582,0.582,0,0.124,0.488 +0.667,0.252,0.252,0,0,0,1,0.411,0.582,0.582,0,0.223,0.366 +0.667,0.289,0.289,0,0,0,1,0.472,0.591,0.591,0,0.567,0.15 +0.667,0.289,0.289,0,0,0,1,0.472,0.591,0.591,0,0.348,0 +0.667,0.289,0.289,0,0,0,1,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0.1,0.472,0.591,0.591,0,0.172,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0.0258,0.488 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0.322,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0.433,0.244 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0.185,0.244 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0.112,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.244 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.164 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.488 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.163 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.0978 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.172 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.103 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.488 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.163 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.354 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.0354 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.172 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.069 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.205 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.488 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.247 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.291 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.237 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,1,0,0,0,0.411,0.582,0.582,0,0,0.224 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0.339 +1,0.408,0.408,0.5,0,0,0,0.58,0.653,0.653,0,0,0.224 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.332 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.219 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.303 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.0674 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.527 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.161 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.17 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0679 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.122 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.0733 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.288 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.351 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.158 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.063 +0.667,0.277,0.277,0,0,1,0,0.374,0.5,0.5,0,0.309,0 +0.667,0.277,0.277,0,0,1,0,0.374,0.5,0.5,0.418,0.309,0 +0.667,0.277,0.277,0,1,1,0,0.374,0.5,0.5,0.402,0.309,0 +0.667,0.277,0.277,0,1,0,0.3,0.374,0.5,0.5,0,0.506,0 +0.667,0.277,0.277,0,1,0,1,0.374,0.5,0.5,0.364,0.395,0 +0.667,0.277,0.277,0,1,0,0,0.374,0.5,0.5,0.38,0,0 +0.667,0.274,0.274,0,1,0,0,0.294,0.508,0.508,0,0.575,0 +0.667,0.274,0.274,0,0.5,0,0,0.294,0.508,0.508,0.511,0.412,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0.462,0.296,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0.459,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0.348,0.15,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0.446,0.476,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0.167,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0.296,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0.283,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0.309,0.122 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0.283,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0.0515,0.122 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0.472,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0.631,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0.309,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0.433,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0.112,0.122 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0.258,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0.408,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0.459,0.244 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0.258,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0.395,0.122 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0.496,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0.521,0.61 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0.369,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.159,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.0386,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.411,0.582,0.582,0,0,0.366 +0.667,0.252,0.252,1,0,0,0,0.411,0.582,0.582,0,0,0.244 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0.366 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.366 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.244 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.131,0.131,0,0,0,0,0.331,0.407,0.407,0,0,0.322 +1,0.131,0.131,0,0,0,0,0.331,0.407,0.407,0,0,0 +1,0.131,0.131,0,0,0,0,0.331,0.407,0.407,0,0,0 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0.167 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0.1 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.172 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,0.8,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0.488 +0.667,0.277,0.277,1,0,0,0,0.374,0.5,0.5,0,0,0.244 +0.333,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0.5,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.134 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.17 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.4 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.168 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.171 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.136 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0.5,0,0.258,0.465,0.465,0,0.124,0 +0.333,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0,0 +0.667,0.143,0.143,0,0,1,0,0.245,0.495,0.495,0,0.296,0 +0.667,0.143,0.143,0,0,0.5,0,0.245,0.495,0.495,0,0.391,0.122 +0.667,0.143,0.143,0,0,0,0.8,0.245,0.495,0.495,0,0.313,0 +0.667,0.142,0.142,0,0,0,0.5,0.258,0.495,0.495,0,0.236,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.309,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.296,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.258,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.249,0 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.159,0 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.472,0 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.0386,0 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.283,0 +0.667,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.0258,0 +1,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0.519,0 +1,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0.275,0 +1,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0.335,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0.124,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0.0386,0.488 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0.614,0.366 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0.155,0.122 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0.296,0.122 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0.408,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0.185,0.291 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.0338 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0.373,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0.249,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0.137,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0.21,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0.519,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0.122 +1,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.05,0.05,1,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.05,0.05,0.5,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.179 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0.5,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.222 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.156 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.0312 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.488 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.122 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.244 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,1,0,0.244 +0.333,0.151,0.151,0,1,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.169,0.169,0,1,0,0,0.365,0.528,0.528,0.326,0,0 +0.333,0.169,0.169,0,1,0,0,0.365,0.528,0.528,0.418,0,0.488 +0.667,0.289,0.289,0,1,0,0,0.472,0.591,0.591,0.326,0,0 +0.667,0.289,0.289,0,0.1,0,0,0.472,0.591,0.591,0.451,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.362,0.362,0,0.5,0,0,0.497,0.566,0.566,0.636,0,0.122 +0.667,0.362,0.362,0,1,0,0,0.497,0.566,0.566,0.489,0,0.122 +0.667,0.362,0.362,0,1,0,0,0.497,0.566,0.566,0.587,0,0 +0.667,0.362,0.362,0,1,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0.6,0,0,0.497,0.566,0.566,0.364,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.283,0,0.244 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.296,0.296,0.8,0,0,0,0.383,0.495,0.495,0,0,0 +0.667,0.296,0.296,1,0,0,0,0.383,0.495,0.495,0,0,0.122 +0.667,0.296,0.296,1,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.397,0.397,1,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,1,0,0,0,0.448,0.484,0.484,0,0,0.122 +1,0.397,0.397,0.9,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.333 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.2 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.129 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.0966 +1,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0.547 +1,0.104,0.104,0.3,0,0,0,0.307,0.426,0.426,0,0,0.104 +1,0.104,0.104,1,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.222,0.222,0.1,0,0,0,0.35,0.459,0.459,0,0,0.137 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.309 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.366 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.244 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.488 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.244 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.244 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.244 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.315 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.341 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0.8,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,1,0,0,0,0.616,0.616,0.616,0.397,0,0.122 +1,0.518,0.518,1,1,0,0,0.616,0.616,0.616,0.533,0,0.244 +1,0.668,0.668,1,1,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0.5,1,0,0,0.653,0.579,0.579,0.424,0,0 +1,0.668,0.668,0,1,0,0,0.653,0.579,0.579,0.337,0,0 +1,0.462,0.462,0,0.1,0,0,0.521,0.541,0.541,0.56,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.239,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.848,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.478,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.527,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.239,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.366 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0.31,0,0.488 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0.5,0,0,0.258,0.465,0.465,0.451,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.375,0,0 +1,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.467,0,0 +1,0.162,0.162,0,1,0,0,0.276,0.487,0.487,0.413,0,0 +1,0.162,0.162,0,1,0,0,0.276,0.487,0.487,0.174,0,0 +0.667,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.174,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.23 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.104 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.173 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0.3,0,0,0,0.233,0.508,0.508,0,0,0 +1,0.359,0.359,1,0,0,0,0.221,0.53,0.53,0,0,0 +1,0.343,0.343,0.1,0,0,0,0.23,0.542,0.542,0,0,0 +1,0.343,0.343,0,0,0,0,0.23,0.542,0.542,0,0,0 +1,0.343,0.343,0,0,0,0,0.23,0.542,0.542,0,0,0 +1,0.343,0.343,0,0,0,0,0.23,0.542,0.542,0,0,0 +1,0.343,0.343,0,0,0,0,0.23,0.542,0.542,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.144,0.144,0.8,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0.244 +0.667,0.239,0.239,0.9,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.122 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.732 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0.244 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.122 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.366 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.244 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.244 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0.122 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +0.333,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0.154 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.306 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.288 +0.667,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.35 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.122 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.15 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.244 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.257 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.0679 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.34 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.136 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.284 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.176 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.0703 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.366 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.244 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.122 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.244 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.244 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.732 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.244 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.244 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.244 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,0.3,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.542,0.542,1,0,0,0,0.509,0.525,0.525,0,0,0 +0.667,0.223,0.223,1,0,0,0,0.353,0.475,0.475,0,0,0 +0.667,0.223,0.223,1,0,0,0,0.353,0.475,0.475,0,0,0.366 +0.667,0.223,0.223,1,0,0,0,0.353,0.475,0.475,0,0,0.244 +0.667,0.223,0.223,1,0,0,0,0.353,0.475,0.475,0,0,0.122 +0.667,0.223,0.223,0.4,0,0,0,0.353,0.475,0.475,0,0,0.156 +0.667,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.122 +0.667,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.366 +0.667,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.122 +0.667,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.244 +0.667,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.278 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.341 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.156 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.122 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.341 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.334 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.14 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.194 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.13 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0.3,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,1,0,0,0,0.291,0.507,0.507,0,0,0 +1,0.334,0.334,1,0,0,0,0.359,0.592,0.592,0,0,0.316 +1,0.334,0.334,1,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,1,0,0,0,0.359,0.592,0.592,0,0,0.244 +1,0.353,0.353,1,0,0,0,0.488,0.641,0.641,0,0,0.122 +1,0.353,0.353,1,0,0,0,0.488,0.641,0.641,0,0,0.162 +1,0.353,0.353,1,0,0,0,0.488,0.641,0.641,0,0,0.0649 +1,0.353,0.353,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0.3,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.121 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.212 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.716 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.284 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.276 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.488 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.295 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.244 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.167 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.234 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.285 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.122 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0.3,0,0,0,0.227,0.508,0.508,0,0,0.177 +0.667,0.263,0.263,1,0,0,0,0.227,0.508,0.508,0,0,0.141 +0.667,0.263,0.263,0.1,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.329 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.0658 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.273 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.19 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0.3,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,1,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,1,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0.9,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0.397,0,0 +0.333,0.143,0.143,0,1,0,0,0.245,0.495,0.495,0.438,0,0.122 +0.333,0.142,0.142,0,1,0,0,0.258,0.495,0.495,0.219,0,0 +0.333,0.142,0.142,0,1,0,0,0.258,0.495,0.495,0.484,0,0.366 +0.333,0.142,0.142,0,1,0,0,0.258,0.495,0.495,0.212,0,0.122 +0.333,0.142,0.142,0,0.1,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.488 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.24 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.366 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.658 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.55 +0.667,0.289,0.289,0.8,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.472,0.591,0.591,0,0,0 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0.0353 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0.353 +1,0.408,0.408,1,0,0,0,0.58,0.653,0.653,0,0,0.353 +1,0.408,0.408,0.9,0,0,0,0.58,0.653,0.653,0,0,0.141 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.244 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.49 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.156 +0.333,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,0.3,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,1,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,1,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0.9,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0.5,0,0.245,0.487,0.487,0,0.309,0 +0.333,0.153,0.153,0,0,1,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,1,0,0.245,0.487,0.487,0,0.446,0 +0.333,0.153,0.153,0,0,0.5,0,0.245,0.487,0.487,0,0.249,0 +0.333,0.153,0.153,0,0,0,0.8,0.245,0.487,0.487,0,0,0 +0.333,0.147,0.147,0,0,0,1,0.248,0.491,0.491,0,0.408,0 +0.333,0.147,0.147,0,0,0,1,0.248,0.491,0.491,0,0.27,0 +0.333,0.147,0.147,0,0,0,1,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0.2,0.248,0.491,0.491,0,0.421,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0.258,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0.232,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0.296,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.333 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.41 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.247 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0985 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.652 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.244 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.488 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.122 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.366 +0.667,0.239,0.239,0.3,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0.244 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0.244 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.239,0.239,1,0,0,0,0.325,0.549,0.549,0,0,0.366 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.244 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.488 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.61 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.122 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.206,0.206,0.8,0,0,0,0.377,0.516,0.516,0,0,0 +0.333,0.206,0.206,1,0,0,0,0.377,0.516,0.516,0,0,0 +0.333,0.206,0.206,1,0,0,0,0.377,0.516,0.516,0,0,0 +0.333,0.256,0.256,1,0,0,0,0.39,0.503,0.503,0,0,0 +0.333,0.256,0.256,0.5,0,0,0,0.39,0.503,0.503,0,0,0.244 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.244 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.432 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.0917 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.222,0.222,0,0,1,0,0.35,0.459,0.459,0,0.356,0 +1,0.222,0.222,0,0,1,0,0.35,0.459,0.459,0,0.223,0.175 +1,0.222,0.222,0,0,1,0,0.35,0.459,0.459,0,0,0.175 +1,0.222,0.222,0,0,0,0.3,0.35,0.459,0.459,0,0.283,0 +1,0.222,0.222,0,0,0,1,0.35,0.459,0.459,0,0.0987,0 +1,0.222,0.222,0,0,0,1,0.35,0.459,0.459,0,0,0 +1,0.39,0.39,0,0,0,1,0.432,0.518,0.518,0,0,0 +1,0.39,0.39,0,0,0,1,0.432,0.518,0.518,0,0,0.34 +1,0.39,0.39,0,0,0,1,0.432,0.518,0.518,0,0,0.34 +1,0.39,0.39,0,0,0,0.1,0.432,0.518,0.518,0,0,0 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.271 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.175 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.035 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.244 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.122 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.244 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.143,0.143,0.3,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.237,0.237,1,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,1,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.237,0.237,0.5,0,0.5,0,0.233,0.525,0.525,0,0.395,0 +0.667,0.237,0.237,0,0,1,0,0.233,0.525,0.525,0,0.0644,0 +0.667,0.235,0.235,0,0,0,0.3,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,1,0.258,0.525,0.525,0,0.296,0 +0.667,0.235,0.235,0,0,0,1,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,1,0.258,0.525,0.525,0,0.309,0 +0.667,0.235,0.235,0,0,0,0.7,0.258,0.525,0.525,0,0.296,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0.506,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0.352,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0.142,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0.485,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0.236,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0.185,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0.519,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0.427,0.488 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0.217,0.122 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0.348,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0.395,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0.223,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0.459,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0.223,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0.073,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0.0258,0 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0.122 +1,0.353,0.353,0.8,0,0,0,0.488,0.641,0.641,0,0.236,0 +1,0.353,0.353,0.6,0,0,0,0.488,0.641,0.641,0,0.236,0.122 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0.258,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.636 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.274 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.594 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.122 +1,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.0627 +1,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.533,0,0.0941 +1,0.362,0.362,0,1,0,0,0.497,0.566,0.566,0.315,0,0 +1,0.462,0.462,0,1,0,0,0.521,0.541,0.541,0.264,0,0 +1,0.462,0.462,0,1,0,0,0.521,0.541,0.541,0.264,0,0 +1,0.462,0.462,0,1,0,0,0.521,0.541,0.541,0.424,0,0 +1,0.462,0.462,0,0.1,0,0,0.521,0.541,0.541,0.571,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.777,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.312,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.312,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.353,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.359,0,0.244 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.353,0,0.706 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.386,0,0.102 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.488 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0.122 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.324 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.0324 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.17 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.272 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.122 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.386 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.177 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.0706 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.178 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.335 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.239,0.239,0,0.5,0,0,0.325,0.549,0.549,0.304,0,0 +0.667,0.239,0.239,0,1,0,0,0.325,0.549,0.549,0.315,0,0 +0.333,0.144,0.144,0,1,0,0,0.291,0.507,0.507,0.516,0,0 +0.667,0.239,0.239,0,1,0,0,0.325,0.549,0.549,0.527,0,0 +0.667,0.239,0.239,0,1,0,0,0.325,0.549,0.549,0.511,0,0 +0.667,0.239,0.239,0,1,0,0,0.325,0.549,0.549,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0.3,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,1,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0.5,0,0,0,0.411,0.582,0.582,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.244 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.122 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.488 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.122 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.244 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.244 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.256 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.117 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.0351 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.351 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.122 +1,0.286,0.286,0.8,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0,0,0.457 +1,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0,0,0.539 +1,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0,0,0.034 +1,0.392,0.392,1,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.392,0.392,1,0,0,0,0.213,0.534,0.534,0,0,0.14 +1,0.392,0.392,1,0,0,0,0.213,0.534,0.534,0,0,0.244 +1,0.392,0.392,0.4,0,0,0,0.213,0.534,0.534,0,0,0.195 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0.0974 +1,0.392,0.392,0.8,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,0.1,0,0,0,0.222,0.534,0.534,0,0,0.4 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.244 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.244 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.488 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.122 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0.402,0,0 +0.667,0.251,0.251,0,1,0,0,0.234,0.528,0.528,0.293,0,0.122 +0.667,0.251,0.251,0,1,0,0,0.234,0.528,0.528,0.166,0,0 +0.667,0.249,0.249,0,1,0,0,0.259,0.528,0.528,0.166,0,0.244 +0.667,0.249,0.249,0,1,0,0,0.259,0.528,0.528,0.522,0,0.122 +0.667,0.249,0.249,0.8,0.2,0,0,0.259,0.528,0.528,0.571,0,0 +0.667,0.249,0.249,1,0,0,0,0.259,0.528,0.528,0.277,0,0 +0.667,0.249,0.249,1,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.149,0.149,0.1,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0.8,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0.488 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0.385 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0.0701 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0.0701 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0.28 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0.295 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0.138 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0.9,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0.16 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0.462 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0.244 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0.129 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0.18 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.732 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.168,0.168,1,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,1,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,1,0,0,0,0.277,0.488,0.488,0,0,0.327 +1,0.286,0.286,0.5,0,0,0,0.296,0.511,0.511,0,0,0.0327 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.488 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.244 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.488 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.122 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.488 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.244 +0.667,0.249,0.249,0,0,1,0,0.259,0.528,0.528,0,0.361,0 +0.667,0.249,0.249,0,0,1,0,0.277,0.519,0.519,0,0.309,0 +0.667,0.249,0.249,0,0,1,0,0.277,0.519,0.519,0,0.0987,0.244 +0.667,0.249,0.249,0,0,0,0.3,0.277,0.519,0.519,0,0.262,0 +0.667,0.249,0.249,0,0,0,1,0.277,0.519,0.519,0,0.433,0.488 +0.667,0.249,0.249,0,0,0,1,0.277,0.519,0.519,0,0.0601,0.244 +0.667,0.249,0.249,0,0,0,0.4,0.277,0.519,0.519,0,0.421,0.122 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0.249,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,0.8,0,0,0,0.271,0.501,0.501,0,0.519,0 +0.667,0.15,0.15,1,0,0,0,0.271,0.501,0.501,0,0.283,0 +0.667,0.15,0.15,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,1,0,0,0,0.271,0.501,0.501,0,0.408,0 +0.667,0.259,0.259,0.5,0,0,0,0.327,0.552,0.552,0,0.288,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0.236,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0.369,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0.309,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0.348,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.459,0.122 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.421,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.556,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.423,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.369,0.244 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.0258,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.27,0.366 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.283,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.159,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.369,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.392,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.587,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0.408,0.244 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.168 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.379 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.289 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.244 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.417 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.0346 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.339 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.203 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.312 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.488 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0.8,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.333,0.149,0.149,0.1,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0.219 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.154 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.244 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.122 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.49 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.122 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.488 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0.5,0,0,0.525,0.544,0.544,0.511,0,0 +0.667,0.554,0.554,0,1,0,0,0.525,0.544,0.544,0.397,0,0.244 +0.667,0.554,0.554,0,1,0,0,0.525,0.544,0.544,0.527,0,0 +1,0.851,0.851,0,1,0,0,0.639,0.559,0.559,0.342,0,0 +1,0.851,0.851,0,0.7,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.157 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.139,0.139,0.8,0.5,0,0,0.305,0.463,0.463,0.826,0,0.366 +1,0.139,0.139,1,1,0,0,0.305,0.463,0.463,0.402,0,0 +1,0.139,0.139,1,1,0,0,0.305,0.463,0.463,0.668,0,0.305 +1,0.228,0.228,0.1,1,0,0,0.352,0.461,0.461,0.204,0,0 +1,0.228,0.228,0,1,0,0,0.352,0.461,0.461,0.204,0,0 +1,0.228,0.228,0,1,0,0,0.352,0.461,0.461,0.375,0,0 +0.667,0.167,0.167,0,0.1,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0.543,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0.62,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0.44,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0.522,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0.272,0,0.336 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.168 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.366 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.273 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.148 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.0297 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.122 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.244 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0.122 +0.667,0.286,0.286,0.8,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0.539 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0.244 +1,0.501,0.501,0.1,0,0,0,0.584,0.658,0.658,0,0,0.366 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.366 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.244 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.366 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.137 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0.457 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.308,0.412,0.412,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.177 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.161 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.161 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0642 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.292 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.0311 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.0932 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0.334 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0.27 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.7 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.105 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.246 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.351 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.251,0.251,0.8,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.284,0.536,0.536,0,0,0 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.363,0.363,1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0.9,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.286,0.286,0.8,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0.488 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0.244 +0.667,0.351,0.351,1,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,1,0,0,0,0.475,0.594,0.594,0,0,0.122 +0.667,0.351,0.351,1,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,1,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,1,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0.488 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.806,0.806,1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0.1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.244 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.366 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.339 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.373 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0.207 +1,0.317,0.317,0,0,0,0,0.398,0.459,0.459,0,0,0.207 +1,0.317,0.317,0,0,0,0,0.398,0.459,0.459,0,0,0 +1,0.317,0.317,0,0,0,0,0.398,0.459,0.459,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.177 +0.667,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.142 +0.667,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.177 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.244 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.488 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,1,0,0.246,0.496,0.496,0,0.249,0 +0.333,0.15,0.15,0,0,1,0,0.246,0.496,0.496,0,0.0515,0 +0.333,0.15,0.15,0,0,1,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0.3,0.246,0.496,0.496,0,0.0987,0 +0.333,0.15,0.15,0,0,0,1,0.246,0.496,0.496,0,0.137,0 +0.333,0.15,0.15,0,0,0,1,0.246,0.496,0.496,0,0,0.244 +0.333,0.149,0.149,0,0,0,1,0.258,0.496,0.496,0,0.15,0 +0.333,0.149,0.149,0,0,0,1,0.258,0.496,0.496,0,0.296,0 +0.333,0.149,0.149,0,0,0,1,0.258,0.496,0.496,0,0.0987,0 +0.333,0.149,0.149,0,0,0,0.2,0.258,0.496,0.496,0,0.399,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0.137,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0.236,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0.309,0.366 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0.249,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0.258,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0.5,0,0,0.271,0.501,0.501,0.766,0,0 +0.333,0.15,0.15,0,1,0,0,0.271,0.501,0.501,0.315,0,0 +0.333,0.15,0.15,0,1,0,0,0.271,0.501,0.501,0.364,0,0 +0.333,0.154,0.154,0,1,0,0,0.292,0.509,0.509,0.418,0,0 +0.333,0.154,0.154,0,0.7,0,0,0.292,0.509,0.509,0.239,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0.239,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0.321,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0.478,0,0.244 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0.364,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0.3,0,0,0,0.413,0.585,0.585,0.446,0,0.122 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0.467,0,0.244 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0.701,0,0 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.435,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.359,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.467,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.625,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.307,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.307,0,0.244 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0.435,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.175 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.28 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.231 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.169 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.27 +1,0.0781,0.0781,0.8,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0.6,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.363 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.195 +1,0.317,0.317,0,0,0,0,0.398,0.459,0.459,0,0,0.0486 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.334 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.278 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.197 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.61 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0.461 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0.244 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,0.3,0,0,0,0.315,0.534,0.534,0,0,0.323 +1,0.404,0.404,1,0,0,0,0.315,0.534,0.534,0,0,0.259 +0.667,0.278,0.278,1,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.278,0.278,1,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.278,0.278,1,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.228 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.244 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.0627 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0.8,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0.6,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.488 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.149,0.149,0.1,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.366 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.244 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.278 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.0313 +0.667,0.554,0.554,0.8,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,1,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,1,0,0,0,0.525,0.544,0.544,0,0,0.244 +0.667,0.554,0.554,1,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0.5,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.191 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.287 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.31 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.172 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.103 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.249 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.066 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.264 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.345 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.0345 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.244 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0.8,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.168,0.168,0.5,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.122 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.244 +1,0.392,0.392,0.8,0,0,0,0.213,0.534,0.534,0,0,0.122 +1,0.392,0.392,1,0,0,0,0.213,0.534,0.534,0,0,0.244 +1,0.392,0.392,1,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.392,0.392,1,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0.244 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0.122 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0.122 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0.7,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.167 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.189 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.397 +1,0.349,0.349,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.349,0.349,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.349,0.349,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.349,0.349,0,0,0,0,0.259,0.559,0.559,0,0,0.16 +1,0.349,0.349,0,0,0,0,0.259,0.559,0.559,0,0,0.128 +1,0.349,0.349,0,0,0,0,0.259,0.559,0.559,0,0,0 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.349,0.349,0.3,0,0,0,0.287,0.546,0.546,0,0,0.168 +1,0.349,0.349,1,0,0,0,0.287,0.546,0.546,0,0,0.134 +1,0.349,0.349,1,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0,0.355 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0.9,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.176 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.141 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.1 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.244 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.169 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.0337 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.278 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.244 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.291 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.0676 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.122 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.122 +0.667,0.454,0.454,0,0,1,0,0.5,0.569,0.569,0,0.0987,0.174 +0.667,0.454,0.454,0,0,1,0,0.5,0.569,0.569,0,0.159,0 +0.667,0.454,0.454,0,0,1,0,0.5,0.569,0.569,0,0,0.122 +0.667,0.454,0.454,0,0,0,0.3,0.5,0.569,0.569,0,0.258,0 +0.667,0.554,0.554,0,0,0,1,0.525,0.544,0.544,0,0.137,0.488 +0.667,0.554,0.554,0,0,0,1,0.525,0.544,0.544,0,0.296,0.122 +0.667,0.554,0.554,0,0,0,1,0.525,0.544,0.544,0,0.0601,0 +0.667,0.554,0.554,0,0,0,0.8,0.525,0.544,0.544,0,0.0987,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0.348,0.122 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0.356,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0.416,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0.425,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.276 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.244 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.244 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.213 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.196 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.166 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.0996 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.161 +1,0.164,0.164,0.8,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0.231 +1,0.27,0.27,1,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.27,0.27,1,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.27,0.27,1,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.27,0.27,1,0,0,0,0.234,0.511,0.511,0,0,0.168 +1,0.27,0.27,1,0,0,0,0.234,0.511,0.511,0,0,0.302 +1,0.27,0.27,1,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.364,0.364,1,0,0,0,0.232,0.546,0.546,0,0,0.244 +1,0.364,0.364,0.8,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.215 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.244 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.364,0.364,0,0.5,0,0,0.232,0.546,0.546,0.587,0,0 +1,0.352,0.352,0,1,0,0,0.222,0.559,0.559,0.446,0,0.172 +1,0.352,0.352,0,1,0,0,0.222,0.559,0.559,0.391,0,0.0343 +1,0.352,0.352,0.8,1,0,0,0.222,0.559,0.559,0.554,0,0 +1,0.352,0.352,0.6,1,0,0,0.222,0.559,0.559,0.223,0,0 +1,0.352,0.352,0,1,0,0,0.222,0.559,0.559,0.223,0,0 +0.667,0.251,0.251,0,0.1,0,0,0.234,0.528,0.528,0.5,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0,0.74 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0,0.488 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.244 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.122 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.244 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.488 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.366 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.244 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.113 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.293 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.0329 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.329 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0329 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.508 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.122 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0.3,0,0,0,0.277,0.488,0.488,0,0,0.103 +0.333,0.168,0.168,1,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,1,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,1,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.278,0.278,1,0,0,0,0.228,0.511,0.511,0,0,0.324 +0.667,0.278,0.278,1,0,0,0,0.228,0.511,0.511,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0.122 +0.333,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0.398 +0.333,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0.0617 +0.333,0.16,0.16,1,0.5,0,0,0.246,0.488,0.488,0.402,0,0 +0.333,0.16,0.16,1,1,0,0,0.246,0.488,0.488,0.565,0,0 +0.333,0.16,0.16,1,1,0,0,0.246,0.488,0.488,0.582,0,0 +0.333,0.16,0.16,1,1,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,1,0.7,0,0,0.246,0.488,0.488,0.533,0,0 +0.333,0.16,0.16,1,0,0,0,0.246,0.488,0.488,0.212,0,0.122 +0.333,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0.207,0,0 +0.333,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0.207,0,0 +0.333,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0.332,0,0.122 +0.333,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0.489,0,0 +0.333,0.154,0.154,0.4,0,0,0,0.249,0.492,0.492,0.598,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0.299,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0.435,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0.451,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0.647,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0.467,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.488 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0.3,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.154,0.154,0.1,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.404,0.404,0,0,1,0,0.491,0.646,0.646,0,0.395,0 +1,0.404,0.404,0,0,0.5,0,0.491,0.646,0.646,0,0.305,0 +1,0.404,0.404,0,0,0,0.8,0.491,0.646,0.646,0,0.155,0.244 +1,0.404,0.404,0,0.5,0,1,0.491,0.646,0.646,0.342,0.15,0 +1,0.404,0.404,0,1,0,0.9,0.491,0.646,0.646,0.804,0.236,0 +1,0.404,0.404,0,1,0,0,0.491,0.646,0.646,0.549,0,0 +1,0.501,0.501,0,1,0,0,0.584,0.658,0.658,0.353,0.429,0 +1,0.501,0.501,0,1,0,0,0.584,0.658,0.658,0,0.27,0.122 +1,0.501,0.501,0,1,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0.1,0,0,0.584,0.658,0.658,0,0.506,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.249,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0.137,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.122 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.409 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.265 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.122 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.957 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.191 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.173 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.167 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.1 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.243 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.199 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.249 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.159 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0635 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.107 +0.667,0.286,0.286,0.8,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.488 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.488 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.106 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.286 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.319 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.366 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.324 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.231 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.244 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.366 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.122 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.175 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.175 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0.5,0,0.305,0.463,0.463,0,0.309,0 +1,0.139,0.139,0,0,1,0,0.305,0.463,0.463,0,0,0 +1,0.284,0.284,0,0,0,0.3,0.376,0.503,0.503,0,0.438,0 +1,0.284,0.284,0,0,0,1,0.376,0.503,0.503,0,0.313,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0.322,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0.137,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0.249,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.073,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.455,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.395,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.275,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0.348,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0.584,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0.356,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.732 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.41 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0.321,0,0 +0.667,0.259,0.259,0,1,0,0,0.327,0.552,0.552,0.402,0,0 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0.304,0,0 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0,0,0.169 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0.505,0,0.169 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0.6,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.175 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.349 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.0349 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.176 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.282 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.316 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.17 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.19 +1,0.806,0.806,0.8,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0.6,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.244 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.287 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.419 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.541 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0.451,0,0 +1,0.391,0.391,0,1,0,0,0.45,0.486,0.486,0.587,0,0 +1,0.391,0.391,0,1,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,1,0,0,0.45,0.486,0.486,0.62,0,0 +1,0.22,0.22,0,1,0,0,0.354,0.476,0.476,0.408,0,0.366 +1,0.116,0.116,0,0.2,0,0,0.326,0.459,0.459,0,0,0.488 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0.5,0,0.246,0.488,0.488,0,0.296,0 +0.333,0.16,0.16,0,0,1,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,1,0,0.246,0.488,0.488,0,0.361,0 +0.333,0.16,0.16,0,0,0.5,0,0.246,0.488,0.488,0,0.0129,0 +0.333,0.16,0.16,0,0,0,0.8,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,1,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0.9,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0.5,0,0.24,0.519,0.519,0,0.258,0 +0.667,0.259,0.259,0,0,1,0,0.24,0.519,0.519,0,0.459,0 +0.667,0.251,0.251,0,0,0,0.3,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,1,0.234,0.528,0.528,0,0.0386,0 +0.667,0.251,0.251,0,0,0,1,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,1,0.234,0.528,0.528,0,0.644,0 +0.667,0.251,0.251,0,0,0,0.8,0.234,0.528,0.528,0,0.348,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.073,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.335,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.296,0.122 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.335,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.27,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.296,0.366 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.0987,0.488 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.258,0.244 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.0386,0.122 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.27,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.283,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.258,0.122 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0.421,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0.258,0.122 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0.8,0,0,0,0.297,0.571,0.571,0,0.514,0 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0.465,0 +1,0.351,0.351,1,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.363,0.363,0.1,0,0,0,0.361,0.596,0.596,0,0.159,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0.249,0.244 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0.309,0 +1,0.363,0.363,0.8,0,0,0,0.361,0.596,0.596,0,0.446,0 +1,0.363,0.363,1,0,0,0,0.361,0.596,0.596,0,0.288,0 +1,0.363,0.363,1,0,0,0,0.361,0.596,0.596,0,0.159,0.366 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0.61 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0.249,0 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0.0515,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.296,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.283,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.296,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.322,0.244 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.0987,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.732 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.488 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.488 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.173 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.191 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.338 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.188 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.0942 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.17 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0339 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.313 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0.104 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.348 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.278 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.21 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0.105 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.161 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.161 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,0.3,0,0,0,0.277,0.488,0.488,0,0,0 +0.667,0.168,0.168,1,0,0,0,0.277,0.488,0.488,0,0,0.122 +0.667,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0,0,0.134 +0.667,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0.63,0,0 +0.667,0.286,0.286,1,1,0,0,0.296,0.511,0.511,0.429,0,0.244 +0.667,0.278,0.278,1,1,0,0,0.228,0.511,0.511,0,0,0.451 +0.667,0.278,0.278,1,1,0,0,0.228,0.511,0.511,0.457,0,0.278 +0.667,0.278,0.278,1,1,0,0,0.228,0.511,0.511,0.337,0,0 +0.667,0.278,0.278,1,1,0,0,0.228,0.511,0.511,0.457,0,0 +0.667,0.278,0.278,1,0.6,0,0,0.228,0.511,0.511,0.288,0,0.19 +0.667,0.278,0.278,0.8,0,0,0,0.228,0.511,0.511,0,0,0.122 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0.538,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0.592,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0.353,0,0.244 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0.511,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.244 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.168,0.168,0.8,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.168,0.168,1,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.168,0.168,1,0,0,0,0.336,0.525,0.525,0,0,0.244 +0.333,0.2,0.2,0.1,0,0,0,0.366,0.53,0.53,0,0,0.366 +0.333,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0,0,0.244 +0.333,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.171 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.341 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.102 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.366 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.244 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.122 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.168 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.168 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.35 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.245 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.139,0.139,0.3,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0.6,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.186 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.215 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.344 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0.344 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0.466 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0.122 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.244 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.122 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.165 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.197 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.324 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.414 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.34 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.102 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.176 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.352 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.0352 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.122 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.0976 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,1,0,0.621,0.621,0.621,0,0.494,0 +1,0.656,0.656,0,0,0.5,0,0.621,0.621,0.621,0,0.309,0.366 +1,0.656,0.656,0,0,0,0.8,0.621,0.621,0.621,0,0.137,0 +1,0.656,0.656,0,0,0,0.5,0.621,0.621,0.621,0,0.0129,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.0129,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.249,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.361,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.363,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.405,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.545,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.488 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0.122 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.17 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.245 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.207 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.103 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.122 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.29 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.122 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.0341 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.341 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.136 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +1,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +1,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +1,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +1,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +1,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +1,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +1,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +1,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +1,0.154,0.154,0.8,0,0,0,0.249,0.492,0.492,0,0,0 +1,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0,0,0.122 +1,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0,0,0 +1,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0,0,0 +0.667,0.15,0.15,0.5,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.244 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.244 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.155 +0.667,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.0619 +0.667,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.354 +0.667,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0.391,0,0.244 +0.667,0.168,0.168,0,1,0,0,0.336,0.525,0.525,0,0,0.122 +0.667,0.168,0.168,0,1,0,0,0.336,0.525,0.525,0.353,0,0 +0.667,0.168,0.168,0,1,0,0,0.336,0.525,0.525,0.826,0,0 +0.667,0.168,0.168,0,1,0,0,0.336,0.525,0.525,0.505,0,0 +0.667,0.168,0.168,0,0.2,0,0,0.336,0.525,0.525,0.31,0,0 +0.667,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0.209,0,0 +0.667,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0.209,0,0.244 +0.667,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0,0,0.61 +0.667,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0.516,0,0.122 +0.667,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0.402,0,0.244 +0.667,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0.446,0,0 +0.667,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0.565,0,0 +0.667,0.252,0.252,0,0,1,0,0.379,0.517,0.517,0,0.296,0 +0.667,0.252,0.252,0,0,0.5,0,0.379,0.517,0.517,0,0.27,0 +0.667,0.252,0.252,0,0,0,0.8,0.379,0.517,0.517,0,0,0 +0.667,0.252,0.252,0,0,0,1,0.379,0.517,0.517,0,0.532,0 +1,0.554,0.554,0,0,0,1,0.525,0.544,0.544,0,0.137,0 +1,0.554,0.554,0,0,0,1,0.525,0.544,0.544,0,0,0 +1,0.554,0.554,0,0,0,0.3,0.525,0.544,0.544,0,0.258,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.481,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.202,0.244 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.142,0 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.366 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.244 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +0.667,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.186 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.41 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.0331 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.366 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.488 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.15,0.15,0.8,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.15,0.15,0.6,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0.8,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.327,0.552,0.552,0,0,0 +0.333,0.154,0.154,1,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0.1,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0.473,0,0 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0.446,0,0 +0.333,0.2,0.2,0,1,0,0,0.366,0.53,0.53,0,0,0 +0.333,0.2,0.2,0,1,0,0,0.366,0.53,0.53,0.435,0,0 +0.667,0.351,0.351,0,1,0,0,0.475,0.594,0.594,0.467,0,0 +0.667,0.351,0.351,0,0.2,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0 +0.333,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.333,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.333,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.333,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.333,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.333,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0,0,0.244 +0.333,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.333,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0,0,0.244 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.16 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.032 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.333 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.155 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.273 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.157 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0943 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.161 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.736 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.354 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.0709 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0.7 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0.122 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.159 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.249 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.27,0.27,0,0.5,0,0,0.234,0.511,0.511,0.457,0,0.246 +0.667,0.27,0.27,0,1,0,0,0.234,0.511,0.511,0.462,0,0 +0.667,0.27,0.27,0,1,0,0,0.234,0.511,0.511,0.56,0,0 +0.667,0.259,0.259,0,1,0,0,0.24,0.519,0.519,0.239,0,0 +0.667,0.259,0.259,0,0.7,0,0,0.24,0.519,0.519,0.266,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0.293,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0.462,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0.457,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0.554,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0.293,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.15,0.15,0,0,1,0,0.246,0.496,0.496,0,0.249,0 +0.333,0.15,0.15,0,0,1,0,0.246,0.496,0.496,0,0.283,0.122 +0.333,0.15,0.15,0,0,1,0,0.246,0.496,0.496,0,0.369,0 +0.333,0.149,0.149,0,0,0,0.3,0.258,0.496,0.496,0,0.223,0 +0.333,0.149,0.149,0,0,0,1,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,1,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0.8,0,0,1,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,1,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,1,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0.2,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.244 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.174 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.453 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.136 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.204 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.488 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.366 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.244 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.174 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0348 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.272 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0.3,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.139,0.139,1,0,1,0,0.305,0.463,0.463,0,0.283,0 +0.667,0.139,0.139,1,0,1,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,1,0,1,0,0.305,0.463,0.463,0,0,0 +0.667,0.228,0.228,1,0,0,0.3,0.352,0.461,0.461,0,0,0.236 +0.667,0.228,0.228,1,0,0,1,0.352,0.461,0.461,0,0,0 +0.333,0.139,0.139,1,0,0,1,0.305,0.463,0.463,0,0,0 +0.333,0.167,0.167,1,0,0,1,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0.4,0,0,0.8,0.317,0.484,0.484,0,0,0.163 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.13 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.488 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.333 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.155 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.653 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.188 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.339 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.237 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.201 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.366 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.173 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.433 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.168 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.134 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.199 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.0331 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0.8,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0.6,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.149 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.0299 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.231 +0.667,0.286,0.286,0,0.5,0,0,0.413,0.585,0.585,0.353,0,0 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0.598,0,0 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0.364,0,0.122 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0.489,0,0 +0.667,0.286,0.286,0,0.7,0,0,0.413,0.585,0.585,0.193,0,0.366 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0.193,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.288,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.435,0,0.488 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.424,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.277,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.353,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0.375,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0.408,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0.576,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0.56,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0.473,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0.609,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0.864,0,0 +1,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0.397,0,0.244 +1,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0.435,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.177 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.177 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.122 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.296 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.196 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.148 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.0297 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.283 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.186 +0.333,0.164,0.164,1,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0.6,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.488 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0.5,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.244 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.488 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0.5,0,0.413,0.585,0.585,0,0.395,0 +0.667,0.286,0.286,0,0,1,0,0.413,0.585,0.585,0,0.0987,0.122 +0.667,0.286,0.286,0,0,1,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0.5,0,0.413,0.585,0.585,0,0,0 +1,0.404,0.404,0,0,0,0.8,0.491,0.646,0.646,0,0,0.122 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0,0.244 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0.7,0.584,0.658,0.658,0.223,0,0 +1,0.501,0.501,0,1,0,0,0.584,0.658,0.658,0.332,0,0 +1,0.656,0.656,0,1,0,0,0.621,0.621,0.621,0.236,0,0 +1,0.656,0.656,0,1,0,0,0.621,0.621,0.621,0.471,0,0.122 +1,0.656,0.656,0,1,0,0,0.621,0.621,0.621,0.516,0,0 +1,0.656,0.656,0,0.2,0,0,0.621,0.621,0.621,0.641,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0.44,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0.446,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0.408,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0.446,0,0.122 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0.293,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0.375,0,0 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0.489,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.164 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.131 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.179 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0781,0.0781,1,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.139,0.139,1,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,1,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0.9,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0.429,0,0 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.402,0,0 +0.333,0.167,0.167,0,1,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,1,0,0,0.317,0.484,0.484,0.31,0,0 +0.333,0.167,0.167,0,1,0,0,0.317,0.484,0.484,0.38,0,0 +0.333,0.167,0.167,0,0.2,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.244 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.366 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.488 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0.3,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,1,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.251,0.251,0.1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.244 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.404,0.404,0,0,1,0,0.491,0.646,0.646,0,0.496,0.122 +1,0.404,0.404,0,0,0.5,0,0.491,0.646,0.646,0,0.273,0 +1,0.404,0.404,0,0,0,0.8,0.491,0.646,0.646,0,0.249,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0.446,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0.236,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0.275,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0.296,0 +1,0.501,0.501,0,0,0,0.7,0.584,0.658,0.658,0,0.0987,0.366 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.438,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0.142,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.244 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.366 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.186 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.142 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.122 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.117 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.0342 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.342 +1,0.286,0.286,0.8,0,0,0,0.296,0.511,0.511,0,0,0.103 +1,0.286,0.286,0.6,0,0,0,0.296,0.511,0.511,0,0,0.366 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.244 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0.167 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0.0333 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0.313 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0.244 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0.366 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.15,0.15,0.8,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.244 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.173 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.33 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0.244 +0.333,0.168,0.168,0.8,0,0,0,0.336,0.525,0.525,0,0,0 +0.333,0.168,0.168,1,0,0,0,0.336,0.525,0.525,0,0,0.122 +0.333,0.168,0.168,1,0,0,0,0.336,0.525,0.525,0,0,0.122 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.351,0.351,1,0,0,0,0.475,0.594,0.594,0,0,0.122 +0.667,0.351,0.351,1,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0.4,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0.8,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0.5,0,0,0.621,0.621,0.621,0.37,0,0 +1,0.656,0.656,1,1,0,0,0.621,0.621,0.621,0.467,0,0 +1,0.656,0.656,1,1,0,0,0.621,0.621,0.621,0.533,0,0 +1,0.656,0.656,1,1,0,0,0.621,0.621,0.621,0.228,0,0.35 +1,0.806,0.806,0.4,1,0,0,0.658,0.583,0.583,0.348,0,0.245 +1,0.806,0.806,0,1,0,0,0.658,0.583,0.583,0,0,0.366 +1,0.806,0.806,0,0.1,0,0,0.658,0.583,0.583,0,0,0.366 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.244 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.244 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.159 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.127 +1,0.851,0.851,0,0,1,0,0.639,0.559,0.559,0,0.0129,0 +1,0.851,0.851,0,0,0.5,0,0.639,0.559,0.559,0,0.348,0.122 +1,0.851,0.851,0,0,0,0.8,0.639,0.559,0.559,0,0,0.122 +1,0.584,0.584,0,0,0,1,0.512,0.528,0.528,0,0.382,0 +1,0.391,0.391,0,0,0,1,0.45,0.486,0.486,0,0.433,0 +1,0.391,0.391,0,0,0,1,0.45,0.486,0.486,0,0.236,0 +1,0.391,0.391,0,0,0,1,0.45,0.486,0.486,0,0.395,0 +1,0.391,0.391,0,0,0,0.7,0.45,0.486,0.486,0,0.309,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0.309,0.244 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0.197,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0.485,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.176 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.368 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.284,0.284,1,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.284,0.284,1,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.284,0.284,1,0,0,0,0.376,0.503,0.503,0,0,0.349 +1,0.284,0.284,1,0,0,0,0.376,0.503,0.503,0,0,0.105 +1,0.284,0.284,1,0,0,0,0.376,0.503,0.503,0,0,0 +1,0.284,0.284,1,0.5,0,0,0.376,0.503,0.503,0.592,0,0 +1,0.286,0.286,1,1,0,0,0.296,0.511,0.511,0.527,0,0 +1,0.286,0.286,1,1,0,0,0.296,0.511,0.511,0.554,0,0 +1,0.286,0.286,1,1,0,0,0.296,0.511,0.511,0.625,0,0 +1,0.286,0.286,1,0.7,0,0,0.296,0.511,0.511,0.242,0,0 +1,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0.242,0,0 +1,0.286,0.286,1,0,0,0,0.296,0.511,0.511,0.554,0,0 +1,0.278,0.278,0.1,0,0,0,0.228,0.511,0.511,0,0,0 +1,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0.8,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0,0,0 +0.667,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.667,0.154,0.154,1,0,0,0,0.249,0.492,0.492,0,0,0.366 +0.667,0.154,0.154,0.5,0,0,0,0.249,0.492,0.492,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.645 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.249,0.249,1,0,0.5,0,0.259,0.528,0.528,0,0.369,0 +0.667,0.249,0.249,1,0,1,0,0.259,0.528,0.528,0,0,0.177 +1,0.349,0.349,1,0,1,0,0.259,0.559,0.559,0,0.361,0 +1,0.349,0.349,1,0,1,0,0.259,0.559,0.559,0,0.309,0 +1,0.349,0.349,1,0,1,0,0.259,0.559,0.559,0,0.494,0 +0.667,0.249,0.249,1,0,0,0.3,0.259,0.528,0.528,0,0.433,0 +1,0.349,0.349,1,0,0,1,0.287,0.546,0.546,0,0.27,0.488 +1,0.349,0.349,0.8,0,0,1,0.287,0.546,0.546,0,0,0 +1,0.349,0.349,0,0,0,1,0.287,0.546,0.546,0,0.429,0 +1,0.349,0.349,0,0,0,0.8,0.287,0.546,0.546,0,0.296,0 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0.223,0.122 +1,0.349,0.349,0,0,0,0,0.287,0.546,0.546,0,0.296,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0.605,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0.283,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.122 +1,0.363,0.363,0.8,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0.244 +1,0.404,0.404,0.1,0,0,0,0.491,0.646,0.646,0,0,0.366 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.614,0,0 +1,0.501,0.501,0,1,0,0,0.584,0.658,0.658,0.524,0,0 +0.667,0.351,0.351,0,1,0,0,0.475,0.594,0.594,0.524,0,0 +0.667,0.351,0.351,0,1,0,0,0.475,0.594,0.594,0.522,0,0 +0.667,0.351,0.351,0,1,0,0,0.475,0.594,0.594,0.614,0,0.366 +0.667,0.351,0.351,0,0.2,0,0,0.475,0.594,0.594,0.402,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0.451,0,0.244 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.366 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.177 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.248 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.308 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.333,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.6,0,0.5,0,0.258,0.465,0.465,0,0.258,0 +0.667,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0,0 +0.333,0.167,0.167,0,0,0,0.3,0.317,0.484,0.484,0,0.258,0 +0.333,0.167,0.167,0,0,0,1,0.317,0.484,0.484,0,0.27,0 +0.333,0.167,0.167,0,0,0,1,0.317,0.484,0.484,0,0.309,0 +0.333,0.167,0.167,0,0,0,1,0.317,0.484,0.484,0,0.348,0 +0.333,0.167,0.167,0,0,0,0.8,0.317,0.484,0.484,0,0.283,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.137,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.296,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.189,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.296,0.244 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0.283,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0.27,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0.438,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0.464,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.244 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.162 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.187 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.244 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.58 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.223 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.238 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.501,0.501,0.8,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0.1,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.366 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.366 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.122 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.366 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.122 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,1,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.228,0.228,1,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.228,0.228,0.5,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.284,0.284,0,0,1,0,0.376,0.503,0.503,0,0.0129,0 +0.667,0.284,0.284,0,0,1,0,0.376,0.503,0.503,0,0.223,0 +0.667,0.284,0.284,0,0,1,0,0.376,0.503,0.503,0,0.112,0 +0.667,0.286,0.286,0,0,1,0,0.296,0.511,0.511,0,0.627,0 +0.667,0.286,0.286,0,0,0.5,0,0.296,0.511,0.511,0,0.296,0 +0.667,0.286,0.286,0,0,0,0.8,0.296,0.511,0.511,0,0.579,0 +0.667,0.286,0.286,0,0,0,1,0.296,0.511,0.511,0,0.348,0 +0.667,0.286,0.286,0,0,0,1,0.296,0.511,0.511,0,0.137,0 +0.667,0.286,0.286,0,0,0,1,0.296,0.511,0.511,0,0.262,0 +0.667,0.278,0.278,0,0,0,1,0.228,0.511,0.511,0,0,0 +0.667,0.278,0.278,0,0,0,0.7,0.228,0.511,0.511,0,0.309,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0.408,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0.395,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0.0601,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.122 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0.335,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0.309,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0.262,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0.732 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.366 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0.44,0,0 +0.333,0.154,0.154,0,1,0,0,0.249,0.492,0.492,0.38,0,0.122 +0.333,0.15,0.15,0,1,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,1,0,0,0.246,0.496,0.496,0.418,0,0 +0.333,0.15,0.15,0,1,0,0,0.246,0.496,0.496,0.462,0,0 +0.333,0.15,0.15,0,0.2,0,0,0.246,0.496,0.496,0.408,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0.348,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0.565,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0.418,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0.707,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.61 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0.321,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0.342,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0.473,0,0 +0.333,0.149,0.149,0.8,0,0,0,0.268,0.492,0.492,0.397,0,0 +0.333,0.149,0.149,1,0,0,0,0.268,0.492,0.492,0.397,0,0.122 +0.333,0.149,0.149,1,0,0,0,0.268,0.492,0.492,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0.4,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.122 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,1,0,0.413,0.585,0.585,0,0.489,0 +0.667,0.286,0.286,0,0,1,0,0.413,0.585,0.585,0,0.279,0 +0.667,0.286,0.286,0,0,1,0,0.413,0.585,0.585,0,0.418,0 +1,0.501,0.501,0,0,0,0.3,0.584,0.658,0.658,0,0.418,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0.0386,0.244 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0.361,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0.137,0 +1,0.501,0.501,0,0,0,1,0.584,0.658,0.658,0,0,0 +1,0.656,0.656,0,0,0,0.2,0.621,0.621,0.621,0,0.481,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.244 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.244 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.366 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.164 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.196 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.351 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.494 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.171 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.103 +1,0.317,0.317,0,0,0,0,0.398,0.459,0.459,0,0,0 +1,0.317,0.317,0,0,0,0,0.398,0.459,0.459,0,0,0 +1,0.317,0.317,0,0,0,0,0.398,0.459,0.459,0,0,0 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.618 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.0646 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.422 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.293 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.345 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.1 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.487 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0.556 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0.8,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,1,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0.1,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.488 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.122 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0.261,0,0.488 +0.667,0.259,0.259,0,1,0,0,0.327,0.552,0.552,0.5,0,0.122 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0.179,0,0 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0.179,0,0.418 +0.667,0.286,0.286,0,1,0,0,0.413,0.585,0.585,0,0,0.192 +1,0.404,0.404,0,0.2,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.266 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.167 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.165 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.033 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.186 +1,0.656,0.656,0.8,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0.1,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.488 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.122 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.244 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.175 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.175 +1,0.107,0.107,0.1,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.12 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.165 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.0992 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.211 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.247 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.167 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.1 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.316 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.167 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.478 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.244 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.122 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.488 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.149,0.149,0,0,1,0,0.268,0.492,0.492,0,0.236,0 +0.333,0.149,0.149,0,0,1,0,0.268,0.492,0.492,0,0.0987,0 +0.333,0.149,0.149,0,0,1,0,0.268,0.492,0.492,0,0.309,0.122 +0.333,0.15,0.15,0,0,1,0,0.271,0.501,0.501,0,0.506,0 +0.333,0.15,0.15,0,0,0.5,0,0.271,0.501,0.501,0,0.382,0 +0.333,0.15,0.15,0,0,0,0.8,0.271,0.501,0.501,0,0.27,0 +0.333,0.15,0.15,0,0,0,1,0.271,0.501,0.501,0,0.421,0 +0.333,0.15,0.15,0,0,0,1,0.271,0.501,0.501,0,0.185,0 +0.333,0.15,0.15,0,0,0,1,0.271,0.501,0.501,0,0,0 +0.333,0.154,0.154,0,0,0,1,0.292,0.509,0.509,0,0.172,0 +0.333,0.154,0.154,0,0,0,0.7,0.292,0.509,0.509,0,0.236,0.572 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0.348,0.257 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0.382,0.244 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0.236,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.15,0.34 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.296,0.278 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.0386,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.0601,0.161 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.373 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0.0386,0 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0.361,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.27,0.244 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.288,0.343 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.82,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.206,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0.0987,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.663 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.105 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.256 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.244 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.435 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.343 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.0686 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.122 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.226 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.175 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.14 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.162 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.366 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0.8,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.259,0.259,1,0,0,0,0.327,0.552,0.552,0,0,0.122 +1,0.363,0.363,1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.363,0.363,1,0,0,0,0.361,0.596,0.596,0,0,0.488 +1,0.363,0.363,1,0,0,0,0.361,0.596,0.596,0,0,0 +1,0.404,0.404,1,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0.4,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.244 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,1,0,0.621,0.621,0.621,0,0.236,0 +1,0.656,0.656,0,0,1,0,0.621,0.621,0.621,0,0.309,0.122 +1,0.656,0.656,0,0,1,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0.3,0.658,0.583,0.583,0,0.567,0 +1,0.806,0.806,0,0,0,1,0.658,0.583,0.583,0.527,0.27,0 +1,0.806,0.806,0,1,0,1,0.658,0.583,0.583,0.435,0.361,0 +1,0.806,0.806,0,1,0,1,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,1,0,0.8,0.658,0.583,0.583,0.505,0.0515,0 +1,0.806,0.806,0,1,0,0,0.658,0.583,0.583,0.37,0,0 +1,0.851,0.851,0,0.2,0,0,0.639,0.559,0.559,0.321,0.137,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0.505,0.137,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0.275,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0.343,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0.249,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0.309,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0.609,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0.223,0.122 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.404,0.404,1,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,1,0,0,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,0,0,1,0,0.315,0.534,0.534,0,0.489,0 +1,0.404,0.404,0,0,1,0,0.315,0.534,0.534,0,0.635,0 +1,0.404,0.404,0,0,1,0,0.315,0.534,0.534,0,0,0 +1,0.404,0.404,0,0,1,0,0.315,0.534,0.534,0,0.283,0 +1,0.392,0.392,0,0,0.5,0,0.213,0.534,0.534,0,0.322,0 +1,0.392,0.392,0,0,0,0.8,0.213,0.534,0.534,0,0,0 +1,0.392,0.392,0,0,0,1,0.213,0.534,0.534,0,0.369,0 +1,0.392,0.392,0,0,0,1,0.213,0.534,0.534,0,0.378,0 +1,0.392,0.392,0,0,0,1,0.213,0.534,0.534,0,0.464,0 +1,0.392,0.392,0,0,0,0.3,0.213,0.534,0.534,0,0.124,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0.258,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0.0386,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0.0901,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0.172,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0.0601,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0.446,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0.258,0.366 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0.309,0.244 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0.249,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0.258,0.122 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0.27,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0.27,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0.369,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0.309,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.223,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.459,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.464,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.403,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.223,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.0386,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.472,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.356,0.244 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.073,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0.296,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.244 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0.236,0.366 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0.27,0.244 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.244 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0.506,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0.0386,0.244 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0.528,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0.373,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0.0601,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.122 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0.309,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.369,0.122 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.249,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.361,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.174 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.715 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.122 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.366 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.157 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0 +1,0.286,0.286,0.8,0,0,0,0.296,0.511,0.511,0,0,0.219 +0.667,0.164,0.164,0.6,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.667,0.154,0.154,0,0.5,0,0,0.249,0.492,0.492,0.668,0,0 +0.667,0.154,0.154,0,1,0,0,0.249,0.492,0.492,0.505,0,0 +0.667,0.154,0.154,0,1,0,0,0.249,0.492,0.492,0.533,0,0 +0.667,0.154,0.154,0,1,0,0,0.249,0.492,0.492,0.457,0,0 +1,0.352,0.352,0,0.7,0,0,0.222,0.559,0.559,0.228,0,0 +1,0.352,0.352,0,0,0,0,0.222,0.559,0.559,0,0,0 +1,0.352,0.352,0,0,0,0,0.222,0.559,0.559,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.488 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.244 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.366 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.122 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.581 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.348 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.0695 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0.228,0,0.307 +1,0.363,0.363,0,1,0,0,0.361,0.596,0.596,0.391,0,0 +1,0.363,0.363,0,1,0,0,0.361,0.596,0.596,0.166,0,0 +1,0.363,0.363,0,1,0,0,0.361,0.596,0.596,0.166,0,0.122 +1,0.363,0.363,0,1,0,0,0.361,0.596,0.596,0.473,0,0 +1,0.363,0.363,0.8,0.2,0,0,0.361,0.596,0.596,0,0,0.252 +1,0.404,0.404,0.6,0,0,0,0.491,0.646,0.646,0.408,0,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0.402,0,0.122 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.0634 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0.467,0,0.0951 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0.489,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0.5,0,0 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0.293,0,0.244 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0.291,0,0.366 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0.291,0,0.122 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0.386,0,0 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0.364,0,0 +1,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0.348,0,0.122 +1,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0.462,0,0 +1,0.454,0.454,0,0,0.5,0,0.5,0.569,0.569,0.571,0.0515,0 +1,0.454,0.454,0,0,1,0,0.5,0.569,0.569,0.473,0,0.244 +1,0.656,0.656,0,0,1,0,0.621,0.621,0.621,0.293,0,0 +1,0.806,0.806,0,0,1,0,0.658,0.583,0.583,0.484,0,0 +1,0.806,0.806,0,0,1,0,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,0.3,0.658,0.583,0.583,0.353,0,0 +1,0.806,0.806,0,0,0,1,0.658,0.583,0.583,0,0,0 +1,0.806,0.806,0,0,0,1,0.658,0.583,0.583,0,0,0.244 +1,0.806,0.806,0,0,0,0.4,0.658,0.583,0.583,0,0,0.122 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.244 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.122 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.266 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0518,0.0518,0,0,0,0,0.33,0.472,0.472,0,0,0.19 +1,0.0518,0.0518,0,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.0518,0.0518,0,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.324 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.232 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.194 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0.3,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,1,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0.2,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.366 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0.565,0,0 +0.333,0.0495,0.0495,1,1,0,0,0.258,0.465,0.465,0.408,0,0 +0.333,0.162,0.162,0.2,1,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,1,0,0,0.29,0.538,0.538,0.418,0,0 +0.333,0.162,0.162,0,1,0,0,0.29,0.538,0.538,0.359,0,0 +0.333,0.162,0.162,0,1,0,0,0.29,0.538,0.538,0.679,0,0 +0.333,0.162,0.162,0,0.9,0,0,0.29,0.538,0.538,0.353,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0.8,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0.7,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.491 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.366 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.349 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.21 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.269 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.0633 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.493 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.115 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,1,0,0.257,0.523,0.523,0,0.318,0 +0.333,0.174,0.174,0,0,1,0,0.257,0.523,0.523,0,0.481,0 +0.333,0.174,0.174,0,0,1,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,1,0,0.257,0.523,0.523,0,0.361,0 +0.333,0.174,0.174,0,0,0.2,0.1,0.257,0.523,0.523,0,0.21,0.244 +0.333,0.174,0.174,0,0,0,1,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,1,0.261,0.523,0.523,0,0.504,0 +0.333,0.17,0.17,0,0,0,1,0.261,0.523,0.523,0,0.444,0 +0.333,0.17,0.17,0,0,0,1,0.261,0.523,0.523,0,0.283,0 +0.333,0.17,0.17,0,0,0,1,0.261,0.523,0.523,0,0.27,0 +0.333,0.17,0.17,0,0,0,1,0.261,0.523,0.523,0,0.0386,0 +0.333,0.17,0.17,0,0,0,1,0.261,0.523,0.523,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.366 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.366 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.488 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0.3,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,1,0,0,0,0.433,0.713,0.713,0,0,0.122 +1,0.501,0.501,0.2,0.5,0,0,0.588,0.773,0.773,0.484,0,0 +1,0.501,0.501,0,1,0,0,0.588,0.773,0.773,0.467,0,0 +1,0.501,0.501,0,1,0,0,0.588,0.773,0.773,0.375,0,0.244 +1,0.501,0.501,0,1,0,0,0.588,0.773,0.773,0.299,0,0 +1,0.501,0.501,0,0.9,0,0,0.588,0.773,0.773,0.386,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.366 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.429,0,0.343 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.259 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.175 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.245 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.402 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.175 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.105 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.244 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.244 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.244 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.244 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.244 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.183 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.169 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.203 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.344 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.0687 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0.3,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.172,0.172,1,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0.7,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.122 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.122 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.122 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.265 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.288 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.343 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.244 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.244 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.348 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.104 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.174 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.209 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.245 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.101 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.268 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.348 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.174 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.248 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.088 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.0587 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0.8,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.16,0.16,0.2,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.244 +0.667,0.294,0.294,0.8,0,0,0,0.374,0.631,0.631,0,0,0.366 +0.667,0.294,0.294,0.7,0,0,0,0.374,0.631,0.631,0,0,0.244 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.522,0,0.122 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0.527,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.505,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.402,0,0.122 +1,0.829,0.829,0,0.4,0,0,0.743,0.743,0.743,0.364,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.299,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.366 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.244 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.318 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.244 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.366 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.144 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0.337 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0.231 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.854 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.235 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.188 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.172 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.172 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.33 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.033 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.176 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.0352 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.244 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.401 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.366 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.0644 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.405 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.488 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.244 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.331 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.132 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.244 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.488 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.106 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.488 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +1,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +1,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.244 +1,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.366 +1,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.366 +1,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.244 +1,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.35,0.35,0.3,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.453,0.453,0.2,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.488 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.244 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0.3,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,1,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.564,0.564,1,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,1,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,1,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,1,0,0,0,0.596,0.601,0.601,0,0,0.224 +1,0.564,0.564,1,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,1,0,0,0,0.596,0.601,0.601,0,0,0.366 +1,0.356,0.356,1,0,0,0,0.522,0.551,0.551,0,0,0.244 +1,0.356,0.356,1,0,0,0,0.522,0.551,0.551,0,0,0.121 +1,0.203,0.203,1,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0.2,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.273 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0584 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0 +1,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0 +1,0.295,0.295,1,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.175,0.175,0.2,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.667,0.174,0.174,0,0.5,0,0,0.257,0.523,0.523,0.533,0,0 +0.667,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0.505,0,0.366 +0.667,0.174,0.174,0,1,0,0,0.257,0.523,0.523,0.63,0,0 +0.667,0.17,0.17,0,1,0,0,0.261,0.523,0.523,0.582,0,0 +0.667,0.17,0.17,0,1,0,0,0.261,0.523,0.523,0.302,0,0 +0.667,0.17,0.17,0,1,0,0,0.261,0.523,0.523,0.302,0,0 +0.667,0.17,0.17,0,0.4,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.17 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.238 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.192 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.129 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.785 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.66 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.366 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.122 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.133 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.244 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.16 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.16 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.169 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.15 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.0301 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.333,0.309,0.309,0,0,0,0,0.42,0.558,0.558,0,0,0 +0.333,0.309,0.309,0.3,0,0,0,0.42,0.558,0.558,0,0,0 +0.333,0.309,0.309,1,0,0,0,0.42,0.558,0.558,0,0,0 +0.667,0.569,0.569,1,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,1,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,1,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.62,0.62,1,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0.7,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.333,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.244 +0.333,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.366 +0.333,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.333,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.333,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.333,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.333,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.333,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.333,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.333,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.333,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.333,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +0.667,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +0.667,0.099,0.099,0,0,0,0,0.382,0.502,0.502,0,0,0 +0.667,0.099,0.099,0,0,0,0,0.382,0.502,0.502,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.253 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.158 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0632 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.16 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.171 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.137 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0.5,0,0,0.261,0.523,0.523,0.402,0,0 +0.667,0.17,0.17,0,1,0,0,0.261,0.523,0.523,0.5,0,0 +0.667,0.17,0.17,0,1,0,0,0.261,0.523,0.523,0.44,0,0.244 +0.667,0.291,0.291,0,1,0,0,0.263,0.581,0.581,0.315,0,0 +0.667,0.291,0.291,0,0.9,0,0,0.263,0.581,0.581,0.402,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0.467,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0.364,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0.418,0,0.122 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0.467,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0.237,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0.475,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,1,0,0.263,0.601,0.601,0,0.532,0 +0.667,0.271,0.271,0,0,1,0,0.263,0.601,0.601,0,0.258,0.122 +0.667,0.271,0.271,0,0,1,0,0.263,0.601,0.601,0,0.322,0 +0.667,0.269,0.269,0,0,1,0,0.293,0.601,0.601,0,0.197,0 +0.667,0.269,0.269,0,0,0.2,0.1,0.293,0.601,0.601,0,0.0987,0.122 +0.667,0.269,0.269,0,0,0,1,0.293,0.601,0.601,0,0,0.244 +0.667,0.269,0.269,0,0,0,1,0.293,0.601,0.601,0,0.382,0.122 +0.667,0.269,0.269,0,0,0,1,0.293,0.601,0.601,0,0.21,0 +0.667,0.269,0.269,0,0,0,1,0.293,0.601,0.601,0,0.223,0 +0.667,0.269,0.269,0,0,0,0.1,0.315,0.591,0.591,0,0.665,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0.361,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0.309,0.122 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0.373,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0.309,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.244 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0.258,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0.309,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0.528,0 +0.667,0.274,0.274,0.3,0,0,0,0.323,0.611,0.611,0,0.541,0 +0.667,0.274,0.274,1,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0.7,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.366 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.327 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.171 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.341 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.0341 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.0542 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.232 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.366 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0.13 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.366 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0.2,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0.266,0,0 +1,0.0798,0.0798,0,1,0,0,0.305,0.474,0.474,0.505,0,0 +1,0.236,0.236,0,1,0,0,0.404,0.522,0.522,0.245,0,0.327 +1,0.236,0.236,0,1,0.5,0,0.404,0.522,0.522,0.245,0.0386,0.0327 +1,0.236,0.236,0,1,1,0,0.404,0.522,0.522,0.462,0,0 +1,0.236,0.236,0,1,1,0,0.404,0.522,0.522,0,0.296,0 +1,0.236,0.236,0.3,0.9,0.3,0,0.404,0.522,0.522,0,0.348,0.154 +1,0.236,0.236,1,0,0,1,0.404,0.522,0.522,0,0.455,0.0615 +1,0.417,0.417,0.2,0,0,1,0.521,0.624,0.624,0,0.197,0 +1,0.417,0.417,0,0,0,1,0.521,0.624,0.624,0,0.21,0 +0.667,0.295,0.295,0,0,0,1,0.433,0.571,0.571,0,0.421,0 +0.667,0.295,0.295,0,0,0,1,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0.7,0.433,0.571,0.571,0,0.283,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0.288,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0.167,0 +0.667,0.301,0.301,0.3,0,0,0,0.337,0.581,0.581,0,0.425,0 +0.667,0.301,0.301,1,0,0,0,0.337,0.581,0.581,0,0.446,0 +0.667,0.301,0.301,1,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,1,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,1,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.299,0.299,1,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0.7,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.366 +0.333,0.17,0.17,0.3,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0.2,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0.8,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0.7,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0.3,0,0,0,0.293,0.601,0.601,0,0,0.122 +1,0.269,0.269,1,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,1,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0.7,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.244 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0.5,0,0.323,0.611,0.611,0,0.0129,0.122 +0.667,0.274,0.274,0,0,1,0,0.323,0.611,0.611,0,0.348,0 +0.667,0.274,0.274,0,0,1,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0.3,0,0.323,0.611,0.611,0,0.309,0 +0.667,0.274,0.274,0,0,0,1,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,1,0.374,0.631,0.631,0,0.361,0 +0.667,0.294,0.294,0,0,0,0.8,0.374,0.631,0.631,0,0.369,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0.275,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0.172,0 +0.667,0.294,0.294,0.3,0,0,0,0.374,0.631,0.631,0,0,0.154 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0.0617 +0.667,0.35,0.35,0.2,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.255 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.244 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.177 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.279 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.308 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.164 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.31 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.244 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,1,0,0,0,0.331,0.493,0.493,0,0,0.262 +1,0.143,0.143,1,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,1,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,1,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,1,0,0.5,0,0.331,0.493,0.493,0,0.0601,0.167 +1,0.143,0.143,1,0,1,0,0.331,0.493,0.493,0,0.335,0.234 +1,0.172,0.172,1,0,1,0,0.346,0.518,0.518,0,0.446,0 +1,0.172,0.172,0.7,0,0.3,0,0.346,0.518,0.518,0,0.137,0 +1,0.172,0.172,0,0,0,1,0.346,0.518,0.518,0,0.408,0 +1,0.295,0.295,0,0,0,1,0.433,0.571,0.571,0,0.0987,0.225 +1,0.295,0.295,0,0,0,1,0.433,0.571,0.571,0,0.172,0 +1,0.295,0.295,0,0,0,1,0.433,0.571,0.571,0,0.708,0 +1,0.427,0.427,0,0,0,1,0.377,0.639,0.639,0,0,0 +1,0.427,0.427,0,0,0,0.7,0.377,0.639,0.639,0,0,0.17 +1,0.427,0.427,0,0,0,0,0.377,0.639,0.639,0,0,0.34 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.125 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.424,0.424,0,0,0,0,0.255,0.639,0.639,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.18 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.488 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.244 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.255 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.233 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.61 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.196 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.488 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.244 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.244 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0.353,0,0 +0.667,0.453,0.453,0,1,0,0,0.552,0.68,0.68,0.304,0,0.244 +0.667,0.453,0.453,0,1,0,0,0.552,0.68,0.68,0.19,0,0 +0.667,0.453,0.453,0,1,0,0,0.552,0.68,0.68,0.19,0,0.122 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0.37,0,0.122 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.413,0,0 +1,0.829,0.829,0,0.9,0,0,0.743,0.743,0.743,0.745,0,0.488 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.366 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.413,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.473,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.315,0,0.366 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0.478,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0.391,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.122 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.488 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.634 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.0353 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0.517 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0.726 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.346 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.138 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.156 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.212 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.0354 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.342 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.163 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.098 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.416 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.347 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.122 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.122 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +0.667,0.453,0.453,0,0,1,0,0.552,0.68,0.68,0,0.0601,0.234 +0.667,0.453,0.453,0,0,1,0,0.552,0.68,0.68,0,0,0.122 +0.667,0.453,0.453,0,0,1,0,0.552,0.68,0.68,0,0,0.244 +0.667,0.569,0.569,0,0,1,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0.2,0.1,0.581,0.65,0.65,0,0,0.149 +0.667,0.569,0.569,0,0,0,1,0.581,0.65,0.65,0,0,0 +1,0.829,0.829,0,0,0,1,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,1,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,1,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,1,0.788,0.698,0.698,0,0,0.457 +1,0.905,0.905,0,0,0,0.6,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.244 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.122 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.122 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.351 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.351 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.351 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.211 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.137 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.172 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.348 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.0348 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.0887 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.167 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.1 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.962 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0704 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.54 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0696 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0.3,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0.163 +0.667,0.279,0.279,1,0,0,0,0.271,0.591,0.591,0,0,0.0651 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0.7,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.244 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.178 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.126 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.551 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.167 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.322 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.122 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0.5,0,0,0.374,0.631,0.631,0.571,0,0.168 +0.667,0.294,0.294,0,1,0,0,0.374,0.631,0.631,0.429,0,0 +0.667,0.294,0.294,0,1,0,0,0.374,0.631,0.631,0.446,0,0 +0.667,0.35,0.35,0,1,0,0,0.478,0.67,0.67,0.402,0,0 +0.667,0.35,0.35,0,0.9,0,0,0.478,0.67,0.67,0.323,0,0.401 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0.323,0,0.338 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0.462,0,0.122 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0.44,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0.451,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.181 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.829,0.829,0,0.5,0,0,0.743,0.743,0.743,0.342,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.478,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.609,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.576,0,0 +1,0.829,0.829,0,0.9,0,0,0.743,0.743,0.743,0,0,0.366 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.149 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.29 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.357 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.087 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.029 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0.7,0,0,0,0.305,0.464,0.464,0,0,0.164 +1,0.0495,0.0495,0,0,0,0,0.352,0.462,0.462,0,0,0.197 +0.667,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.331 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0662 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.17 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.346 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.366 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.33 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.132 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.161 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.0321 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.249 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0.3,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0.7,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.107 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.366 +0.333,0.162,0.162,0.8,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.333,0.162,0.162,0.7,0,0,0,0.29,0.538,0.538,0,0,0.488 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.122 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.523 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.19 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.488 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.61 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.337 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.0337 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.175 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.035 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.17,0.17,0.2,0,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.122 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.122 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +1,0.394,0.394,0,0,0,0,0.277,0.654,0.654,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.732 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.122 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.122 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.122 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.122 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.61 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0.5,0,0.788,0.698,0.698,0,0.0858,0 +1,0.905,0.905,0,0,1,0,0.788,0.698,0.698,0,0,0.122 +1,0.905,0.905,0,0,1,0,0.788,0.698,0.698,0,0.678,0 +1,0.905,0.905,0,0,0.3,0,0.788,0.698,0.698,0,0.421,0 +1,0.905,0.905,0,0,0,1,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,1,0.765,0.669,0.669,0,0.356,0 +1,0.821,0.821,0,0,0,1,0.765,0.669,0.669,0,0.283,0.122 +1,0.821,0.821,0,0,0,1,0.765,0.669,0.669,0,0.395,0 +1,0.564,0.564,0,0,0,0.2,0.596,0.601,0.601,0,0.258,0.132 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.0987,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.0987,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.309,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.309,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.485,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.506,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.0601,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.455,0.122 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.339,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.464,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.0987,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.382,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.099,0.099,0,0,0,0,0.382,0.502,0.502,0,0.468,0.248 +1,0.099,0.099,0,0,0,0,0.382,0.502,0.502,0,0.283,0 +1,0.099,0.099,0,0,0,0,0.382,0.502,0.502,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.122 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.244 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.244 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.366 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +1,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +1,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +1,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +1,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.122 +1,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +1,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +1,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +1,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +1,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +1,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +1,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.159,0.159,1,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,1,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0.7,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.168 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.412 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.202 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.403 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.127 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.122 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.244 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.179 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.173 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.173 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.338 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.338 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.101 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.156 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.0625 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.253 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,1,0,0.261,0.533,0.533,0,0.073,0 +0.333,0.16,0.16,0,0,1,0,0.261,0.533,0.533,0,0.296,0 +0.333,0.16,0.16,0,0,0.8,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0.5,0.275,0.533,0.533,0,0.541,0 +0.333,0.159,0.159,0,0,0,1,0.275,0.533,0.533,0,0.395,0 +0.333,0.159,0.159,0,0,0,1,0.275,0.533,0.533,0,0.506,0 +0.333,0.159,0.159,0,0,0,1,0.275,0.533,0.533,0,0.618,0 +0.333,0.159,0.159,0,0,0,1,0.275,0.533,0.533,0,0.0258,0 +0.333,0.159,0.159,0,0,0,1,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,1,0.286,0.528,0.528,0,0.618,0 +0.333,0.159,0.159,0,0,0,0.6,0.286,0.528,0.528,0,0.361,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0.451,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0.536,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0.0258,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0.283,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0.296,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0.361,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0.296,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0.309,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0.395,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0.361,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0.283,0.122 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.2,0.2,0,0.5,0,0,0.368,0.568,0.568,0.342,0.322,0 +0.333,0.2,0.2,0,1,0,0,0.368,0.568,0.568,0.402,0.163,0.488 +0.333,0.2,0.2,0,1,0,0,0.368,0.568,0.568,0.495,0,0.122 +0.667,0.35,0.35,0,1,0,0,0.478,0.67,0.67,0.75,0,0 +0.667,0.35,0.35,0,0.9,0,0,0.478,0.67,0.67,0,0,0.122 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0.413,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.522,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.283,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.19,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.19,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.44,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.386,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,1,0,0.743,0.743,0.743,0,0.356,0.256 +1,0.829,0.829,0,0,1,0,0.743,0.743,0.743,0,0.27,0.185 +1,0.829,0.829,0,0,0.8,0,0.743,0.743,0.743,0,0.369,0 +1,0.905,0.905,0,0,0,0.5,0.788,0.698,0.698,0,0.0601,0 +1,0.905,0.905,0,0,0,0.9,0.788,0.698,0.698,0,0.124,0.488 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.244 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.585 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.136 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.122 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0.3,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,1,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0.2,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.257 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.253 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.531 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.0661 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.304 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0.5,0,0,0.264,0.528,0.528,0.44,0,0 +0.333,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.435,0,0.366 +0.333,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.451,0,0 +0.333,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.353,0,0 +0.333,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.193,0,0 +0.333,0.164,0.164,0,1,0,0,0.264,0.528,0.528,0.193,0,0.122 +0.333,0.16,0.16,0,0.4,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0.3,0,0,0,0.478,0.67,0.67,0,0,0.122 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.501,0.501,0.2,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.212 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.137 +1,0.905,0.905,0,0,0.5,0,0.788,0.698,0.698,0,0.309,0.591 +1,0.905,0.905,0,0,0.9,0,0.788,0.698,0.698,0,0.283,0.122 +1,0.905,0.905,0,0,0,0.4,0.788,0.698,0.698,0,0.236,0 +1,0.905,0.905,0,0,0,1,0.788,0.698,0.698,0,0.309,0.169 +1,0.905,0.905,0,0,0,1,0.788,0.698,0.698,0,0.0601,0.257 +1,0.821,0.821,0,0,0,0.4,0.765,0.669,0.669,0,0.223,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.412,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.601,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.464,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.227,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.481,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.296,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.369,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.249,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.283,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.339 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.339 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0678 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0.125 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +0.667,0.236,0.236,0.8,0,0,0,0.404,0.522,0.522,0,0,0.317 +0.667,0.236,0.236,1,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.236,0.236,1,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.236,0.236,1,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.236,0.236,0.7,0,0,0,0.404,0.522,0.522,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.122 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.61 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,1,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.274,0.274,1,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,1,0,0.5,0,0.323,0.611,0.611,0,0.249,0 +0.667,0.274,0.274,1,0,1,0,0.323,0.611,0.611,0,0,0.244 +0.667,0.294,0.294,0.2,0,1,0,0.374,0.631,0.631,0,0.382,0.244 +0.667,0.294,0.294,0,0,1,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0.7,0,0.374,0.631,0.631,0,0,0.122 +0.667,0.294,0.294,0,0,0,0.6,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,1,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,1,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,1,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0.6,0.478,0.67,0.67,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.241 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.319 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.372 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.154 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.349 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.343 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.0343 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.395 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.488 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.338 +0.667,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.0338 +0.333,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.333,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.333,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.333,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0.3,0,0,0,0.257,0.523,0.523,0,0,0.244 +0.333,0.174,0.174,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0.244 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0.2,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,1,0,0.261,0.533,0.533,0,0.159,0 +0.333,0.16,0.16,0,0,1,0,0.261,0.533,0.533,0,0.369,0 +0.333,0.16,0.16,0,0,0.8,0,0.261,0.533,0.533,0,0.0386,0 +0.333,0.16,0.16,0,0,0,0.5,0.261,0.533,0.533,0,0.309,0 +0.333,0.16,0.16,0,0,0,1,0.261,0.533,0.533,0,0.335,0 +0.333,0.16,0.16,0,0,0,1,0.261,0.533,0.533,0,0.485,0 +0.333,0.159,0.159,0,0,0,1,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0.7,0.275,0.533,0.533,0,0.21,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0.322,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0.296,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0.283,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0.185,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0.159,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0.0601,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0.244 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0.244 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0.122 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0.19 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +1,0.655,0.655,0,0.5,0,0,0.699,0.788,0.788,0.288,0,0.122 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0.511,0,0 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0.37,0,0.488 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.603,0,0.61 +1,0.829,0.829,0,0.9,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.266,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.413,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.375,0,0.244 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.413,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.489,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.338 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0.3,0,0,0,0.305,0.474,0.474,0,0,0.161 +1,0.0798,0.0798,1,0,0,0,0.305,0.474,0.474,0,0,0.0644 +1,0.33,0.33,0.2,0,0,0,0.477,0.55,0.55,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0.266 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0.0333 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0 +1,0.33,0.33,0,0,0,0,0.477,0.55,0.55,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0.128 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.325 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.0325 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.174 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.14 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.244 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.109 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.465 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0.3,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,1,0,0,0,0.286,0.528,0.528,0,0,0 +1,0.274,0.274,0.2,0,0,0,0.323,0.611,0.611,0,0,0 +1,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +1,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.366 +1,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.122 +1,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +1,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.122 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0.3,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,1,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,1,0,0,0,0.433,0.713,0.713,0,0,0.154 +1,0.417,0.417,0.7,0,0,0,0.433,0.713,0.713,0,0,0.61 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.488 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.829,0.829,0,0.5,0,0,0.743,0.743,0.743,0.413,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.321,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.505,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0.375,0,0 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0,0,0.244 +1,0.905,0.905,0,0.4,0,0,0.788,0.698,0.698,0.364,0,0.555 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.484,0,0.0481 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0.359,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0.571,0,0 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0.228,0,0.292 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0.457,0,0.136 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0.326,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0.446,0,0.0799 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0.188,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0.188,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0.315,0,0.122 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0.304,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0.652,0,0.244 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0.495,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0.424,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.522,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.478,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.332,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.413,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.264,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.264,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0.2,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.337 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.101 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0.7,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.488 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.854 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.122 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.122 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.122 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0.3,0,0.5,0,0.699,0.788,0.788,0,0.236,0 +1,0.655,0.655,1,0,1,0,0.699,0.788,0.788,0,0.412,0.122 +1,0.829,0.829,1,0,1,0,0.743,0.743,0.743,0,0.425,0 +1,0.829,0.829,0.7,0,1,0,0.743,0.743,0.743,0,0.85,0 +1,0.829,0.829,0,0,0.7,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0.6,0.743,0.743,0.743,0,0.545,0 +1,0.829,0.829,0,0,0,1,0.743,0.743,0.743,0,0.309,0 +1,0.829,0.829,0,0,0,1,0.743,0.743,0.743,0,0,0.244 +1,0.905,0.905,0,0,0,0.2,0.788,0.698,0.698,0,0.481,0.366 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0.481,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0.618,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0.373,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0.197,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.322,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.361,0.488 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.481,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.112,0.122 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0.348,0 +1,0.51,0.51,0.3,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.51,0.51,1,0,0,0,0.654,0.594,0.594,0,0,0.122 +1,0.51,0.51,1,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.51,0.51,1,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.51,0.51,1,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.249,0.249,1,0,0,0,0.555,0.535,0.535,0,0,0 +1,0.249,0.249,1,0,0,0,0.555,0.535,0.535,0,0,0 +1,0.249,0.249,1,0,0,0,0.555,0.535,0.535,0,0,0 +1,0.249,0.249,0.2,0,0,0,0.555,0.535,0.535,0,0,0 +1,0.249,0.249,0,0,0,0,0.555,0.535,0.535,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.366 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0518,0.0518,0,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.0518,0.0518,0,0,0,0,0.33,0.472,0.472,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.295,0.295,0,0.5,0,0,0.433,0.571,0.571,0.636,0,0 +0.667,0.295,0.295,0,1,0,0,0.433,0.571,0.571,0.364,0,0 +0.667,0.295,0.295,0,1,0,0,0.433,0.571,0.571,0.429,0,0 +0.667,0.301,0.301,0,1,0,0,0.337,0.581,0.581,0.484,0,0 +0.667,0.301,0.301,0,0.9,0,0,0.337,0.581,0.581,0.234,0,0.488 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0.234,0,0.366 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.122 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.244 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.488 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.122 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0.5,0,0.293,0.601,0.601,0,0.369,0.122 +0.667,0.269,0.269,0,0,1,0,0.293,0.601,0.601,0,0,0 +1,0.378,0.378,0,0,1,0,0.311,0.669,0.669,0,0.459,0 +1,0.378,0.378,0,0,0.3,0,0.311,0.669,0.669,0,0.369,0 +1,0.378,0.378,0,0,0,1,0.311,0.669,0.669,0,0.73,0 +1,0.379,0.379,0,0,0,0.4,0.344,0.654,0.654,0,0.584,0 +1,0.379,0.379,0,0,0,0,0.344,0.654,0.654,0,0.433,0.244 +1,0.379,0.379,0,0,0,0,0.344,0.654,0.654,0,0.309,0.122 +1,0.379,0.379,0,0,0,0,0.344,0.654,0.654,0,0.296,0 +1,0.379,0.379,0,0,0,0,0.344,0.654,0.654,0,0,0 +1,0.379,0.379,0,0,0,0,0.344,0.654,0.654,0,0,0.244 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.366 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0.122 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.408,0 +0,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.223,0 +0.333,0.309,0.309,0,0,1,0,0.42,0.558,0.558,0,0.249,0.122 +0.333,0.309,0.309,0,0,1,0,0.42,0.558,0.558,0,0.0386,0 +0.333,0.309,0.309,0,0,0.2,0.1,0.42,0.558,0.558,0,0.223,0.244 +0.333,0.309,0.309,0,0,0,1,0.42,0.558,0.558,0,0,0 +0.333,0.335,0.335,0,0,0,0.3,0.434,0.543,0.543,0,0.21,0 +0.333,0.335,0.335,0,0,0,0,0.434,0.543,0.543,0,0.296,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.172 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.15 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.336 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.0672 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.172 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.294 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.61 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.366 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.488 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.366 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0.3,0,0,0,0.374,0.631,0.631,0,0,0.532 +1,0.417,0.417,1,0,0,0,0.433,0.713,0.713,0,0,0.299 +1,0.417,0.417,0.2,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0.3,0,0,0,0.478,0.67,0.67,0,0,0.244 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.655,0.655,1,0.5,0,0,0.699,0.788,0.788,0.413,0,0 +1,0.655,0.655,1,1,0,0,0.699,0.788,0.788,0.429,0,0 +1,0.655,0.655,1,1,0,0,0.699,0.788,0.788,0.658,0,0 +1,0.655,0.655,1,1,0,0,0.699,0.788,0.788,0.516,0,0 +1,0.655,0.655,1,1,0,0,0.699,0.788,0.788,0,0,0.366 +1,0.655,0.655,1,1,0,0,0.699,0.788,0.788,0,0,0 +1,0.829,0.829,1,0.4,0,0,0.743,0.743,0.743,0.353,0,0 +1,0.829,0.829,0.7,0,0,0,0.743,0.743,0.743,0.457,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.451,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0.457,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.353,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.418,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.397,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.418,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.244 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.156 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.127 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.366 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.366 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.488 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0.8,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,1,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.271,0.271,1,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0.2,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.488 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0.122 +0.333,0.2,0.2,0.8,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.2,0.2,1,0,0,0,0.368,0.568,0.568,0,0,0 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.453,0.453,0.2,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.174 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.154 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.244 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.157 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.0629 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.244 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.167 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.343 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.137 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0.522,0,0.212 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.277,0,0 +0.333,0.172,0.172,0,1,0,0,0.346,0.518,0.518,0.234,0,0 +0.333,0.172,0.172,0.3,1,0,0,0.346,0.518,0.518,0.234,0,0 +0.333,0.172,0.172,1,1,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,1,0.4,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0.2,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.138 +1,0.501,0.501,0.3,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,1,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,1,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,1,0,0,0,0.588,0.773,0.773,0.462,0,0 +1,0.501,0.501,1,1,0,0,0.588,0.773,0.773,0.397,0,0 +1,0.655,0.655,1,1,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,1,1,0,0,0.699,0.788,0.788,0.44,0,0 +1,0.655,0.655,1,1,0,0,0.699,0.788,0.788,0.348,0,0 +1,0.655,0.655,0.2,0.4,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.366 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.122 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.244 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.488 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.122 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.244 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.5,0,0.258,0.465,0.465,0,0.249,0 +1,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.481,0 +1,0.0798,0.0798,0,0,1,0,0.305,0.474,0.474,0,0.481,0 +1,0.0798,0.0798,0,0,1,0,0.305,0.474,0.474,0,0.348,0 +1,0.0798,0.0798,0,0,0.7,0,0.305,0.474,0.474,0,0.296,0 +1,0.11,0.11,0,0,0,0.6,0.352,0.482,0.482,0,0.236,0.203 +1,0.11,0.11,0,0,0,1,0.352,0.482,0.482,0,0.369,0 +1,0.11,0.11,0,0,0,1,0.352,0.482,0.482,0,0,0 +1,0.236,0.236,0,0,0,1,0.404,0.522,0.522,0,0.112,0.133 +1,0.236,0.236,0,0,0,0.6,0.404,0.522,0.522,0,0.185,0.133 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0.176,0 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0.258,0 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0.258,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0.348,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0.309,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0.468,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0.223,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0.137,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0.0987,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0.348,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0.618,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0.0386,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0.519,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0.21,0.122 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.244 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0.69,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0.486,0 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.164 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.168 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.168 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.263 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.366 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.172 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0688 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.105 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.244 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.366 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0.8,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0.122 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.501,0.501,1,0,0,0,0.588,0.773,0.773,0,0,0.122 +1,0.655,0.655,1,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0.7,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.488 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.488 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.366 +1,0.829,0.829,0,0,0.5,0,0.743,0.743,0.743,0,0.249,0.244 +1,0.829,0.829,0,0,1,0,0.743,0.743,0.743,0,0.395,0.122 +1,0.569,0.569,0,0,1,0,0.581,0.65,0.65,0,0.236,0 +1,0.569,0.569,0,0,1,0,0.581,0.65,0.65,0,0.296,0 +1,0.569,0.569,0,0,0.7,0,0.581,0.65,0.65,0,0,0 +1,0.62,0.62,0,0,0,0.6,0.611,0.621,0.621,0,0.283,0 +1,0.62,0.62,0,0,0,1,0.611,0.621,0.621,0,0.348,0.488 +1,0.62,0.62,0,0,0,1,0.611,0.621,0.621,0,0,0.122 +1,0.62,0.62,0,0,0,1,0.611,0.621,0.621,0,0.506,0 +1,0.62,0.62,0,0,0,0.6,0.611,0.621,0.621,0,0.249,0.122 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.244 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.073,0.353 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.0858,0.212 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.476,0.244 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.155,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.309,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.249,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.309,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.296,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.168 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.168 +1,0.236,0.236,0.8,0,0,0,0.404,0.522,0.522,0,0,0 +1,0.236,0.236,1,0,0,0,0.404,0.522,0.522,0,0,0 +1,0.236,0.236,1,0,0,0,0.404,0.522,0.522,0,0,0 +1,0.417,0.417,1,0,0,0,0.521,0.624,0.624,0,0,0.264 +1,0.417,0.417,0.7,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0.0658 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0.0987 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0 +1,0.427,0.427,0,0,0,0,0.377,0.639,0.639,0,0,0 +1,0.427,0.427,0,0,0,0,0.377,0.639,0.639,0,0,0 +1,0.427,0.427,0,0,0,0,0.377,0.639,0.639,0,0,0 +1,0.427,0.427,0,0,0,0,0.377,0.639,0.639,0,0,0 +1,0.427,0.427,0,0,0,0,0.377,0.639,0.639,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.488 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.244 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0.732 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.244 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0.3,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,1,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0.7,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.366 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.488 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.122 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.488 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.488 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.488 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.244 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.571,0,0 +1,0.905,0.905,0,1,0,0,0.788,0.698,0.698,0.5,0,0.122 +1,0.821,0.821,0,1,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,1,0,0,0.765,0.669,0.669,0.5,0,0 +1,0.821,0.821,0,1,0,0,0.765,0.669,0.669,0.554,0,0.244 +1,0.821,0.821,0,0.4,0,0,0.765,0.669,0.669,0,0,0.244 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0.315,0,0.169 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0.424,0,0.19 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0.217,0,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0.217,0,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0.342,0,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0,0.122 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.354 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0708 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.159 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.323 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.647 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.127 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.372 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.176 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.246 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.276 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.122 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.0694 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.139 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.412 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.278 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.244 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.366 +0.333,0.159,0.159,0.8,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0.7,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0.5,0,0.588,0.773,0.773,0,0.283,0 +1,0.501,0.501,0,0,0.9,0,0.588,0.773,0.773,0,0.361,0.122 +0.667,0.35,0.35,0,0,0,0.4,0.478,0.67,0.67,0,0.0858,0 +0.667,0.35,0.35,0,0,0,1,0.478,0.67,0.67,0,0.249,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0.575,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0.391,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0.27,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0.223,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0.309,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0.395,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.244 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.366 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.488 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.122 +0.667,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +0.667,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +0.667,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.139 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.142 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.199 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0994 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.122 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.244 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.202 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.136 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.102 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +1,0.382,0.382,0,0,0,0,0.266,0.669,0.669,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +1,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +1,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +1,0.269,0.269,0,0,0.5,0,0.315,0.591,0.591,0,0.0258,0.244 +0.667,0.159,0.159,0,0,0.9,0,0.286,0.528,0.528,0,0,0 +0.667,0.269,0.269,0,0,0,0.4,0.315,0.591,0.591,0,0.283,0 +0.667,0.269,0.269,0,0,0,1,0.315,0.591,0.591,0,0.408,0 +0.667,0.269,0.269,0,0,0,1,0.315,0.591,0.591,0,0,0 +1,0.387,0.387,0,0,0,0.4,0.355,0.684,0.684,0,0.504,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0.457,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0.309,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0.0601,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0.0386,0 +1,0.387,0.387,0,0,0,0,0.355,0.684,0.684,0,0.197,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0.0386,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0.309,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0.258,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0.236,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0.483,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0.582,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0.369,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.44,0,0 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0.375,0,0 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0.337,0,0 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0,0,0.122 +1,0.829,0.829,0,1,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0.9,0.5,0,0.743,0.743,0.743,0,0.0386,0 +1,0.829,0.829,0,0,1,0,0.743,0.743,0.743,0,0,0.244 +1,0.829,0.829,0,0,1,0,0.743,0.743,0.743,0,0.506,0 +1,0.829,0.829,0,0,0.3,0,0.743,0.743,0.743,0,0.382,0 +1,0.829,0.829,0,0,0,1,0.743,0.743,0.743,0,0.345,0 +1,0.905,0.905,0,0,0,1,0.788,0.698,0.698,0,0.135,0 +1,0.905,0.905,0,0,0,1,0.788,0.698,0.698,0,0.309,0.122 +1,0.905,0.905,0,0,0,1,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0.2,0.788,0.698,0.698,0,0.309,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0.348,0.244 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.545,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.369,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.545,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.0386,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0.5,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0.268,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0.421,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.691,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.322,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.258,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.361,0.244 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.309,0.122 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.14 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.0296 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.118 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0.8,0,0,0,0.331,0.493,0.493,0,0,0.344 +0.667,0.143,0.143,0.7,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.61 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.488 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.165 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.0992 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0.238 +0.333,0.172,0.172,0.8,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0.7,0,0,0,0.316,0.548,0.548,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.244 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.244 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.321 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.304 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.283 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.0668 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.356 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.122 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0.122 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.278 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.164 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.263 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.286 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.347 +1,0.0518,0.0518,0,0,0,0,0.33,0.472,0.472,0,0,0.455 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.0706 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.114 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.297 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.28 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.244 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.366 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.198 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.171 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.0683 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.467 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.069 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0.8,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,1,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.274,0.274,1,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0.7,0,0.5,0,0.374,0.631,0.631,0,0.309,0 +0.667,0.294,0.294,0,0,0.9,0,0.374,0.631,0.631,0,0,0 +0.667,0.294,0.294,0,0,0,0.4,0.374,0.631,0.631,0,0.343,0 +0.667,0.294,0.294,0,0,0,1,0.374,0.631,0.631,0,0.361,0 +0.667,0.294,0.294,0,0,0,1,0.374,0.631,0.631,0,0.258,0 +0.667,0.35,0.35,0,0,0,1,0.478,0.67,0.67,0,0.494,0 +0.667,0.35,0.35,0,0,0,0.8,0.478,0.67,0.67,0,0.481,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0.0386,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0.283,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0.309,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.122 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.244 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.244 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.488 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.177 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.476 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.0354 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.244 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.301 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.189 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.122 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.655 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.344 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.122 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.347 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0.478,0,0 +0.667,0.143,0.143,0,1,0,0,0.331,0.493,0.493,0.473,0,0 +0.667,0.143,0.143,0,1,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.143,0.143,0,1,0,0,0.331,0.493,0.493,0.516,0,0 +0.667,0.143,0.143,0,1,0,0,0.331,0.493,0.493,0.549,0,0 +0.667,0.172,0.172,0,0.4,0,0,0.346,0.518,0.518,0.353,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.174,0.174,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,1,0,0,0,0.257,0.523,0.523,0,0,0.366 +0.333,0.174,0.174,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.174,0.174,0.7,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.122 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.122 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.244 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.122 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.366 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.244 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.543,0,0 +1,0.655,0.655,0,1,0,0,0.699,0.788,0.788,0.38,0,0 +0.667,0.569,0.569,0,1,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.569,0.569,0,1,0,0,0.581,0.65,0.65,0.397,0,0 +0.667,0.569,0.569,0,1,0,0,0.581,0.65,0.65,0.375,0,0.244 +0.667,0.569,0.569,0,0.4,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.122 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.244 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.122 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.244 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.122 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.0887 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.234 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.1 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0647 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.162 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.171 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.274 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.0629 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.0944 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.132 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.492 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.161 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0.7,0,0.337,0.58,0.58,0,0.159,0 +1,0.452,0.452,0,0,1,0,0.376,0.637,0.637,0,0.644,0.0659 +1,0.452,0.452,0,0,1,0,0.376,0.637,0.637,0,0,0.264 +1,0.452,0.452,0,0,1,0,0.376,0.637,0.637,0,0.309,0 +1,0.456,0.456,0,0,0.5,0,0.254,0.637,0.637,0,0.395,0 +1,0.456,0.456,0,0,0,0.8,0.254,0.637,0.637,0,0.592,0.122 +1,0.456,0.456,0,0,0,1,0.254,0.637,0.637,0,0.468,0.229 +1,0.456,0.456,0,0,0,1,0.254,0.637,0.637,0,0.275,0.155 +1,0.456,0.456,0,0,0,1,0.254,0.637,0.637,0,0.27,0.122 +0.667,0.321,0.321,0,0,0,1,0.255,0.58,0.58,0,0.27,0.366 +0.667,0.312,0.312,0,0,0,1,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0.4,0.263,0.58,0.58,0,0.421,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0.468,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0.073,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0.433,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0685 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.24 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.366 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.366 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.365 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.157 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.122 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.244 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0.5,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.919,0.919,1,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,1,0,0,0,0.741,0.741,0.741,0,0,0.244 +1,0.919,0.919,1,0,0,0,0.741,0.741,0.741,0,0,0.61 +1,0.919,0.919,1,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0.4,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.0692 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.33 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.263 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.35 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.244 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.2,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.249,0 +1,0.0495,0.0495,0,0,0.2,0.1,0.258,0.465,0.465,0,0.369,0 +1,0.147,0.147,0,0,0,1,0.33,0.493,0.493,0,0,0.069 +1,0.147,0.147,0,0,0,0.4,0.33,0.493,0.493,0,0.335,0.345 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0.309,0 +1,0.433,0.433,0,0,0,0,0.52,0.622,0.622,0,0,0 +1,0.433,0.433,1,0,0,0,0.52,0.622,0.622,0,0,0 +1,0.433,0.433,1,0,0,0,0.52,0.622,0.622,0,0,0.353 +0.667,0.305,0.305,1,0,0,0,0.432,0.57,0.57,0,0,0.0706 +0.667,0.305,0.305,1,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,1,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.318,0.318,1,0,0,0,0.337,0.58,0.58,0,0,0.0652 +0.667,0.318,0.318,1,0,0,0,0.337,0.58,0.58,0,0,0.228 +0.667,0.318,0.318,1,0,0,0,0.337,0.58,0.58,0,0,0 +0.667,0.318,0.318,0.2,0,0,0,0.337,0.58,0.58,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.221 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.0671 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.268 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0.0704 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0.211 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.0588 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.0294 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.224 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +1,0.413,0.413,0,0,0,0,0.265,0.667,0.667,0,0,0.142 +1,0.413,0.413,0,0,0,0,0.265,0.667,0.667,0,0,0 +1,0.413,0.413,0,0,0,0,0.265,0.667,0.667,0,0,0 +1,0.413,0.413,0,0,0,0,0.265,0.667,0.667,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.063 +0.667,0.289,0.289,1,0,0,0,0.292,0.6,0.6,0,0,0.158 +0.667,0.289,0.289,0.6,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.122 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.244 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.244 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.122 +1,0.946,0.946,0,0.2,0,0,0.697,0.785,0.785,0.315,0,0.366 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.435,0,0.182 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.63,0,0.121 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.326,0,0.193 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0.5,0,0,0.741,0.741,0.741,0.315,0,0.122 +1,0.919,0.919,0,0.2,0,0,0.741,0.741,0.741,0.397,0,0 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.592,0,0.054 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.31,0,0.149 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,1,0,0,0.785,0.696,0.696,0.19,0,0 +1,0.747,0.747,0,0.5,0,0,0.785,0.696,0.696,0.19,0,0.282 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.489,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.484,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.315,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.461 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.0677 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.838 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.244 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.667,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.667,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.667,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.667,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.667,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.189 +0.667,0.175,0.175,0.3,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.667,0.292,0.292,0.3,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.488 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.168 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.0671 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.366 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.122 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.244 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.366 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.249,0.249,0,0,0,0,0.553,0.533,0.533,0,0,0 +1,0.249,0.249,0,0,0,0,0.553,0.533,0.533,0,0,0 +1,0.249,0.249,0,0,0,0,0.553,0.533,0.533,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0.5,0,0.255,0.58,0.58,0,0.249,0 +0.667,0.321,0.321,0,0,1,0,0.255,0.58,0.58,0,0.348,0 +0.667,0.321,0.321,0,0,1,0,0.255,0.58,0.58,0,0.361,0 +0.667,0.321,0.321,0.3,0,0.3,0,0.255,0.58,0.58,0,0.0858,0 +0.667,0.321,0.321,1,0,0,1,0.255,0.58,0.58,0,0,0 +0.667,0.312,0.312,1,0,0,0.5,0.263,0.58,0.58,0,0.283,0 +0.667,0.312,0.312,1,0,0,0,0.263,0.58,0.58,0,0.361,0 +0.667,0.312,0.312,1,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0.6,0,0,0,0.263,0.58,0.58,0,0.0386,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.3,0.3,0,0,1,0,0.27,0.59,0.59,0,0.27,0 +0.667,0.3,0.3,0,0,0.4,0,0.27,0.59,0.59,0,0.0258,0 +0.667,0.3,0.3,0,0,0,0.9,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,1,0.27,0.59,0.59,0,0.27,0 +0.667,0.3,0.3,0,0,0,1,0.27,0.59,0.59,0,0.433,0 +0.667,0.3,0.3,0,0,0,1,0.27,0.59,0.59,0,0,0 +0.667,0.292,0.292,0,0,0,0.7,0.263,0.6,0.6,0,0.21,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0.236,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0.446,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0.506,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0.249,0 +0.667,0.289,0.289,0.3,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,1,0,0,0,0.292,0.6,0.6,0,0,0.122 +0.667,0.289,0.289,1,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0.9,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0858 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.244 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.315 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0.386,0,0.159 +0.667,0.647,0.647,0,1,0,0,0.55,0.679,0.679,0.533,0,0.186 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0.5,0,0.122 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0.321,0,0.144 +0.667,0.629,0.629,0,0.7,0,0,0.58,0.649,0.649,0.413,0,0 +0.667,0.629,0.629,0.3,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,1,0,0,0,0.58,0.649,0.649,0,0,0.244 +0.667,0.515,0.515,1,0,0,0,0.609,0.619,0.619,0,0,0.122 +0.667,0.515,0.515,1,0,0,0,0.609,0.619,0.619,0,0,0.122 +0.667,0.515,0.515,1,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0.9,0,0,0,0.763,0.667,0.667,0,0,0.25 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.224 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.556 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.126 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.126 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.189 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0.7,0,0.305,0.473,0.473,0,0.21,0 +1,0.0816,0.0816,0,0,0.7,0,0.305,0.473,0.473,0,0,0.122 +1,0.0816,0.0816,0,0,0,0.6,0.305,0.473,0.473,0,0.618,0.244 +1,0.0816,0.0816,0,0,0,1,0.305,0.473,0.473,0,0.185,0.122 +1,0.245,0.245,0,0,0,1,0.403,0.521,0.521,0,0.704,0 +1,0.245,0.245,0,0,0,1,0.403,0.521,0.521,0,0.395,0 +1,0.245,0.245,0,0,0,1,0.403,0.521,0.521,0,0.249,0 +1,0.245,0.245,0,0,0,1,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,1,0,0,0.6,0.403,0.521,0.521,0,0.605,0 +1,0.245,0.245,0.6,0,0,0,0.403,0.521,0.521,0,0.0987,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.132 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.0698 +0.667,0.184,0.184,1,0,0,0,0.297,0.523,0.523,0,0,0.349 +0.667,0.184,0.184,0.6,0,0,0,0.297,0.523,0.523,0,0,0.14 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.122 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.122 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.122 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.0662 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.321 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.0643 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.193 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.645 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.366 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.113 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.465 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0988 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.103 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.333,0.194,0.194,0,0,0.7,0,0.29,0.537,0.537,0,0.0601,0 +0.333,0.237,0.237,0,0,1,0,0.316,0.547,0.547,0,0,0.489 +0.333,0.237,0.237,1,0,1,0,0.316,0.547,0.547,0,0,0.214 +0.667,0.425,0.425,1,0,1,0,0.373,0.629,0.629,0,0,0 +1,0.612,0.612,1,0,0.5,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0.8,0.431,0.711,0.711,0,0,0.244 +1,0.612,0.612,0.9,0,0,1,0.431,0.711,0.711,0,0,0.214 +1,0.804,0.804,0,0,0,1,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0.3,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0.2,0,0,0.586,0.77,0.77,0.342,0,0 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.56,0,0.3 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.364,0,0 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.565,0,0 +1,0.946,0.946,0,0.5,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.244 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.066 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.066 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.244 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.245 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0.349 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.31 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.259 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.0646 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.194 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.24 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.366 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.366 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.119 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0.9,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.122 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.488 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.122 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.122 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.122 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.366 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.235 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.445 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.211 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.0327 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.327 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0.2,0,0,0.297,0.523,0.523,0.37,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0.457,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0.429,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0.397,0,0 +0.333,0.185,0.185,0,0.5,0,0,0.257,0.523,0.523,0.549,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0.467,0,0.176 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.0696 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.104 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.366 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.366 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.194,0.194,1,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,1,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0.2,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0.2,0,0,0.373,0.629,0.629,0.353,0,0 +0.667,0.553,0.553,0,1,0,0,0.477,0.669,0.669,0.484,0,0 +0.667,0.553,0.553,0,1,0,0,0.477,0.669,0.669,0.386,0,0 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0,0,0 +0.667,0.553,0.553,0,1,0,0,0.477,0.669,0.669,0.293,0,0.244 +0.667,0.553,0.553,0,0.5,0,0,0.477,0.669,0.669,0.446,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0.451,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.366 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.488 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0.226,0,0 +1,0.946,0.946,0,0.7,0,0,0.697,0.785,0.785,0.226,0,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.549,0,0.117 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.462,0,0 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.538,0,0.122 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.533,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0.207,0,0.502 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0.207,0,0.672 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.61 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.699 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.122 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0.366 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0.366 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.242 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.276 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0678 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0339 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.231 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.132 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.213 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0.6,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0.2,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,1,0,0.26,0.532,0.532,0,0.21,0 +0.333,0.171,0.171,0,0,0.2,0.1,0.26,0.532,0.532,0,0.421,0 +0.333,0.169,0.169,0,0,0,1,0.275,0.532,0.532,0,0.532,0 +0.333,0.169,0.169,0,0,0,1,0.275,0.532,0.532,0,0,0.122 +0.333,0.169,0.169,0,0,0,1,0.275,0.532,0.532,0,0.283,0.122 +0.333,0.169,0.169,0,0,0,1,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0.5,0.275,0.532,0.532,0,0.678,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0.283,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0.0386,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0.459,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0.309,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0.433,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0.0515,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0.258,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0.185,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0.408,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0.0987,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0.433,0 +0.333,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0.223,0 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0.545,0.122 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0.618,0 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.244 +0.667,0.553,0.553,0.5,0,0,0,0.477,0.669,0.669,0,0.506,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0.369,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0.249,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0.223,0.244 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0.0601,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0.0386,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0.0601,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0.395,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0.166,0,0.244 +1,0.946,0.946,0,0.7,0,0,0.697,0.785,0.785,0.166,0.0386,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.348,0.27,0 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.348,0,0.122 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.511,0.159,0 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.446,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.366 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.244 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.426 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.333 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0671 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.335 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.0335 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0.207,0,0 +0.667,0.0495,0.0495,1,0.7,0,0,0.258,0.465,0.465,0.207,0,0 +0.667,0.0495,0.0495,1,1,0,0,0.258,0.465,0.465,0.37,0,0 +0.667,0.184,0.184,1,1,0,0,0.297,0.523,0.523,0.457,0,0 +0.667,0.184,0.184,1,1,0,0,0.297,0.523,0.523,0.424,0,0 +0.667,0.184,0.184,1,1,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,1,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,1,0,0,0,0.297,0.523,0.523,0,0,0.122 +0.667,0.184,0.184,1,0,0,0,0.297,0.523,0.523,0,0,0.61 +0.667,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0.244 +0.667,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.312,0.312,0.8,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.169,0.169,1,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0.2,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.069 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.172 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.152 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0305 +0.667,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.425,0.425,0.5,0,0,0,0.373,0.629,0.629,0,0,0.223 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0,0.398 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0,0.244 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0.4,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0.2,0,0,0.477,0.669,0.669,0.337,0,0 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.375,0,0.244 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.418,0,0.122 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.375,0,0 +1,0.946,0.946,0,0.5,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.366 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.366 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.244 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.126 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.0874 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.0291 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.366 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0.244 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.624 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.26 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.142 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.343 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.172 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.178 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.161 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.332 +0.333,0.185,0.185,0.3,0,0,0,0.257,0.523,0.523,0,0,0.133 +0.333,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0.488 +0.333,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0.244 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0.366 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.175,0.175,1,0,1,0,0.264,0.528,0.528,0,0.429,0 +0.333,0.175,0.175,0.2,0,1,0,0.264,0.528,0.528,0,0.0258,0 +0.333,0.175,0.175,0,0,0.8,0,0.264,0.528,0.528,0,0.0987,0 +0.333,0.175,0.175,0,0,0,0.5,0.264,0.528,0.528,0,0.361,0 +0.333,0.175,0.175,0,0,0,1,0.264,0.528,0.528,0,0.468,0.122 +0.667,0.3,0.3,0,0,0,1,0.27,0.59,0.59,0,0,0 +0.667,0.292,0.292,0,0,0,1,0.263,0.6,0.6,0,0.0987,0 +0.667,0.292,0.292,0,0,0,1,0.263,0.6,0.6,0,0.159,0 +0.667,0.292,0.292,0,0,0,1,0.263,0.6,0.6,0,0.335,0 +0.667,0.292,0.292,0,0,0,0.7,0.263,0.6,0.6,0,0.249,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0.373,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0.468,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0.322,0.366 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0.258,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0.395,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0.386,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0.296,0.122 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0.0258,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0.361,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.488 +1,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.237,0.237,0.3,0,0,0,0.316,0.547,0.547,0,0,0.244 +0.667,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0.122 +0.667,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +1,0.553,0.553,0.6,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.244 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.244 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.244 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.488 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.135 +1,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.165 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.165 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.122 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.122 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.186 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.45 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.206 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.218 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0.625,0,0.122 +0.667,0.338,0.338,0,1,0,0,0.322,0.609,0.609,0.473,0,0 +0.667,0.425,0.425,0,1,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,1,0,0,0.373,0.629,0.629,0.543,0,0.165 +0.667,0.425,0.425,0,1,0,0,0.373,0.629,0.629,0.429,0,0.352 +0.667,0.425,0.425,0,0.7,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0.527,0,0.122 +1,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0.527,0,0.0909 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.0303 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0.435,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0.364,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0.326,0,0 +1,0.553,0.553,0.3,0,0,0,0.477,0.669,0.669,0,0,0.732 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0.244 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0.9,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.244 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.366 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.244 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.556 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.156 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.0624 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.0905 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.0678 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.136 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.229 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0.342 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0.0691 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0.346 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.178 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.0593 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.119 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.233 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.266 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0.6,0,0,0,0.345,0.518,0.518,0,0,0.218 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.237 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.47 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.227 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0.242,0,0.0972 +0.667,0.3,0.3,0,0.7,0,0,0.27,0.59,0.59,0.242,0,0.122 +0.667,0.3,0.3,0,1,0,0,0.27,0.59,0.59,0.587,0,0 +0.667,0.292,0.292,0,1,0,0,0.263,0.6,0.6,0.598,0,0.0698 +0.667,0.292,0.292,0,1,0,0,0.263,0.6,0.6,0.37,0,0.349 +0.667,0.292,0.292,0,1,0,0,0.263,0.6,0.6,0.364,0,0.0698 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0.315,0,0.122 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.475 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.066 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.122 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,1,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0.6,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.122 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.122 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.61 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.366 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0.277,0,0.122 +0.667,0.647,0.647,0,0.7,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,1,0,0,0.55,0.679,0.679,0.457,0,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.353,0,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.625,0,0.122 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.598,0,0 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0.6,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.244 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0 +1,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0 +1,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0.122 +1,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,1,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,1,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,1,0,0.2,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0.2,0,1,0,0.403,0.521,0.521,0,0.223,0 +1,0.245,0.245,0,0,0.2,0.1,0.403,0.521,0.521,0,0.0386,0 +1,0.433,0.433,0,0,0,1,0.52,0.622,0.622,0,0.21,0 +1,0.433,0.433,0,0,0,0.4,0.52,0.622,0.622,0,0.631,0 +1,0.433,0.433,0,0,0,0,0.52,0.622,0.622,0,0.296,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0.545,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0.172,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.232 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.0695 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.243 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.105 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.315 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.366 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.122 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.244 +0.333,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,0.2,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.223 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.0638 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.582 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.366 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.0687 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.397 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.244 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.245 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.035 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.226 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.0647 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.114,0.114,0,0,0,0,0.351,0.481,0.481,0,0,0.0643 +1,0.114,0.114,0,0,0,0,0.351,0.481,0.481,0,0,0.193 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.184,0.184,1,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,1,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0.9,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.366 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.366 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.0625 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.0937 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,1,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,1,0,0,0,0.322,0.609,0.609,0,0,0 +1,0.482,0.482,1,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,1,0,0,0,0.354,0.681,0.681,0,0,0.122 +1,0.482,0.482,0.9,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0.122 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0.8,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.287 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.218 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.307 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.222 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.229 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.277 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0.228 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.244 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.198 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0.2,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.122 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.244 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.366 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.366 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.157 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.366 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,1,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0.2,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.23 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.146 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.191 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.0631 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.126 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.433,0.433,0,0,0,0,0.52,0.622,0.622,0,0,0 +1,0.433,0.433,0,0,0,0,0.52,0.622,0.622,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.225 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.28 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.244 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.366 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.366 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.366 +0.333,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0.6,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.122 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.174 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.244 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.366 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.473 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.399 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.366 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.0673 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.269 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.177,0.177,0.6,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.223 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.153 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.0612 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.264 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +1,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +1,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0.172 +1,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0.137 +1,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +1,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +1,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0.199 +1,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +1,0.3,0.3,0.3,0,0,0,0.27,0.59,0.59,0,0,0 +1,0.3,0.3,1,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.175,0.175,0.9,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.366 +0.667,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +1,0.413,0.413,0,0,0,0,0.265,0.667,0.667,0,0,0 +1,0.413,0.413,0,0,0,0,0.265,0.667,0.667,0,0,0 +1,0.413,0.413,0,0,0,0,0.265,0.667,0.667,0,0,0 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.122 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.122 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.244 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +1,0.421,0.421,0,0,0,0,0.343,0.652,0.652,0,0,0 +1,0.421,0.421,0,0,0,0,0.343,0.652,0.652,0.467,0,0 +1,0.421,0.421,0,1,0,0,0.343,0.652,0.652,0.413,0,0 +1,0.421,0.421,0,1,0,0,0.343,0.652,0.652,0,0,0 +1,0.421,0.421,0,1,0,0,0.343,0.652,0.652,0.516,0,0 +1,0.421,0.421,0,1,0,0,0.343,0.652,0.652,0,0,0 +1,0.482,0.482,0,0.7,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0.122 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.244 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0.375,0,0 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.457,0,0.244 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.228,0,0.244 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.255,0,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.527,0,0.122 +1,0.946,0.946,0,0.7,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0.505,0,0.366 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0.429,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0.429,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0.342,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0.478,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0.342,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.478,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.549,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.112 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.153 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.061 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.189 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.177,0.177,0.3,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.177,0.177,1,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.177,0.177,0.3,0,0,0,0.345,0.518,0.518,0,0,0.184 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.456,0.456,0,0,0,0,0.254,0.637,0.637,0,0,0 +1,0.456,0.456,0,0,0,0,0.254,0.637,0.637,0,0,0.244 +1,0.456,0.456,0,0,0,0,0.254,0.637,0.637,0,0,0 +1,0.456,0.456,0,0,0,0,0.254,0.637,0.637,0,0,0 +1,0.456,0.456,0,0,0,0,0.254,0.637,0.637,0,0,0 +1,0.456,0.456,0,0,0,0,0.254,0.637,0.637,0,0,0.244 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.366 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0.8,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0.8,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0.122 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0.122 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0.244 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.244 +1,0.804,0.804,0,0.5,0,0,0.586,0.77,0.77,0.609,0,0.244 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.712,0,0 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.62,0,0.244 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.337,0,0.488 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0.8,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.488 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.366 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.244 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.61 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.366 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.366 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.493,0.493,0,0.5,0,0,0.652,0.593,0.593,0.234,0,0 +1,0.493,0.493,0,1,0,0,0.652,0.593,0.593,0.332,0,0 +1,0.493,0.493,0,1,0,0,0.652,0.593,0.593,0.489,0,0 +1,0.345,0.345,0,1,0,0,0.521,0.55,0.55,0.38,0,0 +1,0.345,0.345,0,1,0,0,0.521,0.55,0.55,0.495,0,0 +1,0.345,0.345,0,1,0,0,0.521,0.55,0.55,0,0,0 +1,0.116,0.116,0,0.8,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.675 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0.21 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0.122 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0.216 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0.313 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.0521 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.0681 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.238 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,1,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0.2,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.244 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.435 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.521 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.224 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.032 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0,0.244 +0.667,0.425,0.425,1,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.0623 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.309 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.366 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.219 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.153 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.488 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.428 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.102 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,1,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,1,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,1,0,0,0,0.741,0.741,0.741,0,0,0 +0.667,0.629,0.629,1,0,0,0,0.58,0.649,0.649,0,0,0.244 +0.667,0.629,0.629,0.1,0,0,0,0.58,0.649,0.649,0,0,0.122 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.366 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.122 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.122 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.145 +0.667,0.394,0.394,0,0,0.2,0,0.595,0.6,0.6,0,0,0 +0.667,0.394,0.394,0,0,1,0,0.595,0.6,0.6,0,0.0515,0 +0.667,0.394,0.394,0,0,1,0,0.595,0.6,0.6,0,0.0858,0 +0.667,0.345,0.345,0,0,0.6,0,0.521,0.55,0.55,0,0,0.061 +0.667,0.345,0.345,0,0,0,0.7,0.521,0.55,0.55,0,0.0386,0.0916 +0.667,0.345,0.345,0,0,0,1,0.521,0.55,0.55,0,0.223,0 +0.667,0.345,0.345,0,0,0,1,0.521,0.55,0.55,0,0,0 +0.667,0.345,0.345,0,0,0,1,0.521,0.55,0.55,0,0,0.156 +0.667,0.197,0.197,0,0,0,1,0.389,0.508,0.508,0,0,0 +0.667,0.116,0.116,0,0,0,1,0.356,0.488,0.488,0,0,0 +0.667,0.116,0.116,0,0,0,0.5,0.356,0.488,0.488,0,0,0.122 +0.667,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.204 +1,0.114,0.114,0,0,0,0,0.351,0.481,0.481,0,0,0 +1,0.114,0.114,0,0,0,0,0.351,0.481,0.481,0,0,0 +1,0.114,0.114,0.5,0,0,0,0.351,0.481,0.481,0,0,0 +1,0.245,0.245,1,0,0,0,0.403,0.521,0.521,0,0,0.0683 +1,0.245,0.245,1,0,0,0,0.403,0.521,0.521,0,0,0.205 +1,0.245,0.245,0.7,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.236 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.236 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.0665 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.0997 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.452,0.452,0,0,0,0,0.376,0.637,0.637,0,0,0.366 +1,0.452,0.452,0,0,0,0,0.376,0.637,0.637,0,0,0 +1,0.452,0.452,0,0,0,0,0.376,0.637,0.637,0,0,0.231 +1,0.452,0.452,0,0,0,0,0.376,0.637,0.637,0,0,0.221 +1,0.452,0.452,0,0,0,0,0.376,0.637,0.637,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0.7,0,0.29,0.537,0.537,0,0.408,0 +0.333,0.194,0.194,0,0,1,0,0.29,0.537,0.537,0,0.717,0 +0.333,0.194,0.194,0,0,1,0,0.29,0.537,0.537,0,0.27,0 +0.667,0.338,0.338,0,0,0.1,0.2,0.322,0.609,0.609,0,0.519,0 +0.667,0.425,0.425,0,0,0,1,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,1,0.373,0.629,0.629,0,0.249,0 +0.667,0.425,0.425,0,0,0,0.9,0.373,0.629,0.629,0,0.322,0.244 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0.172,0.279 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0.455,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0.223,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0.0987,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.233 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.133 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.195 +1,0.946,0.946,0.2,0,0,0,0.697,0.785,0.785,0,0,0.13 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.366 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0.7,0,0.741,0.741,0.741,0,0.283,0 +1,0.747,0.747,0,0,0.7,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0.6,0.785,0.696,0.696,0,0.494,0 +1,0.747,0.747,0,0,0,1,0.785,0.696,0.696,0,0.0258,0 +1,0.747,0.747,0,0,0,1,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,1,0.785,0.696,0.696,0,0.545,0.244 +1,0.747,0.747,0,0,0,1,0.785,0.696,0.696,0,0.348,0.736 +1,0.566,0.566,0,0,0,1,0.763,0.667,0.667,0,0.472,0.441 +1,0.566,0.566,0,0,0,0.6,0.763,0.667,0.667,0,0.498,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0.0129,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0.309,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0.0987,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0.558,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0.322,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0.0858,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0.348,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0.296,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0.21,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0.0258,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0.408,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.488 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0.742,0.366 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0.425,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0618 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0618 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.235 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.168 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.071 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.142 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.122 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0.283,0,0.244 +0.333,0.185,0.185,0,0.7,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0.342,0,0.122 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0.739,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0.391,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0.299,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.0653 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.294 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.305 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.0674 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.169 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.144 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.366 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.244 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.366 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.366 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.122 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.228 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0.155 +0.333,0.301,0.301,1,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.301,0.301,1,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.301,0.301,1,0,0,0,0.367,0.567,0.567,0,0,0.122 +0.333,0.301,0.301,0.2,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +0.333,0.348,0.348,0,0,0,0,0.404,0.572,0.572,0,0,0.122 +0.333,0.348,0.348,0,0,0,0,0.404,0.572,0.572,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.244 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.61 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0.122 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0.451,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.245 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0.0699 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.063 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.063 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.122 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.0962 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.224 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.129 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.258 +1,0.433,0.433,0,0,0,0,0.52,0.622,0.622,0,0,0 +1,0.433,0.433,0,0,0,0,0.52,0.622,0.622,0,0,0 +1,0.433,0.433,0,0,0,0,0.52,0.622,0.622,0,0,0.194 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.0324 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.366 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.61 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.0662 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.0994 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.232 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.232 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0.366 +0.667,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0.366 +0.667,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +0.667,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0.423 +0.667,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0.574 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.16 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.0657 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.0657 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.244 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.122 +0.667,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0 +0.667,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.122 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.228 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.0675 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.338 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.213 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.0665 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.333 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.225 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.0322 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.0694 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.139 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.222 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.066 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.264 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.163 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0655 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.229 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0958 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.128 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.173 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.356 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.122 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0.603 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.136 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.366 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.366 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.366 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.244 +0.667,0.647,0.647,0.5,0,0,0,0.55,0.679,0.679,0,0,0.122 +0.333,0.348,0.348,1,0,0,0,0.404,0.572,0.572,0,0,0 +0.333,0.348,0.348,0.1,0,0,0,0.404,0.572,0.572,0,0,0.122 +0.667,0.647,0.647,0,0.2,0,0,0.55,0.679,0.679,0.772,0,0 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0.625,0,0 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0.255,0,0.122 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0.255,0,0 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0,0,0.366 +0.667,0.629,0.629,0,0.5,0,0,0.58,0.649,0.649,0,0,0.366 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.366 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.122 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.294 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.44 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.142 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.244 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.488 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.488 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.247 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.0353 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.0651 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.26 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.206 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.165 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.198 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.213 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.118 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.164 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.0328 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.667,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +1,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +1,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +1,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +1,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +1,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +1,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.244 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.488 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.237,0.237,0.3,0,0,0,0.316,0.547,0.547,0,0,0.488 +0.667,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0.122 +0.667,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +0.667,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0.366 +0.667,0.237,0.237,1,0,0,0,0.316,0.547,0.547,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,0.9,0.5,0,0,0.586,0.77,0.77,0.44,0,0 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.408,0,0.122 +1,0.804,0.804,0,1,0,0,0.586,0.77,0.77,0.418,0,0.122 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.511,0,0 +1,0.946,0.946,0,1,0,0,0.697,0.785,0.785,0.177,0,0 +1,0.946,0.946,0,0.2,0,0,0.697,0.785,0.785,0.177,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0.429,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.172 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.244 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.188 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0.13 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0.0325 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0.5,0,0.257,0.523,0.523,0,0.309,0 +0.667,0.185,0.185,0,0,1,0,0.257,0.523,0.523,0,0,0 +0.667,0.312,0.312,0,0,1,0,0.263,0.58,0.58,0,0.605,0 +0.667,0.312,0.312,0,0,1,0,0.263,0.58,0.58,0,0.309,0 +0.667,0.312,0.312,0,0,0.7,0,0.263,0.58,0.58,0,0.258,0 +0.667,0.312,0.312,0,0,0,0.6,0.263,0.58,0.58,0,0.236,0 +0.667,0.312,0.312,0,0,0,0.9,0.263,0.58,0.58,0,0.309,0 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0.348,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0.275,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0.249,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0.519,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0.408,0.122 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.122 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.122 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +1,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +1,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +1,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +1,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +1,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +1,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.122 +1,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +1,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +1,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +1,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.234 +1,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +1,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +1,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +1,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.284 +1,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.0969 +1,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +1,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.244 +1,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.128 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.2 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.255 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.122 +1,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.122 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0.3,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,1,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,1,0,0,0,0.58,0.649,0.649,0,0,0 +0.667,0.629,0.629,0.9,0,0,0,0.58,0.649,0.649,0,0,0.488 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.344 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.343 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.366 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.488 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.122 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.0686 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.172 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.218 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.0312 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.302 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.122 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.122 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,0.5,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,1,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,1,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.173,0.173,1,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.194,0.194,1,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,1,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.194,0.194,1,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.338,0.338,1,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,1,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,1,0,0,0,0.322,0.609,0.609,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0.0568 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0.0568 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.804,0.804,0.9,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.402 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.384 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0.5,0,0,0,0.55,0.679,0.679,0,0,0 +0.333,0.348,0.348,1,0,0,0,0.404,0.572,0.572,0,0,0.122 +0.333,0.348,0.348,1,0,0,0,0.404,0.572,0.572,0,0,0 +0.667,0.647,0.647,0.7,0,0,0,0.55,0.679,0.679,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.244 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.366 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.224 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.446 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.219 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.122 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.234 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.0669 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.244 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.121 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.0941 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.157 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.0495,0.0495,0,0.2,0,0,0.258,0.465,0.465,0.38,0,0 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.402,0,0 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.255,0,0 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.28,0,0 +0.333,0.184,0.184,0,1,0,0,0.297,0.523,0.523,0.28,0,0 +0.333,0.184,0.184,0,1,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,1,0,0,0.297,0.523,0.523,0.38,0,0 +0.333,0.184,0.184,0,0.1,0,0,0.297,0.523,0.523,0.397,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0.391,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0.424,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0.2,0,0,0.257,0.523,0.523,0.375,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0.223,0,0.244 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,1,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,1,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,1,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,1,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0.1,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.244 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.122 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0.2,0,0,0.316,0.547,0.547,0.609,0,0 +0.333,0.237,0.237,0,1,0,0,0.316,0.547,0.547,0.527,0,0.122 +0.333,0.237,0.237,0,1,0,0,0.316,0.547,0.547,0.62,0,0.122 +0.333,0.237,0.237,0,1,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.301,0.301,0,1,0,0,0.367,0.567,0.567,0.516,0,0.244 +0.333,0.301,0.301,0,1,0,0,0.367,0.567,0.567,0.505,0,0 +0.667,0.553,0.553,0,1,0,0,0.477,0.669,0.669,0.571,0,0.135 +1,0.804,0.804,0,0.1,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.122 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.103 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.214 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.171 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.366 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.229 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.342 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.313 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.173 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.244 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.139 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.0946 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.122 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.383 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0.064 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0 +1,0.342,0.342,0,0,0.7,0,0.476,0.548,0.548,0,0.382,0 +1,0.342,0.342,0,0,1,0,0.476,0.548,0.548,0,0,0.202 +1,0.342,0.342,0,0,1,0,0.476,0.548,0.548,0,0.249,0 +1,0.342,0.342,0,0,0.1,0.2,0.476,0.548,0.548,0,0.361,0 +1,0.433,0.433,0,0,0,1,0.52,0.622,0.622,0,0.657,0.0603 +1,0.433,0.433,0,0,0,1,0.52,0.622,0.622,0,0,0.0905 +0.667,0.305,0.305,0,0,0,1,0.432,0.57,0.57,0,0.27,0 +0.667,0.305,0.305,0,0,0,1,0.432,0.57,0.57,0,0.361,0.366 +0.667,0.305,0.305,0,0,0,0.4,0.432,0.57,0.57,0,0.335,0 +0.333,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0.0987,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0.494,0.366 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0.0987,0.854 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0.382,0.122 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0.395,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0.223,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0.309,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0.618,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0.541,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0.618,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0.361,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0.283,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0.309,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0.876,0.122 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0.258,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0.249,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0.309,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.122 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.366 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0.2,0,0,0.29,0.537,0.537,0.375,0,0 +0.333,0.237,0.237,0,1,0,0,0.316,0.547,0.547,0.304,0,0 +0.333,0.237,0.237,0,1,0,0,0.316,0.547,0.547,0.467,0,0.122 +0.333,0.237,0.237,0.5,1,0,0,0.316,0.547,0.547,0.277,0,0.366 +0.667,0.425,0.425,1,1,0,0,0.373,0.629,0.629,0.277,0,0 +0.667,0.425,0.425,0.1,1,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.425,0.425,0,1,0,0,0.373,0.629,0.629,0,0,0.122 +0.667,0.553,0.553,0,0.1,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0 +0.667,0.647,0.647,0,0.2,0,0,0.55,0.679,0.679,0.31,0,0.244 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0.337,0,0.105 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0.429,0,0.122 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.299,0,0.122 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,1,0,0,0.741,0.741,0.741,0.549,0,0 +1,0.747,0.747,0,0.1,0,0,0.785,0.696,0.696,0.598,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.516,0,0.244 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.359,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.435,0,0.122 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.348,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.122 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0.9,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.366 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.244 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.366 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.122 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.122 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.244 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.122 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.122 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0.366 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0.366 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,1,0.2,0,0,0.697,0.785,0.785,0.359,0,0 +1,0.919,0.919,1,1,0,0,0.741,0.741,0.741,0.31,0,0 +1,0.919,0.919,1,1,0,0,0.741,0.741,0.741,0.386,0,0 +1,0.919,0.919,1,1,0,0,0.741,0.741,0.741,0.299,0,0 +1,0.919,0.919,1,1,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,1,0.5,0,0,0.741,0.741,0.741,0.375,0,0 +1,0.919,0.919,1,0,0,0,0.741,0.741,0.741,0.359,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0.296,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0.296,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0.391,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0.505,0,0.244 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0.348,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,1,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0.7,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.186 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.225 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.366 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.244 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.241 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.103 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.0627 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.125 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.116 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.244 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.122 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0.217,0,0 +0.333,0.181,0.181,0,0.7,0,0,0.26,0.523,0.523,0.217,0,0 +0.333,0.181,0.181,0,1,0,0,0.26,0.523,0.523,0.283,0,0 +0.333,0.181,0.181,0,1,0,0,0.26,0.523,0.523,0.511,0,0 +0.333,0.181,0.181,0,1,0,0,0.26,0.523,0.523,0.489,0,0 +0.333,0.181,0.181,0,1,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,1,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0.6,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.232 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.166 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.122 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0.2,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.122 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.122 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.366 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.13 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.366 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.0698 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.227 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.122 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.241 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.332 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.24 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.155 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.287 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0.176 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0.0352 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0,0 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.168 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0.3,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,1,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.183,0.183,0.3,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.244 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.366 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.244 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.244 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.244 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.366 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0.122 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +1,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +1,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.244 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.732 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.122 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.332 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.0996 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.169 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.0674 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.244 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.117 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0.138 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0.167 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0.189 +1,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.122 +1,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.236 +1,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.161 +1,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +1,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.244 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.195 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.244 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.244 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0.3,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,1,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,1,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,1,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,1,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.116,0.116,1,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,1,0,0,0,0.405,0.535,0.535,0,0,0.244 +1,0.116,0.116,0.4,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.481 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.317 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0.0327 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.294 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.16 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.16 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.156 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.0312 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.323,0.323,0.8,0,0,0,0.419,0.635,0.635,0,0,0.457 +0.333,0.323,0.323,1,0,0,0,0.419,0.635,0.635,0,0,0.0508 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0.169 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0.0678 +1,1,1,0.9,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.189 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.115 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.488 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.366 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.386,0.386,0.3,0,0,0,0.729,0.717,0.717,0,0,0.122 +0.667,0.386,0.386,1,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.386,0.386,1,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,1,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0.25,0,0.61 +1,0.196,0.196,0,1,0,0,0.447,0.56,0.56,0.495,0,0.366 +1,0.196,0.196,0,1,0,0,0.447,0.56,0.56,0.168,0,0.122 +1,0.196,0.196,0,1,0,0,0.447,0.56,0.56,0.168,0,0.122 +1,0.196,0.196,0,1,0,0,0.447,0.56,0.56,0.288,0,0 +1,0.116,0.116,0,0.9,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0.38,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0.418,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0.462,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0.418,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0.462,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0.5,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.8,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.153 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.0306 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.122 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0.3,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.33,0.33,0.3,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.122 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.244 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.366 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,0.8,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0.8,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.366 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.244 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0.5,0,0,0.673,0.817,0.817,0.533,0,0.289 +0.667,0.683,0.683,0,1,0,0,0.673,0.817,0.817,0.495,0,0.366 +0.667,0.683,0.683,0,1,0,0,0.673,0.817,0.817,0.413,0,0.244 +0.667,0.638,0.638,0,1,0,0,0.711,0.78,0.78,0.467,0,0 +0.667,0.638,0.638,0,1,0,0,0.711,0.78,0.78,0.258,0,0 +0.667,0.638,0.638,0,1,0,0,0.711,0.78,0.78,0.258,0,0.244 +0.667,0.638,0.638,0,1,0,0,0.711,0.78,0.78,0.299,0,0.366 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0.272,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0.293,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0.44,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0.582,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0.364,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.244 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.257 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.187 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.244 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.134 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.302 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0.337,0,0 +0.667,0.181,0.181,0,1,0,0,0.391,0.572,0.572,0.484,0,0.122 +0.667,0.181,0.181,0,1,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,1,0,0,0.391,0.572,0.572,0.348,0,0 +0.667,0.181,0.181,0,1,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.19,0.19,0,0.9,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.164 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.0654 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.347 +0.667,0.337,0.337,0.3,0,0,0,0.3,0.692,0.692,0,0,0.0347 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0.552 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.278 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.488 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0.5,0,0,0.321,0.597,0.597,0.391,0,0 +0.333,0.204,0.204,0,1,0,0,0.321,0.597,0.597,0.326,0,0 +0.667,0.359,0.359,0,1,0,0,0.384,0.73,0.73,0.337,0,0 +0.667,0.457,0.457,0,1,0,0,0.449,0.755,0.755,0.37,0,0 +0.667,0.457,0.457,0,1,0,0,0.449,0.755,0.755,0.649,0,0 +1,0.661,0.661,0,1,0,0,0.545,0.899,0.899,0.324,0,0 +1,0.661,0.661,0,1,0,0,0.545,0.899,0.899,0.326,0,0 +1,0.661,0.661,0.3,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,1,0,0,0,0.545,0.899,0.899,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0.1,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.154 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.0615 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.335 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.266 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.277 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.031 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.488 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.244 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.254 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.122 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.345 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.322 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.173 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0.18 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.116 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.0291 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.169 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.337 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.409 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.198 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.291 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.244 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.164 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.164 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.343 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.137 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.333 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.316 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0.3,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,1,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0.3,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.244 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.366 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.244 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.366 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.366 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0.5,0,0,0.58,0.805,0.805,0.505,0,0 +0.667,0.596,0.596,0,1,0,0,0.58,0.805,0.805,0.337,0,0.61 +0.667,0.596,0.596,0,1,0,0,0.58,0.805,0.805,0.484,0,0.366 +0.667,0.683,0.683,0,1,0,0,0.673,0.817,0.817,0.408,0,0 +0.667,0.683,0.683,0,1,0,0,0.673,0.817,0.817,0.312,0,0.244 +0.667,0.683,0.683,0,1,0,0,0.673,0.817,0.817,0.312,0,0.122 +0.667,0.683,0.683,0,1,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.244 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0.5,0,0.711,0.78,0.78,0,0.249,0 +0.667,0.638,0.638,0,0,1,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,1,0,0.711,0.78,0.78,0,0.309,0 +0.667,0.638,0.638,0,0,1,0,0.711,0.78,0.78,0,0.395,0 +0.667,0.638,0.638,0,0,0.9,0,0.711,0.78,0.78,0,0.124,0 +0.667,0.504,0.504,0,0,0,0.4,0.748,0.742,0.742,0,0.309,0 +0.667,0.504,0.504,0,0,0,1,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,1,0.748,0.742,0.742,0,0,0.244 +0.667,0.504,0.504,0,0,0,1,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,1,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,1,0.748,0.742,0.742,0,0,0.244 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0,0.366 +1,0.554,0.554,0,0,0,0.2,0.965,0.843,0.843,0,0,0.122 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.341 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.0341 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.169 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.339 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.135 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.174 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0348 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.198 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.242 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.256 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.163 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.163 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.278 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.166 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0331 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.304 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.237 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.167 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.134 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.232 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.208 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.156 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.182 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.124 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.337 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.172 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.24 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.661 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.328 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.474 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.38 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.33 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.296 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.308 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.244 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.244 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.278 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.732,0.732,0,0,1,0,0.993,0.88,0.88,0,0.309,0 +1,0.732,0.732,0,0,0.4,0,0.993,0.88,0.88,0,0.309,0.122 +1,0.504,0.504,0,0,0,0.9,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,1,0.748,0.742,0.742,0,0.0258,0 +1,0.504,0.504,0,0,0,1,0.748,0.742,0.742,0,0.137,0 +1,0.504,0.504,0,0,0,1,0.748,0.742,0.742,0,0,0.122 +1,0.386,0.386,0,0,0,1,0.729,0.717,0.717,0,0.605,0 +1,0.386,0.386,0,0,0,1,0.729,0.717,0.717,0,0.361,0 +1,0.386,0.386,0,0,0,0.7,0.729,0.717,0.717,0,0.511,0.244 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0.309,0.366 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.212 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.165 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.033 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +1,0.193,0.193,0,0,1,0,0.279,0.579,0.579,0,0.519,0 +1,0.193,0.193,0,0,1,0,0.279,0.579,0.579,0,0.185,0 +1,0.193,0.193,0,0,0.9,0,0.279,0.579,0.579,0,0.382,0 +1,0.189,0.189,0,0,0,0.4,0.284,0.579,0.579,0,0,0 +1,0.189,0.189,0,0,0,1,0.284,0.579,0.579,0,0,0 +1,0.328,0.328,0,0,0,1,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,1,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,1,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,1,0.31,0.692,0.692,0,0,0.244 +1,0.449,0.449,0.8,0,0,1,0.35,0.824,0.824,0,0,0.195 +1,0.449,0.449,1,0,0,0.2,0.35,0.824,0.824,0,0,0.488 +1,0.449,0.449,1,0,0,0,0.35,0.824,0.824,0,0,0.244 +1,0.449,0.449,1,0,0,0,0.35,0.824,0.824,0,0,0 +1,0.449,0.449,1,0,0,0,0.35,0.824,0.824,0,0,0.176 +1,0.449,0.449,1,0,0,0,0.35,0.824,0.824,0,0,0.385 +1,0.436,0.436,1,0,0,0,0.336,0.843,0.843,0,0,0.244 +1,0.436,0.436,1,0,0,0,0.336,0.843,0.843,0,0,0.122 +1,0.436,0.436,1,0,0,0,0.336,0.843,0.843,0,0,0.205 +1,0.436,0.436,1,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.436,0.436,1,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.436,0.436,1,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.432,0.432,1,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.432,0.432,0.7,0,0,0,0.392,0.843,0.843,0,0,0.177 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.141 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.219 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.488 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.244 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0.244 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0.122 +0.333,0.323,0.323,0.3,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,1,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.366,0.366,1,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.366,0.366,1,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.366 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.244 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.333,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.333,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.488 +0.333,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.366 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.366 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.244 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.167 +0.667,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.134 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.197 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.23 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.488 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.488 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.168 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.202 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.29 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.0272 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.0816 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.169 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.0676 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.337 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.0337 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.167 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.167 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.303 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.488 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.366 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.0322 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.258 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.244 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.332 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.0332 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.608 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.0309 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.52 +1,0.436,0.436,0,0,0,0,0.336,0.843,0.843,0,0,0.122 +1,0.436,0.436,0,0,0,0,0.336,0.843,0.843,0,0,0.122 +1,0.436,0.436,0,0,0,0,0.336,0.843,0.843,0,0,0 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0.183 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.355 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.071 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.299 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.283 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.188 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.329 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.0329 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.543 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.421 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.328 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.22 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.416 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.137 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.244 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.227 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.157 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.0945 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.318 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.158 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.0316 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.354 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.354 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.354 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.0354 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.126 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.333 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.0665 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.177 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.354 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.212 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.343 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.409 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.255 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.209 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.156 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.315 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.0327 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.693 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.122 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.244 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.244 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.117 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.244 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.173 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.104 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.508 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.101 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.202 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.257 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.366 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.244 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.366 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.244 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.272 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0.122 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,0.3,0,0,0,0.545,0.899,0.899,0,0,0.122 +1,0.661,0.661,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0.7,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0.3,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.933,0.933,1,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,1,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,1,0,0,0,0.937,0.937,0.937,0,0,0.366 +1,0.933,0.933,1,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,1,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,1,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.732,0.732,1,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,1,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,1,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.732,0.732,1,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,1,0,0,0,0.993,0.88,0.88,0,0,0.488 +1,0.732,0.732,1,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.554,0.554,1,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,1,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.554,0.554,1,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,1,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,1,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,1,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.342,0.342,1,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0.4,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.351,0.351,0,0,0,0,0.601,0.693,0.693,0,0,0.609 +1,0.351,0.351,0,0,0,0,0.601,0.693,0.693,0,0,0 +1,0.351,0.351,0,0,0,0,0.601,0.693,0.693,0,0,0 +1,0.351,0.351,0,0,0,0,0.601,0.693,0.693,0,0,0 +1,0.351,0.351,0.3,0,0,0,0.601,0.693,0.693,0,0,0.329 +1,0.351,0.351,1,0,0,0,0.601,0.693,0.693,0,0,0.233 +1,0.444,0.444,0.3,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,1,0,0.3,0.692,0.692,0,0.296,0 +0.667,0.337,0.337,0,0,1,0,0.3,0.692,0.692,0,0.249,0 +0.667,0.337,0.337,0,0,0.9,0,0.3,0.692,0.692,0,0.605,0 +0.333,0.193,0.193,0,0,0,0.4,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,1,0.279,0.579,0.579,0,0.159,0 +0.333,0.193,0.193,0,0,0,1,0.279,0.579,0.579,0,0.249,0.244 +0.333,0.189,0.189,0,0,0,0.9,0.284,0.579,0.579,0,0.309,0.244 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0.309,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.33 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.132 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0.176 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.247 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.244 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.205 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.127 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.307 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.0449 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,0,0,1,0,0.937,0.937,0.937,0,0.442,0 +1,0.933,0.933,0,0,1,0,0.937,0.937,0.937,0,0.502,0 +1,0.933,0.933,0,0,1,0,0.937,0.937,0.937,0,0.305,0 +1,0.732,0.732,0,0,1,0,0.993,0.88,0.88,0,0.0386,0 +1,0.732,0.732,0,0,0.4,0,0.993,0.88,0.88,0,0.249,0 +1,0.732,0.732,0,0,0,0.9,0.993,0.88,0.88,0,0.21,0 +1,0.732,0.732,0,0,0,0.7,0.993,0.88,0.88,0,0.0515,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0.0987,0.244 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0.433,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0.309,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0.137,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0.309,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.307 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.156 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.0624 +1,0.116,0.116,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.116,0.116,0,0,0,0,0.422,0.567,0.567,0,0,0 +0.667,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0.5,0,0,0.258,0.465,0.465,0.522,0,0 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.842,0,0 +0.333,0.0495,0.0495,0,1,0,0,0.258,0.465,0.465,0.679,0,0 +0.333,0.181,0.181,0,1,0,0,0.391,0.572,0.572,0.201,0,0 +0.333,0.181,0.181,0.3,1,0,0,0.391,0.572,0.572,0.201,0,0 +0.333,0.181,0.181,1,0.4,0,0,0.391,0.572,0.572,0.435,0,0 +0.333,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0.1,0,0,0,0.33,0.579,0.579,0,0,0.122 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0.3,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,1,0,0,0,0.284,0.591,0.591,0,0,0.366 +0.333,0.178,0.178,1,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,1,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,1,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.177,0.177,0.7,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.366 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0.5,0,0,0.449,0.755,0.755,0.473,0,0 +0.667,0.457,0.457,0,1,0,0,0.449,0.755,0.755,0.321,0,0 +1,0.661,0.661,0,1,0,0,0.545,0.899,0.899,0,0,0 +1,0.869,0.869,0.8,1,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,1,0,0,0.741,0.974,0.974,0,0,0.366 +1,0.869,0.869,1,0.4,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.366 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.244 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.366 +0.667,0.386,0.386,0,0,0.5,0,0.729,0.717,0.717,0,0.223,0 +1,0.554,0.554,0,0,1,0,0.965,0.843,0.843,0,0,0.122 +1,0.554,0.554,0,0,1,0,0.965,0.843,0.843,0,0.249,0 +1,0.554,0.554,0,0,1,0,0.965,0.843,0.843,0,0.0129,0 +1,0.554,0.554,0,0,0.9,0,0.965,0.843,0.843,0,0.395,0 +1,0.342,0.342,0,0,0,0.4,0.636,0.655,0.655,0,0.249,0 +1,0.342,0.342,0,0,0,1,0.636,0.655,0.655,0,0.27,0 +1,0.342,0.342,0,0,0,1,0.636,0.655,0.655,0,0.322,0.122 +1,0.342,0.342,0,0,0,1,0.636,0.655,0.655,0,0.21,0 +1,0.342,0.342,0,0,0,1,0.636,0.655,0.655,0,0.0386,0 +1,0.342,0.342,0,0,0,1,0.636,0.655,0.655,0,0,0.122 +1,0.183,0.183,0,0,0,1,0.552,0.605,0.605,0,0.309,0 +1,0.183,0.183,0,0,0,1,0.552,0.605,0.605,0,0.172,0 +1,0.183,0.183,0,0,0,0.9,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0.408,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0.27,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0.545,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0.309,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0.0601,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0.283,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0.369,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0.0601,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0.519,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0.296,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0.682,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.431,0.555,0.555,0,0.0386,0 +1,0.0495,0.0495,0,0,0,0,0.431,0.555,0.555,0,0.335,0 +1,0.0495,0.0495,0,0,0,0,0.431,0.555,0.555,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0.0601,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.244 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.15 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.166 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.0331 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.488 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.732 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.251 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.244 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.244 +0.667,0.457,0.457,0.8,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.457,0.457,1,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.457,0.457,1,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0.5,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.488 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,0.933,0.933,0.8,0.5,0,0,0.937,0.937,0.937,0.402,0,0.366 +1,0.933,0.933,0.8,1,0,0,0.937,0.937,0.937,0.31,0,0 +1,0.933,0.933,0,1,0,0,0.937,0.937,0.937,0.533,0,0.366 +1,0.933,0.933,0,1,0,0,0.937,0.937,0.937,0.375,0,0.244 +1,0.933,0.933,0,1,0,0,0.937,0.937,0.937,0.522,0,0 +1,0.933,0.933,0,0.4,0,0,0.937,0.937,0.937,0.261,0,0.244 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0.554,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.488 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.175 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.07 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.128 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.172 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.138 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.204 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.034 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.177,0.177,0.3,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.177,0.177,1,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.177,0.177,0.3,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.244 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.244 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.667,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.366 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.218 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.169 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.169 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.327 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.0327 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.244 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.336 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.0336 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0.122 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0.122 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0.122 +1,0.446,0.446,0,0.5,0,0,0.433,0.824,0.824,0.408,0,0 +1,0.446,0.446,0,1,0,0,0.433,0.824,0.824,0.37,0,0 +1,0.446,0.446,0,1,0,0,0.433,0.824,0.824,0.408,0,0 +1,0.513,0.513,0,1,0,0,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,1,0,0,0.447,0.862,0.862,0.571,0,0 +1,0.513,0.513,0,0.4,0,0,0.447,0.862,0.862,0.467,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0.625,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0.342,0,0.122 +1,0.661,0.661,0.8,0,0,0,0.545,0.899,0.899,0.386,0,0 +1,0.661,0.661,1,0,0,0,0.545,0.899,0.899,0,0,0.122 +1,0.661,0.661,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,1,0,0,0,0.545,0.899,0.899,0,0,0.122 +1,0.661,0.661,1,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.869,0.869,0.9,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.258 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.244 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.288 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.0332 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.244 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.335 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.356 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.104 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.348 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0.244 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0.267 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0 +0.667,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.244 +0.667,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.0697 +0.667,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.279 +0.667,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.426 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0894 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.225 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.0322 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.488 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.279 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0.3,0,0,0,0.33,0.579,0.579,0,0,0.119 +0.667,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0.419 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.468,0.468,1,0,0,0,0.336,0.806,0.806,0,0,0 +1,0.468,0.468,0.1,0,0,0,0.336,0.806,0.806,0,0,0.177 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0,0.142 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0,0 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.196 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0652 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.164 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.164 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.334 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.122 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.131 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0.032 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0.288 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0.244 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.352 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.683,0.683,0,0,1,0,0.673,0.817,0.817,0,0.425,0 +0.667,0.683,0.683,0,0,1,0,0.673,0.817,0.817,0,0.549,0.272 +0.667,0.683,0.683,0,0,1,0,0.673,0.817,0.817,0,0,0.244 +0.667,0.683,0.683,0,0,1,0,0.673,0.817,0.817,0,0.408,0 +0.667,0.683,0.683,0,0,0.4,0,0.673,0.817,0.817,0,0.592,0 +0.667,0.683,0.683,0,0,0,0.9,0.673,0.817,0.817,0,0.0386,0.244 +0.667,0.638,0.638,0,0,0,0.7,0.711,0.78,0.78,0,0,0.366 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0.8,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,1,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,1,0,0,0,0.711,0.78,0.78,0,0,0.244 +0.667,0.504,0.504,0.5,0.5,0,0,0.748,0.742,0.742,0.576,0,0 +0.667,0.504,0.504,0,1,0,0,0.748,0.742,0.742,0.451,0,0.366 +0.667,0.504,0.504,0,1,0,0,0.748,0.742,0.742,0.255,0,0 +0.667,0.504,0.504,0,1,1,0,0.748,0.742,0.742,0,0.455,0 +0.667,0.504,0.504,0,1,1,0,0.748,0.742,0.742,0,0.112,0.366 +1,0.732,0.732,0,0.4,1,0,0.993,0.88,0.88,0,0,0 +1,0.554,0.554,0,0,1,0,0.965,0.843,0.843,0,0.73,0 +1,0.554,0.554,0,0,0.4,0,0.965,0.843,0.843,0,0.296,0.122 +1,0.554,0.554,0,0,0,0.9,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0.459,0 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0.0129,0 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0.481,0 +1,0.342,0.342,0,0,0,1,0.636,0.655,0.655,0,0.236,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0.236,0.122 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0.0386,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0.369,0.488 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0.15,0.164 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0.137,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.326 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.518 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.25 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.169 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.27 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.312 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.156 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.351,0.351,0,0,0,0,0.601,0.693,0.693,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0.3,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,1,0,0,0,0.524,0.68,0.68,0,0,0.189 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.237 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.167 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.122 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.294 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.24 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.345 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.488 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.61 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.596 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.596,0.596,0.8,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0.467,0,0 +0.667,0.683,0.683,1,1,0,0,0.673,0.817,0.817,0.353,0,0 +0.667,0.683,0.683,1,1,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,1,1,0,0,0.673,0.817,0.817,0.429,0,0 +0.667,0.683,0.683,1,1,0,0,0.673,0.817,0.817,0.576,0,0.244 +0.667,0.638,0.638,1,1,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,1,1,0,0,0.711,0.78,0.78,0,0,0.198 +0.667,0.638,0.638,1,0.5,0,0,0.711,0.78,0.78,0,0,0.172 +0.667,0.638,0.638,1,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,1,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.933,0.933,0.1,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.332 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.133 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.206 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.244 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0.3,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,1,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0.3,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0.164 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.35 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.035 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.172 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0686 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.366 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.244 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.244 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.488 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0.3,0,0,0,0.449,0.755,0.755,0,0,0.61 +0.667,0.457,0.457,1,0,0,0,0.449,0.755,0.755,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,0,0.5,0,0.741,0.974,0.974,0,0.137,0.17 +1,0.869,0.869,1,0,0.9,0,0.741,0.974,0.974,0,0,0.462 +1,0.869,0.869,0.7,0,0,0.4,0.741,0.974,0.974,0,0.296,0 +1,0.869,0.869,0,0,0,1,0.741,0.974,0.974,0,0.249,0 +0.667,0.596,0.596,0,0,0,1,0.58,0.805,0.805,0,0.283,0 +0.667,0.683,0.683,0,0,0,0.9,0.673,0.817,0.817,0,0.618,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0.421,0.244 +0.333,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0.12,0 +0.333,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0.249,0 +0.333,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0.309,0.286 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.488 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0.528,0.244 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0.296,0.244 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0.0386,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.33 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.188 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.171 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.137 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.251,0.251,1,0,0,0,0.487,0.617,0.617,0,0,0.276 +1,0.251,0.251,1,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,1,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0.7,0,0,0,0.487,0.617,0.617,0,0,0.067 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.1 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0.159 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0.0956 +1,0.444,0.444,0,0.5,0,0,0.657,0.787,0.787,0.386,0,0 +1,0.444,0.444,0,1,0,0,0.657,0.787,0.787,0.565,0,0 +1,0.444,0.444,0,1,0,0,0.657,0.787,0.787,0.364,0,0 +1,0.47,0.47,0,1,0,0,0.475,0.806,0.806,0.413,0,0.274 +1,0.47,0.47,0,1,0,0,0.475,0.806,0.806,0.188,0,0 +1,0.47,0.47,0,0.4,0,0,0.475,0.806,0.806,0.188,0,0 +1,0.47,0.47,0,0,1,0,0.475,0.806,0.806,0.239,0.296,0.0707 +1,0.47,0.47,0,0,1,0,0.475,0.806,0.806,0,0.487,0.353 +1,0.47,0.47,0,0,0.9,0,0.475,0.806,0.806,0,0.453,0.106 +1,0.481,0.481,0,0,0,0.4,0.322,0.806,0.806,0,0.416,0 +1,0.481,0.481,0,0,0,1,0.322,0.806,0.806,0,0.408,0 +1,0.481,0.481,0,0,0,1,0.322,0.806,0.806,0,0,0 +1,0.481,0.481,0,0,0,1,0.322,0.806,0.806,0,0.27,0.274 +1,0.481,0.481,0,0,0,1,0.322,0.806,0.806,0,0.0987,0 +1,0.481,0.481,0,0,0,1,0.322,0.806,0.806,0,0,0 +1,0.468,0.468,0,0,0,1,0.336,0.806,0.806,0,0.506,0 +1,0.468,0.468,0,0,0,0.2,0.336,0.806,0.806,0,0.21,0.169 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0.682,0.102 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0.421,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0.369,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.159 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.133,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.369,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.273,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.135,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.412,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.266,0.244 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.366 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.61 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.122 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0.122 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0.122 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0.244 +1,0.661,0.661,0,0.5,0,0,0.545,0.899,0.899,0.364,0,0.122 +1,0.661,0.661,0,1,0,0,0.545,0.899,0.899,0.478,0,0 +0.333,0.253,0.253,0,1,0,0,0.354,0.61,0.61,0.538,0,0.122 +0.333,0.253,0.253,0,1,0,0,0.354,0.61,0.61,0.413,0,0 +0.333,0.253,0.253,0,1,0,0,0.354,0.61,0.61,0.204,0,0 +0.667,0.457,0.457,0,0.4,0,0,0.449,0.755,0.755,0.204,0,0 +0.667,0.596,0.596,0.8,0,0,0,0.58,0.805,0.805,0.701,0,0 +0.667,0.596,0.596,0.8,0,0,0,0.58,0.805,0.805,0,0,0.244 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.244 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.488 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.488 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.176 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.196 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.147 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.216 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.422,0.542,0.542,0,0,0.102 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.267 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.122 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.174 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.349 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.0349 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.309,0 +0.333,0.0495,0.0495,0,0,1,0,0.258,0.465,0.465,0,0.223,0 +0.333,0.177,0.177,0,0,0.9,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0.4,0.302,0.591,0.591,0,0.275,0 +0.333,0.177,0.177,0,0,0,1,0.302,0.591,0.591,0,0.618,0 +0.333,0.177,0.177,0,0,0,1,0.302,0.591,0.591,0,0.283,0 +0.333,0.182,0.182,0,0,0,0.9,0.316,0.585,0.585,0,0.399,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.678,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.0515,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.258,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.502,0.122 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.425,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.0987,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.122 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0.122 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.244 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.61 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.366 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.424 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.244 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.507 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.228 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.243 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.277 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.0627 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.188 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.122 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.269 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.0697 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.349 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.0697 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.167 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.1 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.125 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.122 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.333,0.183,0.183,1,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.333,0.178,0.178,0.3,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0.424,0,0 +0.333,0.178,0.178,0,1,0,0,0.284,0.591,0.591,0.408,0,0 +0.333,0.177,0.177,0,1,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,1,0,0,0.302,0.591,0.591,0.326,0,0 +0.667,0.305,0.305,0,1,0,0,0.347,0.717,0.717,0,0,0.122 +0.667,0.305,0.305,0,1,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,1,0,0,0.347,0.717,0.717,0,0,0 +0.333,0.177,0.177,0,0.5,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.366 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.61 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0.3,0,0,0,0.58,0.805,0.805,0,0,0.488 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0.244 +1,1,1,0.3,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.157 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.0314 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.333,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.333,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.333,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.386,0.386,0.3,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.386,0.386,1,0,0,0,0.729,0.717,0.717,0,0,0.244 +1,0.218,0.218,1,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,1,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,1,0,0,0,0.493,0.591,0.591,0,0,0.244 +1,0.196,0.196,1,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,1,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.196,0.196,1,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.196,0.196,1,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0.1,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.343 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.177 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.248 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.322 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0.328 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0.263 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0.186 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.334 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.0667 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.367 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.366 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.122 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.122 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.244 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0.3,0,0,0,0.449,0.755,0.755,0,0,0.366 +0.667,0.457,0.457,1,0,0,0,0.449,0.755,0.755,0,0,0.244 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0.366 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0.732 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0.244 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0.366 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0.488 +1,1,1,0.5,0,0,0,0.881,0.993,0.993,0,0,0.166 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.0662 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.348 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.244 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.24 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.314 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.488 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.366 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,0.8,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.181,0.181,0.5,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.263 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.0594 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.0594 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.34 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.19 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.193,0.193,0.8,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.193,0.193,1,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.193,0.193,1,0,0,0,0.279,0.579,0.579,0,0,0.244 +0.667,0.328,0.328,0.5,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.244 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.488 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.171 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.205 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.488 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.244 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0.3,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,1,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,1,0,1,0,0.375,0.705,0.705,0,0.369,0 +0.667,0.314,0.314,1,0,1,0,0.375,0.705,0.705,0,0.159,0 +1,0.446,0.446,1,0,0.9,0,0.433,0.824,0.824,0,0,0 +1,0.513,0.513,1,0,0,0.4,0.447,0.862,0.862,0,0.258,0 +1,0.513,0.513,1,0,0,1,0.447,0.862,0.862,0,0.369,0 +1,0.513,0.513,0.4,0,0,1,0.447,0.862,0.862,0,0,0.244 +1,0.513,0.513,0,0,0,1,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,1,0.447,0.862,0.862,0,0,0 +1,0.513,0.513,0,0,0,1,0.447,0.862,0.862,0,0,0 +1,0.661,0.661,0,0,0,1,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,0,0,0,0.2,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +1,0.596,0.596,0.8,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0.366 +1,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0.122 +1,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0.122 +1,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0.122 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.244 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.244 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.366 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.342 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.137 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.189 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.152 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.274 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.244 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.17 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.122 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.244 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.354 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.299 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.122 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.122 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0.258 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0.122 +0.667,0.596,0.596,0,0,1,0,0.58,0.805,0.805,0,0.21,0 +0.667,0.596,0.596,0,0,1,0,0.58,0.805,0.805,0,0,0.257 +1,0.869,0.869,0,0,1,0,0.741,0.974,0.974,0,0,0 +1,1,1,0,0,1,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0.4,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0.9,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,1,0.881,0.993,0.993,0,0,0.531 +1,1,1,0,0,0,1,0.881,0.993,0.993,0,0,0.122 +1,1,1,0,0,0,1,0.881,0.993,0.993,0,0,0 +1,0.933,0.933,0,0,0,1,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.316 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.383 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.675 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.122 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.122 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.222 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.177 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.0354 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0.185 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.122 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.366 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.178,0.178,0,0,1,0,0.284,0.591,0.591,0,0.356,0 +0.667,0.178,0.178,0,0,1,0,0.284,0.591,0.591,0,0.348,0 +0.667,0.178,0.178,0,0,1,0,0.284,0.591,0.591,0,0.262,0.244 +0.667,0.178,0.178,0,0,1,0,0.284,0.591,0.591,0,0,0 +0.667,0.178,0.178,0,0,0.4,0,0.284,0.591,0.591,0,0.124,0 +0.667,0.178,0.178,0,0,0,0.9,0.284,0.591,0.591,0,0.618,0 +0.333,0.177,0.177,0,0,0,1,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,1,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,1,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,1,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.122 +0.333,0.182,0.182,0.8,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,1,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,1,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0.5,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.244 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.488 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0.3,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,1,0,0,0,0.419,0.635,0.635,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0.244 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0.366 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0.244 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.638,0.638,1,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,1,0,0,0,0.711,0.78,0.78,0,0,0.366 +0.667,0.638,0.638,1,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0.2,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0.549,0,0 +1,0.933,0.933,0,1,0,0,0.937,0.937,0.937,0.489,0,0 +1,0.732,0.732,0,1,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0.3,1,0,0,0.993,0.88,0.88,0.598,0,0 +1,0.732,0.732,1,1,0,0,0.993,0.88,0.88,0.429,0,0 +1,0.732,0.732,1,0.9,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,1,0,0,0,0.993,0.88,0.88,0.505,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0.402,0,0.122 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0.435,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0.413,0,0.366 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0.489,0,0.251 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0.674,0,0.179 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.455 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.335 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.067 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.354 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.0354 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.314 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.116,0.116,0,0,0,0,0.422,0.567,0.567,0,0,0 +1,0.116,0.116,0,0,0,0,0.422,0.567,0.567,0,0,0.157 +1,0.116,0.116,0,0,0,0,0.422,0.567,0.567,0,0,0.0627 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0.3,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,1,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,1,0,0,0,0.487,0.617,0.617,0,0,0.135 +1,0.251,0.251,1,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0.403 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0,0,0.584 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0,0,0.177 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0,0,0.35 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.189 +0.333,0.189,0.189,0.3,0,0,0,0.284,0.579,0.579,0,0,0.122 +0.333,0.189,0.189,1,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,1,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,1,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,1,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.183,0.183,1,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,1,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,1,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,1,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0.1,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.488 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.732 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0.3,0,0,0,0.419,0.635,0.635,0,0,0.488 +0.333,0.323,0.323,1,0,0,0,0.419,0.635,0.635,0,0,0.244 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0.351 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0.0351 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.61 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0.5,0,0.993,0.88,0.88,0,0.137,0.244 +1,0.732,0.732,0,0,1,0,0.993,0.88,0.88,0,0.425,0.122 +1,0.732,0.732,0,0,1,0,0.993,0.88,0.88,0,0.142,0 +1,0.732,0.732,0,0,0.4,0,0.993,0.88,0.88,0,0.296,0 +1,0.732,0.732,0,0,0,0.9,0.993,0.88,0.88,0,0.403,0 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0.438,0 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0.296,0.488 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0.0386,0 +1,0.554,0.554,0,0,0,1,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0.7,0.965,0.843,0.843,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.244 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.219 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.312 +1,0.116,0.116,0,0,0,0,0.422,0.567,0.567,0,0,0.0624 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.351,0.351,0.8,0,0,0,0.601,0.693,0.693,0,0,0.255 +1,0.351,0.351,0.8,0,0,0,0.601,0.693,0.693,0,0,0 +1,0.351,0.351,0,0,0,0,0.601,0.693,0.693,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0.175 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0.245 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.19 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.488 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.244 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,1,0,0.302,0.591,0.591,0,0.296,0 +0.333,0.177,0.177,0,0,1,0,0.302,0.591,0.591,0,0.236,0 +0.333,0.177,0.177,0,0,0.9,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0.4,0.316,0.585,0.585,0,0.27,0 +0.333,0.182,0.182,0,0,0,1,0.316,0.585,0.585,0,0.361,0 +0.333,0.182,0.182,0,0,0,1,0.316,0.585,0.585,0,0.167,0 +0.667,0.314,0.314,0,0,0,1,0.375,0.705,0.705,0,0.155,0.143 +0.667,0.314,0.314,0,0,0,1,0.375,0.705,0.705,0,0.283,0 +0.667,0.314,0.314,0,0,0,0.5,0.375,0.705,0.705,0,0,0.244 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0.502,0.122 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0.451,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.369,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.532,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.296,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0.579,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0.245,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0.309,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0.309,0.244 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0.0386,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0.249,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0.296,0.122 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0.258,0 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.341 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.273 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.0632 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.158 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.344 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.147 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.333 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.222 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +0.667,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.535 +0.667,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.237 +0.667,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.347 +0.667,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.518 +0.667,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.122 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.172 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.138 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.444 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0334 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.313 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0696 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0.3,0,0.5,0,0.34,0.516,0.516,0,0.0987,0 +1,0.0829,0.0829,1,0,1,0,0.34,0.516,0.516,0,0.223,0 +1,0.251,0.251,1,0,1,0,0.487,0.617,0.617,0,0.605,0 +1,0.251,0.251,1,0,0.4,0,0.487,0.617,0.617,0,0.0386,0.163 +1,0.351,0.351,0,0,0,0.9,0.601,0.693,0.693,0,0,0.163 +1,0.351,0.351,0,0,0,1,0.601,0.693,0.693,0,0.309,0 +1,0.351,0.351,0,0,0,1,0.601,0.693,0.693,0,0.466,0 +1,0.351,0.351,0,0,0,1,0.601,0.693,0.693,0,0.367,0 +1,0.444,0.444,0,0,0,1,0.657,0.787,0.787,0,0.841,0.12 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0.236,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0.421,0.196 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0.359,0.283,0.0654 +1,0.444,0.444,0,1,0,0,0.657,0.787,0.787,0.551,0.236,0 +1,0.47,0.47,0,1,0,0,0.475,0.806,0.806,0.275,0.0386,0 +1,0.47,0.47,0,1,0,0,0.475,0.806,0.806,0.375,0.159,0 +1,0.47,0.47,0,1,0,0,0.475,0.806,0.806,0.299,0,0 +1,0.47,0.47,0,0.9,0,0,0.475,0.806,0.806,0.63,0.631,0 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0.435,0.0601,0 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0,0,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0.382,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0.172,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0.584,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0.309,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0.236,0 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0.0987,0 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0.283,0.283 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0,0.405 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0.519,0 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0.21,0.366 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.567,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.446,0.122 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.532,0.244 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.275,0.122 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.459,0 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0.27,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0.236,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0.0858,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0.21,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0.0386,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0.223,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0.575,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0.502,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0.197,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.395,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.0386,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.442,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0.159,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0.296,0.122 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0.73,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.309,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.258,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0.457,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0.148,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0.0858,0.122 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.122 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0.421,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0.159,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0.21,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0.296,0.122 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.136 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.61 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.488 +0.667,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0,0.122 +0.667,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.344,0.344,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.344,0.344,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.344,0.344,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.344,0.344,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.344,0.344,0,0,0,0,0.484,0.622,0.622,0,0,0.366 +0.667,0.344,0.344,0,0,0,0,0.484,0.622,0.622,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0.122 +0.667,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0 +0.667,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.348 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.122 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.169 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.0338 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.289 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0321 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0.172 +1,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0.276 +1,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0.33 +1,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0.033 +1,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0.244 +1,0.328,0.328,1,0,0,0,0.31,0.692,0.692,0,0,0.122 +1,0.328,0.328,1,0,0,0,0.31,0.692,0.692,0,0,0.171 +1,0.328,0.328,1,0,0,0,0.31,0.692,0.692,0,0,0.605 +1,0.328,0.328,1,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,1,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.328,0.328,1,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.316,0.316,1,0,0,0,0.319,0.705,0.705,0,0,0.195 +1,0.316,0.316,1,0,0,0,0.319,0.705,0.705,0,0,0.366 +1,0.316,0.316,0.5,0,0,0,0.319,0.705,0.705,0,0,0 +1,0.449,0.449,0,0,0,0,0.35,0.824,0.824,0,0,0 +1,0.449,0.449,0,0,0,0,0.35,0.824,0.824,0,0,0.392 +1,0.449,0.449,0,0,0,0,0.35,0.824,0.824,0,0,0.0297 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.244 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.366 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0.3,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,1,0,0,0,0.384,0.73,0.73,0,0,0.244 +0.667,0.457,0.457,1,0,0,0,0.449,0.755,0.755,0,0,0.366 +0.667,0.457,0.457,1,0,0.5,0,0.449,0.755,0.755,0,0.309,0 +1,0.661,0.661,1,0,1,0,0.545,0.899,0.899,0,0.309,0 +1,0.661,0.661,1,0,1,0,0.545,0.899,0.899,0,0.0987,0 +1,0.661,0.661,1,0,1,0,0.545,0.899,0.899,0,0.309,0 +1,0.661,0.661,0.4,0,0.9,0,0.545,0.899,0.899,0,0,0 +1,0.869,0.869,0,0,0,0.4,0.741,0.974,0.974,0,0.605,0 +1,0.869,0.869,0,0,0,1,0.741,0.974,0.974,0,0.395,0 +1,0.869,0.869,0,0,0,1,0.741,0.974,0.974,0,0,0 +1,0.869,0.869,0,0,0,1,0.741,0.974,0.974,0,0.468,0 +1,0.869,0.869,0,0,0,1,0.741,0.974,0.974,0,0,0.122 +1,0.869,0.869,0,0,0,0.5,0.741,0.974,0.974,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.122 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.122 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.244 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.488 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.337,0.337,0.3,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.244 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.366 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.201 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.122 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.146 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.24 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.122 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0982 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.196 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.122 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.488 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.244 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.122 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.122 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.122 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.17 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.237 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.122 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.122 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.488 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.366 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.488 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.163 +1,0.116,0.116,0,0,0,0,0.422,0.567,0.567,0,0,0.0651 +1,0.351,0.351,0,0,0,0,0.601,0.693,0.693,0,0,0.0848 +1,0.351,0.351,0,0,0,0,0.601,0.693,0.693,0.478,0,0 +1,0.351,0.351,0,1,0,0,0.601,0.693,0.693,0.359,0,0 +1,0.351,0.351,0,1,0,0,0.601,0.693,0.693,0,0,0 +1,0.351,0.351,0,1,0,0,0.601,0.693,0.693,0.402,0,0.166 +1,0.351,0.351,0,1,0,0,0.601,0.693,0.693,0.538,0,0.0331 +1,0.444,0.444,0,0.9,0,0,0.657,0.787,0.787,0.283,0,0 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,0.3,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +0.667,0.33,0.33,1,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,1,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,1,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,1,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,1,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.33,0.33,0.4,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.244 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.488 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.122 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.122 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.328,0.328,0.3,0,0,0,0.31,0.692,0.692,0.603,0,0.122 +0.667,0.328,0.328,1,1,0,0,0.31,0.692,0.692,0.489,0,0 +0.667,0.316,0.316,0.3,1,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,0.3,1,0,0,0.319,0.705,0.705,0.592,0,0 +0.667,0.316,0.316,1,1,0,0,0.319,0.705,0.705,0.543,0,0 +0.667,0.316,0.316,1,1,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,1,1,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.316,0.316,1,0.5,0,0,0.319,0.705,0.705,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.31,0.717,0.717,0,0,0.366 +0.667,0.307,0.307,1,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,1,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0.1,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.122 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.244 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.244 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.122 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.122 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.122 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.33 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.31 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.177 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.35 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.366 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.122 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.244 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.122 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.122 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.122 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-vacancy.csv b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-vacancy.csv deleted file mode 100644 index 9c0cd029..00000000 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-vacancy.csv +++ /dev/null @@ -1,8761 +0,0 @@ -occupants,lighting_interior,lighting_exterior,lighting_garage,lighting_exterior_holiday,cooking_range,refrigerator,extra_refrigerator,freezer,dishwasher,clothes_washer,clothes_dryer,ceiling_fan,plug_loads_other,plug_loads_tv,plug_loads_vehicle,plug_loads_well_pump,fuel_loads_grill,fuel_loads_lighting,fuel_loads_fireplace,pool_pump,pool_heater,hot_tub_pump,hot_tub_heater,hot_water_dishwasher,hot_water_clothes_washer,hot_water_fixtures,vacancy -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0.467,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0833,0.503,0.503,0,0.3,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.106,1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.128,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0428,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0.8,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.516,0,0.171,1 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.171,1 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128,1 -0.333,0.196,0.447,0.447,0,0.217,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.667,0.418,0.545,0.545,0.0288,0.55,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428,1 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0.167,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.234,0,0,1 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0.633,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.572,0,0.128,1 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0.667,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.548,0,0.257,1 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0.133,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.503,0,0,1 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.277,0,0.175,1 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.205,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.285,1 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.231,1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0546,1 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.403,1 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0.667,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.601,0,0.0428,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0.133,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.146,0,0.128,1 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171,1 -0,0.0495,0.336,0.336,0,0.25,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0.333,0.234,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.453,1 -1,0.798,0.741,0.741,0.346,0.717,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.357,1 -1,0.979,0.881,0.881,0.593,0.05,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.109,1 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.128,1 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0,1 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.128,1 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.135,1 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.104,1 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0889,1 -1,0.253,0.601,0.601,0,0.467,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.168,1 -1,0.449,0.657,0.657,0,0.567,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0915,1 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.251,1 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.225,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0603,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.467,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.491,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.196,0.447,0.447,0,0.717,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -1,0.602,0.545,0.545,0.0288,0.833,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171,1 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0857,1 -0.667,0.669,0.881,0.881,0.593,0.25,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.165,1 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.43,1 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.348,1 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.102,1 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.207,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0.217,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0851,1 -1,0.0513,0.461,0.461,0,0.55,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.206,1 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.167,1 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.257,1 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.196,0.447,0.447,0,0.217,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.214,1 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -1,0.798,0.741,0.741,0.346,0.333,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0857,1 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.214,1 -0.667,0.677,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428,1 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.352,1 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.462,1 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.202,1 -1,0.0513,0.461,0.461,0,0.217,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0995,1 -0.667,0.0833,0.503,0.503,0,0.0333,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0882,1 -1,0.253,0.601,0.601,0,0.217,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.193,1 -1,0.316,0.657,0.657,0,0.817,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.113,1 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0.917,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.648,0,0.156,1 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0.15,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.0535,0,0.386,1 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.347,1 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.544,1 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0.667,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.608,0,0.0428,1 -0.667,0.418,0.545,0.545,0.0288,0.467,0.672,0.672,0.672,0.133,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.358,0,0.257,1 -0.667,0.548,0.741,0.741,0.346,0.3,0.733,0.733,0.733,0.417,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.39,0,0.128,1 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0.65,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.166,0,0.315,1 -0.667,0.363,0.937,0.937,0.683,0,0.733,0.733,0.733,0.667,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.494,0,0.128,1 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0.133,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.229,0,0.0428,1 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.214,1 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.171,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0428,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0428,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.102,1 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.136,1 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0984,1 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.135,1 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.432,1 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.333,0.182,0.433,0.433,0,0.133,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857,1 -0.333,0.196,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.128,1 -0.667,0.418,0.545,0.545,0.0288,0.667,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171,1 -0.667,0.548,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.428,1 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428,1 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128,1 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.214,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.12,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0818,1 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0839,1 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0608,1 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.171,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428,1 -0.333,0.181,0.336,0.336,0,0.25,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0857,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257,1 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128,1 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171,1 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.214,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428,1 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0,1 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.128,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.129,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.116,1 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.155,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0.467,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.355,0.601,0.601,0,0.3,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -0.667,0.316,0.657,0.657,0,0.767,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.171,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.343,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0931,1 -0.667,0.343,0.447,0.447,0,0.767,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.238,1 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171,1 -0.667,0.548,0.741,0.741,0,0.967,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.182,1 -1,0.669,0.881,0.881,0,0.317,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.128,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0,1 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.117,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.167,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.178,1 -1,0.0833,0.503,0.503,0,0.217,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0984,1 -1,0.253,0.601,0.601,0,0.3,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0837,1 -0.667,0.183,0.657,0.657,0,0.467,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.171,1 -0.333,0.192,0.475,0.475,0,0.05,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0.617,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.342,0.0857,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.267,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.458,0.0857,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.514,0.171,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.514,0.0857,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.608,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.54,0.0857,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.545,0,1 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.502,0.343,1 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.693,0.0428,1 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.42,0.0428,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.354,0.101,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.696,0,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.278,0.0857,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.072,1 -0,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0428,1 -0,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0857,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0.319,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.111,0,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0.596,0.417,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.694,0.0428,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0.667,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.348,0,1 -0.333,0.181,0.336,0.336,0,0.467,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.384,0,1 -0.667,0.311,0.392,0.392,0,0.05,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.421,0.0428,1 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.633,0,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.214,1 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0.298,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.0563,0.0428,1 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0.817,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.537,0,1 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.912,0.171,1 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.666,0.0857,1 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.703,0.0857,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.799,0.0857,1 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.477,0.3,1 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.0193,0.128,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0428,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.127,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0598,1 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428,1 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.257,1 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0.967,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.667,0.343,0.447,0.447,0,0.317,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.257,1 -1,0.979,0.881,0.881,0,0.25,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.171,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.171,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428,1 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0.25,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.203,1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.118,1 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0857,1 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0.638,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.19,0,1 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0.277,0.533,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.704,0,1 -0.333,0.299,0.741,0.741,0,0.967,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.19,0,1 -0.667,0.669,0.881,0.881,0,0.0667,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.343,1 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214,1 -1,0.823,0.993,0.993,0,0.25,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0857,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.143,1 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.383,1 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0965,1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0.333,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.314,0,0.191,1 -1,0.477,0.475,0.475,0,0.517,0.626,0.626,0.626,0.467,0,0,0.475,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.355,0,0.0428,1 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.171,1 -0.667,0.334,0.336,0.336,0,0.517,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428,1 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0.298,0.567,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.338,0.0857,1 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0.25,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.128,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0,1 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214,1 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.102,1 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -0.333,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -0.667,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0428,1 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0641,1 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.062,1 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.151,1 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.294,1 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.229,1 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.238,1 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.14,1 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0539,1 -0.667,0.315,0.433,0.433,0,0.133,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857,1 -1,0.343,0.447,0.447,0,0.633,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.3,1 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.171,1 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.214,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.3,1 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0975,1 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.173,1 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.175,1 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.385,1 -0.333,0.192,0.475,0.475,0,0.217,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.196,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.214,1 -0.333,0.192,0.336,0.336,0,0.0667,0.611,0.611,0.611,0,0.638,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.431,0.0857,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0.277,0.533,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.347,0.214,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.698,0.0428,1 -0.333,0.18,0.392,0.392,0,0.25,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.31,0.128,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.214,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0,0.0495,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0.917,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.745,0,0.171,1 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0.15,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.645,0,0.0857,1 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0.8,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.567,0,0.128,1 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.178,0,0,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.171,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0.667,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.474,0,0.248,1 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0.133,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0,1 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171,1 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0925,1 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.341,1 -0.667,0.316,0.657,0.657,0,0.467,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0818,1 -0.667,0.192,0.475,0.475,0,0.817,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0857,1 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.128,1 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.214,1 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.23,1 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0.667,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.557,0,0.473,1 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0.4,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428,1 -0.667,0.548,0.741,0.741,0,0.25,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0857,1 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0.667,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.497,0,0.385,1 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0.133,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.171,1 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.343,1 -0.667,0.0495,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.257,1 -0.667,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0799,1 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.248,1 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.38,1 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.279,1 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.421,1 -0.667,0.313,0.336,0.336,0,0.467,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.152,1 -0.667,0.18,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0,0.0495,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128,1 -0,0.0495,0.447,0.447,0,0.383,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.257,1 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128,1 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.145,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.172,1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0946,1 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0428,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0.617,0.267,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.469,0.0857,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.214,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428,1 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428,1 -0.667,0.548,0.741,0.741,0,0.967,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.269,1 -1,0.979,0.881,0.881,0,0.0667,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.357,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.251,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.102,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.128,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.183,0.657,0.657,0,0.133,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.201,1 -1,0.334,0.475,0.475,0,0.117,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857,1 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428,1 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128,1 -0.667,0.315,0.433,0.433,0,0.25,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.108,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.214,1 -0.667,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.214,1 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.3,1 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.347,1 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.311,1 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.17,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.222,1 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.279,1 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.211,1 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.179,1 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.119,1 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.416,1 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.488,1 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0274,1 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0.617,0.317,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.45,0,1 -1,0.49,0.447,0.447,0,0.517,0.626,0.626,0.626,0,0,0.217,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0.851,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.431,0.128,1 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0.0638,0.833,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.49,0.0428,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0.25,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.807,0.0428,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.627,0,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.699,0.128,1 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.801,0.171,1 -1,0.249,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.699,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.357,0,1 -1,0.124,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.559,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.52,0,1 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.171,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0857,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.17,1 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0.638,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.45,0.189,1 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0.277,0.533,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.259,0,1 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.617,0,1 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0.232,0.0428,1 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0428,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.171,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428,1 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.128,1 -1,0.798,0.741,0.741,0,0.467,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428,1 -1,0.979,0.881,0.881,0,0.817,0.764,0.764,0.764,0.667,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.569,0,0,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0.133,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.771,0,0,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.114,0,0.321,1 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.277,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0428,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0896,1 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0732,1 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.209,1 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0992,1 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.128,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.3,1 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.347,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.128,1 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0.298,0.15,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.217,0.122,1 -0.667,0.669,0.881,0.881,0,0.217,0.764,0.764,0.764,0,0,0.667,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.667,0.233,1 -0.667,0.677,0.937,0.937,0,0.55,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.344,0,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.162,0.257,1 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.363,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0988,1 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0.467,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.151,0.601,0.601,0,0.05,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0672,1 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.192,1 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0589,1 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.442,1 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.646,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.426,1 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.373,1 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.222,1 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.206,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.128,1 -0.333,0.234,0.545,0.545,0,0.467,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.137,1 -0.333,0.299,0.741,0.741,0,0.817,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.19,1 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0857,1 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0.417,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.54,0,0.207,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0.383,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.109,0,0.566,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0362,1 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.461,1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.136,1 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.372,1 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.355,1 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0.298,0.4,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.26,0.161,1 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.417,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.812,0.311,1 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.138,0.199,1 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.124,1 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171,1 -0.333,0.234,0.545,0.545,0,0.467,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171,1 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428,1 -1,0.979,0.881,0.881,0,0.0833,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.257,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0,1 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.19,1 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.142,1 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.312,1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.151,1 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.667,0.192,0.475,0.475,0,0.717,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0857,1 -0.667,0.343,0.322,0.322,0,0.05,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.3,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.214,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428,1 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428,1 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.667,0.299,0.741,0.741,0,0.967,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.171,1 -1,0.677,0.937,0.937,0,0.617,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.23,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.27,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428,1 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.428,1 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0.213,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.0145,0,1 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0.404,0.567,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.632,0,1 -1,0.192,0.475,0.475,0,0.633,0.626,0.626,0.626,0,0,0.25,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0622,1 -1,0.343,0.322,0.322,0,0.65,0.626,0.626,0.626,0.0833,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.149,0,0.128,1 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0.717,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.509,0,0.171,1 -1,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428,1 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.281,1 -1,0.49,0.447,0.447,0,0.517,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.164,1 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.262,1 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.33,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.373,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.253,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428,1 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.171,1 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0857,1 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.171,1 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0636,1 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0868,1 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0951,1 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0.213,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.037,0.15,1 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0.702,0.267,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.527,0.507,1 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.528,0.259,1 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.445,0.466,1 -0.667,0.343,0.447,0.447,0,0.383,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.383,0.249,1 -0.667,0.418,0.545,0.545,0,0.133,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857,1 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.214,1 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0857,1 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428,1 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428,1 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.171,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.135,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0791,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0472,1 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.098,1 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.193,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.343,1 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.3,1 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.343,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428,1 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0857,1 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0,1 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.171,1 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.214,1 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.042,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0894,1 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0582,1 -1,0.0833,0.503,0.503,0,0.517,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.259,1 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.353,1 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.453,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.256,1 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0.333,0.186,0.35,0.35,0,0.25,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.214,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0857,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0.167,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.238,0,0.0428,1 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0.633,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.248,0,0,1 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.428,1 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.171,1 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.323,1 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.126,1 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0,1 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0.667,0.298,0.4,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.557,0.158,0.251,1 -0.667,0.316,0.657,0.657,0,0.517,0.611,0.611,0.611,0.8,0,0.683,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.572,0,0,1 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0.4,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.635,0,0.0857,1 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.287,0,0.214,1 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.171,1 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857,1 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0.8,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.713,0,0.0428,1 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.257,1 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.385,1 -0,0.0495,0.545,0.545,0,0.217,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0,0.0495,0.741,0.741,0,0.55,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0,1 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0,1 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.257,1 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0651,1 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.101,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.11,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.131,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.482,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0679,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.162,0 -0.667,0.316,0.352,0.352,0,0.417,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.268,0 -0.667,0.307,0.338,0.338,0,0.85,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.128,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0857,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.343,0 -0.667,0.595,0.887,0.887,0,0.25,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0428,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0.117,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.122,0,0.402,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0.667,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.548,0,0.249,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.285,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.106,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.17,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -0.333,0.0495,0.662,0.662,0,0.167,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0428,0 -0.667,0.19,0.479,0.479,0,0.0833,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0428,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.128,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.128,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0857,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.128,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0.117,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.161,0,0.214,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0.667,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.708,0,0.343,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.257,0 -0.333,0.337,1,1,0,0,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.281,0 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.128,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0.319,0.333,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.241,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0.717,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.505,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.174,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0.638,0.0167,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0.6,0,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0.767,0.424,0.57,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0.347,0,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.114,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.146,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0857,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0428,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0.783,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.8,0,0.0403,0 -0.333,0.178,0.437,0.437,0,0.35,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.129,0,0.0857,0 -0.333,0.186,0.451,0.451,0,0.917,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0428,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.3,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.214,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0857,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.3,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.156,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.14,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.212,0 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.167,0.0953,0 -1,0.124,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.563,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -0.667,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0857,0 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428,0 -1,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.509,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.278,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.19,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.171,0 -0.333,0.186,0.451,0.451,0,0.1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.471,0 -0.667,0.367,0.549,0.549,0,0.4,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.3,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0857,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.214,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.214,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.117,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.066,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.433,0.57,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0765,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.12,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.313,0 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.17,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.525,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0.574,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.301,0.175,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0.383,0.583,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.69,0.239,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0.467,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.645,0.128,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.399,0.0857,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.606,0.128,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.471,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.5,0.0857,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.585,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.46,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.768,0.128,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.293,0.343,0 -1,0.98,0.944,0.944,0,0.917,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.141,0 -1,0.913,1,1,0,0.35,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0428,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.214,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0794,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0732,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.0428,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.127,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.245,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.344,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.513,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.378,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.22,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.326,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0988,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428,0 -0.333,0.178,0.437,0.437,0,0.667,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428,0 -0.333,0.186,0.451,0.451,0,0.35,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0428,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.214,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0428,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.128,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.298,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.171,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.082,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.281,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.178,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0.638,0.0833,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.519,0.123,0 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0.7,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.555,0.0428,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.74,0.0857,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.791,0.128,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0428,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0779,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.3,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0.117,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.119,0,0.0857,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0.667,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.603,0,0.503,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.424,0,0.434,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.413,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0428,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.158,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.187,0 -1,0.351,0.606,0.606,0,0.25,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.203,0 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0428,0 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.617,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.647,0,0.257,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0.167,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.754,0,0.0857,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.606,0,0.0428,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.247,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0582,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428,0 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0.638,0.333,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.392,0.0428,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0.717,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.513,0.171,0 -0.667,0.367,0.549,0.549,0,0.917,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.643,0.0857,0 -1,0.674,0.746,0.746,0,0.867,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.0788,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.128,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.246,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.225,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.246,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0665,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.0857,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.159,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0675,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.186,0 -0.667,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0846,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0428,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.428,0 -1,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0428,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.257,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.128,0 -0.667,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0428,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.171,0 -0.333,0.258,0.746,0.746,0,0.167,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.139,0 -0.667,0.595,0.887,0.887,0,0.6,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.439,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.303,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.255,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.223,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0651,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.128,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.783,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.672,0,0,0 -1,0.193,0.324,0.324,0,0.5,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0787,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.153,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.105,0 -1,0.436,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.338,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0.783,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.625,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.688,0,0.3,0 -0.333,0.186,0.451,0.451,0,0.25,0.625,0.625,0.625,0,0.319,0.267,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.368,0.584,0,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0.783,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.793,0.128,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.429,0.295,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.157,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.343,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.272,0 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.257,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0.319,0.517,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.347,0.0853,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0.267,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0744,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.0756,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0428,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0857,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.291,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0.638,0.0167,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.714,0.214,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.442,0,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0.3,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.397,0.257,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.199,0,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.302,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.741,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.608,0,0 -1,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.389,0.343,0 -1,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.551,0.0857,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.548,0.257,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.101,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.068,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.0732,0 -1,0.0495,0.521,0.521,0,0.25,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0784,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.133,0 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.491,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0857,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0428,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0428,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.437,0.437,0,0.417,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0,0 -0.667,0.322,0.451,0.451,0,0.0833,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0857,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.171,0 -0.667,0.466,0.746,0.746,0,0.167,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0857,0 -0.667,0.595,0.887,0.887,0,0.85,0.762,0.762,0.762,0,0.255,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.19,0.352,0 -0.667,0.67,0.944,0.944,0,0.25,0.731,0.731,0.731,0,0.383,0.25,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0857,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.128,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.11,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0708,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0939,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0901,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.39,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.254,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.171,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.503,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.3,0 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0857,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0428,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.112,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0857,0 -0,0.0495,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.258,0.465,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.214,0 -0,0.0495,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.257,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0428,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -1,0.15,0.606,0.606,0,0.917,0.579,0.579,0.579,0,0.574,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0.0659,0,0 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0.383,0.583,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.539,0,0 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0.2,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.738,0.186,0 -0.667,0.337,0.324,0.324,0,0.667,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.847,0.137,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.847,0.128,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.471,0 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.3,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.3,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.343,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0,0 -0.333,0.208,0.549,0.549,0,0.25,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.345,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.242,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0266,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0428,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.117,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.151,0,0.0428,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0.933,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.793,0,0.0428,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.128,0 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428,0 -0,0.0495,0.437,0.437,0,0.417,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0857,0 -0.333,0.186,0.451,0.451,0,0.0833,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.208,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0,0 -1,0.868,0.887,0.887,0,0.917,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.385,0 -0.667,0.67,0.944,0.944,0,0.1,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0857,0 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0428,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.554,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.128,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0.417,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,0.957,0.0833,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0.416,0,0 -1,0.0495,0.507,0.507,0,0.117,0.564,0.564,0.564,0,0,0.433,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0.199,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.171,0 -1,0.0495,0.606,0.606,0,0.25,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.149,0 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,0.894,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.447,0.164,0 -1,0.47,0.479,0.479,0,0,0.625,0.625,0.625,0,0.0638,0.783,0.479,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.743,0.077,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.495,0.107,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.786,0.0689,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.555,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.547,0.257,0 -0.333,0.177,0.394,0.394,0,0.167,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.579,0.0428,0 -0.333,0.0495,0.437,0.437,0,0.0833,0.64,0.64,0.64,0.117,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.156,0,0.0428,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0.667,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.572,0,0.128,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0428,0 -0.667,0.258,0.746,0.746,0,0.417,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0428,0 -1,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0857,0 -1,0.67,0.944,0.944,0,0.367,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.471,0 -1,0.913,1,1,0,0.667,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.203,0 -1,0.727,0.972,0.972,0,0.1,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.128,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0901,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.138,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0,0 -1,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0.55,0.17,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.486,0.0836,0,0 -1,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0.233,0.149,0.767,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.532,0,0 -0.667,0.178,0.338,0.338,0,0.1,0.64,0.64,0.64,0,0,0.283,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.746,0.257,0 -0.667,0.177,0.394,0.394,0,0.667,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.773,0.0428,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.611,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.424,0,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.347,0.3,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.646,0.128,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.55,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.462,0.45,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0.233,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.362,0.171,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.709,0.214,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0.518,0.0428,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.257,0 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.3,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0551,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.23,0 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0.638,0.267,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.357,0,0 -1,0.449,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0.783,0.352,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.502,0,0 -1,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.437,0.128,0 -1,0.305,0.394,0.394,0,0.6,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.3,0 -1,0.307,0.437,0.437,0,0.417,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.171,0 -1,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.171,0 -1,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.171,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0.05,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.136,0,0.337,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.733,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.484,0,0.481,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.25,0,0.25,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.591,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0128,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.132,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0832,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.263,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0809,0 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.3,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0857,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.128,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428,0 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0428,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0857,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.3,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.332,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0828,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0763,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.171,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.171,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.108,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0968,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.268,0 -0.667,0.251,0.606,0.606,0,0.167,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.253,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0,0 -0.333,0.19,0.479,0.479,0,0.617,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.165,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0.894,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.481,0.296,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0.0638,0.783,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.463,0.028,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.325,0.0857,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.712,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.138,0.0428,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0,0 -0.333,0.186,0.451,0.451,0,0.5,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.27,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.099,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.3,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.428,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.153,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0428,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0857,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0428,0 -1,0.0495,0.507,0.507,0,0.417,0.549,0.549,0.549,0,0.255,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0.125,0.0748,0 -1,0.351,0.606,0.606,0,1,0.579,0.579,0.579,0,0.702,0.333,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0.315,0.0653,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0.45,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.529,0.239,0 -0.333,0.19,0.479,0.479,0,0.133,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.5,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.524,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.362,0.0857,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.482,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.54,0.128,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.711,0.0857,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.81,0.128,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.531,0.0428,0 -0.667,0.367,0.549,0.549,0,0.417,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0,0 -0.667,0.466,0.746,0.746,0,0.0833,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.171,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0857,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0428,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.128,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.164,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.125,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.0428,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0829,0.507,0.507,0,0.417,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.077,0 -0.667,0.251,0.606,0.606,0,0.85,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.171,0 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.171,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.214,0 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0428,0 -0.333,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0,0 -0.667,0.208,0.549,0.549,0,0.667,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.328,0 -1,0.674,0.746,0.746,0,0.1,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.255,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.128,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857,0 -1,0.727,0.972,0.972,0,0.167,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.349,0 -1,0.638,0.831,0.831,0,0.85,0.67,0.67,0.67,0,0,0,0.831,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.107,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0428,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.0428,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.126,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0403,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0857,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.171,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.128,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0857,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.257,0 -0,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.214,0 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0428,0 -0.333,0.0495,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.214,0 -0.667,0.322,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.468,0.644,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0,0 -0.667,0.36,0.944,0.944,0,0.417,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0,0 -0.667,0.337,1,1,0,0.85,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0,0 -0.667,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0857,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.128,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.0857,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0829,0.507,0.507,0,0.6,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -1,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -0.333,0.0495,0.662,0.662,0,0.183,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0428,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.495,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.098,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.419,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.203,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.604,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.153,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.214,0 -0.667,0.367,0.549,0.549,0,0.35,0.67,0.67,0.67,0,0.489,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.342,0.0428,0 -0.667,0.466,0.746,0.746,0,1,0.731,0.731,0.731,0,0.468,0.517,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.259,0.171,0 -1,0.868,0.887,0.887,0,0.183,0.762,0.762,0.762,0,0.809,0.267,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.365,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0.149,0.517,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.256,0.171,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.752,0.0428,0 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.119,0 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.176,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0857,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.124,0 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.147,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.128,0 -1,0.432,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.394,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0,0 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.557,0 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0857,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.3,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.171,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0.17,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.0932,0.0428,0 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0.149,0.767,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.195,0.171,0 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0.283,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.228,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0428,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0428,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.159,0 -1,0.15,0.507,0.507,0,0.5,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0653,0 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.156,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.32,0 -0.667,0.33,0.479,0.479,0,0.5,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.304,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.128,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0428,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0946,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0857,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.286,0 -0.667,0.367,0.549,0.549,0,0.25,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.385,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.128,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0.638,0.0833,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.466,0.0428,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0.7,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.257,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0939,0 -0.667,0.0495,0.507,0.507,0,0.417,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.167,0 -0.667,0.251,0.606,0.606,0,0.35,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0139,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.162,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.29,0 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.204,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0428,0 -0.333,0.177,0.394,0.394,0,0.417,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428,0 -0.333,0.178,0.437,0.437,0,0.0833,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.128,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.343,0 -0.333,0.208,0.549,0.549,0,0.25,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.214,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0428,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.617,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.615,0,0.3,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0.167,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.666,0,0.0428,0 -1,0.913,1,1,0,0.417,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.117,0,0,0 -1,0.727,0.972,0.972,0,0.6,0.701,0.701,0.701,0.617,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.62,0,0.0428,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0.167,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.463,0,0.0428,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.496,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.713,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.0857,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.171,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.214,0 -0.667,0.0495,0.606,0.606,0,0.417,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.296,0 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.157,0 -0.667,0.33,0.479,0.479,0,0.1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.107,0 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0428,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.171,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0.367,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.418,0,0.0857,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0.417,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.273,0,0.0428,0 -0.333,0.208,0.549,0.549,0,0.25,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.257,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.214,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857,0 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.19,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.171,0 -1,0.114,0.401,0.401,0,0.717,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.203,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.239,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.217,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0.936,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.482,0.3,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.517,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.524,0.171,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.0884,0.343,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.174,0.356,0.356,0,0.717,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857,0 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857,0 -0.667,0.395,0.59,0.59,0,0.967,0.949,0.949,0.949,0.667,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.48,0,0.0857,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0.1,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.652,0,0.0857,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.28,0,0.128,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.156,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.282,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.192,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.112,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.3,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0857,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428,0 -0.333,0.175,0.278,0.278,0,0.467,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0857,0 -0.333,0.171,0.267,0.267,0,0.0167,0.831,0.831,0.831,0.767,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.789,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.1,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.175,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857,0 -0.667,0.395,0.59,0.59,0,0.717,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.237,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.302,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.046,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.358,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.548,0 -0.667,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.49,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.104,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.129,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.362,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.171,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.199,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.134,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.127,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0.75,0.106,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.706,0.037,0.187,0 -1,0.409,0.312,0.312,0,0.55,0.831,0.831,0.831,0.267,0.511,0.483,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.139,0.278,0.321,0 -0.667,0.29,0.345,0.345,0,0.167,0.831,0.831,0.831,0,0,0.55,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428,0 -0.667,0.298,0.356,0.356,0,0.05,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.257,0 -0.667,0.326,0.434,0.434,0,0.183,0.87,0.87,0.87,0.5,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.63,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0.267,0.106,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.295,0.106,0.128,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,1,0.511,0.483,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.47,0.78,0.214,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.0167,0,0.283,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.441,0,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.214,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0.75,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.674,0,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0.267,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.445,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.518,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.396,0,0.132,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0744,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.182,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0694,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.154,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.062,0 -1,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.3,0 -0.667,0.0495,0.278,0.278,0,0.55,0.791,0.791,0.791,0,0.298,0,0.258,0.465,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.14,0.171,0 -0.667,0.171,0.267,0.267,0,0.667,0.831,0.831,0.831,0,0,0.767,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.527,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.519,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.259,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428,0 -0,0.0495,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.385,0 -0,0.0495,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.258,0.465,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.214,0 -0.333,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0428,0 -0.333,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0.298,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.371,0,0 -0.667,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0.983,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.482,0.0857,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0.05,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.166,0.404,0,0 -1,0.124,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.445,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0.666,0.257,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0.76,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.391,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.596,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0428,0 -1,0.147,0.478,0.478,0,0.717,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0857,0 -0.667,0.177,0.523,0.523,0,0.983,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0428,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0.767,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.45,0,0.228,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.375,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.561,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0.617,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.291,0.128,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.767,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.672,0.171,0 -0.667,0.326,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.207,0,0 -0.667,0.395,0.59,0.59,0,0.25,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.3,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0.667,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.555,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0.1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.866,0,0.128,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.171,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.298,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0857,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.164,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0.936,0.15,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.691,0.171,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.883,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.773,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.539,0.0428,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.674,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.429,0.0428,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.463,0.0428,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.428,0.0428,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0.417,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.396,0.529,0.128,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0.6,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.757,0.49,0.0428,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.489,0.921,0.128,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.603,0.0836,0.0857,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.531,0,0.0857,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.764,0,0.0428,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.16,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.051,0.367,0.367,0,0.233,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.201,0 -0.667,0.305,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.155,0 -0.667,0.318,0.378,0.378,0,0.5,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.465,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0.767,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.718,0,0.171,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0857,0 -0.333,0.175,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0857,0 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0.167,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.276,0,0.0428,0 -0.333,0.169,0.312,0.312,0,0.233,0.831,0.831,0.831,0.85,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.59,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.421,0,0.0857,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.647,0,0.0428,0 -0.333,0.188,0.434,0.434,0,0.233,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0.298,0.517,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.328,0.171,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.633,0.214,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.418,0.128,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.886,0.128,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.307,0.118,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0917,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.182,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.667,0.0495,0.378,0.378,0,0.217,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.667,0.185,0.256,0.256,0,0.267,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0857,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.171,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128,0 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.257,0 -1,0.736,0.701,0.701,0,0.967,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.208,0 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.26,0 -1,0.928,0.79,0.79,0,0.467,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0529,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.138,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.359,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.559,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.128,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0428,0 -1,0.0495,0.401,0.401,0,0.467,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.245,0.478,0.478,0,0.5,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0.167,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.282,0,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0.6,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.696,0,0.249,0 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.458,0,0.195,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.679,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.194,0,0.271,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0.417,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.328,0,0,0 -1,0.326,0.434,0.434,0,0.233,0.87,0.87,0.87,0.35,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.301,0,0.171,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0857,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0428,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171,0 -1,0.928,0.79,0.79,0,0.483,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.206,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.128,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.423,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.257,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0.483,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.134,0 -0.667,0.185,0.256,0.256,0,0.05,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.192,0 -0.333,0.181,0.267,0.267,0,0.917,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0826,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.208,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.316,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.285,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0.667,0.326,0.434,0.434,0,0.05,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.428,0 -0.667,0.395,0.59,0.59,0,0.433,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.171,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.223,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.176,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.136,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0686,0 -1,0.0816,0.401,0.401,0,0.3,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0739,0 -0.667,0.0495,0.478,0.478,0,0.917,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -1,0.177,0.523,0.523,0,0.233,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.39,0 -0.667,0.292,0.267,0.267,0,0.483,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.379,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.459,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.223,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0.106,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.0273,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0.83,0.233,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.317,0.128,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0.283,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.519,0.0857,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.838,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.346,0.171,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.286,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0794,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.225,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0428,0 -0.667,0.147,0.478,0.478,0,0.717,0.752,0.752,0.752,0.417,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.387,0,0,0 -0.667,0.305,0.523,0.523,0,0.25,0.791,0.791,0.791,0.35,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.153,0,0.152,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.251,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.254,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.469,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.132,0 -0.333,0.17,0.345,0.345,0,0.217,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0857,0 -0.333,0.174,0.356,0.356,0,0.0167,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.214,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.171,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.667,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.538,0,0.0677,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.35,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.265,0,0.0953,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.251,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0548,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.43,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0768,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0.917,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.423,0,0.122,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0.1,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.633,0,0.0857,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.499,0,0.0428,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.301,0,0.3,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.171,0 -0.333,0.169,0.312,0.312,0,0.217,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.171,0 -0.333,0.17,0.345,0.345,0,0.75,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.278,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0.167,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.346,0,0.0629,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.6,0.617,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.261,0.431,0.0734,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0.9,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.362,0.171,0 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.133,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.204,0.0428,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.325,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.11,0 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.337,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.128,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.128,0 -0.333,0.181,0.267,0.267,0,0.217,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.128,0 -0.333,0.175,0.278,0.278,0,0.5,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.257,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0.417,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.348,0,0.128,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0.35,0.319,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.0951,0.00965,0.0857,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0.298,0.65,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.514,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.117,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.584,0.214,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.286,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0.417,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.384,0,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.35,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.548,0,0.376,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0.298,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.545,0.0884,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.767,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.43,0.569,0.325,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0837,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.123,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.3,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0428,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.163,0 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0857,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0.617,0.4,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.42,0.343,0 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.367,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.635,0.0857,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.116,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.32,0 -0.667,0.0495,0.356,0.356,0,0.483,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857,0 -0.667,0.222,0.59,0.59,0,0.217,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.201,0 -0.333,0.278,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.121,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.128,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.149,0 -1,0.177,0.523,0.523,0,0.717,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0832,0 -0.333,0.0495,0.378,0.378,0,0.5,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.214,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0.767,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.514,0,0.0857,0 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.499,0,0.0857,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.351,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.167,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.2,0,0.214,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0.85,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.688,0,0.0857,0 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.171,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.214,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.189,0 -1,0.507,0.701,0.701,0,0.483,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.399,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.3,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.3,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.667,0.0495,0.378,0.378,0,0.3,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.185,0.256,0.256,0,0.183,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.0866,0,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0.767,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.676,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.694,0,0.0428,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.0543,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.3,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.237,0 -1,0.736,0.701,0.701,0,0.233,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.249,0 -0.667,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.171,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.11,0 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.237,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.205,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.128,0 -0.333,0.171,0.267,0.267,0,0.967,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.14,0 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.667,0.29,0.345,0.345,0,0.467,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0857,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.3,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0.936,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.391,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0.917,0,0.767,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.37,0.532,0.171,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.411,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0857,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0428,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.165,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.667,0.177,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.206,0 -0.667,0.318,0.378,0.378,0,0.75,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0732,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.246,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0577,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.171,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.3,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.128,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.174,0.356,0.356,0,0.467,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0.667,0.326,0.434,0.434,0,0.5,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.3,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0.167,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.319,0,0.3,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.6,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.514,0,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.322,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.171,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0825,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0582,0 -1,0.305,0.523,0.523,0,0.483,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.118,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.076,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.214,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.185,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.495,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.125,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.6,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0.217,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.051,0.367,0.367,0,0.267,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.311,0 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0615,0 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.359,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.391,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0.617,0.15,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.379,0.171,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.367,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.407,0.0428,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.482,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.305,0,0 -0.333,0.174,0.356,0.356,0,0.217,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857,0 -0.333,0.188,0.434,0.434,0,0.75,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857,0 -0.333,0.222,0.59,0.59,0,0.467,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.171,0 -1,0.736,0.701,0.701,0,0.25,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.214,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.11,0 -1,0.305,0.523,0.523,0,0.233,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.158,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0.319,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.0965,0.331,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0.617,0.4,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.236,0.113,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0.367,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.543,0.0988,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.218,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.301,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.227,0 -0.667,0.29,0.345,0.345,0,0.217,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.156,0 -0.667,0.298,0.356,0.356,0,0.267,0.811,0.811,0.811,0,0.617,0.4,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.596,0,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0.117,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.648,0.0428,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.559,0.128,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.603,0.514,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.342,0.255,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.214,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.128,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.214,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0927,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.214,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.667,0.0495,0.267,0.267,0,0.55,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -1,0.3,0.278,0.278,0,0.667,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.146,0 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.115,0 -1,0.41,0.345,0.345,0,0.233,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.137,0 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.225,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.3,0 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.176,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.128,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.295,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.273,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.257,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.36,0.473,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.353,0.463,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0662,0 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0997,0 -1,0.426,0.278,0.278,0,0.483,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.137,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0.298,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.175,0.123,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.767,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.424,0.182,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.399,0.295,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.529,0,0 -0.333,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.442,0.257,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.527,0.106,0 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.171,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.214,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0816,0.401,0.401,0,0.217,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.225,0 -1,0.342,0.478,0.478,0,0.5,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0825,0 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0906,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.306,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.106,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.293,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.233,0 -0.333,0.171,0.267,0.267,0,0.467,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.198,0 -0.667,0.289,0.312,0.312,0,0.75,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.153,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.257,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0857,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.667,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.591,0,0.171,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0.35,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.131,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.14,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.214,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.236,0 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0.617,0.15,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.26,0.0768,0 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0.617,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.228,0.102,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.592,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.314,0.246,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.521,0.171,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.809,0.0857,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.592,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.518,0,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.542,0.257,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.201,0,0 -0.667,0.395,0.59,0.59,0,0.967,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.781,0.385,0 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.635,0.0857,0 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.129,0.475,0 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.256,0 -1,0.807,0.768,0.768,0,0.9,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.464,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.295,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.165,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.076,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.134,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0857,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.3,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.3,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.0495,0.345,0.345,0,0.233,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.257,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0.667,0.326,0.434,0.434,0,0.967,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0428,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.767,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.606,0,0.171,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.343,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.257,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.276,0 -1,0.114,0.401,0.401,0,0.217,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0891,0 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.202,0 -0.667,0.305,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.274,0 -0.333,0.184,0.378,0.378,0,0.95,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.162,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.128,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171,0 -0.667,0.395,0.59,0.59,0,0.967,0.949,0.949,0.949,0.667,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.611,0,0.0428,0 -0.667,0.507,0.701,0.701,0,0.483,0.989,0.989,0.989,0.35,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.749,0,0.187,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.535,0,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.531,0,0.0857,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.35,0,0.128,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.427,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.0495,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.171,0.267,0.267,0,0.75,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128,0 -0.333,0.222,0.59,0.59,0,0.717,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.128,0 -1,0.736,0.701,0.701,0,0.983,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.128,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -0.667,0.635,0.79,0.79,0,0.217,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.555,0.768,0.768,0,0.0167,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0656,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0977,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.239,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.183,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.121,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.302,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.111,0 -1,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428,0 -1,0.29,0.345,0.345,0,0.8,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128,0 -1,0.174,0.356,0.356,0,0.417,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -1,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.128,0 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.257,0 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.342,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.343,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.128,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.122,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.178,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.0428,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.153,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.219,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0491,0 -1,0.299,0.255,0.255,0,0.233,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.166,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.0428,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.127,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.217,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.257,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.428,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.465,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.336,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.236,0 -0.333,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0428,0 -0.333,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0428,0 -0.333,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.403,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.14,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.128,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0.7,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.236,0.477,0.477,0,0.217,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.13,0 -0.667,0.295,0.521,0.521,0,0.483,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0857,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.171,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.417,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.409,0,0.139,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0.317,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.688,0,0.214,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0.667,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.419,0,0.0428,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0.0667,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.531,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.715,0,0.0428,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.684,0,0,0 -1,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.53,0,0.0857,0 -1,0.291,0.587,0.587,0,0.967,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.241,0,0.257,0 -1,0.339,0.698,0.698,0,0.2,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.171,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.3,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.128,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.278,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.141,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.104,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.4,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.139,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.196,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.139,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.178,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.128,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.323,0 -0.667,0.269,0.355,0.355,0,0.217,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428,0 -0.333,0.162,0.432,0.432,0,0.483,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.128,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0,0 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0857,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.373,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0428,0 -1,0.0495,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.171,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.2,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.214,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0857,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.343,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.162,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.351,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.214,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.171,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.471,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.421,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.194,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.175,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.23,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.111,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.527,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.257,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0857,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.128,0 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.416,0 -0.667,0.429,0.742,0.742,0,0.467,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0756,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0428,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.28,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0794,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0857,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.104,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.113,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.255,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0857,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.214,0 -0.333,0.159,0.355,0.355,0,0.217,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.214,0 -0.667,0.274,0.432,0.432,0,0.0167,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.128,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.3,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.667,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.209,0,0.0857,0 -1,0.619,0.742,0.742,0,0.717,0.949,0.949,0.949,0.0667,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.273,0 -1,0.783,0.787,0.787,0,0.933,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.301,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0857,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.3,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0428,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0.0638,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0.255,0.233,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.547,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.381,0,0 -0.333,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.131,0,0.0857,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0.967,0.383,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.295,0.121,0,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0.0167,0.596,0.417,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0.46,0.214,0 -1,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0.317,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0.477,0.0428,0 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.128,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0.467,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.474,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.517,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.543,0,0.214,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.126,0,0.328,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.185,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.214,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.291,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.257,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.214,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.0428,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0405,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.184,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0423,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.161,0 -0.667,0.164,0.277,0.277,0,0.0167,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.123,0 -0.667,0.16,0.266,0.266,0,0.45,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.214,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.268,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.166,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.214,0 -0.333,0.162,0.432,0.432,0,0.0167,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.11,0 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0857,0 -1,0.484,0.698,0.698,0,0.633,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0428,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.557,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.128,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0857,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0441,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.092,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.158,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.367,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.214,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0857,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -0.333,0.174,0.255,0.255,0,0.217,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0428,0 -0.333,0.17,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.128,0 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0,0 -0.333,0.16,0.266,0.266,0,0.133,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.214,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.128,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171,0 -1,0.412,0.587,0.587,0,0.717,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.502,0 -1,0.484,0.698,0.698,0,0.45,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.42,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.167,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.312,0,0.299,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0.817,0.638,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.637,0.103,0.376,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0.0213,0.867,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.642,0.0884,0.217,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0.117,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.128,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.201,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.187,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0653,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.35,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.316,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0857,0 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.128,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428,0 -0.667,0.159,0.355,0.355,0,0.467,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0,0 -0.667,0.162,0.432,0.432,0,0.45,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.125,0 -1,0.291,0.587,0.587,0,0.483,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.343,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0428,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0857,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0428,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.331,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.214,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.224,0 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0422,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0563,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.282,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0984,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.128,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0428,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.2,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.257,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.3,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.354,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.205,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.214,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.295,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0428,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.171,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.0857,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0857,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.685,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0.667,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.587,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0.0667,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0.667,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.579,0,0.0428,0 -0.667,0.339,0.698,0.698,0,0.217,0.989,0.989,0.989,0.0667,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0986,0 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.444,0 -1,0.783,0.787,0.787,0,0.2,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.293,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0857,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.214,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0518,0.366,0.366,0,0.95,0.712,0.712,0.712,0,0,0,0.33,0.472,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.11,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.362,0 -0.667,0.295,0.521,0.521,0,0.717,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0428,0 -0.667,0.301,0.377,0.377,0,0.933,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.142,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0857,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0,0 -0.667,0.269,0.355,0.355,0,0.233,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.557,0 -1,0.412,0.587,0.587,0,0.217,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0,0 -1,0.484,0.698,0.698,0,0.25,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.128,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.171,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.184,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.3,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0857,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0777,0 -0.667,0.172,0.521,0.521,0,0.0167,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.245,0 -0.667,0.175,0.377,0.377,0,0.217,0.811,0.811,0.811,0.467,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.557,0,0.109,0 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0.267,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.63,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.406,0,0.0428,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.727,0,0.3,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.501,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.128,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0,0 -0.667,0.274,0.432,0.432,0,0.267,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.0857,0 -0.667,0.291,0.587,0.587,0,0.433,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0428,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.214,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.128,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.3,0 -1,0.249,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.554,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.178,0 -1,0.175,0.377,0.377,0,0.0167,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -1,0.424,0.255,0.255,0,0.45,0.811,0.811,0.811,0.217,0,0,0.255,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.233,0,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0.517,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.299,0,0.0428,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0.467,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.397,0,0.128,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0.267,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.545,0,0.0857,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.255,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171,0 -1,0.412,0.587,0.587,0,0.267,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.642,0 -1,0.484,0.698,0.698,0,0.433,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0857,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0428,0 -1,0.783,0.787,0.787,0,0.767,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.557,0 -1,0.88,0.765,0.765,0,0.4,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.166,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.149,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.171,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0857,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0.319,0.383,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.357,0.171,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0.85,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.616,0.3,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.825,0.171,0 -1,0.538,0.787,0.787,0,0.217,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.249,0.128,0 -1,0.88,0.765,0.765,0,0.0167,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.171,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.257,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.167,0 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0428,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -0.667,0.0495,0.377,0.377,0,0.233,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0428,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0.319,0.633,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.399,0,0 -0.333,0.16,0.266,0.266,0,0.467,0.831,0.831,0.831,0,0,0.1,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.214,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.24,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.119,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.257,0 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.128,0 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.128,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0.733,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.589,0,0.214,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.257,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0798,0.399,0.399,0,0.7,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.144,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.315,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.093,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0672,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0.417,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.336,0,0.0857,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.317,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.0968,0,0.0857,0 -0.333,0.164,0.277,0.277,0,0.217,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -0.667,0.271,0.266,0.266,0,0.717,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0857,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.257,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0428,0 -0,0.0495,0.698,0.698,0,0,0.989,0.989,0.989,0,0.66,0.367,0.258,0.465,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.678,0.0857,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0.617,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.982,0.0428,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.559,0.0857,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.128,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0857,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -0.667,0.0495,0.399,0.399,0,0.233,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.236,0.477,0.477,0,0.25,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.131,0 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.348,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0428,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.171,0 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.257,0 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0999,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.0428,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.171,0 -1,0.484,0.698,0.698,0,0.217,0.989,0.989,0.989,0.733,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.693,0,0,0 -1,0.619,0.742,0.742,0,0.25,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.199,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.201,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.0857,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.236,0.477,0.477,0,0.717,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.194,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.141,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0428,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.343,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857,0 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.128,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0.733,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.601,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.66,0,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.659,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.0968,0,0.214,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.477,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.171,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -1,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0427,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.185,0 -0.667,0.279,0.277,0.277,0,0.233,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -1,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.214,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.3,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.171,0 -0.667,0.274,0.432,0.432,0,0.267,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.257,0 -0.667,0.291,0.587,0.587,0,0.433,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.224,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.396,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.149,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.128,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.042,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0848,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.124,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0,0 -1,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.214,0 -0.667,0.291,0.587,0.587,0,0.267,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.128,0 -1,0.484,0.698,0.698,0,0.2,0.989,0.989,0.989,0.717,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.513,0,0.128,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.267,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.613,0,0.0857,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.649,0,0.0428,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.752,0,0.171,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.671,0,0.214,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.261,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.186,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.214,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.0495,0.477,0.477,0,0.217,0.752,0.752,0.752,0,0.66,0.117,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0.283,0.119,0 -1,0.417,0.521,0.521,0,0.95,0.791,0.791,0.791,0,0,0.367,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0.863,0.0927,0 -1,0.427,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.377,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.209,0,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.695,0,0 -1,0.411,0.266,0.266,0,0.717,0.791,0.791,0.791,0,0,0,0.266,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.953,0,0 -0.667,0.279,0.277,0.277,0,0.45,0.791,0.791,0.791,0.417,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.537,0.455,0.257,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0.317,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.112,0,0.0857,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0428,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.214,0 -0.333,0.162,0.432,0.432,0,0.217,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.0857,0 -0.333,0.17,0.587,0.587,0,0.25,0.949,0.949,0.949,0,0.979,0.117,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.241,0.3,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.667,0.638,0.117,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.528,0.378,0.0428,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.317,0.0213,0.733,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.666,0.58,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.307,0.539,0.0857,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.351,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.128,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0722,0 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.403,0 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0.319,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.135,0.3,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0.883,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.251,0.3,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0.1,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.444,0.214,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0857,0 -0.333,0.16,0.266,0.266,0,0.7,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0.319,0.133,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.323,0.0428,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0.85,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0.342,0.214,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.3,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.175,0 -1,0.619,0.742,0.742,0,0.717,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.197,0 -1,0.783,0.787,0.787,0,0.217,0.93,0.93,0.93,0.733,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.724,0,0.27,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.0806,0,0.277,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.128,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0.467,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.0428,0 -1,0.0495,0.366,0.366,0,0.233,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.378,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.385,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.365,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.13,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.343,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0.66,0.117,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.333,0.171,0 -0.333,0.162,0.432,0.432,0,0.217,0.87,0.87,0.87,0,0,0.617,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.128,0 -0.667,0.291,0.587,0.587,0,0.25,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0857,0 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0428,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.128,0 -1,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.347,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.553,0 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0584,0 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.163,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.113,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.114,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.214,0 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0857,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.128,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.214,0 -0.667,0.274,0.432,0.432,0,0.233,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.257,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0.417,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.382,0,0,0 -0.667,0.339,0.698,0.698,0,0.467,0.989,0.989,0.989,0.317,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.484,0,0.3,0 -1,0.619,0.742,0.742,0,0.7,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.621,0,0.0428,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.341,0,0.0428,0 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0.638,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.161,0.0857,0 -0.667,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0.0213,0.233,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.593,0.214,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0857,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.213,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.164,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.364,0 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.131,0 -0.333,0.0495,0.377,0.377,0,0.233,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0857,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.214,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.0857,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.333,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.253,0 -0.667,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0,0 -0.667,0.159,0.355,0.355,0,0.467,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.385,0 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0.417,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.492,0,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.317,0.66,0.117,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.363,0.653,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0.367,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.412,0.0857,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0857,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0857,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.349,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0857,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -0.667,0.0495,0.366,0.366,0,0.233,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.153,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0.967,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.491,0,0.257,0 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.0167,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.149,0,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0.733,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.659,0,0.0857,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.565,0,0.557,0 -0.667,0.269,0.31,0.31,0,0.233,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.275,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428,0 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.0896,0 -0,0.0495,0.587,0.587,0,0.767,0.949,0.949,0.949,0,0,0,0.258,0.465,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.514,0 -0.333,0.194,0.698,0.698,0,0.167,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.257,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0857,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0426,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.197,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0404,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0,0 -1,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0399,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.135,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.208,0 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428,0 -0.667,0.269,0.31,0.31,0,0.233,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0428,0 -1,0.378,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.344,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.3,0 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171,0 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0857,0 -0.667,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.171,0 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.214,0 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0.66,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.281,0,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0.483,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.671,0.256,0 -1,0.597,0.654,0.654,0,0.267,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.4,0.0711,0 -1,0.183,0.554,0.554,0,0.433,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.107,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0857,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.128,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.0428,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.0857,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.273,0 -0.667,0.172,0.521,0.521,0,0.217,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0428,0 -0.667,0.175,0.377,0.377,0,0.25,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0428,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.171,0 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171,0 -0.333,0.0495,0.587,0.587,0,0.217,0.949,0.949,0.949,0,0,0,0.258,0.465,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0857,0 -0.667,0.339,0.698,0.698,0,0.25,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.171,0 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0.417,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.353,0,0.0428,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0.567,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.452,0,0.128,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0515,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.27,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.259,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0946,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.306,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.242,0 -0.333,0.154,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.15,0.267,0.267,0,0.733,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.3,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0.319,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.0145,0.0428,0 -0.333,0.149,0.345,0.345,0,0.217,0.831,0.831,0.831,0,0,0.483,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.619,0.128,0 -0.333,0.149,0.356,0.356,0,0.0167,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857,0 -1,0.353,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.101,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.333,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0.319,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.0932,0.113,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0.638,0.383,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.283,0.513,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.35,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0541,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0851,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.235,0 -1,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.249,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0837,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.311,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.237,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.101,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.3,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.171,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.171,0 -0.667,0.252,0.434,0.434,0,0.217,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -1,0.371,0.59,0.59,0,0.5,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.171,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.3,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.176,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.136,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.454,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.31,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.106,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.128,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.257,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.214,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.385,0 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.667,0.264,0.59,0.59,0,0.467,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -1,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0.667,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.645,0,0.15,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0.05,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.092,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.171,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.138,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.128,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.131,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.171,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.343,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0.417,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.394,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0.55,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.195,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.667,0.252,0.434,0.434,0,0.717,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128,0 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0.417,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.38,0,0.214,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0.3,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.564,0,0.3,0 -1,0.523,0.745,0.745,0,0.9,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.423,0,0.128,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.224,0,0.187,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.307,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.29,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.103,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0857,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.3,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0857,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -1,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0.417,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.65,0,0.0849,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0.3,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.37,0,0.0901,0 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.327,0 -1,0.364,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.129,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.082,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428,0 -0.667,0.249,0.356,0.356,0,0.467,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0.667,0.252,0.434,0.434,0,0.25,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.171,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.222,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.171,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.137,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.121,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.667,0.0495,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.667,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0428,0 -0.667,0.164,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.301,0 -0.333,0.16,0.267,0.267,0,0.433,0.791,0.791,0.791,0,0.319,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.116,0.175,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0.638,0.383,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.45,0.194,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.6,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.429,0.257,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.576,0.0428,0 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0.167,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.267,0,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0.55,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.295,0,0.155,0 -0.667,0.252,0.434,0.434,0,0.217,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.211,0 -0.667,0.264,0.59,0.59,0,0.25,0.949,0.949,0.949,0,0.638,0.383,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.868,0.368,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0.35,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.41,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.128,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.128,0 -0.333,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428,0 -0.333,0.0495,0.656,0.656,0,0.717,0.87,0.87,0.87,0,0,0,0.258,0.465,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.145,0 -0.667,0.116,0.556,0.556,0,0.483,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.248,0 -0.667,0.228,0.478,0.478,0,0.467,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.219,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.168,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0428,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.214,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.128,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0.319,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.241,0.114,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.733,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.481,0.0857,0 -0.667,0.252,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428,0 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.171,0 -0.667,0.296,0.701,0.701,0,0.45,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.128,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.164,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.138,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.103,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.129,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.257,0 -0.333,0.0495,0.278,0.278,0,0.717,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.15,0.267,0.267,0,0.7,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.149,0.312,0.312,0,0.967,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128,0 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.142,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.557,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.128,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0.717,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.676,0,0.0428,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0.167,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.613,0,0.337,0 -1,0.405,0.656,0.656,0,0.467,0.87,0.87,0.87,0.8,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.747,0,0.101,0 -1,0.183,0.556,0.556,0,0.25,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.0764,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0372,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.205,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.025,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.102,0 -0.333,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0.167,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.246,0,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0.8,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.655,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.672,0,0.0428,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.165,0,0.0405,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.137,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.171,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.301,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.354,0 -0.333,0.151,0.434,0.434,0,0.233,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.385,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0.319,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.135,0.128,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0.638,0.383,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.945,0.0857,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.35,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.29,0.0857,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.171,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.128,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.355,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.248,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.3,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.257,0 -0.333,0.154,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.667,0.251,0.267,0.267,0,0.0167,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.171,0 -0.333,0.149,0.356,0.356,0,0.95,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.3,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.41,0 -1,0.42,0.701,0.701,0,0.217,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.171,0 -1,0.523,0.745,0.745,0,0.733,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.18,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.113,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.457,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.343,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0.217,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0915,0 -1,0.0503,0.367,0.367,0,0.0167,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.351,0 -1,0.317,0.478,0.478,0,0.217,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.269,0 -1,0.402,0.523,0.523,0,0.0167,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0857,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.337,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.128,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.171,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.264,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.171,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.077,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0746,0 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.154,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.214,0 -0.333,0.15,0.267,0.267,0,0.733,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.3,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.257,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.214,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0428,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0608,0 -1,0.0781,0.401,0.401,0,0.25,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.433,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.161,0 -1,0.284,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0968,0 -1,0.286,0.378,0.378,0,0.0167,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0.417,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.382,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0.3,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.346,0,0.0428,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0.638,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.325,0,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0.319,0.633,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.584,0.171,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0.35,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.495,0.335,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.614,0,0 -0.667,0.249,0.356,0.356,0,0.233,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.801,0.171,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.608,0.257,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.621,0.214,0 -0.333,0.173,0.701,0.701,0,0,0.989,0.989,0.989,0.417,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.365,0.886,0.3,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0.55,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.458,0,0.0428,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.333,0.16,0.267,0.267,0,0.217,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428,0 -0.667,0.259,0.278,0.278,0,0.983,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0428,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0.957,0.133,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.391,0.214,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0.6,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128,0 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.171,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.667,0.264,0.59,0.59,0,0.717,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.257,0 -1,0.42,0.701,0.701,0,0.717,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.569,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.6,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0993,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.214,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.3,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0.319,0.383,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.505,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0.35,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.506,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.203,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.171,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0428,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0428,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0857,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.215,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.14,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.144,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.165,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.343,0 -0.333,0.157,0.59,0.59,0,0.233,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0.717,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.435,0,0.128,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.767,0,0,0 -1,0.671,0.79,0.79,0,0.467,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.528,0,0.148,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.509,0,0.0428,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0486,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.128,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.12,0 -1,0.228,0.478,0.478,0,0.0167,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0857,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.169,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0428,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.442,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.174,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.667,0.252,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.385,0 -0.667,0.264,0.59,0.59,0,0.233,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.214,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.128,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0.717,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.718,0,0.128,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.635,0,0.128,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.119,0,0.295,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0827,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.139,0.478,0.478,0,0.983,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.667,0.284,0.523,0.523,0,0.717,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.168,0.378,0.378,0,0.233,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.257,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857,0 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428,0 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.171,0 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0,0 -0.667,0.365,0.745,0.745,0,0.467,0.949,0.949,0.949,0.167,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.241,0,0.0428,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0.8,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.601,0,0.0428,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.574,0,0.128,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.386,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.214,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.194,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.553,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.17,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.214,0 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.128,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.333,0.157,0.59,0.59,0,0.717,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0.667,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.577,0,0,0 -1,0.523,0.745,0.745,0,0.683,0.949,0.949,0.949,0.05,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.372,0,0.171,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.3,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.142,0 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.257,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0899,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.157,0 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.149,0 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.067,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.159,0 -1,0.364,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0857,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.659,0 -1,0.349,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.333,0 -1,0.348,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.143,0 -1,0.349,0.356,0.356,0,0.717,0.811,0.811,0.811,0,0.638,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.199,0,0 -1,0.353,0.434,0.434,0,0.967,0.87,0.87,0.87,0,0.319,0.633,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.404,0.0857,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0.35,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.5,0.0857,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.585,0.385,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.622,0.257,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.289,0,0 -1,0.799,0.768,0.768,0,0.233,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.134,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0815,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.191,0 -1,0.168,0.378,0.378,0,0.717,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.076,0 -1,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0428,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.171,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0857,0 -0.333,0.149,0.356,0.356,0,0.467,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128,0 -0.667,0.252,0.434,0.434,0,0.967,0.87,0.87,0.87,0.167,0.638,0.133,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.243,0.0225,0.171,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0.8,0,0.6,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.304,0,0.171,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0428,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0428,0 -0.667,0.464,0.79,0.79,0,0.217,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.272,0 -1,0.799,0.768,0.768,0,0.0167,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.214,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.214,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.214,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.128,0 -1,0.0781,0.401,0.401,0,0.733,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.214,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.272,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.11,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.323,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.128,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.149,0.312,0.312,0,0.233,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.324,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.228,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0857,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.171,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.246,0 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.166,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.119,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0428,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0857,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0428,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.257,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.214,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.128,0 -0.667,0.296,0.701,0.701,0,0.717,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.258,0 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -1,0.671,0.79,0.79,0,0.683,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428,0 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.189,0 -1,0.317,0.478,0.478,0,0.233,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0439,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.202,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.244,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.141,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.344,0 -0.667,0.259,0.278,0.278,0,0.233,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.274,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.333,0.157,0.59,0.59,0,0.967,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0857,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.6,0 -1,0.523,0.745,0.745,0,0.433,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0622,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.214,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0937,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.214,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0636,0 -0.667,0.139,0.478,0.478,0,0.467,0.752,0.752,0.752,0,0.319,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0.0225,0.143,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0.638,0.383,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.111,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0.6,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.46,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.132,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.171,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.215,0 -1,0.371,0.59,0.59,0,0.967,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -1,0.42,0.701,0.701,0,0.233,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.128,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.758,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.131,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.205,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.302,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.214,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.128,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0857,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.214,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0428,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0428,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.343,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.128,0 -1,0.405,0.656,0.656,0,0.467,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.188,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.407,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.12,0 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0641,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0857,0 -0.667,0.16,0.267,0.267,0,0.467,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.128,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.3,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0857,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.214,0 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.16,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.269,0 -0.667,0.296,0.701,0.701,0,0.717,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.451,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.367,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.152,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.137,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0.417,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.329,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0.3,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.392,0,0,0 -1,0.167,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -1,0.168,0.378,0.378,0,0.0167,0.811,0.811,0.811,0,0.319,0.383,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.347,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.1,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.453,0.0428,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.593,0.171,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.323,0.0857,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428,0 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.171,0 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428,0 -0.667,0.149,0.356,0.356,0,0.217,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.667,0.151,0.434,0.434,0,0.5,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.385,0 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.214,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0.667,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.528,0,0.0428,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0.05,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.334,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0428,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.156,0 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.081,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0.717,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.747,0,0.197,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0.319,0.633,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.124,0.841,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.35,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.596,0.171,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.441,0.0428,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.302,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.46,0.0428,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.779,0.171,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.602,0.128,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.441,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428,0 -0.667,0.264,0.59,0.59,0,0.967,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.257,0 -1,0.523,0.745,0.745,0,0.683,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.128,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.152,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.128,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.511,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0.319,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.272,0.128,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0.319,0.633,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.523,0.214,0 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.1,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.376,0.0428,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.574,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.568,0.0428,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.305,0.0857,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0.319,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.116,0.0428,0 -0.667,0.252,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0.319,0.633,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0,0 -0.667,0.264,0.59,0.59,0,0.733,0.949,0.949,0.949,0,0,0.35,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.334,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0.638,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.435,0.429,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0.319,0.633,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.253,0.128,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0.1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428,0 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.214,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.257,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.102,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0715,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.282,0 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.162,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.214,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.257,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428,0 -0.333,0.157,0.59,0.59,0,0.233,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857,0 -1,0.671,0.79,0.79,0,0.467,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.248,0 -1,0.799,0.768,0.768,0,0.25,0.91,0.91,0.91,0.417,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.407,0,0.427,0 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0.3,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.467,0,0.0857,0 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0977,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.136,0 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0806,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.24,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.229,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.243,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.128,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.144,0 -0.667,0.264,0.59,0.59,0,0.467,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.22,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0572,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.581,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.293,0 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.226,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0857,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.315,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.104,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.357,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.112,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.171,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.128,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.343,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.171,0 -0.667,0.263,0.213,0.213,0,0.467,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0428,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0857,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.667,0.235,0.287,0.287,0,0.717,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.667,0.235,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.238,0.361,0.361,0,0.883,0.88,0.88,0.88,0,0.319,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.0932,0.0428,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0.638,0.383,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.879,0.0428,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0.333,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.32,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.214,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.171,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.245,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.3,0 -0.667,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -0.667,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.128,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0857,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.171,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128,0 -1,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -1,0.235,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.149,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0677,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.363,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.128,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.128,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.214,0 -1,0.467,0.621,0.621,0,0.217,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.48,0 -1,0.413,0.658,0.658,0,0.483,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0.7,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.683,0,0.0428,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.112,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.238,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.218,0 -0.667,0.162,0.315,0.315,0,0.217,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.128,0 -0.333,0.156,0.213,0.213,0,0.483,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.385,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.257,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.3,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.171,0 -0,0.0495,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.171,0 -0.333,0.142,0.287,0.287,0,0.467,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0.7,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.506,0,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0.7,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.582,0,0.0857,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.598,0,0.0857,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.154,0,0.0428,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.303,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0543,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.145,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0768,0.334,0.334,0,0.7,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.298,0 -1,0.222,0.398,0.398,0,0.217,0.76,0.76,0.76,0,0.957,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.309,0,0 -0.667,0.277,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0.883,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.54,0,0 -0.667,0.274,0.315,0.315,0,0.433,0.82,0.82,0.82,0,0,0.0833,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.14,0.0428,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.257,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.128,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.238,0.361,0.361,0,0.217,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -1,0.345,0.491,0.491,0,0.0167,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.257,0 -1,0.328,0.621,0.621,0,0.217,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857,0 -1,0.726,0.639,0.639,0,0.2,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.296,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.224,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.206,0 -0.667,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.315,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.163,0.436,0.436,0,0.233,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0428,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0.917,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.732,0,0.404,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0.0167,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.576,0,0.0857,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.297,0,0.3,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.257,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0.319,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0193,0.0428,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.883,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.709,0.128,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0.0833,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.144,0.361,0.361,0,0.217,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.214,0 -1,0.345,0.491,0.491,0,0.0167,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.343,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.128,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0863,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.083,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.414,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.211,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0857,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428,0 -0.667,0.235,0.297,0.297,0,0.217,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857,0 -1,0.332,0.361,0.361,0,0.483,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.214,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0981,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.359,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.116,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.214,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.234,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.179,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0.917,0.638,0.383,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.484,0.0322,0,0 -0.667,0.163,0.436,0.436,0,0.217,0.8,0.8,0.8,0.0167,0,0.817,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.333,0.162,0.315,0.315,0,0.483,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0428,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.343,0 -0.667,0.256,0.222,0.222,0,0.467,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.231,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0.667,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.557,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0.0333,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.0679,0,0.0857,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.238,0.361,0.361,0,0.233,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.171,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0.319,0.233,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.428,0.128,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.375,0.0428,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.45,0,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.0884,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.181,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0729,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.133,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.296,0 -1,0.274,0.315,0.315,0,0.467,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.205,0 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.517,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.392,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.24,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.362,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.104,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.337,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428,0 -0.333,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.343,0 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0,0 -0.667,0.328,0.621,0.621,0,0.717,0.96,0.96,0.96,0,0.638,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.251,0.214,0 -1,0.595,0.658,0.658,0,0.217,0.94,0.94,0.94,0,0.319,0.233,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0857,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -1,0.0495,0.315,0.315,0,0.217,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -1,0.263,0.213,0.213,0,0.25,0.82,0.82,0.82,0,0.638,0.383,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.386,0,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0.333,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.595,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.492,0.214,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.842,0,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.608,0,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.412,0.0857,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.385,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857,0 -1,0.467,0.621,0.621,0,0.967,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.214,0 -0.667,0.413,0.658,0.658,0,0.217,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.128,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0.319,0.133,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.204,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0.583,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.741,0.185,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.297,0.109,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.108,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.186,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.432,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.151,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.156,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.3,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.118,0 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.171,0 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.257,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.214,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.214,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.128,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.214,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.171,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.258,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0.638,0.133,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.606,0.161,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0.583,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.744,0.604,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.362,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.0788,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.3,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.128,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857,0 -0.667,0.238,0.361,0.361,0,0.217,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.171,0 -1,0.345,0.491,0.491,0,0.0167,0.96,0.96,0.96,0.167,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.248,0,0.258,0 -1,0.384,0.584,0.584,0,0.217,1,1,1,0.533,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.649,0,0.0894,0 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428,0 -1,0.595,0.658,0.658,0,0.667,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.215,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.257,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0546,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0663,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.157,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.214,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.214,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.343,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.171,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857,0 -0.333,0.144,0.361,0.361,0,0.7,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0.667,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.713,0,0.214,0 -0.667,0.273,0.584,0.584,0,0.233,1,1,1,0.0333,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0428,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.101,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.319,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.21,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0.467,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.147,0 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.199,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.338,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.126,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0992,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.257,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.128,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0.638,0.383,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.416,0.0428,0 -0.667,0.235,0.287,0.287,0,0.217,0.84,0.84,0.84,0,0,0.817,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.405,0.14,0 -1,0.328,0.297,0.297,0,0.0167,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.482,0.0857,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428,0 -0.667,0.148,0.491,0.491,0,0.467,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.428,0 -1,0.273,0.584,0.584,0,0,1,1,1,0.167,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.302,0,0.0857,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0.533,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.406,0,0.0428,0 -1,0.413,0.658,0.658,0,0.467,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.211,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0.319,0.383,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.421,0.293,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.333,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.616,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.759,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.278,0.171,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.342,0.128,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.556,0.0857,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.212,0.0428,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.258,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.343,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.23,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.214,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.3,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.289,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0768,0.334,0.334,0,0.717,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.136,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.163,0.436,0.436,0,0.883,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -1,0.162,0.315,0.315,0,0.217,0.82,0.82,0.82,0,0.319,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.195,0.171,0 -1,0.156,0.213,0.213,0,0.25,0.82,0.82,0.82,0,0,0.483,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.212,0.471,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0987,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.109,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.493,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0.417,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.307,0,0.013,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0.283,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.611,0,0.0428,0 -0.667,0.235,0.297,0.297,0,0.233,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0,0.0857,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.214,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.343,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0.667,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.606,0,0.0857,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0.0333,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.411,0,0.0857,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.266,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -1,0.263,0.213,0.213,0,0.217,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.667,0.153,0.222,0.222,0,0.717,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.257,0 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128,0 -0.667,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.128,0 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.214,0 -0.333,0.142,0.297,0.297,0,0.7,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0428,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.171,0 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0428,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.269,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0834,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.132,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.128,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.442,0 -0,0.0495,0.232,0.232,0,0.217,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428,0 -0.333,0.143,0.222,0.222,0,0.0167,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.3,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.128,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.428,0 -0.333,0.144,0.361,0.361,0,0.217,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.214,0 -0.667,0.247,0.491,0.491,0,0.0167,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.128,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0.917,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.664,0,0.0428,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0.0167,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.238,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.098,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.215,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0.467,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.193,0 -1,0.0495,0.306,0.306,0,0.467,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.121,0 -1,0.0768,0.334,0.334,0,0.217,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.116,0 -1,0.222,0.398,0.398,0,0.0167,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0582,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.128,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0428,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428,0 -0.667,0.247,0.491,0.491,0,0.217,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.327,0 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128,0 -1,0.467,0.621,0.621,0,0.433,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.257,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.29,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0896,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.461,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.145,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0428,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.394,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.136,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.442,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0827,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0.319,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.106,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0.319,0.233,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.386,0.171,0 -0.333,0.142,0.297,0.297,0,0.217,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.394,0,0 -0.333,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428,0 -1,0.345,0.491,0.491,0,0.667,0.96,0.96,0.96,0.417,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.501,0,0.171,0 -1,0.384,0.584,0.584,0,0,1,1,1,0.283,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.593,0,0.0857,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0.638,0.233,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.409,0.199,0.128,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.132,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.428,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0.217,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.343,0 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.116,0 -1,0.0768,0.334,0.334,0,0.433,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.149,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.58,0 -0.667,0.163,0.436,0.436,0,0.933,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.357,0 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0857,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.257,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.386,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.193,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0428,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.301,0 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0715,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0.957,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.519,0.0796,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.717,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.51,0.14,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.807,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.711,0.0857,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.445,0.0857,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.45,0.257,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.735,0.0857,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.0579,0.214,0 -0,0.0495,0.361,0.361,0,0.233,0.88,0.88,0.88,0,0,0,0.258,0.465,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.3,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0.167,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.263,0,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0.767,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.331,0,0.0428,0 -1,0.467,0.621,0.621,0,0.467,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.348,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0.667,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.676,0,0.214,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0.0333,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.244,0,0.0857,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.162,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.168,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.128,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.667,0.142,0.297,0.297,0,0.717,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128,0 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.343,0 -0.667,0.148,0.491,0.491,0,0.65,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.385,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.385,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.214,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.17,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.195,0 -0.667,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.258,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.278,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.174,0 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0629,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.321,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.419,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.219,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.231,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.171,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857,0 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0.7,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.677,0,0.0428,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0.957,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.342,0,0 -1,0.222,0.398,0.398,0,0.233,0.76,0.76,0.76,0,0,0.883,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.404,0.18,0 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.0833,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.334,0.0856,0 -1,0.387,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.648,0.17,0 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.481,0.214,0 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.814,0,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.68,0.214,0 -0.667,0.237,0.222,0.222,0,0.217,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.842,0.171,0 -0.667,0.235,0.259,0.259,0,0.25,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.797,0.128,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.389,0,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.523,0.25,0 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.593,0.0857,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428,0 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857,0 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.128,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.106,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.208,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.408,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.133,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0982,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0.638,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.246,0.416,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0.319,0.633,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.643,0.112,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0.333,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.514,0,0 -0.333,0.144,0.361,0.361,0,0.233,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.709,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.394,0.0857,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.385,0 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857,0 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428,0 -0.667,0.275,0.639,0.639,0,0.233,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.277,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.344,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.28,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0.717,0.72,0.72,0.72,0.417,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.302,0,0,0 -1,0.0768,0.334,0.334,0,0.933,0.72,0.72,0.72,0.517,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0934,0,0.0858,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.44,0 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.171,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.214,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.194,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.13,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0.417,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.436,0,0.3,0 -1,0.384,0.584,0.584,0,0.717,1,1,1,0.517,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.431,0,0.0857,0 -1,0.467,0.621,0.621,0,0.217,0.96,0.96,0.96,0,0.319,0.383,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.374,0.542,0.3,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.333,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.547,0.343,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.65,0.128,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.257,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.425,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.098,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.155,0 -1,0.0768,0.334,0.334,0,0.217,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.126,0 -1,0.136,0.398,0.398,0,0.0167,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0303,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.227,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.323,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.4,0 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0857,0 -0.667,0.245,0.232,0.232,0,0.467,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.257,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0615,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857,0 -0.667,0.238,0.361,0.361,0,0.467,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.128,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.128,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.282,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.035,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.257,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.257,0 -0.333,0.156,0.213,0.213,0,0.217,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0999,0 -0.333,0.153,0.222,0.222,0,0.25,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.343,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857,0 -0,0.0495,0.297,0.297,0,0.217,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.171,0 -0.333,0.144,0.361,0.361,0,0.25,0.88,0.88,0.88,0,0.638,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.199,0.0857,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0.233,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.412,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.754,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.473,0.0857,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.237,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0715,0 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0.319,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.254,0.18,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0.319,0.483,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.325,0.0932,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428,0 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.171,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857,0 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857,0 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.343,0 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.343,0 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0715,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.138,0 -0.667,0.0495,0.396,0.396,0,0.233,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.257,0 -0.667,0.154,0.212,0.212,0,0.05,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.214,0 -0.333,0.0495,0.221,0.221,0,0.183,0.8,0.8,0.8,0,0,0,0.258,0.465,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.667,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.667,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857,0 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.0968,0,0.214,0 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0.683,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.71,0,0,0 -0.667,0.233,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.587,0,0.257,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.062,0,0.171,0 -0.667,0.268,0.58,0.58,0,0.333,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.514,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0436,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.171,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0658,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0428,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.188,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0.66,0.367,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.616,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.55,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.232,0.0857,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.343,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0963,0 -1,0.338,0.488,0.488,0,0.467,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.257,0 -1,0.377,0.58,0.58,0,0.7,1,1,1,0,0.319,0.633,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.416,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0.283,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.397,0.335,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.469,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.147,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.261,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.175,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.128,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.103,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0857,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.214,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0.667,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.559,0,0.434,0 -1,0.338,0.488,0.488,0,0.467,0.96,0.96,0.96,0.0167,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.132,0,0.0827,0 -1,0.377,0.58,0.58,0,0.233,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0962,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0.957,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.256,0.168,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0.0426,0.683,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.764,0.154,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.524,0.29,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.297,0.228,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.379,0.214,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0601,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.34,0 -0.667,0.162,0.432,0.432,0,0.467,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0653,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.257,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0428,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0.319,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.0932,0.0857,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0.681,0.35,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.977,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0.333,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.508,0.0857,0 -0.333,0.14,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.153,0.171,0 -0.667,0.233,0.359,0.359,0,0.483,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.443,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0428,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.171,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0646,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0.66,0.117,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.318,0.0428,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0.567,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.453,0.0857,0 -0.333,0.14,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.0225,0.0428,0 -0.667,0.233,0.359,0.359,0,0.95,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.171,0 -1,0.377,0.58,0.58,0,0,1,1,1,0.667,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.475,0,0.343,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.25,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.195,0,0.0428,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0.167,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.261,0,0.0857,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0.75,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.569,0,0.0428,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.135,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.229,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0763,0.331,0.331,0,0.217,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0465,0 -0.667,0.135,0.396,0.396,0,0.717,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857,0 -0.333,0.145,0.23,0.23,0,0.217,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.277,0 -0.667,0.232,0.221,0.221,0,0.483,0.84,0.84,0.84,0.683,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.533,0,0.128,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.216,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857,0 -1,0.377,0.58,0.58,0,0,1,1,1,0.417,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.479,0,0.171,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.5,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.534,0,0.0857,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.551,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.706,0,0.122,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.171,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0913,0 -1,0.16,0.313,0.313,0,0.3,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.667,0.24,0.23,0.23,0,0.75,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.257,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214,0 -0,0.0495,0.359,0.359,0,0.233,0.88,0.88,0.88,0,0,0,0.258,0.465,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.771,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.128,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.126,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.355,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.171,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.667,0.0495,0.432,0.432,0,0.3,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.667,0.16,0.313,0.313,0,0.167,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0642,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.166,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.214,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0857,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214,0 -0.667,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857,0 -1,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857,0 -1,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0857,0 -1,0.187,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.257,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.125,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0956,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.22,0.396,0.396,0,0.467,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.407,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.157,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.296,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.136,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0943,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.214,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.128,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0.957,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.585,0.0489,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0.0426,0.45,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.633,0.247,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.162,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0428,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.3,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.385,0 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.333,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0.167,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.265,0,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0.75,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.416,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.608,0,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.608,0,0.0857,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.48,0,0.343,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0887,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.188,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.155,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.148,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.214,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.296,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0428,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.3,0 -0.333,0.14,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -0.667,0.233,0.359,0.359,0,0.483,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.683,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.64,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.153,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.728,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.64,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.154,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.214,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.125,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.187,0 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0844,0 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0857,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.214,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0.319,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.246,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0.34,0.45,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.145,0.0857,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.598,0.171,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.367,0.337,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.532,0.642,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.338,0.128,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.367,0.128,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.534,0.128,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.503,0.128,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.244,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.121,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.2,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0.1,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.685,0.0428,0 -0.333,0.145,0.23,0.23,0,0.717,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.201,0.214,0 -0.333,0.141,0.221,0.221,0,0.917,0.84,0.84,0.84,0,0,0.05,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0857,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.257,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.246,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.535,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.255,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.377,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.498,0 -1,0.162,0.432,0.432,0,0.233,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.148,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.235,0 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.146,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.23,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.414,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.14,0.285,0.285,0,0.05,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.667,0.23,0.294,0.294,0,0.183,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.3,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0428,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0857,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.145,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.171,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0683,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0.683,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.581,0,0.0941,0 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.254,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.145,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.343,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.171,0 -0.667,0.14,0.294,0.294,0,0.3,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -1,0.338,0.488,0.488,0,0.1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0857,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.389,0 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.379,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.145,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.394,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0973,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0857,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0428,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0428,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428,0 -1,0.324,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.171,0 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128,0 -1,0.377,0.58,0.58,0,0.183,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.319,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.128,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0,0 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.39,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.187,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.166,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.204,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.196,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.257,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.128,0 -0.333,0.0495,0.221,0.221,0,0.217,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.333,0.145,0.23,0.23,0,0.483,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.171,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428,0 -0.667,0.242,0.488,0.488,0,0.967,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.3,0 -1,0.377,0.58,0.58,0,0.2,1,1,1,0.667,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.684,0,0.128,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.0167,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.375,0,0.0428,0 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.171,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -0.667,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857,0 -0.667,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.214,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.231,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.108,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.273,0 -0.667,0.16,0.313,0.313,0,0.233,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.214,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0857,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857,0 -0.333,0.146,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.3,0 -0.667,0.268,0.58,0.58,0,0.717,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.177,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.178,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.393,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.235,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.183,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.201,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0857,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.328,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0,0.0495,0.23,0.23,0,0.717,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0436,0 -0.667,0.232,0.221,0.221,0,0.683,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -0.333,0.146,0.488,0.488,0,0.467,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.257,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.128,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.167,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.374,0,0.334,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0.75,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.309,0,0.194,0 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.304,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.214,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,1,0.1,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0.691,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0.817,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.939,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.158,0.246,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.131,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.247,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.197,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.3,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.257,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0.66,0.117,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.00965,0.0857,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0.333,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -1,0.324,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0,0 -1,0.377,0.58,0.58,0,0.183,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.342,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.273,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.165,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0689,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.0495,0.432,0.432,0,0.3,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0.106,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.138,0,0 -1,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0.553,0.45,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.678,0,0 -0.667,0.25,0.221,0.221,0,0.75,0.8,0.8,0.8,0,0,0.467,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.447,0,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.112,0.441,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0.683,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.603,0,0.0857,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.688,0,0.0857,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0.426,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.615,0.19,0.385,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0.234,0.45,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.781,0.0428,0 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.555,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.214,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.081,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.251,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.509,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.295,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0428,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.128,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.292,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.128,0 -1,0.258,0.212,0.212,0,0.233,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0963,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.166,0 -0.667,0.24,0.23,0.23,0,0.05,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.141,0.221,0.221,0,0.883,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0.319,0.45,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.355,0,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.482,0.343,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.228,0.3,0 -1,0.324,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -1,0.338,0.488,0.488,0,0.167,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.257,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0857,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0857,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -0.667,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -0.667,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0428,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.325,0 -0.667,0.274,0.432,0.432,0,0.217,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.4,0 -0.333,0.16,0.313,0.313,0,0.95,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0428,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.3,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.343,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -0,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0,0 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0857,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.167,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.237,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.171,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.128,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.343,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.171,0 -0.333,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0.417,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.448,0,0.0428,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0.267,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.46,0,0.0782,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.368,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.257,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.301,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.473,0 -1,0.381,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0942,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.169,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.128,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.333,0.14,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -0.667,0.233,0.359,0.359,0,0.25,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.167,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.229,0,0,0 -1,0.268,0.58,0.58,0,0,1,1,1,0.75,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.691,0,0.128,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.541,0,0.257,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.712,0,0.128,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.728,0,0.162,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.211,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.365,0 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.149,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.253,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0.417,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.44,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0.267,0.66,0.117,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.569,0.0428,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.333,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.629,0.0428,0 -0.667,0.232,0.221,0.221,0,0.7,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.445,0.0857,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.55,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.32,0.0428,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.214,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0.417,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.508,0,0.367,0 -1,0.377,0.58,0.58,0,0,1,1,1,0.267,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.553,0,0.31,0 -1,0.461,0.616,0.616,0,0.717,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.0985,0,0.0857,0 -1,0.59,0.653,0.653,0,0.917,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.263,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.184,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.385,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0504,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.156,0 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.257,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0741,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.128,0 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128,0 -0.667,0.233,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.471,0 -0.667,0.242,0.488,0.488,0,0.25,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.214,0 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.214,0 -0.667,0.324,0.616,0.616,0,0.967,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0857,0 -1,0.59,0.653,0.653,0,0.667,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.214,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0499,0.304,0.304,0,0.3,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.103,0.331,0.331,0,0.167,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.667,0.162,0.432,0.432,0,0.8,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -1,0.16,0.313,0.313,0,0.367,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0428,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0969,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.311,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.213,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.214,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0.5,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.43,0,0.472,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0.183,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.666,0,0.0857,0 -0.333,0.141,0.359,0.359,0,0.233,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.233,0,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0.683,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.346,0,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0428,0 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0.683,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.448,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0857,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.128,0 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.114,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.121,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0522,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -1,0.27,0.313,0.313,0,0.8,0.82,0.82,0.82,0,0.745,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.182,0,0 -1,0.362,0.212,0.212,0,0.6,0.82,0.82,0.82,0,0.255,0.683,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.527,0.128,0 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.59,0.171,0 -1,0.335,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.561,0,0 -1,0.324,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.474,0.214,0 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.566,0.0428,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.24,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0627,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -1,0.338,0.488,0.488,0,0.8,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128,0 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.3,0 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0,0 -1,0.59,0.653,0.653,0,0.25,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0857,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.128,0 -0.667,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.178,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.116,0 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.231,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.328,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.321,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.128,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0.667,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.572,0,0.147,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0.0167,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.582,0,0.426,0 -1,0.338,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.161,0,0.238,0 -1,0.377,0.58,0.58,0,0.717,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.273,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0.319,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.227,0.0857,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0.883,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,1,0.171,0 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0.0333,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.13,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.224,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.348,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.151,0 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.257,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.257,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.343,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.667,0.23,0.285,0.285,0,0.233,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.257,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128,0 -1,0.377,0.58,0.58,0,0.933,1,1,1,0.683,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.761,0,0.121,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.128,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0.638,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.399,0.323,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0.0213,0.867,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.542,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0.517,0.393,0.451,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.643,0.0428,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.77,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0.638,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0.556,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0.63,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0.667,0.0495,0.396,0.396,0,0.217,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.337,0 -0.667,0.277,0.432,0.432,0,0.733,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0863,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.257,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.333,0.143,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428,0 -0.333,0.144,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -0.667,0.252,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.128,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.214,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.236,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.207,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.136,0.396,0.396,0,0.217,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0601,0 -0.667,0.277,0.432,0.432,0,0.983,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.274,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.265,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.396,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.545,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.133,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0558,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.484,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.165,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.146,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428,0 -0.667,0.289,0.58,0.58,0,0.233,1,1,1,0.667,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.535,0,0.128,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0.0167,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.122,0,0.128,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.429,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857,0 -1,0.397,0.543,0.543,0,0.717,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.206,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0.667,0.0495,0.396,0.396,0,0.217,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.667,0.163,0.432,0.432,0,0.25,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.126,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0428,0 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.287,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.125,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.137,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0.417,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.521,0,0.396,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0.267,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.441,0,0.257,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0.319,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.227,0,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0.883,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.33,0,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.0167,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.593,0,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.638,0.128,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.492,0.214,0 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.392,0.0857,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.87,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.379,0.128,0 -0.333,0.151,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.277,0 -0.667,0.289,0.58,0.58,0,0.0167,1,1,1,0.417,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.365,0,0.306,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.5,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.577,0,0.0428,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.324,0,0.214,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0857,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.0428,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.137,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.128,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.667,0.156,0.212,0.212,0,0.217,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.667,0.256,0.221,0.221,0,0.25,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.257,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.428,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.343,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.171,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.237,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428,0 -1,0.668,0.653,0.653,0,0.217,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128,0 -1,0.788,0.635,0.635,0,0.0167,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0.319,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.14,0.302,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0.217,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.58,0.266,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.307,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.139,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0775,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.199,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.215,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0.417,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.467,0,0.25,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0.267,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.394,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0458,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.26,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128,0 -0.333,0.142,0.258,0.258,0,0.717,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171,0 -0.333,0.142,0.285,0.285,0,0.233,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -0.333,0.144,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428,0 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0.683,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.626,0,0.0428,0 -1,0.408,0.58,0.58,0,0.467,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.146,0,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.257,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.239,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.102,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0591,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0857,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.396,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0.417,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.492,0,0.106,0 -1,0.408,0.58,0.58,0,0.467,1,1,1,0.267,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.521,0,0.171,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.343,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.144,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.187,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.132,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.15,0 -1,0.387,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.227,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.128,0 -0.333,0.147,0.23,0.23,0,0.217,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.471,0 -0.333,0.143,0.221,0.221,0,0.0167,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.214,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.128,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.338,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.3,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0641,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0698,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.33,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.201,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.166,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.128,0 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.551,0 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.199,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0132,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.166,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.216,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0.217,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.05,0.304,0.304,0,0.25,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.147,0 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0412,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.196,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.181,0 -0.667,0.274,0.313,0.313,0,0.717,0.82,0.82,0.82,0.667,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.516,0,0.171,0 -0.667,0.263,0.212,0.212,0,0.483,0.82,0.82,0.82,0.0167,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -0,0.0495,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -0.667,0.252,0.488,0.488,0,0.25,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.683,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.813,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.294,0,0.0857,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0857,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0856,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.128,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.172,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.214,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.171,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.171,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0.957,0.133,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.518,0.0428,0 -1,0.518,0.616,0.616,0,0.717,0.96,0.96,0.96,0,0,0.533,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.823,0.128,0 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.693,0.214,0 -1,0.788,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.375,0.104,0 -1,0.571,0.543,0.543,0,0.65,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.25,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.293,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0877,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -1,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0717,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0512,0 -1,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.276,0 -0.667,0.237,0.221,0.221,0,0.467,0.84,0.84,0.84,0.667,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.579,0,0.395,0 -0.667,0.235,0.258,0.258,0,1,0.84,0.84,0.84,0.25,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.664,0,0.0857,0 -0.667,0.235,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.55,0,0,0 -0.667,0.236,0.294,0.294,0,0.183,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.703,0,0.128,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.728,0,0.128,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.688,0,0.128,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.62,0,0.257,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.628,0,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.499,0,0.257,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.129,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.252,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.157,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.12,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.214,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0857,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.214,0 -0.333,0.142,0.285,0.285,0,0.217,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.667,0.236,0.294,0.294,0,0.25,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428,0 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0.417,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.401,0,0.0428,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.267,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.696,0,0.128,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.54,0,0.0857,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.535,0,0.171,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.542,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -0.667,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0982,0 -0.667,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.291,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0.638,0.133,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.135,0.281,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0.317,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.171,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.3,0 -0.667,0.252,0.488,0.488,0,0.217,0.96,0.96,0.96,0.167,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.243,0,0,0 -1,0.289,0.58,0.58,0,0.733,1,1,1,0.517,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.411,0,0.257,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.494,0,0.0857,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0857,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.324,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.333,0.163,0.432,0.432,0,0.717,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428,0 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.214,0 -0,0.0495,0.221,0.221,0,0.233,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.214,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0.683,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.895,0,0.128,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.672,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.204,0,0.128,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0.167,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.306,0,0.3,0 -1,0.408,0.58,0.58,0,0,1,1,1,0.75,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.457,0,0.214,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.718,0,0.182,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.548,0,0.0428,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.784,0,0.2,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.353,0,0.0992,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0686,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0813,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.149,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.316,0 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0846,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.124,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.128,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.204,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -0.667,0.252,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.214,0 -0.667,0.289,0.58,0.58,0,0.983,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.214,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128,0 -0.333,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.3,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.206,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.171,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.234,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.262,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.101,0 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.279,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.296,0 -0.667,0.256,0.221,0.221,0,0.217,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.13,0 -0.333,0.147,0.23,0.23,0,0.733,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0857,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.413,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.458,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.318,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428,0 -1,0.353,0.488,0.488,0,0.467,0.96,0.96,0.96,0.667,0.638,0.383,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.516,0.357,0.0857,0 -1,0.408,0.58,0.58,0,0,1,1,1,0.683,0,0.283,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.486,0.51,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.0167,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.185,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0.667,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.61,0,0.0428,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0.0167,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.171,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.667,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.667,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0.917,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.703,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.3,0 -1,0.408,0.58,0.58,0,0.217,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171,0 -1,0.518,0.616,0.616,0,0.733,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.6,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.346,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.229,0 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -1,0.0495,0.313,0.313,0,0.717,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0996,0 -1,0.256,0.221,0.221,0,0.217,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -0.667,0.245,0.23,0.23,0,0.25,0.8,0.8,0.8,0.667,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.591,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0.0167,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.214,0,0.171,0 -1,0.328,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.363,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0.417,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.351,0,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0.267,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.521,0,0.088,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0.319,0.383,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.329,0.307,0.525,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0.517,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.416,0.232,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.394,0.257,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.342,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.111,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.257,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0658,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.254,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0827,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.171,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.363,0 -0.333,0.151,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.29,0 -1,0.408,0.58,0.58,0,0.25,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.479,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.235,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.327,0 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0702,0 -0.667,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0724,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.174,0 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.231,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0.667,0.638,0.217,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.489,0.685,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0.25,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.552,0.887,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.395,0.0428,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.654,0.0428,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.625,0.128,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.764,0.257,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.074,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428,0 -0.333,0.151,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.214,0 -1,0.408,0.58,0.58,0,0.5,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.214,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.13,0 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.108,0 -0.667,0.277,0.432,0.432,0,0.467,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.326,0 -0.333,0.162,0.313,0.313,0,0.25,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0857,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.265,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.196,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.167,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0.638,0.133,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.421,0.0428,0 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.0833,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.412,0.0857,0 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.344,0,0 -0.667,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.539,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.46,0.385,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.455,0.125,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.325,0,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -1,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -0.667,0.0495,0.304,0.304,0,0.467,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -0.667,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.072,0 -0.333,0.0495,0.432,0.432,0,0.217,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.333,0.162,0.313,0.313,0,0.25,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0428,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.165,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.3,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0.167,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.312,0,0.171,0 -0.333,0.169,0.58,0.58,0,0,1,1,1,0.517,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.475,0,0.257,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0.683,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.737,0,0.171,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0,0 -0.667,0.296,0.635,0.635,0,0.467,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428,0 -1,0.397,0.543,0.543,0,0.483,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.306,0 -1,0.104,0.331,0.331,0,0.217,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.262,0 -1,0.222,0.396,0.396,0,0.0167,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.18,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.128,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.128,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.3,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.128,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.389,0 -1,0.518,0.616,0.616,0,0.467,0.96,0.96,0.96,0.167,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.29,0,0.214,0 -1,0.668,0.653,0.653,0,0.25,0.94,0.94,0.94,0.517,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.413,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.728,0,0.128,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.0968,0,0.171,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0.417,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.404,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0.5,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.238,0,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.204,0 -0.667,0.256,0.221,0.221,0,0.217,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0,0 -1,0.343,0.23,0.23,0,0.0167,0.8,0.8,0.8,0,0,0,0.23,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128,0 -0.333,0.144,0.359,0.359,0,0.95,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.3,0 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.343,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.343,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128,0 -0.333,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.172,0 -0.667,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.116,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.184,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.146,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.323,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.114,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0992,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.214,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.171,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.343,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0857,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -0.667,0.542,0.635,0.635,0,0.217,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857,0 -0.667,0.223,0.543,0.543,0,0.733,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.32,0 -0.667,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428,0 -0.667,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.257,0 -0.667,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0428,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.253,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.509,0 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0565,0 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.131,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428,0 -0.333,0.144,0.359,0.359,0,0.717,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.213,0 -1,0.353,0.488,0.488,0,0.717,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.134,0 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.477,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.378,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428,0 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.343,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.128,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0428,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.119,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.3,0 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0857,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.376,0 -0.667,0.263,0.212,0.212,0,0.233,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.128,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.339,0 -0.333,0.147,0.23,0.23,0,0.717,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0,0 -0.333,0.143,0.221,0.221,0,0.483,0.84,0.84,0.84,0.167,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.261,0,0.0857,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0.517,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.286,0,0.171,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.171,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.257,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.674,0 -0.667,0.289,0.58,0.58,0,0.95,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.356,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.185,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -0.333,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0629,0 -0,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0428,0 -0.333,0.162,0.313,0.313,0,0.717,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.333,0.156,0.212,0.212,0,0.483,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0.638,0.133,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.376,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.533,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.595,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.111,0.33,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.142,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.663,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214,0 -0.667,0.239,0.359,0.359,0,0.717,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.428,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.428,0 -0.333,0.206,0.616,0.616,0,0.467,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428,0 -0.333,0.256,0.653,0.653,0,0.25,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.171,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.168,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0369,0 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0.638,0.383,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.36,0.141,0 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0.517,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.274,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.194,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0857,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.257,0 -0.333,0.143,0.221,0.221,0,0.467,0.84,0.84,0.84,0,0.319,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.172,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.667,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.338,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.714,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.797,0.214,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.293,0.0428,0 -1,0.353,0.488,0.488,0,0.233,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.273,0.0428,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.329,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.167,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.265,0,0.345,0 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0.517,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.816,0,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.551,0,0.392,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.171,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.128,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.143,0 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.221,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.255,0 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0717,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.171,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.135,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0.917,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.679,0,0,0 -0.667,0.252,0.488,0.488,0,0.467,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857,0 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0428,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.257,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0857,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857,0 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.232,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.171,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.331,0 -1,0.286,0.315,0.315,0,0.633,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.452,0 -1,0.392,0.213,0.213,0,0.7,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.331,0 -1,0.381,0.222,0.222,0,0.35,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.161,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.385,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0.333,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.269,0,0.0428,0 -0.667,0.249,0.259,0.259,0,0.483,0.84,0.84,0.84,0.367,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.48,0,0.128,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.259,0.361,0.361,0,0.133,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.348,0 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.227,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.168,0 -1,0.806,0.658,0.658,0,0.483,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.369,0 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0727,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.257,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.385,0 -1,0.0495,0.436,0.436,0,0.133,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -1,0.168,0.315,0.315,0,0.583,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.145,0 -1,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.471,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0.213,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.135,0.3,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0.426,0.45,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.593,0.385,0 -0.667,0.15,0.297,0.297,0,0.633,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.547,0,0 -0.667,0.259,0.361,0.361,0,0.0833,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.58,0,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.844,0.128,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.772,0.128,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.153,0.293,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.159,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.169,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.218,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.126,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.128,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.214,0 -0.333,0.149,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428,0 -0.333,0.149,0.287,0.287,0,0.0167,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.128,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0428,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428,0 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.236,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.27,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.171,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0.417,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.448,0,0.0857,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0.283,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.107,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.192,0 -1,0.139,0.398,0.398,0,0.483,0.76,0.76,0.76,0.917,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.837,0,0.251,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0.0167,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.664,0,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.0849,0,0.203,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.128,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.31,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.333,0.168,0.491,0.491,0,0.467,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.327,0 -1,0.501,0.584,0.584,0,0.0167,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.257,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.171,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.214,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.124,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.253,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.136,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0906,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.168,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.244,0 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.565,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0428,0 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.257,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428,0 -0.667,0.251,0.297,0.297,0,0.967,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -1,0.363,0.361,0.361,0,0.483,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.667,0.286,0.491,0.491,0,0.467,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.343,0 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0428,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.3,0 -1,0.806,0.658,0.658,0,0.183,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.128,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.37,0 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.212,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0713,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0857,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.343,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.257,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0.638,0.383,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.201,0.0857,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0.533,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.405,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.394,0.128,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0.417,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.452,0,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0.283,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.643,0,0.128,0 -0.667,0.286,0.491,0.491,0,0.717,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.504,0,0.214,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.781,0,0.128,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.136,0,0.0428,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0857,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.183,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0932,0 -1,0.0781,0.334,0.334,0,0.233,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.177,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.293,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.567,0 -1,0.404,0.315,0.315,0,0.217,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.506,0 -0.667,0.278,0.213,0.213,0,0.5,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.177,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0253,0 -0.333,0.154,0.232,0.232,0,0.233,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.257,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428,0 -0.333,0.0495,0.287,0.287,0,0.483,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.118,0 -0.667,0.554,0.658,0.658,0,0.717,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.214,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.414,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.111,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.127,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.245,0 -1,0.167,0.436,0.436,0,0.133,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0995,0 -0.667,0.0495,0.315,0.315,0,0.583,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.667,0.278,0.213,0.213,0,0.633,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.257,0 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.171,0 -0.667,0.259,0.232,0.232,0,0.783,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.377,0 -1,0.349,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.116,0 -1,0.349,0.287,0.287,0,0.383,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122,0 -1,0.351,0.297,0.297,0,0.817,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.143,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.168,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.335,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.267,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0.638,0.05,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.193,0.199,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.633,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.486,0.257,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.315,0.111,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.257,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0858,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0789,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.107,0 -1,0.164,0.213,0.213,0,0.633,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.158,0 -1,0.27,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.189,0 -1,0.364,0.232,0.232,0,0.3,0.8,0.8,0.8,0.0833,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.183,0,0.258,0 -1,0.352,0.222,0.222,0,0.233,0.84,0.84,0.84,0.85,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.73,0,0.083,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.481,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.3,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0857,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0455,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.277,0 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.321,0 -0.333,0.168,0.315,0.315,0,0.717,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0415,0 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.346,0 -0.333,0.16,0.222,0.222,0,1,0.8,0.8,0.8,0.7,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.716,0,0.0428,0 -0.333,0.154,0.232,0.232,0,0.9,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.572,0,0.0428,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.718,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.333,0.15,0.297,0.297,0,0.217,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214,0 -0.333,0.154,0.361,0.361,0,0.0167,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0.417,0.319,0.45,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.53,0.465,0.0857,0 -1,0.501,0.584,0.584,0,0,1,1,1,0.517,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.11,0.596,0.0428,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.302,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.425,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0696,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.108,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.098,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.36,0 -0.667,0.286,0.315,0.315,0,0.467,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0431,0 -0.333,0.164,0.213,0.213,0,0.5,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.171,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.385,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.317,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.302,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.093,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.214,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.141,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0.319,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.116,0,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.217,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.547,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.449,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.482,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.128,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.128,0 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.385,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.385,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857,0 -0,0.0495,0.361,0.361,0,0,0.88,0.88,0.88,0.167,0,0,0.258,0.465,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.226,0,0.248,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.767,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.253,0,0.206,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.34,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.127,0 -0.667,0.554,0.658,0.658,0,0.233,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.225,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.514,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0.667,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.645,0,0.128,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0.0333,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0.638,0.133,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.251,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0.319,0.317,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.268,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0.683,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.386,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.601,0.171,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.452,0.343,0 -0.667,0.251,0.297,0.297,0,0.467,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.621,0.0428,0 -1,0.363,0.361,0.361,0,0.483,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.603,0.214,0 -1,0.404,0.491,0.491,0,0.5,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.33,0.257,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.268,0.428,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.483,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.307,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.082,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.168,0 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.337,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.172,0 -0.667,0.168,0.315,0.315,0,0.717,0.82,0.82,0.82,0.167,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.331,0,0.182,0 -0.667,0.278,0.213,0.213,0,0.967,0.82,0.82,0.82,0.767,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.48,0,0.388,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.623,0,0.0857,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.171,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.128,0 -0,0.0495,0.491,0.491,0,0.467,0.96,0.96,0.96,0,0,0,0.258,0.465,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.128,0 -0.333,0.2,0.584,0.584,0,0.0167,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.214,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.248,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.257,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.135,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.24,0 -1,0.139,0.398,0.398,0,0.483,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.349,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.363,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.146,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.21,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.333,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.309,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0.319,0.217,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.357,0.171,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.725,0.0428,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.171,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0686,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.286,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.216,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.192,0 -1,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428,0 -1,0.154,0.232,0.232,0,0.633,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857,0 -0.667,0.15,0.222,0.222,0,0.0833,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.171,0 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.23,0 -0.667,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0.7,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.745,0,0.128,0 -0.667,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.418,0,0.428,0 -0.667,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0.319,0.3,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.316,0.412,0,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.383,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.457,0.0857,0 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.214,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -0.667,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.241,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0428,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.128,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.214,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.257,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.333,0.15,0.297,0.297,0,0.233,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128,0 -0.667,0.259,0.361,0.361,0,0.483,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.167,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.287,0,0.0428,0 -0.333,0.2,0.584,0.584,0,0,1,1,1,0.533,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.282,0,0,0 -0.333,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857,0 -0.333,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857,0 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0775,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.301,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.101,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0651,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.468,0 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.282,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.201,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0.417,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.462,0,0.0992,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0.283,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.537,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0.638,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.265,0.338,0.0857,0 -0.333,0.149,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0.883,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0836,0,0 -0.333,0.149,0.287,0.287,0,0.5,0.84,0.84,0.84,0,0,0.0333,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.128,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.24,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.394,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.214,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.0841,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.11,0 -1,0.0781,0.334,0.334,0,0.217,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -0.667,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,0.638,0.383,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.106,0.0951,0 -0.333,0.167,0.436,0.436,0,0.233,0.8,0.8,0.8,0,0,0.3,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.289,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.498,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.318,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.252,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.156,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.284,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0934,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.128,0 -0.333,0.15,0.297,0.297,0,0.233,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0428,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.165,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.7,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.684,0,0.214,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.555,0,0.214,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.747,0,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.72,0,0.0857,0 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.299,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0791,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0717,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0,0 -0.333,0.0495,0.213,0.213,0,0.483,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.176,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.214,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0,0.0495,0.222,0.222,0,0.717,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.343,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0.638,0.133,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.185,0.0857,0 -1,0.501,0.584,0.584,0,0,1,1,1,0.167,0,0.783,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.173,0,0.0857,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0.533,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.72,0,0.0428,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.615,0,0.0428,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.153,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.257,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.119,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0722,0 -0.667,0.0495,0.334,0.334,0,0.717,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -0.667,0.139,0.398,0.398,0,0.483,0.76,0.76,0.76,0.167,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.26,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0.533,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.216,0,0.0857,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.128,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.214,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.3,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857,0 -0.333,0.15,0.297,0.297,0,0.233,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.214,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0.319,0.133,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.381,0.128,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0.783,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.67,0.128,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.0531,0.0428,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.128,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.132,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0898,0 -1,0.286,0.315,0.315,0,0.233,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.407,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0806,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.126,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.257,0 -0.333,0.15,0.222,0.222,0,0.133,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428,0 -0.333,0.149,0.259,0.259,0,0.833,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.282,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0,0 -0.333,0.168,0.491,0.491,0,0.633,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171,0 -0.667,0.351,0.584,0.584,0,0.7,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0428,0 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0.583,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.499,0,0.141,0 -1,0.806,0.658,0.658,0,0.0667,0.94,0.94,0.94,0.35,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.109,0,0.527,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0.319,0.3,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.278,0.201,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0.617,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.704,0.0857,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0.182,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0428,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0428,0 -1,0.0495,0.398,0.398,0,0.633,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.384,0 -1,0.284,0.436,0.436,0,1,0.8,0.8,0.8,0.0833,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.185,0,0.183,0 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0.617,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.857,0,0,0 -1,0.278,0.213,0.213,0,0.0167,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.667,0.16,0.222,0.222,0,0.133,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428,0 -0.667,0.154,0.232,0.232,0,0.583,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.214,0 -0.333,0.0495,0.222,0.222,0,0.383,0.84,0.84,0.84,0,0,0,0.258,0.465,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.363,0 -0.667,0.249,0.259,0.259,0,1,0.84,0.84,0.84,0,0.957,0.05,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.736,0.0715,0 -1,0.349,0.287,0.287,0,0.3,0.84,0.84,0.84,0,0,0.633,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.568,0.214,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.333,0,0 -1,0.363,0.361,0.361,0,0.133,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857,0 -1,0.404,0.491,0.491,0,0.35,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.214,0 -1,0.501,0.584,0.584,0,0,1,1,1,0.7,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0,0.128,0 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.141,0,0.214,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -0.667,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.171,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.124,0 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -0.667,0.139,0.398,0.398,0,0.233,0.76,0.76,0.76,0,0.319,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.0965,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.683,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.55,0,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.344,0.0857,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.545,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.214,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.22,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.4,0 -1,0.501,0.584,0.584,0,0.483,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.257,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.214,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0.717,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -0.667,0.228,0.398,0.398,0,0.25,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0.638,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.13,0,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0.319,0.633,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.842,0,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.283,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.439,0.0428,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.339,0.3,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0.167,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.256,0,0.214,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0.533,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.402,0,0.0428,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.637,0,0.3,0 -0.333,0.149,0.287,0.287,0,0.467,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.603,0,0.0428,0 -0.667,0.251,0.297,0.297,0,0.733,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0.638,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.445,0.0428,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0.883,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.358,0.0857,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.0333,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.18,0.214,0 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.274,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.184,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.186,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0428,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0.233,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.11,0 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.445,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.118,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.363,0 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.254,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0,0 -0.333,0.149,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0.0167,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0.167,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.238,0,0.214,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.533,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.112,0,0.334,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.19,0 -1,0.656,0.621,0.621,0,0.467,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0748,0 -1,0.806,0.658,0.658,0,0.0167,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.257,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0857,0 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.214,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0.467,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.141,0 -1,0.107,0.334,0.334,0,0.0167,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0484,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.107,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0849,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.142,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.151,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.375,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0.638,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.241,0.214,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0.319,0.633,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.661,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0.283,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.514,0.493,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.204,0.439,0 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.743,0.267,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.037,0.327,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.511,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0911,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.192,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.171,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.214,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.171,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0,0 -0.667,0.259,0.361,0.361,0,0.967,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.214,0 -1,0.404,0.491,0.491,0,0.233,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0.638,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.204,0.128,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0.667,0,0.683,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.574,0.468,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0.0333,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.258,0.543,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.312,0.0428,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.0495,0.436,0.436,0,0.633,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -1,0.404,0.315,0.315,0,0.333,0.82,0.82,0.82,0,0.851,0,0.315,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.527,0,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0.106,0.683,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.621,0,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.209,0,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.495,0.214,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.553,0.0428,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.664,0,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.352,0.128,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.49,0.385,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.49,0.128,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.367,0.468,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857,0 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.128,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0,0 -1,0.168,0.315,0.315,0,0.133,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.152,0 -0.667,0.164,0.213,0.213,0,0.1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0.583,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.676,0,0,0 -1,0.352,0.222,0.222,0,0,0.84,0.84,0.84,0.117,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.0713,0,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.428,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.252,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.168,0 -1,0.363,0.361,0.361,0,0.133,0.88,0.88,0.88,0.7,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.445,0,0.262,0 -1,0.404,0.491,0.491,0,0.1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.552,0,0.107,0 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.664,0,0.257,0 -1,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0.532,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.671,0.0193,0.128,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0.426,0.45,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.261,0,0.128,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.171,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.237,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.224,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0782,0 -0.333,0.172,0.521,0.521,0,0.25,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.257,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.3,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0428,0 -0.333,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0428,0 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0.333,0.0495,0.344,0.344,0,0.217,0.714,0.714,0.714,0.167,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.304,0,0,0 -0.333,0.162,0.355,0.355,0,0.0333,0.697,0.697,0.697,0.817,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.565,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -0.667,0.35,0.588,0.588,0,0.25,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.0857,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.436,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.128,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.128,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.225,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.313,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.132,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0.894,0.183,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.513,0.128,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,1,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0.577,0.0857,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.214,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.257,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -1,0.417,0.433,0.433,0,0.217,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0428,0 -1,0.501,0.588,0.588,0,0.0333,0.815,0.815,0.815,0.733,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.628,0,0.214,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.134,0,0.406,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.355,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.171,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.257,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.224,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.166,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0428,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0428,0 -0.333,0.162,0.355,0.355,0,0.217,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.128,0 -0.333,0.172,0.433,0.433,0,0.283,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0428,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428,0 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.214,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.246,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.235,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.171,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.171,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.336,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.248,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.21,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.1,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0591,0 -0.333,0.164,0.277,0.277,0,0.467,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.128,0 -0.333,0.16,0.266,0.266,0,0.0333,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.214,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0857,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0428,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857,0 -0.667,0.294,0.433,0.433,0,0.25,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.257,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0.167,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.328,0,0.0857,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.567,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.491,0,0.171,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.25,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.214,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0582,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,1,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.139,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.231,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.369,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.476,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.487,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.257,0 -0.333,0.0495,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857,0 -0.667,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.214,0 -1,0.35,0.588,0.588,0,0.217,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.214,0 -1,0.453,0.699,0.699,0,0.0333,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.214,0 -1,0.62,0.788,0.788,0,0.217,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0857,0 -1,0.564,0.765,0.765,0,1,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.219,0 -1,0.356,0.654,0.654,0,0.533,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.255,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.471,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0,0 -1,0.0495,0.521,0.521,0,0.717,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -0.667,0.175,0.377,0.377,0,0.0333,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0.417,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.521,0,0.214,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0.567,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.37,0,0.164,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.12,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.799,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.268,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.184,0 -0.333,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.171,0 -0.333,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.171,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0,0 -0.333,0.309,0.743,0.743,0,0.717,0.815,0.815,0.815,0,0,0,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0,0 -0.667,0.62,0.788,0.788,0,0.283,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.214,0 -0.333,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -0.333,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -0.667,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.102,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0891,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.189,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0.733,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.643,0,0.0857,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.759,0,0.0428,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0.638,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.416,0.0428,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0.255,0.683,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.416,0.171,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.0167,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.756,0.128,0 -0.667,0.274,0.355,0.355,0,0.217,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.613,0,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -0.667,0.35,0.588,0.588,0,0.283,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.3,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.466,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0465,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.222,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0524,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.257,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.0428,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0.25,0.612,0.612,0.612,0.167,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.241,0,0,0 -1,0.236,0.477,0.477,0,0.217,0.646,0.646,0.646,0.817,0.596,0.167,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.297,0.426,0.232,0 -1,0.417,0.521,0.521,0,0.0333,0.68,0.68,0.68,0,0,0.783,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.524,0,0 -0.667,0.301,0.377,0.377,0,0.717,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.389,0,0 -0.667,0.299,0.255,0.255,0,0.283,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0857,0 -0.333,0.17,0.266,0.266,0,0.25,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.128,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0,0 -0.333,0.16,0.266,0.266,0,0.25,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0.667,0.269,0.311,0.311,0,0.5,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0.596,0.167,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.251,0.0428,0 -0.667,0.294,0.433,0.433,0,0.217,0.748,0.748,0.748,0,0,0.3,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.441,0.087,0 -0.667,0.35,0.588,0.588,0,0.0333,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.188,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.257,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.345,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0857,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.171,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.143,0.477,0.477,0,1,0.646,0.646,0.646,0,0.319,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.148,0.32,0 -1,0.172,0.521,0.521,0,0.283,0.68,0.68,0.68,0,0.277,0.667,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.738,0.0906,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0.283,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.205,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0503,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.734,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.214,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.171,0 -0.667,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0.667,0,0,0.405,0.573,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.44,0,0.171,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.317,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.737,0,0.514,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.272,0,0.0428,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.171,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0857,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.771,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.358,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.312,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.428,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.282,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0.638,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.0225,0.388,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0.255,0.683,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.0601,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.267,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.313,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0857,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.51,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.125,0 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.19,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.193,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.611,0 -0.333,0.17,0.266,0.266,0,0.217,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0,0 -0.333,0.164,0.277,0.277,0,0.783,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0918,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.115,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.438,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0.417,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.452,0,0.111,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0.317,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.61,0,0.315,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.141,0,0.116,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.733,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.626,0,0.128,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.351,0 -1,0.0495,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.258,0.465,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.132,0 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0.217,0.646,0.646,0.646,0,0,0,0.309,0.469,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0.283,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.145,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.257,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.246,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.324,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.264,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.1,0 -0.333,0.17,0.266,0.266,0,0.217,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0,0 -0.333,0.164,0.277,0.277,0,0.283,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.086,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857,0 -0.333,0.162,0.355,0.355,0,0.25,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.385,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.128,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.128,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.269,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.171,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.257,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.234,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.667,0.0495,0.255,0.255,0,0.217,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0,0 -0.667,0.17,0.266,0.266,0,0.0333,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0857,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.343,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0857,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.257,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.3,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0.596,0.167,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.444,0.0428,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0.533,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.558,0.0962,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.796,0.0428,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.481,0,0 -1,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0.281,0.1,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.214,0 -1,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.128,0 -1,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0428,0 -1,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857,0 -0.333,0.0495,0.311,0.311,0,0.75,0.714,0.714,0.714,0,0,0,0.258,0.465,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428,0 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.306,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.282,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.0857,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.128,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.128,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0857,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.257,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.212,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.136,0 -0,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0857,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.171,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.177,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0882,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0.596,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.138,0.102,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0.917,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.781,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.267,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.736,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.473,0.0857,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.505,0.0428,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0.733,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.75,0.182,0.257,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.508,0,0.171,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0.596,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.121,0.373,0.214,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.233,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.0691,0.535,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0428,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0.217,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0.0333,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.104,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.102,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.509,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.257,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0.917,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.645,0,0.171,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0.0667,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0428,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0428,0 -0.667,0.35,0.588,0.588,0,0.25,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.0857,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.128,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0.298,0.4,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.449,0.476,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0.0667,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.902,0,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.449,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.301,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.0503,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -0.667,0.236,0.477,0.477,0,0.75,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.128,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0428,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0428,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.343,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857,0 -0,0.0495,0.355,0.355,0,0.967,0.697,0.697,0.697,0,0.319,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.0932,0.0857,0 -0.667,0.294,0.433,0.433,0,0.0333,0.748,0.748,0.748,0,0.574,0.433,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.143,0.128,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0.267,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.363,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.19,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.335,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.331,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.128,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.128,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0857,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.128,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -0.667,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.15,0 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0428,0 -0.333,0.174,0.255,0.255,0,0.217,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0857,0 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.171,0 -0.333,0.164,0.277,0.277,0,0.533,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0.596,0.417,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.635,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0.283,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.416,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.151,0.128,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0428,0 -0,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.171,0 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.243,0 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0.417,0,0,0.405,0.573,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.365,0,0.3,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.317,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.518,0,0.3,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.282,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.128,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0857,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.295,0 -1,0.33,0.477,0.477,0,0.0333,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.121,0 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0515,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.271,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.128,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.341,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.214,0 -0.333,0.159,0.344,0.344,0,0.217,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0,0 -1,0.274,0.355,0.355,0,0.0333,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.214,0 -1,0.417,0.433,0.433,0,0.5,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.276,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.171,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.917,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.504,0,0.128,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0.0667,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.769,0,0.499,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.457,0,0.075,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.586,0,0.0857,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.71,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0.25,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.177,0 -0.667,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.333,0.0495,0.255,0.255,0,0.217,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428,0 -0.333,0.17,0.266,0.266,0,0.783,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.128,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.171,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.343,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.128,0 -1,0.655,0.699,0.699,0,0.217,0.849,0.849,0.849,0,0.319,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.243,0.0857,0 -1,0.829,0.743,0.743,0,0.283,0.815,0.815,0.815,0,0.574,0.433,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.797,0.128,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.0333,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.805,0.128,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.477,0.214,0 -1,0.51,0.654,0.654,0,0.717,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.13,0.0428,0 -1,0.249,0.555,0.555,0,0.533,0.697,0.697,0.697,0,0,0,0.555,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.128,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0518,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.33,0.472,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0.417,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.447,0,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0.317,0,0,0.337,0.581,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.297,0,0.343,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.128,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.3,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0428,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0.596,0.167,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.722,0.0428,0 -1,0.379,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.0667,0.344,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.608,0.214,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.128,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0857,0 -0,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428,0 -0,0.0495,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.258,0.465,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.128,0 -0,0.0495,0.743,0.743,0,0,0.815,0.815,0.815,0,0.894,0.183,0.258,0.465,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.428,0.128,0 -0.333,0.335,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.05,0.434,0.543,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.19,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0691,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0605,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.163,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.181,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.642,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0857,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0428,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.128,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -0.667,0.294,0.433,0.433,0,0.25,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.358,0 -1,0.501,0.588,0.588,0,0.217,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.128,0 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,0.917,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.63,0,0.128,0 -1,0.829,0.743,0.743,0,0.283,0.815,0.815,0.815,0.0667,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.537,0,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.496,0,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0428,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.161,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0,0 -1,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0938,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.3,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171,0 -0.333,0.16,0.266,0.266,0,0.5,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0857,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.171,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -0.333,0.2,0.588,0.588,0,0.467,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428,0 -0.667,0.453,0.699,0.699,0,0.0333,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.212,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.276,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0428,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0887,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.153,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.214,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.194,0 -0.333,0.0495,0.521,0.521,0,0.217,0.68,0.68,0.68,0.667,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.396,0,0.0856,0 -0.333,0.175,0.377,0.377,0,0.533,0.697,0.697,0.697,0.0667,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.214,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.514,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0857,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -1,0.501,0.588,0.588,0,0.717,0.815,0.815,0.815,0.167,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.268,0,0.0558,0 -1,0.655,0.699,0.699,0,0.533,0.849,0.849,0.849,0.567,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.246,0,0.0428,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.171,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.343,0 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0857,0 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -0.667,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -0.667,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0.319,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0.273,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0.574,0.433,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0.648,0.0818,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0.267,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.5,0.108,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.593,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.519,0.128,0 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.441,0.0428,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0663,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.135,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.332,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.085,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857,0 -0.667,0.294,0.433,0.433,0,0.467,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.128,0 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857,0 -1,0.655,0.699,0.699,0,0.283,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.428,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0.894,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.441,0.257,0 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.7,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.519,0.343,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.412,0.313,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.32,0.0428,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.143,0.477,0.477,0,0.467,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.135,0 -1,0.417,0.521,0.521,0,0.283,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.173,0 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.171,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.257,0 -1,0.417,0.433,0.433,0,0.217,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.343,0 -0.667,0.35,0.588,0.588,0,0.283,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.3,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.385,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0.167,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.334,0,0.3,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0.567,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.56,0,0.309,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.243,0,0.0857,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0857,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.171,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.259,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.286,0 -1,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.32,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.154,0 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.337,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.214,0 -0,0.0495,0.311,0.311,0,0.25,0.714,0.714,0.714,0,0,0,0.258,0.465,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.171,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.171,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0.298,0.233,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.367,0.0428,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.662,0.0857,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.148,0.128,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.128,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.214,0 -0.667,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0,0 -0.667,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.056,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.177,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0428,0 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.128,0 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.128,0 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0857,0 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0815,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0956,0 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -1,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0.298,0.4,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.268,0.0857,0 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0.0667,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.587,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.315,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.537,0.0857,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0.667,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.36,0,0.0428,0 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.317,0.596,0.167,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.477,0.0857,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.533,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.412,0.171,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.561,0,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.825,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.347,0.214,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0428,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.0563,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0596,0 -0.667,0.143,0.477,0.477,0,0.25,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.139,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0857,0 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.343,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0428,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.171,0 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.171,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.192,0 -0.667,0.294,0.433,0.433,0,0.25,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0958,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.0857,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.0428,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.325,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.321,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.198,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.172,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.438,0 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0285,0 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0458,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.312,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.128,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.176,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0857,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.21,0 -0.333,0.162,0.355,0.355,0,0.467,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0,0 -0.667,0.294,0.433,0.433,0,0.283,0.748,0.748,0.748,0,0.298,0.4,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.476,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0.3,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.601,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.0857,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.599,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.334,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.408,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.183,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0.667,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.63,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0.0667,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.11,0,0,0 -0.333,0.0495,0.377,0.377,0,0.217,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0,0 -0.333,0.174,0.255,0.255,0,0.783,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.171,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.128,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0428,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.257,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.128,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0.167,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.289,0,0.214,0 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0.567,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.241,0,0.171,0 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.128,0 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.128,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.214,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.271,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0634,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.316,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0.787,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.416,0.133,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0.106,0.8,0.254,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.85,0.362,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0.233,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.523,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.128,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.522,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0568,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.0428,0 -0.667,0.647,0.697,0.697,0,0.0833,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.128,0 -1,0.919,0.741,0.741,0,0.733,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.3,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.425,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.128,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0.298,0.25,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.473,0.167,0 -1,0.433,0.52,0.52,0,0.833,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.171,0 -0.667,0.318,0.376,0.376,0,0.533,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.207,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.135,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.113,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.126,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.1,0 -0.667,0.289,0.31,0.31,0,0.267,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0889,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.257,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.214,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.533,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.533,0,0.403,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.783,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.504,0,0.161,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0.25,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.521,0,0.113,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.213,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.312,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.428,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0428,0 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.214,0 -0.667,0.175,0.276,0.276,0,0.217,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.248,0 -0.667,0.292,0.265,0.265,0,0.05,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.214,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.223,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.171,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0428,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.171,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0428,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.249,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.553,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -0.667,0.0495,0.376,0.376,0,0.267,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -0.667,0.321,0.254,0.254,0,0.217,0.692,0.692,0.692,0,0.596,0.167,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.391,0,0 -0.667,0.312,0.265,0.265,0,0.6,0.675,0.675,0.675,0,0,0.0833,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.256,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0.298,0.65,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.375,0,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0.117,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.524,0.0428,0 -0.667,0.289,0.31,0.31,0,0.533,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.0932,0.0428,0 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0346,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.171,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.167,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.287,0,0.26,0 -0.667,0.629,0.741,0.741,0,0.217,0.81,0.81,0.81,0.617,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.385,0,0.187,0 -0.667,0.515,0.785,0.785,0,1,0.793,0.793,0.793,0,0,0,0.609,0.619,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0857,0 -1,0.566,0.763,0.763,0,0.15,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.277,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.291,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.101,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.076,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.305,0.463,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0.298,0.267,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0.379,0.171,0 -1,0.245,0.476,0.476,0,0.267,0.641,0.641,0.641,0,0,0.767,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.768,0,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0534,0 -0.667,0.184,0.376,0.376,0,0.267,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.354,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.192,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.245,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.369,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428,0 -0.333,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.257,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0.149,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.0225,0.0813,0 -0.333,0.237,0.431,0.431,0,0.817,0.743,0.743,0.743,0,0.745,0.3,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.43,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.533,0,0.217,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.396,0,0.121,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.25,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.177,0,0.0857,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.096,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0857,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.214,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.0985,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.141,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.187,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.26,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0965,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.257,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.177,0 -0.333,0.175,0.276,0.276,0,0.817,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.3,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.128,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0428,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.214,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0428,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.137,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.252,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0857,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.0857,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0849,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.145,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0.0333,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.115,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.75,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.718,0,0.071,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0701,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.214,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.343,0 -0.333,0.194,0.354,0.354,0,0.333,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857,0 -0.667,0.425,0.431,0.431,0,0.2,0.743,0.743,0.743,0.0333,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.11,0,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0.75,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.643,0,0.0857,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.283,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.312,0,0.347,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.5,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.608,0,0.478,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.55,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.257,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0974,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.154,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.041,0 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.146,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0858,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0,0 -0.333,0.181,0.265,0.265,0,0.267,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0.298,0.0167,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.236,0.0428,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0.75,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.666,0.0857,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.465,0.128,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.375,0,0 -0.333,0.237,0.431,0.431,0,0.833,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.682,0.0428,0 -0.667,0.553,0.586,0.586,0,0.25,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.527,0.171,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.283,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.212,0.301,0.171,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.5,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.407,0.0595,0.0857,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.3,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.274,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0857,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.176,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -0.667,0.0495,0.52,0.52,0,0.333,0.675,0.675,0.675,0.283,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.244,0,0,0 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,0.5,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.275,0,0.257,0 -0.667,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0857,0 -0.667,0.312,0.265,0.265,0,0.133,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0857,0 -0,0.0495,0.265,0.265,0,0.333,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.171,0 -0.333,0.169,0.31,0.31,0,0.2,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0428,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.171,0 -0.667,0.237,0.431,0.431,0,0.583,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.317,0 -0.667,0.553,0.586,0.586,0,0.233,0.81,0.81,0.81,0.533,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.353,0,0.128,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.25,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.117,0,0.343,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0428,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.172,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.269,0 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0857,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.48,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.208,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0717,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0648,0 -0.333,0.185,0.254,0.254,0,0.717,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.444,0 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.343,0 -0.333,0.175,0.276,0.276,0,0.2,0.675,0.675,0.675,0,0.596,0.417,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.518,0.0428,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0.617,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.455,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.54,0.128,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.4,0.0428,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.171,0 -0.667,0.237,0.431,0.431,0,0.717,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.128,0 -1,0.553,0.586,0.586,0,0.1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.171,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.128,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0857,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0857,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.257,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -1,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -1,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.187,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0857,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.41,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0.167,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.343,0,0.131,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0.617,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.633,0,0.282,0 -1,0.553,0.586,0.586,0,0.217,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.351,0,0.355,0 -1,0.946,0.697,0.697,0,0.317,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.214,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0857,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.419,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.131,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0365,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.174,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.292,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.107,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.115,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.201,0 -0.667,0.177,0.52,0.52,0,0.267,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0877,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0956,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.183,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0.283,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.334,0,0.173,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0.5,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.514,0,0.461,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0694,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.333,0.194,0.354,0.354,0,0.267,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.3,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.171,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.783,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.722,0,0.0857,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.267,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.128,0 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.128,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -1,0.245,0.476,0.476,0,0.533,0.641,0.641,0.641,0,0.298,0.0167,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.0981,0,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0.233,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.695,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0937,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.295,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.128,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.128,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0,0 -0.333,0.237,0.431,0.431,0,0.333,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857,0 -1,0.804,0.586,0.586,0,0.2,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.218,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.413,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0428,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.181,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.27,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0141,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0912,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.13,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -0.333,0.0495,0.52,0.52,0,0.333,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -0.333,0.184,0.376,0.376,0,0.483,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.343,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.171,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.3,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0629,0 -0.667,0.338,0.354,0.354,0,0.817,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428,0 -1,0.612,0.431,0.431,0,0.833,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0428,0 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0,0 -1,0.946,0.697,0.697,0,0.633,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0857,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.274,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.277,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.263,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.0428,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0799,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0428,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0428,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0,0 -0.333,0.171,0.265,0.265,0,0.533,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.257,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.214,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.106,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.214,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.128,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0.333,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0816,0.398,0.398,0,0.2,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0928,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.26,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0908,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.113,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.214,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.214,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0428,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428,0 -0.333,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0,0 -0.333,0.237,0.431,0.431,0,0.267,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.128,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.0857,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.113,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.128,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.214,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0857,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.491,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.136,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.128,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -1,0.0495,0.476,0.476,0,0.217,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -1,0.0495,0.52,0.52,0,0.6,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.176,0 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.106,0 -1,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.205,0 -1,0.3,0.276,0.276,0,0.533,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0,0 -0.667,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.128,0 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.171,0 -1,0.421,0.343,0.343,0,0,0.709,0.709,0.709,0.667,0,0,0.343,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.436,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0.117,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0428,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.167,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.26,0,0.214,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.617,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.608,0,0.257,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.497,0,0.0428,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.321,0,0.0857,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0857,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0453,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.162,0 -1,0.177,0.52,0.52,0,0.267,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0741,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.254,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.171,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0428,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0857,0 -0.333,0.169,0.31,0.31,0,0.267,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.128,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.417,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.606,0,0.257,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.633,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.105,0,0.171,0 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.385,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.428,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.171,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0.917,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.603,0,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0.133,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0857,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.272,0 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.41,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.155,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0857,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0428,0 -0.333,0.175,0.276,0.276,0,0.333,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0,0 -0.333,0.171,0.265,0.265,0,0.2,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.128,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.354,0 -0.667,0.425,0.431,0.431,0,0.333,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.189,0 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.403,0 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.477,0 -1,0.919,0.741,0.741,0,0.683,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.3,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0857,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0.468,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.0514,0.0584,0 -0.667,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0.128,0.783,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.0981,0.124,0 -0.667,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0.25,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0816,0.398,0.398,0,0.0833,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0822,0 -1,0.245,0.476,0.476,0,0.45,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.205,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.162,0 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.304,0 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0857,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.3,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.257,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428,0 -0,0.0495,0.343,0.343,0,0.267,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0.596,0.0333,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.717,0,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0.483,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.532,0.211,0 -0.667,0.553,0.586,0.586,0,0.333,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.037,0.147,0 -1,0.946,0.697,0.697,0,0.2,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.302,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0.149,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0.106,0,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0.149,0.767,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0.529,0.4,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0.267,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.521,0.3,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.682,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0.441,0.3,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0.159,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.0428,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0498,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.163,0 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0858,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0428,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.783,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.642,0,0.171,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.329,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0951,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.315,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.257,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.135,0 -0.333,0.301,0.586,0.586,0,0.533,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.0988,0 -0.333,0.348,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.404,0.572,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.257,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.214,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0428,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0.169,0.128,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.127,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.1,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.129,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.247,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.385,0 -0,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.128,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0857,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.128,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.297,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.214,0 -0.667,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.614,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0646,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.181,0 -0.667,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0428,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0428,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0918,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.163,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.0428,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.128,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.161,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.104,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.173,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.133,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0658,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.252,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.555,0 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.312,0 -0.667,0.647,0.697,0.697,0,0.267,0.844,0.844,0.844,0.0333,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.241,0,0.3,0 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0.75,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.355,0,0.428,0 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.482,0 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.257,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.356,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.145,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.083,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.146,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.176,0 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0794,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0857,0 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0857,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.171,0 -0.667,0.237,0.431,0.431,0,0.717,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.343,0 -1,0.804,0.586,0.586,0,0.65,0.81,0.81,0.81,0.417,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.396,0,0.171,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.367,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.404,0,0.0428,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0428,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0428,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0857,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0691,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.161,0 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.0656,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0.319,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.116,0,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0.574,0.25,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.773,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.543,0.0428,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428,0 -1,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0428,0 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0942,0 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.233,0 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.272,0 -1,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0428,0 -0.667,0.629,0.741,0.741,0,0.533,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.171,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.405,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.385,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0857,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0968,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.101,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.293,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0428,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0857,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0857,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0428,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.667,0.173,0.343,0.343,0,0.583,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.667,0.194,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0458,0 -1,0.804,0.586,0.586,0,0.15,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.341,0 -0.667,0.647,0.697,0.697,0,0.533,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0428,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0857,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.219,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.409,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.155,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.214,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.0857,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0486,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.101,0 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0.533,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.412,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0.517,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.452,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.533,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.319,0,0.0857,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0.517,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0857,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.171,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0.533,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.548,0,0.0857,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0.517,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.497,0,0.224,0 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.462,0 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.309,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.24,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0381,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0857,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.257,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.154,0 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0.596,0.0333,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.371,0.107,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0.733,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.645,0.189,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.596,0.471,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.916,0.0857,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.646,0.0428,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.209,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.171,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0.0333,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.117,0,0,0 -0.333,0.237,0.431,0.431,0.0288,0.267,0.743,0.743,0.743,1,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.414,0,0.257,0 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0.0167,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0,0 -0.667,0.647,0.697,0.697,0.593,0,0.844,0.844,0.844,0.0333,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.0968,0,0.0983,0 -0.667,0.629,0.741,0.741,0.683,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.504,0,0.128,0 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0.0167,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.705,0,0.171,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0857,0 -1,0.197,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0428,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0,0 -0.333,0.181,0.265,0.265,0,0.333,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0,0 -0.333,0.175,0.276,0.276,0,0.483,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.343,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0428,0 -0,0.0495,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428,0 -0.333,0.237,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.128,0 -0.667,0.553,0.586,0.586,0.346,0.833,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.343,0 -1,0.946,0.697,0.697,0.593,1,0.844,0.844,0.844,0.0333,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.112,0,0,0 -1,0.919,0.741,0.741,0.683,1,0.81,0.81,0.81,0.75,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.54,0,0,0 -1,0.747,0.785,0.785,1,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.574,0,0.0857,0 -1,0.566,0.763,0.763,0.679,0.283,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.159,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428,0 -1,0.183,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.214,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.139,0 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0758,0 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0467,0 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.171,0 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0.783,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.537,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0.267,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.246,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0857,0 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428,0 -0.667,0.425,0.431,0.431,0.0288,0.333,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0,0 -1,0.804,0.586,0.586,0.346,0.2,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0,0 -1,0.946,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.128,0 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0857,0 -0.667,0.515,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.128,0 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.181,0 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.253,0 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.366,1 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.201,1 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0677,1 -0.333,0.183,0.35,0.35,0,0.267,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.3,1 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428,1 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.214,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0857,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -1,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857,1 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.343,1 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.269,1 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.133,1 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.193,1 -1,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.138,1 -1,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.194,1 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.207,1 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.128,1 -1,0.342,0.825,0.825,0.132,0.217,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.183,0.699,0.699,0.0658,0.9,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.322,1 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.132,1 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.257,1 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.129,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0753,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.333,0.323,0.741,0.741,0.346,0.967,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.402,1 -1,1,0.881,0.881,0.593,0.15,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.119,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.218,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128,1 -0.667,0.386,0.965,0.965,0.679,0.55,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.128,1 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0.667,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.428,0,0.428,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0.15,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.525,0,0,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.301,0,0.0857,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.128,1 -1,0.0495,0.517,0.517,0,0.267,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.117,1 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -0.667,0.181,0.657,0.657,0,0.217,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0428,1 -0.667,0.33,0.475,0.475,0,0.05,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.128,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.128,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.333,0.178,0.336,0.336,0,0.267,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.171,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0.417,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.45,0,0.331,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0.667,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.577,0,0.214,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.433,0,0.0428,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.103,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.337,1 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0.667,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.365,0,0.0428,1 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0.15,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0922,1 -0.667,0.337,0.322,0.322,0,0.55,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.463,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.3,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.128,1 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.257,1 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0.417,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.329,0,0,1 -0.667,0.457,0.545,0.545,0.0288,0.217,0.672,0.672,0.672,0.667,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.521,0,0,1 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428,1 -0.667,0.683,0.881,0.881,0.593,0.183,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.332,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.225,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.402,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0428,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.339,1 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0725,1 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.262,1 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.232,1 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.393,1 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.194,1 -0.667,0.307,0.336,0.336,0,0.217,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.298,1 -0.333,0.177,0.392,0.392,0,0.05,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.3,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.171,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.128,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0.417,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.414,0,0.343,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0.667,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.323,0,0.214,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0.936,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.404,0,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0.9,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.116,0.171,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.2,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.356,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.139,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0799,1 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0975,1 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.103,1 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.131,1 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0428,1 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.192,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.218,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.121,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.313,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.246,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.209,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.62,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.728,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.438,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.298,0.65,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.293,0.0857,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.45,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.669,0.214,1 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.165,1 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0.617,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.407,0,1 -1,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.9,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -1,0.449,0.35,0.35,0,0.967,0.611,0.611,0.611,0,0,0.2,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.549,1 -1,0.436,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.211,1 -1,0.432,0.392,0.392,0,0.283,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128,1 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.345,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.333,0.323,0.741,0.741,0.346,0.217,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128,1 -0.333,0.366,0.881,0.881,0.593,0.333,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.257,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428,1 -0.333,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.514,1 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.201,1 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.584,1 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.117,1 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.139,1 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.149,1 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.135,1 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.539,1 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.41,1 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.289,1 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0739,1 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.172,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.297,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.503,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.386,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.339,1 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0913,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.102,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0765,1 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.442,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.136,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.128,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.161,1 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.3,1 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.303,1 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.323,1 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.444,1 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.304,1 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.111,1 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.327,1 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.103,1 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.214,1 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128,1 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.667,0.457,0.545,0.545,0.0288,0.217,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.189,1 -1,0.869,0.741,0.741,0.346,0.617,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -1,1,0.881,0.881,0.593,0.717,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428,1 -1,0.933,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214,1 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.257,1 -1,0.554,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428,1 -1,0.342,0.825,0.825,0.132,0.233,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.351,0.601,0.601,0,0.217,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.472,1 -1,0.444,0.657,0.657,0,0.05,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0.617,0.4,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.584,0.0857,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.15,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.232,0.171,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0857,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.186,1 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.299,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.406,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0.638,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.468,0.0428,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.298,0.267,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.243,0.0857,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.445,0,1 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.171,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.185,1 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.088,1 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0.417,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.638,0,0,1 -0.333,0.181,0.657,0.657,0,0.717,0.611,0.611,0.611,0.4,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.261,0,0,1 -0.333,0.19,0.475,0.475,0,0.683,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0428,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0428,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428,1 -0.333,0.178,0.336,0.336,0,0.717,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.3,1 -0.333,0.177,0.392,0.392,0,0.117,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0.417,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.248,0,0,1 -1,0.869,0.741,0.741,0.346,0.967,0.733,0.733,0.733,0.4,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.171,1 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.257,1 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0.936,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.33,0.171,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0.9,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.408,0.0857,1 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0.483,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.434,0,1 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.449,0,1 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0.722,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.431,0.555,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0.162,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0857,1 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.146,1 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0801,1 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.214,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0428,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.128,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.3,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.101,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171,1 -0.667,0.457,0.545,0.545,0.0288,0.55,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.128,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.214,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128,1 -1,0.933,0.937,0.937,0.683,0.267,0.733,0.733,0.733,0.817,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.75,0,0.428,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.173,0,0.214,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0987,1 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.177,1 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0958,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428,1 -0.667,0.177,0.392,0.392,0,0.267,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.171,1 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428,1 -0.667,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428,1 -0.667,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0877,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.222,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.273,1 -0.667,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.235,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0857,1 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0857,1 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0.417,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.37,0,0.0428,1 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0.4,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.626,0,0.0428,1 -1,0.661,0.545,0.545,0.0288,0.967,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.121,0,0.0857,1 -1,0.869,0.741,0.741,0.346,0.15,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.19,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.209,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.454,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0857,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.279,1 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.329,1 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.104,1 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.343,1 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0428,1 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.667,0.19,0.475,0.475,0,0.217,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.16,1 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.169,1 -1,0.468,0.336,0.336,0,0.183,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.208,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0263,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.217,1 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.177,1 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.182,1 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.185,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0.936,0.15,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.754,0.281,1 -0.667,0.638,0.937,0.937,0.683,0.467,0.733,0.733,0.733,0,0,0.117,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.257,1 -0.667,0.504,0.993,0.993,1,0.0833,0.718,0.718,0.718,0.817,0.638,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.401,0.212,0.257,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0.298,0.65,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.741,0.0428,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0.167,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.33,0.257,1 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.108,0.443,1 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.278,1 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.126,1 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0629,1 -0.667,0.313,0.657,0.657,0,0.55,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.257,1 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.11,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.588,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.472,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0857,1 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.257,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.667,0.596,0.741,0.741,0.346,0.967,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0.667,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.57,0,0.0857,1 -0.667,0.638,0.937,0.937,0.683,0.85,0.733,0.733,0.733,0.417,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.193,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.313,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857,1 -1,0.196,0.825,0.825,0.132,0.217,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.116,0.699,0.699,0.0658,0.05,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.066,1 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.155,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.14,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0857,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171,1 -0.667,0.457,0.545,0.545,0.0288,0.217,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.428,1 -1,0.869,0.741,0.741,0.346,0.617,0.733,0.733,0.733,0,0.298,0.4,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.362,0.248,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0.15,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.643,0.366,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.323,0.374,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.124,1 -0.667,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428,1 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0.217,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.251,0.601,0.601,0,0.617,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.179,1 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0.417,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.411,0,0.103,1 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0.4,0.617,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.321,0.463,0.324,1 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0.9,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.447,0.111,1 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.2,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.82,0.173,1 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.595,0.0857,1 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.257,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257,1 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857,1 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0.817,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.688,0,0.0857,1 -0.667,0.596,0.741,0.741,0.346,0.267,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.219,0,0.128,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.171,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.278,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.259,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.11,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0857,1 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.361,1 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0569,1 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0428,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0.617,0.4,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.64,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0.15,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.707,0.0428,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.196,0,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428,1 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.343,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.6,1 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.235,1 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0758,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.108,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.197,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.108,1 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.171,1 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0931,1 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.128,1 -0,0.0495,0.35,0.35,0,0.217,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.214,1 -0.333,0.178,0.336,0.336,0,0.05,0.641,0.641,0.641,0.167,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.26,0,0,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0.917,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.102,0,0.0428,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.343,1 -0.667,0.596,0.741,0.741,0.346,0.217,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.471,1 -1,1,0.881,0.881,0.593,0.05,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.119,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0,1 -0.667,0.386,0.965,0.965,0.679,0.717,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171,1 -1,0.196,0.825,0.825,0.132,0.683,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0428,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.31,1 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.13,1 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.313,1 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.161,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.27,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428,1 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.128,1 -0.667,0.457,0.545,0.545,0.0288,0.217,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.214,1 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.514,1 -1,1,0.881,0.881,0.593,0.75,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.393,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.386,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.206,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.171,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.128,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.15,0.601,0.601,0,0.467,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.181,0.657,0.657,0,0.0833,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.106,1 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0479,1 -0.667,0.193,0.322,0.322,0,0.467,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.293,1 -0.667,0.328,0.336,0.336,0,0.0833,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257,1 -0.667,0.314,0.433,0.433,0,0.717,0.641,0.641,0.641,0,0.617,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.198,0,1 -1,0.513,0.447,0.447,0,0.4,0.626,0.626,0.626,0,0,0.9,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.235,0.0857,1 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0.2,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428,1 -1,0.596,0.741,0.741,0.346,0.967,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128,1 -1,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128,1 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0,1 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.214,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.128,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.261,1 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.235,1 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.154,1 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428,1 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257,1 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857,1 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0.638,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.0788,0.302,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0.298,0.65,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.257,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0.167,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.516,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0,1 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857,1 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.128,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0896,1 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0856,1 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0746,1 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0428,1 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.128,1 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171,1 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0.936,0.15,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.64,0.0857,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0.667,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428,1 -0.333,0.182,0.433,0.433,0,0.55,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.214,1 -0.333,0.323,0.741,0.741,0.346,0.717,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.3,1 -0.667,0.638,0.937,0.937,0.683,0.533,0.733,0.733,0.733,0.167,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.324,0,0.128,1 -1,0.732,0.993,0.993,1,0.55,0.718,0.718,0.718,0.65,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.604,0,0.0428,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.628,0,0.52,1 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.205,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.171,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.157,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.215,1 -1,0.251,0.601,0.601,0,0.55,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0546,1 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.15,1 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.435,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0857,1 -0.333,0.189,0.336,0.336,0,0.717,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.205,1 -0.333,0.183,0.35,0.35,0,0.683,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0857,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.171,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.343,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0,1 -0.333,0.323,0.741,0.741,0.346,0.55,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.455,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.617,0.15,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.526,0.128,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.95,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.289,0.171,1 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.239,1 -1,0.251,0.601,0.601,0,0.267,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.103,1 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.169,1 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0768,1 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.171,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857,1 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0.617,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.199,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0.817,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.463,0.143,1 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.805,0.0428,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.54,0.0857,1 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.315,0.128,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.337,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.181,1 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.102,1 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.509,1 -0.667,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.366,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.291,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.168,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0829,0.503,0.503,0,0.217,0.55,0.55,0.55,0,0.319,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.121,0,1 -1,0.251,0.601,0.601,0,0.333,0.58,0.58,0.58,0,0.298,0.65,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.669,0.131,1 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0.167,0,0.167,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.284,0.756,0.154,1 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0.65,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.629,0.333,0,1 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.63,0,1 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.416,0.387,1 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.854,0.171,1 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.301,0.0857,1 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.576,0,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.772,0.0428,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.471,0.0857,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.407,0.0428,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.483,1 -0.667,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428,1 -0.667,0.344,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.128,1 -0.667,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.226,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.198,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0129,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0.217,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -1,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.181,1 -1,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.232,1 -1,0.328,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.337,1 -1,0.316,0.35,0.35,0,0.417,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.364,1 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128,1 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857,1 -0.333,0.204,0.447,0.447,0,0.217,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857,1 -0.667,0.457,0.545,0.545,0.0288,0.9,0.672,0.672,0.672,0,0.936,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.384,0.128,1 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0.817,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.55,0.0857,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0857,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0857,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128,1 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.171,1 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0,1 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0,1 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0,1 -1,0.19,0.475,0.475,0,0.217,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.337,0.322,0.322,0,0.05,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0,1 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0,1 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.214,1 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.124,1 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0589,1 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.258,1 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428,1 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.3,1 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428,1 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428,1 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0857,1 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.164,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0,1 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.214,1 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.3,1 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0,1 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0428,1 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0,1 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0918,1 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0.667,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.555,0,0.131,1 -1,0.444,0.657,0.657,0,0.217,0.611,0.611,0.611,0.15,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.0883,0,0,1 -0.667,0.33,0.475,0.475,0,0.9,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0,1 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.3,1 -0.667,0.328,0.336,0.336,0,0.217,0.611,0.611,0.611,0.167,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.341,0,0.0857,1 -0.667,0.316,0.35,0.35,0,0.767,0.611,0.611,0.611,0.917,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.355,0,0,1 -0.667,0.307,0.336,0.336,0,0.683,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128,1 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128,1 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128,1 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428,1 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428,1 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0,1 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.445,1 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214,1 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128,1 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857,1 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0,1 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428,1 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv index f4e7e0d1..fc8563f9 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv @@ -1,8761 +1,8761 @@ -occupants,lighting_interior,lighting_exterior,lighting_garage,lighting_exterior_holiday,cooking_range,refrigerator,extra_refrigerator,freezer,dishwasher,clothes_washer,clothes_dryer,ceiling_fan,plug_loads_other,plug_loads_tv,plug_loads_vehicle,plug_loads_well_pump,fuel_loads_grill,fuel_loads_lighting,fuel_loads_fireplace,pool_pump,pool_heater,hot_tub_pump,hot_tub_heater,hot_water_dishwasher,hot_water_clothes_washer,hot_water_fixtures -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0.467,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0.3,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.106 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.128 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0428 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0.8,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.516,0,0.171 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.171 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128 -0.333,0.196,0.447,0.447,0,0.217,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.667,0.418,0.545,0.545,0.0288,0.55,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0.167,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.234,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0.633,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.572,0,0.128 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0.667,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.548,0,0.257 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0.133,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.503,0,0 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.277,0,0.175 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.205 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.285 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.231 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0546 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.403 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0.667,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.601,0,0.0428 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0.133,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.146,0,0.128 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171 -0,0.0495,0.336,0.336,0,0.25,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.234,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.453 -1,0.798,0.741,0.741,0.346,0.717,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.357 -1,0.979,0.881,0.881,0.593,0.05,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.109 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.128 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.128 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.135 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.104 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0889 -1,0.253,0.601,0.601,0,0.467,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.168 -1,0.449,0.657,0.657,0,0.567,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0915 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.251 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.225 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0603 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.467 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.491 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0.717,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -1,0.602,0.545,0.545,0.0288,0.833,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171 -1,0.798,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0857 -0.667,0.669,0.881,0.881,0.593,0.25,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.165 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.43 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.348 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.102 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.207 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0.217,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0851 -1,0.0513,0.461,0.461,0,0.55,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.206 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.167 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.257 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0.217,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.214 -0.667,0.418,0.545,0.545,0.0288,1,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0.346,0.333,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0857 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.214 -0.667,0.677,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.352 -1,0.621,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.462 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.202 -1,0.0513,0.461,0.461,0,0.217,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0995 -0.667,0.0833,0.503,0.503,0,0.0333,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0882 -1,0.253,0.601,0.601,0,0.217,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.193 -1,0.316,0.657,0.657,0,0.817,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.113 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0.917,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.648,0,0.156 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0.15,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.0535,0,0.386 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.347 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.544 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0.667,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.608,0,0.0428 -0.667,0.418,0.545,0.545,0.0288,0.467,0.672,0.672,0.672,0.133,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.358,0,0.257 -0.667,0.548,0.741,0.741,0.346,0.3,0.733,0.733,0.733,0.417,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.39,0,0.128 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0.65,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.166,0,0.315 -0.667,0.363,0.937,0.937,0.683,0,0.733,0.733,0.733,0.667,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.494,0,0.128 -1,0.565,0.993,0.993,1,0,0.718,0.718,0.718,0.133,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.229,0,0.0428 -1,0.24,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.214 -1,0.212,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.171 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0428 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0428 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.102 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.136 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0984 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.135 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.432 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.333,0.182,0.433,0.433,0,0.133,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857 -0.333,0.196,0.447,0.447,0,1,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.128 -0.667,0.418,0.545,0.545,0.0288,0.667,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171 -0.667,0.548,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.428 -1,0.991,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428 -1,0.823,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128 -1,0.43,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.214 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.12 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0818 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0839 -1,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0608 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.171 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428 -0.333,0.181,0.336,0.336,0,0.25,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0857 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.214 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.128 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.129 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.116 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.155 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0.467,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.355,0.601,0.601,0,0.3,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.316,0.657,0.657,0,0.767,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.171 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.343 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0931 -0.667,0.343,0.447,0.447,0,0.767,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.238 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171 -0.667,0.548,0.741,0.741,0,0.967,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.182 -1,0.669,0.881,0.881,0,0.317,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.128 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.117 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.167 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.178 -1,0.0833,0.503,0.503,0,0.217,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0984 -1,0.253,0.601,0.601,0,0.3,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0837 -0.667,0.183,0.657,0.657,0,0.467,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.171 -0.333,0.192,0.475,0.475,0,0.05,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0.617,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.342,0.0857 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.267,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.458,0.0857 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.514,0.171 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.514,0.0857 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.608,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.54,0.0857 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.545,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.502,0.343 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.693,0.0428 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.42,0.0428 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.354,0.101 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.696,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.278,0.0857 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.072 -0,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0428 -0,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0857 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0.319,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.111,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0.596,0.417,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.694,0.0428 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0.667,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.348,0 -0.333,0.181,0.336,0.336,0,0.467,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.384,0 -0.667,0.311,0.392,0.392,0,0.05,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.421,0.0428 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.633,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.214 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0.298,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.0563,0.0428 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0.817,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.537,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.912,0.171 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.666,0.0857 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.703,0.0857 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.799,0.0857 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.477,0.3 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.0193,0.128 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0428 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.127 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0598 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.257 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0.967,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.343,0.447,0.447,0,0.317,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.257 -1,0.979,0.881,0.881,0,0.25,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.171 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.171 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0.25,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.203 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.118 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0857 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0.638,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.19,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0.277,0.533,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.704,0 -0.333,0.299,0.741,0.741,0,0.967,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.19,0 -0.667,0.669,0.881,0.881,0,0.0667,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.343 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214 -1,0.823,0.993,0.993,0,0.25,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0857 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.143 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.383 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0965 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0.333,0,0,0.524,0.68,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.314,0,0.191 -1,0.477,0.475,0.475,0,0.517,0.626,0.626,0.626,0.467,0,0,0.475,0.806,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.355,0,0.0428 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.171 -0.667,0.334,0.336,0.336,0,0.517,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0.298,0.567,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.338,0.0857 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0.25,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.128 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.102 -0.667,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -0.333,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -0.667,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0428 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0641 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.062 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.151 -1,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.294 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.229 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.238 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.14 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0539 -0.667,0.315,0.433,0.433,0,0.133,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857 -1,0.343,0.447,0.447,0,0.633,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.3 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.171 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.214 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.3 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0975 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.173 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.175 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.385 -0.333,0.192,0.475,0.475,0,0.217,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.214 -0.333,0.192,0.336,0.336,0,0.0667,0.611,0.611,0.611,0,0.638,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.431,0.0857 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0.277,0.533,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.347,0.214 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.698,0.0428 -0.333,0.18,0.392,0.392,0,0.25,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.31,0.128 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.214 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0,0.0495,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0.917,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.745,0,0.171 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0.15,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.645,0,0.0857 -0.667,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0.8,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.567,0,0.128 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.178,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.171 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0.667,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.474,0,0.248 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0.133,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171 -0.667,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0925 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.341 -0.667,0.316,0.657,0.657,0,0.467,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0818 -0.667,0.192,0.475,0.475,0,0.817,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0857 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.128 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.214 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.23 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0.667,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.557,0,0.473 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0.4,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428 -0.667,0.548,0.741,0.741,0,0.25,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0857 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0.667,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.497,0,0.385 -1,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0.133,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.171 -0.667,0.307,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.343 -0.667,0.0495,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.258,0.465,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.257 -0.667,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0799 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.248 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.38 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.279 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.421 -0.667,0.313,0.336,0.336,0,0.467,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.152 -0.667,0.18,0.392,0.392,0,1,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0,0.0495,0.433,0.433,0,1,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128 -0,0.0495,0.447,0.447,0,0.383,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.257 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.145 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.172 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0946 -0.333,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0428 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0.617,0.267,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.469,0.0857 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.214 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428 -0.667,0.548,0.741,0.741,0,0.967,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.269 -1,0.979,0.881,0.881,0,0.0667,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.357 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.251 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.102 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.128 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.183,0.657,0.657,0,0.133,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.201 -1,0.334,0.475,0.475,0,0.117,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128 -0.667,0.315,0.433,0.433,0,0.25,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.343,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.108 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.214 -0.667,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.214 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.3 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.347 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.311 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.17 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.222 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.279 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.211 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.179 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.119 -0.667,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.416 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.488 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0274 -1,0.448,0.433,0.433,0,0,0.641,0.641,0.641,0,0.617,0.317,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.45,0 -1,0.49,0.447,0.447,0,0.517,0.626,0.626,0.626,0,0,0.217,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0.851,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.431,0.128 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0.0638,0.833,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.49,0.0428 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0.25,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.807,0.0428 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.627,0 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.699,0.128 -1,0.536,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.801,0.171 -1,0.249,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.699,0.674,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.357,0 -1,0.124,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.559,0.656,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.52,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.171 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0857 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.17 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0.638,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.45,0.189 -0.667,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0.277,0.533,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.259,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.617,0 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0.232,0.0428 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0428 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.171 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.128 -1,0.798,0.741,0.741,0,0.467,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428 -1,0.979,0.881,0.881,0,0.817,0.764,0.764,0.764,0.667,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.569,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0.133,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.771,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.114,0,0.321 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.277,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0428 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0896 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0732 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.209 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0992 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.128 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.3 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.347 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.128 -0.333,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0.298,0.15,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.217,0.122 -0.667,0.669,0.881,0.881,0,0.217,0.764,0.764,0.764,0,0,0.667,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.667,0.233 -0.667,0.677,0.937,0.937,0,0.55,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.344,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.162,0.257 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.363 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0988 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0.467,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0.05,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0672 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.192 -1,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0589 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.442 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.646 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.426 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.373 -0.667,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.222 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.206 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.128 -0.333,0.234,0.545,0.545,0,0.467,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.137 -0.333,0.299,0.741,0.741,0,0.817,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.19 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0857 -0.667,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0.417,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.54,0,0.207 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0.383,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.109,0,0.566 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0362 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.461 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.136 -1,0.449,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.372 -1,0.477,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.355 -1,0.49,0.322,0.322,0,0,0.626,0.626,0.626,0,0.298,0.4,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.26,0.161 -1,0.477,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.417,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.812,0.311 -1,0.458,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.35,0.824,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.138,0.199 -1,0.445,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.336,0.843,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.124 -0.667,0.311,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171 -0.333,0.234,0.545,0.545,0,0.467,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171 -1,0.798,0.741,0.741,0,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428 -1,0.979,0.881,0.881,0,0.0833,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.257 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.19 -1,0.0495,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.142 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.312 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.151 -1,0.316,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.192,0.475,0.475,0,0.717,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0857 -0.667,0.343,0.322,0.322,0,0.05,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.3 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.214 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428 -0.667,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.299,0.741,0.741,0,0.967,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,0.669,0.881,0.881,0,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.171 -1,0.677,0.937,0.937,0,0.617,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.23 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.27 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.428 -1,0.183,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0.213,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.0145,0 -1,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0.404,0.567,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0.632,0 -1,0.192,0.475,0.475,0,0.633,0.626,0.626,0.626,0,0,0.25,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0622 -1,0.343,0.322,0.322,0,0.65,0.626,0.626,0.626,0.0833,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.149,0,0.128 -1,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0.717,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.509,0,0.171 -1,0.322,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428 -0.667,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.281 -1,0.49,0.447,0.447,0,0.517,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.164 -1,0.602,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.262 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.33 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.373 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.253 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.171 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0857 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.171 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0636 -0.667,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0868 -0.667,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0951 -0.667,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0.213,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.037,0.15 -0.667,0.313,0.336,0.336,0,0,0.641,0.641,0.641,0,0.702,0.267,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.527,0.507 -1,0.441,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.528,0.259 -0.667,0.315,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.445,0.466 -0.667,0.343,0.447,0.447,0,0.383,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.383,0.249 -0.667,0.418,0.545,0.545,0,0.133,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857 -0.333,0.299,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.214 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0857 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428 -0.333,0.0495,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.258,0.465,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428 -0.667,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.171 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.135 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0791 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.151,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0472 -0.667,0.192,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.098 -0.667,0.343,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.193 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.343 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.3 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.343 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.234,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.548,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428 -0.667,0.669,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0857 -0.667,0.677,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.823,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.171 -1,0.621,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.214 -1,0.374,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.116,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.042 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0894 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.0582 -1,0.0833,0.503,0.503,0,0.517,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.259 -0.667,0.183,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.353 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.453 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.256 -0.667,0.334,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.186,0.35,0.35,0,0.25,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.214 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0857 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0.167,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.238,0,0.0428 -0.333,0.196,0.447,0.447,0,0,0.626,0.626,0.626,0.633,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.248,0,0 -0.667,0.418,0.545,0.545,0,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.428 -1,0.798,0.741,0.741,0,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.171 -1,0.979,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.323 -1,0.991,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.126 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.43,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0833,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.253,0.601,0.601,0,0,0.58,0.58,0.58,0.667,0.298,0.4,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.557,0.158,0.251 -0.667,0.316,0.657,0.657,0,0.517,0.611,0.611,0.611,0.8,0,0.683,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.572,0,0 -0.667,0.334,0.475,0.475,0,0,0.626,0.626,0.626,0.4,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.635,0,0.0857 -0.333,0.196,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0.287,0,0.214 -0.333,0.192,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.171 -0.333,0.186,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857 -0.333,0.181,0.336,0.336,0,0,0.641,0.641,0.641,0.8,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.713,0,0.0428 -0.333,0.18,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.257 -0,0.0495,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.385 -0,0.0495,0.545,0.545,0,0.217,0.672,0.672,0.672,0,0,0,0.258,0.465,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0,0.0495,0.741,0.741,0,0.55,0.733,0.733,0.733,0,0,0,0.258,0.465,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.333,0.359,0.881,0.881,0,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.333,0.363,0.937,0.937,0,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.565,0.993,0.993,0,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.257 -1,0.24,0.965,0.965,0,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0651 -1,0.212,0.825,0.825,0,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.101 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.11 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.131 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.482 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0679 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.162 -0.667,0.316,0.352,0.352,0,0.417,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.268 -0.667,0.307,0.338,0.338,0,0.85,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.128 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0857 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.343 -0.667,0.595,0.887,0.887,0,0.25,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0428 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0.117,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.122,0,0.402 -1,0.913,1,1,0,0,0.716,0.716,0.716,0.667,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.548,0,0.249 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.285 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.106 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.17 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.333,0.0495,0.662,0.662,0,0.167,0.609,0.609,0.609,0,0,0,0.258,0.465,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0428 -0.667,0.19,0.479,0.479,0,0.0833,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0428 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.128 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.128 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0857 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.128 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0.117,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.161,0,0.214 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0.667,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.708,0,0.343 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.257 -0.333,0.337,1,1,0,0,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.281 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.128 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0.319,0.333,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.241,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0.717,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.505,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.174 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0.638,0.0167,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0.6,0 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0.767,0.424,0.57,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0.347,0 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.114 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.146 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0857 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0428 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0.783,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.8,0,0.0403 -0.333,0.178,0.437,0.437,0,0.35,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.129,0,0.0857 -0.333,0.186,0.451,0.451,0,0.917,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0428 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.3 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.214 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0857 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.3 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.156 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.14 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.212 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0.167,0.0953 -1,0.124,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.563,0.66,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -0.667,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0857 -1,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428 -1,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.509 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.278 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.19 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.171 -0.333,0.186,0.451,0.451,0,0.1,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.471 -0.667,0.367,0.549,0.549,0,0.4,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.3 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0857 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.214 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.214 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.117 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.099,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.461,0.595,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.066,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.433,0.57,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0765 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.12 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.313 -0.667,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.17 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.525 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0.574,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.301,0.175 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0.383,0.583,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.69,0.239 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0.467,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.645,0.128 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.399,0.0857 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.606,0.128 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.471,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.5,0.0857 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.585,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.46,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.768,0.128 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.293,0.343 -1,0.98,0.944,0.944,0,0.917,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.141 -1,0.913,1,1,0,0.35,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0428 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.214 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0794 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0732 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.0428 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.127 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.245 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.344 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.513 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.378 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.22 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.326 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0988 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428 -0.333,0.178,0.437,0.437,0,0.667,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428 -0.333,0.186,0.451,0.451,0,0.35,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0428 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.214 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0428 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.128 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.298 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.171 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.082 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.281 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.178 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0.638,0.0833,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.519,0.123 -0.667,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0.7,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.555,0.0428 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.74,0.0857 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.791,0.128 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0428 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0779 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.3 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0.117,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0.119,0,0.0857 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0.667,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.603,0,0.503 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.424,0,0.434 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.413 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0428 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.158 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.187 -1,0.351,0.606,0.606,0,0.25,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.203 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0428 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.617,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.647,0,0.257 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0.167,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.754,0,0.0857 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.606,0,0.0428 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.247 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0582 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428 -0,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0.638,0.333,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.392,0.0428 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0.717,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.513,0.171 -0.667,0.367,0.549,0.549,0,0.917,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.643,0.0857 -1,0.674,0.746,0.746,0,0.867,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.0788,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.128 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.246 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.225 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.246 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0665 -0.667,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.0857 -0.667,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.159 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0675 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.186 -0.667,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0846 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0428 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.428 -1,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0428 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.257 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.128 -0.667,0.0495,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0428 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.171 -0.333,0.258,0.746,0.746,0,0.167,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.139 -0.667,0.595,0.887,0.887,0,0.6,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.439 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.303 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.255 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.223 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0651 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.128 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.783,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.672,0,0 -1,0.193,0.324,0.324,0,0.5,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0787 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.153 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.105 -1,0.436,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.338,0.849,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0.783,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0.625,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.688,0,0.3 -0.333,0.186,0.451,0.451,0,0.25,0.625,0.625,0.625,0,0.319,0.267,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.368,0.584,0 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0.783,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.793,0.128 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.429,0.295 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.157 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.343 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.272 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.257 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0.319,0.517,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0.347,0.0853 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0.267,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0744 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.0756 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0428 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0857 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.291 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0.638,0.0167,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.714,0.214 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,1,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.442,0 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0.3,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.397,0.257 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.199,0 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.302,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.741,0 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.608,0 -1,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.389,0.343 -1,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.551,0.0857 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.548,0.257 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.101,0 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.068 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.0732 -1,0.0495,0.521,0.521,0,0.25,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0784 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.133 -1,0.15,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.491 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.0857 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0428 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0428 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0.417,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.322,0.451,0.451,0,0.0833,0.625,0.625,0.625,0,0,0,0.386,0.734,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0857 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.171 -0.667,0.466,0.746,0.746,0,0.167,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0857 -0.667,0.595,0.887,0.887,0,0.85,0.762,0.762,0.762,0,0.255,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.19,0.352 -0.667,0.67,0.944,0.944,0,0.25,0.731,0.731,0.731,0,0.383,0.25,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0857 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.128 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.11 -0.667,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.0708 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0939 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0901 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.39 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.254 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.171 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.503 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.3 -0,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0857 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0428 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.112 -0.333,0.208,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0857 -0,0.0495,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.258,0.465,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.214 -0,0.0495,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.257 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0428 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.15,0.606,0.606,0,0.917,0.579,0.579,0.579,0,0.574,0,0.374,0.543,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0.0659,0 -0.667,0.181,0.662,0.662,0,1,0.609,0.609,0.609,0,0.383,0.583,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.539,0 -0.667,0.33,0.479,0.479,0,1,0.625,0.625,0.625,0,0,0.2,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.738,0.186 -0.667,0.337,0.324,0.324,0,0.667,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.847,0.137 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.847,0.128 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.471 -0,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.3 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.3 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.343 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.333,0.208,0.549,0.549,0,0.25,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.345 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.242 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0266 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0428 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0.117,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0.151,0,0.0428 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0.933,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0.793,0,0.0428 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.128 -0,0.0495,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428 -0,0.0495,0.437,0.437,0,0.417,0.64,0.64,0.64,0,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0857 -0.333,0.186,0.451,0.451,0,0.0833,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.208 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -1,0.868,0.887,0.887,0,0.917,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.385 -0.667,0.67,0.944,0.944,0,0.1,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0857 -1,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0,0.753,0.746,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0428 -1,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.554 -1,0.0495,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.128 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0.417,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,1,0.579,0.579,0.579,0,0.957,0.0833,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0.416,0 -1,0.0495,0.507,0.507,0,0.117,0.564,0.564,0.564,0,0,0.433,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0.199,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.171 -1,0.0495,0.606,0.606,0,0.25,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.149 -1,0.444,0.662,0.662,0,0,0.609,0.609,0.609,0,0.894,0,0.662,0.792,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.447,0.164 -1,0.47,0.479,0.479,0,0,0.625,0.625,0.625,0,0.0638,0.783,0.479,0.811,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.743,0.077 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.495,0.107 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.786,0.0689 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.555,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.547,0.257 -0.333,0.177,0.394,0.394,0,0.167,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.579,0.0428 -0.333,0.0495,0.437,0.437,0,0.0833,0.64,0.64,0.64,0.117,0,0,0.258,0.465,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.156,0,0.0428 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0.667,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.572,0,0.128 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0428 -0.667,0.258,0.746,0.746,0,0.417,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0428 -1,0.595,0.887,0.887,0,1,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0857 -1,0.67,0.944,0.944,0,0.367,0.731,0.731,0.731,0,0,0,0.715,0.784,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.471 -1,0.913,1,1,0,0.667,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.203 -1,0.727,0.972,0.972,0,0.1,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.128 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0901 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.138 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0.55,0.17,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0.486,0.0836,0 -1,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0.233,0.149,0.767,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.532,0 -0.667,0.178,0.338,0.338,0,0.1,0.64,0.64,0.64,0,0,0.283,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.746,0.257 -0.667,0.177,0.394,0.394,0,0.667,0.64,0.64,0.64,0,0,0,0.303,0.593,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.773,0.0428 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.611,0 -0.667,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.424,0 -0.667,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.347,0.3 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.646,0.128 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.55,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.462,0.45,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0.233,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.362,0.171 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.709,0.214 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0.518,0.0428 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.257 -1,0.249,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.704,0.679,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.3 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0551 -1,0.33,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.405,0.696,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.23 -1,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -1,0.468,0.338,0.338,0,0,0.609,0.609,0.609,0,0.638,0.267,0.338,0.811,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.357,0 -1,0.449,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0.783,0.352,0.83,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.502,0 -1,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.437,0.128 -1,0.305,0.394,0.394,0,0.6,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.3 -1,0.307,0.437,0.437,0,0.417,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.171 -1,0.322,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.386,0.734,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.171 -1,0.367,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.171 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0.05,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0.136,0,0.337 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.733,0,0,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.484,0,0.481 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.25,0,0.25 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.591 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0128 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.132 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0832 -1,0.251,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.263 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0809 -0.667,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.3 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0857 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.128 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428 -0.333,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0428 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0857 -0.667,0.466,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.3 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.332 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0828 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0763 -1,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.171 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.171 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.108 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0968 -1,0.116,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.424,0.57,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.268 -0.667,0.251,0.606,0.606,0,0.167,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.253 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0.617,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.165 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0.894,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.481,0.296 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0.0638,0.783,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.463,0.028 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.325,0.0857 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.712,0 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.138,0.0428 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.333,0.186,0.451,0.451,0,0.5,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.27 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.099 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.3 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.428 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.153 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0428 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0857 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0428 -1,0.0495,0.507,0.507,0,0.417,0.549,0.549,0.549,0,0.255,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0.125,0.0748 -1,0.351,0.606,0.606,0,1,0.579,0.579,0.579,0,0.702,0.333,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0.315,0.0653 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0.45,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0.529,0.239 -0.333,0.19,0.479,0.479,0,0.133,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0.5,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0.524,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0.362,0.0857 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0.482,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0.54,0.128 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0.711,0.0857 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0.81,0.128 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0.531,0.0428 -0.667,0.367,0.549,0.549,0,0.417,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -0.667,0.466,0.746,0.746,0,0.0833,0.731,0.731,0.731,0,0,0,0.584,0.809,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.171 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.0857 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.0428 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.128 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.164 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.125 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0.0428 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0.417,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.077 -0.667,0.251,0.606,0.606,0,0.85,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.171 -0,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.171 -0.333,0.0495,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.214 -0.333,0.0495,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0428 -0.333,0.0495,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.0495,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.258,0.465,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -0.667,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0 -0.667,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0 -0.667,0.208,0.549,0.549,0,0.667,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.328 -1,0.674,0.746,0.746,0,0.1,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.255 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.128 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857 -1,0.727,0.972,0.972,0,0.167,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.349 -1,0.638,0.831,0.831,0,0.85,0.67,0.67,0.67,0,0,0,0.831,0.755,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.107 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0428 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0.0428 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.126 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -0.667,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0403 -0.667,0.181,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.392,0.574,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0857 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.171 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.333,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.333,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.128 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0857 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.257 -0,0.0495,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.214 -0.333,0.0495,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.258,0.465,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.0428 -0.333,0.0495,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.258,0.465,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.214 -0.667,0.322,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.468,0.644,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -0.667,0.36,0.944,0.944,0,0.417,0.731,0.731,0.731,0,0,0,0.486,0.625,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -0.667,0.337,1,1,0,0.85,0.716,0.716,0.716,0,0,0,0.505,0.606,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0 -0.667,0.275,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.496,0.593,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -0.667,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0857 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.128 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.0857 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0.6,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.251,0.606,0.606,0,1,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -0.333,0.0495,0.662,0.662,0,0.183,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0428 -0.333,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.0428 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.495 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.098 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.419 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.203 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.604 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.377,0.709,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.153 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.214 -0.667,0.367,0.549,0.549,0,0.35,0.67,0.67,0.67,0,0.489,0,0.452,0.759,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0.342,0.0428 -0.667,0.466,0.746,0.746,0,1,0.731,0.731,0.731,0,0.468,0.517,0.584,0.809,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0.259,0.171 -1,0.868,0.887,0.887,0,0.183,0.762,0.762,0.762,0,0.809,0.267,0.887,1,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.365,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0.149,0.517,0.944,0.943,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.256,0.171 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.752,0.0428 -0.667,0.501,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.734,0.721,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.119 -1,0.638,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.831,0.755,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.176 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.113,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0563,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0307,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0205,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -1,0.0829,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.341,0.518,0.0358,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0 -1,0.0495,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0614,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0 -1,0.0495,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.11,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.0857 -1,0.0495,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.182,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.124 -0.667,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.241,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.287,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.147 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.315,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.338,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.128 -1,0.432,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.394,0.849,0.399,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0 -1,0.435,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.437,0.83,0.456,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.557 -1,0.458,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.451,0.868,0.502,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.0857 -1,0.526,0.549,0.549,0,0,0.67,0.67,0.67,0,0,0,0.549,0.906,0.527,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.3 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.545,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.171 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0.17,0,0.677,0.822,0.642,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0.0932,0.0428 -0.667,0.67,0.944,0.944,0,0,0.731,0.731,0.731,0,0.149,0.767,0.715,0.784,0.845,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0.195,0.171 -0.667,0.625,1,1,0,0,0.716,0.716,0.716,0,0,0.283,0.753,0.746,0.993,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.228 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.916,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.442,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.64,0.658,0.578,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.0428 -1,0.183,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.555,0.608,0.264,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0.0428 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0513,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.327,0.511,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.159 -1,0.15,0.507,0.507,0,0.5,0.549,0.549,0.549,0,0,0,0.507,0.623,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.0653 -1,0.351,0.606,0.606,0,0,0.579,0.579,0.579,0,0,0,0.606,0.698,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.156 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.32 -0.667,0.33,0.479,0.479,0,0.5,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.304 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.128 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.0428 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0946 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0857 -0.333,0.177,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428 -0.333,0.178,0.437,0.437,0,0,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.0428 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.286 -0.667,0.367,0.549,0.549,0,0.25,0.67,0.67,0.67,0,0,0,0.452,0.759,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.385 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0.128 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0.638,0.0833,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0.466,0.0428 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0.7,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0.257 -1,0.0495,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.258,0.465,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.258,0.465,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.258,0.465,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.258,0.465,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0.0939 -0.667,0.0495,0.507,0.507,0,0.417,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.167 -0.667,0.251,0.606,0.606,0,0.35,0.579,0.579,0.579,0,0,0,0.49,0.621,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.0139 -0.667,0.313,0.662,0.662,0,0,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0 -0.333,0.19,0.479,0.479,0,0,0.625,0.625,0.625,0,0,0,0.331,0.581,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0 -0.333,0.193,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.28,0.581,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0.162 -0.333,0.189,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.284,0.581,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0.29 -0.667,0.183,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.289,0.587,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.204 -0.667,0.178,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.284,0.593,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0.0428 -0.333,0.177,0.394,0.394,0,0.417,0.64,0.64,0.64,0,0,0,0.303,0.593,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.0428 -0.333,0.178,0.437,0.437,0,0.0833,0.64,0.64,0.64,0,0,0,0.317,0.587,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0,0,0.128 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0,0,0.343 -0.333,0.208,0.549,0.549,0,0.25,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.214 -1,0.674,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.746,0.981,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0.0428 -1,0.868,0.887,0.887,0,0,0.762,0.762,0.762,0.617,0,0,0.887,1,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0.615,0,0.3 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0.167,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0.666,0,0.0428 -1,0.913,1,1,0,0.417,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0.117,0,0 -1,0.727,0.972,0.972,0,0.6,0.701,0.701,0.701,0.617,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0.62,0,0.0428 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0.167,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0.463,0,0.0428 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.496,0,0 -1,0.0743,0.563,0.563,0,0,0.609,0.609,0.609,0,0,0,0.36,0.53,0.0947,1,0.512,0.0248,0.512,0.512,0.0236,0.0236,0.152,0.145,0.713,0,0 -1,0.0578,0.521,0.521,0,0,0.594,0.594,0.594,0,0,0,0.346,0.518,0.0461,1,0.267,0.00621,0.267,0.267,0.0236,0.0236,0.184,0.175,0,0,0.0857 -1,0.0495,0.521,0.521,0,0,0.579,0.579,0.579,0,0,0,0.346,0.511,0.023,1,0.221,0.00621,0.221,0.221,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.0495,0.507,0.507,0,0,0.564,0.564,0.564,0,0,0,0.341,0.505,0.0179,1,0.174,0.0124,0.174,0.174,0.0315,0.0315,0.184,0.175,0,0,0.171 -1,0.0495,0.465,0.465,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0282,1,0.186,0.0435,0.186,0.186,0.063,0.063,0.298,0.284,0,0,0 -0.667,0.0495,0.507,0.507,0,0,0.549,0.549,0.549,0,0,0,0.258,0.465,0.0461,1,0.209,0.0745,0.209,0.209,0.118,0.118,0.425,0.405,0,0,0.214 -0.667,0.0495,0.606,0.606,0,0.417,0.579,0.579,0.579,0,0,0,0.258,0.465,0.0742,1,0.302,0.18,0.302,0.302,0.205,0.205,0.362,0.345,0,0,0.296 -0.667,0.313,0.662,0.662,0,1,0.609,0.609,0.609,0,0,0,0.527,0.683,0.102,1,0.384,0.286,0.384,0.384,0.346,0.346,0.152,0.145,0,0,0.157 -0.667,0.33,0.479,0.479,0,0.1,0.625,0.625,0.625,0,0,0,0.405,0.696,0.125,1,0.384,0.273,0.384,0.384,0.661,0.661,0.152,0.145,0,0,0.107 -0.667,0.337,0.324,0.324,0,0,0.625,0.625,0.625,0,0,0,0.302,0.696,0.148,1,0.372,0.255,0.372,0.372,0.953,0.953,0.121,0.115,0,0,0 -0.667,0.328,0.338,0.338,0,0,0.609,0.609,0.609,0,0,0,0.311,0.696,0.166,1,0.384,0.273,0.384,0.384,1,1,0.0952,0.0907,0,0,0 -0.667,0.316,0.352,0.352,0,0,0.609,0.609,0.609,0,0,0,0.321,0.709,0.184,1,0.384,0.286,0.384,0.384,0.953,0.953,0.0889,0.0847,0,0,0.0428 -0.667,0.307,0.338,0.338,0,0,0.64,0.64,0.64,0,0,0,0.311,0.721,0.194,1,0.372,0.261,0.372,0.372,0.945,0.945,0.0889,0.0847,0,0,0 -0.667,0.305,0.394,0.394,0,0,0.64,0.64,0.64,0,0,0,0.349,0.721,0.22,1,0.372,0.236,0.372,0.372,0.709,0.709,0.0889,0.0847,0,0,0.171 -0.667,0.307,0.437,0.437,0,0,0.64,0.64,0.64,0.367,0,0,0.377,0.709,0.233,1,0.372,0.304,0.372,0.372,0.591,0.591,0.152,0.145,0.418,0,0.0857 -0.333,0.186,0.451,0.451,0,0,0.625,0.625,0.625,0.417,0,0,0.322,0.6,0.261,1,0.384,0.366,0.384,0.384,0.48,0.48,0.368,0.351,0.273,0,0.0428 -0.333,0.208,0.549,0.549,0,0.25,0.67,0.67,0.67,0,0,0,0.355,0.612,0.325,1,0.523,0.683,0.523,0.523,0.291,0.291,0.8,0.762,0,0,0.257 -0.333,0.258,0.746,0.746,0,0,0.731,0.731,0.731,0,0,0,0.421,0.637,0.399,1,0.663,1,0.663,0.663,0.181,0.181,0.775,0.738,0,0,0 -0.667,0.595,0.887,0.887,0,0,0.762,0.762,0.762,0,0,0,0.677,0.822,0.537,1,0.767,0.714,0.767,0.767,0.102,0.102,0.432,0.411,0,0,0.214 -1,0.98,0.944,0.944,0,0,0.731,0.731,0.731,0,0,0,0.944,0.943,0.752,1,0.884,0.435,0.884,0.884,0.063,0.063,0.387,0.369,0,0,0 -1,0.913,1,1,0,0,0.716,0.716,0.716,0,0,0,1,0.887,0.929,1,0.942,0.273,0.942,0.942,0.0315,0.0315,0.324,0.308,0,0,0.0857 -1,0.727,0.972,0.972,0,0,0.701,0.701,0.701,0,0,0,0.972,0.849,0.88,1,1,0.118,1,1,0.0236,0.0236,0.273,0.26,0,0,0.0857 -1,0.246,0.831,0.831,0,0,0.67,0.67,0.67,0,0,0,0.449,0.562,0.532,1,0.872,0.0807,0.872,0.872,0.0236,0.0236,0.152,0.145,0,0,0 -1,0.116,0.704,0.704,0,0,0.625,0.625,0.625,0,0,0,0.407,0.537,0.23,1,0.756,0.0435,0.756,0.756,0.0236,0.0236,0.152,0.145,0.19,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.171 -1,0.114,0.401,0.401,0,0.717,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.203 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.239 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.217 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0.936,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.482,0.3 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.517,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.524,0.171 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.0884,0.343 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0.717,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857 -0.667,0.326,0.434,0.434,0,1,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857 -0.667,0.395,0.59,0.59,0,0.967,0.949,0.949,0.949,0.667,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.48,0,0.0857 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0.1,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.652,0,0.0857 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.28,0,0.128 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.156 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.282 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.192 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.112 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.3 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0857 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428 -0.333,0.175,0.278,0.278,0,0.467,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0857 -0.333,0.171,0.267,0.267,0,0.0167,0.831,0.831,0.831,0.767,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.789,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.1,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.175 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857 -0.667,0.395,0.59,0.59,0,0.717,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.237 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.302 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.046 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.358 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.548 -0.667,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.49 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.104 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.129 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.362 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.171 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.199 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.134 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.127 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0.75,0.106,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.706,0.037,0.187 -1,0.409,0.312,0.312,0,0.55,0.831,0.831,0.831,0.267,0.511,0.483,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.139,0.278,0.321 -0.667,0.29,0.345,0.345,0,0.167,0.831,0.831,0.831,0,0,0.55,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428 -0.667,0.298,0.356,0.356,0,0.05,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.257 -0.667,0.326,0.434,0.434,0,0.183,0.87,0.87,0.87,0.5,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.63,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0.267,0.106,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.295,0.106,0.128 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,1,0.511,0.483,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.47,0.78,0.214 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.0167,0,0.283,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.441,0,0 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.214 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0.75,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.674,0,0 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0.267,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.445,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.518,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0.396,0,0.132 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0744 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.182 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0694 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.154 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.062 -1,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.3 -0.667,0.0495,0.278,0.278,0,0.55,0.791,0.791,0.791,0,0.298,0,0.258,0.465,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.14,0.171 -0.667,0.171,0.267,0.267,0,0.667,0.831,0.831,0.831,0,0,0.767,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.527,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.519,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.259,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428 -0,0.0495,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.258,0.465,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.385 -0,0.0495,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.258,0.465,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.214 -0.333,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0428 -0.333,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0.298,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.371,0 -0.667,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0.983,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.482,0.0857 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0.05,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.166,0.404,0 -1,0.124,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.445,0.522,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0.666,0.257 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0.76,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.391,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.596,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0428 -1,0.147,0.478,0.478,0,0.717,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0857 -0.667,0.177,0.523,0.523,0,0.983,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0428 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0.767,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.45,0,0.228 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.375 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.561 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0.617,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.291,0.128 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.767,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.672,0.171 -0.667,0.326,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.207,0 -0.667,0.395,0.59,0.59,0,0.25,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.3 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0.667,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.555,0,0 -0.667,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0.1,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.866,0,0.128 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.128 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.171 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.298 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0857 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.164 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0.936,0.15,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.691,0.171 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.883,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.773,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.539,0.0428 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.674,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.429,0.0428 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.463,0.0428 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.428,0.0428 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0.417,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.396,0.529,0.128 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0.6,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.757,0.49,0.0428 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.489,0.921,0.128 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.603,0.0836,0.0857 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.531,0,0.0857 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.764,0,0.0428 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.16,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0.233,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.201 -0.667,0.305,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.155 -0.667,0.318,0.378,0.378,0,0.5,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.465 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0.767,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.718,0,0.171 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0857 -0.333,0.175,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0857 -0.333,0.171,0.267,0.267,0,1,0.831,0.831,0.831,0.167,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.276,0,0.0428 -0.333,0.169,0.312,0.312,0,0.233,0.831,0.831,0.831,0.85,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.59,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.421,0,0.0857 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.647,0,0.0428 -0.333,0.188,0.434,0.434,0,0.233,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0.298,0.517,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.328,0.171 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.633,0.214 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.418,0.128 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.886,0.128 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.307,0.118 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0917 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.182 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0.217,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.185,0.256,0.256,0,0.267,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0857 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.171 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128 -0.667,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.257 -1,0.736,0.701,0.701,0,0.967,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.208 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.26 -1,0.928,0.79,0.79,0,0.467,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0529 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.138 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.359 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.559 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.128 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.128 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0428 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0428 -1,0.0495,0.401,0.401,0,0.467,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.245,0.478,0.478,0,0.5,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0.167,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.282,0,0 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0.6,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.696,0,0.249 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.458,0,0.195 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.679,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.194,0,0.271 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0.417,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.328,0,0 -1,0.326,0.434,0.434,0,0.233,0.87,0.87,0.87,0.35,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.301,0,0.171 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0857 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0428 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171 -1,0.928,0.79,0.79,0,0.483,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.206 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.128 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.423 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.257 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0.483,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.134 -0.667,0.185,0.256,0.256,0,0.05,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.192 -0.333,0.181,0.267,0.267,0,0.917,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0826 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.208 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.316 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.285 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0.667,0.326,0.434,0.434,0,0.05,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.428 -0.667,0.395,0.59,0.59,0,0.433,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.171 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.223 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.176 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.136 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0686 -1,0.0816,0.401,0.401,0,0.3,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0739 -0.667,0.0495,0.478,0.478,0,0.917,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.177,0.523,0.523,0,0.233,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.39 -0.667,0.292,0.267,0.267,0,0.483,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.379 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.459 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.223 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0.106,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.0273,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0.83,0.233,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.317,0.128 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0.283,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.519,0.0857 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.838,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.346,0.171 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.286 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0794 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.225 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0428 -0.667,0.147,0.478,0.478,0,0.717,0.752,0.752,0.752,0.417,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.387,0,0 -0.667,0.305,0.523,0.523,0,0.25,0.791,0.791,0.791,0.35,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.153,0,0.152 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.251 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.254 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.469 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.132 -0.333,0.17,0.345,0.345,0,0.217,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0857 -0.333,0.174,0.356,0.356,0,0.0167,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.214 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.171 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.667,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.538,0,0.0677 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.35,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.265,0,0.0953 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.251 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0548 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.43 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0768 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0.917,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.423,0,0.122 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0.1,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.633,0,0.0857 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.499,0,0.0428 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.301,0,0.3 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.171 -0.333,0.169,0.312,0.312,0,0.217,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.171 -0.333,0.17,0.345,0.345,0,0.75,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.278 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0.167,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.346,0,0.0629 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.6,0.617,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.261,0.431,0.0734 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0.9,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.362,0.171 -1,0.302,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.133,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.204,0.0428 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0.325,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.11 -1,0.342,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.337 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.128 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.128 -0.333,0.181,0.267,0.267,0,0.217,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.128 -0.333,0.175,0.278,0.278,0,0.5,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.257 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0.417,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.348,0,0.128 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0.35,0.319,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.0951,0.00965,0.0857 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0.298,0.65,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.514,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.117,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.584,0.214 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.286 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0.417,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.384,0,0 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.35,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.548,0,0.376 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0.298,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.545,0.0884,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.767,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.43,0.569,0.325 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0837 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.123 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.3 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0428 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.163 -0.333,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0857 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0.617,0.4,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.42,0.343 -0.667,0.292,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.367,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.635,0.0857 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.116,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.32 -0.667,0.0495,0.356,0.356,0,0.483,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857 -0.667,0.222,0.59,0.59,0,0.217,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.201 -0.333,0.278,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.405,0.574,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.121 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.128 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.149 -1,0.177,0.523,0.523,0,0.717,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0832 -0.333,0.0495,0.378,0.378,0,0.5,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.214 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0.767,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.514,0,0.0857 -0.333,0.222,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.499,0,0.0857 -0.667,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.351 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.167,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.2,0,0.214 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0.85,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.688,0,0.0857 -0.667,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -1,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.171 -0.667,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.214 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.189 -1,0.507,0.701,0.701,0,0.483,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.399 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.3 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.128 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.3 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0.3,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.185,0.256,0.256,0,0.183,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.0866,0,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0.767,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.676,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0.694,0,0.0428 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0.0543,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.3 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.237 -1,0.736,0.701,0.701,0,0.233,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.249 -0.667,0.331,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.42,0.559,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.171 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.11 -1,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.237 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.205 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.128 -0.333,0.171,0.267,0.267,0,0.967,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.14 -0.667,0.289,0.312,0.312,0,1,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.29,0.345,0.345,0,0.467,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0857 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.3 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0.936,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.391,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0.917,0,0.767,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.37,0.532,0.171 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.1,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.411 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0857 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0428 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.165 -1,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.177,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.206 -0.667,0.318,0.378,0.378,0,0.75,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0732 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.246 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0577 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.171 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.3 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.128 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0.467,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0.667,0.326,0.434,0.434,0,0.5,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.3 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0.167,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.319,0,0.3 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.6,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.514,0,0 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.322 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.171 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0825 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0582 -1,0.305,0.523,0.523,0,0.483,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.118 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.076 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.214 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.185 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.495 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.125 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.6 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0.217,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.051,0.367,0.367,0,0.267,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.311 -0.667,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0615 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.359 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.391 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0.617,0.15,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.379,0.171 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.367,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.407,0.0428 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.482,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.305,0 -0.333,0.174,0.356,0.356,0,0.217,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857 -0.333,0.188,0.434,0.434,0,0.75,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0857 -0.333,0.222,0.59,0.59,0,0.467,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.171 -1,0.736,0.701,0.701,0,0.25,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.214 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.11 -1,0.305,0.523,0.523,0,0.233,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.158 -0.667,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0.319,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.0965,0.331 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0.617,0.4,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.236,0.113 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0.367,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.543,0.0988 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.218 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.301 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.227 -0.667,0.29,0.345,0.345,0,0.217,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.156 -0.667,0.298,0.356,0.356,0,0.267,0.811,0.811,0.811,0,0.617,0.4,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.596,0 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0.117,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.648,0.0428 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.559,0.128 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.603,0.514 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.342,0.255 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.214 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.128 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.214 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0927 -1,0.0816,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.214 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.0495,0.267,0.267,0,0.55,0.791,0.791,0.791,0,0,0,0.258,0.465,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -1,0.3,0.278,0.278,0,0.667,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.146 -1,0.409,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.115 -1,0.41,0.345,0.345,0,0.233,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.137 -1,0.422,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.225 -1,0.464,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.3 -1,0.567,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.176 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.128 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.295 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.273 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.257 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.36,0.473,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.353,0.463,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0662 -1,0.443,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0997 -1,0.426,0.278,0.278,0,0.483,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.137 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.667,0.29,0.345,0.345,0,0,0.831,0.831,0.831,0,0.298,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.175,0.123 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.767,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.424,0.182 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.399,0.295 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.529,0 -0.333,0.278,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.442,0.257 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.527,0.106 -0.667,0.342,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.435,0.544,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.171 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.214 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0816,0.401,0.401,0,0.217,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.225 -1,0.342,0.478,0.478,0,0.5,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0825 -0.667,0.305,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0906 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.306 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.106 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.293 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.233 -0.333,0.171,0.267,0.267,0,0.467,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.198 -0.667,0.289,0.312,0.312,0,0.75,0.831,0.831,0.831,0,0,0,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.153 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.257 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0857 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0.667,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.591,0,0.171 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0.35,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.131,0,0 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.14 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.214 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.245,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.236 -1,0.433,0.523,0.523,0,0,0.791,0.791,0.791,0,0.617,0.15,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.26,0.0768 -0.667,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0.617,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.228,0.102 -0.667,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.592,0 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.314,0.246 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.521,0.171 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.809,0.0857 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.592,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.518,0 -0.667,0.298,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.542,0.257 -0.667,0.326,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.201,0 -0.667,0.395,0.59,0.59,0,0.967,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.781,0.385 -1,0.736,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.635,0.0857 -1,0.895,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.129,0.475 -1,0.928,0.79,0.79,0,1,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.256 -1,0.807,0.768,0.768,0,0.9,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.464 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.295 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.165 -0.667,0.177,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.076 -0.333,0.184,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.134 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0857 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.3 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.3 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.345,0.345,0,0.233,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.257 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0.667,0.326,0.434,0.434,0,0.967,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.736,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0428 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0.767,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.606,0,0.171 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.343 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.257 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0525,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.276 -1,0.114,0.401,0.401,0,0.217,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0891 -1,0.245,0.478,0.478,0,1,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.202 -0.667,0.305,0.523,0.523,0,1,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.274 -0.333,0.184,0.378,0.378,0,0.95,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.162 -0.333,0.185,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428 -0.333,0.181,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.175,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.128 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171 -0.667,0.395,0.59,0.59,0,0.967,0.949,0.949,0.949,0.667,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.611,0,0.0428 -0.667,0.507,0.701,0.701,0,0.483,0.989,0.989,0.989,0.35,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.749,0,0.187 -1,0.895,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.535,0,0 -1,0.635,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.531,0,0.0857 -1,0.555,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.35,0,0.128 -1,0.2,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.427 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.147,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.171,0.267,0.267,0,0.75,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.169,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.17,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.174,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128 -0.333,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128 -0.333,0.222,0.59,0.59,0,0.717,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.128 -1,0.736,0.701,0.701,0,0.983,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.128 -0.667,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.635,0.79,0.79,0,0.217,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.555,0.768,0.768,0,0.0167,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428 -1,0.35,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.128 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0656 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0977 -1,0.318,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.239 -1,0.321,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.183 -0.667,0.312,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.121 -0.667,0.3,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.302 -1,0.413,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.267,0.671,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.111 -1,0.289,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428 -1,0.29,0.345,0.345,0,0.8,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128 -1,0.174,0.356,0.356,0,0.417,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -1,0.188,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.395,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.128 -1,0.507,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.257 -1,0.613,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.342 -1,0.928,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.343 -1,0.807,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.128 -1,0.5,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.122 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.178 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.0428 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.153 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.219 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0491 -1,0.299,0.255,0.255,0,0.233,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.166 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.0428 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.127 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.217 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.257 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.428 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.465 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.336 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.236 -0.333,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0428 -0.333,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0428 -0.333,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.403 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.14 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.128 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0.7,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0.217,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.13 -0.667,0.295,0.521,0.521,0,0.483,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0857 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.171 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.417,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.409,0,0.139 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0.317,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.688,0,0.214 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0.667,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.419,0,0.0428 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0.0667,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.531,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.715,0,0.0428 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.684,0,0 -1,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0.53,0,0.0857 -1,0.291,0.587,0.587,0,0.967,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.241,0,0.257 -1,0.339,0.698,0.698,0,0.2,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.171 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.3 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.128 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.278 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.141 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.104 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.4 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.139 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.196 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.139 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.178 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.128 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.323 -0.667,0.269,0.355,0.355,0,0.217,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428 -0.333,0.162,0.432,0.432,0,0.483,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.128 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0857 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.373 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0428 -1,0.0495,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.258,0.465,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.171 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.2 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.214 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0857 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.343 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.162 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.351 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.214 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.171 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.471 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.421 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.194 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.175 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.23 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.111 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.527 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.257 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0857 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.128 -0.333,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.416 -0.667,0.429,0.742,0.742,0,0.467,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0756 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0428 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.28 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0794 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0857 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -0.667,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.104 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.113 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.255 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0857 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.214 -0.333,0.159,0.355,0.355,0,0.217,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.214 -0.667,0.274,0.432,0.432,0,0.0167,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.128 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.3 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.667,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.209,0,0.0857 -1,0.619,0.742,0.742,0,0.717,0.949,0.949,0.949,0.0667,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.273 -1,0.783,0.787,0.787,0,0.933,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.301 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0857 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.3 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0428 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0.0638,0,0.337,0.581,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0.255,0.233,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.547,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.381,0 -0.333,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.131,0,0.0857 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0.967,0.383,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.295,0.121,0 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0.0167,0.596,0.417,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0.46,0.214 -1,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0.317,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0.477,0.0428 -1,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.128 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0.467,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.474,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.517,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.543,0,0.214 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.126,0,0.328 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.185 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.214 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.291 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.257 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.214 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.0428 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0405 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.184 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0423 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.161 -0.667,0.164,0.277,0.277,0,0.0167,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.123 -0.667,0.16,0.266,0.266,0,0.45,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.214 -1,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.268 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.166 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.214 -0.333,0.162,0.432,0.432,0,0.0167,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.11 -0.667,0.291,0.587,0.587,0,1,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0857 -1,0.484,0.698,0.698,0,0.633,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0428 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.557 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.128 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0857 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0441 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.092 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.158 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.367 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.214 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0857 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0.217,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0428 -0.333,0.17,0.266,0.266,0,1,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.128 -0.333,0.164,0.277,0.277,0,1,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0.133,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.214 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.128 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171 -1,0.412,0.587,0.587,0,0.717,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.502 -1,0.484,0.698,0.698,0,0.45,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.42 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.167,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.312,0,0.299 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0.817,0.638,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.637,0.103,0.376 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0.0213,0.867,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.642,0.0884,0.217 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0.117,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.128 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.201 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.187 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0653 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.35 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.316 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0857 -0,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.128 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428 -0.667,0.159,0.355,0.355,0,0.467,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.162,0.432,0.432,0,0.45,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.125 -1,0.291,0.587,0.587,0,0.483,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.343 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0428 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0857 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0428 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.331 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.214 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.224 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0422 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0563 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.282 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0984 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.128 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0428 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.2 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.257 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.3 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.354 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.205 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.214 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.295 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0428 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.171 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.0857 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0857 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.685 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0.667,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.587,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0.0667,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0.667,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.579,0,0.0428 -0.667,0.339,0.698,0.698,0,0.217,0.989,0.989,0.989,0.0667,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0986 -1,0.619,0.742,0.742,0,1,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.444 -1,0.783,0.787,0.787,0,0.2,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.293 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0857 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.214 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0518,0.366,0.366,0,0.95,0.712,0.712,0.712,0,0,0,0.33,0.472,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.11,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.352,0.482,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.362 -0.667,0.295,0.521,0.521,0,0.717,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0428 -0.667,0.301,0.377,0.377,0,0.933,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.142 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0857 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.269,0.355,0.355,0,0.233,0.811,0.811,0.811,0,0,0,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.557 -1,0.412,0.587,0.587,0,0.217,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0 -1,0.484,0.698,0.698,0,0.25,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.128 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.171 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.184 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.3 -0.667,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0857 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0777 -0.667,0.172,0.521,0.521,0,0.0167,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.245 -0.667,0.175,0.377,0.377,0,0.217,0.811,0.811,0.811,0.467,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.557,0,0.109 -0.667,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0.267,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.63,0,0 -0.667,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.406,0,0.0428 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.727,0,0.3 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.501,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.128 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.667,0.274,0.432,0.432,0,0.267,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.0857 -0.667,0.291,0.587,0.587,0,0.433,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0428 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.214 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.128 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428 -1,0.597,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.3 -1,0.249,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.554,0.534,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.178 -1,0.175,0.377,0.377,0,0.0167,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.424,0.255,0.255,0,0.45,0.811,0.811,0.811,0.217,0,0,0.255,0.638,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.233,0,0 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0.517,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.299,0,0.0428 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0.467,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.397,0,0.128 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0.267,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0.545,0,0.0857 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0.255,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171 -1,0.412,0.587,0.587,0,0.267,0.949,0.949,0.949,0,0,0,0.587,0.772,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.642 -1,0.484,0.698,0.698,0,0.433,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0857 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0428 -1,0.783,0.787,0.787,0,0.767,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.557 -1,0.88,0.765,0.765,0,0.4,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.166 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.149 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.171 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.0495,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0857 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0.319,0.383,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.357,0.171 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0.85,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.616,0.3 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.825,0.171 -1,0.538,0.787,0.787,0,0.217,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.249,0.128 -1,0.88,0.765,0.765,0,0.0167,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.171 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.257 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.167 -0.333,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0428 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0.233,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0428 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0.319,0.633,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0.399,0 -0.333,0.16,0.266,0.266,0,0.467,0.831,0.831,0.831,0,0,0.1,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.214 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.24 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.119 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.257 -1,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.128 -1,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.128 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0.733,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.589,0,0.214 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.257 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0.7,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.144 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.315 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.093 -0.333,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0672 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0.417,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.336,0,0.0857 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.317,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.0968,0,0.0857 -0.333,0.164,0.277,0.277,0,0.217,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -0.667,0.271,0.266,0.266,0,0.717,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0857 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.257 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0428 -0,0.0495,0.698,0.698,0,0,0.989,0.989,0.989,0,0.66,0.367,0.258,0.465,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0.678,0.0857 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0.617,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.982,0.0428 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.559,0.0857 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.128 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0857 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -0.667,0.0495,0.399,0.399,0,0.233,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0.25,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.131 -0.667,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.348 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0428 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.171 -0,0.0495,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.257 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0999 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -0.333,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.0428 -0.333,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.171 -1,0.484,0.698,0.698,0,0.217,0.989,0.989,0.989,0.733,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.693,0,0 -1,0.619,0.742,0.742,0,0.25,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.0428 -1,0.232,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.39,0.508,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.199 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.201 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.0857 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0.717,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.194 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.141 -0.333,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0428 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.343 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.0495,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857 -0.333,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.128 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0.733,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.601,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.66,0,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.659,0,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.0968,0,0.214 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.477 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.171 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -1,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0427 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.185 -0.667,0.279,0.277,0.277,0,0.233,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -1,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.214 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.3 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.171 -0.667,0.274,0.432,0.432,0,0.267,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.257 -0.667,0.291,0.587,0.587,0,0.433,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.224 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.396 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.149 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.128 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.042 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0848 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.124 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.667,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.667,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -1,0.291,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.263,0.581,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -1,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0 -1,0.386,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.432,0.713,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.214 -0.667,0.291,0.587,0.587,0,0.267,0.949,0.949,0.949,0,0,0,0.477,0.67,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.128 -1,0.484,0.698,0.698,0,0.2,0.989,0.989,0.989,0.717,0,0,0.698,0.787,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.513,0,0.128 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.267,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.613,0,0.0857 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.649,0,0.0428 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.752,0,0.171 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0.671,0,0.214 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0.261,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.186 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.214 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0.217,0.752,0.752,0.752,0,0.66,0.117,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0.283,0.119 -1,0.417,0.521,0.521,0,0.95,0.791,0.791,0.791,0,0,0.367,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0.863,0.0927 -1,0.427,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.377,0.638,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.209,0 -1,0.424,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.255,0.638,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.695,0 -1,0.411,0.266,0.266,0,0.717,0.791,0.791,0.791,0,0,0,0.266,0.638,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.953,0 -0.667,0.279,0.277,0.277,0,0.45,0.791,0.791,0.791,0.417,0,0,0.271,0.591,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.537,0.455,0.257 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0.317,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.112,0,0.0857 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0428 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.214 -0.333,0.162,0.432,0.432,0,0.217,0.87,0.87,0.87,0,0,0,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.0857 -0.333,0.17,0.587,0.587,0,0.25,0.949,0.949,0.949,0,0.979,0.117,0.368,0.568,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0.241,0.3 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.667,0.638,0.117,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.528,0.378,0.0428 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0.317,0.0213,0.733,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.666,0.58,0 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.307,0.539,0.0857 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.351 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.128 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0506,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0722 -1,0.417,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.521,0.623,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.403 -0.667,0.301,0.377,0.377,0,0,0.811,0.811,0.811,0,0.319,0,0.337,0.581,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0.135,0.3 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0.883,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0.251,0.3 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0.1,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0.444,0.214 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0857 -0.333,0.16,0.266,0.266,0,0.7,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.667,0.269,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.293,0.6,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0.319,0.133,0.322,0.61,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.323,0.0428 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0.85,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0.342,0.214 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.3 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.175 -1,0.619,0.742,0.742,0,0.717,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.197 -1,0.783,0.787,0.787,0,0.217,0.93,0.93,0.93,0.733,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.724,0,0.27 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.0806,0,0.277 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.128 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0.467,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.0428 -1,0.0495,0.366,0.366,0,0.233,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.378 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.385 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.365 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.13 -0.333,0.0495,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.343 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0,0.0495,0.355,0.355,0,0,0.811,0.811,0.811,0,0.66,0.117,0.258,0.465,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0.333,0.171 -0.333,0.162,0.432,0.432,0,0.217,0.87,0.87,0.87,0,0,0.617,0.316,0.548,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.128 -0.667,0.291,0.587,0.587,0,0.25,0.949,0.949,0.949,0,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0857 -0.667,0.339,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.0428 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.128 -1,0.294,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.434,0.543,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.347 -1,0.326,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.427,0.533,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.553 -1,0.0495,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.0584 -0.667,0.172,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.163 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.113 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.114 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.214 -0,0.0495,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0857 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.128 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.214 -0.667,0.274,0.432,0.432,0,0.233,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.257 -0.667,0.291,0.587,0.587,0,0,0.949,0.949,0.949,0.417,0,0,0.477,0.67,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.382,0,0 -0.667,0.339,0.698,0.698,0,0.467,0.989,0.989,0.989,0.317,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.484,0,0.3 -1,0.619,0.742,0.742,0,0.7,0.949,0.949,0.949,0,0,0,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0.621,0,0.0428 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.341,0,0.0428 -0.667,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0.638,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.161,0.0857 -0.667,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0.0213,0.233,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.593,0.214 -1,0.116,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.357,0.488,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0857 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.213 -1,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0.164 -1,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.364 -1,0.295,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.433,0.571,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.131 -0.333,0.0495,0.377,0.377,0,0.233,0.811,0.811,0.811,0,0,0,0.258,0.465,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0857 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.214 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.0857 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.333 -0.667,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.253 -0.667,0.0495,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0 -0.667,0.159,0.355,0.355,0,0.467,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.385 -1,0.412,0.587,0.587,0,0,0.949,0.949,0.949,0.417,0,0,0.587,0.772,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0.492,0,0 -1,0.484,0.698,0.698,0,0,0.989,0.989,0.989,0.317,0.66,0.117,0.698,0.787,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0.363,0.653,0 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0.367,0.742,0.742,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0.412,0.0857 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0857 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0857 -1,0.183,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.455,0.511,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0743,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.32,0.483,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0.349 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0857 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -0.667,0.0495,0.366,0.366,0,0.233,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.331,0.493,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.297,0.523,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0.153,0,0 -0.667,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0.967,0,0,0.257,0.523,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0.491,0,0.257 -0.667,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0.0167,0,0,0.26,0.523,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0.149,0,0 -0.667,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0.733,0,0,0.264,0.528,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0.659,0,0.0857 -0.667,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0.565,0,0.557 -0.667,0.269,0.31,0.31,0,0.233,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0.275,0,0 -0.667,0.268,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.315,0.591,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428 -0.667,0.269,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.322,0.61,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.0428 -0.667,0.274,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.374,0.63,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.0896 -0,0.0495,0.587,0.587,0,0.767,0.949,0.949,0.949,0,0,0,0.258,0.465,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.514 -0.333,0.194,0.698,0.698,0,0.167,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.257 -1,0.619,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.742,0.742,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.0857 -1,0.783,0.787,0.787,0,0,0.93,0.93,0.93,0,0,0,0.787,0.698,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0,0.0426 -1,0.88,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0,0.765,0.668,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0,0.197 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0404 -1,0.0495,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0966,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0483,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0264,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0176,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0308,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.0495,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0527,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0 -1,0.0495,0.521,0.521,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0944,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0 -1,0.0495,0.377,0.377,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.156,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0.0399 -1,0.299,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.256,0.581,0.206,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.135 -1,0.411,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.266,0.638,0.246,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0.208 -0.667,0.279,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.271,0.591,0.27,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.263,0.6,0.29,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0.0428 -0.667,0.269,0.31,0.31,0,0.233,0.831,0.831,0.831,0,0,0,0.293,0.6,0.343,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0.0428 -1,0.378,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.344,0.653,0.391,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0857 -0.667,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.431,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.3 -0.667,0.162,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.316,0.548,0.452,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171 -0.667,0.17,0.587,0.587,0,0,0.949,0.949,0.949,0,0,0,0.368,0.568,0.468,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0857 -0.667,0.194,0.698,0.698,0,0,0.989,0.989,0.989,0,0,0,0.405,0.572,0.551,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.171 -0.667,0.239,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.419,0.558,0.725,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0.214 -1,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0,0.66,0,0.61,0.62,0.852,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0,0.281,0 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0,0,0.483,0.596,0.6,0.786,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0,0.671,0.256 -1,0.597,0.654,0.654,0,0.267,0.87,0.87,0.87,0,0,0,0.654,0.594,0.496,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0.4,0.0711 -1,0.183,0.554,0.554,0,0.433,0.811,0.811,0.811,0,0,0,0.455,0.511,0.226,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.107 -1,0.099,0.443,0.443,0,0,0.791,0.791,0.791,0,0,0,0.381,0.501,0.0813,1,0.445,0.0224,0.445,0.445,0.0205,0.0205,0.15,0.188,0,0,0 -1,0.0578,0.41,0.41,0,0,0.771,0.771,0.771,0,0,0,0.308,0.474,0.0395,1,0.233,0.00559,0.233,0.233,0.0205,0.0205,0.182,0.228,0,0,0.0857 -1,0.0495,0.41,0.41,0,0,0.752,0.752,0.752,0,0,0,0.308,0.469,0.0198,1,0.192,0.00559,0.192,0.192,0.0205,0.0205,0.15,0.188,0,0,0.128 -1,0.0495,0.399,0.399,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0154,1,0.152,0.0112,0.152,0.152,0.0274,0.0274,0.182,0.228,0,0,0.0428 -1,0.0495,0.366,0.366,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0242,1,0.162,0.0391,0.162,0.162,0.0548,0.0548,0.294,0.369,0,0,0.0857 -1,0.0495,0.399,0.399,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0395,1,0.182,0.0671,0.182,0.182,0.103,0.103,0.419,0.526,0,0,0 -1,0.236,0.477,0.477,0,0,0.752,0.752,0.752,0,0,0,0.404,0.521,0.0637,1,0.263,0.162,0.263,0.263,0.178,0.178,0.357,0.447,0,0,0.273 -0.667,0.172,0.521,0.521,0,0.217,0.791,0.791,0.791,0,0,0,0.345,0.518,0.0879,1,0.334,0.257,0.334,0.334,0.301,0.301,0.15,0.188,0,0,0.0428 -0.667,0.175,0.377,0.377,0,0.25,0.811,0.811,0.811,0,0,0,0.297,0.523,0.108,1,0.334,0.246,0.334,0.334,0.575,0.575,0.15,0.188,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.811,0.811,0.811,0,0,0,0.257,0.523,0.127,1,0.324,0.229,0.324,0.324,0.829,0.829,0.119,0.149,0,0,0.0428 -0.333,0.17,0.266,0.266,0,0,0.791,0.791,0.791,0,0,0,0.26,0.523,0.143,1,0.334,0.246,0.334,0.334,0.87,0.87,0.0939,0.118,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.791,0.791,0.791,0,0,0,0.264,0.528,0.158,1,0.334,0.257,0.334,0.334,0.829,0.829,0.0876,0.11,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.831,0.831,0.831,0,0,0,0.26,0.533,0.167,1,0.324,0.235,0.324,0.324,0.822,0.822,0.0876,0.11,0,0,0 -0.333,0.159,0.31,0.31,0,0,0.831,0.831,0.831,0,0,0,0.275,0.533,0.189,1,0.324,0.212,0.324,0.324,0.616,0.616,0.0876,0.11,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.831,0.831,0.831,0,0,0,0.286,0.528,0.2,1,0.324,0.274,0.324,0.324,0.514,0.514,0.15,0.188,0,0,0.0428 -0.333,0.159,0.355,0.355,0,0,0.811,0.811,0.811,0,0,0,0.29,0.538,0.224,1,0.334,0.33,0.334,0.334,0.418,0.418,0.363,0.455,0,0,0.171 -0.333,0.0495,0.432,0.432,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.279,1,0.455,0.615,0.455,0.455,0.253,0.253,0.789,0.989,0,0,0.171 -0.333,0.0495,0.587,0.587,0,0.217,0.949,0.949,0.949,0,0,0,0.258,0.465,0.343,1,0.577,0.9,0.577,0.577,0.158,0.158,0.764,0.958,0,0,0.0857 -0.667,0.339,0.698,0.698,0,0.25,0.989,0.989,0.989,0,0,0,0.551,0.68,0.461,1,0.668,0.643,0.668,0.668,0.089,0.089,0.426,0.534,0,0,0.171 -0.667,0.429,0.742,0.742,0,0,0.949,0.949,0.949,0,0,0,0.581,0.65,0.646,1,0.769,0.391,0.769,0.769,0.0548,0.0548,0.382,0.479,0,0,0 -0.667,0.538,0.787,0.787,0,0,0.93,0.93,0.93,0.417,0,0,0.61,0.62,0.797,1,0.819,0.246,0.819,0.819,0.0274,0.0274,0.319,0.4,0.353,0,0.0428 -1,0.603,0.765,0.765,0,0,0.91,0.91,0.91,0.567,0,0,0.596,0.6,0.756,1,0.87,0.106,0.87,0.87,0.0205,0.0205,0.269,0.338,0.452,0,0.128 -1,0.415,0.654,0.654,0,0,0.87,0.87,0.87,0,0,0,0.522,0.551,0.457,1,0.759,0.0726,0.759,0.759,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.554,0.554,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.198,1,0.658,0.0391,0.658,0.658,0.0205,0.0205,0.15,0.188,0,0,0.0428 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0515 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.27 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.259 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0946 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.306 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.242 -0.333,0.154,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0.733,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.3 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0.319,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.0145,0.0428 -0.333,0.149,0.345,0.345,0,0.217,0.831,0.831,0.831,0,0,0.483,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.619,0.128 -0.333,0.149,0.356,0.356,0,0.0167,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0857 -1,0.353,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0,0,0.434,0.715,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.101 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.333 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0.319,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.0932,0.113 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0.638,0.383,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.283,0.513 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.35,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0541 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0851 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.235 -1,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.249 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0837 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.311 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.237 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.101 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.3 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.171 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.171 -0.667,0.252,0.434,0.434,0,0.217,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -1,0.371,0.59,0.59,0,0.5,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.171 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.3 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.176 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.136 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.454 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.31 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.106 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.128 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.257 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.214 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.385 -0.333,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0.467,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0.667,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.645,0,0.15 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0.05,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.092 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.171 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.138 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.128 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.131 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.171 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.343 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0.417,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0.394,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0.55,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.195,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0.717,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128 -1,0.371,0.59,0.59,0,1,0.949,0.949,0.949,0.417,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.38,0,0.214 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0.3,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.564,0,0.3 -1,0.523,0.745,0.745,0,0.9,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.423,0,0.128 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.224,0,0.187 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.307 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.29 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.103 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0857 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.3 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0857 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0.417,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.65,0,0.0849 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0.3,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.37,0,0.0901 -1,0.381,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.267,0.641,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.327 -1,0.364,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.129 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.082 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428 -0.667,0.249,0.356,0.356,0,0.467,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0.667,0.252,0.434,0.434,0,0.25,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.171 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.222 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.171 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.137 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.128 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.121 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.0495,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.0495,0.378,0.378,0,1,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0428 -0.667,0.164,0.256,0.256,0,1,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.301 -0.333,0.16,0.267,0.267,0,0.433,0.791,0.791,0.791,0,0.319,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.116,0.175 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0.638,0.383,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.45,0.194 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0.6,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.429,0.257 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.576,0.0428 -0.667,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0.167,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0.267,0,0 -0.667,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0.55,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0.295,0,0.155 -0.667,0.252,0.434,0.434,0,0.217,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.211 -0.667,0.264,0.59,0.59,0,0.25,0.949,0.949,0.949,0,0.638,0.383,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.868,0.368 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0.35,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.41 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.128 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.128 -0.333,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428 -0.333,0.0495,0.656,0.656,0,0.717,0.87,0.87,0.87,0,0,0,0.258,0.465,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.145 -0.667,0.116,0.556,0.556,0,0.483,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.128 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.248 -0.667,0.228,0.478,0.478,0,0.467,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.219 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.168 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0428 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.214 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.128 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0.319,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.241,0.114 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0.733,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.481,0.0857 -0.667,0.252,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428 -0.333,0.157,0.59,0.59,0,1,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.171 -0.667,0.296,0.701,0.701,0,0.45,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.128 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.164 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.138 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.128 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.103 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.129 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.257 -0.333,0.0495,0.278,0.278,0,0.717,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0.7,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0.967,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.171 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.142 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.557 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.128 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0.717,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.676,0,0.0428 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0.167,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.613,0,0.337 -1,0.405,0.656,0.656,0,0.467,0.87,0.87,0.87,0.8,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.747,0,0.101 -1,0.183,0.556,0.556,0,0.25,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0.0764,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0372 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.205 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.025 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.102 -0.333,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0.167,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.246,0,0 -0.333,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0.8,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.655,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.672,0,0.0428 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.165,0,0.0405 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.137 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.171 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.301 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.354 -0.333,0.151,0.434,0.434,0,0.233,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.385 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0.319,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.135,0.128 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0.638,0.383,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.945,0.0857 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0.35,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0.29,0.0857 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.171 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.128 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.355 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.248 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.3 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.257 -0.333,0.154,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.251,0.267,0.267,0,0.0167,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.171 -0.333,0.149,0.356,0.356,0,0.95,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.3 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.41 -1,0.42,0.701,0.701,0,0.217,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.171 -1,0.523,0.745,0.745,0,0.733,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.18 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.113 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.457 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.128 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.343 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0.217,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0915 -1,0.0503,0.367,0.367,0,0.0167,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.351 -1,0.317,0.478,0.478,0,0.217,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.269 -1,0.402,0.523,0.523,0,0.0167,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0857 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.337 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.128 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.171 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.264 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.171 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.077 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0746 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0.217,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.214 -0.333,0.15,0.267,0.267,0,0.733,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.667,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.3 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.257 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.214 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0428 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.0608 -1,0.0781,0.401,0.401,0,0.25,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.433 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.161 -1,0.284,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0968 -1,0.286,0.378,0.378,0,0.0167,0.811,0.811,0.811,0,0,0,0.338,0.582,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0.417,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0.382,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0.3,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0.346,0,0.0428 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0.638,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.325,0 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0.319,0.633,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.584,0.171 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0.35,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.495,0.335 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.614,0 -0.667,0.249,0.356,0.356,0,0.233,0.811,0.811,0.811,0,0,0,0.323,0.612,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.801,0.171 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.608,0.257 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.621,0.214 -0.333,0.173,0.701,0.701,0,0,0.989,0.989,0.989,0.417,0,0,0.405,0.574,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.365,0.886,0.3 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0.55,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.458,0,0.0428 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0857 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -0.667,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0.217,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428 -0.667,0.259,0.278,0.278,0,0.983,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0428 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0.957,0.133,0.294,0.602,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.391,0.214 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0.6,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128 -0.667,0.249,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.323,0.612,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.171 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0.717,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.257 -1,0.42,0.701,0.701,0,0.717,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.569 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.6 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0993 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.214 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.3 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0.319,0.383,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0.505,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0.35,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0.506,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.203 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.171 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0428 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0428 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0857 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.215 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.14 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.144 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.165 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.343 -0.333,0.157,0.59,0.59,0,0.233,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0.717,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.435,0,0.128 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.767,0,0 -1,0.671,0.79,0.79,0,0.467,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.528,0,0.148 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.509,0,0.0428 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0486 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.128 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.12 -1,0.228,0.478,0.478,0,0.0167,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.402,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.523,0.626,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0857 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.169 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0428 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.442 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.174 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.385 -0.667,0.264,0.59,0.59,0,0.233,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.214 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.128 -1,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0.717,0,0,0.613,0.622,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.718,0,0.128 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.635,0,0.128 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.119,0,0.295 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0827 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.139,0.478,0.478,0,0.983,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.284,0.523,0.523,0,0.717,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0.233,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.257 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857 -0,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428 -0,0.0495,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.128 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.171 -0.667,0.296,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -0.667,0.365,0.745,0.745,0,0.467,0.949,0.949,0.949,0.167,0,0,0.583,0.652,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.241,0,0.0428 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0.8,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0.601,0,0.0428 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.574,0,0.128 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.386 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.214 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0503,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.294,0.469,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.194 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.553 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.17 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.214 -0,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.128 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0.717,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -0.667,0.296,0.701,0.701,0,1,0.989,0.989,0.989,0.667,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.577,0,0 -1,0.523,0.745,0.745,0,0.683,0.949,0.949,0.949,0.05,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0.372,0,0.171 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.3 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.142 -1,0.227,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.391,0.509,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.171 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.257 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -0.667,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0899 -0.667,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.157 -1,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.149 -1,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.067 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.159 -1,0.364,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.278,0.656,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0857 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.659 -1,0.349,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.312,0.671,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.333 -1,0.348,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.345,0.656,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.143 -1,0.349,0.356,0.356,0,0.717,0.811,0.811,0.811,0,0.638,0,0.356,0.686,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.199,0 -1,0.353,0.434,0.434,0,0.967,0.87,0.87,0.87,0,0.319,0.633,0.434,0.715,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0.404,0.0857 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0.35,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0.5,0.0857 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.585,0.385 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.622,0.257 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0.289,0 -1,0.799,0.768,0.768,0,0.233,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.134 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0815 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -1,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.191 -1,0.168,0.378,0.378,0,0.717,0.811,0.811,0.811,0,0,0,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.076 -1,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -1,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0428 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.171 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0857 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0857 -0.333,0.149,0.356,0.356,0,0.467,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.128 -0.667,0.252,0.434,0.434,0,0.967,0.87,0.87,0.87,0.167,0.638,0.133,0.375,0.632,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0.243,0.0225,0.171 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0.8,0,0.6,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0.304,0,0.171 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0428 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0428 -0.667,0.464,0.79,0.79,0,0.217,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.272 -1,0.799,0.768,0.768,0,0.0167,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.214 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.214 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.099,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.383,0.503,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.214 -1,0.066,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.36,0.483,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0.217,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.128 -1,0.0781,0.401,0.401,0,0.733,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.214 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.272 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.11 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.323 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.128 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0.233,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.324 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.228 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0857 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.171 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.171 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857 -0.667,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0857 -0.667,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -0.667,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -0.667,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.246 -0.667,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.166 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.119 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.0428 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0428 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0857 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0428 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0857 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.257 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.0428 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.214 -0.333,0.157,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.128 -0.667,0.296,0.701,0.701,0,0.717,0.989,0.989,0.989,0,0,0,0.553,0.682,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.258 -1,0.523,0.745,0.745,0,1,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0.683,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428 -1,0.299,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.428,0.534,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.107,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.353,0.483,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.189 -1,0.317,0.478,0.478,0,0.233,0.752,0.752,0.752,0,0,0,0.478,0.551,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0439 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.202 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.244 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.141 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.344 -0.667,0.259,0.278,0.278,0,0.233,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.274 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.0428 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.333,0.157,0.59,0.59,0,0.967,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0857 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.6 -1,0.523,0.745,0.745,0,0.433,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0622 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.214 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0937 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.214 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0428 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0636 -0.667,0.139,0.478,0.478,0,0.467,0.752,0.752,0.752,0,0.319,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0.0225,0.143 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0.638,0.383,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0.111,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0.6,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.46 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.0428 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.132 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.171 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.215 -1,0.371,0.59,0.59,0,0.967,0.949,0.949,0.949,0,0,0,0.59,0.775,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0.233,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.128 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.758 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.309,0.469,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.305,0.464,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0511,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.331,0.473,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.131 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.205 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.302 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.214 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.128 -0.333,0.0495,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0.0857 -0.333,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.214 -0.333,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0 -0.333,0.0495,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0428 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0428 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.343 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.128 -1,0.405,0.656,0.656,0,0.467,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.188 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.407 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.12 -1,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.0641 -0.667,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.667,0.0495,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.0857 -0.667,0.16,0.267,0.267,0,0.467,0.791,0.791,0.791,0,0,0,0.261,0.524,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.128 -0.667,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0.667,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.3 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0857 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0.214 -0.667,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.16 -0.667,0.264,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.479,0.672,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.269 -0.667,0.296,0.701,0.701,0,0.717,0.989,0.989,0.989,0,0,0,0.553,0.682,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.451 -0.667,0.365,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.583,0.652,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.367 -0.667,0.464,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.613,0.622,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.152 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.137 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.656,0.596,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.249,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.556,0.537,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0428 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0958,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0479,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0261,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0174,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0.417,0,0,0.258,0.465,0.0305,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0.329,0,0 -1,0.0495,0.478,0.478,0,0,0.752,0.752,0.752,0.3,0,0,0.258,0.465,0.0523,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0.392,0,0 -1,0.167,0.523,0.523,0,0.217,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0937,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -1,0.168,0.378,0.378,0,0.0167,0.811,0.811,0.811,0,0.319,0.383,0.298,0.524,0.155,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0.347,0 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.1,0.257,0.582,0.205,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.453,0.0428 -0.667,0.27,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.264,0.582,0.244,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.593,0.171 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.271,0.592,0.268,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.323,0.0857 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.288,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0.0428 -0.667,0.249,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.294,0.602,0.34,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.171 -0.667,0.249,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.316,0.592,0.388,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.0428 -0.667,0.149,0.356,0.356,0,0.217,0.811,0.811,0.811,0,0,0,0.29,0.539,0.427,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.151,0.434,0.434,0,0.5,0.87,0.87,0.87,0,0,0,0.316,0.549,0.449,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.385 -1,0.371,0.59,0.59,0,0,0.949,0.949,0.949,0,0,0,0.59,0.775,0.464,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.214 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0.667,0,0,0.701,0.79,0.547,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0.528,0,0.0428 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0.05,0,0,0.745,0.745,0.719,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.845,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0857 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.78,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.0428 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.492,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.334 -1,0.183,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.457,0.513,0.224,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0743,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.32,0.484,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0578,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.309,0.474,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0.0428 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.156 -1,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.081 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0.717,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0.747,0,0.197 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0.319,0.633,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0.124,0.841,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0.35,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.596,0.171 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.441,0.0428 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.302,0 -0.333,0.15,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.261,0.534,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.46,0.0428 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.779,0.171 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.602,0.128 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.441,0 -0,0.0495,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428 -0.667,0.264,0.59,0.59,0,0.967,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -1,0.42,0.701,0.701,0,1,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.257 -1,0.523,0.745,0.745,0,0.683,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.128 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.152 -1,0.0495,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.258,0.465,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0495,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0.128 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.511 -0.667,0.167,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.346,0.519,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.333,0.0495,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.258,0.465,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0.319,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0.272,0.128 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0.319,0.633,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0.523,0.214 -0.667,0.259,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0.1,0.271,0.592,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0.376,0.0428 -0.667,0.251,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.264,0.602,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0.574,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0.568,0.0428 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0.305,0.0857 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0.319,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0.116,0.0428 -0.667,0.252,0.434,0.434,0,0.467,0.87,0.87,0.87,0,0.319,0.633,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0 -0.667,0.264,0.59,0.59,0,0.733,0.949,0.949,0.949,0,0,0.35,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.334 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0.638,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0.435,0.429 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0.319,0.633,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0.253,0.128 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0.1,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.0428 -1,0.549,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.598,0.602,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.214 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0.257 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0 -1,0.0495,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.102 -1,0.228,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.405,0.523,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.0715 -0.667,0.284,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.435,0.572,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0.282 -0.667,0.286,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.338,0.582,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.162 -0.333,0.164,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.524,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0.214 -0,0.0495,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0.333,0.149,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.276,0.534,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.257 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.333,0.151,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.316,0.549,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.0428 -0.333,0.157,0.59,0.59,0,0.233,0.949,0.949,0.949,0,0,0,0.368,0.569,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.0428 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.0857 -1,0.671,0.79,0.79,0,0.467,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.248 -1,0.799,0.768,0.768,0,0.25,0.91,0.91,0.91,0.417,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0.407,0,0.427 -1,0.582,0.656,0.656,0,0,0.87,0.87,0.87,0.3,0,0,0.656,0.596,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0.467,0,0.0857 -0.667,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0977 -0.667,0.0495,0.445,0.445,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0806,1,0.446,0.0224,0.446,0.446,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.412,0.412,0,0,0.771,0.771,0.771,0,0,0,0.258,0.465,0.0392,1,0.233,0.00561,0.233,0.233,0.0206,0.0206,0.183,0.228,0,0,0 -1,0.0495,0.412,0.412,0,0,0.752,0.752,0.752,0,0,0,0.258,0.465,0.0196,1,0.193,0.00561,0.193,0.193,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.0495,0.401,0.401,0,0,0.732,0.732,0.732,0,0,0,0.258,0.465,0.0152,1,0.152,0.0112,0.152,0.152,0.0275,0.0275,0.183,0.228,0,0,0 -1,0.0495,0.367,0.367,0,0,0.712,0.712,0.712,0,0,0,0.258,0.465,0.024,1,0.162,0.0393,0.162,0.162,0.055,0.055,0.296,0.369,0,0,0.136 -0.667,0.0781,0.401,0.401,0,0,0.712,0.712,0.712,0,0,0,0.305,0.474,0.0392,1,0.183,0.0673,0.183,0.183,0.103,0.103,0.422,0.526,0,0,0.0806 -0.667,0.139,0.478,0.478,0,0,0.752,0.752,0.752,0,0,0,0.331,0.494,0.0632,1,0.264,0.163,0.264,0.264,0.179,0.179,0.359,0.447,0,0,0.24 -0.333,0.0495,0.523,0.523,0,0,0.791,0.791,0.791,0,0,0,0.258,0.465,0.0871,1,0.335,0.258,0.335,0.335,0.302,0.302,0.151,0.188,0,0,0 -0.667,0.168,0.378,0.378,0,0,0.811,0.811,0.811,0,0,0,0.298,0.524,0.107,1,0.335,0.247,0.335,0.335,0.577,0.577,0.151,0.188,0,0,0.229 -0.667,0.278,0.256,0.256,0,0,0.811,0.811,0.811,0,0,0,0.257,0.582,0.126,1,0.325,0.23,0.325,0.325,0.831,0.831,0.12,0.149,0,0,0.243 -0.333,0.16,0.267,0.267,0,0,0.791,0.791,0.791,0,0,0,0.261,0.524,0.142,1,0.335,0.247,0.335,0.335,0.873,0.873,0.0945,0.118,0,0,0 -0.333,0.154,0.278,0.278,0,0,0.791,0.791,0.791,0,0,0,0.265,0.529,0.157,1,0.335,0.258,0.335,0.335,0.831,0.831,0.0882,0.11,0,0,0 -0,0.0495,0.267,0.267,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.166,1,0.325,0.236,0.325,0.325,0.824,0.824,0.0882,0.11,0,0,0 -0,0.0495,0.312,0.312,0,0,0.831,0.831,0.831,0,0,0,0.258,0.465,0.187,1,0.325,0.213,0.325,0.325,0.618,0.618,0.0882,0.11,0,0,0.128 -0.333,0.149,0.345,0.345,0,0,0.831,0.831,0.831,0,0,0,0.287,0.529,0.198,1,0.325,0.275,0.325,0.325,0.515,0.515,0.151,0.188,0,0,0.128 -0.333,0.149,0.356,0.356,0,0,0.811,0.811,0.811,0,0,0,0.29,0.539,0.222,1,0.335,0.331,0.335,0.335,0.419,0.419,0.365,0.455,0,0,0 -0.667,0.252,0.434,0.434,0,0,0.87,0.87,0.87,0,0,0,0.375,0.632,0.277,1,0.457,0.617,0.457,0.457,0.254,0.254,0.794,0.989,0,0,0.144 -0.667,0.264,0.59,0.59,0,0.467,0.949,0.949,0.949,0,0,0,0.479,0.672,0.34,1,0.578,0.903,0.578,0.578,0.158,0.158,0.769,0.958,0,0,0.22 -1,0.42,0.701,0.701,0,0,0.989,0.989,0.989,0,0,0,0.701,0.79,0.457,1,0.67,0.645,0.67,0.67,0.0893,0.0893,0.428,0.534,0,0,0.0572 -1,0.523,0.745,0.745,0,0,0.949,0.949,0.949,0,0,0,0.745,0.745,0.64,1,0.771,0.393,0.771,0.771,0.055,0.055,0.384,0.479,0,0,0.581 -1,0.671,0.79,0.79,0,0,0.93,0.93,0.93,0,0,0,0.79,0.701,0.791,1,0.822,0.247,0.822,0.822,0.0275,0.0275,0.321,0.4,0,0,0.293 -1,0.799,0.768,0.768,0,0,0.91,0.91,0.91,0,0,0,0.768,0.671,0.749,1,0.873,0.107,0.873,0.873,0.0206,0.0206,0.271,0.338,0,0,0.226 -1,0.405,0.656,0.656,0,0,0.87,0.87,0.87,0,0,0,0.524,0.553,0.453,1,0.761,0.0729,0.761,0.761,0.0206,0.0206,0.151,0.188,0,0,0 -1,0.116,0.556,0.556,0,0,0.811,0.811,0.811,0,0,0,0.357,0.489,0.196,1,0.659,0.0393,0.659,0.659,0.0206,0.0206,0.151,0.188,0,0,0.0857 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.315 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.104 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.357 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.112 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.171 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.128 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.343 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.171 -0.667,0.263,0.213,0.213,0,0.467,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0428 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0857 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.287,0.287,0,0.717,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.297,0.297,0,1,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0.883,0.88,0.88,0.88,0,0.319,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.0932,0.0428 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0.638,0.383,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.879,0.0428 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0.333,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.32 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.214 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.171 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.245 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.3 -0.667,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.128 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0857 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.171 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128 -1,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -1,0.235,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.149 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0677 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.363 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.128 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.128 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.214 -1,0.467,0.621,0.621,0,0.217,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.48 -1,0.413,0.658,0.658,0,0.483,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0.7,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.683,0,0.0428 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0.112,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.238 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.218 -0.667,0.162,0.315,0.315,0,0.217,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.128 -0.333,0.156,0.213,0.213,0,0.483,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.385 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.257 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.3 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.171 -0,0.0495,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.171 -0.333,0.142,0.287,0.287,0,0.467,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0.7,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.506,0,0 -0.667,0.273,0.584,0.584,0,0,1,1,1,0.7,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.582,0,0.0857 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.598,0,0.0857 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.154,0,0.0428 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.303 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0543 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.145 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0.7,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.298 -1,0.222,0.398,0.398,0,0.217,0.76,0.76,0.76,0,0.957,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.309,0 -0.667,0.277,0.436,0.436,0,1,0.8,0.8,0.8,0,0,0.883,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.54,0 -0.667,0.274,0.315,0.315,0,0.433,0.82,0.82,0.82,0,0,0.0833,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.14,0.0428 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.257 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.128 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0.217,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.345,0.491,0.491,0,0.0167,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.257 -1,0.328,0.621,0.621,0,0.217,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,1,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857 -1,0.726,0.639,0.639,0,0.2,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.296 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.224 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.206 -0.667,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.315 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.163,0.436,0.436,0,0.233,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0428 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0.917,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.732,0,0.404 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0.0167,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.576,0,0.0857 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.297,0,0.3 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.257 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0.319,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0193,0.0428 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0.883,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.709,0.128 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0.0833,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.144,0.361,0.361,0,0.217,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.214 -1,0.345,0.491,0.491,0,0.0167,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.343 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.128 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0863 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.083 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.414 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.211 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0857 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428 -0.667,0.235,0.297,0.297,0,0.217,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857 -1,0.332,0.361,0.361,0,0.483,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.214 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0981 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.359 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.116 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.214 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.234 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.179 -0.667,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0.917,0.638,0.383,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.484,0.0322,0 -0.667,0.163,0.436,0.436,0,0.217,0.8,0.8,0.8,0.0167,0,0.817,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0.483,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0428 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.343 -0.667,0.256,0.222,0.222,0,0.467,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.231 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0.667,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.557,0,0 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0.0333,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.0679,0,0.0857 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.238,0.361,0.361,0,0.233,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.171 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0.319,0.233,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.428,0.128 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.375,0.0428 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.45,0 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.0884,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.181 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0729 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.133 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.296 -1,0.274,0.315,0.315,0,0.467,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.205 -1,0.37,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.517 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.392 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.24 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.362 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.104 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.337 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428 -0.333,0.0495,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.343 -0.667,0.161,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -0.667,0.328,0.621,0.621,0,0.717,0.96,0.96,0.96,0,0.638,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.251,0.214 -1,0.595,0.658,0.658,0,0.217,0.94,0.94,0.94,0,0.319,0.233,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0857 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.0495,0.315,0.315,0,0.217,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.263,0.213,0.213,0,0.25,0.82,0.82,0.82,0,0.638,0.383,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.386,0 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0.333,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.595,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.492,0.214 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.842,0 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.608,0 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.412,0.0857 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.385 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857 -1,0.467,0.621,0.621,0,0.967,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.214 -0.667,0.413,0.658,0.658,0,0.217,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.128 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0.319,0.133,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.204,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0.583,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.741,0.185 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.297,0.109 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.108 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.186 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.432 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.151 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.156 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.3 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.118 -0.667,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.171 -0.667,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.257 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.214 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.214 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.128 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.214 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.171 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.05,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.258 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0.638,0.133,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.606,0.161 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0.583,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.744,0.604 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.362,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.0788,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.3 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.128 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857 -0.667,0.238,0.361,0.361,0,0.217,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.171 -1,0.345,0.491,0.491,0,0.0167,0.96,0.96,0.96,0.167,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.248,0,0.258 -1,0.384,0.584,0.584,0,0.217,1,1,1,0.533,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.649,0,0.0894 -1,0.467,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428 -1,0.595,0.658,0.658,0,0.667,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.215 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428 -0.667,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.257 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0546 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0663 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.157 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.214 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.214 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.343 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.171 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857 -0.333,0.144,0.361,0.361,0,0.7,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0.667,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.713,0,0.214 -0.667,0.273,0.584,0.584,0,0.233,1,1,1,0.0333,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0428 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.101 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.319 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.21 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0.467,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.147 -0.333,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.199 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.338 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.126 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0992 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.257 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.128 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0.638,0.383,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.416,0.0428 -0.667,0.235,0.287,0.287,0,0.217,0.84,0.84,0.84,0,0,0.817,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.405,0.14 -1,0.328,0.297,0.297,0,0.0167,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.482,0.0857 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428 -0.667,0.148,0.491,0.491,0,0.467,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.428 -1,0.273,0.584,0.584,0,0,1,1,1,0.167,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.302,0,0.0857 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0.533,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.406,0,0.0428 -1,0.413,0.658,0.658,0,0.467,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.211 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0.319,0.383,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.421,0.293 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.333,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.616,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.759,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.278,0.171 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.342,0.128 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.556,0.0857 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.212,0.0428 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.258 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.343 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.23 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.214 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.3 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.289 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0768,0.334,0.334,0,0.717,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.136,0.398,0.398,0,1,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.163,0.436,0.436,0,0.883,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0.217,0.82,0.82,0.82,0,0.319,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.195,0.171 -1,0.156,0.213,0.213,0,0.25,0.82,0.82,0.82,0,0,0.483,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.212,0.471 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0987 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.109 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.493 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0.417,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.307,0,0.013 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0.283,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.611,0,0.0428 -0.667,0.235,0.297,0.297,0,0.233,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.278,0,0.0857 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.214 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.343 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0.667,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.606,0,0.0857 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0.0333,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.411,0,0.0857 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.266 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.263,0.213,0.213,0,0.217,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.153,0.222,0.222,0,0.717,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.257 -1,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128 -0.667,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.128 -0.667,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.214 -0.333,0.142,0.297,0.297,0,0.7,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0428 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.171 -0.333,0.148,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0428 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.269 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0834 -1,0.136,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.132 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.128 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.442 -0,0.0495,0.232,0.232,0,0.217,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428 -0.333,0.143,0.222,0.222,0,0.0167,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.3 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.128 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.428 -0.333,0.144,0.361,0.361,0,0.217,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.214 -0.667,0.247,0.491,0.491,0,0.0167,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.128 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0.917,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.664,0,0.0428 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0.0167,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.238 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.098 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.215 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0.467,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.193 -1,0.0495,0.306,0.306,0,0.467,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.121 -1,0.0768,0.334,0.334,0,0.217,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.116 -1,0.222,0.398,0.398,0,0.0167,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0582 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.128 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0428 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0857 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428 -0.667,0.247,0.491,0.491,0,0.217,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.327 -1,0.384,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128 -1,0.467,0.621,0.621,0,0.433,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.257 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.29 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0896 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.461 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.145 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0428 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.394 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.136 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.442 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0827 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0.319,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.106,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0.319,0.233,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.386,0.171 -0.333,0.142,0.297,0.297,0,0.217,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.394,0 -0.333,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428 -1,0.345,0.491,0.491,0,0.667,0.96,0.96,0.96,0.417,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.501,0,0.171 -1,0.384,0.584,0.584,0,0,1,1,1,0.283,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.593,0,0.0857 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0.638,0.233,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.409,0.199,0.128 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.132 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.428 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0.217,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.343 -1,0.05,0.306,0.306,0,1,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.116 -1,0.0768,0.334,0.334,0,0.433,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.149 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.58 -0.667,0.163,0.436,0.436,0,0.933,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.357 -0.667,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0857 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.257 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.386 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.193 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0,0.0495,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0428 -0.333,0.144,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.301 -0.667,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0715 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0.957,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.519,0.0796 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.717,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.51,0.14 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.807,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.711,0.0857 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.445,0.0857 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.45,0.257 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.735,0.0857 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.0579,0.214 -0,0.0495,0.361,0.361,0,0.233,0.88,0.88,0.88,0,0,0,0.258,0.465,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.3 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0.167,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.263,0,0 -1,0.384,0.584,0.584,0,0,1,1,1,0.767,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.331,0,0.0428 -1,0.467,0.621,0.621,0,0.467,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.348 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0.667,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.676,0,0.214 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0.0333,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.244,0,0.0857 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.162 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.168 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.237,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.128 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.142,0.297,0.297,0,0.717,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128 -0.667,0.144,0.361,0.361,0,1,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.343 -0.667,0.148,0.491,0.491,0,0.65,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.385 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.385 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.214 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.17 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.195 -0.667,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.258 -1,0.359,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.278 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.174 -1,0.331,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0629 -1,0.328,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.321 -1,0.327,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.419 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.219 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.231 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.171 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857 -0.667,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0.7,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.677,0,0.0428 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0.957,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0.342,0 -1,0.222,0.398,0.398,0,0.233,0.76,0.76,0.76,0,0,0.883,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.404,0.18 -1,0.39,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.0833,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.334,0.0856 -1,0.387,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.648,0.17 -0.667,0.263,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.481,0.214 -0.667,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.814,0 -0.667,0.245,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.68,0.214 -0.667,0.237,0.222,0.222,0,0.217,0.84,0.84,0.84,0,0,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.842,0.171 -0.667,0.235,0.259,0.259,0,0.25,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.797,0.128 -0.667,0.235,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.389,0 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.523,0.25 -0.667,0.238,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.593,0.0857 -1,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428 -1,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857 -1,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.128 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.106 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.208 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.408 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.133 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0982 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0.638,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.246,0.416 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0.319,0.633,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.643,0.112 -0.333,0.142,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0.333,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.514,0 -0.333,0.144,0.361,0.361,0,0.233,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.709,0 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.394,0.0857 -0.667,0.273,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.385 -0.667,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857 -0.667,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428 -0.667,0.275,0.639,0.639,0,0.233,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.277 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.344 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.28 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.128 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0.717,0.72,0.72,0.72,0.417,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0.302,0,0 -1,0.0768,0.334,0.334,0,0.933,0.72,0.72,0.72,0.517,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0.0934,0,0.0858 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.44 -0.667,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.171 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.214 -0.333,0.153,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.194 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.13 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0.417,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.436,0,0.3 -1,0.384,0.584,0.584,0,0.717,1,1,1,0.517,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.431,0,0.0857 -1,0.467,0.621,0.621,0,0.217,0.96,0.96,0.96,0,0.319,0.383,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.374,0.542,0.3 -1,0.595,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.333,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.547,0.343 -1,0.726,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.65,0.128 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.257 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.425 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.098 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.155 -1,0.0768,0.334,0.334,0,0.217,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.126 -1,0.136,0.398,0.398,0,0.0167,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0303 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.227 -0.667,0.274,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.323 -0.333,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.4 -0,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0857 -0.667,0.245,0.232,0.232,0,0.467,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.257 -0.333,0.142,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0615 -0.667,0.235,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857 -0.667,0.238,0.361,0.361,0,0.467,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.128 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128 -1,0.328,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.128 -1,0.219,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.282 -1,0.0768,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.035 -1,0.222,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.257 -1,0.277,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.162,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.257 -0.333,0.156,0.213,0.213,0,0.217,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0999 -0.333,0.153,0.222,0.222,0,0.25,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.147,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.343 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857 -0,0.0495,0.297,0.297,0,0.217,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.171 -0.333,0.144,0.361,0.361,0,0.25,0.88,0.88,0.88,0,0.638,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.199,0.0857 -0.667,0.247,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0.233,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.412,0 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.754,0 -1,0.467,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.473,0.0857 -1,0.413,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857 -1,0.501,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.237 -1,0.388,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.163,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.667,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.156,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0715 -1,0.256,0.222,0.222,0,0,0.8,0.8,0.8,0,0.319,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.254,0.18 -1,0.343,0.232,0.232,0,0,0.8,0.8,0.8,0,0.319,0.483,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.325,0.0932 -0.333,0.143,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428 -0.667,0.235,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428 -0.667,0.142,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.171 -1,0.328,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.332,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857 -1,0.345,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428 -1,0.384,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857 -0.667,0.189,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0 -0.667,0.231,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.343 -0.667,0.275,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.343 -1,0.557,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0715 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.138 -0.667,0.0495,0.396,0.396,0,0.233,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.257 -0.667,0.154,0.212,0.212,0,0.05,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.214 -0.333,0.0495,0.221,0.221,0,0.183,0.8,0.8,0.8,0,0,0,0.258,0.465,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857 -0.667,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.0968,0,0.214 -0.667,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0.683,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.71,0,0 -0.667,0.233,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.587,0,0.257 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.062,0,0.171 -0.667,0.268,0.58,0.58,0,0.333,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.514 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0436 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0658 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0428 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.188 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0.66,0.367,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.616,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.55,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.232,0.0857 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.343 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.244 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0963 -1,0.338,0.488,0.488,0,0.467,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.257 -1,0.377,0.58,0.58,0,0.7,1,1,1,0,0.319,0.633,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.416,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0.283,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.397,0.335 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.469 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.147 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.261 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.175 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.128 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.103 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0857 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.214 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0.667,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.559,0,0.434 -1,0.338,0.488,0.488,0,0.467,0.96,0.96,0.96,0.0167,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.132,0,0.0827 -1,0.377,0.58,0.58,0,0.233,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0962 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0.957,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.256,0.168 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0.0426,0.683,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.764,0.154 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.524,0.29 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.297,0.228 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.379,0.214 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0601 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.34 -0.667,0.162,0.432,0.432,0,0.467,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0653 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.257 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0428 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0.319,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.0932,0.0857 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0.681,0.35,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.977,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0.333,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.508,0.0857 -0.333,0.14,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.153,0.171 -0.667,0.233,0.359,0.359,0,0.483,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.443 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0428 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0646 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0.66,0.117,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.318,0.0428 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0.567,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.453,0.0857 -0.333,0.14,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.0225,0.0428 -0.667,0.233,0.359,0.359,0,0.95,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.171 -1,0.377,0.58,0.58,0,0,1,1,1,0.667,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.475,0,0.343 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.25,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.195,0,0.0428 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0.167,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.261,0,0.0857 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0.75,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.569,0,0.0428 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.135 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.229 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0.217,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0465 -0.667,0.135,0.396,0.396,0,0.717,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857 -0.333,0.145,0.23,0.23,0,0.217,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.277 -0.667,0.232,0.221,0.221,0,0.483,0.84,0.84,0.84,0.683,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.533,0,0.128 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.216 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857 -1,0.377,0.58,0.58,0,0,1,1,1,0.417,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.479,0,0.171 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.5,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.534,0,0.0857 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.551,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.706,0,0.122 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0913 -1,0.16,0.313,0.313,0,0.3,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.25,0.221,0.221,0,1,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.24,0.23,0.23,0,0.75,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.257 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214 -0,0.0495,0.359,0.359,0,0.233,0.88,0.88,0.88,0,0,0,0.258,0.465,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.771 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.128 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.126 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.355 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.171 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.432,0.432,0,0.3,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.16,0.313,0.313,0,0.167,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0642 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.166 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.214 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0857 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214 -0.667,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857 -1,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857 -1,0.159,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0857 -1,0.187,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.257 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.125 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0956 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0.467,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.407 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.157 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.296 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.136 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0943 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.214 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.128 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0.957,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.585,0.0489 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0.0426,0.45,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.633,0.247 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.162 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0428 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.3 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.385 -0.333,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0.167,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.265,0,0 -0.333,0.146,0.488,0.488,0,0,0.96,0.96,0.96,0.75,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.416,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.608,0,0 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.608,0,0.0857 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.48,0,0.343 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0887 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.188 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.155 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.148 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.214 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.296 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0428 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.3 -0.333,0.14,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,0.483,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.683,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.64,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.153 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.728 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.64 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.154 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.214 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.125 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.187 -0.333,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0844 -0.333,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0857 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.214 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0.319,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.246,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0.34,0.45,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.145,0.0857 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.598,0.171 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.367,0.337 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.532,0.642 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.338,0.128 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.367,0.128 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.534,0.128 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.503,0.128 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.244 -0.667,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.121 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.2 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,1,0.1,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.685,0.0428 -0.333,0.145,0.23,0.23,0,0.717,0.8,0.8,0.8,0,0,1,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.201,0.214 -0.333,0.141,0.221,0.221,0,0.917,0.84,0.84,0.84,0,0,0.05,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0857 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.257 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.246 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.535 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.255 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.377 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.498 -1,0.162,0.432,0.432,0,0.233,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.148 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.235 -1,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.146 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.23 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.414 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0.05,0.84,0.84,0.84,0,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0.183,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.3 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0428 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0857 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.145 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.171 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0683 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0.683,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.581,0,0.0941 -1,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.254 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.145 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.343 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.171 -0.667,0.14,0.294,0.294,0,0.3,0.82,0.82,0.82,0,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.324,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -1,0.338,0.488,0.488,0,0.1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0857 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.389 -1,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.379 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.145 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.394 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0973 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0857 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0428 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0428 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428 -1,0.324,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.171 -0.667,0.242,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128 -1,0.377,0.58,0.58,0,0.183,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.319 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.128 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.39 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.187 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.166 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.204 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.196 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.257 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.128 -0.333,0.0495,0.221,0.221,0,0.217,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0.483,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.171 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428 -0.667,0.242,0.488,0.488,0,0.967,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.3 -1,0.377,0.58,0.58,0,0.2,1,1,1,0.667,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.684,0,0.128 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.0167,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.375,0,0.0428 -1,0.23,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.171 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857 -0.667,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.214 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.231 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.108 -1,0.162,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.273 -0.667,0.16,0.313,0.313,0,0.233,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.214 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0857 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857 -0.333,0.146,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.3 -0.667,0.268,0.58,0.58,0,0.717,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.177 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.178 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.393 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.235 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.183 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.201 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0857 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.328 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0,0.0495,0.23,0.23,0,0.717,0.8,0.8,0.8,0,0,0,0.258,0.465,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0436 -0.667,0.232,0.221,0.221,0,0.683,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.146,0.488,0.488,0,0.467,0.96,0.96,0.96,0,0,0,0.334,0.524,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.257 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.128 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0.167,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.374,0,0.334 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0.75,0,0,0.521,0.541,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.309,0,0.194 -0.667,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.304 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.214 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,1,0.1,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0.691,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0.817,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0.939,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.158,0.246 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.131 -0.667,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.247 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.197 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.3 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.257 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0.66,0.117,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.00965,0.0857 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0.333,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -1,0.324,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.359,0.592,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,1,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.377,0.58,0.58,0,0.183,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.342 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.273 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.165 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0689 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0.3,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,1,0.82,0.82,0.82,0,0.106,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.138,0 -1,0.258,0.212,0.212,0,1,0.82,0.82,0.82,0,0.553,0.45,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.678,0 -0.667,0.25,0.221,0.221,0,0.75,0.8,0.8,0.8,0,0,0.467,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.447,0 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.112,0.441,0 -0.667,0.232,0.221,0.221,0,0,0.84,0.84,0.84,0.683,0,0,0.233,0.525,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.603,0,0.0857 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.688,0,0.0857 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0.426,0,0.276,0.517,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.615,0.19,0.385 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0.234,0.45,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.781,0.0428 -1,0.324,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.555,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.214 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.081 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.251 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.509 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.295 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.0428 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0428 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.128 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.292 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.128 -1,0.258,0.212,0.212,0,0.233,0.82,0.82,0.82,0,0,0,0.227,0.508,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0963 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.166 -0.667,0.24,0.23,0.23,0,0.05,0.8,0.8,0.8,0,0,0,0.239,0.517,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0.883,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0.319,0.45,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.355,0 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.482,0.343 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.228,0.3 -1,0.324,0.359,0.359,0,0.3,0.88,0.88,0.88,0,0,0,0.359,0.592,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0.167,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.257 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0857 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0857 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -0.667,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -0.667,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0428 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.325 -0.667,0.274,0.432,0.432,0,0.217,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.4 -0.333,0.16,0.313,0.313,0,0.95,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0428 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.3 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.343 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0857 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.273,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.167 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.237 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.171 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.128 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.343 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -0,0.0495,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.171 -0.333,0.0495,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.258,0.465,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428 -0.667,0.268,0.58,0.58,0,0,1,1,1,0.417,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.448,0,0.0428 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0.267,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.46,0,0.0782 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.368 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.257 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.301 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.473 -1,0.381,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0942 -0.667,0.258,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.169 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.128 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.14,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,0.25,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -1,0.338,0.488,0.488,0,0,0.96,0.96,0.96,0.167,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.229,0,0 -1,0.268,0.58,0.58,0,0,1,1,1,0.75,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.691,0,0.128 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.541,0,0.257 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.712,0,0.128 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.728,0,0.162 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.211 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.365 -1,0.103,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.149 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.253 -0.333,0.16,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0.417,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0.44,0,0 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0.267,0.66,0.117,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.569,0.0428 -0.667,0.24,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.333,0.239,0.517,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.629,0.0428 -0.667,0.232,0.221,0.221,0,0.7,0.84,0.84,0.84,0,0,0,0.233,0.525,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.445,0.0857 -0.667,0.23,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.55,0 -0.667,0.23,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.32,0.0428 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.214 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0.417,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.508,0,0.367 -1,0.377,0.58,0.58,0,0,1,1,1,0.267,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.553,0,0.31 -1,0.461,0.616,0.616,0,0.717,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.0985,0,0.0857 -1,0.59,0.653,0.653,0,0.917,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.263 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.184 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.385 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0504,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.288,0.418,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.156 -0.667,0.135,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.257 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0741 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.128 -1,0.321,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128 -0.667,0.233,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.471 -0.667,0.242,0.488,0.488,0,0.25,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.214 -0.667,0.268,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.214 -0.667,0.324,0.616,0.616,0,0.967,0.96,0.96,0.96,0,0,0,0.497,0.566,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0857 -1,0.59,0.653,0.653,0,0.667,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.214 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0499,0.304,0.304,0,0.3,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.103,0.331,0.331,0,0.167,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.162,0.432,0.432,0,0.8,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.16,0.313,0.313,0,0.367,0.82,0.82,0.82,0,0,0,0.276,0.487,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0428 -0.667,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0.667,0.25,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0969 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.311 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.213 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.214 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0.5,0,0,0.267,0.491,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.43,0,0.472 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0.183,0,0,0.27,0.499,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.666,0,0.0857 -0.333,0.141,0.359,0.359,0,0.233,0.88,0.88,0.88,0,0,0,0.291,0.507,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.233,0,0 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0.683,0,0,0.411,0.582,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.346,0,0 -1,0.377,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0428 -0.667,0.324,0.616,0.616,0,0,0.96,0.96,0.96,0.683,0,0,0.497,0.566,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.448,0,0 -0.667,0.41,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0857 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.128 -1,0.554,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0993,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0497,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0271,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0181,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.114 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0316,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.121 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0542,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0522 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0971,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.27,0.313,0.313,0,0.8,0.82,0.82,0.82,0,0.745,0,0.294,0.508,0.16,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0.182,0 -1,0.362,0.212,0.212,0,0.6,0.82,0.82,0.82,0,0.255,0.683,0.212,0.53,0.212,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.527,0.128 -1,0.351,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.221,0.53,0.253,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.59,0.171 -1,0.335,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.23,0.542,0.278,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.561,0 -1,0.324,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.221,0.555,0.298,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.474,0.214 -1,0.32,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.352,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.566,0.0428 -1,0.32,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.285,0.542,0.402,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.24,0 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.443,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0627 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.465,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -1,0.338,0.488,0.488,0,0.8,0.96,0.96,0.96,0,0,0,0.488,0.641,0.481,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128 -1,0.377,0.58,0.58,0,1,1,1,1,0,0,0,0.58,0.653,0.567,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.3 -1,0.461,0.616,0.616,0,1,0.96,0.96,0.96,0,0,0,0.616,0.616,0.745,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.59,0.653,0.653,0,0.25,0.94,0.94,0.94,0,0,0,0.653,0.579,0.876,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0857 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.808,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.128 -0.667,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.51,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.233,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.178 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.116 -1,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.231 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.328 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.321 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.141,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.14,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.128 -0.333,0.14,0.294,0.294,0,0,0.82,0.82,0.82,0.667,0,0,0.27,0.499,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.572,0,0.147 -0.333,0.141,0.359,0.359,0,0,0.88,0.88,0.88,0.0167,0,0,0.291,0.507,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.582,0,0.426 -1,0.338,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.488,0.641,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.161,0,0.238 -1,0.377,0.58,0.58,0,0.717,1,1,1,0,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.273 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0.319,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.227,0.0857 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0.883,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,1,0.171 -1,0.496,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0.0333,0.509,0.525,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.13,0 -1,0.218,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0835,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0406,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0763,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0406,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.224 -1,0.22,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0655,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.348 -0.667,0.274,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.0903,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.151 -0.667,0.27,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.111,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.257 -0.333,0.154,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.131,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0.333,0.15,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.147,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857 -0.333,0.145,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.163,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.257 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.172,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.343 -0.333,0.14,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.194,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.23,0.285,0.285,0,0.233,0.84,0.84,0.84,0,0,0,0.276,0.517,0.205,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.257 -0.667,0.23,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.23,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.233,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.287,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428 -0.667,0.242,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.352,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128 -1,0.377,0.58,0.58,0,0.933,1,1,1,0.683,0,0,0.58,0.653,0.474,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.761,0,0.121 -1,0.461,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.664,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.128 -1,0.59,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.82,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128 -1,0.72,0.635,0.635,0,0,0.92,0.92,0.92,0,0.638,0,0.635,0.555,0.777,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.399,0.323 -1,0.386,0.543,0.543,0,0,0.88,0.88,0.88,0,0.0213,0.867,0.448,0.484,0.47,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.542,0 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0.517,0.393,0.451,0.203,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.643,0.0428 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.77,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0.638,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0.556,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0.63,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0.217,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.337 -0.667,0.277,0.432,0.432,0,0.733,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0863 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.257 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.333,0.143,0.294,0.294,0,0.217,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428 -0.333,0.144,0.359,0.359,0,1,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.128 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.214 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.122 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.236 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.207 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.136,0.396,0.396,0,0.217,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0601 -0.667,0.277,0.432,0.432,0,0.983,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.274 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.265 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.396 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.545 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.133 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0558 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.484 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.165 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.146 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428 -0.667,0.289,0.58,0.58,0,0.233,1,1,1,0.667,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.535,0,0.128 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0.0167,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.122,0,0.128 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.429 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857 -1,0.397,0.543,0.543,0,0.717,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.206 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0.217,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.163,0.432,0.432,0,0.25,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.126 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0428 -0,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.287 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.125 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.137 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0.417,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.521,0,0.396 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0.267,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.441,0,0.257 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0.319,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.227,0 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0.883,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.33,0 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.0167,0.248,0.491,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.593,0 -0.667,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.638,0.128 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.492,0.214 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.392,0.0857 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.87,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.379,0.128 -0.333,0.151,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.277 -0.667,0.289,0.58,0.58,0,0.0167,1,1,1,0.417,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.365,0,0.306 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.5,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.577,0,0.0428 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.324,0,0.214 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0857 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.0428 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.137 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.128 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.156,0.212,0.212,0,0.217,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.256,0.221,0.221,0,0.25,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.257 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.428 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.343 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.171 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.237 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428 -1,0.668,0.653,0.653,0,0.217,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128 -1,0.788,0.635,0.635,0,0.0167,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0.319,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0.14,0.302 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0.217,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0.58,0.266 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0.307,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0.139 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0775 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.199 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.215 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0.417,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.467,0,0.25 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0.267,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.394,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0458 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.26 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128 -0.333,0.142,0.258,0.258,0,0.717,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171 -0.333,0.142,0.285,0.285,0,0.233,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -0.333,0.144,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428 -0.667,0.252,0.488,0.488,0,1,0.96,0.96,0.96,0.683,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.626,0,0.0428 -1,0.408,0.58,0.58,0,0.467,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.146,0,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.257 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.239 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.102 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0591 -0.333,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0857 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.396 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0.417,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.492,0,0.106 -1,0.408,0.58,0.58,0,0.467,1,1,1,0.267,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.521,0,0.171 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.343 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.144 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.187 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.132 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.15 -1,0.387,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.313,0.53,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.227 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.128 -0.333,0.147,0.23,0.23,0,0.217,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.471 -0.333,0.143,0.221,0.221,0,0.0167,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.128 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.214 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.128 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.338 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.3 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0641 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.0698 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.33 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.201 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.166 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428 -0.333,0.169,0.58,0.58,0,0,1,1,1,0,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.128 -0.333,0.206,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.551 -0.333,0.256,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.199 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0132 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.166 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.216 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0.217,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0.25,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.147 -1,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0412 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.196 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.181 -0.667,0.274,0.313,0.313,0,0.717,0.82,0.82,0.82,0.667,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.516,0,0.171 -0.667,0.263,0.212,0.212,0,0.483,0.82,0.82,0.82,0.0167,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.214 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -0,0.0495,0.359,0.359,0,0.217,0.88,0.88,0.88,0,0,0,0.258,0.465,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -0.667,0.252,0.488,0.488,0,0.25,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.128 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.683,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.813,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.294,0,0.0857 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0857 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0856 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.128 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.172 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.214 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.171 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.171 -1,0.408,0.58,0.58,0,0,1,1,1,0,0.957,0.133,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.518,0.0428 -1,0.518,0.616,0.616,0,0.717,0.96,0.96,0.96,0,0,0.533,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.823,0.128 -1,0.668,0.653,0.653,0,1,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0.693,0.214 -1,0.788,0.635,0.635,0,1,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0.375,0.104 -1,0.571,0.543,0.543,0,0.65,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.25 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.293 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0877 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0717 -1,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0512 -1,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.276 -0.667,0.237,0.221,0.221,0,0.467,0.84,0.84,0.84,0.667,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.579,0,0.395 -0.667,0.235,0.258,0.258,0,1,0.84,0.84,0.84,0.25,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.664,0,0.0857 -0.667,0.235,0.285,0.285,0,1,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.55,0,0 -0.667,0.236,0.294,0.294,0,0.183,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.703,0,0.128 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.728,0,0.128 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.688,0,0.128 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.62,0,0.257 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.628,0,0 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.499,0,0.257 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.129 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.252 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.157 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.12 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.214 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0857 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0428 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.214 -0.333,0.142,0.285,0.285,0,0.217,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0.25,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428 -1,0.353,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0 -1,0.408,0.58,0.58,0,0,1,1,1,0.417,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.401,0,0.0428 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.267,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.696,0,0.128 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.54,0,0.0857 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.535,0,0.171 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.542,0,0 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0982 -0.667,0.104,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.291 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0.638,0.133,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.135,0.281 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0.317,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.171 -0,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.3 -0.667,0.252,0.488,0.488,0,0.217,0.96,0.96,0.96,0.167,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.243,0,0 -1,0.289,0.58,0.58,0,0.733,1,1,1,0.517,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.411,0,0.257 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.494,0,0.0857 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0857 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.324 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.333,0.163,0.432,0.432,0,0.717,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428 -0,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.214 -0,0.0495,0.221,0.221,0,0.233,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.214 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0.683,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0.895,0,0.128 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.672,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.204,0,0.128 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0.167,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.306,0,0.3 -1,0.408,0.58,0.58,0,0,1,1,1,0.75,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.457,0,0.214 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.718,0,0.182 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.548,0,0.0428 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.784,0,0.2 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.353,0,0.0992 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0686 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0813 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.149 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.316 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0846 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.244 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.124 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0857 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.128 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -1,0.329,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.294,0.567,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.204 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.667,0.252,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.214 -0.667,0.289,0.58,0.58,0,0.983,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.214 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128 -0.333,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.3 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.206 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.234 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.262 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.101 -1,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.279 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.296 -0.667,0.256,0.221,0.221,0,0.217,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.13 -0.333,0.147,0.23,0.23,0,0.733,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.0857 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.413 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.458 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.318 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428 -1,0.353,0.488,0.488,0,0.467,0.96,0.96,0.96,0.667,0.638,0.383,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.516,0.357,0.0857 -1,0.408,0.58,0.58,0,0,1,1,1,0.683,0,0.283,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.486,0.51,0 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.0167,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.185,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0.667,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.61,0,0.0428 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0.0167,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.667,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.0495,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0.917,0,0,0.258,0.525,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.703,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.3 -1,0.408,0.58,0.58,0,0.217,1,1,1,0,0,0,0.58,0.653,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171 -1,0.518,0.616,0.616,0,0.733,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.6 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.346 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.249,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.46,0.444,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.229 -1,0.099,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.331,0.443,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -1,0.0495,0.313,0.313,0,0.717,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -1,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0996 -1,0.256,0.221,0.221,0,0.217,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -0.667,0.245,0.23,0.23,0,0.25,0.8,0.8,0.8,0.667,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0.591,0,0 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0.0167,0,0,0.233,0.525,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.214,0,0.171 -1,0.328,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.555,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.363 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0.417,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0.351,0,0 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0.267,0,0,0.359,0.592,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.521,0,0.088 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0.319,0.383,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.329,0.307,0.525 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0.517,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.416,0.232 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0.394,0.257 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.342 -1,0.571,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.543,0.493,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.111 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.257 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0658 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.254 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0827 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.171 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.363 -0.333,0.151,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.29 -1,0.408,0.58,0.58,0,0.25,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.479 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.235 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.327 -0.667,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0702 -0.667,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0724 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.174 -0.667,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.231 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0.667,0.638,0.217,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.489,0.685,0 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0.25,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.552,0.887,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0.395,0.0428 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.654,0.0428 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.625,0.128 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.764,0.257 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.074,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0,0.0495,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428 -0.333,0.151,0.488,0.488,0,0.217,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.214 -1,0.408,0.58,0.58,0,0.5,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.171 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.214 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.13 -1,0.308,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.396,0.456,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.108 -0.667,0.277,0.432,0.432,0,0.467,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.326 -0.333,0.162,0.313,0.313,0,0.25,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0857 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.265 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.196 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.167 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0.638,0.133,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.421,0.0428 -0.667,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.0833,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.412,0.0857 -0.667,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.344,0 -0.667,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.539,0 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.46,0.385 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.455,0.125 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0.325,0 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -1,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0857 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.667,0.0495,0.304,0.304,0,0.467,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -0.667,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.136,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.304,0.462,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.072 -0.333,0.0495,0.432,0.432,0,0.217,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.333,0.162,0.313,0.313,0,0.25,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.0428 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.165 -0.667,0.237,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.233,0.525,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.3 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.128 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0.167,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0.312,0,0.171 -0.333,0.169,0.58,0.58,0,0,1,1,1,0.517,0,0,0.365,0.528,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0.475,0,0.257 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0.683,0,0,0.497,0.566,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.737,0,0.171 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -0.667,0.296,0.635,0.635,0,0.467,0.92,0.92,0.92,0,0,0,0.383,0.495,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0428 -1,0.397,0.543,0.543,0,0.483,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.306 -1,0.104,0.331,0.331,0,0.217,0.72,0.72,0.72,0,0,0,0.307,0.426,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.262 -1,0.222,0.396,0.396,0,0.0167,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.18 -0.667,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.128 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.128 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.3 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.128 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0428 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.389 -1,0.518,0.616,0.616,0,0.467,0.96,0.96,0.96,0.167,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.29,0,0.214 -1,0.668,0.653,0.653,0,0.25,0.94,0.94,0.94,0.517,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.413,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.728,0,0.128 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0.0968,0,0.171 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0.417,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0.404,0,0 -1,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0.5,0,0,0.276,0.487,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0.238,0,0 -0.667,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.204 -0.667,0.256,0.221,0.221,0,0.217,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0 -1,0.343,0.23,0.23,0,0.0167,0.8,0.8,0.8,0,0,0,0.23,0.542,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.0857 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.128 -0.333,0.144,0.359,0.359,0,0.95,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0857 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.3 -0,0.0495,0.58,0.58,0,0,1,1,1,0,0,0,0.258,0.465,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.343 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.343 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.128 -0.333,0.296,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.383,0.495,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.172 -0.667,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.116 -1,0.183,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.393,0.451,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0957,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0479,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0261,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0174,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0305,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -1,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0522,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -1,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0936,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0 -0.667,0.0495,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.155,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.184 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.205,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.146 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.244,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.323 -0.667,0.245,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.239,0.517,0.268,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.114 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.287,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.0992 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.339,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.387,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.214 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.427,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0857 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.448,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.0428 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.464,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.171 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.546,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.343 -0.667,0.362,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.497,0.566,0.718,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0857 -0.667,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.521,0.541,0.844,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -0.667,0.542,0.635,0.635,0,0.217,0.92,0.92,0.92,0,0,0,0.509,0.525,0.779,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857 -0.667,0.223,0.543,0.543,0,0.733,0.88,0.88,0.88,0,0,0,0.353,0.475,0.492,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.32 -0.667,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.224,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.0428 -0.667,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.257 -0.667,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -0.667,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -0.667,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0428 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.253 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.509 -1,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0565 -0.667,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.131 -0.333,0.0495,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0428 -0.333,0.0495,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0428 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.128 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.0428 -0.333,0.144,0.359,0.359,0,0.717,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.213 -1,0.353,0.488,0.488,0,0.717,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.134 -1,0.408,0.58,0.58,0,0,1,1,1,0,0,0,0.58,0.653,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.477 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.378 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0428 -1,0.0495,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.258,0.465,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0 -1,0.0495,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.343 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0.128 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.282,0.438,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0428 -1,0.0768,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.282,0.446,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.119 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.3 -0.333,0.163,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.316,0.483,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0857 -0.333,0.162,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.376 -0.667,0.263,0.212,0.212,0,0.233,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.128 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.339 -0.333,0.147,0.23,0.23,0,0.717,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0 -0.333,0.143,0.221,0.221,0,0.483,0.84,0.84,0.84,0.167,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0.261,0,0.0857 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0.517,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0.286,0,0.171 -0.333,0.142,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.267,0.491,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.171 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.257 -0.333,0.144,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.291,0.507,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0 -0.333,0.151,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.334,0.524,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.674 -0.667,0.289,0.58,0.58,0,0.95,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.356 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.185 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -0.333,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.0629 -0,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0 -0,0.0495,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.0428 -0.333,0.162,0.313,0.313,0,0.717,0.82,0.82,0.82,0,0,0,0.276,0.487,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.333,0.156,0.212,0.212,0,0.483,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0.638,0.133,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0.376,0 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0.533,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0.595,0 -0.333,0.143,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.111,0.33 -0.333,0.142,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.495,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.142 -0,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.663 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.214 -0.667,0.239,0.359,0.359,0,0.717,0.88,0.88,0.88,0,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0,0.428 -0.667,0.252,0.488,0.488,0,0,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.428 -0.333,0.206,0.616,0.616,0,0.467,0.96,0.96,0.96,0,0,0,0.377,0.516,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.0428 -0.333,0.256,0.653,0.653,0,0.25,0.94,0.94,0.94,0,0,0,0.39,0.503,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.171 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.168 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.0495,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0 -1,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0.0369 -1,0.222,0.396,0.396,0,0,0.76,0.76,0.76,0,0.638,0.383,0.35,0.459,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0.36,0.141 -1,0.39,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0.517,0.432,0.518,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.274 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0.194 -0.333,0.156,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.242,0.487,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.0857 -0.333,0.153,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.245,0.487,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0857 -0.333,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.257 -0.333,0.143,0.221,0.221,0,0.467,0.84,0.84,0.84,0,0.319,0,0.245,0.495,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0.172,0 -0.667,0.235,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0.667,0.258,0.525,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0.338,0 -0.667,0.235,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.276,0.517,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0.714,0 -0.667,0.236,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.282,0.533,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0.797,0.214 -1,0.334,0.359,0.359,0,0,0.88,0.88,0.88,0,0,0,0.359,0.592,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0,0.293,0.0428 -1,0.353,0.488,0.488,0,0.233,0.96,0.96,0.96,0,0,0,0.488,0.641,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0.273,0.0428 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.329 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0.167,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0.265,0,0.345 -1,0.462,0.653,0.653,0,0,0.94,0.94,0.94,0.517,0,0,0.521,0.541,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0.816,0,0 -1,0.788,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.635,0.555,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0.551,0,0.392 -1,0.397,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.448,0.484,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.116,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.325,0.458,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0 -1,0.0743,0.368,0.368,0,0,0.8,0.8,0.8,0,0,0,0.294,0.454,0.0805,1,0.389,0.0203,0.389,0.389,0.018,0.018,0.19,0.19,0,0,0 -1,0.0578,0.34,0.34,0,0,0.78,0.78,0.78,0,0,0,0.285,0.446,0.0392,1,0.203,0.00507,0.203,0.203,0.018,0.018,0.23,0.23,0,0,0.0428 -1,0.0495,0.34,0.34,0,0,0.76,0.76,0.76,0,0,0,0.285,0.442,0.0196,1,0.168,0.00507,0.168,0.168,0.018,0.018,0.19,0.19,0,0,0 -1,0.0495,0.331,0.331,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0152,1,0.133,0.0101,0.133,0.133,0.024,0.024,0.23,0.23,0,0,0 -1,0.05,0.304,0.304,0,0,0.72,0.72,0.72,0,0,0,0.273,0.442,0.0239,1,0.141,0.0355,0.141,0.141,0.0479,0.0479,0.372,0.373,0,0,0.128 -0.667,0.0495,0.331,0.331,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0392,1,0.159,0.0609,0.159,0.159,0.0898,0.0898,0.531,0.532,0,0,0 -0.667,0.0495,0.396,0.396,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0631,1,0.23,0.147,0.23,0.23,0.156,0.156,0.452,0.452,0,0,0.143 -0.667,0.277,0.432,0.432,0,0,0.8,0.8,0.8,0,0,0,0.374,0.5,0.087,1,0.292,0.233,0.292,0.292,0.263,0.263,0.19,0.19,0,0,0.221 -0.667,0.274,0.313,0.313,0,0,0.82,0.82,0.82,0,0,0,0.294,0.508,0.107,1,0.292,0.223,0.292,0.292,0.503,0.503,0.19,0.19,0,0,0 -0.667,0.263,0.212,0.212,0,0,0.82,0.82,0.82,0,0,0,0.227,0.508,0.126,1,0.283,0.208,0.283,0.283,0.725,0.725,0.151,0.151,0,0,0.255 -0.667,0.256,0.221,0.221,0,0,0.8,0.8,0.8,0,0,0,0.233,0.508,0.141,1,0.292,0.223,0.292,0.292,0.761,0.761,0.119,0.119,0,0,0.0717 -0.667,0.147,0.23,0.23,0,0,0.8,0.8,0.8,0,0,0,0.248,0.491,0.157,1,0.292,0.233,0.292,0.292,0.725,0.725,0.111,0.111,0,0,0.171 -0.333,0.0495,0.221,0.221,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.165,1,0.283,0.213,0.283,0.283,0.719,0.719,0.111,0.111,0,0,0.171 -0.333,0.0495,0.258,0.258,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.187,1,0.283,0.193,0.283,0.283,0.539,0.539,0.111,0.111,0,0,0.171 -0.333,0.0495,0.285,0.285,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.198,1,0.283,0.249,0.283,0.283,0.449,0.449,0.19,0.19,0,0,0.0428 -0.333,0.143,0.294,0.294,0,0,0.82,0.82,0.82,0,0,0,0.27,0.499,0.222,1,0.292,0.299,0.292,0.292,0.365,0.365,0.46,0.46,0,0,0.135 -0.667,0.239,0.359,0.359,0,0,0.88,0.88,0.88,0.917,0,0,0.325,0.549,0.276,1,0.398,0.558,0.398,0.398,0.222,0.222,0.998,1,0.679,0,0 -0.667,0.252,0.488,0.488,0,0.467,0.96,0.96,0.96,0,0,0,0.411,0.582,0.339,1,0.504,0.817,0.504,0.504,0.138,0.138,0.967,0.968,0,0,0.0857 -0.667,0.289,0.58,0.58,0,0,1,1,1,0,0,0,0.472,0.591,0.457,1,0.584,0.583,0.584,0.584,0.0779,0.0779,0.539,0.54,0,0,0.0428 -1,0.518,0.616,0.616,0,0,0.96,0.96,0.96,0,0,0,0.616,0.616,0.64,1,0.672,0.355,0.672,0.672,0.0479,0.0479,0.483,0.484,0,0,0.257 -1,0.668,0.653,0.653,0,0,0.94,0.94,0.94,0,0,0,0.653,0.579,0.79,1,0.716,0.223,0.716,0.716,0.024,0.024,0.404,0.405,0,0,0.0857 -1,0.542,0.635,0.635,0,0,0.92,0.92,0.92,0,0,0,0.509,0.525,0.749,1,0.761,0.0964,0.761,0.761,0.018,0.018,0.341,0.341,0,0,0.0857 -1,0.223,0.543,0.543,0,0,0.88,0.88,0.88,0,0,0,0.353,0.475,0.453,1,0.663,0.066,0.663,0.663,0.018,0.018,0.19,0.19,0,0,0.232 -1,0.0495,0.46,0.46,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.196,1,0.575,0.0355,0.575,0.575,0.018,0.018,0.19,0.19,0,0,0.171 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.331 -1,0.286,0.315,0.315,0,0.633,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.452 -1,0.392,0.213,0.213,0,0.7,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.331 -1,0.381,0.222,0.222,0,0.35,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.161 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.385 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0.333,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.269,0,0.0428 -0.667,0.249,0.259,0.259,0,0.483,0.84,0.84,0.84,0.367,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.48,0,0.128 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0.133,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,1,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.348 -1,0.501,0.584,0.584,0,1,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.227 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.168 -1,0.806,0.658,0.658,0,0.483,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.369 -1,0.249,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.463,0.447,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0727 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.257 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.385 -1,0.0495,0.436,0.436,0,0.133,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0.583,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.145 -1,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.471 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0.213,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.135,0.3 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0.426,0.45,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.593,0.385 -0.667,0.15,0.297,0.297,0,0.633,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.547,0 -0.667,0.259,0.361,0.361,0,0.0833,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.58,0 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.844,0.128 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.772,0.128 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.153,0.293 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.159 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.099,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.333,0.445,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.169 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.218 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.126 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.128 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.214 -0.333,0.149,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428 -0.333,0.149,0.287,0.287,0,0.0167,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.128 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0428 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428 -0.333,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.236 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.27 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.171 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0.417,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.448,0,0.0857 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0.283,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.107,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.192 -1,0.139,0.398,0.398,0,0.483,0.76,0.76,0.76,0.917,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.837,0,0.251 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0.0167,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.664,0,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.0849,0,0.203 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.128 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.31 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.168,0.491,0.491,0,0.467,0.96,0.96,0.96,0,0,0,0.336,0.525,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.327 -1,0.501,0.584,0.584,0,0.0167,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.257 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.171 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.214 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.124 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.253 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.136 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0906 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.168 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.244 -1,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.565 -0.333,0.0495,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0428 -0.333,0.0495,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.257 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428 -0.667,0.251,0.297,0.297,0,0.967,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,0.483,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,0.467,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.343 -0.667,0.351,0.584,0.584,0,1,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0428 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.3 -1,0.806,0.658,0.658,0,0.183,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.128 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.128 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.37 -1,0.317,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.398,0.459,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.212 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0713 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0857 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.343 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.257 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0.638,0.383,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.201,0.0857 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0.533,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.405,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.394,0.128 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0.417,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0.452,0,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0.283,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.643,0,0.128 -0.667,0.286,0.491,0.491,0,0.717,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.504,0,0.214 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.781,0,0.128 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.136,0,0.0428 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0857 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.183 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0932 -1,0.0781,0.334,0.334,0,0.233,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.177 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.293 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.567 -1,0.404,0.315,0.315,0,0.217,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.506 -0.667,0.278,0.213,0.213,0,0.5,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.177 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0253 -0.333,0.154,0.232,0.232,0,0.233,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.257 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428 -0.333,0.0495,0.287,0.287,0,0.483,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.118 -0.667,0.554,0.658,0.658,0,0.717,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.214 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.414 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.111 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.127 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.245 -1,0.167,0.436,0.436,0,0.133,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0995 -0.667,0.0495,0.315,0.315,0,0.583,0.82,0.82,0.82,0,0,0,0.258,0.465,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.667,0.278,0.213,0.213,0,0.633,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.257 -1,0.381,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.171 -0.667,0.259,0.232,0.232,0,0.783,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.377 -1,0.349,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.559,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.116 -1,0.349,0.287,0.287,0,0.383,0.84,0.84,0.84,0,0,0,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.122 -1,0.351,0.297,0.297,0,0.817,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.143 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.168 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.335 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.267 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0.638,0.05,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.193,0.199 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.633,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.486,0.257 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.315,0.111 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.257 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0858 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0789 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.107 -1,0.164,0.213,0.213,0,0.633,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.158 -1,0.27,0.222,0.222,0,1,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.189 -1,0.364,0.232,0.232,0,0.3,0.8,0.8,0.8,0.0833,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.183,0,0.258 -1,0.352,0.222,0.222,0,0.233,0.84,0.84,0.84,0.85,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.73,0,0.083 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.481 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0428 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.3 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0857 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.183,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.395,0.453,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0455 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.277 -0.333,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.321 -0.333,0.168,0.315,0.315,0,0.717,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0415 -0.667,0.278,0.213,0.213,0,1,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.346 -0.333,0.16,0.222,0.222,0,1,0.8,0.8,0.8,0.7,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.716,0,0.0428 -0.333,0.154,0.232,0.232,0,0.9,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.572,0,0.0428 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.718,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0.217,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214 -0.333,0.154,0.361,0.361,0,0.0167,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0.417,0.319,0.45,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.53,0.465,0.0857 -1,0.501,0.584,0.584,0,0,1,1,1,0.517,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.11,0.596,0.0428 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.302 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0428 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.425 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0696 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.108 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.098 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.36 -0.667,0.286,0.315,0.315,0,0.467,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.0431 -0.333,0.164,0.213,0.213,0,0.5,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.171 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.385 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0428 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.317 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.302 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.093 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0428 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.214 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.141 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0.319,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.116,0 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.217,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.547,0 -0.667,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.449,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.482,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.128 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.128 -0,0.0495,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.385 -0,0.0495,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.385 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857 -0,0.0495,0.361,0.361,0,0,0.88,0.88,0.88,0.167,0,0,0.258,0.465,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.226,0,0.248 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.767,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.253,0,0.206 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.34 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.127 -0.667,0.554,0.658,0.658,0,0.233,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.225 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.514 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0.667,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0.645,0,0.128 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0.0333,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.128 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0.638,0.133,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.251,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0.319,0.317,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.268,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0.683,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.386,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.601,0.171 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.452,0.343 -0.667,0.251,0.297,0.297,0,0.467,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.621,0.0428 -1,0.363,0.361,0.361,0,0.483,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.603,0.214 -1,0.404,0.491,0.491,0,0.5,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.33,0.257 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.268,0.428 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.483 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.307 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.082 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.168 -1,0.228,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.337 -1,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.172 -0.667,0.168,0.315,0.315,0,0.717,0.82,0.82,0.82,0.167,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.331,0,0.182 -0.667,0.278,0.213,0.213,0,0.967,0.82,0.82,0.82,0.767,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0.48,0,0.388 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.623,0,0.0857 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0428 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.171 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.128 -0,0.0495,0.491,0.491,0,0.467,0.96,0.96,0.96,0,0,0,0.258,0.465,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.128 -0.333,0.2,0.584,0.584,0,0.0167,1,1,1,0,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.214 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.248 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.257 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.135 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.24 -1,0.139,0.398,0.398,0,0.483,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.349 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.363 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.146 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.21 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.333 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.309 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0.319,0.217,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.357,0.171 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.725,0.0428 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.171 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0686 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.286 -1,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.216 -1,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.192 -1,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428 -1,0.154,0.232,0.232,0,0.633,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857 -0.667,0.15,0.222,0.222,0,0.0833,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.667,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.171 -0.667,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428 -0.667,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.23 -0.667,0.168,0.491,0.491,0,0,0.96,0.96,0.96,0.7,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.745,0,0.128 -0.667,0.2,0.584,0.584,0,0,1,1,1,0,0,0,0.366,0.53,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.418,0,0.428 -0.667,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0.319,0.3,0.379,0.517,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.316,0.412,0 -1,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0.383,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0.457,0.0857 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.214 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.241 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0428 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.128 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.214 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.257 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0.233,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.128 -0.667,0.259,0.361,0.361,0,0.483,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.167,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.287,0,0.0428 -0.333,0.2,0.584,0.584,0,0,1,1,1,0.533,0,0,0.366,0.53,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.282,0,0 -0.333,0.252,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.379,0.517,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857 -0.333,0.302,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.391,0.505,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.0857 -0.667,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0775 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.301 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -0.667,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.101 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.0651 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.468 -1,0.404,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.315,0.534,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.282 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.201 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0.417,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0.462,0,0.0992 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0.283,0,0,0.24,0.519,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.537,0,0 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0.638,0,0.234,0.528,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.265,0.338,0.0857 -0.333,0.149,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0.883,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.0836,0 -0.333,0.149,0.287,0.287,0,0.5,0.84,0.84,0.84,0,0,0.0333,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.128 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.24 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.394 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.214 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.128 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.0841 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.11 -1,0.0781,0.334,0.334,0,0.217,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,1,0.76,0.76,0.76,0,0.638,0.383,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.106,0.0951 -0.333,0.167,0.436,0.436,0,0.233,0.8,0.8,0.8,0,0,0.3,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.289 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.498 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.318 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.252 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.156 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.284 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.0934 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.128 -0.333,0.15,0.297,0.297,0,0.233,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0428 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.165 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.7,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.684,0,0.214 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.555,0,0.214 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.747,0,0 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.72,0,0.0857 -1,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.299 -1,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0791 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0717 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0 -0.333,0.0495,0.213,0.213,0,0.483,0.82,0.82,0.82,0,0,0,0.258,0.465,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.176 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.214 -0,0.0495,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0,0.0495,0.222,0.222,0,0.717,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.343 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0.638,0.133,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.185,0.0857 -1,0.501,0.584,0.584,0,0,1,1,1,0.167,0,0.783,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.173,0,0.0857 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0.533,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.72,0,0.0428 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.615,0,0.0428 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.153,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.257 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.119 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0722 -0.667,0.0495,0.334,0.334,0,0.717,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0.483,0.76,0.76,0.76,0.167,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0.26,0,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0.533,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.216,0,0.0857 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.128 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.214 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.3 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857 -0.333,0.15,0.297,0.297,0,0.233,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -1,0.363,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.361,0.596,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.214 -1,0.404,0.491,0.491,0,0,0.96,0.96,0.96,0,0.319,0.133,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.381,0.128 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0.783,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.67,0.128 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.0531,0.0428 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.128 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0857 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.132 -1,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0898 -1,0.286,0.315,0.315,0,0.233,0.82,0.82,0.82,0,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.407 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.0806 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.126 -0.667,0.259,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.24,0.519,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.257 -0.333,0.15,0.222,0.222,0,0.133,0.84,0.84,0.84,0,0,0,0.246,0.496,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428 -0.333,0.149,0.259,0.259,0,0.833,0.84,0.84,0.84,0,0,0,0.258,0.496,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.282 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0 -0.333,0.168,0.491,0.491,0,0.633,0.96,0.96,0.96,0,0,0,0.336,0.525,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.171 -0.667,0.351,0.584,0.584,0,0.7,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0428 -1,0.656,0.621,0.621,0,1,0.96,0.96,0.96,0.583,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.499,0,0.141 -1,0.806,0.658,0.658,0,0.0667,0.94,0.94,0.94,0.35,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.109,0,0.527 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0.319,0.3,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0.278,0.201 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0.617,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.704,0.0857 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0.182,0 -1,0.0743,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.295,0.455,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0578,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.286,0.447,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.286,0.443,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.283,0.438,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0428 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0428 -1,0.0495,0.398,0.398,0,0.633,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.384 -1,0.284,0.436,0.436,0,1,0.8,0.8,0.8,0.0833,0,0,0.376,0.503,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0.185,0,0.183 -1,0.286,0.315,0.315,0,1,0.82,0.82,0.82,0.617,0,0,0.296,0.511,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0.857,0,0 -1,0.278,0.213,0.213,0,0.0167,0.82,0.82,0.82,0,0,0,0.228,0.511,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.16,0.222,0.222,0,0.133,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428 -0.667,0.154,0.232,0.232,0,0.583,0.8,0.8,0.8,0,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.214 -0.333,0.0495,0.222,0.222,0,0.383,0.84,0.84,0.84,0,0,0,0.258,0.465,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.363 -0.667,0.249,0.259,0.259,0,1,0.84,0.84,0.84,0,0.957,0.05,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.736,0.0715 -1,0.349,0.287,0.287,0,0.3,0.84,0.84,0.84,0,0,0.633,0.287,0.546,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.568,0.214 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.333,0 -1,0.363,0.361,0.361,0,0.133,0.88,0.88,0.88,0,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0857 -1,0.404,0.491,0.491,0,0.35,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.214 -1,0.501,0.584,0.584,0,0,1,1,1,0.7,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,1,0,0.128 -0.667,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.141,0,0.214 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0 -0.667,0.317,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.385,0.496,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0857 -0.667,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -0.667,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0.171 -1,0.0503,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.274,0.443,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.124 -1,0.107,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.139,0.398,0.398,0,0.233,0.76,0.76,0.76,0,0.319,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0.0965,0 -0.333,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0.683,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.55,0 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.344,0.0857 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.545,0 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.128 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.214 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.0857 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.22 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.4 -1,0.501,0.584,0.584,0,0.483,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.128 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.257 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.214 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0428 -0.667,0.22,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.354,0.476,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.171 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0.717,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -0.667,0.228,0.398,0.398,0,0.25,0.76,0.76,0.76,0,0,0,0.352,0.461,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.284,0.436,0.436,0,0,0.8,0.8,0.8,0,0.638,0,0.376,0.503,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0.13,0 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0.319,0.633,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.842,0 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0.283,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.439,0.0428 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.339,0.3 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0.167,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.256,0,0.214 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0.533,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.402,0,0.0428 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0.637,0,0.3 -0.333,0.149,0.287,0.287,0,0.467,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0.603,0,0.0428 -0.667,0.251,0.297,0.297,0,0.733,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.0428 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0.638,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.445,0.0428 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0.883,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.358,0.0857 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0.0333,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.18,0.214 -0.667,0.554,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.525,0.544,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.274 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.184 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.186 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0.0428 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0.233,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.11 -1,0.402,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.436,0.521,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.445 -0.667,0.286,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.296,0.511,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.118 -0.667,0.278,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.228,0.511,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.363 -0.667,0.27,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.234,0.511,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.254 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0 -0.333,0.149,0.259,0.259,0,0.467,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0.0167,0.84,0.84,0.84,0,0,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0857 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.214 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0.167,0,0,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.238,0,0.214 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0.533,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.112,0,0.334 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.19 -1,0.656,0.621,0.621,0,0.467,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0748 -1,0.806,0.658,0.658,0,0.0167,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.257 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.0857 -1,0.0495,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.258,0.465,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.128 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0.214 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0.467,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.141 -1,0.107,0.334,0.334,0,0.0167,0.72,0.72,0.72,0,0,0,0.308,0.428,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.0484 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0.107 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0.0849 -0.333,0.168,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.277,0.488,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.142 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.151 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.375 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0.0857 -0,0.0495,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.258,0.465,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0428 -0.333,0.149,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.258,0.496,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0 -0.333,0.149,0.287,0.287,0,0,0.84,0.84,0.84,0,0.638,0,0.268,0.492,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.241,0.214 -0.333,0.15,0.297,0.297,0,0,0.82,0.82,0.82,0,0.319,0.633,0.271,0.501,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.661,0 -0.333,0.154,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0.283,0.292,0.509,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.514,0.493 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.204,0.439 -0.667,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0.743,0.267 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.037,0.327 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.511 -1,0.584,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.512,0.528,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0833,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0405,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.0203,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.0158,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0.0911 -1,0.0781,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.283,0.447,0.0405,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0.192 -0.667,0.139,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.305,0.463,0.0653,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -0.667,0.167,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.317,0.484,0.09,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -0.333,0.0495,0.315,0.315,0,0,0.82,0.82,0.82,0,0,0,0.258,0.465,0.11,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.171 -0.333,0.164,0.213,0.213,0,0,0.82,0.82,0.82,0,0,0,0.243,0.488,0.131,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0.214 -0.333,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.146,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0.0428 -0.333,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.249,0.492,0.162,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0,0 -0.333,0.15,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.246,0.496,0.171,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0,0.0857 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.194,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.171 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.205,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.0428 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.23,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0 -0.667,0.259,0.361,0.361,0,0.967,0.88,0.88,0.88,0,0,0,0.327,0.552,0.286,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0,0.214 -1,0.404,0.491,0.491,0,0.233,0.96,0.96,0.96,0,0,0,0.491,0.646,0.351,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0,0.0857 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.473,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0.638,0,0.621,0.621,0.662,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0.204,0.128 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0.667,0,0.683,0.658,0.583,0.817,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.574,0.468,0 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0.0333,0,0,0.639,0.559,0.774,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0.258,0.543,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.468,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0.312,0.0428 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.203,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.436,0.436,0,0.633,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.404,0.315,0.315,0,0.333,0.82,0.82,0.82,0,0.851,0,0.315,0.534,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0.527,0 -1,0.392,0.213,0.213,0,0,0.82,0.82,0.82,0,0.106,0.683,0.213,0.534,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0.621,0 -1,0.381,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.222,0.534,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0.209,0 -1,0.364,0.232,0.232,0,0,0.8,0.8,0.8,0,0,0,0.232,0.546,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0,0.495,0.214 -0.667,0.251,0.222,0.222,0,0,0.84,0.84,0.84,0,0,0,0.234,0.528,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0,0.553,0.0428 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0.664,0 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0.352,0.128 -0.667,0.251,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.284,0.536,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0.49,0.385 -0.667,0.259,0.361,0.361,0,0,0.88,0.88,0.88,0,0,0,0.327,0.552,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0,0.49,0.128 -0.667,0.286,0.491,0.491,0,0,0.96,0.96,0.96,0,0,0,0.413,0.585,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0,0.367,0.468 -1,0.501,0.584,0.584,0,0,1,1,1,0,0,0,0.584,0.658,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0,0,0.0857 -1,0.656,0.621,0.621,0,0,0.96,0.96,0.96,0,0,0,0.621,0.621,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0,0,0.0857 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0,0,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0,0,0.128 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0 -1,0.391,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.45,0.486,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.371,0.371,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.099,1,0.391,0.0202,0.391,0.391,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.343,0.343,0,0,0.78,0.78,0.78,0,0,0,0.258,0.465,0.0495,1,0.205,0.00504,0.205,0.205,0.0181,0.0181,0.23,0.23,0,0,0 -1,0.0495,0.343,0.343,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.027,1,0.169,0.00504,0.169,0.169,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.0495,0.334,0.334,0,0,0.74,0.74,0.74,0,0,0,0.258,0.465,0.018,1,0.133,0.0101,0.133,0.133,0.0241,0.0241,0.23,0.23,0,0,0 -1,0.0495,0.306,0.306,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0248,1,0.142,0.0353,0.142,0.142,0.0482,0.0482,0.373,0.373,0,0,0 -1,0.0495,0.334,0.334,0,0,0.72,0.72,0.72,0,0,0,0.258,0.465,0.0315,1,0.16,0.0605,0.16,0.16,0.0903,0.0903,0.532,0.532,0,0,0 -1,0.0495,0.398,0.398,0,0,0.76,0.76,0.76,0,0,0,0.258,0.465,0.054,1,0.231,0.146,0.231,0.231,0.157,0.157,0.452,0.452,0,0,0 -1,0.0495,0.436,0.436,0,0,0.8,0.8,0.8,0,0,0,0.258,0.465,0.0968,1,0.293,0.232,0.293,0.293,0.265,0.265,0.19,0.19,0,0,0 -1,0.168,0.315,0.315,0,0.133,0.82,0.82,0.82,0,0,0,0.277,0.488,0.16,1,0.293,0.222,0.293,0.293,0.506,0.506,0.19,0.19,0,0,0.152 -0.667,0.164,0.213,0.213,0,0.1,0.82,0.82,0.82,0,0,0,0.243,0.488,0.212,1,0.285,0.207,0.285,0.285,0.729,0.729,0.151,0.151,0,0,0 -0.667,0.16,0.222,0.222,0,0,0.8,0.8,0.8,0,0,0,0.246,0.488,0.252,1,0.293,0.222,0.293,0.293,0.765,0.765,0.119,0.119,0,0,0 -0.667,0.154,0.232,0.232,0,0,0.8,0.8,0.8,0.583,0,0,0.249,0.492,0.277,1,0.293,0.232,0.293,0.293,0.729,0.729,0.111,0.111,0.676,0,0 -1,0.352,0.222,0.222,0,0,0.84,0.84,0.84,0.117,0,0,0.222,0.559,0.297,1,0.285,0.212,0.285,0.285,0.723,0.723,0.111,0.111,0.0713,0,0 -0.667,0.249,0.259,0.259,0,0,0.84,0.84,0.84,0,0,0,0.259,0.528,0.351,1,0.285,0.191,0.285,0.285,0.542,0.542,0.111,0.111,0,0,0.428 -0.667,0.249,0.287,0.287,0,0,0.84,0.84,0.84,0,0,0,0.277,0.519,0.401,1,0.285,0.247,0.285,0.285,0.452,0.452,0.19,0.19,0,0,0.252 -1,0.351,0.297,0.297,0,0,0.82,0.82,0.82,0,0,0,0.297,0.571,0.441,1,0.293,0.297,0.293,0.293,0.367,0.367,0.46,0.46,0,0,0.168 -1,0.363,0.361,0.361,0,0.133,0.88,0.88,0.88,0.7,0,0,0.361,0.596,0.464,1,0.4,0.554,0.4,0.4,0.223,0.223,1,1,0.445,0,0.262 -1,0.404,0.491,0.491,0,0.1,0.96,0.96,0.96,0,0,0,0.491,0.646,0.479,1,0.507,0.811,0.507,0.507,0.139,0.139,0.968,0.968,0.552,0,0.107 -1,0.351,0.584,0.584,0,0,1,1,1,0,0,0,0.475,0.594,0.565,1,0.587,0.58,0.587,0.587,0.0783,0.0783,0.54,0.54,0.664,0,0.257 -1,0.454,0.621,0.621,0,0,0.96,0.96,0.96,0,0.532,0,0.5,0.569,0.743,1,0.676,0.353,0.676,0.676,0.0482,0.0482,0.484,0.484,0.671,0.0193,0.128 -1,0.806,0.658,0.658,0,0,0.94,0.94,0.94,0,0.426,0.45,0.658,0.583,0.873,1,0.72,0.222,0.72,0.72,0.0241,0.0241,0.405,0.405,0.261,0,0.128 -1,0.851,0.639,0.639,0,0,0.92,0.92,0.92,0,0,0,0.639,0.559,0.806,1,0.765,0.0957,0.765,0.765,0.0181,0.0181,0.341,0.341,0,0,0.171 -1,0.561,0.547,0.547,0,0,0.88,0.88,0.88,0,0,0,0.547,0.497,0.509,1,0.667,0.0655,0.667,0.667,0.0181,0.0181,0.19,0.19,0,0,0 -1,0.116,0.463,0.463,0,0,0.82,0.82,0.82,0,0,0,0.326,0.459,0.232,1,0.578,0.0353,0.578,0.578,0.0181,0.0181,0.19,0.19,0,0,0.0428 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.237 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.224 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0782 -0.333,0.172,0.521,0.521,0,0.25,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.257 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.3 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0428 -0.333,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0428 -0.333,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.0495,0.344,0.344,0,0.217,0.714,0.714,0.714,0.167,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0.304,0,0 -0.333,0.162,0.355,0.355,0,0.0333,0.697,0.697,0.697,0.817,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0.565,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0.25,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.0857 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.436 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.128 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.128 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.225 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.313 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.132 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0.894,0.183,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.513,0.128 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,1,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0.577,0.0857 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.214 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.257 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.417,0.433,0.433,0,0.217,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0428 -1,0.501,0.588,0.588,0,0.0333,0.815,0.815,0.815,0.733,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.628,0,0.214 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.134,0,0.406 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.355 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.171 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.257 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.224 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.166 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0428 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0428 -0.333,0.162,0.355,0.355,0,0.217,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.128 -0.333,0.172,0.433,0.433,0,0.283,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0428 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428 -1,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.214 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.246 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.235 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.171 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.171 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.336 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.248 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.21 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.1 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0591 -0.333,0.164,0.277,0.277,0,0.467,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.128 -0.333,0.16,0.266,0.266,0,0.0333,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.214 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0857 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0428 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857 -0.667,0.294,0.433,0.433,0,0.25,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.257 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0.167,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.328,0,0.0857 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.567,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.491,0,0.171 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.25 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.214 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0582 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,1 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.139 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.231 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.369 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.476 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.487 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.257 -0.333,0.0495,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857 -0.667,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.214 -1,0.35,0.588,0.588,0,0.217,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.214 -1,0.453,0.699,0.699,0,0.0333,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -1,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.214 -1,0.62,0.788,0.788,0,0.217,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0857 -1,0.564,0.765,0.765,0,1,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.219 -1,0.356,0.654,0.654,0,0.533,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.255 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.471 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.0495,0.521,0.521,0,0.717,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0.0333,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0.417,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0.521,0,0.214 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0.567,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.37,0,0.164 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.12 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.799 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.268 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.184 -0.333,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.171 -0.333,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.171 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.405,0.573,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0 -0.333,0.309,0.743,0.743,0,0.717,0.815,0.815,0.815,0,0,0,0.42,0.558,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0 -0.667,0.62,0.788,0.788,0,0.283,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.214 -0.333,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.333,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428 -0.667,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.102 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0891 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.189 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0.733,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0.643,0,0.0857 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.759,0,0.0428 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0.638,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.416,0.0428 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0.255,0.683,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.416,0.171 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.0167,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.756,0.128 -0.667,0.274,0.355,0.355,0,0.217,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.613,0 -0.667,0.294,0.433,0.433,0,1,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0.283,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.3 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.466 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0465 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.222 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0524 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.257 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.0428 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0.25,0.612,0.612,0.612,0.167,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0.241,0,0 -1,0.236,0.477,0.477,0,0.217,0.646,0.646,0.646,0.817,0.596,0.167,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.297,0.426,0.232 -1,0.417,0.521,0.521,0,0.0333,0.68,0.68,0.68,0,0,0.783,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.524,0 -0.667,0.301,0.377,0.377,0,0.717,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.389,0 -0.667,0.299,0.255,0.255,0,0.283,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0857 -0.333,0.17,0.266,0.266,0,0.25,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.128 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0.25,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0.5,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0.596,0.167,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.251,0.0428 -0.667,0.294,0.433,0.433,0,0.217,0.748,0.748,0.748,0,0,0.3,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.441,0.087 -0.667,0.35,0.588,0.588,0,0.0333,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.188 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.257 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.345 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0857 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.171 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,1,0.646,0.646,0.646,0,0.319,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.148,0.32 -1,0.172,0.521,0.521,0,0.283,0.68,0.68,0.68,0,0.277,0.667,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.738,0.0906 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0.283,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.205 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0503 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.734 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.122 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.214 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.171 -0.667,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0.667,0,0,0.405,0.573,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.44,0,0.171 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.317,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.737,0,0.514 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.272,0,0.0428 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.171 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0857 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.771 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.358 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.312 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.428 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.282 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0.638,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.0225,0.388 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0.255,0.683,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.0601 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.267,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.313 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0857 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.51 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.125 -0.667,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.19 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.193 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.611 -0.333,0.17,0.266,0.266,0,0.217,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0.783,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0918 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.115 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.438 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0.417,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0.452,0,0.111 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0.317,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.61,0,0.315 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.141,0,0.116 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.733,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.626,0,0.128 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.351 -1,0.0495,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.258,0.465,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.132 -1,0.0495,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0.217,0.646,0.646,0.646,0,0,0,0.309,0.469,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0.283,0.629,0.629,0.629,0,0,0,0.305,0.464,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.145 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.257 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.246 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.324 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.337,0.581,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.264 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.1 -0.333,0.17,0.266,0.266,0,0.217,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0.283,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.086 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857 -0.333,0.162,0.355,0.355,0,0.25,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.385 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.128 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.128 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.269 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.171 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.257 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.234 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.667,0.0495,0.255,0.255,0,0.217,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.17,0.266,0.266,0,0.0333,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0857 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.343 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0857 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.257 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.3 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0.596,0.167,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.444,0.0428 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0.533,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.558,0.0962 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.796,0.0428 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.481,0 -1,0.099,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.382,0.502,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0.281,0.1 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.214 -1,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.128 -1,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0428 -1,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.667,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0857 -0.333,0.0495,0.311,0.311,0,0.75,0.714,0.714,0.714,0,0,0,0.258,0.465,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428 -0.667,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.306 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.282 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.0857 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.128 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.128 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0857 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.257 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.212 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.136 -0,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0857 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.171 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.177 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0882 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0.596,0,0.263,0.601,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.138,0.102 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0.917,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.781,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.267,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.736,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.473,0.0857 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.505,0.0428 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0.733,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.75,0.182,0.257 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.508,0,0.171 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0.596,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.121,0.373,0.214 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.233,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.0691,0.535 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0428 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0.217,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0.0333,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.104 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.102 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.509 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.257 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0.917,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0.645,0,0.171 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0.0667,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0428 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0428 -0.667,0.35,0.588,0.588,0,0.25,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.0857 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.128 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0.298,0.4,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.449,0.476 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0.0667,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.902,0 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.449,0 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.301 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0.0503 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.236,0.477,0.477,0,0.75,0.646,0.646,0.646,0,0,0,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.128 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0428 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0428 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.343 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857 -0,0.0495,0.355,0.355,0,0.967,0.697,0.697,0.697,0,0.319,0,0.258,0.465,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.0932,0.0857 -0.667,0.294,0.433,0.433,0,0.0333,0.748,0.748,0.748,0,0.574,0.433,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.143,0.128 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0.267,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.363 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.19 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.335 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.331 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.128 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.128 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0857 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.128 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -0.667,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.15 -0.333,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0428 -0.333,0.174,0.255,0.255,0,0.217,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0857 -0.333,0.17,0.266,0.266,0,1,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.171 -0.333,0.164,0.277,0.277,0,0.533,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0.596,0.417,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0.635,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0.283,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.416,0 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.151,0.128 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0428 -0,0.0495,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.258,0.465,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.171 -0.333,0.2,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.243 -0.333,0.251,0.699,0.699,0,0,0.849,0.849,0.849,0.417,0,0,0.405,0.573,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.365,0,0.3 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.317,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.518,0,0.3 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.282,0,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.128 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0857 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0.217,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.295 -1,0.33,0.477,0.477,0,0.0333,0.646,0.646,0.646,0,0,0,0.477,0.55,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.121 -1,0.417,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0515 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.271 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.128 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.341 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.214 -0.333,0.159,0.344,0.344,0,0.217,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -1,0.274,0.355,0.355,0,0.0333,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.214 -1,0.417,0.433,0.433,0,0.5,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.276 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.171 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.917,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.504,0,0.128 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0.0667,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.769,0,0.499 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.457,0,0.075 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.586,0,0.0857 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0.71,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0.25,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.177 -0.667,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.0495,0.255,0.255,0,0.217,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428 -0.333,0.17,0.266,0.266,0,0.783,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.128 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.171 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.343 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.478,0.67,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.128 -1,0.655,0.699,0.699,0,0.217,0.849,0.849,0.849,0,0.319,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.243,0.0857 -1,0.829,0.743,0.743,0,0.283,0.815,0.815,0.815,0,0.574,0.433,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.797,0.128 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.0333,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.805,0.128 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.477,0.214 -1,0.51,0.654,0.654,0,0.717,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.13,0.0428 -1,0.249,0.555,0.555,0,0.533,0.697,0.697,0.697,0,0,0,0.555,0.535,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0.128 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0518,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.33,0.472,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -0.667,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0.417,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.447,0,0 -0.667,0.301,0.377,0.377,0,0,0.697,0.697,0.697,0.317,0,0,0.337,0.581,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0.297,0,0.343 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.128 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.3 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0428 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0.596,0.167,0.293,0.601,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0.722,0.0428 -1,0.379,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0.0667,0.344,0.654,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.608,0.214 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.128 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0857 -0,0.0495,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.258,0.465,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428 -0,0.0495,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.258,0.465,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.128 -0,0.0495,0.743,0.743,0,0,0.815,0.815,0.815,0,0.894,0.183,0.258,0.465,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.428,0.128 -0.333,0.335,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.05,0.434,0.543,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.19,0 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0691 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.0605 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.163 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.181 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.642 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0857 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0428 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.128 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0.25,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.358 -1,0.501,0.588,0.588,0,0.217,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.128 -1,0.655,0.699,0.699,0,1,0.849,0.849,0.849,0.917,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.63,0,0.128 -1,0.829,0.743,0.743,0,0.283,0.815,0.815,0.815,0.0667,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.537,0,0 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.496,0,0 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0428 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.161 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -1,0.295,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.433,0.571,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0938 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.0428 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.3 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171 -0.333,0.16,0.266,0.266,0,0.5,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0857 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.171 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -0.333,0.2,0.588,0.588,0,0.467,0.815,0.815,0.815,0,0,0,0.368,0.568,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0428 -0.667,0.453,0.699,0.699,0,0.0333,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.212 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.276 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.0428 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0887 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.153 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.214 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.194 -0.333,0.0495,0.521,0.521,0,0.217,0.68,0.68,0.68,0.667,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.396,0,0.0856 -0.333,0.175,0.377,0.377,0,0.533,0.697,0.697,0.697,0.0667,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.214 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.514 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0857 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.0857 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.501,0.588,0.588,0,0.717,0.815,0.815,0.815,0.167,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0.268,0,0.0558 -1,0.655,0.699,0.699,0,0.533,0.849,0.849,0.849,0.567,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.246,0,0.0428 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.171 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.343 -0.667,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.0857 -0.667,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428 -0.667,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -0.667,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0.319,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0.273,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0.574,0.433,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0.648,0.0818 -1,0.236,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0.267,0.404,0.522,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0.5,0.108 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0.593,0 -0.667,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0.519,0.128 -0.667,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0.441,0.0428 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0663 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.135 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.332 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.085 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.0857 -0.667,0.294,0.433,0.433,0,0.467,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.128 -0.667,0.35,0.588,0.588,0,1,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857 -1,0.655,0.699,0.699,0,0.283,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.428 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0.894,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.441,0.257 -1,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.7,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.519,0.343 -1,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.412,0.313 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.32,0.0428 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0578,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.309,0.474,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0.467,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.135 -1,0.417,0.521,0.521,0,0.283,0.68,0.68,0.68,0,0,0,0.521,0.624,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.173 -1,0.427,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.377,0.639,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.171 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0 -0,0.0495,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0.667,0.269,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.293,0.601,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.667,0.274,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.323,0.611,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.257 -1,0.417,0.433,0.433,0,0.217,0.748,0.748,0.748,0,0,0,0.433,0.713,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.343 -0.667,0.35,0.588,0.588,0,0.283,0.815,0.815,0.815,0,0,0,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.3 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.743,0.743,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.385 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0.167,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0.334,0,0.3 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0.567,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0.56,0,0.309 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0.243,0,0.0857 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0857 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.171 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.259 -1,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.286 -1,0.299,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.256,0.581,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.32 -0.667,0.291,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.263,0.581,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.154 -0.667,0.279,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.271,0.591,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.337 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.214 -0,0.0495,0.311,0.311,0,0.25,0.714,0.714,0.714,0,0,0,0.258,0.465,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.171 -0.333,0.159,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.286,0.528,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.171 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0.298,0.233,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.367,0.0428 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0.662,0.0857 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.148,0.128 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.128 -0.667,0.564,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.596,0.601,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.214 -0.667,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0 -0.667,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.056 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0865,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0432,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0236,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0157,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0275,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -1,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.331,0.493,0.0472,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.177 -1,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0845,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0428 -0.667,0.0495,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.14,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.128 -0.667,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.185,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.128 -0.667,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.22,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.0857 -0.667,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.242,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0815 -0.667,0.271,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.263,0.601,0.259,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0956 -0.667,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.307,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -1,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0.298,0.4,0.315,0.591,0.35,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0.268,0.0857 -1,0.387,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0.0667,0.355,0.684,0.385,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0.587,0 -1,0.417,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.433,0.713,0.405,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.315,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.419,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.537,0.0857 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0.667,0,0,0.699,0.788,0.493,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.36,0,0.0428 -1,0.829,0.743,0.743,0,0,0.815,0.815,0.815,0.317,0.596,0.167,0.743,0.743,0.649,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0.477,0.0857 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0.533,0.788,0.698,0.763,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0.412,0.171 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.704,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0.561,0 -1,0.51,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.654,0.594,0.444,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0.825,0 -1,0.183,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.456,0.512,0.202,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0.347,0.214 -1,0.0743,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.32,0.484,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0.0428 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.0563 -1,0.0798,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.305,0.474,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0596 -0.667,0.143,0.477,0.477,0,0.25,0.646,0.646,0.646,0,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0.139 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.0857 -0,0.0495,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0 -0,0.0495,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.343 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.0428 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.171 -0.333,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.171 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.192 -0.667,0.294,0.433,0.433,0,0.25,0.748,0.748,0.748,0,0,0,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0.0958 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.0857 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.0857 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.0428 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.325 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.321 -1,0.356,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.522,0.551,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.198 -1,0.116,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.357,0.489,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.172 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0506,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.294,0.469,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0.438 -1,0.11,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.352,0.482,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0.0285 -0.333,0.0495,0.477,0.477,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0,0,0 -0.333,0.0495,0.521,0.521,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0,0,0.0458 -0.333,0.175,0.377,0.377,0,0,0.697,0.697,0.697,0,0,0,0.298,0.523,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0.312 -0.333,0.174,0.255,0.255,0,0,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.128 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.176 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0.171 -0,0.0495,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0 -0,0.0495,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0857 -0.667,0.269,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.315,0.591,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0.21 -0.333,0.162,0.355,0.355,0,0.467,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0 -0.667,0.294,0.433,0.433,0,0.283,0.748,0.748,0.748,0,0.298,0.4,0.374,0.631,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0.476,0 -0.667,0.35,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0.3,0.478,0.67,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0.601,0 -0.667,0.453,0.699,0.699,0,0,0.849,0.849,0.849,0,0,0,0.552,0.68,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0,0,0.0857 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0,0,0.599 -1,0.905,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.788,0.698,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.334 -1,0.821,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.765,0.669,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.408 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.183 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.444,0.444,0,0,0.68,0.68,0.68,0,0,0,0.258,0.465,0.0727,1,0.431,0.0246,0.431,0.431,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.41,0.41,0,0,0.663,0.663,0.663,0,0,0,0.258,0.465,0.0354,1,0.225,0.00614,0.225,0.225,0.0199,0.0199,0.183,0.196,0,0,0 -1,0.0495,0.41,0.41,0,0,0.646,0.646,0.646,0,0,0,0.258,0.465,0.0177,1,0.186,0.00614,0.186,0.186,0.0199,0.0199,0.151,0.162,0,0,0 -1,0.0495,0.399,0.399,0,0,0.629,0.629,0.629,0,0,0,0.258,0.465,0.0138,1,0.147,0.0123,0.147,0.147,0.0265,0.0265,0.183,0.196,0,0,0 -1,0.0495,0.366,0.366,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0216,1,0.157,0.043,0.157,0.157,0.0531,0.0531,0.296,0.317,0,0,0 -1,0.0495,0.399,0.399,0,0,0.612,0.612,0.612,0,0,0,0.258,0.465,0.0354,1,0.176,0.0737,0.176,0.176,0.0995,0.0995,0.422,0.452,0,0,0 -0.667,0.143,0.477,0.477,0,0,0.646,0.646,0.646,0.667,0,0,0.331,0.493,0.057,1,0.255,0.178,0.255,0.255,0.172,0.172,0.359,0.384,0.63,0,0 -0.667,0.172,0.521,0.521,0,0,0.68,0.68,0.68,0.0667,0,0,0.346,0.518,0.0786,1,0.323,0.283,0.323,0.323,0.292,0.292,0.151,0.162,0.11,0,0 -0.333,0.0495,0.377,0.377,0,0.217,0.697,0.697,0.697,0,0,0,0.258,0.465,0.0963,1,0.323,0.27,0.323,0.323,0.557,0.557,0.151,0.162,0,0,0 -0.333,0.174,0.255,0.255,0,0.783,0.697,0.697,0.697,0,0,0,0.257,0.523,0.114,1,0.313,0.252,0.313,0.313,0.803,0.803,0.12,0.128,0,0,0.171 -0.333,0.17,0.266,0.266,0,0,0.68,0.68,0.68,0,0,0,0.261,0.523,0.128,1,0.323,0.27,0.323,0.323,0.842,0.842,0.0945,0.101,0,0,0.128 -0.333,0.164,0.277,0.277,0,0,0.68,0.68,0.68,0,0,0,0.264,0.528,0.142,1,0.323,0.283,0.323,0.323,0.803,0.803,0.0882,0.0944,0,0,0 -0.333,0.16,0.266,0.266,0,0,0.714,0.714,0.714,0,0,0,0.261,0.533,0.149,1,0.313,0.258,0.313,0.313,0.796,0.796,0.0882,0.0944,0,0,0.0428 -0.333,0.159,0.311,0.311,0,0,0.714,0.714,0.714,0,0,0,0.275,0.533,0.169,1,0.313,0.233,0.313,0.313,0.597,0.597,0.0882,0.0944,0,0,0.0428 -0,0.0495,0.344,0.344,0,0,0.714,0.714,0.714,0,0,0,0.258,0.465,0.179,1,0.313,0.301,0.313,0.313,0.497,0.497,0.151,0.162,0,0,0 -0.333,0.162,0.355,0.355,0,0,0.697,0.697,0.697,0,0,0,0.29,0.538,0.2,1,0.323,0.362,0.323,0.323,0.405,0.405,0.365,0.391,0,0,0.257 -0.333,0.172,0.433,0.433,0,0,0.748,0.748,0.748,0,0,0,0.316,0.548,0.25,1,0.441,0.676,0.441,0.441,0.245,0.245,0.794,0.849,0,0,0 -1,0.501,0.588,0.588,0,0,0.815,0.815,0.815,0,0,0,0.588,0.773,0.307,1,0.558,0.989,0.558,0.558,0.153,0.153,0.769,0.822,0,0,0.128 -1,0.655,0.699,0.699,0,0,0.849,0.849,0.849,0.167,0,0,0.699,0.788,0.413,1,0.646,0.706,0.646,0.646,0.0862,0.0862,0.428,0.458,0.289,0,0.214 -0.667,0.569,0.743,0.743,0,0,0.815,0.815,0.815,0.567,0,0,0.581,0.65,0.578,1,0.744,0.43,0.744,0.744,0.0531,0.0531,0.384,0.411,0.241,0,0.171 -0.667,0.62,0.788,0.788,0,0,0.798,0.798,0.798,0,0,0,0.611,0.621,0.713,1,0.793,0.27,0.793,0.793,0.0265,0.0265,0.321,0.344,0,0,0.128 -1,0.307,0.765,0.765,0,0,0.781,0.781,0.781,0,0,0,0.427,0.533,0.676,1,0.842,0.117,0.842,0.842,0.0199,0.0199,0.271,0.29,0,0,0.128 -1,0.203,0.654,0.654,0,0,0.748,0.748,0.748,0,0,0,0.39,0.508,0.409,1,0.735,0.0799,0.735,0.735,0.0199,0.0199,0.151,0.162,0,0,0.214 -1,0.0495,0.555,0.555,0,0,0.697,0.697,0.697,0,0,0,0.258,0.465,0.177,1,0.637,0.043,0.637,0.637,0.0199,0.0199,0.151,0.162,0,0,0.0428 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.271 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0634 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.316 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0.787,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.416,0.133 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0.106,0.8,0.254,0.637,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.85,0.362 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0.233,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.523,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.128 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.522 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0568 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.0428 -0.667,0.647,0.697,0.697,0,0.0833,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.128 -1,0.919,0.741,0.741,0,0.733,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.3 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.425 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.128 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0.298,0.25,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.473,0.167 -1,0.433,0.52,0.52,0,0.833,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.171 -0.667,0.318,0.376,0.376,0,0.533,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.207 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.135 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.113 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.126 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.1 -0.667,0.289,0.31,0.31,0,0.267,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0889 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.257 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.214 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.533,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.533,0,0.403 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.783,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.504,0,0.161 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0.25,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.521,0,0.113 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.213 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.312 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.428 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0428 -0.667,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.214 -0.667,0.175,0.276,0.276,0,0.217,0.675,0.675,0.675,0,0,0,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.248 -0.667,0.292,0.265,0.265,0,0.05,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.214 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.223 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.171 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0428 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.171 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0428 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.249,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.553,0.533,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0.267,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.321,0.254,0.254,0,0.217,0.692,0.692,0.692,0,0.596,0.167,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.391,0 -0.667,0.312,0.265,0.265,0,0.6,0.675,0.675,0.675,0,0,0.0833,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.256,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0.298,0.65,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.375,0 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0.117,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.524,0.0428 -0.667,0.289,0.31,0.31,0,0.533,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.0932,0.0428 -0.667,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0346 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.171 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.167,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.287,0,0.26 -0.667,0.629,0.741,0.741,0,0.217,0.81,0.81,0.81,0.617,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.385,0,0.187 -0.667,0.515,0.785,0.785,0,1,0.793,0.793,0.793,0,0,0,0.609,0.619,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0857 -1,0.566,0.763,0.763,0,0.15,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.277 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.291 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.101 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.076 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.305,0.463,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0.298,0.267,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0.379,0.171 -1,0.245,0.476,0.476,0,0.267,0.641,0.641,0.641,0,0,0.767,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.768,0 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0534 -0.667,0.184,0.376,0.376,0,0.267,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.354 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.192 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.245 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.369 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428 -0.333,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.257 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0.149,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.0225,0.0813 -0.333,0.237,0.431,0.431,0,0.817,0.743,0.743,0.743,0,0.745,0.3,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.43 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.533,0,0.217,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.396,0,0.121 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.25,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.177,0,0.0857 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.096 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0857 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.214 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.0985 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.141 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.187 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.26 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0965 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.257 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.177 -0.333,0.175,0.276,0.276,0,0.817,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.3 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.128 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0428 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.214 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0428 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.137 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.252 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0857 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.0857 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0849 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.145 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0.0333,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.115,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.75,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.718,0,0.071 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0701 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.214 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.343 -0.333,0.194,0.354,0.354,0,0.333,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857 -0.667,0.425,0.431,0.431,0,0.2,0.743,0.743,0.743,0.0333,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.11,0,0 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0.75,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.643,0,0.0857 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.283,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.312,0,0.347 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.5,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.608,0,0.478 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.55 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.257 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0974 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.154 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.041 -1,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.146 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0858 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0.267,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0.298,0.0167,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.236,0.0428 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0.75,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.666,0.0857 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.465,0.128 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.375,0 -0.333,0.237,0.431,0.431,0,0.833,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.682,0.0428 -0.667,0.553,0.586,0.586,0,0.25,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.527,0.171 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.283,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.212,0.301,0.171 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.5,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.407,0.0595,0.0857 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.3 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.274 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0857 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.176 -0.667,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.52,0.52,0,0.333,0.675,0.675,0.675,0.283,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.244,0,0 -0.667,0.184,0.376,0.376,0,1,0.692,0.692,0.692,0.5,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.275,0,0.257 -0.667,0.185,0.254,0.254,0,1,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0857 -0.667,0.312,0.265,0.265,0,0.133,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0857 -0,0.0495,0.265,0.265,0,0.333,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.171 -0.333,0.169,0.31,0.31,0,0.2,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0428 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.171 -0.667,0.237,0.431,0.431,0,0.583,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.317 -0.667,0.553,0.586,0.586,0,0.233,0.81,0.81,0.81,0.533,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.353,0,0.128 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.25,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.117,0,0.343 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0428 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.172 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.269 -1,0.0495,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.258,0.465,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0857 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.48 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.208 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0717 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0648 -0.333,0.185,0.254,0.254,0,0.717,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.444 -0.333,0.181,0.265,0.265,0,1,0.675,0.675,0.675,0,0,0,0.26,0.523,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.343 -0.333,0.175,0.276,0.276,0,0.2,0.675,0.675,0.675,0,0.596,0.417,0.264,0.528,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.518,0.0428 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0.617,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0.455,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0.54,0.128 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0.4,0.0428 -0.667,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.171 -0.667,0.237,0.431,0.431,0,0.717,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.128 -1,0.553,0.586,0.586,0,0.1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.171 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.128 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0857 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0857 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.257 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.187 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0857 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.41 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0.167,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.343,0,0.131 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0.617,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.633,0,0.282 -1,0.553,0.586,0.586,0,0.217,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.351,0,0.355 -1,0.946,0.697,0.697,0,0.317,0.844,0.844,0.844,0,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.214 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0857 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.419 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.131 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0365 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.174 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.292 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.308,0.468,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.107 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.115 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.201 -0.667,0.177,0.52,0.52,0,0.267,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0877 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0956 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.183 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0.283,0,0,0.27,0.59,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0.334,0,0.173 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0.5,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0.514,0,0.461 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0694 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0.267,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.3 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.171 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0.783,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.722,0,0.0857 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0.267,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.128 -1,0.222,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.426,0.532,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.128 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.245,0.476,0.476,0,0.533,0.641,0.641,0.641,0,0.298,0.0167,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.0981,0 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0.233,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.695,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0937 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.295 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.128 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.128 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0.333,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857 -1,0.804,0.586,0.586,0,0.2,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.218 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.413 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0428 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.181 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.27 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0141 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0912 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.13 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.52,0.52,0,0.333,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0.483,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.343 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.171 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.3 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0629 -0.667,0.338,0.354,0.354,0,0.817,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428 -1,0.612,0.431,0.431,0,0.833,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0428 -1,0.804,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0,0.633,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0857 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.274 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.244 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.277 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.263 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.0428 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0799 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0428 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0428 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0.533,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.257 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.214 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.106 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.214 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.128 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0.333,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0.2,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0928 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.26 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0908 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.113 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.214 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.214 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0428 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428 -0.333,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -0.333,0.237,0.431,0.431,0,0.267,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.128 -0.667,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.0857 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.113 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.128 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.214 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0857 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.491 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.136 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0.128 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0.217,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -1,0.0495,0.52,0.52,0,0.6,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -1,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.176 -1,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.106 -1,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.205 -1,0.3,0.276,0.276,0,0.533,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.667,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.128 -1,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.171 -1,0.421,0.343,0.343,0,0,0.709,0.709,0.709,0.667,0,0,0.343,0.652,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0.436,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0.117,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0428 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.167,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.26,0,0.214 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.617,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.608,0,0.257 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.497,0,0.0428 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.321,0,0.0857 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0857 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0453 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.162 -1,0.177,0.52,0.52,0,0.267,0.675,0.675,0.675,0,0,0,0.345,0.518,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0741 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -1,0.456,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.254,0.637,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.171 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0428 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0857 -0.333,0.169,0.31,0.31,0,0.267,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.128 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -1,0.482,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.354,0.681,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857 -1,0.612,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.431,0.711,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0857 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0.417,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.606,0,0.257 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.633,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.105,0,0.171 -1,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.385 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.428 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.171 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0.917,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0.603,0,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0.133,0,0,0.356,0.488,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0857 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.272 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.41 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.155 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0857 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0428 -0.333,0.175,0.276,0.276,0,0.333,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0.2,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.128 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.354 -0.667,0.425,0.431,0.431,0,0.333,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.189 -0.667,0.553,0.586,0.586,0,1,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.403 -1,0.946,0.697,0.697,0,1,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.477 -1,0.919,0.741,0.741,0,0.683,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.3 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0857 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0.468,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.0514,0.0584 -0.667,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0.128,0.783,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.0981,0.124 -0.667,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0.25,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0.0833,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0822 -1,0.245,0.476,0.476,0,0.45,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.205 -1,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.162 -1,0.452,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.376,0.637,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.304 -0.667,0.321,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.255,0.58,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0857 -0,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.3 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.257 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428 -0,0.0495,0.343,0.343,0,0.267,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0.596,0.0333,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0.717,0 -0.667,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0.483,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0.532,0.211 -0.667,0.553,0.586,0.586,0,0.333,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0.037,0.147 -1,0.946,0.697,0.697,0,0.2,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.302 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0.149,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0.106,0 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0.149,0.767,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0.529,0.4 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0.267,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0.521,0.3 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0.682,0 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0.441,0.3 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0.159,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0.0428 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0498 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.163 -1,0.245,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.403,0.521,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0858 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0428 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.783,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.642,0,0.171 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.329 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0951 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.315 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.257 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.135 -0.333,0.301,0.586,0.586,0,0.533,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.0988 -0.333,0.348,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.404,0.572,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.257 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0 -1,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.214 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0428 -1,0.197,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0.169,0.128 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.127 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.1 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.129 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.247 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.385 -0,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.128 -0,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0857 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.128 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.297 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0857 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.214 -0.667,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.614 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0646 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.181 -0.667,0.282,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.434,0.542,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0428 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0428 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0918 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.163 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.0428 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.128 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.161 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.0495,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.0495,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.104 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.173 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.133 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0658 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.252 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.555 -1,0.804,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.312 -0.667,0.647,0.697,0.697,0,0.267,0.844,0.844,0.844,0.0333,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.241,0,0.3 -0.667,0.629,0.741,0.741,0,0,0.81,0.81,0.81,0.75,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.355,0,0.428 -0.667,0.515,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.482 -0.667,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.257 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.356 -1,0.116,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.145 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.083 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.146 -1,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.176 -1,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0794 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.0495,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0857 -1,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0857 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.171 -0.667,0.237,0.431,0.431,0,0.717,0.743,0.743,0.743,0,0,0,0.316,0.547,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.343 -1,0.804,0.586,0.586,0,0.65,0.81,0.81,0.81,0.417,0,0,0.586,0.77,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.396,0,0.171 -1,0.946,0.697,0.697,0,0,0.844,0.844,0.844,0.367,0,0,0.697,0.785,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.404,0,0.0428 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0428 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.0428 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0857 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0691 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0858,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.161 -1,0.0578,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.308,0.473,0.0429,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.0656 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0234,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0156,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0273,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -1,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0468,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0838,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.667,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.138,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.667,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0.319,0,0.257,0.523,0.183,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.116,0 -0.667,0.312,0.265,0.265,0,0,0.675,0.675,0.675,0,0.574,0.25,0.263,0.58,0.218,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.773,0 -0.667,0.3,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.27,0.59,0.24,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.543,0.0428 -0.667,0.292,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.263,0.6,0.257,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428 -0.667,0.289,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.292,0.6,0.304,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428 -1,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.347,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0428 -1,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.382,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0942 -1,0.425,0.431,0.431,0,0,0.743,0.743,0.743,0,0,0,0.373,0.629,0.402,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.233 -1,0.553,0.586,0.586,0,0,0.81,0.81,0.81,0,0,0,0.477,0.669,0.415,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.272 -1,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.489,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0428 -0.667,0.629,0.741,0.741,0,0.533,0.81,0.81,0.81,0,0,0,0.58,0.649,0.643,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.171 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.756,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.405 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.698,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.385 -1,0.493,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.652,0.593,0.441,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.183,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.201,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.0857 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.0968 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.101 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.293 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0428 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.0857 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0.0857 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0428 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.173,0.343,0.343,0,0.583,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.194,0.354,0.354,0,1,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0 -1,0.612,0.431,0.431,0,1,0.743,0.743,0.743,0,0,0,0.431,0.711,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.0458 -1,0.804,0.586,0.586,0,0.15,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.341 -0.667,0.647,0.697,0.697,0,0.533,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.0428 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0857 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.219 -1,0.394,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.595,0.6,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.409 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.155 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.214 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0.0857 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0.0486 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.101 -1,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.667,0.177,0.52,0.52,0,0,0.675,0.675,0.675,0.533,0,0,0.345,0.518,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0.412,0,0 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0.517,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0.452,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0.533,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0.319,0,0.0857 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0.517,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.0857 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.171 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.667,0.297,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.314,0.59,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428 -0.333,0.237,0.431,0.431,0,0,0.743,0.743,0.743,0.533,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.548,0,0.0857 -0.333,0.301,0.586,0.586,0,0,0.81,0.81,0.81,0.517,0,0,0.367,0.567,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0.497,0,0.224 -0.667,0.647,0.697,0.697,0,0,0.844,0.844,0.844,0,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.462 -1,0.919,0.741,0.741,0,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.309 -1,0.747,0.785,0.785,0,0,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.24 -1,0.566,0.763,0.763,0,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0381 -1,0.345,0.652,0.652,0,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0857 -1,0.0495,0.553,0.553,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.257 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.051,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.293,0.468,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.154 -1,0.342,0.476,0.476,0,0,0.641,0.641,0.641,0,0.596,0.0333,0.476,0.548,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0.371,0.107 -1,0.433,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0.733,0.52,0.622,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0.645,0.189 -0.333,0.184,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.297,0.523,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0.596,0.471 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0.916,0.0857 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0.646,0.0428 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0.209,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0428 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.171 -0.333,0.194,0.354,0.354,0,0,0.692,0.692,0.692,0.0333,0,0,0.29,0.537,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0.117,0,0 -0.333,0.237,0.431,0.431,0.0288,0.267,0.743,0.743,0.743,1,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0.414,0,0.257 -0.667,0.553,0.586,0.586,0.346,0,0.81,0.81,0.81,0.0167,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -0.667,0.647,0.697,0.697,0.593,0,0.844,0.844,0.844,0.0333,0,0,0.55,0.679,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.0968,0,0.0983 -0.667,0.629,0.741,0.741,0.683,0,0.81,0.81,0.81,1,0,0,0.58,0.649,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.504,0,0.128 -1,0.747,0.785,0.785,1,0,0.793,0.793,0.793,0.0167,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.705,0,0.171 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.0857 -1,0.197,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.389,0.508,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -0.667,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -0.667,0.0816,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.305,0.473,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0 -0.333,0.0495,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0 -0.333,0.0495,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.258,0.465,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0 -0.333,0.0495,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0.0428 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0 -0.333,0.181,0.265,0.265,0,0.333,0.675,0.675,0.675,0,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0,0,0 -0.333,0.175,0.276,0.276,0,0.483,0.675,0.675,0.675,0,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0 -0.333,0.171,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.26,0.532,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0 -0.333,0.169,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.275,0.532,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.343 -0.333,0.173,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.286,0.528,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0.0428 -0,0.0495,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.258,0.465,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428 -0.333,0.237,0.431,0.431,0.0288,0,0.743,0.743,0.743,0,0,0,0.316,0.547,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0.128 -0.667,0.553,0.586,0.586,0.346,0.833,0.81,0.81,0.81,0,0,0,0.477,0.669,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0.343 -1,0.946,0.697,0.697,0.593,1,0.844,0.844,0.844,0.0333,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0.112,0,0 -1,0.919,0.741,0.741,0.683,1,0.81,0.81,0.81,0.75,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0.54,0,0 -1,0.747,0.785,0.785,1,1,0.793,0.793,0.793,0,0,0,0.785,0.696,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0.574,0,0.0857 -1,0.566,0.763,0.763,0.679,0.283,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.159 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.0428 -1,0.183,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.455,0.511,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0.214 -1,0.0743,0.442,0.442,0,0,0.675,0.675,0.675,0,0,0,0.319,0.483,0.0721,1,0.429,0.0246,0.429,0.429,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.409,0.409,0,0,0.658,0.658,0.658,0,0,0,0.258,0.465,0.0351,1,0.224,0.00614,0.224,0.224,0.0198,0.0198,0.182,0.194,0,0,0 -1,0.0495,0.409,0.409,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.0175,1,0.185,0.00614,0.185,0.185,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.398,0.398,0,0,0.625,0.625,0.625,0,0,0,0.258,0.465,0.0136,1,0.146,0.0123,0.146,0.146,0.0264,0.0264,0.182,0.194,0,0,0 -1,0.0495,0.365,0.365,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0214,1,0.156,0.043,0.156,0.156,0.0528,0.0528,0.294,0.315,0,0,0 -1,0.0495,0.398,0.398,0,0,0.608,0.608,0.608,0,0,0,0.258,0.465,0.0351,1,0.176,0.0737,0.176,0.176,0.0991,0.0991,0.419,0.449,0,0,0.139 -0.667,0.147,0.476,0.476,0,0,0.641,0.641,0.641,0,0,0,0.33,0.493,0.0565,1,0.254,0.178,0.254,0.254,0.172,0.172,0.357,0.382,0,0,0.0758 -0.667,0.305,0.52,0.52,0,0,0.675,0.675,0.675,0,0,0,0.432,0.57,0.078,1,0.322,0.283,0.322,0.322,0.291,0.291,0.15,0.161,0,0,0.0467 -0.667,0.318,0.376,0.376,0,0,0.692,0.692,0.692,0,0,0,0.337,0.58,0.0955,1,0.322,0.27,0.322,0.322,0.555,0.555,0.15,0.161,0,0,0 -0.333,0.185,0.254,0.254,0,0,0.692,0.692,0.692,0,0,0,0.257,0.523,0.113,1,0.312,0.252,0.312,0.312,0.799,0.799,0.119,0.127,0,0,0.171 -0.333,0.181,0.265,0.265,0,0,0.675,0.675,0.675,0.783,0,0,0.26,0.523,0.127,1,0.322,0.27,0.322,0.322,0.839,0.839,0.0939,0.1,0.537,0,0 -0.333,0.175,0.276,0.276,0,0,0.675,0.675,0.675,0.267,0,0,0.264,0.528,0.14,1,0.322,0.283,0.322,0.322,0.799,0.799,0.0876,0.0938,0,0,0.246 -0,0.0495,0.265,0.265,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.148,1,0.312,0.258,0.312,0.312,0.793,0.793,0.0876,0.0938,0,0,0.0857 -0,0.0495,0.31,0.31,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.168,1,0.312,0.233,0.312,0.312,0.595,0.595,0.0876,0.0938,0,0,0.0428 -0,0.0495,0.343,0.343,0,0,0.709,0.709,0.709,0,0,0,0.258,0.465,0.177,1,0.312,0.301,0.312,0.312,0.495,0.495,0.15,0.161,0,0,0 -0.667,0.338,0.354,0.354,0,0,0.692,0.692,0.692,0,0,0,0.322,0.609,0.199,1,0.322,0.362,0.322,0.322,0.403,0.403,0.363,0.388,0,0,0.0428 -0.667,0.425,0.431,0.431,0.0288,0.333,0.743,0.743,0.743,0,0,0,0.373,0.629,0.248,1,0.439,0.676,0.439,0.439,0.244,0.244,0.789,0.844,0,0,0 -1,0.804,0.586,0.586,0.346,0.2,0.81,0.81,0.81,0,0,0,0.586,0.77,0.304,1,0.556,0.989,0.556,0.556,0.152,0.152,0.764,0.817,0,0,0 -1,0.946,0.697,0.697,0.593,0,0.844,0.844,0.844,0,0,0,0.697,0.785,0.409,1,0.644,0.706,0.644,0.644,0.0859,0.0859,0.426,0.455,0,0,0.128 -1,0.919,0.741,0.741,0.683,0,0.81,0.81,0.81,0,0,0,0.741,0.741,0.573,1,0.741,0.43,0.741,0.741,0.0528,0.0528,0.382,0.409,0,0,0.0857 -0.667,0.515,0.785,0.785,1,0,0.793,0.793,0.793,0,0,0,0.609,0.619,0.708,1,0.79,0.27,0.79,0.79,0.0264,0.0264,0.319,0.342,0,0,0.128 -1,0.566,0.763,0.763,0.679,0,0.776,0.776,0.776,0,0,0,0.763,0.667,0.671,1,0.839,0.117,0.839,0.839,0.0198,0.0198,0.269,0.288,0,0,0.181 -1,0.345,0.652,0.652,0.132,0,0.743,0.743,0.743,0,0,0,0.521,0.55,0.405,1,0.732,0.0799,0.732,0.732,0.0198,0.0198,0.15,0.161,0,0,0.253 -1,0.116,0.553,0.553,0.0658,0,0.692,0.692,0.692,0,0,0,0.356,0.488,0.175,1,0.634,0.043,0.634,0.634,0.0198,0.0198,0.15,0.161,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.366 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.201 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0677 -0.333,0.183,0.35,0.35,0,0.267,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.3 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.214 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0857 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -1,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.343 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.269 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.133 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.193 -1,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.138 -1,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.194 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.207 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.128 -1,0.342,0.825,0.825,0.132,0.217,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0.9,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.322 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.132 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.257 -0.333,0.0495,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.129 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0753 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0.967,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.402 -1,1,0.881,0.881,0.593,0.15,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.119 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.218 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128 -0.667,0.386,0.965,0.965,0.679,0.55,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.128 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0.667,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0.428,0,0.428 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0.15,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0.525,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0.301,0,0.0857 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.128 -1,0.0495,0.517,0.517,0,0.267,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.117 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.181,0.657,0.657,0,0.217,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0428 -0.667,0.33,0.475,0.475,0,0.05,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.128 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.128 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0.267,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.171 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0.417,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.45,0,0.331 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0.667,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.577,0,0.214 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.433,0,0.0428 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.103 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.337 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0.667,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.365,0,0.0428 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0.15,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0922 -0.667,0.337,0.322,0.322,0,0.55,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.463 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.3 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.128 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.257 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0.417,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.329,0,0 -0.667,0.457,0.545,0.545,0.0288,0.217,0.672,0.672,0.672,0.667,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.521,0,0 -0.667,0.596,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428 -0.667,0.683,0.881,0.881,0.593,0.183,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.332 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.225 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.402 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0428 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.339 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0725 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.262 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.232 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.393 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.194 -0.667,0.307,0.336,0.336,0,0.217,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.298 -0.333,0.177,0.392,0.392,0,0.05,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.3 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.171 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.128 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0.417,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.414,0,0.343 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0.667,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.323,0,0.214 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0.936,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.404,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0.9,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.116,0.171 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.2,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.356 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.139 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0799 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0975 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.103 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.131 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0428 -0.333,0.0495,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.192 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.218 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.121 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.313 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.246 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.209 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.62 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.728 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.438 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.298,0.65,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.293,0.0857 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.45,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.669,0.214 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.165 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0.617,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.407,0 -1,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.9,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -1,0.449,0.35,0.35,0,0.967,0.611,0.611,0.611,0,0,0.2,0.35,0.824,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.549 -1,0.436,0.336,0.336,0,1,0.641,0.641,0.641,0,0,0,0.336,0.843,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.211 -1,0.432,0.392,0.392,0,0.283,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.345 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0.217,0.733,0.733,0.733,0,0,0,0.419,0.635,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128 -0.333,0.366,0.881,0.881,0.593,0.333,0.764,0.764,0.764,0,0,0,0.465,0.641,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.257 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428 -0.333,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.514 -0.667,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.201 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.584 -0.667,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -0.667,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.117 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.139 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.149 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.135 -1,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.539 -1,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.41 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.289 -1,0.432,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.392,0.843,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0739 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.172 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.297 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.503 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.386 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.339 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0913 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.102 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0765 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.442 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.136 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.128 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.161 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.3 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.303 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.323 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.444 -1,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.304 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.111 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.327 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.103 -0.667,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.214 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.667,0.457,0.545,0.545,0.0288,0.217,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.189 -1,0.869,0.741,0.741,0.346,0.617,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,1,0.881,0.881,0.593,0.717,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428 -1,0.933,0.937,0.937,0.683,1,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214 -1,0.732,0.993,0.993,1,1,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.257 -1,0.554,0.965,0.965,0.679,1,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428 -1,0.342,0.825,0.825,0.132,0.233,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.351,0.601,0.601,0,0.217,0.58,0.58,0.58,0,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.472 -1,0.444,0.657,0.657,0,0.05,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0.617,0.4,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.584,0.0857 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.15,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.232,0.171 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0857 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.186 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.299 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.406 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0.638,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.468,0.0428 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.298,0.267,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.243,0.0857 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.445,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.171 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.185 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.088 -0.333,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0.417,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.638,0,0 -0.333,0.181,0.657,0.657,0,0.717,0.611,0.611,0.611,0.4,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.261,0,0 -0.333,0.19,0.475,0.475,0,0.683,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0428 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0428 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428 -0.333,0.178,0.336,0.336,0,0.717,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.3 -0.333,0.177,0.392,0.392,0,0.117,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0.417,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.248,0,0 -1,0.869,0.741,0.741,0.346,0.967,0.733,0.733,0.733,0.4,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.171 -1,1,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0428 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.257 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0.936,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.33,0.171 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0.9,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.408,0.0857 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0.483,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.434,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0.449,0 -1,0.066,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.431,0.567,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0.722,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.431,0.555,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0.162,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0857 -1,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.146 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0801 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.214 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0428 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.128 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.3 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.101 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171 -0.667,0.457,0.545,0.545,0.0288,0.55,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.128 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.214 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128 -1,0.933,0.937,0.937,0.683,0.267,0.733,0.733,0.733,0.817,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.75,0,0.428 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.173,0,0.214 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0987 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.177 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0958 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0428 -0.667,0.177,0.392,0.392,0,0.267,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.171 -0.667,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428 -0.667,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428 -0.667,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.171 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0877 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.222 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.273 -0.667,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.235 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0857 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0857 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0.417,0,0,0.433,0.824,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0.37,0,0.0428 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0.4,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0.626,0,0.0428 -1,0.661,0.545,0.545,0.0288,0.967,0.672,0.672,0.672,0,0,0,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.121,0,0.0857 -1,0.869,0.741,0.741,0.346,0.15,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.19 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.209 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.454 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0857 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.279 -0.667,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.329 -0.667,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.104 -0.667,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -0.667,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.343 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0428 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0.217,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.16 -0.667,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.169 -1,0.468,0.336,0.336,0,0.183,0.611,0.611,0.611,0,0,0,0.336,0.806,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.208 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0263 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.217 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.177 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.182 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.185 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0.936,0.15,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.754,0.281 -0.667,0.638,0.937,0.937,0.683,0.467,0.733,0.733,0.733,0,0,0.117,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.257 -0.667,0.504,0.993,0.993,1,0.0833,0.718,0.718,0.718,0.817,0.638,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.401,0.212,0.257 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0.298,0.65,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.741,0.0428 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0.167,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0.33,0.257 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0.108,0.443 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.278 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.126 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0629 -0.667,0.313,0.657,0.657,0,0.55,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.257 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.11 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.588 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.472 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0857 -0,0.0495,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.257 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.667,0.596,0.741,0.741,0.346,0.967,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0.667,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0.57,0,0.0857 -0.667,0.638,0.937,0.937,0.683,0.85,0.733,0.733,0.733,0.417,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.193 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.313 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857 -1,0.196,0.825,0.825,0.132,0.217,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0.05,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.066 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.155 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.14 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0857 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.171 -0.667,0.457,0.545,0.545,0.0288,0.217,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.428 -1,0.869,0.741,0.741,0.346,0.617,0.733,0.733,0.733,0,0.298,0.4,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.362,0.248 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0.15,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0.643,0.366 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0.323,0.374 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.124 -0.667,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0428 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0.217,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.251,0.601,0.601,0,0.617,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.179 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0.417,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.411,0,0.103 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0.4,0.617,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.321,0.463,0.324 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0.9,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.447,0.111 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0.2,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.82,0.173 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.595,0.0857 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.257 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257 -1,0.446,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.433,0.824,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857 -1,0.513,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.447,0.862,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0.817,0,0,0.545,0.899,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0.688,0,0.0857 -0.667,0.596,0.741,0.741,0.346,0.267,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0.219,0,0.128 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.171 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.278 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.259 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.11 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0857 -0.667,0.15,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.361 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0569 -0.333,0.0495,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0428 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.333,0.0495,0.392,0.392,0,0,0.641,0.641,0.641,0,0.617,0.4,0.258,0.465,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.64,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0.15,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.707,0.0428 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.196,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.343 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.6 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.235 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0758 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.108 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.34,0.504,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.197 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.108 -0.667,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.171 -0.667,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0931 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0,0.0495,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.128 -0,0.0495,0.35,0.35,0,0.217,0.611,0.611,0.611,0,0,0,0.258,0.465,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.214 -0.333,0.178,0.336,0.336,0,0.05,0.641,0.641,0.641,0.167,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0.26,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0.917,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0.102,0,0.0428 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.343 -0.667,0.596,0.741,0.741,0.346,0.217,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.471 -1,1,0.881,0.881,0.593,0.05,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.119 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -0.667,0.386,0.965,0.965,0.679,0.717,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.171 -1,0.196,0.825,0.825,0.132,0.683,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0.0428 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.31 -1,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.13 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.313 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.161 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.27 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.128 -0.667,0.457,0.545,0.545,0.0288,0.217,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.214 -1,0.869,0.741,0.741,0.346,1,0.733,0.733,0.733,0,0,0,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.514 -1,1,0.881,0.881,0.593,0.75,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.393 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.386 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.206 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.099,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.459,0.592,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0578,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.344,0.516,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.344,0.51,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.171 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0.128 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.15,0.601,0.601,0,0.467,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,0.0833,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.106 -1,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0479 -0.667,0.193,0.322,0.322,0,0.467,0.626,0.626,0.626,0,0,0,0.279,0.579,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.293 -0.667,0.328,0.336,0.336,0,0.0833,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.366 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257 -0.667,0.314,0.433,0.433,0,0.717,0.641,0.641,0.641,0,0.617,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.198,0 -1,0.513,0.447,0.447,0,0.4,0.626,0.626,0.626,0,0,0.9,0.447,0.862,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.235,0.0857 -1,0.661,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0.2,0.545,0.899,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428 -1,0.596,0.741,0.741,0.346,0.967,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.128 -1,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.128 -1,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.214 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.128 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.261 -0.667,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -0.667,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.235 -0.667,0.328,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.154 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0428 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.257 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0857 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0.638,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.0788,0.302 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0.298,0.65,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.257 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0.167,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.516 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0 -1,0.218,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.493,0.591,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.128 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0896 -1,0.251,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0856 -0.667,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.0746 -0.333,0.19,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.33,0.579,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0428 -0.667,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.128 -0.667,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.171 -0.667,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0.936,0.15,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.64,0.0857 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0.667,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0428 -0.333,0.182,0.433,0.433,0,0.55,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.214 -0.333,0.323,0.741,0.741,0.346,0.717,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -0.667,0.683,0.881,0.881,0.593,1,0.764,0.764,0.764,0,0,0,0.673,0.817,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.3 -0.667,0.638,0.937,0.937,0.683,0.533,0.733,0.733,0.733,0.167,0,0,0.711,0.78,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0.324,0,0.128 -1,0.732,0.993,0.993,1,0.55,0.718,0.718,0.718,0.65,0,0,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0.604,0,0.0428 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0.628,0,0.52 -1,0.488,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.825,0.749,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.205 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0.171 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.157 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.215 -1,0.251,0.601,0.601,0,0.55,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.0546 -1,0.313,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.524,0.68,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.15 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.435 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.0857 -0.333,0.189,0.336,0.336,0,0.717,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.205 -0.333,0.183,0.35,0.35,0,0.683,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.0857 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.171 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0428 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.343 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0 -0.333,0.323,0.741,0.741,0.346,0.55,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.455 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0.617,0.15,0.993,0.88,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0.526,0.128 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0.95,0.965,0.843,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0.289,0.171 -1,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0857 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -0.667,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.239 -1,0.251,0.601,0.601,0,0.267,0.58,0.58,0.58,0,0,0,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0.103 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0.169 -0.667,0.33,0.475,0.475,0,0,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.0768 -0.333,0.193,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.279,0.579,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.171 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.0857 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.0857 -0.333,0.178,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.284,0.591,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0.617,0,0.302,0.591,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.199,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0.817,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.463,0.143 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.805,0.0428 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.54,0.0857 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.741,0.974,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.315,0.128 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.337 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.181 -0.667,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.102 -0.667,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.509 -0.667,0.196,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.447,0.56,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.366 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.291 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.168 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0513,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.326,0.51,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0829,0.503,0.503,0,0.217,0.55,0.55,0.55,0,0.319,0,0.34,0.516,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0.121,0 -1,0.251,0.601,0.601,0,0.333,0.58,0.58,0.58,0,0.298,0.65,0.487,0.617,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0.669,0.131 -1,0.444,0.657,0.657,0,0,0.611,0.611,0.611,0.167,0,0.167,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.284,0.756,0.154 -1,0.47,0.475,0.475,0,0,0.626,0.626,0.626,0.65,0,0,0.475,0.806,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0.629,0.333,0 -1,0.481,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.322,0.806,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0.63,0 -1,0.468,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.336,0.806,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0.416,0.387 -0.667,0.316,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0.854,0.171 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0.301,0.0857 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0.576,0 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0.772,0.0428 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0.471,0.0857 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.407,0.0428 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.483 -0.667,0.366,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.465,0.641,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428 -0.667,0.344,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.484,0.622,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.128 -0.667,0.277,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.503,0.604,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.0428 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.226 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.198 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0129 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0.217,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.15,0.601,0.601,0,1,0.58,0.58,0.58,0,0,0,0.372,0.541,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.181,0.657,0.657,0,1,0.611,0.611,0.611,0,0,0,0.391,0.572,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,1,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0.181 -1,0.337,0.322,0.322,0,1,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.232 -1,0.328,0.336,0.336,0,1,0.611,0.611,0.611,0,0,0,0.31,0.692,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0.337 -1,0.316,0.35,0.35,0,0.417,0.611,0.611,0.611,0,0,0,0.319,0.705,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.364 -0.667,0.307,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.31,0.717,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.333,0.177,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.302,0.591,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128 -0.333,0.182,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.316,0.585,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.0857 -0.333,0.204,0.447,0.447,0,0.217,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0857 -0.667,0.457,0.545,0.545,0.0288,0.9,0.672,0.672,0.672,0,0.936,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0.384,0.128 -1,0.869,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0.817,0.741,0.974,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0.55,0.0857 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0857 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0857 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128 -1,0.554,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.965,0.843,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.171 -1,0.116,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.405,0.535,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.113,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0567,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0309,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.0206,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0361,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0 -1,0.0495,0.601,0.601,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0619,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0,0,0 -1,0.0495,0.657,0.657,0,0,0.611,0.611,0.611,0,0,0,0.258,0.465,0.111,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0,0,0 -1,0.19,0.475,0.475,0,0.217,0.626,0.626,0.626,0,0,0,0.33,0.579,0.183,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0.05,0.626,0.626,0.626,0,0,0,0.3,0.692,0.242,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0 -0.333,0.189,0.336,0.336,0,0,0.611,0.611,0.611,0,0,0,0.284,0.579,0.289,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0,0,0 -0.333,0.183,0.35,0.35,0,0,0.611,0.611,0.611,0,0,0,0.288,0.585,0.317,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0,0,0.214 -0,0.0495,0.336,0.336,0,0,0.641,0.641,0.641,0,0,0,0.258,0.465,0.34,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.124 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.402,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.0589 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.459,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.258 -0.333,0.204,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.321,0.597,0.505,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428 -0.667,0.457,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.449,0.755,0.531,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.3 -0.667,0.596,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.58,0.805,0.549,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0.0428 -0.667,0.683,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.673,0.817,0.647,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.0428 -0.667,0.638,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.711,0.78,0.851,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.0857 -1,0.732,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.993,0.88,1,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.164 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.923,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0 -1,0.342,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.636,0.655,0.582,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0.0428 -1,0.183,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.552,0.605,0.265,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.214 -1,0.0743,0.559,0.559,0,0,0.611,0.611,0.611,0,0,0,0.358,0.529,0.0954,1,0.509,0.0248,0.509,0.509,0.0235,0.0235,0.151,0.145,0,0,0.3 -1,0.0495,0.517,0.517,0,0,0.596,0.596,0.596,0,0,0,0.258,0.465,0.0464,1,0.266,0.00621,0.266,0.266,0.0235,0.0235,0.183,0.176,0,0,0 -1,0.0495,0.517,0.517,0,0,0.58,0.58,0.58,0,0,0,0.258,0.465,0.0232,1,0.22,0.00621,0.22,0.22,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.503,0.503,0,0,0.565,0.565,0.565,0,0,0,0.258,0.465,0.018,1,0.173,0.0124,0.173,0.173,0.0313,0.0313,0.183,0.176,0,0,0.0428 -1,0.0495,0.461,0.461,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0284,1,0.185,0.0435,0.185,0.185,0.0626,0.0626,0.296,0.285,0,0,0 -1,0.0495,0.503,0.503,0,0,0.55,0.55,0.55,0,0,0,0.258,0.465,0.0464,1,0.208,0.0745,0.208,0.208,0.117,0.117,0.422,0.406,0,0,0.0918 -1,0.351,0.601,0.601,0,0,0.58,0.58,0.58,0.667,0,0,0.601,0.693,0.0747,1,0.301,0.18,0.301,0.301,0.203,0.203,0.359,0.345,0.555,0,0.131 -1,0.444,0.657,0.657,0,0.217,0.611,0.611,0.611,0.15,0,0,0.657,0.787,0.103,1,0.381,0.286,0.381,0.381,0.344,0.344,0.151,0.145,0.0883,0,0 -0.667,0.33,0.475,0.475,0,0.9,0.626,0.626,0.626,0,0,0,0.403,0.692,0.126,1,0.381,0.273,0.381,0.381,0.657,0.657,0.151,0.145,0,0,0 -0.667,0.337,0.322,0.322,0,0,0.626,0.626,0.626,0,0,0,0.3,0.692,0.149,1,0.37,0.255,0.37,0.37,0.947,0.947,0.12,0.115,0,0,0.3 -0.667,0.328,0.336,0.336,0,0.217,0.611,0.611,0.611,0.167,0,0,0.31,0.692,0.168,1,0.381,0.273,0.381,0.381,0.994,0.994,0.0945,0.0909,0.341,0,0.0857 -0.667,0.316,0.35,0.35,0,0.767,0.611,0.611,0.611,0.917,0,0,0.319,0.705,0.186,1,0.381,0.286,0.381,0.381,0.947,0.947,0.0882,0.0849,0.355,0,0 -0.667,0.307,0.336,0.336,0,0.683,0.641,0.641,0.641,0,0,0,0.31,0.717,0.196,1,0.37,0.261,0.37,0.37,0.939,0.939,0.0882,0.0849,0,0,0.128 -0.667,0.305,0.392,0.392,0,0,0.641,0.641,0.641,0,0,0,0.347,0.717,0.222,1,0.37,0.236,0.37,0.37,0.704,0.704,0.0882,0.0849,0,0,0.128 -0.667,0.314,0.433,0.433,0,0,0.641,0.641,0.641,0,0,0,0.375,0.705,0.235,1,0.37,0.304,0.37,0.37,0.587,0.587,0.151,0.145,0,0,0.128 -0.667,0.359,0.447,0.447,0,0,0.626,0.626,0.626,0,0,0,0.384,0.73,0.263,1,0.381,0.366,0.381,0.381,0.477,0.477,0.365,0.352,0,0,0.0428 -0.333,0.253,0.545,0.545,0.0288,0,0.672,0.672,0.672,0,0,0,0.354,0.61,0.327,1,0.52,0.683,0.52,0.52,0.29,0.29,0.794,0.764,0,0,0.0428 -0.333,0.323,0.741,0.741,0.346,0,0.733,0.733,0.733,0,0,0,0.419,0.635,0.402,1,0.659,1,0.659,0.659,0.18,0.18,0.769,0.739,0,0,0 -1,1,0.881,0.881,0.593,0,0.764,0.764,0.764,0,0,0,0.881,0.993,0.541,1,0.763,0.714,0.763,0.763,0.102,0.102,0.428,0.412,0,0,0.445 -1,0.933,0.937,0.937,0.683,0,0.733,0.733,0.733,0,0,0,0.937,0.937,0.758,1,0.878,0.435,0.878,0.878,0.0626,0.0626,0.384,0.37,0,0,0.214 -1,0.504,0.993,0.993,1,0,0.718,0.718,0.718,0,0,0,0.748,0.742,0.936,1,0.936,0.273,0.936,0.936,0.0313,0.0313,0.321,0.309,0,0,0.128 -1,0.386,0.965,0.965,0.679,0,0.703,0.703,0.703,0,0,0,0.729,0.717,0.887,1,0.994,0.118,0.994,0.994,0.0235,0.0235,0.271,0.261,0,0,0.0857 -1,0.0495,0.825,0.825,0.132,0,0.672,0.672,0.672,0,0,0,0.258,0.465,0.536,1,0.867,0.0807,0.867,0.867,0.0235,0.0235,0.151,0.145,0,0,0 -1,0.0495,0.699,0.699,0.0658,0,0.626,0.626,0.626,0,0,0,0.258,0.465,0.232,1,0.751,0.0435,0.751,0.751,0.0235,0.0235,0.151,0.145,0,0,0.0428 +occupants,lighting_interior,lighting_garage,cooking_range,dishwasher,clothes_washer,clothes_dryer,ceiling_fan,plug_loads_other,plug_loads_tv,hot_water_dishwasher,hot_water_clothes_washer,hot_water_fixtures +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0833,0.0833,0.3,0,0,0,0.34,0.516,0.516,0,0,0.106 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.128 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.0428 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.0857 +0.333,0.181,0.181,0,0.8,0,0,0.284,0.591,0.591,0.516,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.196,0.196,0.217,0,0,0,0.321,0.597,0.597,0,0,0.0857 +0.667,0.418,0.418,0.55,0,0,0,0.449,0.755,0.755,0,0,0.0428 +1,0.798,0.798,0,0.167,0,0,0.741,0.974,0.974,0.234,0,0 +1,0.979,0.979,0,0.633,0,0,0.881,0.993,0.993,0.572,0,0.128 +1,0.991,0.991,0,0.667,0,0,0.937,0.937,0.937,0.548,0,0.257 +1,0.823,0.823,0,0.133,0,0,0.993,0.88,0.88,0.503,0,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0.277,0,0.175 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.205 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.285 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.231 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.0546 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.403 +0.333,0.192,0.192,0,0.667,0,0,0.33,0.579,0.579,0.601,0,0.0428 +0.333,0.196,0.196,0,0.133,0,0,0.279,0.579,0.579,0.146,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0,0.0495,0.0495,0.25,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.453 +1,0.798,0.798,0.717,0,0,0,0.741,0.974,0.974,0,0,0.357 +1,0.979,0.979,0.05,0,0,0,0.881,0.993,0.993,0,0,0.109 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.128 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.135 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.104 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.0889 +1,0.253,0.253,0.467,0,0,0,0.487,0.617,0.617,0,0,0.168 +1,0.449,0.449,0.567,0,0,0,0.657,0.787,0.787,0,0,0.0915 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.251 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.225 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.0603 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.467 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.491 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.0428 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0.717,0,0,0,0.321,0.597,0.597,0,0,0.0857 +1,0.602,0.602,0.833,0,0,0,0.545,0.899,0.899,0,0,0.171 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.0857 +0.667,0.669,0.669,0.25,0,0,0,0.673,0.817,0.817,0,0,0.165 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.43 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.348 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.102 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.207 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.0851 +1,0.0513,0.0513,0.55,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.206 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.167 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0.217,0,0,0,0.321,0.597,0.597,0,0,0.214 +0.667,0.418,0.418,1,0,0,0,0.449,0.755,0.755,0,0,0 +1,0.798,0.798,0.333,0,0,0,0.741,0.974,0.974,0,0,0.0857 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.214 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.0428 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.352 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.462 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.202 +1,0.0513,0.0513,0.217,0,0,0,0.326,0.51,0.51,0,0,0.0995 +0.667,0.0833,0.0833,0.0333,0,0,0,0.34,0.516,0.516,0,0,0.0882 +1,0.253,0.253,0.217,0,0,0,0.487,0.617,0.617,0,0,0.193 +1,0.316,0.316,0.817,0,0,0,0.524,0.68,0.68,0,0,0.113 +1,0.334,0.334,0,0.917,0,0,0.403,0.692,0.692,0.648,0,0.156 +1,0.49,0.49,0,0.15,0,0,0.322,0.806,0.806,0.0535,0,0.386 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.347 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0,0.544 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0.667,0,0,0.321,0.597,0.597,0.608,0,0.0428 +0.667,0.418,0.418,0.467,0.133,0,0,0.449,0.755,0.755,0.358,0,0.257 +0.667,0.548,0.548,0.3,0.417,0,0,0.58,0.805,0.805,0.39,0,0.128 +1,0.979,0.979,0,0.65,0,0,0.881,0.993,0.993,0.166,0,0.315 +0.667,0.363,0.363,0,0.667,0,0,0.484,0.622,0.622,0.494,0,0.128 +1,0.565,0.565,0,0.133,0,0,0.748,0.742,0.742,0.229,0,0.0428 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.214 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.171 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.102 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.136 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.0984 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.135 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.432 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.0428 +0.333,0.182,0.182,0.133,0,0,0,0.316,0.585,0.585,0,0,0.0857 +0.333,0.196,0.196,1,0,0,0,0.321,0.597,0.597,0,0,0.128 +0.667,0.418,0.418,0.667,0,0,0,0.449,0.755,0.755,0,0,0.171 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.428 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.0428 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.128 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.214 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.12 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.0818 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.0839 +1,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.0608 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.171 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.0428 +0.333,0.181,0.181,0.25,0,0,0,0.284,0.591,0.591,0,0,0.0857 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.257 +1,0.448,0.448,0,0,0,0,0.433,0.824,0.824,0,0,0.128 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0.171 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.214 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.0428 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +1,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.128 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.129 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.116 +1,0.536,0.536,0,0,0,0,0.825,0.749,0.749,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.155 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.355,0.355,0.3,0,0,0,0.601,0.693,0.693,0,0,0 +0.667,0.316,0.316,0.767,0,0,0,0.524,0.68,0.68,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.171 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.343 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.171 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.128 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.0428 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0931 +0.667,0.343,0.343,0.767,0,0,0,0.384,0.73,0.73,0,0,0.238 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.171 +0.667,0.548,0.548,0.967,0,0,0,0.58,0.805,0.805,0,0,0.182 +1,0.669,0.669,0.317,0,0,0,0.673,0.817,0.817,0,0,0.0428 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.128 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.117 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.167 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.178 +1,0.0833,0.0833,0.217,0,0,0,0.34,0.516,0.516,0,0,0.0984 +1,0.253,0.253,0.3,0,0,0,0.487,0.617,0.617,0,0,0.0837 +0.667,0.183,0.183,0.467,0,0,0,0.391,0.572,0.572,0,0,0.171 +0.333,0.192,0.192,0.05,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0.617,0,0.279,0.579,0.579,0,0.342,0.0857 +0.333,0.192,0.192,0,0,0,0.267,0.284,0.579,0.579,0,0.458,0.0857 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0.514,0.171 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.514,0.0857 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0.608,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.54,0.0857 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0.545,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0.502,0.343 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0.693,0.0428 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0.42,0.0428 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0.354,0.101 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.696,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.278,0.0857 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.072 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.196,0.196,0,0,0.319,0,0.279,0.579,0.579,0,0.111,0 +0.333,0.192,0.192,0,0,0.596,0.417,0.284,0.579,0.579,0,0.694,0.0428 +0.333,0.186,0.186,0,0,0,0.667,0.288,0.585,0.585,0,0.348,0 +0.333,0.181,0.181,0.467,0,0,0,0.284,0.591,0.591,0,0.384,0 +0.667,0.311,0.311,0.05,0,0,0,0.347,0.717,0.717,0,0.421,0.0428 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.633,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.214 +0.333,0.234,0.234,0,0,0.298,0,0.354,0.61,0.61,0,0.0563,0.0428 +0.667,0.548,0.548,0,0,0,0.817,0.58,0.805,0.805,0,0.537,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0.912,0.171 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0.666,0.0857 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0.703,0.0857 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.799,0.0857 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0.477,0.3 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0.0193,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.127 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.0598 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.182,0.182,0.967,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.343,0.343,0.317,0,0,0,0.384,0.73,0.73,0,0,0 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.0857 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.257 +1,0.979,0.979,0.25,0,0,0,0.881,0.993,0.993,0,0,0.171 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.171 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.0428 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.0428 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.25,0,0,0,0.258,0.465,0.465,0,0,0.203 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.118 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.196,0.196,0,0,0.638,0,0.321,0.597,0.597,0,0.19,0 +0.333,0.234,0.234,0,0,0.277,0.533,0.354,0.61,0.61,0,0.704,0 +0.333,0.299,0.299,0.967,0,0,0,0.419,0.635,0.635,0,0.19,0 +0.667,0.669,0.669,0.0667,0,0,0,0.673,0.817,0.817,0,0,0.343 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.214 +1,0.823,0.823,0.25,0,0,0,0.993,0.88,0.88,0,0,0.0857 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.143 +0.667,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.383 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.0965 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0 +1,0.316,0.316,0,0.333,0,0,0.524,0.68,0.68,0.314,0,0.191 +1,0.477,0.477,0.517,0.467,0,0,0.475,0.806,0.806,0.355,0,0.0428 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.171 +0.667,0.334,0.334,0.517,0,0,0,0.31,0.692,0.692,0,0,0.0857 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.0428 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.128 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.0428 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0428 +0.667,0.343,0.343,0,0,0.298,0.567,0.384,0.73,0.73,0,0.338,0.0857 +1,0.602,0.602,0,0,0,0.25,0.545,0.899,0.899,0,0,0.128 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.214 +0.667,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.102 +0.667,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +0.333,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.0428 +0.667,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.0641 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.062 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.151 +1,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.294 +1,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.229 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.238 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.14 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0.0539 +0.667,0.315,0.315,0.133,0,0,0,0.375,0.705,0.705,0,0,0.0857 +1,0.343,0.343,0.633,0,0,0,0.384,0.73,0.73,0,0,0.0857 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.0428 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.3 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.171 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0.214 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.0428 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.214 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.3 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0975 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.173 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.175 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.385 +0.333,0.192,0.192,0.217,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,1,0,0,0,0.279,0.579,0.579,0,0,0.214 +0.333,0.192,0.192,0.0667,0,0.638,0,0.284,0.579,0.579,0,0.431,0.0857 +0.333,0.186,0.186,0,0,0.277,0.533,0.288,0.585,0.585,0,0.347,0.214 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0.698,0.0428 +0.333,0.18,0.18,0.25,0,0,0,0.302,0.591,0.591,0,0.31,0.128 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.214 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.669,0.669,0,0.917,0,0,0.673,0.817,0.817,0.745,0,0.171 +0.667,0.677,0.677,0,0.15,0,0,0.711,0.78,0.78,0.645,0,0.0857 +0.667,0.565,0.565,0,0.8,0,0,0.748,0.742,0.742,0.567,0,0.128 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0.178,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.171 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.0857 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.128 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0428 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.299,0.299,0,0.667,0,0,0.419,0.635,0.635,0.474,0,0.248 +1,0.979,0.979,0,0.133,0,0,0.881,0.993,0.993,0,0,0.128 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.214 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.171 +0.667,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0925 +0.667,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0.341 +0.667,0.316,0.316,0.467,0,0,0,0.524,0.68,0.68,0,0,0.0818 +0.667,0.192,0.192,0.817,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.0857 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.128 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.214 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.23 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0.667,0,0,0.321,0.597,0.597,0.557,0,0.473 +0.667,0.418,0.418,0,0.4,0,0,0.449,0.755,0.755,0,0,0.0428 +0.667,0.548,0.548,0.25,0,0,0,0.58,0.805,0.805,0,0,0.0857 +1,0.979,0.979,0,0.667,0,0,0.881,0.993,0.993,0.497,0,0.385 +1,0.677,0.677,0,0.133,0,0,0.711,0.78,0.78,0,0,0.171 +0.667,0.307,0.307,0,0,0,0,0.503,0.604,0.604,0,0,0.343 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.0799 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.248 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.38 +1,0.477,0.477,0,0,0,0,0.336,0.806,0.806,0,0,0.279 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.421 +0.667,0.313,0.313,0.467,0,0,0,0.31,0.717,0.717,0,0,0.152 +0.667,0.18,0.18,1,0,0,0,0.302,0.591,0.591,0,0,0.0428 +0,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.128 +0,0.0495,0.0495,0.383,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.0857 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.128 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.0428 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.128 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.145 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.172 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.0946 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.0428 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.0857 +0.333,0.186,0.186,0,0,0.617,0.267,0.288,0.585,0.585,0,0.469,0.0857 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.214 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0857 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.0428 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.0428 +0.667,0.548,0.548,0.967,0,0,0,0.58,0.805,0.805,0,0,0.269 +1,0.979,0.979,0.0667,0,0,0,0.881,0.993,0.993,0,0,0.357 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.251 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.0428 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.102 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.183,0.183,0.133,0,0,0,0.391,0.572,0.572,0,0,0.201 +1,0.334,0.334,0.117,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.0857 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.0428 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0.128 +0.667,0.315,0.315,0.25,0,0,0,0.375,0.705,0.705,0,0,0 +0.667,0.343,0.343,0,0,0,0,0.384,0.73,0.73,0,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.108 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.214 +0.667,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.214 +0.667,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0.3 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.347 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.311 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.17 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.222 +1,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.279 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.211 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.179 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.119 +0.667,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.416 +0.667,0.313,0.313,0,0,0,0,0.31,0.717,0.717,0,0,0.488 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0.0274 +1,0.448,0.448,0,0,0.617,0.317,0.433,0.824,0.824,0,0.45,0 +1,0.49,0.49,0.517,0,0,0.217,0.447,0.862,0.862,0,0,0.0857 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0.0857 +1,0.798,0.798,0,0,0.851,0,0.741,0.974,0.974,0,0.431,0.128 +1,0.979,0.979,0,0,0.0638,0.833,0.881,0.993,0.993,0,0.49,0.0428 +1,0.991,0.991,0,0,0,0.25,0.937,0.937,0.937,0,0.807,0.0428 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.627,0 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0.699,0.128 +1,0.536,0.536,0,0,0,0,0.825,0.749,0.749,0,0.801,0.171 +1,0.249,0.249,0,0,0,0,0.699,0.674,0.674,0,0.357,0 +1,0.124,0.124,0,0,0,0,0.559,0.656,0.656,0,0.52,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.17 +1,0.0833,0.0833,0,0,0.638,0,0.34,0.516,0.516,0,0.45,0.189 +0.667,0.151,0.151,0,0,0.277,0.533,0.372,0.541,0.541,0,0.259,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0.617,0 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0.232,0.0428 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.0428 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.0857 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.171 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0857 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.0428 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0.128 +1,0.798,0.798,0.467,0,0,0,0.741,0.974,0.974,0,0,0.0428 +1,0.979,0.979,0.817,0.667,0,0,0.881,0.993,0.993,0.569,0,0 +1,0.991,0.991,0,0.133,0,0,0.937,0.937,0.937,0.771,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0.114,0,0.321 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.171 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0.277,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0896 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.0732 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.209 +1,0.49,0.49,0,0,0,0,0.322,0.806,0.806,0,0,0.0992 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.0857 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.128 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.347 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.128 +0.333,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.299,0.299,0,0,0.298,0.15,0.419,0.635,0.635,0,0.217,0.122 +0.667,0.669,0.669,0.217,0,0,0.667,0.673,0.817,0.817,0,0.667,0.233 +0.667,0.677,0.677,0.55,0,0,0,0.711,0.78,0.78,0,0.344,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0.162,0.257 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.363 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.0988 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0.05,0,0,0,0.372,0.541,0.541,0,0,0.0672 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0.192 +1,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.0589 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.442 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0.646 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.426 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.373 +0.667,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.222 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0,0.206 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.128 +0.333,0.234,0.234,0.467,0,0,0,0.354,0.61,0.61,0,0,0.137 +0.333,0.299,0.299,0.817,0,0,0,0.419,0.635,0.635,0,0,0.19 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.0857 +0.667,0.363,0.363,0,0.417,0,0,0.484,0.622,0.622,0.54,0,0.207 +1,0.823,0.823,0,0.383,0,0,0.993,0.88,0.88,0.109,0,0.566 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.0857 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0362 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.461 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.136 +1,0.449,0.449,0,0,0,0,0.657,0.787,0.787,0,0,0.372 +1,0.477,0.477,0,0,0,0,0.475,0.806,0.806,0,0,0.355 +1,0.49,0.49,0,0,0.298,0.4,0.322,0.806,0.806,0,0.26,0.161 +1,0.477,0.477,0,0,0,0.417,0.336,0.806,0.806,0,0.812,0.311 +1,0.458,0.458,0,0,0,0,0.35,0.824,0.824,0,0.138,0.199 +1,0.445,0.445,0,0,0,0,0.336,0.843,0.843,0,0,0.124 +0.667,0.311,0.311,0,0,0,0,0.347,0.717,0.717,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.171 +0.333,0.234,0.234,0.467,0,0,0,0.354,0.61,0.61,0,0,0.171 +1,0.798,0.798,1,0,0,0,0.741,0.974,0.974,0,0,0.0428 +1,0.979,0.979,0.0833,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.257 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0.19 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.142 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0.312 +1,0.253,0.253,0,0,0,0,0.487,0.617,0.617,0,0,0.151 +1,0.316,0.316,0,0,0,0,0.524,0.68,0.68,0,0,0 +0.667,0.192,0.192,0.717,0,0,0,0.33,0.579,0.579,0,0,0.0857 +0.667,0.343,0.343,0.05,0,0,0,0.3,0.692,0.692,0,0,0.3 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.214 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.171 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0.0857 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.299,0.299,0.967,0,0,0,0.419,0.635,0.635,0,0,0 +1,0.669,0.669,1,0,0,0,0.673,0.817,0.817,0,0,0.171 +1,0.677,0.677,0.617,0,0,0,0.711,0.78,0.78,0,0,0.23 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.27 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.0428 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.428 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.0428 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.213,0,0.258,0.465,0.465,0,0.0145,0 +1,0.183,0.183,0,0,0.404,0.567,0.391,0.572,0.572,0,0.632,0 +1,0.192,0.192,0.633,0,0,0.25,0.33,0.579,0.579,0,0,0.0622 +1,0.343,0.343,0.65,0.0833,0,0,0.3,0.692,0.692,0.149,0,0.128 +1,0.334,0.334,0,0.717,0,0,0.31,0.692,0.692,0.509,0,0.171 +1,0.322,0.322,0,0,0,0,0.319,0.705,0.705,0,0,0.0428 +0.667,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.0428 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.281 +1,0.49,0.49,0.517,0,0,0,0.447,0.862,0.862,0,0,0.164 +1,0.602,0.602,0,0,0,0,0.545,0.899,0.899,0,0,0 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.262 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.33 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.373 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.253 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.0428 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0857 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.171 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0636 +0.667,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.0868 +0.667,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.0951 +0.667,0.186,0.186,0,0,0.213,0,0.288,0.585,0.585,0,0.037,0.15 +0.667,0.313,0.313,0,0,0.702,0.267,0.31,0.717,0.717,0,0.527,0.507 +1,0.441,0.441,0,0,0,0,0.392,0.843,0.843,0,0.528,0.259 +0.667,0.315,0.315,0,0,0,0,0.375,0.705,0.705,0,0.445,0.466 +0.667,0.343,0.343,0.383,0,0,0,0.384,0.73,0.73,0,0.383,0.249 +0.667,0.418,0.418,0.133,0,0,0,0.449,0.755,0.755,0,0,0.0857 +0.333,0.299,0.299,0,0,0,0,0.419,0.635,0.635,0,0,0.214 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0.0857 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.135 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.0791 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.151,0.151,0,0,0,0,0.372,0.541,0.541,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.0472 +0.667,0.192,0.192,0,0,0,0,0.33,0.579,0.579,0,0,0.098 +0.667,0.343,0.343,0,0,0,0,0.3,0.692,0.692,0,0,0.193 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.196,0.196,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.234,0.234,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.548,0.548,0,0,0,0,0.58,0.805,0.805,0,0,0.0428 +0.667,0.669,0.669,0,0,0,0,0.673,0.817,0.817,0,0,0.0857 +0.667,0.677,0.677,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.823,0.823,0,0,0,0,0.993,0.88,0.88,0,0,0.171 +1,0.621,0.621,0,0,0,0,0.965,0.843,0.843,0,0,0.214 +1,0.374,0.374,0,0,0,0,0.636,0.655,0.655,0,0,0.0857 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.042 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.0894 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.0582 +1,0.0833,0.0833,0.517,0,0,0,0.34,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.259 +0.667,0.183,0.183,0,0,0,0,0.391,0.572,0.572,0,0,0.353 +0.667,0.334,0.334,0,0,0,0,0.403,0.692,0.692,0,0,0.453 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0,0,0.256 +0.667,0.334,0.334,0,0,0,0,0.31,0.692,0.692,0,0,0 +0.333,0.186,0.186,0.25,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.284,0.591,0.591,0,0,0.214 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.0857 +0.333,0.182,0.182,0,0.167,0,0,0.316,0.585,0.585,0.238,0,0.0428 +0.333,0.196,0.196,0,0.633,0,0,0.321,0.597,0.597,0.248,0,0 +0.667,0.418,0.418,0,0,0,0,0.449,0.755,0.755,0,0,0.428 +1,0.798,0.798,0,0,0,0,0.741,0.974,0.974,0,0,0.171 +1,0.979,0.979,0,0,0,0,0.881,0.993,0.993,0,0,0.323 +1,0.991,0.991,0,0,0,0,0.937,0.937,0.937,0,0,0.126 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0 +1,0.43,0.43,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0833,0.0833,0,0,0,0,0.34,0.516,0.516,0,0,0 +1,0.253,0.253,0,0.667,0.298,0.4,0.487,0.617,0.617,0.557,0.158,0.251 +0.667,0.316,0.316,0.517,0.8,0,0.683,0.524,0.68,0.68,0.572,0,0 +0.667,0.334,0.334,0,0.4,0,0,0.403,0.692,0.692,0.635,0,0.0857 +0.333,0.196,0.196,0,0,0,0,0.279,0.579,0.579,0.287,0,0.214 +0.333,0.192,0.192,0,0,0,0,0.284,0.579,0.579,0,0,0.171 +0.333,0.186,0.186,0,0,0,0,0.288,0.585,0.585,0,0,0.0857 +0.333,0.181,0.181,0,0.8,0,0,0.284,0.591,0.591,0.713,0,0.0428 +0.333,0.18,0.18,0,0,0,0,0.302,0.591,0.591,0,0,0.0428 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.257 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.385 +0,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.55,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.359,0.359,0,0,0,0,0.465,0.641,0.641,0,0,0 +0.333,0.363,0.363,0,0,0,0,0.484,0.622,0.622,0,0,0 +1,0.565,0.565,0,0,0,0,0.748,0.742,0.742,0,0,0.257 +1,0.24,0.24,0,0,0,0,0.493,0.591,0.591,0,0,0.0651 +1,0.212,0.212,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.101 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.11 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.131 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.482 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.0679 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.162 +0.667,0.316,0.316,0.417,0,0,0,0.321,0.709,0.709,0,0,0.268 +0.667,0.307,0.307,0.85,0,0,0,0.311,0.721,0.721,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.0428 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.128 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.0857 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.343 +0.667,0.595,0.595,0.25,0,0,0,0.677,0.822,0.822,0,0,0.0428 +0.667,0.67,0.67,0,0.117,0,0,0.715,0.784,0.784,0.122,0,0.402 +1,0.913,0.913,0,0.667,0,0,1,0.887,0.887,0.548,0,0.249 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.285 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.106 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.17 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.167,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.19,0.19,0.0833,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.128 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.0857 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.128 +1,0.674,0.674,0,0.117,0,0,0.746,0.981,0.981,0.161,0,0.214 +0.667,0.595,0.595,0,0.667,0,0,0.677,0.822,0.822,0.708,0,0.343 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.257 +0.333,0.337,0.337,0,0,0,0,0.505,0.606,0.606,0,0,0.281 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.128 +0.667,0.0495,0.0495,0,0,0.319,0.333,0.258,0.465,0.465,0,0.241,0 +1,0.116,0.116,0,0,0,0.717,0.407,0.537,0.537,0,0.505,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0.174 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0.638,0.0167,0.327,0.511,0.511,0,0.6,0 +1,0.116,0.116,0,0,0,0.767,0.424,0.57,0.57,0,0.347,0 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.114 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.146 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.667,0.177,0.177,0,0.783,0,0,0.303,0.593,0.593,0.8,0,0.0403 +0.333,0.178,0.178,0.35,0,0,0,0.317,0.587,0.587,0.129,0,0.0857 +0.333,0.186,0.186,0.917,0,0,0,0.322,0.6,0.6,0,0,0.0428 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.3 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.214 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.0857 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.3 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.156 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.14 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.212 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0.167,0.0953 +1,0.124,0.124,0,0,0,0,0.563,0.66,0.66,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.0857 +1,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.0428 +1,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.509 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.278 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.19 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.171 +0.333,0.186,0.186,0.1,0,0,0,0.322,0.6,0.6,0,0,0.471 +0.667,0.367,0.367,0.4,0,0,0,0.452,0.759,0.759,0,0,0.3 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.0857 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.214 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.0857 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.214 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.117 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.099,0.099,0,0,0,0,0.461,0.595,0.595,0,0,0 +1,0.066,0.066,0,0,0,0,0.433,0.57,0.57,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0.0765 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.12 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.313 +0.667,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.17 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.525 +0.667,0.33,0.33,0,0,0.574,0,0.405,0.696,0.696,0,0.301,0.175 +0.667,0.337,0.337,0,0,0.383,0.583,0.302,0.696,0.696,0,0.69,0.239 +0.333,0.189,0.189,0,0,0,0.467,0.284,0.581,0.581,0,0.645,0.128 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.399,0.0857 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.606,0.128 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.471,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.5,0.0857 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.585,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.46,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.768,0.128 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0.293,0.343 +1,0.98,0.98,0.917,0,0,0,0.944,0.943,0.943,0,0,0.141 +1,0.913,0.913,0.35,0,0,0,1,0.887,0.887,0,0,0.0428 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.214 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.0794 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.0732 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.127 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0.245 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.344 +0.667,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.513 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.378 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.22 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.326 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.0988 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0.0428 +0.333,0.178,0.178,0.667,0,0,0,0.317,0.587,0.587,0,0,0.0428 +0.333,0.186,0.186,0.35,0,0,0,0.322,0.6,0.6,0,0,0.0428 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.214 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.0428 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.128 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.298 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.082 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0.281 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0.178 +0.667,0.313,0.313,0,0,0.638,0.0833,0.527,0.683,0.683,0,0.519,0.123 +0.667,0.33,0.33,0,0,0,0.7,0.405,0.696,0.696,0,0.555,0.0428 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.74,0.0857 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0.791,0.128 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.0428 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.0779 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.3 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.208,0.208,0,0.117,0,0,0.355,0.612,0.612,0.119,0,0.0857 +0.333,0.258,0.258,0,0.667,0,0,0.421,0.637,0.637,0.603,0,0.503 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0.424,0,0.434 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.413 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.0857 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.158 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.187 +1,0.351,0.351,0.25,0,0,0,0.606,0.698,0.698,0,0,0.203 +1,0.444,0.444,0,0,0,0,0.662,0.792,0.792,0,0,0.0428 +0,0.0495,0.0495,0,0.617,0,0,0.258,0.465,0.465,0.647,0,0.257 +0.333,0.193,0.193,0,0.167,0,0,0.28,0.581,0.581,0.754,0,0.0857 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0.606,0,0.0428 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.247 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.0582 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.0428 +0,0.0495,0.0495,0,0,0.638,0.333,0.258,0.465,0.465,0,0.392,0.0428 +0.333,0.186,0.186,0,0,0,0.717,0.322,0.6,0.6,0,0.513,0.171 +0.667,0.367,0.367,0.917,0,0,0,0.452,0.759,0.759,0,0.643,0.0857 +1,0.674,0.674,0.867,0,0,0,0.746,0.981,0.981,0,0.0788,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.128 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.246 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.225 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.246 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.0665 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.159 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.0675 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.186 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0846 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.0428 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.428 +1,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.0428 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.257 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.128 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0.0428 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0.171 +0.333,0.258,0.258,0.167,0,0,0,0.421,0.637,0.637,0,0,0.139 +0.667,0.595,0.595,0.6,0,0,0,0.677,0.822,0.822,0,0,0.439 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.303 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.255 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.223 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.0651 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0.783,0,0,0.258,0.465,0.465,0.672,0,0 +1,0.193,0.193,0.5,0,0,0,0.28,0.581,0.581,0,0,0.0787 +1,0.468,0.468,0,0,0,0,0.338,0.811,0.811,0,0,0.153 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.105 +1,0.436,0.436,0,0,0,0,0.338,0.849,0.849,0,0,0 +0.667,0.305,0.305,0,0.783,0,0,0.349,0.721,0.721,0.625,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0.688,0,0.3 +0.333,0.186,0.186,0.25,0,0.319,0.267,0.322,0.6,0.6,0.368,0.584,0 +1,0.526,0.526,0,0,0,0.783,0.549,0.906,0.906,0,0.793,0.128 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0.429,0.295 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.157 +0.667,0.67,0.67,0,0,0,0,0.715,0.784,0.784,0,0,0.343 +0.667,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.272 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.257 +1,0.638,0.638,0,0,0.319,0.517,0.831,0.755,0.755,0,0.347,0.0853 +1,0.183,0.183,0,0,0,0.267,0.555,0.608,0.608,0,0,0.0744 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0.0756 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.291 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.189,0.189,0,0,0.638,0.0167,0.284,0.581,0.581,0,0.714,0.214 +0.667,0.183,0.183,0,0,0,1,0.289,0.587,0.587,0,0.442,0 +0.667,0.307,0.307,0,0,0,0.3,0.311,0.721,0.721,0,0.397,0.257 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0.199,0 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.302,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.741,0 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0.608,0 +1,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.389,0.343 +1,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0.551,0.0857 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0.548,0.257 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0.101,0 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.0857 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.068 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0.0732 +1,0.0495,0.0495,0.25,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0784 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.133 +1,0.15,0.15,0,0,0,0,0.374,0.543,0.543,0,0,0.491 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.0857 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.0428 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.0428 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.333,0.178,0.178,0.417,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.322,0.322,0.0833,0,0,0,0.386,0.734,0.734,0,0,0.0857 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.171 +0.667,0.466,0.466,0.167,0,0,0,0.584,0.809,0.809,0,0,0.0857 +0.667,0.595,0.595,0.85,0,0.255,0,0.677,0.822,0.822,0,0.19,0.352 +0.667,0.67,0.67,0.25,0,0.383,0.25,0.715,0.784,0.784,0,0,0.0857 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.0857 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.0857 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.11 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0708 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.0939 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0.0901 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.39 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.254 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.171 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.503 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.112 +0.333,0.208,0.208,0,0,0,0,0.355,0.612,0.612,0,0,0 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.0428 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,0.917,0,0.574,0,0.374,0.543,0.543,0,0.0659,0 +0.667,0.181,0.181,1,0,0.383,0.583,0.392,0.574,0.574,0,0.539,0 +0.667,0.33,0.33,1,0,0,0.2,0.405,0.696,0.696,0,0.738,0.186 +0.667,0.337,0.337,0.667,0,0,0,0.302,0.696,0.696,0,0.847,0.137 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.847,0.128 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.471 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.343 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.333,0.208,0.208,0.25,0,0,0,0.355,0.612,0.612,0,0,0 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.345 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.242 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.0266 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0 +0.333,0.0495,0.0495,0,0.117,0,0,0.258,0.465,0.465,0.151,0,0.0428 +0.333,0.193,0.193,0,0.933,0,0,0.28,0.581,0.581,0.793,0,0.0428 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0.417,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.186,0.186,0.0833,0,0,0,0.322,0.6,0.6,0,0,0.208 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0 +1,0.868,0.868,0.917,0,0,0,0.887,1,1,0,0,0.385 +0.667,0.67,0.67,0.1,0,0,0,0.715,0.784,0.784,0,0,0.0857 +1,0.625,0.625,0,0,0,0,0.753,0.746,0.746,0,0,0.0428 +1,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0.554 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.417,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,1,0,0.957,0.0833,0.346,0.511,0.511,0,0.416,0 +1,0.0495,0.0495,0.117,0,0,0.433,0.341,0.505,0.505,0,0.199,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0.25,0,0,0,0.258,0.465,0.465,0,0,0.149 +1,0.444,0.444,0,0,0.894,0,0.662,0.792,0.792,0,0.447,0.164 +1,0.47,0.47,0,0,0.0638,0.783,0.479,0.811,0.811,0,0.743,0.077 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0.495,0.107 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0.786,0.0689 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.555,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.547,0.257 +0.333,0.177,0.177,0.167,0,0,0,0.303,0.593,0.593,0,0.579,0.0428 +0.333,0.0495,0.0495,0.0833,0.117,0,0,0.258,0.465,0.465,0.156,0,0.0428 +0.667,0.186,0.186,0,0.667,0,0,0.322,0.6,0.6,0.572,0,0.128 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.0428 +0.667,0.258,0.258,0.417,0,0,0,0.421,0.637,0.637,0,0,0.0428 +1,0.595,0.595,1,0,0,0,0.677,0.822,0.822,0,0,0.0857 +1,0.67,0.67,0.367,0,0,0,0.715,0.784,0.784,0,0,0.471 +1,0.913,0.913,0.667,0,0,0,1,0.887,0.887,0,0,0.203 +1,0.727,0.727,0.1,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0901 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.138 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +1,0.328,0.328,0,0.55,0.17,0,0.311,0.696,0.696,0.486,0.0836,0 +1,0.316,0.316,0,0.233,0.149,0.767,0.321,0.709,0.709,0,0.532,0 +0.667,0.178,0.178,0.1,0,0,0.283,0.284,0.593,0.593,0,0.746,0.257 +0.667,0.177,0.177,0.667,0,0,0,0.303,0.593,0.593,0,0.773,0.0428 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0.611,0 +0.667,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0.424,0 +0.667,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0.347,0.3 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0.646,0.128 +1,0.868,0.868,0,0.55,0,0,0.887,1,1,0.462,0.45,0 +1,0.98,0.98,0,0.233,0,0,0.944,0.943,0.943,0,0.362,0.171 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.709,0.214 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0.518,0.0428 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.257 +1,0.249,0.249,0,0,0,0,0.704,0.679,0.679,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0551 +1,0.33,0.33,0,0,0,0,0.405,0.696,0.696,0,0,0.23 +1,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +1,0.468,0.468,0,0,0.638,0.267,0.338,0.811,0.811,0,0.357,0 +1,0.449,0.449,0,0,0,0.783,0.352,0.83,0.83,0,0.502,0 +1,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0.437,0.128 +1,0.305,0.305,0.6,0,0,0,0.349,0.721,0.721,0,0,0.3 +1,0.307,0.307,0.417,0,0,0,0.377,0.709,0.709,0,0,0.171 +1,0.322,0.322,0,0,0,0,0.386,0.734,0.734,0,0,0.171 +1,0.367,0.367,0,0,0,0,0.452,0.759,0.759,0,0,0.171 +1,0.674,0.674,0,0.05,0,0,0.746,0.981,0.981,0.136,0,0.337 +1,0.868,0.868,0,0.733,0,0,0.887,1,1,0.484,0,0.481 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0.25,0,0.25 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.591 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.0128 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.132 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0.0832 +1,0.251,0.251,0,0,0,0,0.49,0.621,0.621,0,0,0.263 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.0809 +0.667,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.0428 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.3 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.0857 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.128 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.466,0.466,0,0,0,0,0.584,0.809,0.809,0,0,0.3 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.332 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.0828 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.0763 +1,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.171 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.171 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.108 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.0968 +1,0.116,0.116,0,0,0,0,0.424,0.57,0.57,0,0,0.268 +0.667,0.251,0.251,0.167,0,0,0,0.49,0.621,0.621,0,0,0.253 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0 +0.333,0.19,0.19,0.617,0,0,0,0.331,0.581,0.581,0,0,0.165 +0.333,0.193,0.193,0,0,0.894,0,0.28,0.581,0.581,0,0.481,0.296 +0.333,0.189,0.189,0,0,0.0638,0.783,0.284,0.581,0.581,0,0.463,0.028 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.325,0.0857 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.712,0 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.138,0.0428 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.333,0.186,0.186,0.5,0,0,0,0.322,0.6,0.6,0,0,0.27 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0.099 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.3 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.428 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.153 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.0857 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.0428 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.0857 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0.417,0,0.255,0,0.258,0.465,0.465,0,0.125,0.0748 +1,0.351,0.351,1,0,0.702,0.333,0.606,0.698,0.698,0,0.315,0.0653 +0.667,0.313,0.313,1,0,0,0.45,0.527,0.683,0.683,0,0.529,0.239 +0.333,0.19,0.19,0.133,0,0,0,0.331,0.581,0.581,0,0.5,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0.524,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0.362,0.0857 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0.482,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0.54,0.128 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0.711,0.0857 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0.81,0.128 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0.531,0.0428 +0.667,0.367,0.367,0.417,0,0,0,0.452,0.759,0.759,0,0,0 +0.667,0.466,0.466,0.0833,0,0,0,0.584,0.809,0.809,0,0,0.171 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.0857 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.0428 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.128 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.0857 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.164 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.125 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0829,0.0829,0.417,0,0,0,0.341,0.518,0.518,0,0,0.077 +0.667,0.251,0.251,0.85,0,0,0,0.49,0.621,0.621,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0 +0.667,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0 +0.667,0.208,0.208,0.667,0,0,0,0.355,0.612,0.612,0,0,0.328 +1,0.674,0.674,0.1,0,0,0,0.746,0.981,0.981,0,0,0.255 +1,0.868,0.868,0,0,0,0,0.887,1,1,0,0,0.128 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.0857 +1,0.727,0.727,0.167,0,0,0,0.972,0.849,0.849,0,0,0.349 +1,0.638,0.638,0.85,0,0,0,0.831,0.755,0.755,0,0,0.107 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.126 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0403 +0.667,0.181,0.181,0,0,0,0,0.392,0.574,0.574,0,0,0.0857 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0.171 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.128 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.0857 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.257 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.667,0.322,0.322,0,0,0,0,0.468,0.644,0.644,0,0,0 +0.667,0.36,0.36,0.417,0,0,0,0.486,0.625,0.625,0,0,0 +0.667,0.337,0.337,0.85,0,0,0,0.505,0.606,0.606,0,0,0 +0.667,0.275,0.275,0,0,0,0,0.496,0.593,0.593,0,0,0 +0.667,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.0857 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0829,0.0829,0.6,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.251,0.251,1,0,0,0,0.49,0.621,0.621,0,0,0 +0.333,0.0495,0.0495,0.183,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.495 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.098 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.419 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.203 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0.604 +0.667,0.307,0.307,0,0,0,0,0.377,0.709,0.709,0,0,0.153 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0.214 +0.667,0.367,0.367,0.35,0,0.489,0,0.452,0.759,0.759,0,0.342,0.0428 +0.667,0.466,0.466,1,0,0.468,0.517,0.584,0.809,0.809,0,0.259,0.171 +1,0.868,0.868,0.183,0,0.809,0.267,0.887,1,1,0,0.365,0 +1,0.98,0.98,0,0,0.149,0.517,0.944,0.943,0.943,0,0.256,0.171 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0.752,0.0428 +0.667,0.501,0.501,0,0,0,0,0.734,0.721,0.721,0,0,0.119 +1,0.638,0.638,0,0,0,0,0.831,0.755,0.755,0,0,0.176 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.341,0.518,0.518,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.124 +0.667,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.147 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.128 +1,0.432,0.432,0,0,0,0,0.394,0.849,0.849,0,0,0 +1,0.435,0.435,0,0,0,0,0.437,0.83,0.83,0,0,0.557 +1,0.458,0.458,0,0,0,0,0.451,0.868,0.868,0,0,0.0857 +1,0.526,0.526,0,0,0,0,0.549,0.906,0.906,0,0,0.3 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.171 +0.667,0.595,0.595,0,0,0.17,0,0.677,0.822,0.822,0,0.0932,0.0428 +0.667,0.67,0.67,0,0,0.149,0.767,0.715,0.784,0.784,0,0.195,0.171 +0.667,0.625,0.625,0,0,0,0.283,0.753,0.746,0.746,0,0,0.228 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0 +1,0.442,0.442,0,0,0,0,0.64,0.658,0.658,0,0,0.0428 +1,0.183,0.183,0,0,0,0,0.555,0.608,0.608,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.327,0.511,0.511,0,0,0.159 +1,0.15,0.15,0.5,0,0,0,0.507,0.623,0.623,0,0,0.0653 +1,0.351,0.351,0,0,0,0,0.606,0.698,0.698,0,0,0.156 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0.32 +0.667,0.33,0.33,0.5,0,0,0,0.405,0.696,0.696,0,0,0.304 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0.128 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0.0428 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.0946 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0.0857 +0.333,0.177,0.177,0,0,0,0,0.303,0.593,0.593,0,0,0.0428 +0.333,0.178,0.178,0,0,0,0,0.317,0.587,0.587,0,0,0.0428 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.286 +0.667,0.367,0.367,0.25,0,0,0,0.452,0.759,0.759,0,0,0 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.385 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0.128 +1,0.913,0.913,0,0,0.638,0.0833,1,0.887,0.887,0,0.466,0.0428 +1,0.727,0.727,0,0,0,0.7,0.972,0.849,0.849,0,0,0 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0939 +0.667,0.0495,0.0495,0.417,0,0,0,0.258,0.465,0.465,0,0,0.167 +0.667,0.251,0.251,0.35,0,0,0,0.49,0.621,0.621,0,0,0.0139 +0.667,0.313,0.313,0,0,0,0,0.527,0.683,0.683,0,0,0 +0.333,0.19,0.19,0,0,0,0,0.331,0.581,0.581,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.28,0.581,0.581,0,0,0.162 +0.333,0.189,0.189,0,0,0,0,0.284,0.581,0.581,0,0,0.29 +0.667,0.183,0.183,0,0,0,0,0.289,0.587,0.587,0,0,0.204 +0.667,0.178,0.178,0,0,0,0,0.284,0.593,0.593,0,0,0.0428 +0.333,0.177,0.177,0.417,0,0,0,0.303,0.593,0.593,0,0,0.0428 +0.333,0.178,0.178,0.0833,0,0,0,0.317,0.587,0.587,0,0,0.128 +0.333,0.186,0.186,0,0,0,0,0.322,0.6,0.6,0,0,0.343 +0.333,0.208,0.208,0.25,0,0,0,0.355,0.612,0.612,0,0,0.214 +1,0.674,0.674,0,0,0,0,0.746,0.981,0.981,0,0,0.0428 +1,0.868,0.868,0,0.617,0,0,0.887,1,1,0.615,0,0.3 +1,0.98,0.98,0,0.167,0,0,0.944,0.943,0.943,0.666,0,0.0428 +1,0.913,0.913,0.417,0,0,0,1,0.887,0.887,0.117,0,0 +1,0.727,0.727,0.6,0.617,0,0,0.972,0.849,0.849,0.62,0,0.0428 +1,0.246,0.246,0,0.167,0,0,0.449,0.562,0.562,0.463,0,0.0428 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0.496,0,0 +1,0.0743,0.0743,0,0,0,0,0.36,0.53,0.53,0.713,0,0 +1,0.0578,0.0578,0,0,0,0,0.346,0.518,0.518,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.346,0.511,0.511,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.341,0.505,0.505,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.667,0.0495,0.0495,0.417,0,0,0,0.258,0.465,0.465,0,0,0.296 +0.667,0.313,0.313,1,0,0,0,0.527,0.683,0.683,0,0,0.157 +0.667,0.33,0.33,0.1,0,0,0,0.405,0.696,0.696,0,0,0.107 +0.667,0.337,0.337,0,0,0,0,0.302,0.696,0.696,0,0,0 +0.667,0.328,0.328,0,0,0,0,0.311,0.696,0.696,0,0,0 +0.667,0.316,0.316,0,0,0,0,0.321,0.709,0.709,0,0,0.0428 +0.667,0.307,0.307,0,0,0,0,0.311,0.721,0.721,0,0,0 +0.667,0.305,0.305,0,0,0,0,0.349,0.721,0.721,0,0,0.171 +0.667,0.307,0.307,0,0.367,0,0,0.377,0.709,0.709,0.418,0,0.0857 +0.333,0.186,0.186,0,0.417,0,0,0.322,0.6,0.6,0.273,0,0.0428 +0.333,0.208,0.208,0.25,0,0,0,0.355,0.612,0.612,0,0,0.257 +0.333,0.258,0.258,0,0,0,0,0.421,0.637,0.637,0,0,0 +0.667,0.595,0.595,0,0,0,0,0.677,0.822,0.822,0,0,0.214 +1,0.98,0.98,0,0,0,0,0.944,0.943,0.943,0,0,0 +1,0.913,0.913,0,0,0,0,1,0.887,0.887,0,0,0.0857 +1,0.727,0.727,0,0,0,0,0.972,0.849,0.849,0,0,0.0857 +1,0.246,0.246,0,0,0,0,0.449,0.562,0.562,0,0,0 +1,0.116,0.116,0,0,0,0,0.407,0.537,0.537,0.19,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0.171 +1,0.114,0.114,0.717,0,0,0,0.353,0.483,0.483,0,0,0.203 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.239 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.217 +0.667,0.318,0.318,0,0,0.936,0,0.338,0.582,0.582,0,0.482,0.3 +0.333,0.185,0.185,0,0,0,0.517,0.257,0.524,0.524,0,0.524,0.171 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0.0884,0.343 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.0857 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0.717,0,0,0,0.29,0.539,0.539,0,0,0.0857 +0.667,0.326,0.326,1,0,0,0,0.375,0.632,0.632,0,0,0.0857 +0.667,0.395,0.395,0.967,0.667,0,0,0.479,0.672,0.672,0.48,0,0.0857 +0.667,0.507,0.507,0,0.1,0,0,0.553,0.682,0.682,0.652,0,0.0857 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0.28,0,0.128 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.0857 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.156 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.282 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.192 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.112 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.3 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.0857 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.0428 +0.333,0.175,0.175,0.467,0,0,0,0.265,0.529,0.529,0,0,0.0857 +0.333,0.171,0.171,0.0167,0.767,0,0,0.261,0.534,0.534,0.789,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0.1,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.175 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.0857 +0.667,0.395,0.395,0.717,0,0,0,0.479,0.672,0.672,0,0,0.237 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.302 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.046 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.358 +0.667,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.548 +0.667,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.49 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.104 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.129 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0.362 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.199 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.134 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.127 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0.75,0.106,0,0.261,0.534,0.534,0.706,0.037,0.187 +1,0.409,0.409,0.55,0.267,0.511,0.483,0.312,0.671,0.671,0.139,0.278,0.321 +0.667,0.29,0.29,0.167,0,0,0.55,0.316,0.592,0.592,0,0,0.0428 +0.667,0.298,0.298,0.05,0,0,0,0.323,0.612,0.612,0,0,0.257 +0.667,0.326,0.326,0.183,0.5,0,0,0.375,0.632,0.632,0.63,0,0 +0.667,0.395,0.395,0,0.267,0.106,0,0.479,0.672,0.672,0.295,0.106,0.128 +0.667,0.507,0.507,0,1,0.511,0.483,0.553,0.682,0.682,0.47,0.78,0.214 +1,0.895,0.895,0,0.0167,0,0.283,0.745,0.745,0.745,0.441,0,0 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.214 +1,0.807,0.807,0,0.75,0,0,0.768,0.671,0.671,0.674,0,0 +1,0.5,0.5,0,0.267,0,0,0.656,0.596,0.596,0.445,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0.518,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0.396,0,0.132 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.0744 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.182 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.0694 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.154 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.062 +1,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.3 +0.667,0.0495,0.0495,0.55,0,0.298,0,0.258,0.465,0.465,0,0.14,0.171 +0.667,0.171,0.171,0.667,0,0,0.767,0.261,0.534,0.534,0,0.527,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.519,0 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0.259,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.0857 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.385 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0.0428 +0.333,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0 +0.667,0.555,0.555,0,0,0.298,0,0.598,0.602,0.602,0,0.371,0 +0.667,0.35,0.35,0,0,0,0.983,0.524,0.553,0.553,0,0.482,0.0857 +1,0.249,0.249,0,0,0,0.05,0.556,0.537,0.537,0.166,0.404,0 +1,0.124,0.124,0,0,0,0,0.445,0.522,0.522,0,0.666,0.257 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0.76,0.0428 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0.391,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0.596,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.147,0.147,0.717,0,0,0,0.331,0.494,0.494,0,0,0.0857 +0.667,0.177,0.177,0.983,0,0,0,0.346,0.519,0.519,0,0,0.0428 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.321,0.321,0,0.767,0,0,0.257,0.582,0.582,0.45,0,0.228 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.375 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.561 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0.617,0,0.287,0.529,0.529,0,0.291,0.128 +0.667,0.298,0.298,0,0,0,0.767,0.323,0.612,0.612,0,0.672,0.171 +0.667,0.326,0.326,0.467,0,0,0,0.375,0.632,0.632,0,0.207,0 +0.667,0.395,0.395,0.25,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.3 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.635,0.635,0,0.667,0,0,0.613,0.622,0.622,0.555,0,0 +0.667,0.555,0.555,0,0.1,0,0,0.598,0.602,0.602,0.866,0,0.128 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.298 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.164 +0,0.0495,0.0495,0,0,0.936,0.15,0.258,0.465,0.465,0,0.691,0.171 +0.333,0.175,0.175,0,0,0,0.883,0.265,0.529,0.529,0,0.773,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.539,0.0428 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.674,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.429,0.0428 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0.463,0.0428 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.428,0.0428 +1,0.567,0.567,0,0.417,0,0,0.59,0.775,0.775,0.396,0.529,0.128 +1,0.736,0.736,0,0.6,0,0,0.701,0.79,0.79,0.757,0.49,0.0428 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.489,0.921,0.128 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0.603,0.0836,0.0857 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.531,0,0.0857 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0.764,0,0.0428 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.16,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0.233,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.201 +0.667,0.305,0.305,0.217,0,0,0,0.435,0.572,0.572,0,0,0.155 +0.667,0.318,0.318,0.5,0,0,0,0.338,0.582,0.582,0,0,0.465 +0.333,0.185,0.185,0,0.767,0,0,0.257,0.524,0.524,0.718,0,0.171 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.0857 +0.333,0.175,0.175,0.217,0,0,0,0.265,0.529,0.529,0,0,0.0857 +0.333,0.171,0.171,1,0.167,0,0,0.261,0.534,0.534,0.276,0,0.0428 +0.333,0.169,0.169,0.233,0.85,0,0,0.276,0.534,0.534,0.59,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0.421,0,0.0857 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0.647,0,0.0428 +0.333,0.188,0.188,0.233,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.395,0.395,0,0,0.298,0.517,0.479,0.672,0.672,0,0.328,0.171 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0.633,0.214 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.418,0.128 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.886,0.128 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0.307,0.118 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0917 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.182 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.185,0.185,0.267,0,0,0,0.257,0.524,0.524,0,0,0.0428 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.0857 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.0428 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.128 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.128 +0.667,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0,0,0.257 +1,0.736,0.736,0.967,0,0,0,0.701,0.79,0.79,0,0,0.208 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0,0.26 +1,0.928,0.928,0.467,0,0,0,0.79,0.701,0.701,0,0,0.0529 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.138 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.359 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.559 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.245,0.245,0.5,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0 +1,0.318,0.318,0,0.167,0,0,0.338,0.582,0.582,0.282,0,0 +1,0.321,0.321,0,0.6,0,0,0.257,0.582,0.582,0.696,0,0.249 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0.458,0,0.195 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.679,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0.194,0,0.271 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.0857 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0.417,0,0,0.29,0.539,0.539,0.328,0,0 +1,0.326,0.326,0.233,0.35,0,0,0.375,0.632,0.632,0.301,0,0.171 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.0857 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.0428 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.171 +1,0.928,0.928,0.483,0,0,0,0.79,0.701,0.701,0,0,0.206 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.128 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.423 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.483,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.134 +0.667,0.185,0.185,0.05,0,0,0,0.257,0.524,0.524,0,0,0.192 +0.333,0.181,0.181,0.917,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.0826 +0.667,0.292,0.292,0,0,0,0,0.264,0.602,0.602,0,0,0.208 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.316 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.285 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.0428 +0.667,0.326,0.326,0.05,0,0,0,0.375,0.632,0.632,0,0,0.428 +0.667,0.395,0.395,0.433,0,0,0,0.479,0.672,0.672,0,0,0.0428 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.171 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.0857 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.0428 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.223 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.176 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.136 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0686 +1,0.0816,0.0816,0.3,0,0,0,0.305,0.474,0.474,0,0,0.0739 +0.667,0.0495,0.0495,0.917,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.177,0.177,0.233,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.0428 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.0428 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.39 +0.667,0.292,0.292,0.483,0,0,0,0.264,0.602,0.602,0,0,0.379 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.459 +0.667,0.29,0.29,0,0,0,0,0.316,0.592,0.592,0,0,0.223 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.0428 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.128 +1,0.567,0.567,0,0,0.106,0,0.59,0.775,0.775,0,0.0273,0 +1,0.736,0.736,0,0,0.83,0.233,0.701,0.79,0.79,0,0.317,0.128 +1,0.895,0.895,0,0,0,0.283,0.745,0.745,0.745,0,0.519,0.0857 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0.838,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0.346,0.171 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.286 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.0794 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0.225 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.147,0.147,0.717,0.417,0,0,0.331,0.494,0.494,0.387,0,0 +0.667,0.305,0.305,0.25,0.35,0,0,0.435,0.572,0.572,0.153,0,0.152 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.251 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.254 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.469 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.132 +0.333,0.17,0.17,0.217,0,0,0,0.287,0.529,0.529,0,0,0.0857 +0.333,0.174,0.174,0.0167,0,0,0,0.29,0.539,0.539,0,0,0.214 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.0857 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.171 +1,0.895,0.895,0,0.667,0,0,0.745,0.745,0.745,0.538,0,0.0677 +1,0.928,0.928,0,0.35,0,0,0.79,0.701,0.701,0.265,0,0.0953 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.251 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.0548 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.43 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.0768 +0.333,0.184,0.184,0,0.917,0,0,0.298,0.524,0.524,0.423,0,0.122 +0.333,0.185,0.185,0,0.1,0,0,0.257,0.524,0.524,0.633,0,0.0857 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0.499,0,0.0428 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.301,0,0.3 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.171 +0.333,0.169,0.169,0.217,0,0,0,0.276,0.534,0.534,0,0,0.171 +0.333,0.17,0.17,0.75,0,0,0,0.287,0.529,0.529,0,0,0.128 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.171 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.278 +1,0.736,0.736,0,0.167,0,0,0.701,0.79,0.79,0.346,0,0.0629 +1,0.895,0.895,0,0.6,0.617,0,0.745,0.745,0.745,0.261,0.431,0.0734 +1,0.928,0.928,0,0,0,0.9,0.79,0.701,0.701,0,0.362,0.171 +1,0.302,0.302,0,0,0,0.133,0.428,0.534,0.534,0,0.204,0.0428 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0.325,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.11 +1,0.342,0.342,0,0,0,0,0.478,0.551,0.551,0,0,0.337 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.128 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.128 +0.333,0.181,0.181,0.217,0,0,0,0.261,0.524,0.524,0,0,0.128 +0.333,0.175,0.175,0.5,0,0,0,0.265,0.529,0.529,0,0,0.257 +0.333,0.171,0.171,0,0.417,0,0,0.261,0.534,0.534,0.348,0,0.128 +0.333,0.169,0.169,0,0.35,0.319,0,0.276,0.534,0.534,0.0951,0.00965,0.0857 +0.333,0.17,0.17,0,0,0.298,0.65,0.287,0.529,0.529,0,0.514,0 +0.333,0.174,0.174,0,0,0,0.117,0.29,0.539,0.539,0,0.584,0.214 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.286 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +0.667,0.278,0.278,0,0.417,0,0,0.405,0.574,0.574,0.384,0,0 +1,0.895,0.895,0,0.35,0,0,0.745,0.745,0.745,0.548,0,0.376 +1,0.928,0.928,0,0,0.298,0,0.79,0.701,0.701,0.545,0.0884,0 +1,0.807,0.807,0,0,0,0.767,0.768,0.671,0.671,0.43,0.569,0.325 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.0837 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.123 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.163 +0.333,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.0428 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.0857 +0.333,0.175,0.175,0,0,0.617,0.4,0.265,0.529,0.529,0,0.42,0.343 +0.667,0.292,0.292,0,0,0,0.367,0.264,0.602,0.602,0,0.635,0.0857 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0.116,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.32 +0.667,0.0495,0.0495,0.483,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.0857 +0.667,0.222,0.222,0.217,0,0,0,0.368,0.569,0.569,0,0,0.201 +0.333,0.278,0.278,1,0,0,0,0.405,0.574,0.574,0,0,0.121 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.128 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.0428 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.0428 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.149 +1,0.177,0.177,0.717,0,0,0,0.346,0.519,0.519,0,0,0.0832 +0.333,0.0495,0.0495,0.5,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.214 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.0857 +0,0.0495,0.0495,0,0.767,0,0,0.258,0.465,0.465,0.514,0,0.0857 +0.333,0.222,0.222,0,0,0,0,0.368,0.569,0.569,0.499,0,0.0857 +0.667,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.351 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.0857 +1,0.928,0.928,0,0.167,0,0,0.79,0.701,0.701,0.2,0,0.214 +1,0.555,0.555,0,0.85,0,0,0.598,0.602,0.602,0.688,0,0.0857 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.171 +0.667,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.0428 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0.214 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.171 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.189 +1,0.507,0.507,0.483,0,0,0,0.553,0.682,0.682,0,0,0.399 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.3 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.185,0.185,0.183,0,0,0,0.257,0.524,0.524,0.0866,0,0 +0.667,0.312,0.312,0,0.767,0,0,0.264,0.582,0.582,0.676,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0.694,0,0.0428 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0.0543,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.3 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.0428 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.0428 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.171 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.237 +1,0.736,0.736,0.233,0,0,0,0.701,0.79,0.79,0,0,0.249 +0.667,0.331,0.331,0,0,0,0,0.42,0.559,0.559,0,0,0.171 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0.0857 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.0428 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.0857 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0428 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.11 +1,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.237 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.205 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.128 +0.333,0.171,0.171,0.967,0,0,0,0.261,0.534,0.534,0,0,0.14 +0.667,0.289,0.289,1,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.29,0.29,0.467,0,0,0,0.316,0.592,0.592,0,0,0.0857 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0,0 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.3 +0.667,0.395,0.395,0,0,0.936,0,0.479,0.672,0.672,0,0.391,0 +1,0.736,0.736,0,0.917,0,0.767,0.701,0.79,0.79,0.37,0.532,0.171 +1,0.895,0.895,0,0.1,0,0,0.745,0.745,0.745,0,0,0.411 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.0428 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0428 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.165 +1,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.177,0.177,0.217,0,0,0,0.346,0.519,0.519,0,0,0.206 +0.667,0.318,0.318,0.75,0,0,0,0.338,0.582,0.582,0,0,0.0732 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.246 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.0577 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.171 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.3 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.128 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0.467,0,0,0,0.29,0.539,0.539,0,0,0.0428 +0.667,0.326,0.326,0.5,0,0,0,0.375,0.632,0.632,0,0,0.3 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.0428 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0 +0.667,0.613,0.613,0,0.167,0,0,0.583,0.652,0.652,0.319,0,0.3 +1,0.928,0.928,0,0.6,0,0,0.79,0.701,0.701,0.514,0,0 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.322 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0825 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.0582 +1,0.305,0.305,0.483,0,0,0,0.435,0.572,0.572,0,0,0.118 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.076 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.0428 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.214 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.0857 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.0857 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.185 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.495 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.125 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.6 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.0857 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.0428 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0.267,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0.311 +0.667,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.0615 +1,0.433,0.433,0,0,0,0,0.523,0.626,0.626,0,0,0.359 +0.667,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.391 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0.617,0.15,0.265,0.529,0.529,0,0.379,0.171 +0.333,0.171,0.171,0,0,0,0.367,0.261,0.534,0.534,0,0.407,0.0428 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.482,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.305,0 +0.333,0.174,0.174,0.217,0,0,0,0.29,0.539,0.539,0,0,0.0857 +0.333,0.188,0.188,0.75,0,0,0,0.316,0.549,0.549,0,0,0.0857 +0.333,0.222,0.222,0.467,0,0,0,0.368,0.569,0.569,0,0,0.171 +1,0.736,0.736,0.25,0,0,0,0.701,0.79,0.79,0,0,0.214 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.0857 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.0857 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.11 +1,0.305,0.305,0.233,0,0,0,0.435,0.572,0.572,0,0,0.158 +0.667,0.184,0.184,0,0,0.319,0,0.298,0.524,0.524,0,0.0965,0.331 +0.667,0.321,0.321,0,0,0.617,0.4,0.257,0.582,0.582,0,0.236,0.113 +0.667,0.312,0.312,0,0,0,0.367,0.264,0.582,0.582,0,0.543,0.0988 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.218 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.301 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.227 +0.667,0.29,0.29,0.217,0,0,0,0.316,0.592,0.592,0,0,0.156 +0.667,0.298,0.298,0.267,0,0.617,0.4,0.323,0.612,0.612,0,0.596,0 +1,0.464,0.464,0,0,0,0.117,0.434,0.715,0.715,0,0.648,0.0428 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0.559,0.128 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0.603,0.514 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0.342,0.255 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.214 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.128 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.214 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0927 +1,0.0816,0.0816,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.55,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.3,0.3,0.667,0,0,0,0.271,0.592,0.592,0,0,0 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0.146 +1,0.409,0.409,0,0,0,0,0.312,0.671,0.671,0,0,0.115 +1,0.41,0.41,0.233,0,0,0,0.345,0.656,0.656,0,0,0.137 +1,0.422,0.422,0,0,0,0,0.356,0.686,0.686,0,0,0.225 +1,0.464,0.464,0,0,0,0,0.434,0.715,0.715,0,0,0.3 +1,0.567,0.567,0,0,0,0,0.59,0.775,0.775,0,0,0.176 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.128 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.0857 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.295 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.273 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.257 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.36,0.473,0.473,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.353,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.0662 +1,0.443,0.443,0,0,0,0,0.267,0.641,0.641,0,0,0.0997 +1,0.426,0.426,0.483,0,0,0,0.278,0.656,0.656,0,0,0.137 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0 +0.667,0.29,0.29,0,0,0.298,0,0.316,0.592,0.592,0,0.175,0.123 +0.667,0.298,0.298,0,0,0,0.767,0.323,0.612,0.612,0,0.424,0.182 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.399,0.295 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0.529,0 +0.333,0.278,0.278,0,0,0,0,0.405,0.574,0.574,0,0.442,0.257 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0.527,0.106 +0.667,0.342,0.342,0,0,0,0,0.435,0.544,0.544,0,0,0.0857 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.171 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0.214 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0.217,0,0,0,0.305,0.474,0.474,0,0,0.225 +1,0.342,0.342,0.5,0,0,0,0.478,0.551,0.551,0,0,0.0825 +0.667,0.305,0.305,0,0,0,0,0.435,0.572,0.572,0,0,0.0906 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.306 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.106 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.293 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.233 +0.333,0.171,0.171,0.467,0,0,0,0.261,0.534,0.534,0,0,0.198 +0.667,0.289,0.289,0.75,0,0,0,0.294,0.602,0.602,0,0,0.153 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.0428 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.0428 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0,0.0428 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.257 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.0857 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0,0,0.171 +1,0.928,0.928,0,0.667,0,0,0.79,0.701,0.701,0.591,0,0.171 +1,0.555,0.555,0,0.35,0,0,0.598,0.602,0.602,0.131,0,0 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.14 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.214 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.245,0.245,0,0,0,0,0.405,0.523,0.523,0,0,0.236 +1,0.433,0.433,0,0,0.617,0.15,0.523,0.626,0.626,0,0.26,0.0768 +0.667,0.318,0.318,0,0,0,0.617,0.338,0.582,0.582,0,0.228,0.102 +0.667,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0.592,0 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0.314,0.246 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0.521,0.171 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0.809,0.0857 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0.592,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0.518,0 +0.667,0.298,0.298,0,0,0,0,0.323,0.612,0.612,0,0.542,0.257 +0.667,0.326,0.326,0,0,0,0,0.375,0.632,0.632,0,0.201,0 +0.667,0.395,0.395,0.967,0,0,0,0.479,0.672,0.672,0,0.781,0.385 +1,0.736,0.736,1,0,0,0,0.701,0.79,0.79,0,0.635,0.0857 +1,0.895,0.895,1,0,0,0,0.745,0.745,0.745,0,0.129,0.475 +1,0.928,0.928,1,0,0,0,0.79,0.701,0.701,0,0,0.256 +1,0.807,0.807,0.9,0,0,0,0.768,0.671,0.671,0,0,0.464 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.295 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0.165 +0.667,0.177,0.177,0,0,0,0,0.346,0.519,0.519,0,0,0.076 +0.333,0.184,0.184,0,0,0,0,0.298,0.524,0.524,0,0,0.134 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.0857 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0.3 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0.3 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.0428 +0.667,0.326,0.326,0.967,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.736,0.736,0,0,0,0,0.701,0.79,0.79,0,0,0.0428 +1,0.895,0.895,0,0.767,0,0,0.745,0.745,0.745,0.606,0,0.171 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.343 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0525,0.0525,0,0,0,0,0.331,0.473,0.473,0,0,0.276 +1,0.114,0.114,0.217,0,0,0,0.353,0.483,0.483,0,0,0.0891 +1,0.245,0.245,1,0,0,0,0.405,0.523,0.523,0,0,0.202 +0.667,0.305,0.305,1,0,0,0,0.435,0.572,0.572,0,0,0.274 +0.333,0.184,0.184,0.95,0,0,0,0.298,0.524,0.524,0,0,0.162 +0.333,0.185,0.185,0,0,0,0,0.257,0.524,0.524,0,0,0.0428 +0.333,0.181,0.181,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.261,0.534,0.534,0,0,0.128 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0.0428 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0.128 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.171 +0.667,0.395,0.395,0.967,0.667,0,0,0.479,0.672,0.672,0.611,0,0.0428 +0.667,0.507,0.507,0.483,0.35,0,0,0.553,0.682,0.682,0.749,0,0.187 +1,0.895,0.895,0,0,0,0,0.745,0.745,0.745,0.535,0,0 +1,0.635,0.635,0,0,0,0,0.613,0.622,0.622,0.531,0,0.0857 +1,0.555,0.555,0,0,0,0,0.598,0.602,0.602,0.35,0,0.128 +1,0.2,0.2,0,0,0,0,0.391,0.509,0.509,0,0,0.427 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.147,0.147,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.171,0.171,0.75,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.29,0.539,0.539,0,0,0.128 +0.333,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0.128 +0.333,0.222,0.222,0.717,0,0,0,0.368,0.569,0.569,0,0,0.128 +1,0.736,0.736,0.983,0,0,0,0.701,0.79,0.79,0,0,0.128 +0.667,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.635,0.635,0.217,0,0,0,0.613,0.622,0.622,0,0,0.0857 +1,0.555,0.555,0.0167,0,0,0,0.598,0.602,0.602,0,0,0.0428 +1,0.35,0.35,0,0,0,0,0.524,0.553,0.553,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0656 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0977 +1,0.318,0.318,0,0,0,0,0.338,0.582,0.582,0,0,0.239 +1,0.321,0.321,0,0,0,0,0.257,0.582,0.582,0,0,0.183 +0.667,0.312,0.312,0,0,0,0,0.264,0.582,0.582,0,0,0.121 +0.667,0.3,0.3,0,0,0,0,0.271,0.592,0.592,0,0,0.302 +1,0.413,0.413,0,0,0,0,0.267,0.671,0.671,0,0,0.111 +1,0.289,0.289,0,0,0,0,0.294,0.602,0.602,0,0,0.0428 +1,0.29,0.29,0.8,0,0,0,0.316,0.592,0.592,0,0,0.128 +1,0.174,0.174,0.417,0,0,0,0.29,0.539,0.539,0,0,0 +1,0.188,0.188,0,0,0,0,0.316,0.549,0.549,0,0,0 +1,0.395,0.395,0,0,0,0,0.479,0.672,0.672,0,0,0.128 +1,0.507,0.507,0,0,0,0,0.553,0.682,0.682,0,0,0.257 +1,0.613,0.613,0,0,0,0,0.583,0.652,0.652,0,0,0.342 +1,0.928,0.928,0,0,0,0,0.79,0.701,0.701,0,0,0.343 +1,0.807,0.807,0,0,0,0,0.768,0.671,0.671,0,0,0.128 +1,0.5,0.5,0,0,0,0,0.656,0.596,0.596,0,0,0 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0.122 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0.178 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.153 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.219 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.0491 +1,0.299,0.299,0.233,0,0,0,0.256,0.581,0.581,0,0,0.166 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.0428 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.127 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.217 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.257 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0857 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.428 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.465 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.336 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.236 +0.333,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0.0428 +0.333,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0.0428 +0.333,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.403 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.14 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.7,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0.217,0,0,0,0.404,0.521,0.521,0,0,0.13 +0.667,0.295,0.295,0.483,0,0,0,0.433,0.571,0.571,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.0857 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.171 +0.333,0.17,0.17,0,0.417,0,0,0.26,0.523,0.523,0.409,0,0.139 +0.333,0.164,0.164,0,0.317,0,0,0.264,0.528,0.528,0.688,0,0.214 +0.333,0.16,0.16,0,0.667,0,0,0.26,0.533,0.533,0.419,0,0.0428 +0.333,0.159,0.159,0,0.0667,0,0,0.275,0.533,0.533,0.531,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0.715,0,0.0428 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0.684,0,0 +1,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0.53,0,0.0857 +1,0.291,0.291,0.967,0,0,0,0.477,0.67,0.67,0.241,0,0.257 +1,0.339,0.339,0.2,0,0,0,0.551,0.68,0.68,0,0,0.171 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.3 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.128 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.278 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.141 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.104 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.4 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0.139 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.196 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.139 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.178 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.323 +0.667,0.269,0.269,0.217,0,0,0,0.322,0.61,0.61,0,0,0.0428 +0.333,0.162,0.162,0.483,0,0,0,0.316,0.548,0.548,0,0,0.128 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.0857 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.373 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.2 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.214 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.0857 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.343 +0.667,0.291,0.291,0,0,0,0,0.477,0.67,0.67,0,0,0.162 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.351 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.214 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.171 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.471 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.421 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.194 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.175 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.23 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.111 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.527 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.257 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.171 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.128 +0.333,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.416 +0.667,0.429,0.429,0.467,0,0,0,0.581,0.65,0.65,0,0,0.0756 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.0428 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.28 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.0794 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.104 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.113 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.255 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.214 +0.333,0.159,0.159,0.217,0,0,0,0.29,0.538,0.538,0,0,0.214 +0.667,0.274,0.274,0.0167,0,0,0,0.374,0.63,0.63,0,0,0.128 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.3 +1,0.484,0.484,0,0.667,0,0,0.698,0.787,0.787,0.209,0,0.0857 +1,0.619,0.619,0.717,0.0667,0,0,0.742,0.742,0.742,0,0,0.273 +1,0.783,0.783,0.933,0,0,0,0.787,0.698,0.698,0,0,0.301 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.0857 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.3 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.301,0.301,0,0,0.0638,0,0.337,0.581,0.581,0,0,0 +1,0.299,0.299,0,0,0.255,0.233,0.256,0.581,0.581,0,0.547,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0.381,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0.131,0,0.0857 +0.333,0.16,0.16,0,0.967,0.383,0,0.26,0.533,0.533,0.295,0.121,0 +1,0.269,0.269,0,0.0167,0.596,0.417,0.293,0.6,0.6,0,0.46,0.214 +1,0.268,0.268,0,0,0,0.317,0.315,0.591,0.591,0,0.477,0.0428 +1,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.128 +1,0.412,0.412,0,0.467,0,0,0.587,0.772,0.772,0.474,0,0 +1,0.484,0.484,0,0.517,0,0,0.698,0.787,0.787,0.543,0,0.214 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.126,0,0.328 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.185 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.214 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.291 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.257 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0405 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.184 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.0423 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.161 +0.667,0.164,0.164,0.0167,0,0,0,0.264,0.528,0.528,0,0,0.123 +0.667,0.16,0.16,0.45,0,0,0,0.26,0.533,0.533,0,0,0.214 +1,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.268 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.166 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.214 +0.333,0.162,0.162,0.0167,0,0,0,0.316,0.548,0.548,0,0,0.11 +0.667,0.291,0.291,1,0,0,0,0.477,0.67,0.67,0,0,0.0857 +1,0.484,0.484,0.633,0,0,0,0.698,0.787,0.787,0,0,0.0428 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.557 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.128 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.0857 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.0428 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0.0441 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0.092 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0.158 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.367 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.214 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.0857 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0.217,0,0,0,0.257,0.523,0.523,0,0,0.0428 +0.333,0.17,0.17,1,0,0,0,0.26,0.523,0.523,0,0,0.128 +0.333,0.164,0.164,1,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0.133,0,0,0,0.26,0.533,0.533,0,0,0.214 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.128 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.0428 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.171 +1,0.412,0.412,0.717,0,0,0,0.587,0.772,0.772,0,0,0.502 +1,0.484,0.484,0.45,0,0,0,0.698,0.787,0.787,0,0,0.42 +1,0.619,0.619,0,0.167,0,0,0.742,0.742,0.742,0.312,0,0.299 +1,0.783,0.783,0,0.817,0.638,0,0.787,0.698,0.698,0.637,0.103,0.376 +1,0.88,0.88,0,0,0.0213,0.867,0.765,0.668,0.668,0.642,0.0884,0.217 +1,0.415,0.415,0,0,0,0.117,0.522,0.551,0.551,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.201 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.187 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.0653 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.35 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.316 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.667,0.159,0.159,0.467,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.162,0.162,0.45,0,0,0,0.316,0.548,0.548,0,0,0.125 +1,0.291,0.291,0.483,0,0,0,0.477,0.67,0.67,0,0,0.343 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.0428 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.0857 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.0428 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.0428 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.331 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.224 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.0422 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0563 +0.667,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.282 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0984 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.128 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0428 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.2 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.257 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.3 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.354 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.205 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.214 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.295 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.0428 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.171 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.0857 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.685 +0.333,0.159,0.159,0,0.667,0,0,0.29,0.538,0.538,0.587,0,0 +0.667,0.274,0.274,0,0.0667,0,0,0.374,0.63,0.63,0,0,0 +0.333,0.17,0.17,0,0.667,0,0,0.368,0.568,0.568,0.579,0,0.0428 +0.667,0.339,0.339,0.217,0.0667,0,0,0.551,0.68,0.68,0,0,0.0986 +1,0.619,0.619,1,0,0,0,0.742,0.742,0.742,0,0,0.444 +1,0.783,0.783,0.2,0,0,0,0.787,0.698,0.698,0,0,0.293 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.0428 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0518,0.0518,0.95,0,0,0,0.33,0.472,0.472,0,0,0 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.362 +0.667,0.295,0.295,0.717,0,0,0,0.433,0.571,0.571,0,0,0.0428 +0.667,0.301,0.301,0.933,0,0,0,0.337,0.581,0.581,0,0,0.142 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.269,0.269,0.233,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.557 +1,0.412,0.412,0.217,0,0,0,0.587,0.772,0.772,0,0,0 +1,0.484,0.484,0.25,0,0,0,0.698,0.787,0.787,0,0,0.128 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.171 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.184 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.3 +0.667,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0777 +0.667,0.172,0.172,0.0167,0,0,0,0.345,0.518,0.518,0,0,0.245 +0.667,0.175,0.175,0.217,0.467,0,0,0.297,0.523,0.523,0.557,0,0.109 +0.667,0.299,0.299,0,0.267,0,0,0.256,0.581,0.581,0.63,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0.406,0,0.0428 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0.727,0,0.3 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.501,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.128 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0857 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0 +0.667,0.274,0.274,0.267,0,0,0,0.374,0.63,0.63,0,0,0.0857 +0.667,0.291,0.291,0.433,0,0,0,0.477,0.67,0.67,0,0,0.0428 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.214 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.128 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.0428 +1,0.597,0.597,0,0,0,0,0.654,0.594,0.594,0,0,0.3 +1,0.249,0.249,0,0,0,0,0.554,0.534,0.534,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.178 +1,0.175,0.175,0.0167,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.424,0.424,0.45,0.217,0,0,0.255,0.638,0.638,0.233,0,0 +1,0.411,0.411,0,0.517,0,0,0.266,0.638,0.638,0.299,0,0.0428 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0.467,0,0,0.275,0.533,0.533,0.397,0,0.128 +0.333,0.159,0.159,0,0.267,0,0,0.286,0.528,0.528,0.545,0,0.0857 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0.255,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0.171 +1,0.412,0.412,0.267,0,0,0,0.587,0.772,0.772,0,0,0.642 +1,0.484,0.484,0.433,0,0,0,0.698,0.787,0.787,0,0,0.0857 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.0428 +1,0.783,0.783,0.767,0,0,0,0.787,0.698,0.698,0,0,0.557 +1,0.88,0.88,0.4,0,0,0,0.765,0.668,0.668,0,0,0.166 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.149 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.0857 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.171 +0.667,0.17,0.17,0,0,0.319,0.383,0.368,0.568,0.568,0,0.357,0.171 +1,0.339,0.339,0,0,0,0.85,0.551,0.68,0.68,0,0.616,0.3 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0.825,0.171 +1,0.538,0.538,0.217,0,0,0,0.61,0.62,0.62,0,0.249,0.128 +1,0.88,0.88,0.0167,0,0,0,0.765,0.668,0.668,0,0,0.171 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.257 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.167 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0.319,0.633,0.264,0.528,0.528,0,0.399,0 +0.333,0.16,0.16,0.467,0,0,0.1,0.26,0.533,0.533,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.214 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.24 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.119 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.257 +1,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.128 +1,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0.128 +1,0.538,0.538,0,0.733,0,0,0.61,0.62,0.62,0.589,0,0.214 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.257 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0.7,0,0,0,0.305,0.474,0.474,0,0,0.144 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.315 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.093 +0.333,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.0672 +0.333,0.174,0.174,0,0.417,0,0,0.257,0.523,0.523,0.336,0,0.0857 +0.333,0.17,0.17,0,0.317,0,0,0.26,0.523,0.523,0.0968,0,0.0857 +0.333,0.164,0.164,0.217,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.667,0.271,0.271,0.717,0,0,0,0.263,0.6,0.6,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.0428 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.257 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.0428 +0,0.0495,0.0495,0,0,0.66,0.367,0.258,0.465,0.465,0,0.678,0.0857 +0.667,0.429,0.429,0,0,0,0.617,0.581,0.65,0.65,0,0.982,0.0428 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0.559,0.0857 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.0428 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0.25,0,0,0,0.404,0.521,0.521,0,0,0.131 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.348 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0428 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0999 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.0428 +0.333,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.171 +1,0.484,0.484,0.217,0.733,0,0,0.698,0.787,0.787,0.693,0,0 +1,0.619,0.619,0.25,0,0,0,0.742,0.742,0.742,0,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.0428 +1,0.232,0.232,0,0,0,0,0.39,0.508,0.508,0,0,0.199 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.201 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0.717,0,0,0,0.404,0.521,0.521,0,0,0.194 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.141 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.343 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.291,0.291,0,0.733,0,0,0.477,0.67,0.67,0.601,0,0 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0.66,0,0 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0.659,0,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.0968,0,0.214 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.477 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0427 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.185 +0.667,0.279,0.279,0.233,0,0,0,0.271,0.591,0.591,0,0,0.0428 +1,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.214 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.3 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0857 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.171 +0.667,0.274,0.274,0.267,0,0,0,0.374,0.63,0.63,0,0,0.257 +0.667,0.291,0.291,0.433,0,0,0,0.477,0.67,0.67,0,0,0.224 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.396 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.149 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.128 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.042 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.0848 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.124 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0 +1,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0 +1,0.386,0.386,0,0,0,0,0.432,0.713,0.713,0,0,0.214 +0.667,0.291,0.291,0.267,0,0,0,0.477,0.67,0.67,0,0,0.128 +1,0.484,0.484,0.2,0.717,0,0,0.698,0.787,0.787,0.513,0,0.128 +1,0.619,0.619,0,0.267,0,0,0.742,0.742,0.742,0.613,0,0.0857 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.649,0,0.0428 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0.752,0,0.171 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0.671,0,0.214 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0.261,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.186 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0.66,0.117,0.258,0.465,0.465,0,0.283,0.119 +1,0.417,0.417,0.95,0,0,0.367,0.521,0.623,0.623,0,0.863,0.0927 +1,0.427,0.427,0,0,0,0,0.377,0.638,0.638,0,0.209,0 +1,0.424,0.424,0,0,0,0,0.255,0.638,0.638,0,0.695,0 +1,0.411,0.411,0.717,0,0,0,0.266,0.638,0.638,0,0.953,0 +0.667,0.279,0.279,0.45,0.417,0,0,0.271,0.591,0.591,0.537,0.455,0.257 +0.667,0.271,0.271,0,0.317,0,0,0.263,0.6,0.6,0.112,0,0.0857 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.214 +0.333,0.162,0.162,0.217,0,0,0,0.316,0.548,0.548,0,0,0.0857 +0.333,0.17,0.17,0.25,0,0.979,0.117,0.368,0.568,0.568,0,0.241,0.3 +1,0.484,0.484,0,0.667,0.638,0.117,0.698,0.787,0.787,0.528,0.378,0.0428 +1,0.619,0.619,0,0.317,0.0213,0.733,0.742,0.742,0.742,0.666,0.58,0 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0.307,0.539,0.0857 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0.351 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0722 +1,0.417,0.417,0,0,0,0,0.521,0.623,0.623,0,0,0.403 +0.667,0.301,0.301,0,0,0.319,0,0.337,0.581,0.581,0,0.135,0.3 +0.333,0.174,0.174,0,0,0,0.883,0.257,0.523,0.523,0,0.251,0.3 +0.333,0.17,0.17,0,0,0,0.1,0.26,0.523,0.523,0,0.444,0.214 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0857 +0.333,0.16,0.16,0.7,0,0,0,0.26,0.533,0.533,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.6,0.6,0,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.0428 +0.667,0.269,0.269,0,0,0.319,0.133,0.322,0.61,0.61,0,0.323,0.0428 +0.667,0.274,0.274,0,0,0,0.85,0.374,0.63,0.63,0,0.342,0.214 +1,0.412,0.412,0,0,0,0,0.587,0.772,0.772,0,0,0.3 +1,0.484,0.484,0,0,0,0,0.698,0.787,0.787,0,0,0.175 +1,0.619,0.619,0.717,0,0,0,0.742,0.742,0.742,0,0,0.197 +1,0.783,0.783,0.217,0.733,0,0,0.787,0.698,0.698,0.724,0,0.27 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0.0806,0,0.277 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.128 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.467,0,0,0,0.305,0.464,0.464,0,0,0.0428 +1,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.378 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.385 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.365 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.13 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.343 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0.66,0.117,0.258,0.465,0.465,0,0.333,0.171 +0.333,0.162,0.162,0.217,0,0,0.617,0.316,0.548,0.548,0,0,0.128 +0.667,0.291,0.291,0.25,0,0,0,0.477,0.67,0.67,0,0,0.0857 +0.667,0.339,0.339,0,0,0,0,0.551,0.68,0.68,0,0,0.0428 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0.128 +1,0.294,0.294,0,0,0,0,0.434,0.543,0.543,0,0,0.347 +1,0.326,0.326,0,0,0,0,0.427,0.533,0.533,0,0,0.553 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0584 +0.667,0.172,0.172,0,0,0,0,0.345,0.518,0.518,0,0,0.163 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0,0,0.113 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.114 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.128 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.214 +0.667,0.274,0.274,0.233,0,0,0,0.374,0.63,0.63,0,0,0.257 +0.667,0.291,0.291,0,0.417,0,0,0.477,0.67,0.67,0.382,0,0 +0.667,0.339,0.339,0.467,0.317,0,0,0.551,0.68,0.68,0.484,0,0.3 +1,0.619,0.619,0.7,0,0,0,0.742,0.742,0.742,0.621,0,0.0428 +0.667,0.538,0.538,0,0,0,0,0.61,0.62,0.62,0.341,0,0.0428 +0.667,0.603,0.603,0,0,0.638,0,0.596,0.6,0.6,0,0.161,0.0857 +0.667,0.415,0.415,0,0,0.0213,0.233,0.522,0.551,0.551,0,0.593,0.214 +1,0.116,0.116,0,0,0,0,0.357,0.488,0.488,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.213 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.164 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.364 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.131 +0.333,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.214 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0.0857 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.333 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.253 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.159,0.159,0.467,0,0,0,0.29,0.538,0.538,0,0,0.0428 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.385 +1,0.412,0.412,0,0.417,0,0,0.587,0.772,0.772,0.492,0,0 +1,0.484,0.484,0,0.317,0.66,0.117,0.698,0.787,0.787,0.363,0.653,0 +1,0.619,0.619,0,0,0,0.367,0.742,0.742,0.742,0,0.412,0.0857 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.0857 +1,0.603,0.603,0,0,0,0,0.596,0.6,0.6,0,0,0 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.0857 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.483,0.483,0,0,0.349 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.297,0.523,0.523,0.153,0,0 +0.667,0.174,0.174,0,0.967,0,0,0.257,0.523,0.523,0.491,0,0.257 +0.667,0.17,0.17,0,0.0167,0,0,0.26,0.523,0.523,0.149,0,0 +0.667,0.164,0.164,0,0.733,0,0,0.264,0.528,0.528,0.659,0,0.0857 +0.667,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0.565,0,0.557 +0.667,0.269,0.269,0.233,0,0,0,0.293,0.6,0.6,0.275,0,0 +0.667,0.268,0.268,0,0,0,0,0.315,0.591,0.591,0,0,0.0428 +0.667,0.269,0.269,0,0,0,0,0.322,0.61,0.61,0,0,0.0428 +0.667,0.274,0.274,0,0,0,0,0.374,0.63,0.63,0,0,0.0896 +0,0.0495,0.0495,0.767,0,0,0,0.258,0.465,0.465,0,0,0.514 +0.333,0.194,0.194,0.167,0,0,0,0.405,0.572,0.572,0,0,0.257 +1,0.619,0.619,0,0,0,0,0.742,0.742,0.742,0,0,0.0857 +1,0.783,0.783,0,0,0,0,0.787,0.698,0.698,0,0,0.0426 +1,0.88,0.88,0,0,0,0,0.765,0.668,0.668,0,0,0.197 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0404 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0399 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.135 +1,0.411,0.411,0,0,0,0,0.266,0.638,0.638,0,0,0.208 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.6,0.6,0,0,0.0428 +0.667,0.269,0.269,0.233,0,0,0,0.293,0.6,0.6,0,0,0.0428 +1,0.378,0.378,0,0,0,0,0.344,0.653,0.653,0,0,0.0857 +0.667,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.3 +0.667,0.162,0.162,0,0,0,0,0.316,0.548,0.548,0,0,0.171 +0.667,0.17,0.17,0,0,0,0,0.368,0.568,0.568,0,0,0.0857 +0.667,0.194,0.194,0,0,0,0,0.405,0.572,0.572,0,0,0.171 +0.667,0.239,0.239,0,0,0,0,0.419,0.558,0.558,0,0,0.214 +1,0.538,0.538,0,0,0.66,0,0.61,0.62,0.62,0,0.281,0 +1,0.603,0.603,0,0,0,0.483,0.596,0.6,0.6,0,0.671,0.256 +1,0.597,0.597,0.267,0,0,0,0.654,0.594,0.594,0,0.4,0.0711 +1,0.183,0.183,0.433,0,0,0,0.455,0.511,0.511,0,0,0.107 +1,0.099,0.099,0,0,0,0,0.381,0.501,0.501,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.308,0.474,0.474,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.308,0.469,0.469,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.521,0.521,0,0,0.273 +0.667,0.172,0.172,0.217,0,0,0,0.345,0.518,0.518,0,0,0.0428 +0.667,0.175,0.175,0.25,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0428 +0.333,0.17,0.17,0,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.26,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.29,0.538,0.538,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.339,0.339,0.25,0,0,0,0.551,0.68,0.68,0,0,0.171 +0.667,0.429,0.429,0,0,0,0,0.581,0.65,0.65,0,0,0 +0.667,0.538,0.538,0,0.417,0,0,0.61,0.62,0.62,0.353,0,0.0428 +1,0.603,0.603,0,0.567,0,0,0.596,0.6,0.6,0.452,0,0.128 +1,0.415,0.415,0,0,0,0,0.522,0.551,0.551,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0.0515 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.27 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0.259 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.0946 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.306 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.242 +0.333,0.154,0.154,0.217,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,0.733,0,0,0,0.261,0.534,0.534,0,0,0.3 +0.333,0.149,0.149,0,0,0.319,0,0.276,0.534,0.534,0,0.0145,0.0428 +0.333,0.149,0.149,0.217,0,0,0.483,0.287,0.529,0.529,0,0.619,0.128 +0.333,0.149,0.149,0.0167,0,0,0,0.29,0.539,0.539,0,0,0.0857 +1,0.353,0.353,0.467,0,0,0,0.434,0.715,0.715,0,0,0.101 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.333 +0.667,0.365,0.365,0,0,0.319,0,0.583,0.652,0.652,0,0.0932,0.113 +1,0.464,0.464,0,0,0.638,0.383,0.613,0.622,0.622,0,0.283,0.513 +1,0.549,0.549,0,0,0,0.35,0.598,0.602,0.602,0,0,0.0541 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.0851 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.235 +1,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.249 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.0837 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.311 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.237 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.101 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.171 +0.667,0.252,0.252,0.217,0,0,0,0.375,0.632,0.632,0,0,0 +1,0.371,0.371,0.5,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.171 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.171 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.3 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.0857 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.176 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.136 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.454 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0.31 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.106 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.128 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.257 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.214 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.385 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0.467,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +1,0.365,0.365,0,0.667,0,0,0.583,0.652,0.652,0.645,0,0.15 +1,0.464,0.464,0,0.05,0,0,0.613,0.622,0.622,0,0,0.092 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.171 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.138 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.128 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.131 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.171 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.343 +0.333,0.149,0.149,0,0.417,0,0,0.276,0.534,0.534,0.394,0,0 +0.333,0.149,0.149,0,0.55,0,0,0.287,0.529,0.529,0.195,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.252,0.252,0.717,0,0,0,0.375,0.632,0.632,0,0,0.128 +1,0.371,0.371,1,0.417,0,0,0.59,0.775,0.775,0.38,0,0.214 +1,0.42,0.42,1,0.3,0,0,0.701,0.79,0.79,0.564,0,0.3 +1,0.523,0.523,0.9,0,0,0,0.745,0.745,0.745,0.423,0,0.128 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0.224,0,0.187 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.0857 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.307 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.29 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0.103 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0.417,0,0,0.258,0.465,0.465,0.65,0,0.0849 +0.667,0.278,0.278,0,0.3,0,0,0.257,0.582,0.582,0.37,0,0.0901 +1,0.381,0.381,0,0,0,0,0.267,0.641,0.641,0,0,0.327 +1,0.364,0.364,0,0,0,0,0.278,0.656,0.656,0,0,0.129 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.082 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.0857 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.0428 +0.667,0.249,0.249,0.467,0,0,0,0.323,0.612,0.612,0,0,0.0428 +0.667,0.252,0.252,0.25,0,0,0,0.375,0.632,0.632,0,0,0.171 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.171 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.222 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.0857 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.171 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.137 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.121 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,1,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.164,0.164,1,0,0,0,0.257,0.524,0.524,0,0,0.301 +0.333,0.16,0.16,0.433,0,0.319,0,0.261,0.524,0.524,0,0.116,0.175 +0.667,0.259,0.259,0,0,0.638,0.383,0.271,0.592,0.592,0,0.45,0.194 +0.333,0.15,0.15,0,0,0,0.6,0.261,0.534,0.534,0,0.429,0.257 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.576,0.0428 +0.667,0.149,0.149,0,0.167,0,0,0.287,0.529,0.529,0.267,0,0 +0.667,0.149,0.149,0,0.55,0,0,0.29,0.539,0.539,0.295,0,0.155 +0.667,0.252,0.252,0.217,0,0,0,0.375,0.632,0.632,0,0,0.211 +0.667,0.264,0.264,0.25,0,0.638,0.383,0.479,0.672,0.672,0,0.868,0.368 +0.667,0.296,0.296,0,0,0,0.35,0.553,0.682,0.682,0,0,0.41 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.128 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.128 +0.333,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.0428 +0.333,0.0495,0.0495,0.717,0,0,0,0.258,0.465,0.465,0,0,0.145 +0.667,0.116,0.116,0.483,0,0,0,0.357,0.489,0.489,0,0,0.128 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.248 +0.667,0.228,0.228,0.467,0,0,0,0.405,0.523,0.523,0,0,0.219 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.168 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.0428 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.214 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.128 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.0857 +0,0.0495,0.0495,0,0,0.319,0,0.258,0.465,0.465,0,0.241,0.114 +0.333,0.149,0.149,0,0,0,0.733,0.29,0.539,0.539,0,0.481,0.0857 +0.667,0.252,0.252,0.467,0,0,0,0.375,0.632,0.632,0,0,0.0428 +0.333,0.157,0.157,1,0,0,0,0.368,0.569,0.569,0,0,0.171 +0.667,0.296,0.296,0.45,0,0,0,0.553,0.682,0.682,0,0,0.128 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.164 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.138 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.0428 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.103 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.129 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.0495,0.0495,0.717,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.15,0.15,0.7,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0.967,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.128 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.171 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.142 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.557 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.128 +1,0.671,0.671,0,0.717,0,0,0.79,0.701,0.701,0.676,0,0.0428 +1,0.799,0.799,0,0.167,0,0,0.768,0.671,0.671,0.613,0,0.337 +1,0.405,0.405,0.467,0.8,0,0,0.524,0.553,0.553,0.747,0,0.101 +1,0.183,0.183,0.25,0,0,0,0.457,0.513,0.513,0.0764,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0372 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0.205 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.025 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.102 +0.333,0.139,0.139,0,0.167,0,0,0.331,0.494,0.494,0.246,0,0 +0.333,0.167,0.167,0,0.8,0,0,0.346,0.519,0.519,0.655,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0.672,0,0.0428 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0.165,0,0.0405 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.137 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.0428 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.171 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.301 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.354 +0.333,0.151,0.151,0.233,0,0,0,0.316,0.549,0.549,0,0,0.128 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.0428 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.385 +1,0.523,0.523,0,0,0.319,0,0.745,0.745,0.745,0,0.135,0.128 +1,0.671,0.671,0,0,0.638,0.383,0.79,0.701,0.701,0,0.945,0.0857 +1,0.799,0.799,0,0,0,0.35,0.768,0.671,0.671,0,0.29,0.0857 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.355 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.248 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.3 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.257 +0.333,0.154,0.154,0.217,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.251,0.251,0.0167,0,0,0,0.264,0.602,0.602,0,0,0.0857 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.171 +0.333,0.149,0.149,0.95,0,0,0,0.29,0.539,0.539,0,0,0.3 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.0428 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.41 +1,0.42,0.42,0.217,0,0,0,0.701,0.79,0.79,0,0,0.171 +1,0.523,0.523,0.733,0,0,0,0.745,0.745,0.745,0,0,0.18 +1,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.113 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.457 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.0915 +1,0.0503,0.0503,0.0167,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.351 +1,0.317,0.317,0.217,0,0,0,0.478,0.551,0.551,0,0,0.269 +1,0.402,0.402,0.0167,0,0,0,0.523,0.626,0.626,0,0,0.0857 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.337 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.0428 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.171 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.0428 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.264 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.077 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.0746 +0.667,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.333,0.154,0.154,0.217,0,0,0,0.265,0.529,0.529,0,0,0.214 +0.333,0.15,0.15,0.733,0,0,0,0.261,0.534,0.534,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.3 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.257 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.128 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.128 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.0428 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0.214 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.0428 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.0857 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.0857 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.0608 +1,0.0781,0.0781,0.25,0,0,0,0.305,0.474,0.474,0,0,0.433 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.161 +1,0.284,0.284,0.217,0,0,0,0.435,0.572,0.572,0,0,0.0968 +1,0.286,0.286,0.0167,0,0,0,0.338,0.582,0.582,0,0,0 +0.667,0.164,0.164,0,0.417,0,0,0.257,0.524,0.524,0.382,0,0 +0.333,0.16,0.16,0,0.3,0,0,0.261,0.524,0.524,0.346,0,0.0428 +0.333,0.154,0.154,0,0,0.638,0,0.265,0.529,0.529,0,0.325,0 +0.667,0.251,0.251,0,0,0.319,0.633,0.264,0.602,0.602,0,0.584,0.171 +0.333,0.149,0.149,0,0,0,0.35,0.276,0.534,0.534,0,0.495,0.335 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0.614,0 +0.667,0.249,0.249,0.233,0,0,0,0.323,0.612,0.612,0,0.801,0.171 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0.608,0.257 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0.621,0.214 +0.333,0.173,0.173,0,0.417,0,0,0.405,0.574,0.574,0.365,0.886,0.3 +0.667,0.365,0.365,0,0.55,0,0,0.583,0.652,0.652,0.458,0,0.0428 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.0857 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.0857 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0.217,0,0,0,0.261,0.524,0.524,0,0,0.0428 +0.667,0.259,0.259,0.983,0,0,0,0.271,0.592,0.592,0,0,0.0428 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.0857 +0.667,0.249,0.249,0,0,0.957,0.133,0.294,0.602,0.602,0,0.391,0.214 +0.667,0.249,0.249,0,0,0,0.6,0.316,0.592,0.592,0,0,0.128 +0.667,0.249,0.249,0,0,0,0,0.323,0.612,0.612,0,0,0.171 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.667,0.264,0.264,0.717,0,0,0,0.479,0.672,0.672,0,0,0.257 +1,0.42,0.42,0.717,0,0,0,0.701,0.79,0.79,0,0,0.569 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.6 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.0993 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.319,0.383,0.309,0.469,0.469,0,0.505,0 +1,0.0495,0.0495,0,0,0,0.35,0.305,0.464,0.464,0,0.506,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.203 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.215 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.14 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.144 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.165 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.128 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.343 +0.333,0.157,0.157,0.233,0,0,0,0.368,0.569,0.569,0,0,0.0428 +1,0.42,0.42,0,0.717,0,0,0.701,0.79,0.79,0.435,0,0.128 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0.767,0,0 +1,0.671,0.671,0.467,0,0,0,0.79,0.701,0.701,0.528,0,0.148 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.509,0,0.0428 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.0428 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0486 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.12 +1,0.228,0.228,0.0167,0,0,0,0.405,0.523,0.523,0,0,0 +1,0.402,0.402,0,0,0,0,0.523,0.626,0.626,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.0857 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.169 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.0428 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.442 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.174 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.252,0.252,0.467,0,0,0,0.375,0.632,0.632,0,0,0.385 +0.667,0.264,0.264,0.233,0,0,0,0.479,0.672,0.672,0,0,0.214 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.128 +1,0.464,0.464,0,0.717,0,0,0.613,0.622,0.622,0.718,0,0.128 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0.635,0,0.128 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0.119,0,0.295 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0827 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.139,0.139,0.983,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.284,0.284,0.717,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.168,0.168,0.233,0,0,0,0.298,0.524,0.524,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.257 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.0428 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.128 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.171 +0.667,0.296,0.296,0,0,0,0,0.553,0.682,0.682,0,0,0 +0.667,0.365,0.365,0.467,0.167,0,0,0.583,0.652,0.652,0.241,0,0.0428 +1,0.671,0.671,0,0.8,0,0,0.79,0.701,0.701,0.601,0,0.0428 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0.574,0,0.128 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.386 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.294,0.469,0.469,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.194 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.553 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.17 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0 +0.333,0.157,0.157,0.717,0,0,0,0.368,0.569,0.569,0,0,0 +0.667,0.296,0.296,1,0.667,0,0,0.553,0.682,0.682,0.577,0,0 +1,0.523,0.523,0.683,0.05,0,0,0.745,0.745,0.745,0.372,0,0.171 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.3 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.142 +1,0.227,0.227,0,0,0,0,0.391,0.509,0.509,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0899 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.157 +1,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.149 +1,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.067 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.159 +1,0.364,0.364,0,0,0,0,0.278,0.656,0.656,0,0,0.0857 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.659 +1,0.349,0.349,0,0,0,0,0.312,0.671,0.671,0,0,0.333 +1,0.348,0.348,0,0,0,0,0.345,0.656,0.656,0,0,0.143 +1,0.349,0.349,0.717,0,0.638,0,0.356,0.686,0.686,0,0.199,0 +1,0.353,0.353,0.967,0,0.319,0.633,0.434,0.715,0.715,0,0.404,0.0857 +1,0.371,0.371,0,0,0,0.35,0.59,0.775,0.775,0,0.5,0.0857 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0.585,0.385 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0.622,0.257 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0.289,0 +1,0.799,0.799,0.233,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.134 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0.0815 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.191 +1,0.168,0.168,0.717,0,0,0,0.298,0.524,0.524,0,0,0.076 +1,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +1,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.0428 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.171 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.0857 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.0857 +0.333,0.149,0.149,0.467,0,0,0,0.29,0.539,0.539,0,0,0.128 +0.667,0.252,0.252,0.967,0.167,0.638,0.133,0.375,0.632,0.632,0.243,0.0225,0.171 +1,0.371,0.371,0,0.8,0,0.6,0.59,0.775,0.775,0.304,0,0.171 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.0428 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.0428 +0.667,0.464,0.464,0.217,0,0,0,0.613,0.622,0.622,0,0,0.272 +1,0.799,0.799,0.0167,0,0,0,0.768,0.671,0.671,0,0,0.214 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0.214 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0.0857 +1,0.099,0.099,0,0,0,0,0.383,0.503,0.503,0,0,0.214 +1,0.066,0.066,0,0,0,0,0.36,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0781,0.0781,0.733,0,0,0,0.305,0.474,0.474,0,0,0.214 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.272 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.11 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.323 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.128 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0.233,0,0,0,0.276,0.534,0.534,0,0,0.324 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.228 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.0428 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.0428 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.0857 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.171 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.171 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.0857 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.246 +0.667,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.166 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.119 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.0428 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.0857 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0.0428 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.0857 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.257 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.157,0.157,0,0,0,0,0.368,0.569,0.569,0,0,0.128 +0.667,0.296,0.296,0.717,0,0,0,0.553,0.682,0.682,0,0,0.258 +1,0.523,0.523,1,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0.683,0,0,0,0.79,0.701,0.701,0,0,0.0428 +1,0.299,0.299,0,0,0,0,0.428,0.534,0.534,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.107,0.107,0,0,0,0,0.353,0.483,0.483,0,0,0.189 +1,0.317,0.317,0.233,0,0,0,0.478,0.551,0.551,0,0,0.0439 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.202 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.244 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.141 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.344 +0.667,0.259,0.259,0.233,0,0,0,0.271,0.592,0.592,0,0,0.274 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.0428 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.157,0.157,0.967,0,0,0,0.368,0.569,0.569,0,0,0.0857 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.6 +1,0.523,0.523,0.433,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.0622 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.214 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.0937 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.0636 +0.667,0.139,0.139,0.467,0,0.319,0,0.331,0.494,0.494,0,0.0225,0.143 +0.667,0.167,0.167,0,0,0.638,0.383,0.346,0.519,0.519,0,0.111,0 +0.333,0.168,0.168,0,0,0,0.6,0.298,0.524,0.524,0,0,0.46 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0,0.0428 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0,0.132 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0.0428 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.171 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.0428 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.215 +1,0.371,0.371,0.967,0,0,0,0.59,0.775,0.775,0,0,0 +1,0.42,0.42,0.233,0,0,0,0.701,0.79,0.79,0,0,0.128 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.758 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0428 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.464,0.464,0,0,0 +1,0.0511,0.0511,0,0,0,0,0.331,0.473,0.473,0,0,0.131 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.205 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.302 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0 +0.333,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.214 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0.128 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.0428 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.0428 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.343 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.128 +1,0.405,0.405,0.467,0,0,0,0.524,0.553,0.553,0,0,0.188 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.407 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.12 +1,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0.0641 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.16,0.16,0.467,0,0,0,0.261,0.524,0.524,0,0,0.128 +0.667,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.3 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.0857 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0.214 +0.667,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.16 +0.667,0.264,0.264,0,0,0,0,0.479,0.672,0.672,0,0,0.269 +0.667,0.296,0.296,0.717,0,0,0,0.553,0.682,0.682,0,0,0.451 +0.667,0.365,0.365,0,0,0,0,0.583,0.652,0.652,0,0,0.367 +0.667,0.464,0.464,0,0,0,0,0.613,0.622,0.622,0,0,0.152 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.137 +1,0.582,0.582,0,0,0,0,0.656,0.596,0.596,0,0,0.0428 +1,0.249,0.249,0,0,0,0,0.556,0.537,0.537,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0.417,0,0,0.258,0.465,0.465,0.329,0,0 +1,0.0495,0.0495,0,0.3,0,0,0.258,0.465,0.465,0.392,0,0 +1,0.167,0.167,0.217,0,0,0,0.346,0.519,0.519,0,0,0 +1,0.168,0.168,0.0167,0,0.319,0.383,0.298,0.524,0.524,0,0.347,0 +0.667,0.278,0.278,0,0,0,0.1,0.257,0.582,0.582,0,0.453,0.0428 +0.667,0.27,0.27,0,0,0,0,0.264,0.582,0.582,0,0.593,0.171 +0.667,0.259,0.259,0,0,0,0,0.271,0.592,0.592,0,0.323,0.0857 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0,0.0428 +0.667,0.249,0.249,0,0,0,0,0.294,0.602,0.602,0,0,0.171 +0.667,0.249,0.249,0,0,0,0,0.316,0.592,0.592,0,0,0.0428 +0.667,0.149,0.149,0.217,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.151,0.151,0.5,0,0,0,0.316,0.549,0.549,0,0,0.385 +1,0.371,0.371,0,0,0,0,0.59,0.775,0.775,0,0,0.214 +1,0.42,0.42,0,0.667,0,0,0.701,0.79,0.79,0.528,0,0.0428 +1,0.523,0.523,0,0.05,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.0857 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.0428 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.334 +1,0.183,0.183,0,0,0,0,0.457,0.513,0.513,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.156 +1,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.081 +0.667,0.167,0.167,0,0.717,0,0,0.346,0.519,0.519,0.747,0,0.197 +0.667,0.286,0.286,0,0,0.319,0.633,0.338,0.582,0.582,0.124,0.841,0 +0.333,0.164,0.164,0,0,0,0.35,0.257,0.524,0.524,0,0.596,0.171 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0.441,0.0428 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0.302,0 +0.333,0.15,0.15,0,0,0,0,0.261,0.534,0.534,0,0.46,0.0428 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.779,0.171 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.602,0.128 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0.441,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.264,0.264,0.967,0,0,0,0.479,0.672,0.672,0,0,0.0428 +1,0.42,0.42,1,0,0,0,0.701,0.79,0.79,0,0,0.257 +1,0.523,0.523,0.683,0,0,0,0.745,0.745,0.745,0,0,0 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.128 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.152 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.511 +0.667,0.167,0.167,0,0,0,0,0.346,0.519,0.519,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.164,0.164,0,0,0.319,0,0.257,0.524,0.524,0,0.272,0.128 +0.333,0.16,0.16,0,0,0.319,0.633,0.261,0.524,0.524,0,0.523,0.214 +0.667,0.259,0.259,0,0,0,0.1,0.271,0.592,0.592,0,0.376,0.0428 +0.667,0.251,0.251,0,0,0,0,0.264,0.602,0.602,0,0.574,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0.568,0.0428 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0.305,0.0857 +0.333,0.149,0.149,0,0,0.319,0,0.29,0.539,0.539,0,0.116,0.0428 +0.667,0.252,0.252,0.467,0,0.319,0.633,0.375,0.632,0.632,0,0,0 +0.667,0.264,0.264,0.733,0,0,0.35,0.479,0.672,0.672,0,0,0.334 +1,0.42,0.42,0,0,0.638,0,0.701,0.79,0.79,0,0.435,0.429 +1,0.523,0.523,0,0,0.319,0.633,0.745,0.745,0.745,0,0.253,0.128 +1,0.671,0.671,0,0,0,0.1,0.79,0.701,0.701,0,0,0.0428 +1,0.549,0.549,0,0,0,0,0.598,0.602,0.602,0,0,0.214 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0.257 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.102 +1,0.228,0.228,0,0,0,0,0.405,0.523,0.523,0,0,0.0715 +0.667,0.284,0.284,0,0,0,0,0.435,0.572,0.572,0,0,0.282 +0.667,0.286,0.286,0,0,0,0,0.338,0.582,0.582,0,0,0.162 +0.333,0.164,0.164,0,0,0,0,0.257,0.524,0.524,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.276,0.534,0.534,0,0,0.257 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.316,0.549,0.549,0,0,0.0428 +0.333,0.157,0.157,0.233,0,0,0,0.368,0.569,0.569,0,0,0.0428 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.0857 +1,0.671,0.671,0.467,0,0,0,0.79,0.701,0.701,0,0,0.248 +1,0.799,0.799,0.25,0.417,0,0,0.768,0.671,0.671,0.407,0,0.427 +1,0.582,0.582,0,0.3,0,0,0.656,0.596,0.596,0.467,0,0.0857 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0977 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.136 +0.667,0.0781,0.0781,0,0,0,0,0.305,0.474,0.474,0,0,0.0806 +0.667,0.139,0.139,0,0,0,0,0.331,0.494,0.494,0,0,0.24 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.168,0.168,0,0,0,0,0.298,0.524,0.524,0,0,0.229 +0.667,0.278,0.278,0,0,0,0,0.257,0.582,0.582,0,0,0.243 +0.333,0.16,0.16,0,0,0,0,0.261,0.524,0.524,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.265,0.529,0.529,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.149,0.149,0,0,0,0,0.287,0.529,0.529,0,0,0.128 +0.333,0.149,0.149,0,0,0,0,0.29,0.539,0.539,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.375,0.632,0.632,0,0,0.144 +0.667,0.264,0.264,0.467,0,0,0,0.479,0.672,0.672,0,0,0.22 +1,0.42,0.42,0,0,0,0,0.701,0.79,0.79,0,0,0.0572 +1,0.523,0.523,0,0,0,0,0.745,0.745,0.745,0,0,0.581 +1,0.671,0.671,0,0,0,0,0.79,0.701,0.701,0,0,0.293 +1,0.799,0.799,0,0,0,0,0.768,0.671,0.671,0,0,0.226 +1,0.405,0.405,0,0,0,0,0.524,0.553,0.553,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0857 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.315 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.104 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.357 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.112 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0.0857 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.171 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.171 +0.667,0.263,0.263,0.467,0,0,0,0.228,0.511,0.511,0,0,0.0428 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.0857 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.0857 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0 +0.667,0.235,0.235,0.717,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,1,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,0.883,0,0.319,0,0.327,0.552,0.552,0,0.0932,0.0428 +1,0.247,0.247,0,0,0.638,0.383,0.413,0.585,0.585,0,0.879,0.0428 +1,0.384,0.384,0,0,0,0.333,0.584,0.658,0.658,0,0,0.32 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.214 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.171 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.245 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.128 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.3 +0.667,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +0.667,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.128 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.0857 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.171 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.128 +1,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0 +1,0.235,0.235,0.467,0,0,0,0.259,0.528,0.528,0,0,0.149 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0.0677 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0.363 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.128 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.128 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.214 +1,0.467,0.467,0.217,0,0,0,0.621,0.621,0.621,0,0,0.48 +1,0.413,0.413,0.483,0,0,0,0.525,0.544,0.544,0,0,0.0428 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.219,0.219,0,0.7,0,0,0.354,0.476,0.476,0.683,0,0.0428 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0.112,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.238 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.218 +0.667,0.162,0.162,0.217,0,0,0,0.277,0.488,0.488,0,0,0.128 +0.333,0.156,0.156,0.483,0,0,0,0.243,0.488,0.488,0,0,0.385 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.257 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.142,0.142,0.467,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.247,0.247,0,0.7,0,0,0.413,0.585,0.585,0.506,0,0 +0.667,0.273,0.273,0,0.7,0,0,0.475,0.594,0.594,0.582,0,0.0857 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0.598,0,0.0857 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0.154,0,0.0428 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.303 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.0543 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.145 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0.7,0,0,0,0.283,0.447,0.447,0,0,0.298 +1,0.222,0.222,0.217,0,0.957,0,0.352,0.461,0.461,0,0.309,0 +0.667,0.277,0.277,1,0,0,0.883,0.376,0.503,0.503,0,0.54,0 +0.667,0.274,0.274,0.433,0,0,0.0833,0.296,0.511,0.511,0,0.14,0.0428 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.257 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.0428 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.238,0.238,0.217,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.345,0.345,0.0167,0,0,0,0.491,0.646,0.646,0,0,0.171 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.257 +1,0.328,0.328,0.217,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.595,0.595,1,0,0,0,0.658,0.583,0.583,0,0,0.0857 +1,0.726,0.726,0.2,0,0,0,0.639,0.559,0.559,0,0,0.296 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.224 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.206 +0.667,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.315 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.163,0.163,0.233,0,0,0,0.317,0.484,0.484,0,0,0.0428 +0.667,0.274,0.274,0,0.917,0,0,0.296,0.511,0.511,0.732,0,0.404 +0.333,0.156,0.156,0,0.0167,0,0,0.243,0.488,0.488,0.576,0,0.0857 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0.297,0,0.3 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.0428 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.257 +0.333,0.142,0.142,0,0,0.319,0,0.258,0.496,0.496,0,0.0193,0.0428 +0.667,0.142,0.142,0,0,0,0.883,0.268,0.492,0.492,0,0.709,0.128 +0.667,0.142,0.142,0,0,0,0.0833,0.271,0.501,0.501,0,0,0 +0.667,0.144,0.144,0.217,0,0,0,0.292,0.509,0.509,0,0,0.214 +1,0.345,0.345,0.0167,0,0,0,0.491,0.646,0.646,0,0,0.343 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.0428 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.128 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0863 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.083 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.414 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.211 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0.0857 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.0428 +0.667,0.235,0.235,0.217,0,0,0,0.284,0.536,0.536,0,0,0.0857 +1,0.332,0.332,0.483,0,0,0,0.361,0.596,0.596,0,0,0.0428 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.0857 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.214 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.0981 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.359 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.116 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.234 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.179 +0.667,0.136,0.136,0,0.917,0.638,0.383,0.305,0.463,0.463,0.484,0.0322,0 +0.667,0.163,0.163,0.217,0.0167,0,0.817,0.317,0.484,0.484,0,0,0 +0.333,0.162,0.162,0.483,0,0,0,0.277,0.488,0.488,0,0,0.0428 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.343 +0.667,0.256,0.256,0.467,0,0,0,0.234,0.511,0.511,0,0,0.231 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0 +0.333,0.143,0.143,0,0.667,0,0,0.246,0.496,0.496,0.557,0,0 +0.667,0.235,0.235,0,0.0333,0,0,0.259,0.528,0.528,0.0679,0,0.0857 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.238,0.238,0.233,0,0,0,0.327,0.552,0.552,0,0,0.0857 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.171 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.171 +1,0.467,0.467,0,0,0.319,0.233,0.621,0.621,0.621,0,0.428,0.128 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0.375,0.0428 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0.45,0 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0.0884,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.181 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0729 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.133 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.296 +1,0.274,0.274,0.467,0,0,0,0.296,0.511,0.511,0,0,0.205 +1,0.37,0.37,0,0,0,0,0.213,0.534,0.534,0,0,0.517 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.392 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.24 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0.362 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0.104 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0.337 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.214 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +0.667,0.161,0.161,0,0,0,0,0.366,0.53,0.53,0,0,0 +0.667,0.328,0.328,0.717,0,0.638,0,0.5,0.569,0.569,0,0.251,0.214 +1,0.595,0.595,0.217,0,0.319,0.233,0.658,0.583,0.583,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.0857 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.128 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.263,0.263,0.25,0,0.638,0.383,0.228,0.511,0.511,0,0.386,0 +1,0.359,0.359,0,0,0,0.333,0.222,0.534,0.534,0,0.595,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0.492,0.214 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0.842,0 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0.608,0 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0.412,0.0857 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0.128 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.385 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.0857 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.0857 +1,0.467,0.467,0.967,0,0,0,0.621,0.621,0.621,0,0,0.214 +0.667,0.413,0.413,0.217,0,0,0,0.525,0.544,0.544,0,0,0.128 +0.667,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +0.667,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.0857 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0428 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0768,0.0768,0,0,0.319,0.133,0.283,0.447,0.447,0,0.204,0 +1,0.136,0.136,0,0,0,0.583,0.305,0.463,0.463,0,0.741,0.185 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0.297,0.109 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.108 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0,0.186 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0.432 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.151 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.156 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.3 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.118 +0.667,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.171 +0.667,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0.257 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.214 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.214 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.128 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.214 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.171 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.274,0.443,0.443,0,0,0.258 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.0495,0.0495,0,0,0.638,0.133,0.258,0.465,0.465,0,0.606,0.161 +0.667,0.274,0.274,0,0,0,0.583,0.296,0.511,0.511,0,0.744,0.604 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.362,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.0788,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.0857 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.3 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.0428 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.128 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.0857 +0.667,0.238,0.238,0.217,0,0,0,0.327,0.552,0.552,0,0,0.171 +1,0.345,0.345,0.0167,0.167,0,0,0.491,0.646,0.646,0.248,0,0.258 +1,0.384,0.384,0.217,0.533,0,0,0.584,0.658,0.658,0.649,0,0.0894 +1,0.467,0.467,1,0,0,0,0.621,0.621,0.621,0,0,0.0428 +1,0.595,0.595,0.667,0,0,0,0.658,0.583,0.583,0,0,0.215 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.0428 +0.667,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0546 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.0663 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.157 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.214 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.171 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.0857 +0.333,0.144,0.144,0.7,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.247,0.247,0,0.667,0,0,0.413,0.585,0.585,0.713,0,0.214 +0.667,0.273,0.273,0.233,0.0333,0,0,0.475,0.594,0.594,0,0,0.0428 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.0857 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.101 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0.319 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.21 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.147 +0.333,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0.199 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.338 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.126 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.0992 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.257 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.128 +0.667,0.235,0.235,0,0,0.638,0.383,0.259,0.528,0.528,0,0.416,0.0428 +0.667,0.235,0.235,0.217,0,0,0.817,0.277,0.519,0.519,0,0.405,0.14 +1,0.328,0.328,0.0167,0,0,0,0.297,0.571,0.571,0,0.482,0.0857 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.0428 +0.667,0.148,0.148,0.467,0,0,0,0.336,0.525,0.525,0,0,0.428 +1,0.273,0.273,0,0.167,0,0,0.475,0.594,0.594,0.302,0,0.0857 +1,0.328,0.328,0,0.533,0,0,0.5,0.569,0.569,0.406,0,0.0428 +1,0.413,0.413,0.467,0,0,0,0.525,0.544,0.544,0,0,0.0428 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.211 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.274,0.274,0,0,0.319,0.383,0.296,0.511,0.511,0,0.421,0.293 +0.333,0.156,0.156,0,0,0,0.333,0.243,0.488,0.488,0,0.616,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0.759,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.278,0.171 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.342,0.128 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.556,0.0857 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.212,0.0428 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.258 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.343 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.0428 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.23 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.214 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.3 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.289 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0.717,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.136,0.136,1,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.163,0.163,0.883,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.162,0.162,0.217,0,0.319,0,0.277,0.488,0.488,0,0.195,0.171 +1,0.156,0.156,0.25,0,0,0.483,0.243,0.488,0.488,0,0.212,0.471 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.0987 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.109 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.493 +0.667,0.235,0.235,0,0.417,0,0,0.259,0.528,0.528,0.307,0,0.013 +0.667,0.235,0.235,0,0.283,0,0,0.277,0.519,0.519,0.611,0,0.0428 +0.667,0.235,0.235,0.233,0,0,0,0.284,0.536,0.536,0.278,0,0.0857 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.214 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.128 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0.343 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.0428 +1,0.726,0.726,0,0.667,0,0,0.639,0.559,0.559,0.606,0,0.0857 +1,0.557,0.557,0,0.0333,0,0,0.547,0.497,0.497,0.411,0,0.0857 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0.0857 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0.266 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.263,0.263,0.217,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.153,0.153,0.717,0,0,0,0.246,0.488,0.488,0,0,0.257 +1,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0,0.128 +0.667,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.128 +0.667,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.0428 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.214 +0.333,0.142,0.142,0.7,0,0,0,0.271,0.501,0.501,0,0,0.0428 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.171 +0.333,0.148,0.148,0,0,0,0,0.336,0.525,0.525,0,0,0.171 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.0428 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.269 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0834 +1,0.136,0.136,0,0,0,0,0.305,0.463,0.463,0,0,0.132 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.128 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.442 +0,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.143,0.143,0.0167,0,0,0,0.246,0.496,0.496,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.428 +0.333,0.144,0.144,0.217,0,0,0,0.292,0.509,0.509,0,0,0.214 +0.667,0.247,0.247,0.0167,0,0,0,0.413,0.585,0.585,0,0,0.128 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0 +1,0.467,0.467,0,0.917,0,0,0.621,0.621,0.621,0.664,0,0.0428 +0.667,0.413,0.413,0,0.0167,0,0,0.525,0.544,0.544,0,0,0.238 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.098 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.215 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0.193 +1,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0.121 +1,0.0768,0.0768,0.217,0,0,0,0.283,0.447,0.447,0,0,0.116 +1,0.222,0.222,0.0167,0,0,0,0.352,0.461,0.461,0,0,0.0582 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.0428 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.0428 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0,0.214 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.0428 +0.667,0.247,0.247,0.217,0,0,0,0.413,0.585,0.585,0,0,0.327 +1,0.384,0.384,1,0,0,0,0.584,0.658,0.658,0,0,0.128 +1,0.467,0.467,0.433,0,0,0,0.621,0.621,0.621,0,0,0.257 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.29 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.0896 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.461 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.145 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.394 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.136 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.442 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.0827 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0.319,0,0.258,0.496,0.496,0,0.106,0 +0.333,0.142,0.142,0,0,0.319,0.233,0.268,0.492,0.492,0,0.386,0.171 +0.333,0.142,0.142,0.217,0,0,0,0.271,0.501,0.501,0,0.394,0 +0.333,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0.0428 +1,0.345,0.345,0.667,0.417,0,0,0.491,0.646,0.646,0.501,0,0.171 +1,0.384,0.384,0,0.283,0,0,0.584,0.658,0.658,0.593,0,0.0857 +1,0.467,0.467,0,0,0.638,0.233,0.621,0.621,0.621,0.409,0.199,0.128 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.132 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.428 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.283,0.438,0.438,0,0,0.343 +1,0.05,0.05,1,0,0,0,0.274,0.443,0.443,0,0,0.116 +1,0.0768,0.0768,0.433,0,0,0,0.283,0.447,0.447,0,0,0.149 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.58 +0.667,0.163,0.163,0.933,0,0,0,0.317,0.484,0.484,0,0,0.357 +0.667,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.0428 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.386 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0.193 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.144,0.144,0,0,0,0,0.292,0.509,0.509,0,0,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.0428 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.0428 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.0857 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.301 +0.667,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.0715 +0.667,0.274,0.274,0,0,0.957,0,0.296,0.511,0.511,0,0.519,0.0796 +0.667,0.263,0.263,0,0,0,0.717,0.228,0.511,0.511,0,0.51,0.14 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.807,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0.711,0.0857 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0.445,0.0857 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0.45,0.257 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0.735,0.0857 +0.333,0.142,0.142,0,0,0,0,0.271,0.501,0.501,0,0.0579,0.214 +0,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0.3 +1,0.345,0.345,0,0.167,0,0,0.491,0.646,0.646,0.263,0,0 +1,0.384,0.384,0,0.767,0,0,0.584,0.658,0.658,0.331,0,0.0428 +1,0.467,0.467,0.467,0,0,0,0.621,0.621,0.621,0,0,0.348 +1,0.595,0.595,0,0.667,0,0,0.658,0.583,0.583,0.676,0,0.214 +1,0.275,0.275,0,0.0333,0,0,0.385,0.496,0.496,0.244,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.162 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.168 +1,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0,0 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.234,0.528,0.528,0,0,0.128 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.142,0.142,0.717,0,0,0,0.271,0.501,0.501,0,0,0.128 +0.667,0.144,0.144,1,0,0,0,0.292,0.509,0.509,0,0,0.343 +0.667,0.148,0.148,0.65,0,0,0,0.336,0.525,0.525,0,0,0.385 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.385 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0,0.214 +1,0.595,0.595,0,0,0,0,0.658,0.583,0.583,0,0,0.17 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0,0.0428 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.195 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.258 +1,0.359,0.359,0,0,0,0,0.222,0.534,0.534,0,0,0.278 +1,0.343,0.343,0,0,0,0,0.232,0.546,0.546,0,0,0.174 +1,0.331,0.331,0,0,0,0,0.222,0.559,0.559,0,0,0.0629 +1,0.328,0.328,0,0,0,0,0.259,0.559,0.559,0,0,0.321 +1,0.327,0.327,0,0,0,0,0.287,0.546,0.546,0,0,0.419 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.214 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0,0.219 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.231 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.171 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.0857 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.0857 +0.667,0.501,0.501,0,0.7,0,0,0.512,0.528,0.528,0.677,0,0.0428 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0.0428 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.957,0,0.258,0.465,0.465,0,0.342,0 +1,0.222,0.222,0.233,0,0,0.883,0.352,0.461,0.461,0,0.404,0.18 +1,0.39,0.39,0,0,0,0.0833,0.436,0.521,0.521,0,0.334,0.0856 +1,0.387,0.387,0,0,0,0,0.315,0.534,0.534,0,0.648,0.17 +0.667,0.263,0.263,0,0,0,0,0.228,0.511,0.511,0,0.481,0.214 +0.667,0.256,0.256,0,0,0,0,0.234,0.511,0.511,0,0.814,0 +0.667,0.245,0.245,0,0,0,0,0.24,0.519,0.519,0,0.68,0.214 +0.667,0.237,0.237,0.217,0,0,0,0.234,0.528,0.528,0,0.842,0.171 +0.667,0.235,0.235,0.25,0,0,0,0.259,0.528,0.528,0,0.797,0.128 +0.667,0.235,0.235,0,0,0,0,0.277,0.519,0.519,0,0.389,0 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0.523,0.25 +0.667,0.238,0.238,0,0,0,0,0.327,0.552,0.552,0,0.593,0.0857 +1,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0,0.0428 +1,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.128 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.0428 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.0857 +1,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.106 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.208 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.408 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0.133 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.0982 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.142,0.142,0,0,0.638,0,0.258,0.496,0.496,0,0.246,0.416 +0.333,0.142,0.142,0,0,0.319,0.633,0.268,0.492,0.492,0,0.643,0.112 +0.333,0.142,0.142,0,0,0,0.333,0.271,0.501,0.501,0,0.514,0 +0.333,0.144,0.144,0.233,0,0,0,0.292,0.509,0.509,0,0.709,0 +0.667,0.247,0.247,0,0,0,0,0.413,0.585,0.585,0,0.394,0.0857 +0.667,0.273,0.273,0,0,0,0,0.475,0.594,0.594,0,0,0.385 +0.667,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.0857 +0.667,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.0428 +0.667,0.275,0.275,0.233,0,0,0,0.385,0.496,0.496,0,0,0.277 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.344 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.28 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.717,0.417,0,0,0.258,0.465,0.465,0.302,0,0 +1,0.0768,0.0768,0.933,0.517,0,0,0.283,0.447,0.447,0.0934,0,0.0858 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.44 +0.667,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.171 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.214 +0.333,0.153,0.153,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.0857 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.194 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.13 +1,0.345,0.345,0,0.417,0,0,0.491,0.646,0.646,0.436,0,0.3 +1,0.384,0.384,0.717,0.517,0,0,0.584,0.658,0.658,0.431,0,0.0857 +1,0.467,0.467,0.217,0,0.319,0.383,0.621,0.621,0.621,0.374,0.542,0.3 +1,0.595,0.595,0,0,0,0.333,0.658,0.583,0.583,0,0.547,0.343 +1,0.726,0.726,0,0,0,0,0.639,0.559,0.559,0,0.65,0.128 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.0857 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.257 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0.425 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0.098 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.155 +1,0.0768,0.0768,0.217,0,0,0,0.283,0.447,0.447,0,0,0.126 +1,0.136,0.136,0.0167,0,0,0,0.305,0.463,0.463,0,0,0.0303 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0.227 +0.667,0.274,0.274,0,0,0,0,0.296,0.511,0.511,0,0,0.323 +0.333,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.4 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.245,0.245,0.467,0,0,0,0.24,0.519,0.519,0,0,0.0428 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.257 +0.333,0.142,0.142,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.0615 +0.667,0.235,0.235,0,0,0,0,0.284,0.536,0.536,0,0,0.0857 +0.667,0.238,0.238,0.467,0,0,0,0.327,0.552,0.552,0,0,0.128 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.171 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.128 +1,0.328,0.328,0,0,0,0,0.5,0.569,0.569,0,0,0.0857 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.0428 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.128 +1,0.219,0.219,0,0,0,0,0.354,0.476,0.476,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.282 +1,0.0768,0.0768,0,0,0,0,0.283,0.447,0.447,0,0,0.035 +1,0.222,0.222,0,0,0,0,0.352,0.461,0.461,0,0,0.257 +1,0.277,0.277,0,0,0,0,0.376,0.503,0.503,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.277,0.488,0.488,0,0,0.257 +0.333,0.156,0.156,0.217,0,0,0,0.243,0.488,0.488,0,0,0.0999 +0.333,0.153,0.153,0.25,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.249,0.492,0.492,0,0,0.343 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.144,0.144,0.25,0,0.638,0,0.292,0.509,0.509,0,0.199,0.0857 +0.667,0.247,0.247,0,0,0,0.233,0.413,0.585,0.585,0,0.412,0 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0.754,0 +1,0.467,0.467,0,0,0,0,0.621,0.621,0.621,0,0.473,0.0857 +1,0.413,0.413,0,0,0,0,0.525,0.544,0.544,0,0,0.0857 +1,0.501,0.501,0,0,0,0,0.512,0.528,0.528,0,0,0.237 +1,0.388,0.388,0,0,0,0,0.45,0.486,0.486,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.163,0.163,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.156,0.156,0,0,0,0,0.243,0.488,0.488,0,0,0.0715 +1,0.256,0.256,0,0,0.319,0,0.234,0.511,0.511,0,0.254,0.18 +1,0.343,0.343,0,0,0.319,0.483,0.232,0.546,0.546,0,0.325,0.0932 +0.333,0.143,0.143,0,0,0,0,0.246,0.496,0.496,0,0,0.0428 +0.667,0.235,0.235,0,0,0,0,0.259,0.528,0.528,0,0,0.0428 +0.667,0.142,0.142,0,0,0,0,0.268,0.492,0.492,0,0,0.171 +1,0.328,0.328,0,0,0,0,0.297,0.571,0.571,0,0,0 +1,0.332,0.332,0,0,0,0,0.361,0.596,0.596,0,0,0.0857 +1,0.345,0.345,0,0,0,0,0.491,0.646,0.646,0,0,0.0428 +1,0.384,0.384,0,0,0,0,0.584,0.658,0.658,0,0,0.0857 +0.667,0.189,0.189,0,0,0,0,0.379,0.517,0.517,0,0,0 +0.667,0.231,0.231,0,0,0,0,0.391,0.505,0.505,0,0,0.343 +0.667,0.275,0.275,0,0,0,0,0.385,0.496,0.496,0,0,0.343 +1,0.557,0.557,0,0,0,0,0.547,0.497,0.497,0,0,0.0428 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0715 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.138 +0.667,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.257 +0.667,0.154,0.154,0.05,0,0,0,0.242,0.487,0.487,0,0,0.214 +0.333,0.0495,0.0495,0.183,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.667,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.0857 +0.667,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.171 +0.667,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0.0968,0,0.214 +0.667,0.14,0.14,0,0.683,0,0,0.27,0.499,0.499,0.71,0,0 +0.667,0.233,0.233,0.3,0,0,0,0.325,0.549,0.549,0.587,0,0.257 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0.062,0,0.171 +0.667,0.268,0.268,0.333,0,0,0,0.472,0.591,0.591,0,0,0.514 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.0428 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.0428 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.0436 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.171 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0658 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.188 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.333,0.15,0.15,0,0,0.66,0.367,0.245,0.487,0.487,0,0.616,0 +0.333,0.145,0.145,0,0,0,0.55,0.248,0.491,0.491,0,0.232,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.0857 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.343 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.244 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.0963 +1,0.338,0.338,0.467,0,0,0,0.488,0.641,0.641,0,0,0.257 +1,0.377,0.377,0.7,0,0.319,0.633,0.58,0.653,0.653,0,0.416,0 +1,0.461,0.461,0,0,0,0.283,0.616,0.616,0.616,0,0.397,0.335 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.469 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.147 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.261 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.0857 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.175 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.103 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.141,0.141,0,0.667,0,0,0.291,0.507,0.507,0.559,0,0.434 +1,0.338,0.338,0.467,0.0167,0,0,0.488,0.641,0.641,0.132,0,0.0827 +1,0.377,0.377,0.233,0,0,0,0.58,0.653,0.653,0,0,0.0962 +1,0.461,0.461,0,0,0.957,0,0.616,0.616,0.616,0,0.256,0.168 +1,0.59,0.59,0,0,0.0426,0.683,0.653,0.579,0.579,0,0.764,0.154 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.524,0.29 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0.297,0.228 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0.379,0.214 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0601 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.34 +0.667,0.162,0.162,0.467,0,0,0,0.316,0.483,0.483,0,0,0.0653 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.257 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.0428 +0.333,0.141,0.141,0,0,0.319,0,0.245,0.495,0.495,0,0.0932,0.0857 +0.667,0.23,0.23,0,0,0.681,0.35,0.258,0.525,0.525,0,0.977,0 +0.667,0.23,0.23,0,0,0,0.333,0.276,0.517,0.517,0,0.508,0.0857 +0.333,0.14,0.14,0.217,0,0,0,0.27,0.499,0.499,0,0.153,0.171 +0.667,0.233,0.233,0.483,0,0,0,0.325,0.549,0.549,0,0,0.443 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.0428 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.0428 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.0428 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.0428 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.0857 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0646 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.171 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.0428 +0.333,0.14,0.14,0,0,0.66,0.117,0.258,0.495,0.495,0,0.318,0.0428 +0.333,0.14,0.14,0,0,0,0.567,0.267,0.491,0.491,0,0.453,0.0857 +0.333,0.14,0.14,0.217,0,0,0,0.27,0.499,0.499,0,0.0225,0.0428 +0.667,0.233,0.233,0.95,0,0,0,0.325,0.549,0.549,0,0,0.128 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.171 +1,0.377,0.377,0,0.667,0,0,0.58,0.653,0.653,0.475,0,0.343 +1,0.461,0.461,0,0.25,0,0,0.616,0.616,0.616,0.195,0,0.0428 +1,0.59,0.59,0,0.167,0,0,0.653,0.579,0.579,0.261,0,0.0857 +1,0.273,0.273,0,0.75,0,0,0.383,0.495,0.495,0.569,0,0.0428 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.135 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.229 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0.217,0,0,0,0.282,0.446,0.446,0,0,0.0465 +0.667,0.135,0.135,0.717,0,0,0,0.304,0.462,0.462,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.0428 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.0857 +0.333,0.145,0.145,0.217,0,0,0,0.248,0.491,0.491,0,0,0.277 +0.667,0.232,0.232,0.483,0.683,0,0,0.233,0.525,0.525,0.533,0,0.128 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.0857 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.216 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.0857 +1,0.377,0.377,0,0.417,0,0,0.58,0.653,0.653,0.479,0,0.171 +1,0.461,0.461,0,0.5,0,0,0.616,0.616,0.616,0.534,0,0.0857 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.551,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0.706,0,0.122 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.0913 +1,0.16,0.16,0.3,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.258,0.258,1,0,0,0,0.227,0.508,0.508,0,0,0 +0.667,0.25,0.25,1,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.24,0.24,0.75,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.257 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.214 +0,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.0857 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.771 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.128 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.126 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.355 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.0857 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0.0857 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.16,0.16,0.167,0,0,0,0.276,0.487,0.487,0,0,0 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.0642 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.166 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.214 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0.171 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.0857 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.214 +0.667,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.0857 +1,0.146,0.146,0,0,0,0,0.334,0.524,0.524,0,0,0.0857 +1,0.159,0.159,0,0,0,0,0.365,0.528,0.528,0,0,0.0857 +1,0.187,0.187,0,0,0,0,0.377,0.516,0.516,0,0,0.257 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0.128 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.0428 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.125 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.0956 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.22,0.22,0.467,0,0,0,0.35,0.459,0.459,0,0,0.407 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.157 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.296 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.136 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.0428 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.171 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.128 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.0857 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.128 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.0943 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.171 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.0428 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.214 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0.957,0,0.282,0.446,0.446,0,0.585,0.0489 +1,0.22,0.22,0,0,0.0426,0.45,0.35,0.459,0.459,0,0.633,0.247 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.162 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.385 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.141,0.141,0,0.167,0,0,0.291,0.507,0.507,0.265,0,0 +0.333,0.146,0.146,0,0.75,0,0,0.334,0.524,0.524,0.416,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0.608,0,0 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.608,0,0.0857 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.48,0,0.343 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.0428 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.0887 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.188 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.155 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.148 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.296 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0.333,0.14,0.14,0.217,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.233,0.233,0.483,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.338,0.338,0,0.683,0,0,0.488,0.641,0.641,0.64,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.153 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.728 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.64 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.154 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.125 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.187 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0844 +0.333,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.14,0.14,0,0,0.319,0,0.267,0.491,0.491,0,0.246,0 +0.333,0.14,0.14,0,0,0.34,0.45,0.27,0.499,0.499,0,0.145,0.0857 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0.598,0.171 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0.367,0.337 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0.532,0.642 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0.338,0.128 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0.367,0.128 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0.534,0.128 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0.503,0.128 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.244 +0.667,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.121 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.2 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.15,0.15,0,0,1,0.1,0.245,0.487,0.487,0,0.685,0.0428 +0.333,0.145,0.145,0.717,0,0,1,0.248,0.491,0.491,0,0.201,0.214 +0.333,0.141,0.141,0.917,0,0,0.05,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.0857 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.0857 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.128 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.128 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.257 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.0428 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.0428 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.246 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.535 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.255 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.377 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.498 +1,0.162,0.162,0.233,0,0,0,0.316,0.483,0.483,0,0,0.148 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.235 +1,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.146 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0.23 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0,0,0.414 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.333,0.14,0.14,0.05,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.23,0.23,0.183,0,0,0,0.282,0.533,0.533,0,0,0.214 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0,0.3 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.0857 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.0428 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.0857 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.145 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0683 +1,0.162,0.162,0,0.683,0,0,0.316,0.483,0.483,0.581,0,0.0941 +1,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.254 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.145 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.343 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.171 +0.667,0.232,0.232,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0,0.171 +0.667,0.14,0.14,0.3,0,0,0,0.27,0.499,0.499,0,0,0 +1,0.324,0.324,1,0,0,0,0.359,0.592,0.592,0,0,0.128 +1,0.338,0.338,0.1,0,0,0,0.488,0.641,0.641,0,0,0.0857 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.0857 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.389 +1,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.379 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.145 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.394 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0973 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.0428 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.0428 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.0428 +1,0.324,0.324,0.217,0,0,0,0.359,0.592,0.592,0,0,0.171 +0.667,0.242,0.242,1,0,0,0,0.411,0.582,0.582,0,0,0.128 +1,0.377,0.377,0.183,0,0,0,0.58,0.653,0.653,0,0,0.319 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.128 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.39 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.187 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0.166 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.204 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.196 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.145,0.145,0.483,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.171 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.0428 +0.667,0.242,0.242,0.967,0,0,0,0.411,0.582,0.582,0,0,0.3 +1,0.377,0.377,0.2,0.667,0,0,0.58,0.653,0.653,0.684,0,0.128 +1,0.461,0.461,0,0.0167,0,0,0.616,0.616,0.616,0.375,0,0.0428 +1,0.23,0.23,0,0,0,0,0.39,0.503,0.503,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.231 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.108 +1,0.162,0.162,0,0,0,0,0.316,0.483,0.483,0,0,0.273 +0.667,0.16,0.16,0.233,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.0428 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.0857 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.214 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.0857 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.0428 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0.0857 +0.333,0.146,0.146,0.217,0,0,0,0.334,0.524,0.524,0,0,0.3 +0.667,0.268,0.268,0.717,0,0,0,0.472,0.591,0.591,0,0,0.177 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.178 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.393 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0.235 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.183 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.201 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.328 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.717,0,0,0,0.258,0.465,0.465,0,0,0.0436 +0.667,0.232,0.232,0.683,0,0,0,0.233,0.525,0.525,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.214 +0.333,0.141,0.141,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.146,0.146,0.467,0,0,0,0.334,0.524,0.524,0,0,0.257 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.128 +1,0.461,0.461,0,0.167,0,0,0.616,0.616,0.616,0.374,0,0.334 +0.667,0.41,0.41,0,0.75,0,0,0.521,0.541,0.541,0.309,0,0.194 +0.667,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.304 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,1,0.1,0.258,0.465,0.465,0,0.691,0 +1,0.0763,0.0763,0,0,0,0.817,0.282,0.446,0.446,0,0.939,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0.158,0.246 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.131 +0.667,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0.247 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.197 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.3 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.128 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.257 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.0857 +0.333,0.14,0.14,0,0,0.66,0.117,0.267,0.491,0.491,0,0.00965,0.0857 +0.667,0.23,0.23,0,0,0,0.333,0.282,0.533,0.533,0,0,0 +1,0.324,0.324,0.217,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,1,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.377,0.377,0.183,0,0,0,0.58,0.653,0.653,0,0,0.342 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.273 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.165 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.0689 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.3,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.27,0.27,1,0,0.106,0,0.294,0.508,0.508,0,0.138,0 +1,0.258,0.258,1,0,0.553,0.45,0.227,0.508,0.508,0,0.678,0 +0.667,0.25,0.25,0.75,0,0,0.467,0.233,0.508,0.508,0,0.447,0 +0.667,0.24,0.24,0,0,0,0,0.239,0.517,0.517,0.112,0.441,0 +0.667,0.232,0.232,0,0.683,0,0,0.233,0.525,0.525,0.603,0,0.0857 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0.688,0,0.0857 +0.667,0.23,0.23,0,0,0.426,0,0.276,0.517,0.517,0.615,0.19,0.385 +0.667,0.23,0.23,0,0,0.234,0.45,0.282,0.533,0.533,0,0.781,0.0428 +1,0.324,0.324,0,0,0,0,0.359,0.592,0.592,0,0.555,0 +1,0.338,0.338,0,0,0,0,0.488,0.641,0.641,0,0,0.214 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.081 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.251 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.509 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.295 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.0428 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.292 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.258,0.258,0.233,0,0,0,0.227,0.508,0.508,0,0,0.0963 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0,0.166 +0.667,0.24,0.24,0.05,0,0,0,0.239,0.517,0.517,0,0,0 +0.333,0.141,0.141,0.883,0,0,0,0.245,0.495,0.495,0,0,0.0428 +1,0.32,0.32,0,0,0.319,0.45,0.258,0.555,0.555,0,0.355,0 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0.482,0.343 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0.228,0.3 +1,0.324,0.324,0.3,0,0,0,0.359,0.592,0.592,0,0,0 +1,0.338,0.338,0.167,0,0,0,0.488,0.641,0.641,0,0,0.257 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.0857 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0.0857 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.0428 +0.667,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0.0428 +0.667,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.325 +0.667,0.274,0.274,0.217,0,0,0,0.374,0.5,0.5,0,0,0.4 +0.333,0.16,0.16,0.95,0,0,0,0.276,0.487,0.487,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.0428 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.3 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.343 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.324,0.324,0,0,0,0,0.497,0.566,0.566,0,0,0 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.273,0.273,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.167 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.237 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.128 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.128 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.343 +0.333,0.14,0.14,0,0,0,0,0.27,0.499,0.499,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.268,0.268,0,0.417,0,0,0.472,0.591,0.591,0.448,0,0.0428 +0.667,0.324,0.324,0,0.267,0,0,0.497,0.566,0.566,0.46,0,0.0782 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.368 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0.301 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.473 +1,0.381,0.381,0,0,0,0,0.313,0.53,0.53,0,0,0.0942 +0.667,0.258,0.258,0,0,0,0,0.227,0.508,0.508,0,0,0.169 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.214 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.14,0.14,0.217,0,0,0,0.27,0.499,0.499,0,0,0 +0.667,0.233,0.233,0.25,0,0,0,0.325,0.549,0.549,0,0,0 +1,0.338,0.338,0,0.167,0,0,0.488,0.641,0.641,0.229,0,0 +1,0.268,0.268,0,0.75,0,0,0.472,0.591,0.591,0.691,0,0.128 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0.541,0,0.257 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0.712,0,0.128 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0.728,0,0.162 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0.211 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0,0,0,0,0.273,0.442,0.442,0,0,0.365 +1,0.103,0.103,0,0,0,0,0.307,0.426,0.426,0,0,0.149 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.253 +0.333,0.16,0.16,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.154,0.154,0,0.417,0,0,0.242,0.487,0.487,0.44,0,0 +0.333,0.15,0.15,0,0.267,0.66,0.117,0.245,0.487,0.487,0,0.569,0.0428 +0.667,0.24,0.24,0,0,0,0.333,0.239,0.517,0.517,0,0.629,0.0428 +0.667,0.232,0.232,0.7,0,0,0,0.233,0.525,0.525,0,0.445,0.0857 +0.667,0.23,0.23,0,0,0,0,0.258,0.525,0.525,0,0.55,0 +0.667,0.23,0.23,0,0,0,0,0.276,0.517,0.517,0,0.32,0.0428 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.214 +0.667,0.242,0.242,0,0.417,0,0,0.411,0.582,0.582,0.508,0,0.367 +1,0.377,0.377,0,0.267,0,0,0.58,0.653,0.653,0.553,0,0.31 +1,0.461,0.461,0.717,0,0,0,0.616,0.616,0.616,0.0985,0,0.0857 +1,0.59,0.59,0.917,0,0,0,0.653,0.579,0.579,0,0,0.263 +1,0.496,0.496,0,0,0,0,0.509,0.525,0.525,0,0,0.184 +1,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.385 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0504,0.0504,0,0,0,0,0.288,0.418,0.418,0,0,0 +0.667,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.156 +0.667,0.135,0.135,0,0,0,0,0.304,0.462,0.462,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0741 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.0428 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.128 +1,0.321,0.321,0,0,0,0,0.294,0.567,0.567,0,0,0.128 +0.667,0.233,0.233,0.217,0,0,0,0.325,0.549,0.549,0,0,0.471 +0.667,0.242,0.242,0.25,0,0,0,0.411,0.582,0.582,0,0,0.214 +0.667,0.268,0.268,0,0,0,0,0.472,0.591,0.591,0,0,0.214 +0.667,0.324,0.324,0.967,0,0,0,0.497,0.566,0.566,0,0,0.0857 +1,0.59,0.59,0.667,0,0,0,0.653,0.579,0.579,0,0,0.214 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0499,0.0499,0.3,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.103,0.103,0.167,0,0,0,0.307,0.426,0.426,0,0,0 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0 +0.667,0.162,0.162,0.8,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.16,0.16,0.367,0,0,0,0.276,0.487,0.487,0,0,0.0428 +0.667,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.0428 +0.667,0.25,0.25,0,0,0,0,0.233,0.508,0.508,0,0,0.0969 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.311 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.213 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0.214 +0.333,0.14,0.14,0,0.5,0,0,0.267,0.491,0.491,0.43,0,0.472 +0.333,0.14,0.14,0,0.183,0,0,0.27,0.499,0.499,0.666,0,0.0857 +0.333,0.141,0.141,0.233,0,0,0,0.291,0.507,0.507,0.233,0,0 +0.667,0.242,0.242,0,0.683,0,0,0.411,0.582,0.582,0.346,0,0 +1,0.377,0.377,0,0,0,0,0.58,0.653,0.653,0,0,0.0428 +0.667,0.324,0.324,0,0.683,0,0,0.497,0.566,0.566,0.448,0,0 +0.667,0.41,0.41,0,0,0,0,0.521,0.541,0.541,0,0,0.0857 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.128 +1,0.554,0.554,0,0,0,0,0.543,0.493,0.493,0,0,0.128 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.114 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.121 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.0522 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0 +1,0.27,0.27,0.8,0,0.745,0,0.294,0.508,0.508,0,0.182,0 +1,0.362,0.362,0.6,0,0.255,0.683,0.212,0.53,0.53,0,0.527,0.128 +1,0.351,0.351,0,0,0,0,0.221,0.53,0.53,0,0.59,0.171 +1,0.335,0.335,0,0,0,0,0.23,0.542,0.542,0,0.561,0 +1,0.324,0.324,0,0,0,0,0.221,0.555,0.555,0,0.474,0.214 +1,0.32,0.32,0,0,0,0,0.258,0.555,0.555,0,0.566,0.0428 +1,0.32,0.32,0,0,0,0,0.285,0.542,0.542,0,0.24,0 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0.0627 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.128 +1,0.338,0.338,0.8,0,0,0,0.488,0.641,0.641,0,0,0.128 +1,0.377,0.377,1,0,0,0,0.58,0.653,0.653,0,0,0.3 +1,0.461,0.461,1,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.59,0.59,0.25,0,0,0,0.653,0.579,0.579,0,0,0.0857 +1,0.72,0.72,0,0,0,0,0.635,0.555,0.555,0,0,0.128 +0.667,0.386,0.386,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.178 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.116 +1,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.231 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.328 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.321 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.141,0.141,0,0,0,0,0.245,0.495,0.495,0,0,0.128 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.14,0.14,0,0,0,0,0.267,0.491,0.491,0,0,0.128 +0.333,0.14,0.14,0,0.667,0,0,0.27,0.499,0.499,0.572,0,0.147 +0.333,0.141,0.141,0,0.0167,0,0,0.291,0.507,0.507,0.582,0,0.426 +1,0.338,0.338,0.217,0,0,0,0.488,0.641,0.641,0.161,0,0.238 +1,0.377,0.377,0.717,0,0,0,0.58,0.653,0.653,0,0,0.273 +1,0.461,0.461,0,0,0.319,0,0.616,0.616,0.616,0,0.227,0.0857 +1,0.59,0.59,0,0,0,0.883,0.653,0.579,0.579,0,1,0.171 +1,0.496,0.496,0,0,0,0.0333,0.509,0.525,0.525,0,0.13,0 +1,0.218,0.218,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0763,0.0763,0,0,0,0,0.282,0.446,0.446,0,0,0.224 +1,0.22,0.22,0,0,0,0,0.35,0.459,0.459,0,0,0.348 +0.667,0.274,0.274,0,0,0,0,0.374,0.5,0.5,0,0,0.151 +0.667,0.27,0.27,0,0,0,0,0.294,0.508,0.508,0,0,0.257 +0.333,0.154,0.154,0,0,0,0,0.242,0.487,0.487,0,0,0.0428 +0.333,0.15,0.15,0,0,0,0,0.245,0.487,0.487,0,0,0.0857 +0.333,0.145,0.145,0,0,0,0,0.248,0.491,0.491,0,0,0.257 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +0.333,0.14,0.14,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.23,0.23,0.233,0,0,0,0.276,0.517,0.517,0,0,0.257 +0.667,0.23,0.23,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.233,0.233,0,0,0,0,0.325,0.549,0.549,0,0,0.0428 +0.667,0.242,0.242,0,0,0,0,0.411,0.582,0.582,0,0,0.128 +1,0.377,0.377,0.933,0.683,0,0,0.58,0.653,0.653,0.761,0,0.121 +1,0.461,0.461,0,0,0,0,0.616,0.616,0.616,0,0,0.128 +1,0.59,0.59,0,0,0,0,0.653,0.579,0.579,0,0,0.128 +1,0.72,0.72,0,0,0.638,0,0.635,0.555,0.555,0,0.399,0.323 +1,0.386,0.386,0,0,0.0213,0.867,0.448,0.484,0.484,0,0.542,0 +1,0.183,0.183,0,0,0,0.517,0.393,0.451,0.451,0,0.643,0.0428 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.77,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0.638,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0.556,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0.63,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.337 +0.667,0.277,0.277,0.733,0,0,0,0.374,0.5,0.5,0,0,0.0863 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.0428 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.257 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.333,0.143,0.143,0.217,0,0,0,0.27,0.499,0.499,0,0,0.0428 +0.333,0.144,0.144,1,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.252,0.252,0.217,0,0,0,0.411,0.582,0.582,0,0,0.0857 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0.128 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.214 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.122 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.236 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.207 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0.217,0,0,0,0.304,0.462,0.462,0,0,0.0601 +0.667,0.277,0.277,0.983,0,0,0,0.374,0.5,0.5,0,0,0.274 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.265 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.396 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.545 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.133 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.0558 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.484 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.165 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.146 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.0857 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.0428 +0.667,0.289,0.289,0.233,0.667,0,0,0.472,0.591,0.591,0.535,0,0.128 +0.667,0.362,0.362,0,0.0167,0,0,0.497,0.566,0.566,0.122,0,0.128 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.429 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0857 +1,0.397,0.397,0.717,0,0,0,0.448,0.484,0.484,0,0,0.206 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.163,0.163,0.25,0,0,0,0.316,0.483,0.483,0,0,0.126 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.287 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.125 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.137 +1,0.668,0.668,0,0.417,0,0,0.653,0.579,0.579,0.521,0,0.396 +1,0.788,0.788,0,0.267,0,0,0.635,0.555,0.555,0.441,0,0.257 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.263,0.263,0,0,0.319,0,0.227,0.508,0.508,0,0.227,0 +1,0.256,0.256,0,0,0,0.883,0.233,0.508,0.508,0,0.33,0 +0.667,0.147,0.147,0,0,0,0.0167,0.248,0.491,0.491,0,0.593,0 +0.667,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0.638,0.128 +0.667,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.492,0.214 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.392,0.0857 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.87,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0.379,0.128 +0.333,0.151,0.151,0.217,0,0,0,0.334,0.524,0.524,0,0,0.277 +0.667,0.289,0.289,0.0167,0.417,0,0,0.472,0.591,0.591,0.365,0,0.306 +1,0.518,0.518,0,0.5,0,0,0.616,0.616,0.616,0.577,0,0.0428 +1,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.324,0,0.214 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0428 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.137 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.156,0.156,0.217,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.256,0.256,0.25,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.257 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.428 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0.343 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0.171 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.237 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.0428 +1,0.668,0.668,0.217,0,0,0,0.653,0.579,0.579,0,0,0.128 +1,0.788,0.788,0.0167,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.571,0.571,0,0,0.319,0,0.543,0.493,0.493,0,0.14,0.302 +1,0.183,0.183,0,0,0,0.217,0.393,0.451,0.451,0,0.58,0.266 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0.307,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0.139 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0775 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.199 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.215 +1,0.39,0.39,0,0.417,0,0,0.432,0.518,0.518,0.467,0,0.25 +0.333,0.162,0.162,0,0.267,0,0,0.276,0.487,0.487,0.394,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.0458 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.26 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.128 +0.333,0.142,0.142,0.717,0,0,0,0.258,0.495,0.495,0,0,0.171 +0.333,0.142,0.142,0.233,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.0857 +0.333,0.144,0.144,0.217,0,0,0,0.291,0.507,0.507,0,0,0.0428 +0.667,0.252,0.252,1,0.683,0,0,0.411,0.582,0.582,0.626,0,0.0428 +1,0.408,0.408,0.467,0,0,0,0.58,0.653,0.653,0.146,0,0 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.0428 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.257 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.239 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.102 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0591 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.128 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.396 +1,0.353,0.353,0,0.417,0,0,0.488,0.641,0.641,0.492,0,0.106 +1,0.408,0.408,0.467,0.267,0,0,0.58,0.653,0.653,0.521,0,0.171 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.343 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.144 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.187 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.132 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.15 +1,0.387,0.387,0,0,0,0,0.313,0.53,0.53,0,0,0.227 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.128 +0.333,0.147,0.147,0.217,0,0,0,0.248,0.491,0.491,0,0,0.471 +0.333,0.143,0.143,0.0167,0,0,0,0.245,0.495,0.495,0,0,0.128 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.0428 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.0428 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.214 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.128 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.338 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.3 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0641 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.0698 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0.33 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.201 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.166 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.0857 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.128 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.0857 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.0428 +0.333,0.169,0.169,0,0,0,0,0.365,0.528,0.528,0,0,0.128 +0.333,0.206,0.206,0,0,0,0,0.377,0.516,0.516,0,0,0.551 +0.333,0.256,0.256,0,0,0,0,0.39,0.503,0.503,0,0,0.199 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0132 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.166 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.216 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0.25,0,0,0,0.273,0.442,0.442,0,0,0.147 +1,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0.0412 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0.196 +1,0.39,0.39,0,0,0,0,0.432,0.518,0.518,0,0,0.181 +0.667,0.274,0.274,0.717,0.667,0,0,0.294,0.508,0.508,0.516,0,0.171 +0.667,0.263,0.263,0.483,0.0167,0,0,0.227,0.508,0.508,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.0857 +0,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.667,0.252,0.252,0.25,0,0,0,0.411,0.582,0.582,0,0,0.128 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.171 +1,0.518,0.518,0,0.683,0,0,0.616,0.616,0.616,0.813,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.294,0,0.0857 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0 +1,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.0856 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.172 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.214 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.171 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.0428 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.171 +1,0.408,0.408,0,0,0.957,0.133,0.58,0.653,0.653,0,0.518,0.0428 +1,0.518,0.518,0.717,0,0,0.533,0.616,0.616,0.616,0,0.823,0.128 +1,0.668,0.668,1,0,0,0,0.653,0.579,0.579,0,0.693,0.214 +1,0.788,0.788,1,0,0,0,0.635,0.555,0.555,0,0.375,0.104 +1,0.571,0.571,0.65,0,0,0,0.543,0.493,0.493,0,0,0.25 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.293 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.0877 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.0717 +1,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.0512 +1,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.276 +0.667,0.237,0.237,0.467,0.667,0,0,0.233,0.525,0.525,0.579,0,0.395 +0.667,0.235,0.235,1,0.25,0,0,0.258,0.525,0.525,0.664,0,0.0857 +0.667,0.235,0.235,1,0,0,0,0.276,0.517,0.517,0.55,0,0 +0.667,0.236,0.236,0.183,0,0,0,0.282,0.533,0.533,0.703,0,0.128 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0.728,0,0.128 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0.688,0,0.128 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0.62,0,0.257 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0.628,0,0 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0.499,0,0.257 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.129 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0.252 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0.0428 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.157 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.12 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.214 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.0428 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.0857 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.0428 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.214 +0.333,0.142,0.142,0.217,0,0,0,0.267,0.491,0.491,0,0,0 +0.667,0.236,0.236,0.25,0,0,0,0.282,0.533,0.533,0,0,0.0857 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0.0428 +1,0.353,0.353,0,0,0,0,0.488,0.641,0.641,0,0,0 +1,0.408,0.408,0,0.417,0,0,0.58,0.653,0.653,0.401,0,0.0428 +1,0.518,0.518,0,0.267,0,0,0.616,0.616,0.616,0.696,0,0.128 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.54,0,0.0857 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.535,0,0.171 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0.542,0,0 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.0982 +0.667,0.104,0.104,0,0,0,0,0.307,0.426,0.426,0,0,0.291 +0.667,0.222,0.222,0,0,0.638,0.133,0.35,0.459,0.459,0,0.135,0.281 +0,0.0495,0.0495,0,0,0,0.317,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.128 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.3 +0.667,0.252,0.252,0.217,0.167,0,0,0.411,0.582,0.582,0.243,0,0 +1,0.289,0.289,0.733,0.517,0,0,0.472,0.591,0.591,0.411,0,0.257 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.494,0,0.0857 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.0857 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0428 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.324 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.163,0.163,0.717,0,0,0,0.316,0.483,0.483,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +0,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.214 +0.333,0.142,0.142,0,0.683,0,0,0.267,0.491,0.491,0.895,0,0.128 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0.672,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0.204,0,0.128 +0.667,0.252,0.252,0,0.167,0,0,0.411,0.582,0.582,0.306,0,0.3 +1,0.408,0.408,0,0.75,0,0,0.58,0.653,0.653,0.457,0,0.214 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0.718,0,0.182 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0.548,0,0.0428 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.784,0,0.2 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0.353,0,0.0992 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.0686 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.0813 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.149 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.316 +1,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.0846 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.667,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.244 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.124 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.128 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +1,0.329,0.329,0,0,0,0,0.294,0.567,0.567,0,0,0.204 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0,0 +0.667,0.252,0.252,0.217,0,0,0,0.411,0.582,0.582,0,0,0.214 +0.667,0.289,0.289,0.983,0,0,0,0.472,0.591,0.591,0,0,0.171 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.214 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.128 +0.333,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.3 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.206 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.234 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.262 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.101 +1,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.279 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.296 +0.667,0.256,0.256,0.217,0,0,0,0.233,0.508,0.508,0,0,0.13 +0.333,0.147,0.147,0.733,0,0,0,0.248,0.491,0.491,0,0,0.0857 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.413 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.458 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.318 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.0428 +1,0.353,0.353,0.467,0.667,0.638,0.383,0.488,0.641,0.641,0.516,0.357,0.0857 +1,0.408,0.408,0,0.683,0,0.283,0.58,0.653,0.653,0.486,0.51,0 +1,0.518,0.518,0,0.0167,0,0,0.616,0.616,0.616,0.185,0,0 +1,0.668,0.668,0,0.667,0,0,0.653,0.579,0.579,0.61,0,0.0428 +1,0.788,0.788,0,0.0167,0,0,0.635,0.555,0.555,0,0,0.0428 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0 +0.667,0.235,0.235,0,0.917,0,0,0.258,0.525,0.525,0.703,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.214 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.128 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.3 +1,0.408,0.408,0.217,0,0,0,0.58,0.653,0.653,0,0,0.171 +1,0.518,0.518,0.733,0,0,0,0.616,0.616,0.616,0,0,0.6 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.346 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.0857 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.0428 +1,0.249,0.249,0,0,0,0,0.46,0.444,0.444,0,0,0.229 +1,0.099,0.099,0,0,0,0,0.331,0.443,0.443,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.717,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.0996 +1,0.256,0.256,0.217,0,0,0,0.233,0.508,0.508,0,0,0 +0.667,0.245,0.245,0.25,0.667,0,0,0.239,0.517,0.517,0.591,0,0 +0.667,0.237,0.237,0,0.0167,0,0,0.233,0.525,0.525,0.214,0,0.171 +1,0.328,0.328,0,0,0,0,0.258,0.555,0.555,0,0,0.363 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0.0428 +0.667,0.236,0.236,0,0.417,0,0,0.282,0.533,0.533,0.351,0,0 +1,0.334,0.334,0,0.267,0,0,0.359,0.592,0.592,0.521,0,0.088 +0.333,0.151,0.151,0,0,0.319,0.383,0.334,0.524,0.524,0.329,0.307,0.525 +0.667,0.289,0.289,0,0,0,0.517,0.472,0.591,0.591,0,0.416,0.232 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0.394,0.257 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.0428 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.342 +1,0.571,0.571,0,0,0,0,0.543,0.493,0.493,0,0,0.111 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0658 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.254 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.0827 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.0428 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.171 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.0428 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.0857 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.363 +0.333,0.151,0.151,0.217,0,0,0,0.334,0.524,0.524,0,0,0.29 +1,0.408,0.408,0.25,0,0,0,0.58,0.653,0.653,0,0,0.479 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.235 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.327 +0.667,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0702 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0724 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.174 +0.667,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.231 +0.667,0.277,0.277,0,0.667,0.638,0.217,0.374,0.5,0.5,0.489,0.685,0 +0.667,0.274,0.274,0,0.25,0,0,0.294,0.508,0.508,0.552,0.887,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0.395,0.0428 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0.654,0.0428 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0.625,0.128 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0.764,0.257 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0.074,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.0428 +0.333,0.151,0.151,0.217,0,0,0,0.334,0.524,0.524,0,0,0.214 +1,0.408,0.408,0.5,0,0,0,0.58,0.653,0.653,0,0,0.171 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.0428 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.214 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.13 +1,0.308,0.308,0,0,0,0,0.396,0.456,0.456,0,0,0.108 +0.667,0.277,0.277,0.467,0,0,0,0.374,0.5,0.5,0,0,0.326 +0.333,0.162,0.162,0.25,0,0,0,0.276,0.487,0.487,0,0,0.0857 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.265 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.196 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.167 +0.333,0.0495,0.0495,0,0,0.638,0.133,0.258,0.465,0.465,0,0.421,0.0428 +0.667,0.142,0.142,0,0,0,0.0833,0.258,0.495,0.495,0,0.412,0.0857 +0.667,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0.344,0 +0.667,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0.539,0 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0.46,0.385 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0.455,0.125 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0.325,0 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.0428 +1,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +0.667,0.136,0.136,0,0,0,0,0.304,0.462,0.462,0,0,0.072 +0.333,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0.25,0,0,0,0.276,0.487,0.487,0,0,0.0428 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.0428 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.165 +0.667,0.237,0.237,0,0,0,0,0.233,0.525,0.525,0,0,0.3 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.128 +0.667,0.239,0.239,0,0,0,0,0.325,0.549,0.549,0,0,0.128 +0.667,0.252,0.252,0,0.167,0,0,0.411,0.582,0.582,0.312,0,0.171 +0.333,0.169,0.169,0,0.517,0,0,0.365,0.528,0.528,0.475,0,0.257 +0.667,0.362,0.362,0,0.683,0,0,0.497,0.566,0.566,0.737,0,0.171 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0 +0.667,0.296,0.296,0.467,0,0,0,0.383,0.495,0.495,0,0,0.0428 +1,0.397,0.397,0.483,0,0,0,0.448,0.484,0.484,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.306 +1,0.104,0.104,0.217,0,0,0,0.307,0.426,0.426,0,0,0.262 +1,0.222,0.222,0.0167,0,0,0,0.35,0.459,0.459,0,0,0.18 +0.667,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.128 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.128 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.0428 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.3 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.667,0.235,0.235,0,0,0,0,0.258,0.525,0.525,0,0,0.171 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.128 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.0857 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.0428 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.389 +1,0.518,0.518,0.467,0.167,0,0,0.616,0.616,0.616,0.29,0,0.214 +1,0.668,0.668,0.25,0.517,0,0,0.653,0.579,0.579,0.413,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0.728,0,0.128 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0.0968,0,0.171 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0.417,0,0,0.258,0.465,0.465,0.404,0,0 +1,0.162,0.162,0,0.5,0,0,0.276,0.487,0.487,0.238,0,0 +0.667,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.204 +0.667,0.256,0.256,0.217,0,0,0,0.233,0.508,0.508,0,0,0 +1,0.343,0.343,0.0167,0,0,0,0.23,0.542,0.542,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.0857 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.128 +0.333,0.144,0.144,0.95,0,0,0,0.291,0.507,0.507,0,0,0.0857 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.343 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.128 +0.333,0.296,0.296,0,0,0,0,0.383,0.495,0.495,0,0,0.172 +0.667,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.116 +1,0.183,0.183,0,0,0,0,0.393,0.451,0.451,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.184 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.146 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.323 +0.667,0.245,0.245,0,0,0,0,0.239,0.517,0.517,0,0,0.114 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0.0992 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.214 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.0857 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0.0428 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.171 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.343 +0.667,0.362,0.362,0,0,0,0,0.497,0.566,0.566,0,0,0.0857 +0.667,0.462,0.462,0,0,0,0,0.521,0.541,0.541,0,0,0.0428 +0.667,0.542,0.542,0.217,0,0,0,0.509,0.525,0.525,0,0,0.0857 +0.667,0.223,0.223,0.733,0,0,0,0.353,0.475,0.475,0,0,0.32 +0.667,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0.0428 +0.667,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0.257 +0.667,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.253 +1,0.222,0.222,0,0,0,0,0.35,0.459,0.459,0,0,0.509 +1,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.0565 +0.667,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.131 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.128 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.0428 +0.333,0.144,0.144,0.717,0,0,0,0.291,0.507,0.507,0,0,0.213 +1,0.353,0.353,0.717,0,0,0,0.488,0.641,0.641,0,0,0.134 +1,0.408,0.408,0,0,0,0,0.58,0.653,0.653,0,0,0.477 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.378 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.282,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0768,0.0768,0,0,0,0,0.282,0.446,0.446,0,0,0.119 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0.333,0.163,0.163,0,0,0,0,0.316,0.483,0.483,0,0,0.0857 +0.333,0.162,0.162,0,0,0,0,0.276,0.487,0.487,0,0,0.376 +0.667,0.263,0.263,0.233,0,0,0,0.227,0.508,0.508,0,0,0.128 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.339 +0.333,0.147,0.147,0.717,0,0,0,0.248,0.491,0.491,0,0,0 +0.333,0.143,0.143,0.483,0.167,0,0,0.245,0.495,0.495,0.261,0,0.0857 +0.333,0.142,0.142,0,0.517,0,0,0.258,0.495,0.495,0.286,0,0.171 +0.333,0.142,0.142,0,0,0,0,0.267,0.491,0.491,0,0,0.171 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.257 +0.333,0.144,0.144,0,0,0,0,0.291,0.507,0.507,0,0,0 +0.333,0.151,0.151,0,0,0,0,0.334,0.524,0.524,0,0,0.674 +0.667,0.289,0.289,0.95,0,0,0,0.472,0.591,0.591,0,0,0.356 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0857 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.185 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0629 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.162,0.162,0.717,0,0,0,0.276,0.487,0.487,0,0,0 +0.333,0.156,0.156,0.483,0,0,0,0.242,0.487,0.487,0,0,0 +0.333,0.153,0.153,0,0,0.638,0.133,0.245,0.487,0.487,0,0.376,0 +0.333,0.147,0.147,0,0,0,0.533,0.248,0.491,0.491,0,0.595,0 +0.333,0.143,0.143,0,0,0,0,0.245,0.495,0.495,0,0.111,0.33 +0.333,0.142,0.142,0,0,0,0,0.258,0.495,0.495,0,0,0.142 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.663 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0,0.214 +0.667,0.239,0.239,0.717,0,0,0,0.325,0.549,0.549,0,0,0.428 +0.667,0.252,0.252,0,0,0,0,0.411,0.582,0.582,0,0,0.0857 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.428 +0.333,0.206,0.206,0.467,0,0,0,0.377,0.516,0.516,0,0,0.0428 +0.333,0.256,0.256,0.25,0,0,0,0.39,0.503,0.503,0,0,0.171 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0,0,0.168 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0369 +1,0.222,0.222,0,0,0.638,0.383,0.35,0.459,0.459,0,0.36,0.141 +1,0.39,0.39,0,0,0,0.517,0.432,0.518,0.518,0,0,0.274 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0.194 +0.333,0.156,0.156,0,0,0,0,0.242,0.487,0.487,0,0,0.0857 +0.333,0.153,0.153,0,0,0,0,0.245,0.487,0.487,0,0,0.0857 +0.333,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.257 +0.333,0.143,0.143,0.467,0,0.319,0,0.245,0.495,0.495,0,0.172,0 +0.667,0.235,0.235,0,0,0,0.667,0.258,0.525,0.525,0,0.338,0 +0.667,0.235,0.235,0,0,0,0,0.276,0.517,0.517,0,0.714,0 +0.667,0.236,0.236,0,0,0,0,0.282,0.533,0.533,0,0.797,0.214 +1,0.334,0.334,0,0,0,0,0.359,0.592,0.592,0,0.293,0.0428 +1,0.353,0.353,0.233,0,0,0,0.488,0.641,0.641,0,0.273,0.0428 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.329 +1,0.518,0.518,0,0.167,0,0,0.616,0.616,0.616,0.265,0,0.345 +1,0.462,0.462,0,0.517,0,0,0.521,0.541,0.541,0.816,0,0 +1,0.788,0.788,0,0,0,0,0.635,0.555,0.555,0.551,0,0.392 +1,0.397,0.397,0,0,0,0,0.448,0.484,0.484,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.325,0.458,0.458,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.294,0.454,0.454,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.285,0.446,0.446,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.285,0.442,0.442,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.05,0.05,0,0,0,0,0.273,0.442,0.442,0,0,0.128 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.143 +0.667,0.277,0.277,0,0,0,0,0.374,0.5,0.5,0,0,0.221 +0.667,0.274,0.274,0,0,0,0,0.294,0.508,0.508,0,0,0 +0.667,0.263,0.263,0,0,0,0,0.227,0.508,0.508,0,0,0.255 +0.667,0.256,0.256,0,0,0,0,0.233,0.508,0.508,0,0,0.0717 +0.667,0.147,0.147,0,0,0,0,0.248,0.491,0.491,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.143,0.143,0,0,0,0,0.27,0.499,0.499,0,0,0.135 +0.667,0.239,0.239,0,0.917,0,0,0.325,0.549,0.549,0.679,0,0 +0.667,0.252,0.252,0.467,0,0,0,0.411,0.582,0.582,0,0,0.0857 +0.667,0.289,0.289,0,0,0,0,0.472,0.591,0.591,0,0,0.0428 +1,0.518,0.518,0,0,0,0,0.616,0.616,0.616,0,0,0.257 +1,0.668,0.668,0,0,0,0,0.653,0.579,0.579,0,0,0.0857 +1,0.542,0.542,0,0,0,0,0.509,0.525,0.525,0,0,0.0857 +1,0.223,0.223,0,0,0,0,0.353,0.475,0.475,0,0,0.232 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.331 +1,0.286,0.286,0.633,0,0,0,0.296,0.511,0.511,0,0,0.452 +1,0.392,0.392,0.7,0,0,0,0.213,0.534,0.534,0,0,0.331 +1,0.381,0.381,0.35,0,0,0,0.222,0.534,0.534,0,0,0.161 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.385 +0.667,0.251,0.251,0,0.333,0,0,0.234,0.528,0.528,0.269,0,0.0428 +0.667,0.249,0.249,0.483,0.367,0,0,0.259,0.528,0.528,0.48,0,0.128 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.0428 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0.133,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,1,0,0,0,0.413,0.585,0.585,0,0,0.348 +1,0.501,0.501,1,0,0,0,0.584,0.658,0.658,0,0,0.227 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0.168 +1,0.806,0.806,0.483,0,0,0,0.658,0.583,0.583,0,0,0.0428 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0.369 +1,0.249,0.249,0,0,0,0,0.463,0.447,0.447,0,0,0.0727 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.385 +1,0.0495,0.0495,0.133,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.168,0.168,0.583,0,0,0,0.277,0.488,0.488,0,0,0.145 +1,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0.0428 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.471 +0.667,0.249,0.249,0,0,0.213,0,0.259,0.528,0.528,0,0.135,0.3 +0.667,0.249,0.249,0,0,0.426,0.45,0.277,0.519,0.519,0,0.593,0.385 +0.667,0.15,0.15,0.633,0,0,0,0.271,0.501,0.501,0,0.547,0 +0.667,0.259,0.259,0.0833,0,0,0,0.327,0.552,0.552,0,0.58,0 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0.844,0.128 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.772,0.128 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0.153,0.293 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.159 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.0428 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.171 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0 +1,0.099,0.099,0,0,0,0,0.333,0.445,0.445,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.169 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.218 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.126 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.128 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.0857 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.214 +0.333,0.149,0.149,0.467,0,0,0,0.258,0.496,0.496,0,0,0.0428 +0.333,0.149,0.149,0.0167,0,0,0,0.268,0.492,0.492,0,0,0.128 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.0428 +0.333,0.168,0.168,0,0,0,0,0.336,0.525,0.525,0,0,0.236 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.27 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.171 +0.667,0.554,0.554,0,0.417,0,0,0.525,0.544,0.544,0.448,0,0.0857 +1,0.851,0.851,0,0.283,0,0,0.639,0.559,0.559,0.107,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.192 +1,0.139,0.139,0.483,0.917,0,0,0.305,0.463,0.463,0.837,0,0.251 +0.667,0.167,0.167,0,0.0167,0,0,0.317,0.484,0.484,0.664,0,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0.0849,0,0.203 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.0857 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.128 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.31 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.128 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.333,0.168,0.168,0.467,0,0,0,0.336,0.525,0.525,0,0,0.327 +1,0.501,0.501,0.0167,0,0,0,0.584,0.658,0.658,0,0,0.257 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.0428 +1,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.171 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.124 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0.253 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.136 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0906 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.168 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0.244 +1,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.565 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.257 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.0428 +0.667,0.251,0.251,0.967,0,0,0,0.284,0.536,0.536,0,0,0 +1,0.363,0.363,0.483,0,0,0,0.361,0.596,0.596,0,0,0 +0.667,0.286,0.286,0.467,0,0,0,0.413,0.585,0.585,0,0,0.343 +0.667,0.351,0.351,1,0,0,0,0.475,0.594,0.594,0,0,0.0428 +1,0.656,0.656,1,0,0,0,0.621,0.621,0.621,0,0,0.3 +1,0.806,0.806,0.183,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.128 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.37 +1,0.317,0.317,0,0,0,0,0.398,0.459,0.459,0,0,0.212 +0.667,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0.0713 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.0857 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.343 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.257 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0.638,0.383,0.246,0.496,0.496,0,0.201,0.0857 +0.333,0.149,0.149,0,0,0,0.533,0.258,0.496,0.496,0,0.405,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0.394,0.128 +0.333,0.15,0.15,0,0.417,0,0,0.271,0.501,0.501,0.452,0,0 +0.333,0.154,0.154,0,0.283,0,0,0.292,0.509,0.509,0.643,0,0.128 +0.667,0.286,0.286,0.717,0,0,0,0.413,0.585,0.585,0.504,0,0.214 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.781,0,0.128 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0.136,0,0.0428 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.0857 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.183 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.0932 +1,0.0781,0.0781,0.233,0,0,0,0.283,0.447,0.447,0,0,0.177 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.293 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.567 +1,0.404,0.404,0.217,0,0,0,0.315,0.534,0.534,0,0,0.506 +0.667,0.278,0.278,0.5,0,0,0,0.228,0.511,0.511,0,0,0.177 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.0253 +0.333,0.154,0.154,0.233,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.257 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.0428 +0.333,0.0495,0.0495,0.483,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.128 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.0428 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.128 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.118 +0.667,0.554,0.554,0.717,0,0,0,0.525,0.544,0.544,0,0,0.0857 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.0428 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.414 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.111 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.127 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.245 +1,0.167,0.167,0.133,0,0,0,0.317,0.484,0.484,0,0,0.0995 +0.667,0.0495,0.0495,0.583,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.278,0.278,0.633,0,0,0,0.228,0.511,0.511,0,0,0.257 +1,0.381,0.381,1,0,0,0,0.222,0.534,0.534,0,0,0.171 +0.667,0.259,0.259,0.783,0,0,0,0.24,0.519,0.519,0,0,0 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.377 +1,0.349,0.349,0,0,0,0,0.259,0.559,0.559,0,0,0.116 +1,0.349,0.349,0.383,0,0,0,0.287,0.546,0.546,0,0,0.122 +1,0.351,0.351,0.817,0,0,0,0.297,0.571,0.571,0,0,0.143 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.168 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.335 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.267 +0.667,0.454,0.454,0,0,0.638,0.05,0.5,0.569,0.569,0,0.193,0.199 +0.667,0.554,0.554,0,0,0,0.633,0.525,0.544,0.544,0,0.486,0.257 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0.315,0.111 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.257 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0858 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0789 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.107 +1,0.164,0.164,0.633,0,0,0,0.243,0.488,0.488,0,0,0.158 +1,0.27,0.27,1,0,0,0,0.234,0.511,0.511,0,0,0.189 +1,0.364,0.364,0.3,0.0833,0,0,0.232,0.546,0.546,0.183,0,0.258 +1,0.352,0.352,0.233,0.85,0,0,0.222,0.559,0.559,0.73,0,0.083 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.0428 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.481 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.128 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.0857 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.0428 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.3 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.0857 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.0857 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.183,0.183,0,0,0,0,0.395,0.453,0.453,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0455 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.277 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.321 +0.333,0.168,0.168,0.717,0,0,0,0.277,0.488,0.488,0,0,0.0415 +0.667,0.278,0.278,1,0,0,0,0.228,0.511,0.511,0,0,0.346 +0.333,0.16,0.16,1,0.7,0,0,0.246,0.488,0.488,0.716,0,0.0428 +0.333,0.154,0.154,0.9,0,0,0,0.249,0.492,0.492,0.572,0,0.0428 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0.718,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0.217,0,0,0,0.271,0.501,0.501,0,0,0.214 +0.333,0.154,0.154,0.0167,0,0,0,0.292,0.509,0.509,0,0,0.0857 +1,0.404,0.404,0,0.417,0.319,0.45,0.491,0.646,0.646,0.53,0.465,0.0857 +1,0.501,0.501,0,0.517,0,0,0.584,0.658,0.658,0.11,0.596,0.0428 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.302 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.0428 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.425 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0.0696 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.108 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.098 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.36 +0.667,0.286,0.286,0.467,0,0,0,0.296,0.511,0.511,0,0,0.0431 +0.333,0.164,0.164,0.5,0,0,0,0.243,0.488,0.488,0,0,0.171 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.385 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.0428 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.317 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.302 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.093 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.0428 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.0857 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.214 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.141 +1,0.139,0.139,0,0,0.319,0,0.305,0.463,0.463,0,0.116,0 +1,0.284,0.284,0,0,0,0.217,0.376,0.503,0.503,0,0.547,0 +0.667,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.449,0 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0.482,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.128 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.385 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.385 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.0857 +0,0.0495,0.0495,0,0.167,0,0,0.258,0.465,0.465,0.226,0,0.248 +0.667,0.286,0.286,0,0.767,0,0,0.413,0.585,0.585,0.253,0,0.206 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0,0.34 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.127 +0.667,0.554,0.554,0.233,0,0,0,0.525,0.544,0.544,0,0,0.225 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.514 +1,0.391,0.391,0,0.667,0,0,0.45,0.486,0.486,0.645,0,0.128 +1,0.116,0.116,0,0.0333,0,0,0.326,0.459,0.459,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0 +0.333,0.16,0.16,0,0,0.638,0.133,0.246,0.488,0.488,0,0.251,0 +0.333,0.154,0.154,0,0,0.319,0.317,0.249,0.492,0.492,0,0.268,0 +0.667,0.251,0.251,0,0,0,0.683,0.234,0.528,0.528,0,0.386,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.601,0.171 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.452,0.343 +0.667,0.251,0.251,0.467,0,0,0,0.284,0.536,0.536,0,0.621,0.0428 +1,0.363,0.363,0.483,0,0,0,0.361,0.596,0.596,0,0.603,0.214 +1,0.404,0.404,0.5,0,0,0,0.491,0.646,0.646,0,0.33,0.257 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0.268,0.428 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.483 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.307 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.0428 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.082 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.168 +1,0.228,0.228,0,0,0,0,0.352,0.461,0.461,0,0,0.337 +1,0.284,0.284,0,0,0,0,0.376,0.503,0.503,0,0,0.172 +0.667,0.168,0.168,0.717,0.167,0,0,0.277,0.488,0.488,0.331,0,0.182 +0.667,0.278,0.278,0.967,0.767,0,0,0.228,0.511,0.511,0.48,0,0.388 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0.623,0,0.0857 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0.0428 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.0857 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.171 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.128 +0,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.333,0.2,0.2,0.0167,0,0,0,0.366,0.53,0.53,0,0,0.214 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0,0,0.0857 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.248 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.257 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.135 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.24 +1,0.139,0.139,0.483,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.349 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0,0.363 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0,0.128 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0,0.146 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.21 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.333 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0.309 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.0428 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.0857 +1,0.656,0.656,0,0,0.319,0.217,0.621,0.621,0.621,0,0.357,0.171 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0.725,0.0428 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.171 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0686 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.286 +1,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.216 +1,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.192 +1,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.0428 +1,0.154,0.154,0.633,0,0,0,0.249,0.492,0.492,0,0,0.0857 +0.667,0.15,0.15,0.0833,0,0,0,0.246,0.496,0.496,0,0,0 +0.667,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.171 +0.667,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.0428 +0.667,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.23 +0.667,0.168,0.168,0,0.7,0,0,0.336,0.525,0.525,0.745,0,0.128 +0.667,0.2,0.2,0,0,0,0,0.366,0.53,0.53,0.418,0,0.428 +0.667,0.252,0.252,0,0,0.319,0.3,0.379,0.517,0.517,0.316,0.412,0 +1,0.554,0.554,0,0,0,0.383,0.525,0.544,0.544,0,0.457,0.0857 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.214 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.333,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.241 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.128 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.214 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.257 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0.233,0,0,0,0.271,0.501,0.501,0,0,0.128 +0.667,0.259,0.259,0.483,0,0,0,0.327,0.552,0.552,0,0,0 +0.667,0.286,0.286,0,0.167,0,0,0.413,0.585,0.585,0.287,0,0.0428 +0.333,0.2,0.2,0,0.533,0,0,0.366,0.53,0.53,0.282,0,0 +0.333,0.252,0.252,0,0,0,0,0.379,0.517,0.517,0,0,0.0857 +0.333,0.302,0.302,0,0,0,0,0.391,0.505,0.505,0,0,0.0857 +0.667,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.0775 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.301 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.101 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.0651 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.468 +1,0.404,0.404,0,0,0,0,0.315,0.534,0.534,0,0,0.282 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0.201 +0.667,0.27,0.27,0,0.417,0,0,0.234,0.511,0.511,0.462,0,0.0992 +0.667,0.259,0.259,0,0.283,0,0,0.24,0.519,0.519,0.537,0,0 +0.667,0.251,0.251,0,0,0.638,0,0.234,0.528,0.528,0.265,0.338,0.0857 +0.333,0.149,0.149,0.467,0,0,0.883,0.258,0.496,0.496,0,0.0836,0 +0.333,0.149,0.149,0.5,0,0,0.0333,0.268,0.492,0.492,0,0,0.0857 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.0857 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.128 +1,0.404,0.404,0,0,0,0,0.491,0.646,0.646,0,0,0.0857 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.24 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.394 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.214 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0841 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.11 +1,0.0781,0.0781,0.217,0,0,0,0.283,0.447,0.447,0,0,0 +0.667,0.139,0.139,1,0,0.638,0.383,0.305,0.463,0.463,0,0.106,0.0951 +0.333,0.167,0.167,0.233,0,0,0.3,0.317,0.484,0.484,0,0,0.289 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.498 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.318 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.252 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.156 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.284 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.0934 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.128 +0.333,0.15,0.15,0.233,0,0,0,0.271,0.501,0.501,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.165 +0.667,0.286,0.286,0,0.7,0,0,0.413,0.585,0.585,0.684,0,0.214 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0.555,0,0.214 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0.747,0,0 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0.72,0,0.0857 +1,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0.299 +1,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0791 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.0717 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.483,0,0,0,0.258,0.465,0.465,0,0,0.176 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0.717,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.343 +0.667,0.286,0.286,0,0,0.638,0.133,0.413,0.585,0.585,0,0.185,0.0857 +1,0.501,0.501,0,0.167,0,0.783,0.584,0.658,0.658,0.173,0,0.0857 +1,0.656,0.656,0,0.533,0,0,0.621,0.621,0.621,0.72,0,0.0428 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0.615,0,0.0428 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0.153,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.119 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.0722 +0.667,0.0495,0.0495,0.717,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.139,0.139,0.483,0.167,0,0,0.305,0.463,0.463,0.26,0,0 +0.333,0.167,0.167,0,0.533,0,0,0.317,0.484,0.484,0.216,0,0.0857 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.128 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.214 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0.3 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0.0857 +0.333,0.15,0.15,0.233,0,0,0,0.271,0.501,0.501,0,0,0 +1,0.363,0.363,0,0,0,0,0.361,0.596,0.596,0,0,0.214 +1,0.404,0.404,0,0,0.319,0.133,0.491,0.646,0.646,0,0.381,0.128 +1,0.501,0.501,0,0,0,0.783,0.584,0.658,0.658,0,0.67,0.128 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0.0531,0.0428 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.128 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.132 +1,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.0898 +1,0.286,0.286,0.233,0,0,0,0.296,0.511,0.511,0,0,0.407 +1,0.392,0.392,0,0,0,0,0.213,0.534,0.534,0,0,0.0806 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0.126 +0.667,0.259,0.259,0,0,0,0,0.24,0.519,0.519,0,0,0.257 +0.333,0.15,0.15,0.133,0,0,0,0.246,0.496,0.496,0,0,0.0428 +0.333,0.149,0.149,0.833,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.282 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0 +0.333,0.168,0.168,0.633,0,0,0,0.336,0.525,0.525,0,0,0.171 +0.667,0.351,0.351,0.7,0,0,0,0.475,0.594,0.594,0,0,0.0428 +1,0.656,0.656,1,0.583,0,0,0.621,0.621,0.621,0.499,0,0.141 +1,0.806,0.806,0.0667,0.35,0,0,0.658,0.583,0.583,0.109,0,0.527 +1,0.851,0.851,0,0,0.319,0.3,0.639,0.559,0.559,0,0.278,0.201 +1,0.391,0.391,0,0,0,0.617,0.45,0.486,0.486,0,0.704,0.0857 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0.182,0 +1,0.0743,0.0743,0,0,0,0,0.295,0.455,0.455,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.286,0.447,0.447,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.286,0.443,0.443,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.283,0.438,0.438,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0.633,0,0,0,0.258,0.465,0.465,0,0,0.384 +1,0.284,0.284,1,0.0833,0,0,0.376,0.503,0.503,0.185,0,0.183 +1,0.286,0.286,1,0.617,0,0,0.296,0.511,0.511,0.857,0,0 +1,0.278,0.278,0.0167,0,0,0,0.228,0.511,0.511,0,0,0 +0.667,0.16,0.16,0.133,0,0,0,0.246,0.488,0.488,0,0,0.0428 +0.667,0.154,0.154,0.583,0,0,0,0.249,0.492,0.492,0,0,0.214 +0.333,0.0495,0.0495,0.383,0,0,0,0.258,0.465,0.465,0,0,0.363 +0.667,0.249,0.249,1,0,0.957,0.05,0.259,0.528,0.528,0,0.736,0.0715 +1,0.349,0.349,0.3,0,0,0.633,0.287,0.546,0.546,0,0.568,0.214 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0.333,0 +1,0.363,0.363,0.133,0,0,0,0.361,0.596,0.596,0,0,0.0857 +1,0.404,0.404,0.35,0,0,0,0.491,0.646,0.646,0,0,0.214 +1,0.501,0.501,0,0.7,0,0,0.584,0.658,0.658,1,0,0.128 +0.667,0.454,0.454,0,0,0,0,0.5,0.569,0.569,0.141,0,0.214 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0 +0.667,0.317,0.317,0,0,0,0,0.385,0.496,0.496,0,0,0 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0503,0.0503,0,0,0,0,0.274,0.443,0.443,0,0,0.124 +1,0.107,0.107,0,0,0,0,0.308,0.428,0.428,0,0,0 +0.667,0.139,0.139,0.233,0,0.319,0,0.305,0.463,0.463,0,0.0965,0 +0.333,0.167,0.167,0,0,0,0.683,0.317,0.484,0.484,0,0.55,0 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0.344,0.0857 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0.545,0 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.128 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.214 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0,0,0.268,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.0857 +0.333,0.154,0.154,0,0,0,0,0.292,0.509,0.509,0,0,0.22 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0,0.4 +1,0.501,0.501,0.483,0,0,0,0.584,0.658,0.658,0,0,0.128 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.257 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.214 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.0428 +0.667,0.22,0.22,0,0,0,0,0.354,0.476,0.476,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.717,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.228,0.228,0.25,0,0,0,0.352,0.461,0.461,0,0,0 +0.667,0.284,0.284,0,0,0.638,0,0.376,0.503,0.503,0,0.13,0 +0.667,0.286,0.286,0,0,0.319,0.633,0.296,0.511,0.511,0,0.842,0 +0.667,0.278,0.278,0,0,0,0.283,0.228,0.511,0.511,0,0.439,0.0428 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0.339,0.3 +0.333,0.154,0.154,0,0.167,0,0,0.249,0.492,0.492,0.256,0,0.214 +0.333,0.15,0.15,0,0.533,0,0,0.246,0.496,0.496,0.402,0,0.0428 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0.637,0,0.3 +0.333,0.149,0.149,0.467,0,0,0,0.268,0.492,0.492,0.603,0,0.0428 +0.667,0.251,0.251,0.733,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0,0.0428 +0.667,0.286,0.286,0,0,0.638,0,0.413,0.585,0.585,0,0.445,0.0428 +1,0.501,0.501,0,0,0,0.883,0.584,0.658,0.658,0,0.358,0.0857 +1,0.656,0.656,0,0,0,0.0333,0.621,0.621,0.621,0,0.18,0.214 +0.667,0.554,0.554,0,0,0,0,0.525,0.544,0.544,0,0,0.274 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.184 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.186 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.233,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.11 +1,0.402,0.402,0,0,0,0,0.436,0.521,0.521,0,0,0.445 +0.667,0.286,0.286,0,0,0,0,0.296,0.511,0.511,0,0,0.118 +0.667,0.278,0.278,0,0,0,0,0.228,0.511,0.511,0,0,0.363 +0.667,0.27,0.27,0,0,0,0,0.234,0.511,0.511,0,0,0.254 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0 +0.333,0.149,0.149,0.467,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0.0167,0,0,0,0.268,0.492,0.492,0,0,0.0857 +0.333,0.15,0.15,0,0,0,0,0.271,0.501,0.501,0,0,0.214 +0.333,0.154,0.154,0,0.167,0,0,0.292,0.509,0.509,0.238,0,0.214 +0.667,0.286,0.286,0,0.533,0,0,0.413,0.585,0.585,0.112,0,0.334 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.19 +1,0.656,0.656,0.467,0,0,0,0.621,0.621,0.621,0,0,0.0748 +1,0.806,0.806,0.0167,0,0,0,0.658,0.583,0.583,0,0,0.257 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.467,0,0,0,0.258,0.465,0.465,0,0,0.141 +1,0.107,0.107,0.0167,0,0,0,0.308,0.428,0.428,0,0,0.0484 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0.107 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0.0849 +0.333,0.168,0.168,0,0,0,0,0.277,0.488,0.488,0,0,0.142 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.151 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.375 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.149,0.149,0,0,0,0,0.258,0.496,0.496,0,0,0 +0.333,0.149,0.149,0,0,0.638,0,0.268,0.492,0.492,0,0.241,0.214 +0.333,0.15,0.15,0,0,0.319,0.633,0.271,0.501,0.501,0,0.661,0 +0.333,0.154,0.154,0,0,0,0.283,0.292,0.509,0.509,0,0.514,0.493 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.204,0.439 +0.667,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0,0.743,0.267 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0.037,0.327 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.511 +1,0.584,0.584,0,0,0,0,0.512,0.528,0.528,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0911 +1,0.0781,0.0781,0,0,0,0,0.283,0.447,0.447,0,0,0.192 +0.667,0.139,0.139,0,0,0,0,0.305,0.463,0.463,0,0,0 +0.667,0.167,0.167,0,0,0,0,0.317,0.484,0.484,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.164,0.164,0,0,0,0,0.243,0.488,0.488,0,0,0.214 +0.333,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0.0428 +0.333,0.154,0.154,0,0,0,0,0.249,0.492,0.492,0,0,0 +0.333,0.15,0.15,0,0,0,0,0.246,0.496,0.496,0,0,0.0857 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.171 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.0428 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0,0 +0.667,0.259,0.259,0.967,0,0,0,0.327,0.552,0.552,0,0,0.214 +1,0.404,0.404,0.233,0,0,0,0.491,0.646,0.646,0,0,0.0857 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.0857 +1,0.656,0.656,0,0,0.638,0,0.621,0.621,0.621,0,0.204,0.128 +1,0.806,0.806,0,0.667,0,0.683,0.658,0.583,0.583,0.574,0.468,0 +1,0.851,0.851,0,0.0333,0,0,0.639,0.559,0.559,0.258,0.543,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0.312,0.0428 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.633,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.404,0.404,0.333,0,0.851,0,0.315,0.534,0.534,0,0.527,0 +1,0.392,0.392,0,0,0.106,0.683,0.213,0.534,0.534,0,0.621,0 +1,0.381,0.381,0,0,0,0,0.222,0.534,0.534,0,0.209,0 +1,0.364,0.364,0,0,0,0,0.232,0.546,0.546,0,0.495,0.214 +0.667,0.251,0.251,0,0,0,0,0.234,0.528,0.528,0,0.553,0.0428 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0.664,0 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0.352,0.128 +0.667,0.251,0.251,0,0,0,0,0.284,0.536,0.536,0,0.49,0.385 +0.667,0.259,0.259,0,0,0,0,0.327,0.552,0.552,0,0.49,0.128 +0.667,0.286,0.286,0,0,0,0,0.413,0.585,0.585,0,0.367,0.468 +1,0.501,0.501,0,0,0,0,0.584,0.658,0.658,0,0,0.0857 +1,0.656,0.656,0,0,0,0,0.621,0.621,0.621,0,0,0.0857 +1,0.806,0.806,0,0,0,0,0.658,0.583,0.583,0,0,0.128 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0 +1,0.391,0.391,0,0,0,0,0.45,0.486,0.486,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.168,0.168,0.133,0,0,0,0.277,0.488,0.488,0,0,0.152 +0.667,0.164,0.164,0.1,0,0,0,0.243,0.488,0.488,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.246,0.488,0.488,0,0,0 +0.667,0.154,0.154,0,0.583,0,0,0.249,0.492,0.492,0.676,0,0 +1,0.352,0.352,0,0.117,0,0,0.222,0.559,0.559,0.0713,0,0 +0.667,0.249,0.249,0,0,0,0,0.259,0.528,0.528,0,0,0.428 +0.667,0.249,0.249,0,0,0,0,0.277,0.519,0.519,0,0,0.252 +1,0.351,0.351,0,0,0,0,0.297,0.571,0.571,0,0,0.168 +1,0.363,0.363,0.133,0.7,0,0,0.361,0.596,0.596,0.445,0,0.262 +1,0.404,0.404,0.1,0,0,0,0.491,0.646,0.646,0.552,0,0.107 +1,0.351,0.351,0,0,0,0,0.475,0.594,0.594,0.664,0,0.257 +1,0.454,0.454,0,0,0.532,0,0.5,0.569,0.569,0.671,0.0193,0.128 +1,0.806,0.806,0,0,0.426,0.45,0.658,0.583,0.583,0.261,0,0.128 +1,0.851,0.851,0,0,0,0,0.639,0.559,0.559,0,0,0.171 +1,0.561,0.561,0,0,0,0,0.547,0.497,0.497,0,0,0 +1,0.116,0.116,0,0,0,0,0.326,0.459,0.459,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.237 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.224 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0782 +0.333,0.172,0.172,0.25,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.257 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.217,0.167,0,0,0.258,0.465,0.465,0.304,0,0 +0.333,0.162,0.162,0.0333,0.817,0,0,0.29,0.538,0.538,0.565,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.35,0.35,0.25,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.0857 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.436 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.128 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.225 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.313 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.132 +0.333,0.174,0.174,0,0,0.894,0.183,0.257,0.523,0.523,0,0.513,0.128 +0.333,0.17,0.17,0,0,0,1,0.261,0.523,0.523,0,0.577,0.0857 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.171 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.214 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.257 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +1,0.417,0.417,0.217,0,0,0,0.433,0.713,0.713,0,0,0.0428 +1,0.501,0.501,0.0333,0.733,0,0,0.588,0.773,0.773,0.628,0,0.214 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.134,0,0.406 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.355 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.171 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.257 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.224 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0.166 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.0428 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.171 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.333,0.162,0.162,0.217,0,0,0,0.29,0.538,0.538,0,0,0.128 +0.333,0.172,0.172,0.283,0,0,0,0.316,0.548,0.548,0,0,0.0428 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.0428 +1,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.214 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.246 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.235 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.171 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.336 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.248 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.21 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.1 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.0591 +0.333,0.164,0.164,0.467,0,0,0,0.264,0.528,0.528,0,0,0.128 +0.333,0.16,0.16,0.0333,0,0,0,0.261,0.533,0.533,0,0,0.214 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.0857 +0.667,0.294,0.294,0.25,0,0,0,0.374,0.631,0.631,0,0,0.257 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.0428 +1,0.655,0.655,0,0.167,0,0,0.699,0.788,0.788,0.328,0,0.0857 +1,0.829,0.829,0,0.567,0,0,0.743,0.743,0.743,0.491,0,0.171 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.25 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.214 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0582 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,1 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.139 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.231 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.369 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.476 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.487 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0.0428 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.257 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0.214 +1,0.35,0.35,0.217,0,0,0,0.478,0.67,0.67,0,0,0.214 +1,0.453,0.453,0.0333,0,0,0,0.552,0.68,0.68,0,0,0 +1,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.214 +1,0.62,0.62,0.217,0,0,0,0.611,0.621,0.621,0,0,0.0857 +1,0.564,0.564,1,0,0,0,0.596,0.601,0.601,0,0,0.219 +1,0.356,0.356,0.533,0,0,0,0.522,0.551,0.551,0,0,0.255 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.471 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.0495,0.0495,0.717,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.175,0.175,0.0333,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.174,0.174,0,0.417,0,0,0.257,0.523,0.523,0.521,0,0.214 +0.667,0.17,0.17,0,0.567,0,0,0.261,0.523,0.523,0.37,0,0.164 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.12 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.799 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.268 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.184 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.251,0.251,0,0,0,0,0.405,0.573,0.573,0,0,0 +0.333,0.309,0.309,0.717,0,0,0,0.42,0.558,0.558,0,0,0 +0.667,0.62,0.62,0.283,0,0,0,0.611,0.621,0.621,0,0,0 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.214 +0.333,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.333,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.0428 +0.667,0.099,0.099,0,0,0,0,0.382,0.502,0.502,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.102 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0891 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.189 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0428 +0.667,0.17,0.17,0,0.733,0,0,0.261,0.523,0.523,0.643,0,0.0857 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0.759,0,0.0428 +0.667,0.271,0.271,0,0,0.638,0,0.263,0.601,0.601,0,0.416,0.0428 +0.667,0.269,0.269,0,0,0.255,0.683,0.293,0.601,0.601,0,0.416,0.171 +0.667,0.269,0.269,0,0,0,0.0167,0.315,0.591,0.591,0,0.756,0.128 +0.667,0.274,0.274,0.217,0,0,0,0.323,0.611,0.611,0,0.613,0 +0.667,0.294,0.294,1,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0.283,0,0,0,0.478,0.67,0.67,0,0,0.0857 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.3 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.466 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.0465 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.222 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0,0.0524 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0.257 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.25,0.167,0,0,0.258,0.465,0.465,0.241,0,0 +1,0.236,0.236,0.217,0.817,0.596,0.167,0.404,0.522,0.522,0.297,0.426,0.232 +1,0.417,0.417,0.0333,0,0,0.783,0.521,0.624,0.624,0,0.524,0 +0.667,0.301,0.301,0.717,0,0,0,0.337,0.581,0.581,0,0.389,0 +0.667,0.299,0.299,0.283,0,0,0,0.256,0.581,0.581,0,0,0.0857 +0.333,0.17,0.17,0.25,0,0,0,0.261,0.523,0.523,0,0,0.128 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0.25,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.269,0.269,0.5,0,0,0,0.293,0.601,0.601,0,0,0.0428 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.0857 +0.667,0.274,0.274,0,0,0.596,0.167,0.323,0.611,0.611,0,0.251,0.0428 +0.667,0.294,0.294,0.217,0,0,0.3,0.374,0.631,0.631,0,0.441,0.087 +0.667,0.35,0.35,0.0333,0,0,0,0.478,0.67,0.67,0,0,0.188 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.257 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.345 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.0857 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.171 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,1,0,0.319,0,0.331,0.493,0.493,0,0.148,0.32 +1,0.172,0.172,0.283,0,0.277,0.667,0.346,0.518,0.518,0,0.738,0.0906 +1,0.427,0.427,0,0,0,0.283,0.377,0.639,0.639,0,0,0.205 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.0503 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.734 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.122 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.214 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.171 +0.667,0.251,0.251,0,0.667,0,0,0.405,0.573,0.573,0.44,0,0.171 +1,0.829,0.829,0,0.317,0,0,0.743,0.743,0.743,0.737,0,0.514 +1,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0.272,0,0.0428 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.171 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.771 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.358 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.312 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.282 +0.667,0.453,0.453,0,0,0.638,0,0.552,0.68,0.68,0,0.0225,0.388 +0.667,0.569,0.569,0,0,0.255,0.683,0.581,0.65,0.65,0,0,0.0601 +1,0.905,0.905,0,0,0,0.267,0.788,0.698,0.698,0,0,0.313 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.0857 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.51 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.125 +0.667,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0.19 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.193 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.611 +0.333,0.17,0.17,0.217,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0.783,0,0,0,0.264,0.528,0.528,0,0,0.0918 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.0857 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.115 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.438 +0.667,0.294,0.294,0,0.417,0,0,0.374,0.631,0.631,0.452,0,0.111 +0.667,0.35,0.35,0,0.317,0,0,0.478,0.67,0.67,0.61,0,0.315 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0.141,0,0.116 +1,0.829,0.829,0,0.733,0,0,0.743,0.743,0.743,0.626,0,0.128 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.351 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.132 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.309,0.469,0.469,0,0,0 +1,0.0495,0.0495,0.283,0,0,0,0.305,0.464,0.464,0,0,0.145 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.246 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.324 +0.667,0.301,0.301,0,0,0,0,0.337,0.581,0.581,0,0,0.264 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.1 +0.333,0.17,0.17,0.217,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0.283,0,0,0,0.264,0.528,0.528,0,0,0.086 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.162,0.162,0.25,0,0,0,0.29,0.538,0.538,0,0,0.385 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.0857 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.128 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.128 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.269 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.171 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.257 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.234 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.667,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.17,0.17,0.0333,0,0,0,0.261,0.523,0.523,0,0,0.0857 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.343 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.0857 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.0428 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.257 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.3 +1,0.905,0.905,0,0,0.596,0.167,0.788,0.698,0.698,0,0.444,0.0428 +1,0.821,0.821,0,0,0,0.533,0.765,0.669,0.669,0,0.558,0.0962 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0.796,0.0428 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.481,0 +1,0.099,0.099,0,0,0,0,0.382,0.502,0.502,0,0.281,0.1 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.214 +1,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.128 +1,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.0428 +1,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.667,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.0857 +0.333,0.0495,0.0495,0.75,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.0857 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.306 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.282 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.0857 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.128 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.212 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.236,0.236,0,0,0,0,0.404,0.522,0.522,0,0,0.136 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.177 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.0882 +0.667,0.271,0.271,0,0,0.596,0,0.263,0.601,0.601,0,0.138,0.102 +0.333,0.159,0.159,0,0,0,0.917,0.275,0.533,0.533,0,0.781,0 +0.333,0.159,0.159,0,0,0,0.267,0.286,0.528,0.528,0,0.736,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0.473,0.0857 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0.505,0.0428 +0.333,0.2,0.2,0,0.733,0,0,0.368,0.568,0.568,0.75,0.182,0.257 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0.508,0,0.171 +1,0.829,0.829,0,0,0.596,0,0.743,0.743,0.743,0.121,0.373,0.214 +1,0.905,0.905,0,0,0,0.233,0.788,0.698,0.698,0,0.0691,0.535 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.0428 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0.0333,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.104 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.102 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.509 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.164,0.164,0,0.917,0,0,0.264,0.528,0.528,0.645,0,0.171 +0.333,0.16,0.16,0,0.0667,0,0,0.261,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.0857 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0.0428 +0.667,0.35,0.35,0.25,0,0,0,0.478,0.67,0.67,0,0,0.0428 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.0857 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.128 +1,0.905,0.905,0,0,0.298,0.4,0.788,0.698,0.698,0,0.449,0.476 +1,0.821,0.821,0,0,0,0.0667,0.765,0.669,0.669,0,0.902,0 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.449,0 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.301 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0503 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.236,0.236,0.75,0,0,0,0.404,0.522,0.522,0,0,0.128 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.0428 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.0428 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.343 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0.967,0,0.319,0,0.258,0.465,0.465,0,0.0932,0.0857 +0.667,0.294,0.294,0.0333,0,0.574,0.433,0.374,0.631,0.631,0,0.143,0.128 +0.667,0.35,0.35,0,0,0,0.267,0.478,0.67,0.67,0,0,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.363 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.19 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.335 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.331 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.15 +0.333,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.333,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.0428 +0.333,0.174,0.174,0.217,0,0,0,0.257,0.523,0.523,0,0,0.0857 +0.333,0.17,0.17,1,0,0,0,0.261,0.523,0.523,0,0,0.171 +0.333,0.164,0.164,0.533,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0.596,0.417,0.261,0.533,0.533,0,0.635,0 +0.333,0.159,0.159,0,0,0,0.283,0.275,0.533,0.533,0,0.416,0 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0.151,0.128 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.2,0.2,0,0,0,0,0.368,0.568,0.568,0,0,0.243 +0.333,0.251,0.251,0,0.417,0,0,0.405,0.573,0.573,0.365,0,0.3 +1,0.829,0.829,0,0.317,0,0,0.743,0.743,0.743,0.518,0,0.3 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.282,0,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.128 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.295 +1,0.33,0.33,0.0333,0,0,0,0.477,0.55,0.55,0,0,0.121 +1,0.417,0.417,0,0,0,0,0.521,0.624,0.624,0,0,0.0515 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.271 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0428 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.128 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.341 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.214 +0.333,0.159,0.159,0.217,0,0,0,0.286,0.528,0.528,0,0,0 +1,0.274,0.274,0.0333,0,0,0,0.323,0.611,0.611,0,0,0.214 +1,0.417,0.417,0.5,0,0,0,0.433,0.713,0.713,0,0,0.276 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.0857 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.171 +1,0.829,0.829,0,0.917,0,0,0.743,0.743,0.743,0.504,0,0.128 +1,0.905,0.905,0,0.0667,0,0,0.788,0.698,0.698,0.769,0,0.499 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0.457,0,0.075 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0.586,0,0.0857 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0.71,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.25,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.177 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.17,0.17,0.783,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.128 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.171 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0.343 +0.667,0.35,0.35,0,0,0,0,0.478,0.67,0.67,0,0,0.128 +1,0.655,0.655,0.217,0,0.319,0,0.699,0.788,0.788,0,0.243,0.0857 +1,0.829,0.829,0.283,0,0.574,0.433,0.743,0.743,0.743,0,0.797,0.128 +1,0.905,0.905,0,0,0,0.0333,0.788,0.698,0.698,0,0.805,0.128 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.477,0.214 +1,0.51,0.51,0.717,0,0,0,0.654,0.594,0.594,0,0.13,0.0428 +1,0.249,0.249,0.533,0,0,0,0.555,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0518,0.0518,0,0,0,0,0.33,0.472,0.472,0,0,0 +0.667,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +0.667,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +0.667,0.172,0.172,0,0.417,0,0,0.346,0.518,0.518,0.447,0,0 +0.667,0.301,0.301,0,0.317,0,0,0.337,0.581,0.581,0.297,0,0.343 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.128 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.3 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.0428 +0.667,0.269,0.269,0,0,0.596,0.167,0.293,0.601,0.601,0,0.722,0.0428 +1,0.379,0.379,0,0,0,0.0667,0.344,0.654,0.654,0,0.608,0.214 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.128 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0,0.0495,0.0495,0,0,0.894,0.183,0.258,0.465,0.465,0,0.428,0.128 +0.333,0.335,0.335,0,0,0,0.05,0.434,0.543,0.543,0,0.19,0 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0691 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.0605 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.163 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.181 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.642 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.0857 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.128 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.294,0.294,0.25,0,0,0,0.374,0.631,0.631,0,0,0.358 +1,0.501,0.501,0.217,0,0,0,0.588,0.773,0.773,0,0,0.128 +1,0.655,0.655,1,0.917,0,0,0.699,0.788,0.788,0.63,0,0.128 +1,0.829,0.829,0.283,0.0667,0,0,0.743,0.743,0.743,0.537,0,0 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0.496,0,0 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.0428 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.161 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0 +1,0.295,0.295,0,0,0,0,0.433,0.571,0.571,0,0,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.0938 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.0428 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.3 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.171 +0.333,0.16,0.16,0.5,0,0,0,0.261,0.533,0.533,0,0,0 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0857 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.0857 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.171 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +0.333,0.2,0.2,0.467,0,0,0,0.368,0.568,0.568,0,0,0.0428 +0.667,0.453,0.453,0.0333,0,0,0,0.552,0.68,0.68,0,0,0.212 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.276 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.0428 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.0887 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.153 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.194 +0.333,0.0495,0.0495,0.217,0.667,0,0,0.258,0.465,0.465,0.396,0,0.0856 +0.333,0.175,0.175,0.533,0.0667,0,0,0.298,0.523,0.523,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.514 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.294,0.294,0,0,0,0,0.374,0.631,0.631,0,0,0 +1,0.501,0.501,0.717,0.167,0,0,0.588,0.773,0.773,0.268,0,0.0558 +1,0.655,0.655,0.533,0.567,0,0,0.699,0.788,0.788,0.246,0,0.0428 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.171 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.343 +0.667,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.0857 +0.667,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.319,0,0.258,0.465,0.465,0,0.273,0 +1,0.0798,0.0798,0,0,0.574,0.433,0.305,0.474,0.474,0,0.648,0.0818 +1,0.236,0.236,0,0,0,0.267,0.404,0.522,0.522,0,0.5,0.108 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0.593,0 +0.667,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0.519,0.128 +0.667,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0.441,0.0428 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0663 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.135 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.332 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.085 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.0857 +0.667,0.294,0.294,0.467,0,0,0,0.374,0.631,0.631,0,0,0.128 +0.667,0.35,0.35,1,0,0,0,0.478,0.67,0.67,0,0,0.0857 +1,0.655,0.655,0.283,0,0,0,0.699,0.788,0.788,0,0,0.428 +1,0.829,0.829,0,0,0.894,0,0.743,0.743,0.743,0,0.441,0.257 +1,0.62,0.62,0,0,0,0.7,0.611,0.621,0.621,0,0.519,0.343 +1,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0.412,0.313 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0.32,0.0428 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.309,0.474,0.474,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0.467,0,0,0,0.331,0.493,0.493,0,0,0.135 +1,0.417,0.417,0.283,0,0,0,0.521,0.624,0.624,0,0,0.173 +1,0.427,0.427,0,0,0,0,0.377,0.639,0.639,0,0,0 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.293,0.601,0.601,0,0,0 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0 +0.667,0.274,0.274,0,0,0,0,0.323,0.611,0.611,0,0,0.257 +1,0.417,0.417,0.217,0,0,0,0.433,0.713,0.713,0,0,0.343 +0.667,0.35,0.35,0.283,0,0,0,0.478,0.67,0.67,0,0,0 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.3 +1,0.829,0.829,0,0,0,0,0.743,0.743,0.743,0,0,0.385 +1,0.905,0.905,0,0.167,0,0,0.788,0.698,0.698,0.334,0,0.3 +1,0.821,0.821,0,0.567,0,0,0.765,0.669,0.669,0.56,0,0.309 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0.243,0,0.0857 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.259 +1,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.286 +1,0.299,0.299,0,0,0,0,0.256,0.581,0.581,0,0,0.32 +0.667,0.291,0.291,0,0,0,0,0.263,0.581,0.581,0,0,0.154 +0.667,0.279,0.279,0,0,0,0,0.271,0.591,0.591,0,0,0.337 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.214 +0,0.0495,0.0495,0.25,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.159,0.159,0,0,0,0,0.286,0.528,0.528,0,0,0.171 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0,0 +1,0.501,0.501,0,0,0.298,0.233,0.588,0.773,0.773,0,0.367,0.0428 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0.662,0.0857 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0.148,0.128 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.128 +0.667,0.564,0.564,0,0,0,0,0.596,0.601,0.601,0,0,0.214 +0.667,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0 +0.667,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.056 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0 +1,0.143,0.143,0,0,0,0,0.331,0.493,0.493,0,0,0.177 +1,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.667,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.0857 +0.667,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0815 +0.667,0.271,0.271,0,0,0,0,0.263,0.601,0.601,0,0,0.0956 +0.667,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0 +1,0.269,0.269,0,0,0.298,0.4,0.315,0.591,0.591,0,0.268,0.0857 +1,0.387,0.387,0,0,0,0.0667,0.355,0.684,0.684,0,0.587,0 +1,0.417,0.417,0,0,0,0,0.433,0.713,0.713,0,0.315,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0.537,0.0857 +1,0.655,0.655,0,0.667,0,0,0.699,0.788,0.788,0.36,0,0.0428 +1,0.829,0.829,0,0.317,0.596,0.167,0.743,0.743,0.743,0,0.477,0.0857 +1,0.905,0.905,0,0,0,0.533,0.788,0.698,0.698,0,0.412,0.171 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0.561,0 +1,0.51,0.51,0,0,0,0,0.654,0.594,0.594,0,0.825,0 +1,0.183,0.183,0,0,0,0,0.456,0.512,0.512,0,0.347,0.214 +1,0.0743,0.0743,0,0,0,0,0.32,0.484,0.484,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0563 +1,0.0798,0.0798,0,0,0,0,0.305,0.474,0.474,0,0,0.0596 +0.667,0.143,0.143,0.25,0,0,0,0.331,0.493,0.493,0,0,0.139 +0.667,0.172,0.172,0,0,0,0,0.346,0.518,0.518,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.171 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.192 +0.667,0.294,0.294,0.25,0,0,0,0.374,0.631,0.631,0,0,0.0958 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.0857 +1,0.655,0.655,0,0,0,0,0.699,0.788,0.788,0,0,0.0857 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.0428 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.325 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.321 +1,0.356,0.356,0,0,0,0,0.522,0.551,0.551,0,0,0.198 +1,0.116,0.116,0,0,0,0,0.357,0.489,0.489,0,0,0.172 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0506,0.0506,0,0,0,0,0.294,0.469,0.469,0,0,0.438 +1,0.11,0.11,0,0,0,0,0.352,0.482,0.482,0,0,0.0285 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0458 +0.333,0.175,0.175,0,0,0,0,0.298,0.523,0.523,0,0,0.312 +0.333,0.174,0.174,0,0,0,0,0.257,0.523,0.523,0,0,0.128 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.176 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.269,0.269,0,0,0,0,0.315,0.591,0.591,0,0,0.21 +0.333,0.162,0.162,0.467,0,0,0,0.29,0.538,0.538,0,0,0 +0.667,0.294,0.294,0.283,0,0.298,0.4,0.374,0.631,0.631,0,0.476,0 +0.667,0.35,0.35,0,0,0,0.3,0.478,0.67,0.67,0,0.601,0 +0.667,0.453,0.453,0,0,0,0,0.552,0.68,0.68,0,0,0.0857 +0.667,0.569,0.569,0,0,0,0,0.581,0.65,0.65,0,0,0.599 +1,0.905,0.905,0,0,0,0,0.788,0.698,0.698,0,0,0.334 +1,0.821,0.821,0,0,0,0,0.765,0.669,0.669,0,0,0.408 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.183 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.143,0.143,0,0.667,0,0,0.331,0.493,0.493,0.63,0,0 +0.667,0.172,0.172,0,0.0667,0,0,0.346,0.518,0.518,0.11,0,0 +0.333,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.174,0.174,0.783,0,0,0,0.257,0.523,0.523,0,0,0.171 +0.333,0.17,0.17,0,0,0,0,0.261,0.523,0.523,0,0,0.128 +0.333,0.164,0.164,0,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.16,0.16,0,0,0,0,0.261,0.533,0.533,0,0,0.0428 +0.333,0.159,0.159,0,0,0,0,0.275,0.533,0.533,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.162,0.162,0,0,0,0,0.29,0.538,0.538,0,0,0.257 +0.333,0.172,0.172,0,0,0,0,0.316,0.548,0.548,0,0,0 +1,0.501,0.501,0,0,0,0,0.588,0.773,0.773,0,0,0.128 +1,0.655,0.655,0,0.167,0,0,0.699,0.788,0.788,0.289,0,0.214 +0.667,0.569,0.569,0,0.567,0,0,0.581,0.65,0.65,0.241,0,0.171 +0.667,0.62,0.62,0,0,0,0,0.611,0.621,0.621,0,0,0.128 +1,0.307,0.307,0,0,0,0,0.427,0.533,0.533,0,0,0.128 +1,0.203,0.203,0,0,0,0,0.39,0.508,0.508,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.271 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.0634 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.316 +1,0.318,0.318,0,0,0.787,0,0.337,0.58,0.58,0,0.416,0.133 +1,0.456,0.456,0,0,0.106,0.8,0.254,0.637,0.637,0,0.85,0.362 +0.667,0.312,0.312,0,0,0,0.233,0.263,0.58,0.58,0,0.523,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.522 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.0568 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0.0428 +0.667,0.647,0.647,0.0833,0,0,0,0.55,0.679,0.679,0,0,0.128 +1,0.919,0.919,0.733,0,0,0,0.741,0.741,0.741,0,0,0.3 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.425 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.128 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0.298,0.25,0.258,0.465,0.465,0,0.473,0.167 +1,0.433,0.433,0.833,0,0,0,0.52,0.622,0.622,0,0,0.171 +0.667,0.318,0.318,0.533,0,0,0,0.337,0.58,0.58,0,0,0.207 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.135 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0.113 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.126 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.1 +0.667,0.289,0.289,0.267,0,0,0,0.292,0.6,0.6,0,0,0.0889 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.0428 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.257 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.214 +0.667,0.647,0.647,0,0.533,0,0,0.55,0.679,0.679,0.533,0,0.403 +1,0.919,0.919,0,0.783,0,0,0.741,0.741,0.741,0.504,0,0.161 +1,0.747,0.747,0,0.25,0,0,0.785,0.696,0.696,0.521,0,0.113 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.213 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.312 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.667,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.0428 +0.667,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.214 +0.667,0.175,0.175,0.217,0,0,0,0.264,0.528,0.528,0,0,0.248 +0.667,0.292,0.292,0.05,0,0,0,0.263,0.6,0.6,0,0,0.214 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.223 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.0428 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.0857 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.171 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.0428 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.171 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.0428 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0 +1,0.249,0.249,0,0,0,0,0.553,0.533,0.533,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.267,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.321,0.321,0.217,0,0.596,0.167,0.255,0.58,0.58,0,0.391,0 +0.667,0.312,0.312,0.6,0,0,0.0833,0.263,0.58,0.58,0,0.256,0 +0.667,0.3,0.3,0,0,0.298,0.65,0.27,0.59,0.59,0,0.375,0 +0.667,0.292,0.292,0,0,0,0.117,0.263,0.6,0.6,0,0.524,0.0428 +0.667,0.289,0.289,0.533,0,0,0,0.292,0.6,0.6,0,0.0932,0.0428 +0.667,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0346 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.0857 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.171 +0.667,0.647,0.647,0,0.167,0,0,0.55,0.679,0.679,0.287,0,0.26 +0.667,0.629,0.629,0.217,0.617,0,0,0.58,0.649,0.649,0.385,0,0.187 +0.667,0.515,0.515,1,0,0,0,0.609,0.619,0.619,0,0,0.0857 +1,0.566,0.566,0.15,0,0,0,0.763,0.667,0.667,0,0,0.277 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.291 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.101 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.076 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.305,0.463,0.463,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0,0,0.298,0.267,0.305,0.473,0.473,0,0.379,0.171 +1,0.245,0.245,0.267,0,0,0.767,0.403,0.521,0.521,0,0.768,0 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.0534 +0.667,0.184,0.184,0.267,0,0,0,0.297,0.523,0.523,0,0,0.354 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.192 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.245 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.369 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.194,0.194,0,0,0.149,0,0.29,0.537,0.537,0,0.0225,0.0813 +0.333,0.237,0.237,0.817,0,0.745,0.3,0.316,0.547,0.547,0,0,0.43 +1,0.804,0.804,0,0.533,0,0.217,0.586,0.77,0.77,0.396,0,0.121 +1,0.946,0.946,0,0.25,0,0,0.697,0.785,0.785,0.177,0,0.0857 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.096 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.0857 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.214 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0985 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0.141 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.187 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.26 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.0965 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.257 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.177 +0.333,0.175,0.175,0.817,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.0428 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.3 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.128 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.0857 +0.667,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.0428 +0.333,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.214 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.0428 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.137 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.252 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0849 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.145 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0 +0.333,0.184,0.184,0,0.0333,0,0,0.297,0.523,0.523,0.115,0,0 +0.333,0.185,0.185,0,0.75,0,0,0.257,0.523,0.523,0.718,0,0.071 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.0701 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.214 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.343 +0.333,0.194,0.194,0.333,0,0,0,0.29,0.537,0.537,0,0,0.0857 +0.667,0.425,0.425,0.2,0.0333,0,0,0.373,0.629,0.629,0.11,0,0 +0.667,0.553,0.553,0,0.75,0,0,0.477,0.669,0.669,0.643,0,0.0857 +0.667,0.647,0.647,0,0.283,0,0,0.55,0.679,0.679,0.312,0,0.347 +1,0.919,0.919,0,0.5,0,0,0.741,0.741,0.741,0.608,0,0.478 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.55 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0.257 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.0974 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.154 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.041 +1,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.146 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0858 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0.267,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0 +0,0.0495,0.0495,0,0,0.298,0.0167,0.258,0.465,0.465,0,0.236,0.0428 +0.333,0.169,0.169,0,0,0,0.75,0.275,0.532,0.532,0,0.666,0.0857 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0.465,0.128 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0.375,0 +0.333,0.237,0.237,0.833,0,0,0,0.316,0.547,0.547,0,0.682,0.0428 +0.667,0.553,0.553,0.25,0,0,0,0.477,0.669,0.669,0,0.527,0.171 +1,0.946,0.946,0,0.283,0,0,0.697,0.785,0.785,0.212,0.301,0.171 +1,0.919,0.919,0,0.5,0,0,0.741,0.741,0.741,0.407,0.0595,0.0857 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.3 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.274 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.176 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0.333,0.283,0,0,0.258,0.465,0.465,0.244,0,0 +0.667,0.184,0.184,1,0.5,0,0,0.297,0.523,0.523,0.275,0,0.257 +0.667,0.185,0.185,1,0,0,0,0.257,0.523,0.523,0,0,0.0857 +0.667,0.312,0.312,0.133,0,0,0,0.263,0.58,0.58,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.0857 +0,0.0495,0.0495,0.333,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.333,0.169,0.169,0.2,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.171 +0.667,0.237,0.237,0.583,0,0,0,0.316,0.547,0.547,0,0,0.317 +0.667,0.553,0.553,0.233,0.533,0,0,0.477,0.669,0.669,0.353,0,0.128 +1,0.946,0.946,0,0.25,0,0,0.697,0.785,0.785,0.117,0,0.343 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.0428 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.172 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.269 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.48 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.208 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.0717 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.0648 +0.333,0.185,0.185,0.717,0,0,0,0.257,0.523,0.523,0,0,0.444 +0.333,0.181,0.181,1,0,0,0,0.26,0.523,0.523,0,0,0.343 +0.333,0.175,0.175,0.2,0,0.596,0.417,0.264,0.528,0.528,0,0.518,0.0428 +0.667,0.292,0.292,0,0,0,0.617,0.263,0.6,0.6,0,0.455,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0.54,0.128 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0.4,0.0428 +0.667,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.171 +0.667,0.237,0.237,0.717,0,0,0,0.316,0.547,0.547,0,0,0.128 +1,0.553,0.553,0.1,0,0,0,0.477,0.669,0.669,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.171 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.128 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.0857 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.0857 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.257 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.187 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.0857 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.41 +0.667,0.338,0.338,0,0.167,0,0,0.322,0.609,0.609,0.343,0,0.131 +0.667,0.425,0.425,0,0.617,0,0,0.373,0.629,0.629,0.633,0,0.282 +1,0.553,0.553,0.217,0,0,0,0.477,0.669,0.669,0.351,0,0.355 +1,0.946,0.946,0.317,0,0,0,0.697,0.785,0.785,0,0,0.214 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.0857 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.419 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.131 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.0365 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.174 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0.292 +1,0.0495,0.0495,0,0,0,0,0.308,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.107 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.115 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.201 +0.667,0.177,0.177,0.267,0,0,0,0.345,0.518,0.518,0,0,0.0877 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.0956 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.183 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.3,0.3,0,0.283,0,0,0.27,0.59,0.59,0.334,0,0.173 +0.667,0.292,0.292,0,0.5,0,0,0.263,0.6,0.6,0.514,0,0.461 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.0694 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0.267,0,0,0,0.29,0.537,0.537,0,0,0.0857 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.3 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.171 +0.667,0.647,0.647,0,0.783,0,0,0.55,0.679,0.679,0.722,0,0.0857 +1,0.919,0.919,0,0.267,0,0,0.741,0.741,0.741,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.128 +1,0.222,0.222,0,0,0,0,0.426,0.532,0.532,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.245,0.245,0.533,0,0.298,0.0167,0.403,0.521,0.521,0,0.0981,0 +1,0.433,0.433,0,0,0,0.233,0.52,0.622,0.622,0,0.695,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.0937 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.295 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.128 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.128 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.0428 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.0428 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0.333,0,0,0,0.316,0.547,0.547,0,0,0.0857 +1,0.804,0.804,0.2,0,0,0,0.586,0.77,0.77,0,0,0.218 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.413 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.0428 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.181 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.27 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.0141 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0912 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.13 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0.333,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.184,0.184,0.483,0,0,0,0.297,0.523,0.523,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.343 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0629 +0.667,0.338,0.338,0.817,0,0,0,0.322,0.609,0.609,0,0,0.0428 +1,0.612,0.612,0.833,0,0,0,0.431,0.711,0.711,0,0,0.0428 +1,0.804,0.804,1,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,0.633,0,0,0,0.697,0.785,0.785,0,0,0.0857 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.274 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.244 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.277 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0.263 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.0799 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.171,0.171,0.533,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0428 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.0857 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.257 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.214 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.106 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.214 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.128 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.333,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0.2,0,0,0,0.305,0.473,0.473,0,0,0.0928 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.26 +1,0.433,0.433,0,0,0,0,0.52,0.622,0.622,0,0,0.0908 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.113 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.214 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0 +0.333,0.237,0.237,0.267,0,0,0,0.316,0.547,0.547,0,0,0.128 +0.667,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.0857 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.113 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.128 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.214 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.0857 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0.491 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.136 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.6,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.176 +1,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0.106 +1,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0.205 +1,0.3,0.3,0.533,0,0,0,0.27,0.59,0.59,0,0,0 +0.667,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.128 +1,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.171 +1,0.421,0.421,0,0.667,0,0,0.343,0.652,0.652,0.436,0,0 +1,0.482,0.482,0,0.117,0,0,0.354,0.681,0.681,0,0,0 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0.0428 +1,0.804,0.804,0,0.167,0,0,0.586,0.77,0.77,0.26,0,0.214 +1,0.946,0.946,0,0.617,0,0,0.697,0.785,0.785,0.608,0,0.257 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0.497,0,0.0428 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0.321,0,0.0857 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.0857 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0.0428 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0453 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.162 +1,0.177,0.177,0.267,0,0,0,0.345,0.518,0.518,0,0,0.0741 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +1,0.456,0.456,0,0,0,0,0.254,0.637,0.637,0,0,0.171 +0.667,0.312,0.312,0,0,0,0,0.263,0.58,0.58,0,0,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0.0428 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.0857 +0.333,0.169,0.169,0.267,0,0,0,0.275,0.532,0.532,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.482,0.482,0,0,0,0,0.354,0.681,0.681,0,0,0.0857 +1,0.612,0.612,0,0,0,0,0.431,0.711,0.711,0,0,0.0857 +1,0.804,0.804,0,0.417,0,0,0.586,0.77,0.77,0.606,0,0.257 +1,0.946,0.946,0,0.633,0,0,0.697,0.785,0.785,0.105,0,0.171 +1,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.385 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.428 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.171 +1,0.493,0.493,0,0.917,0,0,0.652,0.593,0.593,0.603,0,0 +1,0.116,0.116,0,0.133,0,0,0.356,0.488,0.488,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.272 +1,0.342,0.342,0,0,0,0,0.476,0.548,0.548,0,0,0.41 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.155 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.0857 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.0428 +0.333,0.175,0.175,0.333,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0.2,0,0,0,0.26,0.532,0.532,0,0,0.0428 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.128 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.354 +0.667,0.425,0.425,0.333,0,0,0,0.373,0.629,0.629,0,0,0.189 +0.667,0.553,0.553,1,0,0,0,0.477,0.669,0.669,0,0,0.403 +1,0.946,0.946,1,0,0,0,0.697,0.785,0.785,0,0,0.477 +1,0.919,0.919,0.683,0,0,0,0.741,0.741,0.741,0,0,0.3 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.0857 +0.667,0.394,0.394,0,0,0.468,0,0.595,0.6,0.6,0,0.0514,0.0584 +0.667,0.345,0.345,0,0,0.128,0.783,0.521,0.55,0.55,0,0.0981,0.124 +0.667,0.116,0.116,0,0,0,0.25,0.356,0.488,0.488,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.0428 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0816,0.0816,0.0833,0,0,0,0.305,0.473,0.473,0,0,0.0822 +1,0.245,0.245,0.45,0,0,0,0.403,0.521,0.521,0,0,0.205 +1,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.162 +1,0.452,0.452,0,0,0,0,0.376,0.637,0.637,0,0,0.304 +0.667,0.321,0.321,0,0,0,0,0.255,0.58,0.58,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.3 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0.267,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.194,0.194,0,0,0.596,0.0333,0.29,0.537,0.537,0,0.717,0 +0.667,0.425,0.425,0,0,0,0.483,0.373,0.629,0.629,0,0.532,0.211 +0.667,0.553,0.553,0.333,0,0,0,0.477,0.669,0.669,0,0.037,0.147 +1,0.946,0.946,0.2,0,0,0,0.697,0.785,0.785,0,0,0.302 +1,0.919,0.919,0,0,0.149,0,0.741,0.741,0.741,0,0.106,0 +1,0.747,0.747,0,0,0.149,0.767,0.785,0.696,0.696,0,0.529,0.4 +1,0.566,0.566,0,0,0,0.267,0.763,0.667,0.667,0,0.521,0.3 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0.682,0 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0.441,0.3 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0.159,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0498 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.163 +1,0.245,0.245,0,0,0,0,0.403,0.521,0.521,0,0,0.0858 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0,0.0428 +0.333,0.185,0.185,0,0.783,0,0,0.257,0.523,0.523,0.642,0,0.171 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.329 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.0951 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.315 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.257 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.135 +0.333,0.301,0.301,0.533,0,0,0,0.367,0.567,0.567,0,0,0.0988 +0.333,0.348,0.348,0,0,0,0,0.404,0.572,0.572,0,0,0.257 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0 +1,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.214 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.0428 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0.169,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.127 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.1 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.129 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.247 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.385 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.128 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.297 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0857 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.214 +0.667,0.301,0.301,0,0,0,0,0.367,0.567,0.567,0,0,0.614 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.0646 +0.667,0.629,0.629,0,0,0,0,0.58,0.649,0.649,0,0,0.181 +0.667,0.282,0.282,0,0,0,0,0.434,0.542,0.542,0,0,0.0428 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.0428 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.0918 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.163 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.161 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.104 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.173 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.133 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.0658 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.252 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.555 +1,0.804,0.804,0,0,0,0,0.586,0.77,0.77,0,0,0.312 +0.667,0.647,0.647,0.267,0.0333,0,0,0.55,0.679,0.679,0.241,0,0.3 +0.667,0.629,0.629,0,0.75,0,0,0.58,0.649,0.649,0.355,0,0.428 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.482 +0.667,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.257 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.356 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0.145 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.083 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.146 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.176 +1,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0.0794 +0.667,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.0857 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.171 +0.667,0.237,0.237,0.717,0,0,0,0.316,0.547,0.547,0,0,0.343 +1,0.804,0.804,0.65,0.417,0,0,0.586,0.77,0.77,0.396,0,0.171 +1,0.946,0.946,0,0.367,0,0,0.697,0.785,0.785,0.404,0,0.0428 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.0428 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.0428 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.0857 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.0691 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0.161 +1,0.0578,0.0578,0,0,0,0,0.308,0.473,0.473,0,0,0.0656 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.185,0.185,0,0,0.319,0,0.257,0.523,0.523,0,0.116,0 +0.667,0.312,0.312,0,0,0.574,0.25,0.263,0.58,0.58,0,0.773,0 +0.667,0.3,0.3,0,0,0,0,0.27,0.59,0.59,0,0.543,0.0428 +0.667,0.292,0.292,0,0,0,0,0.263,0.6,0.6,0,0,0.0428 +0.667,0.289,0.289,0,0,0,0,0.292,0.6,0.6,0,0,0.0428 +1,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0.0428 +1,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.0942 +1,0.425,0.425,0,0,0,0,0.373,0.629,0.629,0,0,0.233 +1,0.553,0.553,0,0,0,0,0.477,0.669,0.669,0,0,0.272 +1,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.0428 +0.667,0.629,0.629,0.533,0,0,0,0.58,0.649,0.649,0,0,0.171 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.405 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.385 +1,0.493,0.493,0,0,0,0,0.652,0.593,0.593,0,0,0.0428 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.0857 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0968 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.101 +0.667,0.177,0.177,0,0,0,0,0.345,0.518,0.518,0,0,0.293 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.0857 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0,0.0857 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.0428 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.667,0.173,0.173,0.583,0,0,0,0.286,0.528,0.528,0,0,0 +0.667,0.194,0.194,1,0,0,0,0.29,0.537,0.537,0,0,0 +1,0.612,0.612,1,0,0,0,0.431,0.711,0.711,0,0,0.0458 +1,0.804,0.804,0.15,0,0,0,0.586,0.77,0.77,0,0,0.341 +0.667,0.647,0.647,0.533,0,0,0,0.55,0.679,0.679,0,0,0.0428 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.0857 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.219 +1,0.394,0.394,0,0,0,0,0.595,0.6,0.6,0,0,0.409 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.155 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0486 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.101 +1,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0 +0.667,0.177,0.177,0,0.533,0,0,0.345,0.518,0.518,0.412,0,0 +0.333,0.184,0.184,0,0.517,0,0,0.297,0.523,0.523,0.452,0,0 +0.333,0.185,0.185,0,0.533,0,0,0.257,0.523,0.523,0.319,0,0.0857 +0.333,0.181,0.181,0,0.517,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0,0.0857 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.171 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.667,0.297,0.297,0,0,0,0,0.314,0.59,0.59,0,0,0 +0.333,0.194,0.194,0,0,0,0,0.29,0.537,0.537,0,0,0.0428 +0.333,0.237,0.237,0,0.533,0,0,0.316,0.547,0.547,0.548,0,0.0857 +0.333,0.301,0.301,0,0.517,0,0,0.367,0.567,0.567,0.497,0,0.224 +0.667,0.647,0.647,0,0,0,0,0.55,0.679,0.679,0,0,0.462 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.309 +1,0.747,0.747,0,0,0,0,0.785,0.696,0.696,0,0,0.24 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.0381 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.051,0.051,0,0,0,0,0.293,0.468,0.468,0,0,0 +1,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0.154 +1,0.342,0.342,0,0,0.596,0.0333,0.476,0.548,0.548,0,0.371,0.107 +1,0.433,0.433,0,0,0,0.733,0.52,0.622,0.622,0,0.645,0.189 +0.333,0.184,0.184,0,0,0,0,0.297,0.523,0.523,0,0.596,0.471 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0.916,0.0857 +0.333,0.181,0.181,0,0,0,0,0.26,0.523,0.523,0,0.646,0.0428 +0.333,0.175,0.175,0,0,0,0,0.264,0.528,0.528,0,0.209,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0.0428 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.171 +0.333,0.194,0.194,0,0.0333,0,0,0.29,0.537,0.537,0.117,0,0 +0.333,0.237,0.237,0.267,1,0,0,0.316,0.547,0.547,0.414,0,0.257 +0.667,0.553,0.553,0,0.0167,0,0,0.477,0.669,0.669,0,0,0 +0.667,0.647,0.647,0,0.0333,0,0,0.55,0.679,0.679,0.0968,0,0.0983 +0.667,0.629,0.629,0,1,0,0,0.58,0.649,0.649,0.504,0,0.128 +1,0.747,0.747,0,0.0167,0,0,0.785,0.696,0.696,0.705,0,0.171 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.0857 +1,0.197,0.197,0,0,0,0,0.389,0.508,0.508,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0816,0.0816,0,0,0,0,0.305,0.473,0.473,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0 +0.333,0.181,0.181,0.333,0,0,0,0.26,0.523,0.523,0,0,0 +0.333,0.175,0.175,0.483,0,0,0,0.264,0.528,0.528,0,0,0 +0.333,0.171,0.171,0,0,0,0,0.26,0.532,0.532,0,0,0 +0.333,0.169,0.169,0,0,0,0,0.275,0.532,0.532,0,0,0.343 +0.333,0.173,0.173,0,0,0,0,0.286,0.528,0.528,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.237,0.237,0,0,0,0,0.316,0.547,0.547,0,0,0.128 +0.667,0.553,0.553,0.833,0,0,0,0.477,0.669,0.669,0,0,0.343 +1,0.946,0.946,1,0.0333,0,0,0.697,0.785,0.785,0.112,0,0 +1,0.919,0.919,1,0.75,0,0,0.741,0.741,0.741,0.54,0,0 +1,0.747,0.747,1,0,0,0,0.785,0.696,0.696,0.574,0,0.0857 +1,0.566,0.566,0.283,0,0,0,0.763,0.667,0.667,0,0,0.159 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.0428 +1,0.183,0.183,0,0,0,0,0.455,0.511,0.511,0,0,0.214 +1,0.0743,0.0743,0,0,0,0,0.319,0.483,0.483,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.139 +0.667,0.147,0.147,0,0,0,0,0.33,0.493,0.493,0,0,0.0758 +0.667,0.305,0.305,0,0,0,0,0.432,0.57,0.57,0,0,0.0467 +0.667,0.318,0.318,0,0,0,0,0.337,0.58,0.58,0,0,0 +0.333,0.185,0.185,0,0,0,0,0.257,0.523,0.523,0,0,0.171 +0.333,0.181,0.181,0,0.783,0,0,0.26,0.523,0.523,0.537,0,0 +0.333,0.175,0.175,0,0.267,0,0,0.264,0.528,0.528,0,0,0.246 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.338,0.338,0,0,0,0,0.322,0.609,0.609,0,0,0.0428 +0.667,0.425,0.425,0.333,0,0,0,0.373,0.629,0.629,0,0,0 +1,0.804,0.804,0.2,0,0,0,0.586,0.77,0.77,0,0,0 +1,0.946,0.946,0,0,0,0,0.697,0.785,0.785,0,0,0.128 +1,0.919,0.919,0,0,0,0,0.741,0.741,0.741,0,0,0.0857 +0.667,0.515,0.515,0,0,0,0,0.609,0.619,0.619,0,0,0.128 +1,0.566,0.566,0,0,0,0,0.763,0.667,0.667,0,0,0.181 +1,0.345,0.345,0,0,0,0,0.521,0.55,0.55,0,0,0.253 +1,0.116,0.116,0,0,0,0,0.356,0.488,0.488,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.366 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.201 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0,0.0677 +0.333,0.183,0.183,0.267,0,0,0,0.288,0.585,0.585,0,0,0.171 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.0428 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0428 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.0857 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.3 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0,0.128 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.128 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.0428 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.128 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.0857 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.128 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0.0428 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0 +1,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.0857 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.343 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.0428 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.269 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.133 +1,0.661,0.661,0,0,0,0,0.545,0.899,0.899,0,0,0.193 +1,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.138 +1,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.194 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.207 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.0428 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.128 +1,0.342,0.342,0.217,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0.9,0,0,0,0.552,0.605,0.605,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.322 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0.132 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.129 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.0753 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.333,0.323,0.323,0.967,0,0,0,0.419,0.635,0.635,0,0,0.402 +1,1,1,0.15,0,0,0,0.881,0.993,0.993,0,0,0.119 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.218 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.128 +0.667,0.386,0.386,0.55,0,0,0,0.729,0.717,0.717,0,0,0.128 +1,0.196,0.196,0,0.667,0,0,0.447,0.56,0.56,0.428,0,0.428 +1,0.116,0.116,0,0.15,0,0,0.405,0.535,0.535,0.525,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0.301,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0.267,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.117 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.181,0.181,0.217,0,0,0,0.391,0.572,0.572,0,0,0.0428 +0.667,0.33,0.33,0.05,0,0,0,0.403,0.692,0.692,0,0,0.128 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.128 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0.267,0,0,0,0.284,0.591,0.591,0,0,0.128 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.171 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0428 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.0857 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.0428 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,0,0.417,0,0,0.673,0.817,0.817,0.45,0,0.331 +0.667,0.638,0.638,0,0.667,0,0,0.711,0.78,0.78,0.577,0,0.214 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0.433,0,0.0428 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.0857 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.103 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.337 +0.667,0.181,0.181,0,0.667,0,0,0.391,0.572,0.572,0.365,0,0.0428 +0.667,0.19,0.19,0,0.15,0,0,0.33,0.579,0.579,0,0,0.0922 +0.667,0.337,0.337,0.55,0,0,0,0.3,0.692,0.692,0,0,0.463 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.3 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.128 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0.417,0,0,0.321,0.597,0.597,0.329,0,0 +0.667,0.457,0.457,0.217,0.667,0,0,0.449,0.755,0.755,0.521,0,0 +0.667,0.596,0.596,1,0,0,0,0.58,0.805,0.805,0,0,0.0428 +0.667,0.683,0.683,0.183,0,0,0,0.673,0.817,0.817,0,0,0.0428 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.0428 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.332 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0.225 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.402 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.339 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0.0725 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.262 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.232 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.393 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.194 +0.667,0.307,0.307,0.217,0,0,0,0.31,0.717,0.717,0,0,0.298 +0.333,0.177,0.177,0.05,0,0,0,0.302,0.591,0.591,0,0,0.3 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.171 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.128 +0.667,0.596,0.596,0,0.417,0,0,0.58,0.805,0.805,0.414,0,0.343 +0.667,0.683,0.683,0,0.667,0,0,0.673,0.817,0.817,0.323,0,0.214 +0.667,0.638,0.638,0,0,0.936,0,0.711,0.78,0.78,0,0.404,0 +0.667,0.504,0.504,0,0,0,0.9,0.748,0.742,0.742,0,0.116,0.171 +1,0.554,0.554,0,0,0,0.2,0.965,0.843,0.843,0,0,0.171 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.356 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.139 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.0799 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.0975 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.103 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.131 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.192 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.218 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.121 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.313 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.246 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.209 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.62 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.728 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.438 +1,0.732,0.732,0,0,0.298,0.65,0.993,0.88,0.88,0,0.293,0.0857 +1,0.386,0.386,0,0,0,0.45,0.729,0.717,0.717,0,0.669,0.214 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.165 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +1,0.193,0.193,0,0,0.617,0,0.279,0.579,0.579,0,0.407,0 +1,0.189,0.189,0,0,0,0.9,0.284,0.579,0.579,0,0,0.0857 +1,0.449,0.449,0.967,0,0,0.2,0.35,0.824,0.824,0,0,0.549 +1,0.436,0.436,1,0,0,0,0.336,0.843,0.843,0,0,0.211 +1,0.432,0.432,0.283,0,0,0,0.392,0.843,0.843,0,0,0.128 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.345 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.333,0.323,0.323,0.217,0,0,0,0.419,0.635,0.635,0,0,0.128 +0.333,0.366,0.366,0.333,0,0,0,0.465,0.641,0.641,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.257 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.0428 +0.333,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.514 +0.667,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.201 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.584 +0.667,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.117 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.139 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.149 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.135 +1,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.539 +1,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.0857 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.41 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.289 +1,0.432,0.432,0,0,0,0,0.392,0.843,0.843,0,0,0.0739 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.172 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.297 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.503 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.386 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.339 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.0428 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.0913 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.102 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.128 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.0765 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.442 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.136 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.161 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.3 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.303 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.323 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.444 +1,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.304 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.111 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.327 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.103 +0.667,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.214 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.128 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.0857 +0.667,0.457,0.457,0.217,0,0,0,0.449,0.755,0.755,0,0,0.189 +1,0.869,0.869,0.617,0,0,0,0.741,0.974,0.974,0,0,0 +1,1,1,0.717,0,0,0,0.881,0.993,0.993,0,0,0.0428 +1,0.933,0.933,1,0,0,0,0.937,0.937,0.937,0,0,0.214 +1,0.732,0.732,1,0,0,0,0.993,0.88,0.88,0,0,0.257 +1,0.554,0.554,1,0,0,0,0.965,0.843,0.843,0,0,0.0428 +1,0.342,0.342,0.233,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.351,0.351,0.217,0,0,0,0.601,0.693,0.693,0,0,0.472 +1,0.444,0.444,0.05,0,0,0,0.657,0.787,0.787,0,0,0 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0.617,0.4,0.3,0.692,0.692,0,0.584,0.0857 +0.333,0.189,0.189,0,0,0,0.15,0.284,0.579,0.579,0,0.232,0.171 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0428 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.186 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0.299 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.406 +1,0.933,0.933,0,0,0.638,0,0.937,0.937,0.937,0,0.468,0.0428 +1,0.732,0.732,0,0,0.298,0.267,0.993,0.88,0.88,0,0.243,0.0857 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0.445,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.185 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.088 +0.333,0.0495,0.0495,0,0.417,0,0,0.258,0.465,0.465,0.638,0,0 +0.333,0.181,0.181,0.717,0.4,0,0,0.391,0.572,0.572,0.261,0,0 +0.333,0.19,0.19,0.683,0,0,0,0.33,0.579,0.579,0,0,0.0428 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.0428 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0428 +0.333,0.178,0.178,0.717,0,0,0,0.284,0.591,0.591,0,0,0.3 +0.333,0.177,0.177,0.117,0,0,0,0.302,0.591,0.591,0,0,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.171 +0.667,0.457,0.457,0,0.417,0,0,0.449,0.755,0.755,0.248,0,0 +1,0.869,0.869,0.967,0.4,0,0,0.741,0.974,0.974,0,0,0.171 +1,1,1,1,0,0,0,0.881,0.993,0.993,0,0,0.0428 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.0428 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.257 +0.667,0.386,0.386,0,0,0.936,0,0.729,0.717,0.717,0,0.33,0.171 +1,0.342,0.342,0,0,0,0.9,0.636,0.655,0.655,0,0.408,0.0857 +1,0.183,0.183,0,0,0,0.483,0.552,0.605,0.605,0,0.434,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0.449,0 +1,0.066,0.066,0,0,0,0,0.431,0.567,0.567,0,0.722,0 +1,0.0495,0.0495,0,0,0,0,0.431,0.555,0.555,0,0.162,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.146 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.0801 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.214 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.0428 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.128 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.3 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.0428 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.101 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.171 +0.667,0.457,0.457,0.55,0,0,0,0.449,0.755,0.755,0,0,0.128 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.214 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.128 +1,0.933,0.933,0.267,0.817,0,0,0.937,0.937,0.937,0.75,0,0.428 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0.173,0,0.214 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0987 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.177 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.0958 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.0857 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0857 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.0428 +0.667,0.177,0.177,0.267,0,0,0,0.302,0.591,0.591,0,0,0.171 +0.667,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0428 +0.667,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.0428 +0.667,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.171 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.128 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.0877 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.222 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.273 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.235 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.667,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.0857 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.0857 +1,0.446,0.446,0,0.417,0,0,0.433,0.824,0.824,0.37,0,0.0428 +1,0.513,0.513,0,0.4,0,0,0.447,0.862,0.862,0.626,0,0.0428 +1,0.661,0.661,0.967,0,0,0,0.545,0.899,0.899,0.121,0,0.0857 +1,0.869,0.869,0.15,0,0,0,0.741,0.974,0.974,0,0,0.19 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.209 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.454 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.0857 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0.279 +0.667,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.329 +0.667,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.104 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.343 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.19,0.19,0.217,0,0,0,0.33,0.579,0.579,0,0,0.16 +0.667,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0.169 +1,0.468,0.468,0.183,0,0,0,0.336,0.806,0.806,0,0,0.208 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0263 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.217 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.177 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.182 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0.0857 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.185 +0.667,0.683,0.683,0,0,0.936,0.15,0.673,0.817,0.817,0,0.754,0.281 +0.667,0.638,0.638,0.467,0,0,0.117,0.711,0.78,0.78,0,0,0.257 +0.667,0.504,0.504,0.0833,0.817,0.638,0,0.748,0.742,0.742,0.401,0.212,0.257 +1,0.554,0.554,0,0,0.298,0.65,0.965,0.843,0.843,0,0.741,0.0428 +1,0.342,0.342,0,0,0,0.167,0.636,0.655,0.655,0,0.33,0.257 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0.108,0.443 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0.278 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.126 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.0629 +0.667,0.313,0.313,0.55,0,0,0,0.524,0.68,0.68,0,0,0.257 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.11 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.588 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.472 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0857 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.0857 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.257 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.0428 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0 +0.667,0.596,0.596,0.967,0,0,0,0.58,0.805,0.805,0,0,0 +0.667,0.683,0.683,1,0.667,0,0,0.673,0.817,0.817,0.57,0,0.0857 +0.667,0.638,0.638,0.85,0.417,0,0,0.711,0.78,0.78,0,0,0.193 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.313 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.0857 +1,0.196,0.196,0.217,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0.05,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0.066 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.155 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.14 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.0857 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.128 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.171 +0.667,0.457,0.457,0.217,0,0,0,0.449,0.755,0.755,0,0,0.428 +1,0.869,0.869,0.617,0,0.298,0.4,0.741,0.974,0.974,0,0.362,0.248 +0.667,0.683,0.683,0,0,0,0.15,0.673,0.817,0.817,0,0.643,0.366 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0.323,0.374 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.124 +0.667,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.0428 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.251,0.251,0.617,0,0,0,0.487,0.617,0.617,0,0,0.179 +1,0.444,0.444,0,0.417,0,0,0.657,0.787,0.787,0.411,0,0.103 +1,0.47,0.47,0,0.4,0.617,0,0.475,0.806,0.806,0.321,0.463,0.324 +1,0.481,0.481,0,0,0,0.9,0.322,0.806,0.806,0,0.447,0.111 +1,0.468,0.468,0,0,0,0.2,0.336,0.806,0.806,0,0.82,0.173 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.595,0.0857 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.257 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.257 +1,0.446,0.446,0,0,0,0,0.433,0.824,0.824,0,0,0.0857 +1,0.513,0.513,0,0,0,0,0.447,0.862,0.862,0,0,0.0857 +1,0.661,0.661,0,0.817,0,0,0.545,0.899,0.899,0.688,0,0.0857 +0.667,0.596,0.596,0.267,0,0,0,0.58,0.805,0.805,0.219,0,0.128 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.128 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.171 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.128 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.171 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0.278 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.259 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.11 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +0.667,0.15,0.15,0,0,0,0,0.372,0.541,0.541,0,0,0.361 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.0569 +0.333,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.0428 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.128 +0.333,0.0495,0.0495,0,0,0.617,0.4,0.258,0.465,0.465,0,0.64,0 +0.333,0.182,0.182,0,0,0,0.15,0.316,0.585,0.585,0,0.707,0.0428 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.196,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.0428 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0.0428 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.128 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.343 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.6 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.235 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.0758 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0428 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.108 +1,0.0495,0.0495,0,0,0,0,0.34,0.504,0.504,0,0,0.197 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.108 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +0.667,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.0931 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +0,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0.214 +0.333,0.178,0.178,0.05,0.167,0,0,0.284,0.591,0.591,0.26,0,0 +0.333,0.177,0.177,0,0.917,0,0,0.302,0.591,0.591,0.102,0,0.0428 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.343 +0.667,0.596,0.596,0.217,0,0,0,0.58,0.805,0.805,0,0,0.471 +1,1,1,0.05,0,0,0,0.881,0.993,0.993,0,0,0 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.119 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0 +0.667,0.386,0.386,0.717,0,0,0,0.729,0.717,0.717,0,0,0.171 +1,0.196,0.196,0.683,0,0,0,0.447,0.56,0.56,0,0,0.0857 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.181,0.181,0,0,0,0,0.391,0.572,0.572,0,0,0.31 +1,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.13 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0,0.313 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.161 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.27 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.0428 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.0428 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.128 +0.667,0.457,0.457,0.217,0,0,0,0.449,0.755,0.755,0,0,0.214 +1,0.869,0.869,1,0,0,0,0.741,0.974,0.974,0,0,0.514 +1,1,1,0.75,0,0,0,0.881,0.993,0.993,0,0,0.393 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.386 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.206 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0 +1,0.099,0.099,0,0,0,0,0.459,0.592,0.592,0,0,0 +1,0.0578,0.0578,0,0,0,0,0.344,0.516,0.516,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.344,0.51,0.51,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,0.467,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.181,0.181,0.0833,0,0,0,0.391,0.572,0.572,0,0,0.106 +1,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0.0479 +0.667,0.193,0.193,0.467,0,0,0,0.279,0.579,0.579,0,0,0.293 +0.667,0.328,0.328,0.0833,0,0,0,0.31,0.692,0.692,0,0,0.0857 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.366 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.257 +0.667,0.314,0.314,0.717,0,0.617,0,0.375,0.705,0.705,0,0.198,0 +1,0.513,0.513,0.4,0,0,0.9,0.447,0.862,0.862,0,0.235,0.0857 +1,0.661,0.661,0,0,0,0.2,0.545,0.899,0.899,0,0,0.0428 +1,0.596,0.596,0.967,0,0,0,0.58,0.805,0.805,0,0,0.128 +1,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0.128 +1,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.214 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.128 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.0857 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.261 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.235 +0.667,0.328,0.328,0,0,0,0,0.31,0.692,0.692,0,0,0.154 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0,0.0428 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.128 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.257 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.0857 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.0857 +0.333,0.323,0.323,0,0,0.638,0,0.419,0.635,0.635,0,0.0788,0.302 +1,1,1,0,0,0.298,0.65,0.881,0.993,0.993,0,0,0.257 +1,0.933,0.933,0,0,0,0.167,0.937,0.937,0.937,0,0,0.516 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0 +1,0.218,0.218,0,0,0,0,0.493,0.591,0.591,0,0,0.0857 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.128 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0896 +1,0.251,0.251,0,0,0,0,0.487,0.617,0.617,0,0,0.0856 +0.667,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0.0746 +0.333,0.19,0.19,0,0,0,0,0.33,0.579,0.579,0,0,0 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.0428 +0.667,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.128 +0.667,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.171 +0.667,0.178,0.178,0,0,0.936,0.15,0.284,0.591,0.591,0,0.64,0.0857 +0.333,0.177,0.177,0,0,0,0.667,0.302,0.591,0.591,0,0,0.0428 +0.333,0.182,0.182,0.55,0,0,0,0.316,0.585,0.585,0,0,0 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.0857 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.214 +0.333,0.323,0.323,0.717,0,0,0,0.419,0.635,0.635,0,0,0 +0.667,0.683,0.683,1,0,0,0,0.673,0.817,0.817,0,0,0.3 +0.667,0.638,0.638,0.533,0.167,0,0,0.711,0.78,0.78,0.324,0,0.128 +1,0.732,0.732,0.55,0.65,0,0,0.993,0.88,0.88,0.604,0,0.0428 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0.628,0,0.52 +1,0.488,0.488,0,0,0,0,0.825,0.749,0.749,0,0,0.205 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.171 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.157 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.215 +1,0.251,0.251,0.55,0,0,0,0.487,0.617,0.617,0,0,0.0546 +1,0.313,0.313,0,0,0,0,0.524,0.68,0.68,0,0,0.15 +1,0.47,0.47,0,0,0,0,0.475,0.806,0.806,0,0,0.435 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.0857 +0.333,0.189,0.189,0.717,0,0,0,0.284,0.579,0.579,0,0,0.205 +0.333,0.183,0.183,0.683,0,0,0,0.288,0.585,0.585,0,0,0 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.0857 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.171 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0428 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.343 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0 +0.333,0.323,0.323,0.55,0,0,0,0.419,0.635,0.635,0,0,0.455 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.214 +1,0.732,0.732,0,0,0.617,0.15,0.993,0.88,0.88,0,0.526,0.128 +1,0.554,0.554,0,0,0,0.95,0.965,0.843,0.843,0,0.289,0.171 +1,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +0.667,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0829,0.0829,0,0,0,0,0.34,0.516,0.516,0,0,0.239 +1,0.251,0.251,0.267,0,0,0,0.487,0.617,0.617,0,0,0.103 +1,0.444,0.444,0,0,0,0,0.657,0.787,0.787,0,0,0.169 +0.667,0.33,0.33,0,0,0,0,0.403,0.692,0.692,0,0,0.0768 +0.333,0.193,0.193,0,0,0,0,0.279,0.579,0.579,0,0,0.171 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0.0857 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.0857 +0.333,0.178,0.178,0,0,0,0,0.284,0.591,0.591,0,0,0.128 +0.333,0.177,0.177,0,0,0.617,0,0.302,0.591,0.591,0,0.199,0 +0.333,0.182,0.182,0,0,0,0.817,0.316,0.585,0.585,0,0.463,0.143 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0.805,0.0428 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0.54,0.0857 +1,0.869,0.869,0,0,0,0,0.741,0.974,0.974,0,0.315,0.128 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.337 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.181 +0.667,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.102 +0.667,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.509 +0.667,0.196,0.196,0,0,0,0,0.447,0.56,0.56,0,0,0.366 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.291 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.168 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0513,0.0513,0,0,0,0,0.326,0.51,0.51,0,0,0 +1,0.0829,0.0829,0.217,0,0.319,0,0.34,0.516,0.516,0,0.121,0 +1,0.251,0.251,0.333,0,0.298,0.65,0.487,0.617,0.617,0,0.669,0.131 +1,0.444,0.444,0,0.167,0,0.167,0.657,0.787,0.787,0.284,0.756,0.154 +1,0.47,0.47,0,0.65,0,0,0.475,0.806,0.806,0.629,0.333,0 +1,0.481,0.481,0,0,0,0,0.322,0.806,0.806,0,0.63,0 +1,0.468,0.468,0,0,0,0,0.336,0.806,0.806,0,0.416,0.387 +0.667,0.316,0.316,0,0,0,0,0.319,0.705,0.705,0,0.854,0.171 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0.301,0.0857 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0.576,0 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0.772,0.0428 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0.471,0.0857 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0.407,0.0428 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.483 +0.667,0.366,0.366,0,0,0,0,0.465,0.641,0.641,0,0,0.0428 +0.667,0.344,0.344,0,0,0,0,0.484,0.622,0.622,0,0,0.128 +0.667,0.277,0.277,0,0,0,0,0.503,0.604,0.604,0,0,0.0428 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.226 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.198 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0.0129 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0.217,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.15,0.15,1,0,0,0,0.372,0.541,0.541,0,0,0 +1,0.181,0.181,1,0,0,0,0.391,0.572,0.572,0,0,0 +1,0.19,0.19,1,0,0,0,0.33,0.579,0.579,0,0,0.181 +1,0.337,0.337,1,0,0,0,0.3,0.692,0.692,0,0,0.232 +1,0.328,0.328,1,0,0,0,0.31,0.692,0.692,0,0,0.337 +1,0.316,0.316,0.417,0,0,0,0.319,0.705,0.705,0,0,0.364 +0.667,0.307,0.307,0,0,0,0,0.31,0.717,0.717,0,0,0.128 +0.333,0.177,0.177,0,0,0,0,0.302,0.591,0.591,0,0,0.128 +0.333,0.182,0.182,0,0,0,0,0.316,0.585,0.585,0,0,0.0857 +0.333,0.204,0.204,0.217,0,0,0,0.321,0.597,0.597,0,0,0.0857 +0.667,0.457,0.457,0.9,0,0.936,0,0.449,0.755,0.755,0,0.384,0.128 +1,0.869,0.869,0,0,0,0.817,0.741,0.974,0.974,0,0.55,0.0857 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.0857 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.0857 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.128 +1,0.554,0.554,0,0,0,0,0.965,0.843,0.843,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.171 +1,0.116,0.116,0,0,0,0,0.405,0.535,0.535,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.19,0.19,0.217,0,0,0,0.33,0.579,0.579,0,0,0 +0.667,0.337,0.337,0.05,0,0,0,0.3,0.692,0.692,0,0,0 +0.333,0.189,0.189,0,0,0,0,0.284,0.579,0.579,0,0,0 +0.333,0.183,0.183,0,0,0,0,0.288,0.585,0.585,0,0,0.214 +0,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.124 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.0589 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.258 +0.333,0.204,0.204,0,0,0,0,0.321,0.597,0.597,0,0,0.0428 +0.667,0.457,0.457,0,0,0,0,0.449,0.755,0.755,0,0,0.3 +0.667,0.596,0.596,0,0,0,0,0.58,0.805,0.805,0,0,0.0428 +0.667,0.683,0.683,0,0,0,0,0.673,0.817,0.817,0,0,0.0428 +0.667,0.638,0.638,0,0,0,0,0.711,0.78,0.78,0,0,0.0857 +1,0.732,0.732,0,0,0,0,0.993,0.88,0.88,0,0,0.164 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0 +1,0.342,0.342,0,0,0,0,0.636,0.655,0.655,0,0,0.0428 +1,0.183,0.183,0,0,0,0,0.552,0.605,0.605,0,0,0.214 +1,0.0743,0.0743,0,0,0,0,0.358,0.529,0.529,0,0,0.3 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0918 +1,0.351,0.351,0,0.667,0,0,0.601,0.693,0.693,0.555,0,0.131 +1,0.444,0.444,0.217,0.15,0,0,0.657,0.787,0.787,0.0883,0,0 +0.667,0.33,0.33,0.9,0,0,0,0.403,0.692,0.692,0,0,0 +0.667,0.337,0.337,0,0,0,0,0.3,0.692,0.692,0,0,0.3 +0.667,0.328,0.328,0.217,0.167,0,0,0.31,0.692,0.692,0.341,0,0.0857 +0.667,0.316,0.316,0.767,0.917,0,0,0.319,0.705,0.705,0.355,0,0 +0.667,0.307,0.307,0.683,0,0,0,0.31,0.717,0.717,0,0,0.128 +0.667,0.305,0.305,0,0,0,0,0.347,0.717,0.717,0,0,0.128 +0.667,0.314,0.314,0,0,0,0,0.375,0.705,0.705,0,0,0.128 +0.667,0.359,0.359,0,0,0,0,0.384,0.73,0.73,0,0,0.0428 +0.333,0.253,0.253,0,0,0,0,0.354,0.61,0.61,0,0,0.0428 +0.333,0.323,0.323,0,0,0,0,0.419,0.635,0.635,0,0,0 +1,1,1,0,0,0,0,0.881,0.993,0.993,0,0,0.445 +1,0.933,0.933,0,0,0,0,0.937,0.937,0.937,0,0,0.214 +1,0.504,0.504,0,0,0,0,0.748,0.742,0.742,0,0,0.128 +1,0.386,0.386,0,0,0,0,0.729,0.717,0.717,0,0,0.0857 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0 +1,0.0495,0.0495,0,0,0,0,0.258,0.465,0.465,0,0,0.0428 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb index 6536cd0b..1c4c851b 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/schedules.rb @@ -1,11 +1,62 @@ # frozen_string_literal: true +# Annual constant schedule +class ScheduleConstant + def initialize(model, sch_name, val = 1.0, schedule_type_limits_name = nil, unavailable_periods: []) + @model = model + @year = model.getYearDescription.assumedYear + @sch_name = sch_name + @val = val + @schedule = nil + @schedule_type_limits_name = schedule_type_limits_name + @unavailable_periods = unavailable_periods + + @schedule = create_schedule() + end + + def schedule + return @schedule + end + + private + + def create_schedule() + if @unavailable_periods.empty? + if @val == 1.0 && (@schedule_type_limits_name.nil? || @schedule_type_limits_name == Constants.ScheduleTypeLimitsOnOff) + schedule = @model.alwaysOnDiscreteSchedule + elsif @val == 0.0 && (@schedule_type_limits_name.nil? || @schedule_type_limits_name == Constants.ScheduleTypeLimitsOnOff) + schedule = @model.alwaysOffDiscreteSchedule + else + schedule = OpenStudio::Model::ScheduleConstant.new(@model) + schedule.setName(@sch_name) + schedule.setValue(@val) + + Schedule.set_schedule_type_limits(@model, schedule, @schedule_type_limits_name) + end + else + schedule = OpenStudio::Model::ScheduleRuleset.new(@model) + schedule.setName(@sch_name) + schedule.defaultDaySchedule.setName(@sch_name + ' default day') + + default_day_sch = schedule.defaultDaySchedule + default_day_sch.clearValues + default_day_sch.addValue(OpenStudio::Time.new(0, 24, 0, 0), @val) + + Schedule.set_unavailable_periods(schedule, @sch_name, @unavailable_periods, @year) + + Schedule.set_schedule_type_limits(@model, schedule, @schedule_type_limits_name) + end + + return schedule + end +end + # Annual schedule defined by 12 24-hour values for weekdays and weekends. class HourlyByMonthSchedule # weekday_month_by_hour_values must be a 12-element array of 24-element arrays of numbers. # weekend_month_by_hour_values must be a 12-element array of 24-element arrays of numbers. def initialize(model, sch_name, weekday_month_by_hour_values, weekend_month_by_hour_values, - schedule_type_limits_name = nil, normalize_values = true) + schedule_type_limits_name = nil, normalize_values = true, unavailable_periods: nil) @model = model @year = model.getYearDescription.assumedYear @sch_name = sch_name @@ -13,6 +64,7 @@ def initialize(model, sch_name, weekday_month_by_hour_values, weekend_month_by_h @weekday_month_by_hour_values = validate_values(weekday_month_by_hour_values, 12, 24) @weekend_month_by_hour_values = validate_values(weekend_month_by_hour_values, 12, 24) @schedule_type_limits_name = schedule_type_limits_name + @unavailable_periods = unavailable_periods if normalize_values @maxval = calc_max_val() @@ -80,6 +132,7 @@ def create_schedule() schedule = OpenStudio::Model::ScheduleRuleset.new(@model) schedule.setName(@sch_name) + schedule.defaultDaySchedule.setName(@sch_name + ' default day') prev_wkdy_vals = nil prev_wkdy_rule = nil @@ -159,6 +212,8 @@ def create_schedule() prev_wknd_vals = wknd_vals end + Schedule.set_unavailable_periods(schedule, @sch_name, @unavailable_periods, @year) + Schedule.set_schedule_type_limits(@model, schedule, @schedule_type_limits_name) return schedule @@ -170,7 +225,7 @@ class HourlyByDaySchedule # weekday_day_by_hour_values must be a 365-element array of 24-element arrays of numbers. # weekend_day_by_hour_values must be a 365-element array of 24-element arrays of numbers. def initialize(model, sch_name, weekday_day_by_hour_values, weekend_day_by_hour_values, - schedule_type_limits_name = nil, normalize_values = true) + schedule_type_limits_name = nil, normalize_values = true, unavailable_periods: nil) @model = model @year = model.getYearDescription.assumedYear @sch_name = sch_name @@ -179,6 +234,7 @@ def initialize(model, sch_name, weekday_day_by_hour_values, weekend_day_by_hour_ @weekday_day_by_hour_values = validate_values(weekday_day_by_hour_values, @num_days, 24) @weekend_day_by_hour_values = validate_values(weekend_day_by_hour_values, @num_days, 24) @schedule_type_limits_name = schedule_type_limits_name + @unavailable_periods = unavailable_periods if normalize_values @maxval = calc_max_val() @@ -228,7 +284,7 @@ def validate_values(vals, num_outter_values, num_inner_values) end def calc_max_val() - maxval = [@weekday_month_by_hour_values.flatten.max, @weekend_month_by_hour_values.flatten.max].max + maxval = [@weekday_day_by_hour_values.flatten.max, @weekend_day_by_hour_values.flatten.max].max if maxval == 0.0 maxval = 1.0 # Prevent divide by zero end @@ -243,6 +299,7 @@ def create_schedule() schedule = OpenStudio::Model::ScheduleRuleset.new(@model) schedule.setName(@sch_name) + schedule.defaultDaySchedule.setName(@sch_name + ' default day') prev_wkdy_vals = nil prev_wkdy_rule = nil @@ -322,6 +379,8 @@ def create_schedule() prev_wknd_vals = wknd_vals end + Schedule.set_unavailable_periods(schedule, @sch_name, @unavailable_periods, @year) + Schedule.set_schedule_type_limits(@model, schedule, @schedule_type_limits_name) return schedule @@ -335,19 +394,20 @@ class MonthWeekdayWeekendSchedule # monthly_values can either be a comma-separated string of 12 numbers or a 12-element array of numbers. def initialize(model, sch_name, weekday_hourly_values, weekend_hourly_values, monthly_values, schedule_type_limits_name = nil, normalize_values = true, begin_month = 1, - begin_day = 1, end_month = 12, end_day = 31) + begin_day = 1, end_month = 12, end_day = 31, unavailable_periods: nil) @model = model @year = model.getYearDescription.assumedYear @sch_name = sch_name @schedule = nil - @weekday_hourly_values = validate_values(weekday_hourly_values, 24, 'weekday') - @weekend_hourly_values = validate_values(weekend_hourly_values, 24, 'weekend') - @monthly_values = validate_values(monthly_values, 12, 'monthly') + @weekday_hourly_values = Schedule.validate_values(weekday_hourly_values, 24, 'weekday') + @weekend_hourly_values = Schedule.validate_values(weekend_hourly_values, 24, 'weekend') + @monthly_values = Schedule.validate_values(monthly_values, 12, 'monthly') @schedule_type_limits_name = schedule_type_limits_name @begin_month = begin_month @begin_day = begin_day @end_month = end_month @end_day = end_day + @unavailable_periods = unavailable_periods if normalize_values @weekday_hourly_values = normalize_sum_to_one(@weekday_hourly_values) @@ -382,44 +442,6 @@ def schedule private - def validate_values(values, num_values, sch_name) - err_msg = "A comma-separated string of #{num_values} numbers must be entered for the #{sch_name} schedule." - if values.is_a?(Array) - if values.length != num_values - fail err_msg - end - - values.each do |val| - if not valid_float?(val) - fail err_msg - end - end - floats = values.map { |i| i.to_f } - elsif values.is_a?(String) - begin - vals = values.split(',') - vals.each do |val| - if not valid_float?(val) - fail err_msg - end - end - floats = vals.map { |i| i.to_f } - if floats.length != num_values - fail err_msg - end - rescue - fail err_msg - end - else - fail err_msg - end - return floats - end - - def valid_float?(str) - !!Float(str) rescue false - end - def normalize_sum_to_one(values) sum = values.reduce(:+).to_f if sum == 0.0 @@ -482,6 +504,7 @@ def create_schedule() schedule = OpenStudio::Model::ScheduleRuleset.new(@model) schedule.setName(@sch_name) + schedule.defaultDaySchedule.setName(@sch_name + ' default day') prev_wkdy_vals = nil prev_wkdy_rule = nil @@ -571,6 +594,8 @@ def create_schedule() end end + Schedule.set_unavailable_periods(schedule, @sch_name, @unavailable_periods, @year) + Schedule.set_schedule_type_limits(@model, schedule, @schedule_type_limits_name) return schedule @@ -682,14 +707,7 @@ def self.annual_equivalent_full_load_hrs(modelYear, schedule) def self.set_schedule_type_limits(model, schedule, schedule_type_limits_name) return if schedule_type_limits_name.nil? - schedule_type_limits = nil - model.getScheduleTypeLimitss.each do |stl| - next if stl.name.to_s != schedule_type_limits_name - - schedule_type_limits = stl - break - end - + schedule_type_limits = model.getScheduleTypeLimitss.find { |stl| stl.name.to_s == schedule_type_limits_name } if schedule_type_limits.nil? schedule_type_limits = OpenStudio::Model::ScheduleTypeLimits.new(model) schedule_type_limits.setName(schedule_type_limits_name) @@ -722,6 +740,111 @@ def self.set_weekend_rule(rule) rule.setApplySunday(true) end + def self.get_unavailable_periods(runner, schedule_name, unavailable_periods) + return unavailable_periods.select { |p| Schedule.unavailable_period_applies(runner, schedule_name, p.column_name) } + end + + def self.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + return if unavailable_periods.nil? + + # Add off rule(s), will override previous rules + unavailable_periods.each_with_index do |period, i| + # Special Values + if sch_name.include? Constants.ObjectNameWaterHeaterSetpoint + # Water heater setpoint + # Temperature of tank < 2C indicates of possibility of freeze. + value = 2.0 + elsif sch_name.include? Constants.ObjectNameNaturalVentilation + if period.natvent_availability == HPXML::ScheduleRegular + next # don't change the natural ventilation availability schedule + elsif period.natvent_availability == HPXML::ScheduleAvailable + value = 1.0 + elsif period.natvent_availability == HPXML::ScheduleUnavailable + value = 0.0 + end + else + value = 0.0 + end + + day_s = Schedule.get_day_num_from_month_day(year, period.begin_month, period.begin_day) + day_e = Schedule.get_day_num_from_month_day(year, period.end_month, period.end_day) + + date_s = OpenStudio::Date::fromDayOfYear(day_s, year) + date_e = OpenStudio::Date::fromDayOfYear(day_e, year) + + begin_day_schedule = schedule.getDaySchedules(date_s, date_s)[0] + end_day_schedule = schedule.getDaySchedules(date_e, date_e)[0] + + outage_days = day_e - day_s + if outage_days == 0 # outage is less than 1 calendar day (need 1 outage rule) + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_s, date_e) + Schedule.set_unavailable_period_values(out, begin_day_schedule, period.begin_hour, period.end_hour, value) + else # outage is at least 1 calendar day + if period.begin_hour == 0 && period.end_hour == 24 # 1 outage rule + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_s, date_e) + out.addValue(OpenStudio::Time.new(0, 24, 0, 0), value) + elsif (period.begin_hour == 0 && period.end_hour != 24) || (period.begin_hour != 0 && period.end_hour == 24) # 2 outage rules + if period.begin_hour == 0 && period.end_hour != 24 + # last day + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_e, date_e) + Schedule.set_unavailable_period_values(out, end_day_schedule, 0, period.end_hour, value) + + # all other days + date_e2 = OpenStudio::Date::fromDayOfYear(day_e - 1, year) + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_s, date_e2) + out.addValue(OpenStudio::Time.new(0, 24, 0, 0), value) + elsif period.begin_hour != 0 && period.end_hour == 24 + # first day + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_s, date_s) + Schedule.set_unavailable_period_values(out, begin_day_schedule, period.begin_hour, 24, value) + + # all other days + date_s2 = OpenStudio::Date::fromDayOfYear(day_s + 1, year) + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_s2, date_e) + out.addValue(OpenStudio::Time.new(0, 24, 0, 0), value) + end + else # 3 outage rules + # first day + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_s, date_s) + Schedule.set_unavailable_period_values(out, begin_day_schedule, period.begin_hour, 24, value) + + # all other days + date_s2 = OpenStudio::Date::fromDayOfYear(day_s + 1, year) + date_e2 = OpenStudio::Date::fromDayOfYear(day_e - 1, year) + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_s2, date_e2) + out.addValue(OpenStudio::Time.new(0, 24, 0, 0), value) + + # last day + out = Schedule.create_unavailable_period_rule(schedule, sch_name, i, date_e, date_e) + Schedule.set_unavailable_period_values(out, end_day_schedule, 0, period.end_hour, value) + end + end + end + end + + def self.create_unavailable_period_rule(schedule, sch_name, i, date_s, date_e) + out_rule = OpenStudio::Model::ScheduleRule.new(schedule) + out_rule.setName(sch_name + " unavailable period ruleset#{i}") + out_sch = out_rule.daySchedule + out_sch.setName(sch_name + " unavailable period#{i}") + out_rule.setStartDate(date_s) + out_rule.setEndDate(date_e) + Schedule.set_weekday_rule(out_rule) + Schedule.set_weekend_rule(out_rule) + return out_sch + end + + def self.set_unavailable_period_values(out, day_schedule, begin_hour, end_hour, value) + for h in 0..23 + time = OpenStudio::Time.new(0, h + 1, 0, 0) + if (h < begin_hour) || (h >= end_hour) + out.addValue(time, day_schedule.getValue(time)) + else + out.addValue(time, value) + end + end + end + def self.OccupantsWeekdayFractions return '0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061' end @@ -1069,17 +1192,17 @@ def self.create_ruleset_from_daily_season(model, values) return s end - def self.parse_date_range(date_range) - begin_end_dates = date_range.split('-').map { |v| v.strip } + def self.parse_date_time_range(date_time_range) + begin_end_dates = date_time_range.split('-').map { |v| v.strip } if begin_end_dates.size != 2 - fail "Invalid date format specified for '#{date_range}'." + fail "Invalid date format specified for '#{date_time_range}'." end begin_values = begin_end_dates[0].split(' ').map { |v| v.strip } end_values = begin_end_dates[1].split(' ').map { |v| v.strip } - if (begin_values.size != 2) || (end_values.size != 2) - fail "Invalid date format specified for '#{date_range}'." + if !(begin_values.size == 2 || begin_values.size == 3) || !(end_values.size == 2 || end_values.size == 3) + fail "Invalid date format specified for '#{date_time_range}'." end require 'date' @@ -1087,15 +1210,27 @@ def self.parse_date_range(date_range) end_month = Date::ABBR_MONTHNAMES.index(end_values[0].capitalize) begin_day = begin_values[1].to_i end_day = end_values[1].to_i + if begin_values.size == 3 + begin_hour = begin_values[2].to_i + end + if end_values.size == 3 + end_hour = end_values[2].to_i + end if begin_month.nil? || end_month.nil? || begin_day == 0 || end_day == 0 - fail "Invalid date format specified for '#{date_range}'." + fail "Invalid date format specified for '#{date_time_range}'." end - return begin_month, begin_day, end_month, end_day + return begin_month, begin_day, begin_hour, end_month, end_day, end_hour end def self.get_begin_and_end_dates_from_monthly_array(months, year) - if months[0] == 1 && months[11] == 1 # Wrap around year + num_days_in_month = Constants.NumDaysInMonths(year) + + if months.uniq.size == 1 && months[0] == 1 # Year-round + return 1, 1, 12, num_days_in_month[11] + elsif months.uniq.size == 1 && months[0] == 0 # Never + return + elsif months[0] == 1 && months[11] == 1 # Wrap around year begin_month = 12 - months.reverse.index(0) + 1 end_month = months.index(0) else @@ -1103,22 +1238,94 @@ def self.get_begin_and_end_dates_from_monthly_array(months, year) end_month = 12 - months.reverse.index(1) end - num_days_in_month = Constants.NumDaysInMonths(year) - begin_day = 1 end_day = num_days_in_month[end_month - 1] return begin_month, begin_day, end_month, end_day end - def self.schedules_file_includes_col_name(schedules_file, col_name) - schedules_file_includes_col_name = false - if not schedules_file.nil? - if schedules_file.schedules.keys.include?(col_name) - schedules_file_includes_col_name = true + def self.get_unavailable_periods_csv_data + unavailable_periods_csv = File.join(File.dirname(__FILE__), 'data', 'unavailable_periods.csv') + if not File.exist?(unavailable_periods_csv) + fail 'Could not find unavailable_periods.csv' + end + + require 'csv' + unavailable_periods_csv_data = CSV.open(unavailable_periods_csv, headers: :first_row).map(&:to_h) + + return unavailable_periods_csv_data + end + + def self.unavailable_period_applies(runner, schedule_name, col_name) + if @unavailable_periods_csv_data.nil? + @unavailable_periods_csv_data = get_unavailable_periods_csv_data + + end + @unavailable_periods_csv_data.each do |csv_row| + next if csv_row['Schedule Name'] != schedule_name + + if not csv_row.keys.include? col_name + fail "Could not find column='#{col_name}' in unavailable_periods.csv." end + + begin + applies = Integer(csv_row[col_name]) + rescue + fail "Value is not a valid integer for row='#{schedule_name}' and column='#{col_name}' in unavailable_periods.csv." + end + if applies == 1 + if not runner.nil? + if schedule_name == SchedulesFile::ColumnHVAC + runner.registerWarning('It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus during an unavailable period.') + elsif schedule_name == SchedulesFile::ColumnWaterHeater + runner.registerWarning('It is not possible to eliminate all water heater energy use (e.g. parasitics) in EnergyPlus during an unavailable period.') + end + end + return true + elsif applies == 0 + return false + end + end + + fail "Could not find row='#{schedule_name}' in unavailable_periods.csv" + end + + def self.validate_values(values, num_values, sch_name) + err_msg = "A comma-separated string of #{num_values} numbers must be entered for the #{sch_name} schedule." + if values.is_a?(Array) + if values.length != num_values + fail err_msg + end + + values.each do |val| + if not valid_float?(val) + fail err_msg + end + end + floats = values.map { |i| i.to_f } + elsif values.is_a?(String) + begin + vals = values.split(',') + vals.each do |val| + if not valid_float?(val) + fail err_msg + end + end + floats = vals.map { |i| i.to_f } + if floats.length != num_values + fail err_msg + end + rescue + fail err_msg + end + else + fail err_msg end - return schedules_file_includes_col_name + return floats + end + + def self.valid_float?(str) + !!Float(str) rescue false end end @@ -1151,7 +1358,6 @@ class SchedulesFile ColumnHotWaterDishwasher = 'hot_water_dishwasher' ColumnHotWaterClothesWasher = 'hot_water_clothes_washer' ColumnHotWaterFixtures = 'hot_water_fixtures' - ColumnVacancy = 'vacancy' ColumnSleeping = 'sleeping' ColumnHeatingSetpoint = 'heating_setpoint' ColumnCoolingSetpoint = 'cooling_setpoint' @@ -1160,31 +1366,34 @@ class SchedulesFile ColumnBattery = 'battery' ColumnBatteryCharging = 'battery_charging' ColumnBatteryDischarging = 'battery_discharging' + ColumnHVAC = 'hvac' + ColumnWaterHeater = 'water_heater' + ColumnDehumidifier = 'dehumidifier' + ColumnKitchenFan = 'kitchen_fan' + ColumnBathFan = 'bath_fan' + ColumnHouseFan = 'house_fan' + ColumnWholeHouseFan = 'whole_house_fan' def initialize(runner: nil, model: nil, - schedules_paths:) + schedules_paths:, + year:, + unavailable_periods: [], + output_path:) return if schedules_paths.empty? @runner = runner @model = model @schedules_paths = schedules_paths + @year = year import() battery_schedules @tmp_schedules = Marshal.load(Marshal.dump(@schedules)) - - set_vacancy + set_unavailable_periods(unavailable_periods) convert_setpoints - - tmpdir = Dir.tmpdir - tmpdir = ENV['LOCAL_SCRATCH'] if ENV.keys.include?('LOCAL_SCRATCH') - tmpfile = Tempfile.new(['schedules', '.csv'], tmpdir) - tmp_schedules_path = tmpfile.path.to_s - - export(tmp_schedules_path) - - get_external_file(tmp_schedules_path) + @output_schedules_path = output_path + export() end def nil? @@ -1195,7 +1404,16 @@ def nil? return false end + def includes_col_name(col_name) + if @schedules.keys.include?(col_name) + return true + end + + return false + end + def import() + num_hrs_in_year = Constants.NumHoursInYear(@year) @schedules = {} @schedules_paths.each do |schedules_path| columns = CSV.read(schedules_path).transpose @@ -1214,23 +1432,6 @@ def import() fail "Schedule column name '#{col_name}' is duplicated. [context: #{schedules_path}]" end - @schedules[col_name] = values - end - end - end - - def validate_schedules(year:) - @year = year - num_hrs_in_year = Constants.NumHoursInYear(@year) - - @schedules_paths.each do |schedules_path| - columns = CSV.read(schedules_path).transpose - columns.each do |col| - col_name = col[0] - values = col[1..-1].reject { |v| v.nil? } - values = values.map { |v| Float(v) } - schedule_length = values.length - if max_value_one[col_name] if values.max > 1 fail "Schedule max value for column '#{col_name}' must be 1. [context: #{schedules_path}]" @@ -1257,17 +1458,19 @@ def validate_schedules(year:) valid_minutes_per_item = [1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30, 60] valid_num_rows = valid_minutes_per_item.map { |min_per_item| (60.0 * num_hrs_in_year / min_per_item).to_i } - unless valid_num_rows.include? schedule_length - fail "Schedule has invalid number of rows (#{schedule_length}) for column '#{col_name}'. Must be one of: #{valid_num_rows.reverse.join(', ')}. [context: #{@schedules_path}]" + unless valid_num_rows.include? values.length + fail "Schedule has invalid number of rows (#{values.length}) for column '#{col_name}'. Must be one of: #{valid_num_rows.reverse.join(', ')}. [context: #{@schedules_path}]" end + + @schedules[col_name] = values end end end - def export(tmp_schedules_path) - return false if tmp_schedules_path.nil? + def export() + return false if @output_schedules_path.nil? - CSV.open(tmp_schedules_path, 'wb') do |csv| + CSV.open(@output_schedules_path, 'wb') do |csv| csv << @tmp_schedules.keys rows = @tmp_schedules.values.transpose rows.each do |row| @@ -1286,10 +1489,6 @@ def tmp_schedules return @tmp_schedules end - def external_file - return @external_file - end - def get_col_index(col_name:) headers = @tmp_schedules.keys @@ -1298,7 +1497,8 @@ def get_col_index(col_name:) end def create_schedule_file(col_name:, - rows_to_skip: 1) + rows_to_skip: 1, + schedule_type_limits_name: nil) @model.getScheduleFiles.each do |schedule_file| next if schedule_file.name.to_s != col_name @@ -1314,27 +1514,29 @@ def create_schedule_file(col_name:, schedule_length = @schedules[col_name].length min_per_item = 60.0 / (schedule_length / num_hrs_in_year) - schedule_file = OpenStudio::Model::ScheduleFile.new(@external_file) + schedule_file = OpenStudio::Model::ScheduleFile.new(@model, @output_schedules_path) schedule_file.setName(col_name) schedule_file.setColumnNumber(col_index + 1) schedule_file.setRowstoSkipatTop(rows_to_skip) schedule_file.setNumberofHoursofData(num_hrs_in_year.to_i) schedule_file.setMinutesperItem(min_per_item.to_i) + Schedule.set_schedule_type_limits(@model, schedule_file, schedule_type_limits_name) + return schedule_file end # the equivalent number of hours in the year, if the schedule was at full load (1.0) def annual_equivalent_full_load_hrs(col_name:, schedules: nil) - if @schedules[col_name].nil? - return - end - if schedules.nil? schedules = @schedules # the schedules before vacancy is applied end + if schedules[col_name].nil? + return + end + num_hrs_in_year = Constants.NumHoursInYear(@year) schedule_length = schedules[col_name].length min_per_item = 60.0 / (schedule_length / num_hrs_in_year) @@ -1353,6 +1555,8 @@ def calc_design_level_from_annual_kwh(col_name:, end ann_equiv_full_load_hrs = annual_equivalent_full_load_hrs(col_name: col_name) + return 0 if ann_equiv_full_load_hrs == 0 + design_level = annual_kwh * 1000.0 / ann_equiv_full_load_hrs # W return design_level @@ -1380,6 +1584,8 @@ def calc_design_level_from_daily_kwh(col_name:, end full_load_hrs = annual_equivalent_full_load_hrs(col_name: col_name) + return 0 if full_load_hrs == 0 + num_days_in_year = Constants.NumDaysInYear(@year) daily_full_load_hrs = full_load_hrs / num_days_in_year design_level = UnitConversions.convert(daily_kwh / daily_full_load_hrs, 'kW', 'W') @@ -1395,6 +1601,8 @@ def calc_peak_flow_from_daily_gpm(col_name:, end ann_equiv_full_load_hrs = annual_equivalent_full_load_hrs(col_name: col_name) + return 0 if ann_equiv_full_load_hrs == 0 + num_days_in_year = Constants.NumDaysInYear(@year) daily_full_load_hrs = ann_equiv_full_load_hrs / num_days_in_year peak_flow = daily_water / daily_full_load_hrs # gallons_per_hour @@ -1403,32 +1611,72 @@ def calc_peak_flow_from_daily_gpm(col_name:, return peak_flow end - def get_external_file(tmp_schedules_path) - if File.exist? tmp_schedules_path - @external_file = OpenStudio::Model::ExternalFile::getExternalFile(@model, tmp_schedules_path) - if @external_file.is_initialized - @external_file = @external_file.get - # ExternalFile creates a new file, so delete our temporary one immediately if we can - begin - File.delete(tmp_schedules_path) - rescue - end - else - fail "Could not get external file for path '#{tmp_schedules_path}'." + def create_column_values_from_periods(col_name, periods) + # Create a column of zeroes or ones for, e.g., vacancy periods or power outage periods + n_steps = @tmp_schedules[@tmp_schedules.keys[0]].length + num_days_in_year = Constants.NumDaysInYear(@year) + steps_in_day = n_steps / num_days_in_year + steps_in_hour = steps_in_day / 24 + + if @tmp_schedules[col_name].nil? + @tmp_schedules[col_name] = Array.new(n_steps, 0) + end + + periods.each do |period| + begin_day_num = Schedule.get_day_num_from_month_day(@year, period.begin_month, period.begin_day) + end_day_num = Schedule.get_day_num_from_month_day(@year, period.end_month, period.end_day) + + begin_hour = 0 + end_hour = 24 + + begin_hour = period.begin_hour if not period.begin_hour.nil? + end_hour = period.end_hour if not period.end_hour.nil? + + if end_day_num >= begin_day_num + @tmp_schedules[col_name].fill(1.0, (begin_day_num - 1) * steps_in_day + (begin_hour * steps_in_hour), (end_day_num - begin_day_num + 1) * steps_in_day - ((24 - end_hour + begin_hour) * steps_in_hour)) # Fill between begin/end days + else # Wrap around year + @tmp_schedules[col_name].fill(1.0, (begin_day_num - 1) * steps_in_day + (begin_hour * steps_in_hour)) # Fill between begin day and end of year + @tmp_schedules[col_name].fill(1.0, 0, (end_day_num - 1) * steps_in_day + (end_hour * steps_in_hour)) # Fill between begin of year and end day end end end - def set_vacancy - return unless @tmp_schedules.keys.include? ColumnVacancy - return if @tmp_schedules[ColumnVacancy].all? { |i| i == 0 } + def set_unavailable_periods(unavailable_periods) + if @unavailable_periods_csv_data.nil? + @unavailable_periods_csv_data = Schedule.get_unavailable_periods_csv_data + end + column_names = @unavailable_periods_csv_data[0].keys[1..-1] + column_names.each do |column_name| + create_column_values_from_periods(column_name, unavailable_periods.select { |p| p.column_name == column_name }) + next if @tmp_schedules[column_name].all? { |i| i == 0 } + + @tmp_schedules.keys.each do |schedule_name| + next if column_names.include? schedule_name + next if SchedulesFile.OperatingModeColumnNames.include?(schedule_name) + next if SchedulesFile.BatteryColumnNames.include?(schedule_name) + + schedule_name2 = schedule_name + if [SchedulesFile::ColumnHotWaterDishwasher].include?(schedule_name) + schedule_name2 = SchedulesFile::ColumnDishwasher + elsif [SchedulesFile::ColumnHotWaterClothesWasher].include?(schedule_name) + schedule_name2 = SchedulesFile::ColumnClothesWasher + elsif [SchedulesFile::ColumnHeatingSetpoint, SchedulesFile::ColumnCoolingSetpoint].include?(schedule_name) + schedule_name2 = SchedulesFile::ColumnHVAC + elsif [SchedulesFile::ColumnWaterHeaterSetpoint].include?(schedule_name) + schedule_name2 = SchedulesFile::ColumnWaterHeater + end - @tmp_schedules[ColumnVacancy].each_with_index do |_ts, i| - @tmp_schedules.keys.each do |col_name| - next if col_name == ColumnVacancy - next unless affected_by_vacancy[col_name] # skip those unaffected by vacancy + # Skip those unaffected + next unless Schedule.unavailable_period_applies(@runner, schedule_name2, column_name) - @tmp_schedules[col_name][i] *= (1.0 - @tmp_schedules[ColumnVacancy][i]) + @tmp_schedules[column_name].each_with_index do |_ts, i| + if schedule_name == ColumnWaterHeaterSetpoint + # Temperature of tank < 2C indicates of possibility of freeze. + @tmp_schedules[schedule_name][i] = UnitConversions.convert(2.0, 'C', 'F') if @tmp_schedules[column_name][i] == 1.0 + else + @tmp_schedules[schedule_name][i] *= (1.0 - @tmp_schedules[column_name][i]) + end + end end end end @@ -1442,7 +1690,7 @@ def convert_setpoints SchedulesFile.SetpointColumnNames.each do |setpoint_col_name| next unless col_names.include?(setpoint_col_name) - @tmp_schedules[setpoint_col_name][i] = UnitConversions.convert(@tmp_schedules[setpoint_col_name][i], 'f', 'c') + @tmp_schedules[setpoint_col_name][i] = UnitConversions.convert(@tmp_schedules[setpoint_col_name][i], 'f', 'c').round(4) end end end @@ -1534,25 +1782,6 @@ def self.BatteryColumnNames ] end - def affected_by_vacancy - affected_by_vacancy = {} - column_names = SchedulesFile.ColumnNames - column_names.each do |column_name| - affected_by_vacancy[column_name] = true - next unless ([ColumnRefrigerator, - ColumnExtraRefrigerator, - ColumnFreezer, - ColumnPoolPump, - ColumnPoolHeater, - ColumnHotTubPump, - ColumnHotTubHeater, - ColumnSleeping] + SchedulesFile.HVACSetpointColumnNames + SchedulesFile.WaterHeaterColumnNames + SchedulesFile.BatteryColumnNames).include? column_name - - affected_by_vacancy[column_name] = false - end - return affected_by_vacancy - end - def max_value_one max_value_one = {} column_names = SchedulesFile.ColumnNames @@ -1590,7 +1819,7 @@ def min_value_neg_one end def only_zeros_and_ones - only_zeros_and_ones = { SchedulesFile::ColumnVacancy => true } + only_zeros_and_ones = {} column_names = SchedulesFile.ColumnNames column_names.each do |column_name| only_zeros_and_ones[column_name] = false diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/unit_conversions.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/unit_conversions.rb index b27feda3..7c72624a 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/unit_conversions.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/unit_conversions.rb @@ -50,7 +50,7 @@ class UnitConversions ['w/m^2', 'btu/(hr*ft^2)'] => 0.3169983306281505, # Temperature - ['k', 'r'] => 1.8, + ['deltac', 'deltaf'] => 1.8, # Specific Heat ['btu/(lbm*r)', 'j/(kg*k)'] => 4187.0, # by mass diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/util.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/util.rb index edd0116f..0ab6e6e0 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/util.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/util.rb @@ -325,13 +325,13 @@ def self.fetch(uri_str, outfile, agent = 'curl/7.43.0', max_attempts = 10, timeo class FilePath def self.check_path(path, relative_dir, name) return if path.nil? - return path if File.exist? path + return File.absolute_path(path) if File.exist? path filepath = File.expand_path(File.join(relative_dir, path)) if not File.exist? filepath fail "#{name} file path '#{path}' does not exist." end - return filepath + return File.absolute_path(filepath) end end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb index 1ec72d06..bfbd41e4 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/version.rb @@ -1,8 +1,8 @@ # frozen_string_literal: true class Version - OS_HPXML_Version = '1.5.1' # Version of the OS-HPXML workflow - OS_Version = '3.5' # Required version of OpenStudio (can be 'X.X' or 'X.X.X') + OS_HPXML_Version = '1.6.0' # Version of the OS-HPXML workflow + OS_Version = '3.6.1' # Required version of OpenStudio (can be 'X.X' or 'X.X.X') HPXML_Version = '4.0' # HPXML schemaVersion def self.check_openstudio_version diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb index c6ccc438..957509cd 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/waterheater.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true class Waterheater - def self.apply_tank(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, eri_version, schedules_file) + def self.apply_tank(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, eri_version, schedules_file, unavailable_periods) solar_fraction = get_water_heater_solar_fraction(water_heating_system, solar_thermal_system) t_set_c = get_t_set_c(water_heating_system.temperature, water_heating_system.water_heater_type) loop = create_new_loop(model, Constants.ObjectNamePlantLoopDHW, t_set_c, eri_version) @@ -19,7 +19,8 @@ def self.apply_tank(model, runner, loc_space, loc_schedule, water_heating_system u: u, ua: ua, eta_c: eta_c, - schedules_file: schedules_file) + schedules_file: schedules_file, + unavailable_periods: unavailable_periods) loop.addSupplyBranchForComponent(new_heater) add_ec_adj(model, new_heater, ec_adj, loc_space, water_heating_system) @@ -28,7 +29,7 @@ def self.apply_tank(model, runner, loc_space, loc_schedule, water_heating_system return loop end - def self.apply_tankless(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, eri_version, schedules_file) + def self.apply_tankless(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, eri_version, schedules_file, unavailable_periods) water_heating_system.heating_capacity = 100000000000.0 solar_fraction = get_water_heater_solar_fraction(water_heating_system, solar_thermal_system) t_set_c = get_t_set_c(water_heating_system.temperature, water_heating_system.water_heater_type) @@ -46,7 +47,8 @@ def self.apply_tankless(model, runner, loc_space, loc_schedule, water_heating_sy runner: runner, ua: ua, eta_c: eta_c, - schedules_file: schedules_file) + schedules_file: schedules_file, + unavailable_periods: unavailable_periods) loop.addSupplyBranchForComponent(new_heater) @@ -56,7 +58,7 @@ def self.apply_tankless(model, runner, loc_space, loc_schedule, water_heating_sy return loop end - def self.apply_heatpump(model, runner, loc_space, loc_schedule, weather, water_heating_system, ec_adj, solar_thermal_system, living_zone, eri_version, schedules_file) + def self.apply_heatpump(model, runner, loc_space, loc_schedule, weather, water_heating_system, ec_adj, solar_thermal_system, living_zone, eri_version, schedules_file, unavailable_periods) obj_name_hpwh = Constants.ObjectNameWaterHeater solar_fraction = get_water_heater_solar_fraction(water_heating_system, solar_thermal_system) t_set_c = get_t_set_c(water_heating_system.temperature, water_heating_system.water_heater_type) @@ -88,14 +90,13 @@ def self.apply_heatpump(model, runner, loc_space, loc_schedule, weather, water_h Schedule.set_schedule_type_limits(model, setpoint_schedule, Constants.ScheduleTypeLimitsTemperature) # Actuated schedule - control_setpoint_schedule = OpenStudio::Model::ScheduleConstant.new(model) - control_setpoint_schedule.setName("#{obj_name_hpwh} ControlSetpoint") + control_setpoint_schedule = ScheduleConstant.new(model, "#{obj_name_hpwh} ControlSetpoint", 0.0, Constants.ScheduleTypeLimitsTemperature, unavailable_periods: unavailable_periods) + control_setpoint_schedule = control_setpoint_schedule.schedule end end if setpoint_schedule.nil? - setpoint_schedule = OpenStudio::Model::ScheduleConstant.new(model) - setpoint_schedule.setName("#{obj_name_hpwh} Setpoint") - setpoint_schedule.setValue(t_set_c) + setpoint_schedule = ScheduleConstant.new(model, Constants.ObjectNameWaterHeaterSetpoint, t_set_c, Constants.ScheduleTypeLimitsTemperature, unavailable_periods: unavailable_periods) + setpoint_schedule = setpoint_schedule.schedule control_setpoint_schedule = setpoint_schedule else @@ -107,7 +108,7 @@ def self.apply_heatpump(model, runner, loc_space, loc_schedule, weather, water_h max_temp = 120.0 # F # Coil:WaterHeating:AirToWaterHeatPump:Wrapped - coil = setup_hpwh_dxcoil(model, water_heating_system, weather, obj_name_hpwh, airflow_rate) + coil = setup_hpwh_dxcoil(model, runner, water_heating_system, weather, obj_name_hpwh, airflow_rate) # WaterHeater:Stratified tank = setup_hpwh_stratified_tank(model, water_heating_system, obj_name_hpwh, h_tank, solar_fraction, hpwh_tamb, bottom_element_setpoint_schedule, top_element_setpoint_schedule) @@ -141,7 +142,7 @@ def self.apply_heatpump(model, runner, loc_space, loc_schedule, weather, water_h return loop end - def self.apply_combi(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, eri_version, schedules_file) + def self.apply_combi(model, runner, loc_space, loc_schedule, water_heating_system, ec_adj, solar_thermal_system, eri_version, schedules_file, unavailable_periods) solar_fraction = get_water_heater_solar_fraction(water_heating_system, solar_thermal_system) boiler, boiler_plant_loop = get_combi_boiler_and_plant_loop(model, water_heating_system.related_hvac_idref) @@ -178,13 +179,10 @@ def self.apply_combi(model, runner, loc_space, loc_schedule, water_heating_syste runner: runner, ua: ua, is_combi: true, - schedules_file: schedules_file) + schedules_file: schedules_file, + unavailable_periods: unavailable_periods) new_heater.setSourceSideDesignFlowRate(100) # set one large number, override by EMS - # Store combi assumed EF for ERI calculation - ef = calc_tank_EF(water_heating_system.water_heater_type, ua, water_heating_system.related_hvac_system.heating_efficiency_afue) - new_heater.additionalProperties.setFeature('EnergyFactor', ef) # Used by reporting measure - # Create alternate setpoint schedule for source side flow request alternate_stp_sch = new_heater.setpointTemperatureSchedule.get.clone(model).to_Schedule.get alternate_stp_sch.setName("#{obj_name_combi} Alt Spt") @@ -193,7 +191,7 @@ def self.apply_combi(model, runner, loc_space, loc_schedule, water_heating_syste # Create setpoint schedule to specify source side temperature source_stp_sch = OpenStudio::Model::ScheduleConstant.new(model) source_stp_sch.setName("#{obj_name_combi} Source Spt") - boiler_spt_mngr = model.getSetpointManagerScheduleds.select { |spt_mngr| spt_mngr.setpointNode.get == boiler_plant_loop.loopTemperatureSetpointNode }[0] + boiler_spt_mngr = model.getSetpointManagerScheduleds.find { |spt_mngr| spt_mngr.setpointNode.get == boiler_plant_loop.loopTemperatureSetpointNode } boiler_heating_spt = boiler_spt_mngr.to_SetpointManagerScheduled.get.schedule.to_ScheduleConstant.get.value # tank source side inlet temperature, degree C source_stp_sch.setValue(boiler_heating_spt) @@ -259,6 +257,8 @@ def self.apply_combi_system_EMS(model, water_heating_systems, plantloop_map) alt_spt_sch = water_heater.indirectAlternateSetpointTemperatureSchedule.get if alt_spt_sch.to_ScheduleConstant.is_initialized altsch_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(alt_spt_sch, *EPlus::EMSActuatorScheduleConstantValue) + elsif alt_spt_sch.to_ScheduleRuleset.is_initialized + altsch_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(alt_spt_sch, *EPlus::EMSActuatorScheduleYearValue) else altsch_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(alt_spt_sch, *EPlus::EMSActuatorScheduleFileValue) end @@ -289,7 +289,7 @@ def self.apply_combi_system_EMS(model, water_heating_systems, plantloop_map) equipment_target_temp_sensors[wu.name.to_s] = target_temp_sensor end end - dhw_source_loop = model.getPlantLoops.select { |l| l.demandComponents.include? water_heater }[0] + dhw_source_loop = model.getPlantLoops.find { |l| l.demandComponents.include? water_heater } dhw_source_loop.components.each do |c| next unless c.to_PumpVariableSpeed.is_initialized @@ -432,7 +432,7 @@ def self.apply_solar_thermal(model, loc_space, loc_schedule, solar_thermal_syste sizing_plant = plant_loop.sizingPlant sizing_plant.setLoopType('Heating') sizing_plant.setDesignLoopExitTemperature(dhw_loop.sizingPlant.designLoopExitTemperature) - sizing_plant.setLoopDesignTemperatureDifference(UnitConversions.convert(10.0, 'R', 'K')) + sizing_plant.setLoopDesignTemperatureDifference(UnitConversions.convert(10.0, 'deltaF', 'deltaC')) setpoint_manager = OpenStudio::Model::SetpointManagerScheduled.new(model, dhw_setpoint_manager.schedule) setpoint_manager.setName(obj_name + ' setpoint mgr') @@ -665,7 +665,7 @@ def self.setup_hpwh_wrapped_condenser(model, obj_name_hpwh, coil, tank, fan, h_t return hpwh end - def self.setup_hpwh_dxcoil(model, water_heating_system, weather, obj_name_hpwh, airflow_rate) + def self.setup_hpwh_dxcoil(model, runner, water_heating_system, weather, obj_name_hpwh, airflow_rate) # Curves hpwh_cap = OpenStudio::Model::CurveBiquadratic.new(model) hpwh_cap.setName('HPWH-Cap-fT') @@ -702,10 +702,10 @@ def self.setup_hpwh_dxcoil(model, water_heating_system, weather, obj_name_hpwh, rated_edb_F = 67.5 rated_edb = UnitConversions.convert(rated_edb_F, 'F', 'C') w_rated = Psychrometrics.w_fT_Twb_P(rated_edb_F, rated_ewb_F, 14.7) - dp_rated = Psychrometrics.Tdp_fP_w(14.7, w_rated) + dp_rated = Psychrometrics.Tdp_fP_w(runner, 14.7, w_rated) p_atm = Psychrometrics.Pstd_fZ(weather.header.Altitude) w_adj = Psychrometrics.w_fT_Twb_P(dp_rated, dp_rated, p_atm) - twb_adj = Psychrometrics.Twb_fT_w_P(rated_edb_F, w_adj, p_atm) + twb_adj = Psychrometrics.Twb_fT_w_P(runner, rated_edb_F, w_adj, p_atm) # Calculate the COP based on EF if not water_heating_system.energy_factor.nil? @@ -906,10 +906,10 @@ def self.add_hpwh_inlet_air_and_zone_heat_gain_program(model, obj_name_hpwh, loc hpwh_lat_def.setFractionLost(0) hpwh_lat.setSchedule(model.alwaysOnDiscreteSchedule) - sens_act_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(hpwh_sens, *EPlus::EMSActuatorOtherEquipmentPower) + sens_act_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(hpwh_sens, *EPlus::EMSActuatorOtherEquipmentPower, hpwh_sens.space.get) sens_act_actuator.setName("#{hpwh_sens.name} act") - lat_act_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(hpwh_lat, *EPlus::EMSActuatorOtherEquipmentPower) + lat_act_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(hpwh_lat, *EPlus::EMSActuatorOtherEquipmentPower, hpwh_lat.space.get) lat_act_actuator.setName("#{hpwh_lat.name} act") end @@ -956,7 +956,11 @@ def self.add_hpwh_control_program(model, runner, obj_name_hpwh, amb_temp_sensor, ueschedoverride_actuator.setName("#{obj_name_hpwh} UESchedOverride") # Actuator for setpoint schedule - hpwhschedoverride_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(control_setpoint_schedule, *EPlus::EMSActuatorScheduleConstantValue) + if control_setpoint_schedule.to_ScheduleConstant.is_initialized + hpwhschedoverride_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(control_setpoint_schedule, *EPlus::EMSActuatorScheduleConstantValue) + elsif control_setpoint_schedule.to_ScheduleRuleset.is_initialized + hpwhschedoverride_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(control_setpoint_schedule, *EPlus::EMSActuatorScheduleYearValue) + end hpwhschedoverride_actuator.setName("#{obj_name_hpwh} HPWHSchedOverride") # EMS for the HPWH control logic @@ -1346,7 +1350,7 @@ def self.add_ec_adj(model, heater, ec_adj, loc_space, water_heating_system, comb ec_adj_offcyc_sensor.setKeyName(tank.name.to_s) # Actuators - ec_adj_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(ec_adj_object, *EPlus::EMSActuatorOtherEquipmentPower) + ec_adj_actuator = OpenStudio::Model::EnergyManagementSystemActuator.new(ec_adj_object, *EPlus::EMSActuatorOtherEquipmentPower, loc_space) ec_adj_actuator.setName("#{heater.name} ec_adj_act") # Program @@ -1554,26 +1558,6 @@ def self.apply_tank_jacket(water_heating_system, ua_pre, a_side) return ua end - def self.calc_tank_EF(wh_type, ua, eta_c) - # Calculates the energy factor based on UA of the tank and conversion efficiency (eta_c) - # Source: Burch and Erickson 2004 - http://www.nrel.gov/docs/gen/fy04/36035.pdf - if [HPXML::WaterHeaterTypeTankless, HPXML::WaterHeaterTypeCombiTankless].include? wh_type - ef = eta_c - else - volume_drawn = 64.3 # gal/day - density = 8.2938 # lb/gal - draw_mass = volume_drawn * density # lb - cp = 1.0007 # Btu/lb-F - t = 135.0 # F - t_in = 58.0 # F - t_env = 67.5 # F - q_load = draw_mass * cp * (t - t_in) # Btu/day - - ef = q_load / ((ua * (t - t_env) * 24.0 + q_load) / eta_c) - end - return ef - end - def self.create_new_pump(model) # Add a pump to the new DHW loop pump = OpenStudio::Model::PumpVariableSpeed.new(model) @@ -1597,7 +1581,7 @@ def self.create_new_schedule_manager(model, t_set_c) OpenStudio::Model::SetpointManagerScheduled.new(model, new_schedule) end - def self.create_new_heater(name:, water_heating_system: nil, act_vol:, t_set_c: nil, loc_space:, loc_schedule: nil, model:, runner:, u: nil, ua:, eta_c: nil, is_dsh_storage: false, is_combi: false, schedules_file: nil) + def self.create_new_heater(name:, water_heating_system: nil, act_vol:, t_set_c: nil, loc_space:, loc_schedule: nil, model:, runner:, u: nil, ua:, eta_c: nil, is_dsh_storage: false, is_combi: false, schedules_file: nil, unavailable_periods: []) # storage tank doesn't require water_heating_system class argument being passed if is_dsh_storage || is_combi fuel = nil @@ -1626,7 +1610,7 @@ def self.create_new_heater(name:, water_heating_system: nil, act_vol:, t_set_c: new_heater.setTankHeight(h_tank) new_heater.setMaximumTemperatureLimit(90) new_heater.setHeaterPriorityControl('MasterSlave') - configure_stratified_tank_setpoint_schedules(new_heater, schedules_file, t_set_c, model, runner) + configure_stratified_tank_setpoint_schedules(new_heater, schedules_file, t_set_c, model, runner, unavailable_periods) new_heater.setHeater1Capacity(UnitConversions.convert(cap, 'kBtu/hr', 'W')) new_heater.setHeater1Height(h_UE) new_heater.setHeater1DeadbandTemperatureDifference(5.556) @@ -1634,8 +1618,6 @@ def self.create_new_heater(name:, water_heating_system: nil, act_vol:, t_set_c: new_heater.setHeater2Height(h_LE) new_heater.setHeater2DeadbandTemperatureDifference(5.556) new_heater.setHeaterThermalEfficiency(1) - new_heater.setOffCycleParasiticFuelType(EPlus::FuelTypeElectricity) - new_heater.setOnCycleParasiticFuelType(EPlus::FuelTypeElectricity) new_heater.setUniformSkinLossCoefficientperUnitAreatoAmbientTemperature(u) unless u.nil? new_heater.setNumberofNodes(12) new_heater.setAdditionalDestratificationConductivity(0) @@ -1659,7 +1641,7 @@ def self.create_new_heater(name:, water_heating_system: nil, act_vol:, t_set_c: else new_heater = OpenStudio::Model::WaterHeaterMixed.new(model) new_heater.setHeaterThermalEfficiency(eta_c) unless eta_c.nil? - configure_mixed_tank_setpoint_schedule(new_heater, schedules_file, t_set_c, model, runner) + configure_mixed_tank_setpoint_schedule(new_heater, schedules_file, t_set_c, model, runner, unavailable_periods) new_heater.setMaximumTemperatureLimit(99.0) if [HPXML::WaterHeaterTypeTankless, HPXML::WaterHeaterTypeCombiTankless].include? tank_type new_heater.setHeaterControlType('Modulate') @@ -1671,7 +1653,28 @@ def self.create_new_heater(name:, water_heating_system: nil, act_vol:, t_set_c: # Capacity, storage tank to be 0 new_heater.setHeaterMaximumCapacity(UnitConversions.convert(cap, 'kBtu/hr', 'W')) new_heater.setHeaterMinimumCapacity(0.0) - set_wh_parasitic_parameters(water_heating_system, new_heater, is_dsh_storage) + + # Set fraction of heat loss from tank to ambient (vs out flue) + # Based on lab testing done by LBNL + skinlossfrac = 1.0 + if (not is_dsh_storage) && (water_heating_system.fuel_type != HPXML::FuelTypeElectricity) && (water_heating_system.water_heater_type == HPXML::WaterHeaterTypeStorage) + # Fuel storage water heater + # EF cutoffs derived from Figure 2 of http://title24stakeholders.com/wp-content/uploads/2017/10/2013_CASE-Report_High-efficiency-Water-Heater-Ready.pdf + # FUTURE: Add an optional HPXML input for water heater type for a user to specify this (and default based on EF as below) + ef = water_heating_system.energy_factor + if ef.nil? + ef = calc_ef_from_uef(water_heating_system) + end + if ef < 0.64 + skinlossfrac = 0.64 # Natural draft + elsif ef < 0.77 + skinlossfrac = 0.91 # Power vent + else + skinlossfrac = 0.96 # Condensing + end + end + new_heater.setOffCycleLossFractiontoThermalZone(skinlossfrac) + new_heater.setOnCycleLossFractiontoThermalZone(1.0) ua_w_k = UnitConversions.convert(ua, 'Btu/(hr*F)', 'W/K') new_heater.setOnCycleLossCoefficienttoAmbientTemperature(ua_w_k) @@ -1691,40 +1694,17 @@ def self.create_new_heater(name:, water_heating_system: nil, act_vol:, t_set_c: set_wh_ambient(loc_space, loc_schedule, new_heater) # FUTURE: These are always zero right now; develop smart defaults. - new_heater.setOnCycleParasiticFuelConsumptionRate(0.0) + new_heater.setOffCycleParasiticFuelType(EPlus::FuelTypeElectricity) new_heater.setOffCycleParasiticFuelConsumptionRate(0.0) + new_heater.setOffCycleParasiticHeatFractiontoTank(0) + new_heater.setOnCycleParasiticFuelType(EPlus::FuelTypeElectricity) + new_heater.setOnCycleParasiticFuelConsumptionRate(0.0) + new_heater.setOnCycleParasiticHeatFractiontoTank(0) return new_heater end def self.set_wh_parasitic_parameters(water_heating_system, water_heater, is_dsh_storage) - water_heater.setOnCycleParasiticFuelType(EPlus::FuelTypeElectricity) - water_heater.setOnCycleParasiticHeatFractiontoTank(0) - water_heater.setOnCycleLossFractiontoThermalZone(1.0) - - water_heater.setOffCycleParasiticFuelType(EPlus::FuelTypeElectricity) - water_heater.setOffCycleParasiticHeatFractiontoTank(0) - - # Set fraction of heat loss from tank to ambient (vs out flue) - # Based on lab testing done by LBNL - skinlossfrac = 1.0 - if (not is_dsh_storage) && (water_heating_system.fuel_type != HPXML::FuelTypeElectricity) && (water_heating_system.water_heater_type == HPXML::WaterHeaterTypeStorage) - # Fuel storage water heater - # EF cutoffs derived from Figure 2 of http://title24stakeholders.com/wp-content/uploads/2017/10/2013_CASE-Report_High-efficiency-Water-Heater-Ready.pdf - # FUTURE: Add an optional HPXML input for water heater type for a user to specify this (and default based on EF as below) - ef = water_heating_system.energy_factor - if ef.nil? - ef = calc_ef_from_uef(water_heating_system) - end - if ef < 0.64 - skinlossfrac = 0.64 # Natural draft - elsif ef < 0.77 - skinlossfrac = 0.91 # Power vent - else - skinlossfrac = 0.96 # Condensing - end - end - water_heater.setOffCycleLossFractiontoThermalZone(skinlossfrac) end def self.set_wh_ambient(loc_space, loc_schedule, wh_obj) @@ -1741,15 +1721,14 @@ def self.set_wh_ambient(loc_space, loc_schedule, wh_obj) end end - def self.configure_mixed_tank_setpoint_schedule(new_heater, schedules_file, t_set_c, model, runner) + def self.configure_mixed_tank_setpoint_schedule(new_heater, schedules_file, t_set_c, model, runner, unavailable_periods) new_schedule = nil if not schedules_file.nil? new_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnWaterHeaterSetpoint) end if new_schedule.nil? # constant - new_schedule = OpenStudio::Model::ScheduleConstant.new(model) - new_schedule.setName('WH Setpoint Temp') - new_schedule.setValue(t_set_c) + new_schedule = ScheduleConstant.new(model, Constants.ObjectNameWaterHeaterSetpoint, t_set_c, Constants.ScheduleTypeLimitsTemperature, unavailable_periods: unavailable_periods) + new_schedule = new_schedule.schedule else runner.registerWarning("Both '#{SchedulesFile::ColumnWaterHeaterSetpoint}' schedule file and setpoint temperature provided; the latter will be ignored.") if !t_set_c.nil? end @@ -1759,15 +1738,14 @@ def self.configure_mixed_tank_setpoint_schedule(new_heater, schedules_file, t_se new_heater.setSetpointTemperatureSchedule(new_schedule) end - def self.configure_stratified_tank_setpoint_schedules(new_heater, schedules_file, t_set_c, model, runner) + def self.configure_stratified_tank_setpoint_schedules(new_heater, schedules_file, t_set_c, model, runner, unavailable_periods) new_schedule = nil if not schedules_file.nil? new_schedule = schedules_file.create_schedule_file(col_name: SchedulesFile::ColumnWaterHeaterSetpoint) end if new_schedule.nil? # constant - new_schedule = OpenStudio::Model::ScheduleConstant.new(model) - new_schedule.setName('WH Setpoint Temp') - new_schedule.setValue(t_set_c) + new_schedule = ScheduleConstant.new(model, Constants.ObjectNameWaterHeaterSetpoint, t_set_c, Constants.ScheduleTypeLimitsTemperature, unavailable_periods: unavailable_periods) + new_schedule = new_schedule.schedule else runner.registerWarning("Both '#{SchedulesFile::ColumnWaterHeaterSetpoint}' schedule file and setpoint temperature provided; the latter will be ignored.") if !t_set_c.nil? end @@ -1793,7 +1771,7 @@ def self.create_new_loop(model, name, t_set_c, eri_version) loop = OpenStudio::Model::PlantLoop.new(model) loop.setName(name) loop.sizingPlant.setDesignLoopExitTemperature(t_set_c) - loop.sizingPlant.setLoopDesignTemperatureDifference(UnitConversions.convert(10.0, 'R', 'K')) + loop.sizingPlant.setLoopDesignTemperatureDifference(UnitConversions.convert(10.0, 'deltaF', 'deltaC')) loop.setPlantLoopVolume(0.003) # ~1 gal loop.setMaximumLoopFlowRate(0.01) # This size represents the physical limitations to flow due to losses in the piping system. We assume that the pipes are always adequately sized. diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb index 102484aa..3206f85f 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/weather.rb @@ -10,30 +10,23 @@ def initialize class WeatherData def initialize end - ATTRS ||= [:AnnualAvgDrybulb, :AnnualMinDrybulb, :AnnualMaxDrybulb, :CDD50F, :CDD65F, :HDD50F, :HDD65F, :AnnualAvgWindspeed, :MonthlyAvgDrybulbs, :GroundMonthlyTemps, :WSF, :MonthlyAvgDailyHighDrybulbs, :MonthlyAvgDailyLowDrybulbs] + ATTRS ||= [:AnnualAvgDrybulb, :CDD50F, :CDD65F, :HDD50F, :HDD65F, :MonthlyAvgDrybulbs, :GroundMonthlyTemps, :WSF, :MonthlyAvgDailyHighDrybulbs, :MonthlyAvgDailyLowDrybulbs] attr_accessor(*ATTRS) end class WeatherDesign def initialize end - ATTRS ||= [:HeatingDrybulb, :HeatingWindspeed, :CoolingDrybulb, :CoolingWetbulb, :CoolingHumidityRatio, :CoolingWindspeed, :DailyTemperatureRange, :DehumidDrybulb, :DehumidHumidityRatio, :CoolingDirectNormal, :CoolingDiffuseHorizontal] + ATTRS ||= [:HeatingDrybulb, :CoolingDrybulb, :CoolingWetbulb, :CoolingHumidityRatio, :DailyTemperatureRange] attr_accessor(*ATTRS) end class WeatherProcess - def initialize(model, runner, csv_path = nil) + def initialize(epw_path:, runner:) @header = WeatherHeader.new @data = WeatherData.new @design = WeatherDesign.new - if not csv_path.nil? - load_from_csv(csv_path) - return - end - - epw_path = get_epw_path(model) - if not File.exist?(epw_path) fail "Cannot find weather file at #{epw_path}." end @@ -43,82 +36,10 @@ def initialize(model, runner, csv_path = nil) process_epw(runner, epw_file) end - def dump_to_csv(csv_path) - require 'csv' - - def to_columns(data) - if not data.is_a? Array - return [data.class, data] - end - - return [data.class] + data - end - - results_out = [] - WeatherHeader::ATTRS.each do |k| - results_out << ["WeatherHeader.#{k}"] + to_columns(@header.send(k)) - end - WeatherData::ATTRS.each do |k| - results_out << ["WeatherData.#{k}"] + to_columns(@data.send(k)) - end - WeatherDesign::ATTRS.each do |k| - results_out << ["WeatherDesign.#{k}"] + to_columns(@design.send(k)) - end - - CSV.open(csv_path, 'wb') { |csv| results_out.to_a.each { |elem| csv << elem } } - end - - def load_from_csv(csv_path) - require 'csv' - csv_data = CSV.read(csv_path, headers: false) - - def to_datatype(data, dataclass) - if dataclass == 'String' - return data[0].to_s - elsif dataclass == 'Float' - return data[0].to_f - elsif dataclass == 'Fixnum' - return data[0].to_i - elsif dataclass == 'Array' - return data.map(&:to_f) - end - end - - csv_data.each do |data| - dataname = data[0].split('.')[1] - if data[0].start_with? 'WeatherHeader' - @header.send(dataname + '=', to_datatype(data[2..-1], data[1])) - elsif data[0].start_with? 'WeatherData' - @data.send(dataname + '=', to_datatype(data[2..-1], data[1])) - elsif data[0].start_with? 'WeatherDesign' - @design.send(dataname + '=', to_datatype(data[2..-1], data[1])) - end - end - end - attr_accessor(:header, :data, :design) private - def get_epw_path(model) - if model.weatherFile.is_initialized - - wf = model.weatherFile.get - # Sometimes path is available, sometimes just url. Should be improved in OS 2.0. - if wf.path.is_initialized - epw_path = wf.path.get.to_s - else - epw_path = wf.url.to_s.sub('file:///', '').sub('file://', '').sub('file:', '') - end - if not File.exist? epw_path - epw_path = File.absolute_path(File.join(File.dirname(__FILE__), epw_path)) - end - return epw_path - end - - fail 'Model has not been assigned a weather file.' - end - def process_epw(runner, epw_file) # Header info: @header.City = epw_file.city @@ -132,6 +53,9 @@ def process_epw(runner, epw_file) @header.Altitude = UnitConversions.convert(epw_file.elevation, 'm', 'ft') @header.LocalPressure = Math::exp(-0.0000368 * @header.Altitude) # atm @header.RecordsPerHour = epw_file.recordsPerHour + if @header.RecordsPerHour != 1 + fail "Unexpected records per hour: #{@header.RecordsPerHour}." + end epw_file_data = epw_file.data @@ -142,41 +66,29 @@ def process_epw(runner, epw_file) dailydbs = [] dailyhighdbs = [] dailylowdbs = [] + monthdbs = [] epw_file_data.each_with_index do |epwdata, rownum| rowdict = {} rowdict['month'] = epwdata.month rowdict['day'] = epwdata.day rowdict['hour'] = epwdata.hour - if epwdata.dryBulbTemperature.is_initialized + begin rowdict['db'] = epwdata.dryBulbTemperature.get - else + rescue fail "Cannot retrieve dryBulbTemperature from the EPW for hour #{rownum + 1}." end - if epwdata.dewPointTemperature.is_initialized - rowdict['dp'] = epwdata.dewPointTemperature.get - else - fail "Cannot retrieve dewPointTemperature from the EPW for hour #{rownum + 1}." - end - if epwdata.relativeHumidity.is_initialized + begin rowdict['rh'] = epwdata.relativeHumidity.get / 100.0 - else + rescue fail "Cannot retrieve relativeHumidity from the EPW for hour #{rownum + 1}." end - if epwdata.directNormalRadiation.is_initialized - rowdict['dirnormal'] = epwdata.directNormalRadiation.get # W/m^2 - else - fail "Cannot retrieve directNormalRadiation from the EPW for hour #{rownum + 1}." - end - if epwdata.diffuseHorizontalRadiation.is_initialized - rowdict['diffhoriz'] = epwdata.diffuseHorizontalRadiation.get # W/m^2 - else - fail "Cannot retrieve diffuseHorizontalRadiation from the EPW for hour #{rownum + 1}." - end - if epwdata.windSpeed.is_initialized + begin rowdict['ws'] = epwdata.windSpeed.get - else + rescue fail "Cannot retrieve windSpeed from the EPW for hour #{rownum + 1}." end + monthdbs << [] if rowdict['day'] == 1 + monthdbs[rowdict['month'] - 1] << rowdict['db'] rowdata << rowdict @@ -200,69 +112,24 @@ def process_epw(runner, epw_file) dailylowdbs << mindb end - calc_annual_drybulbs(rowdata) - calc_monthly_drybulbs(rowdata) + @data.AnnualAvgDrybulb = UnitConversions.convert(rowdata.map { |x| x['db'] }.sum(0.0) / rowdata.length, 'C', 'F') + @data.MonthlyAvgDrybulbs = [] + for i in 1..12 + @data.MonthlyAvgDrybulbs << UnitConversions.convert(monthdbs[i - 1].sum / monthdbs[i - 1].length, 'C', 'F') + end + calc_heat_cool_degree_days(dailydbs) calc_avg_monthly_highs_lows(dailyhighdbs, dailylowdbs) - calc_avg_windspeed(rowdata) calc_ground_temperatures @data.WSF = calc_ashrae_622_wsf(rowdata) if not epwHasDesignData - runner.registerWarning('No design condition info found; calculating design conditions from EPW weather data.') - calc_design_info(rowdata) - @design.DailyTemperatureRange = @data.MonthlyAvgDailyHighDrybulbs[7] - @data.MonthlyAvgDailyLowDrybulbs[7] - end - - calc_design_solar_radiation(rowdata) - end - - def calc_annual_drybulbs(hd) - # Calculates and stores annual average, minimum, and maximum drybulbs - db = [] - mindict = hd[0] - maxdict = hd[0] - hd.each do |x| - if x['db'] > maxdict['db'] - maxdict = x - end - if x['db'] < mindict['db'] - mindict = x - end - db << x['db'] - end - - @data.AnnualAvgDrybulb = UnitConversions.convert(db.sum(0.0) / db.length, 'C', 'F') - - # Peak temperatures: - @data.AnnualMinDrybulb = UnitConversions.convert(mindict['db'], 'C', 'F') - @data.AnnualMaxDrybulb = UnitConversions.convert(maxdict['db'], 'C', 'F') - end - - def calc_monthly_drybulbs(hd) - # Calculates and stores monthly average drybulbs - @data.MonthlyAvgDrybulbs = [] - for month in 1..12 - y = [] - hd.each do |x| - if x['month'] == month - y << x['db'] - end + if not runner.nil? + runner.registerWarning('No design condition info found; calculating design conditions from EPW weather data.') end - month_dbtotal = y.sum(0.0) - month_hours = y.length - @data.MonthlyAvgDrybulbs << UnitConversions.convert(month_dbtotal / month_hours, 'C', 'F') - end - end - - def calc_avg_windspeed(hd) - # Calculates and stores annual average windspeed - ws = [] - hd.each do |x| - ws << x['ws'] + calc_design_info(runner, rowdata) + @design.DailyTemperatureRange = @data.MonthlyAvgDailyHighDrybulbs[7] - @data.MonthlyAvgDailyLowDrybulbs[7] end - avgws = ws.sum(0.0) / ws.length - @data.AnnualAvgWindspeed = avgws end def calc_heat_cool_degree_days(dailydbs) @@ -309,7 +176,7 @@ def calc_avg_monthly_highs_lows(daily_high_dbs, daily_low_dbs) elsif daily_high_dbs.size == 366 # leap year month_num_days = Constants.NumDaysInMonths(2000) else - fail 'Unexpected number of days.' + fail "Unexpected number of days: #{daily_high_dbs.size}." end first_day = 0 @@ -325,30 +192,6 @@ def calc_avg_monthly_highs_lows(daily_high_dbs, daily_low_dbs) end end - def calc_design_solar_radiation(rowdata) - # Calculate cooling design day info, for roof surface sol air temperature, which is used for attic temperature calculation for Manual J/ASHRAE Std 152: - # Max summer direct normal solar radiation - # Diffuse horizontal solar radiation during hour with max direct normal - summer_rowdata = [] - months = [6, 7, 8, 9] - for hr in 0..(rowdata.size - 1) - next if not months.include?(rowdata[hr]['month']) - - summer_rowdata << rowdata[hr] - end - - r_d = (1 + Math::cos(26.565052 * Math::PI / 180)) / 2 # Correct diffuse horizontal for tilt. Assume 6:12 roof pitch for this calculation. - max_solar_radiation_hour = summer_rowdata[0] - for hr in 1..(summer_rowdata.size - 1) - next if summer_rowdata[hr]['dirnormal'] + summer_rowdata[hr]['diffhoriz'] * r_d < max_solar_radiation_hour['dirnormal'] + max_solar_radiation_hour['diffhoriz'] * r_d - - max_solar_radiation_hour = summer_rowdata[hr] - end - - @design.CoolingDirectNormal = max_solar_radiation_hour['dirnormal'] - @design.CoolingDiffuseHorizontal = max_solar_radiation_hour['diffhoriz'] - end - def calc_ashrae_622_wsf(rowdata) require 'csv' ashrae_csv = File.join(File.dirname(__FILE__), 'data', 'ashrae_622_wsf.csv') @@ -405,77 +248,44 @@ def get_design_info_from_epw(epw_file) epwHasDesignData = true epw_design_conditions = epw_design_conditions[0] @design.HeatingDrybulb = UnitConversions.convert(epw_design_conditions.heatingDryBulb99, 'C', 'F') - @design.HeatingWindspeed = epw_design_conditions.heatingColdestMonthWindSpeed1 @design.CoolingDrybulb = UnitConversions.convert(epw_design_conditions.coolingDryBulb1, 'C', 'F') @design.CoolingWetbulb = UnitConversions.convert(epw_design_conditions.coolingMeanCoincidentWetBulb1, 'C', 'F') - @design.CoolingWindspeed = epw_design_conditions.coolingMeanCoincidentWindSpeed0pt4 - @design.DailyTemperatureRange = UnitConversions.convert(epw_design_conditions.coolingDryBulbRange, 'K', 'R') - @design.DehumidDrybulb = UnitConversions.convert(epw_design_conditions.coolingDehumidificationMeanCoincidentDryBulb2, 'C', 'F') - dehum02per_dp = UnitConversions.convert(epw_design_conditions.coolingDehumidificationDewPoint2, 'C', 'F') + @design.DailyTemperatureRange = UnitConversions.convert(epw_design_conditions.coolingDryBulbRange, 'deltaC', 'deltaF') std_press = Psychrometrics.Pstd_fZ(@header.Altitude) @design.CoolingHumidityRatio = Psychrometrics.w_fT_Twb_P(design.CoolingDrybulb, design.CoolingWetbulb, std_press) - @design.DehumidHumidityRatio = Psychrometrics.w_fT_Twb_P(dehum02per_dp, dehum02per_dp, std_press) end return epwHasDesignData end - def calc_design_info(rowdata) + def calc_design_info(runner, rowdata) # Calculate design day info: # - Heating 99% drybulb - # - Heating mean coincident windspeed # - Cooling 99% drybulb - # - Cooling mean coincident windspeed # - Cooling mean coincident wetbulb # - Cooling mean coincident humidity ratio std_press = Psychrometrics.Pstd_fZ(@header.Altitude) annual_hd_sorted_by_db = rowdata.sort_by { |x| x['db'] } - annual_hd_sorted_by_dp = rowdata.sort_by { |x| x['dp'] } # 1%/99%/2% values heat99per_db = annual_hd_sorted_by_db[88 * @header.RecordsPerHour]['db'] cool01per_db = annual_hd_sorted_by_db[8673 * @header.RecordsPerHour]['db'] - dehum02per_dp = annual_hd_sorted_by_dp[8584 * @header.RecordsPerHour]['dp'] # Mean coincident values for cooling - cool_windspeed = [] cool_wetbulb = [] for i in 0..(annual_hd_sorted_by_db.size - 1) next unless (annual_hd_sorted_by_db[i]['db'] > cool01per_db - 0.5) && (annual_hd_sorted_by_db[i]['db'] < cool01per_db + 0.5) - cool_windspeed << annual_hd_sorted_by_db[i]['ws'] - wb = Psychrometrics.Twb_fT_R_P(UnitConversions.convert(annual_hd_sorted_by_db[i]['db'], 'C', 'F'), annual_hd_sorted_by_db[i]['rh'], std_press) + wb = Psychrometrics.Twb_fT_R_P(runner, UnitConversions.convert(annual_hd_sorted_by_db[i]['db'], 'C', 'F'), annual_hd_sorted_by_db[i]['rh'], std_press) cool_wetbulb << wb end cool_design_wb = cool_wetbulb.sum(0.0) / cool_wetbulb.size - # Mean coincident values for heating - heat_windspeed = [] - for i in 0..(annual_hd_sorted_by_db.size - 1) - if (annual_hd_sorted_by_db[i]['db'] > heat99per_db - 0.5) && (annual_hd_sorted_by_db[i]['db'] < heat99per_db + 0.5) - heat_windspeed << annual_hd_sorted_by_db[i]['ws'] - end - end - - # Mean coincident values for dehumidification - dehum_drybulb = [] - for i in 0..(annual_hd_sorted_by_dp.size - 1) - if (annual_hd_sorted_by_dp[i]['dp'] > dehum02per_dp - 0.5) && (annual_hd_sorted_by_dp[i]['dp'] < dehum02per_dp + 0.5) - dehum_drybulb << annual_hd_sorted_by_dp[i]['db'] - end - end - dehum_design_db = dehum_drybulb.sum(0.0) / dehum_drybulb.size - @design.CoolingDrybulb = UnitConversions.convert(cool01per_db, 'C', 'F') @design.CoolingWetbulb = cool_design_wb @design.CoolingHumidityRatio = Psychrometrics.w_fT_Twb_P(design.CoolingDrybulb, design.CoolingWetbulb, std_press) - @design.CoolingWindspeed = cool_windspeed.sum(0.0) / cool_windspeed.size @design.HeatingDrybulb = UnitConversions.convert(heat99per_db, 'C', 'F') - @design.HeatingWindspeed = heat_windspeed.sum(0.0) / heat_windspeed.size - - @design.DehumidDrybulb = UnitConversions.convert(dehum_design_db, 'C', 'F') - @design.DehumidHumidityRatio = Psychrometrics.w_fT_Twb_P(UnitConversions.convert(dehum02per_dp, 'C', 'F'), UnitConversions.convert(dehum02per_dp, 'C', 'F'), std_press) end def calc_ground_temperatures @@ -504,10 +314,11 @@ def calc_ground_temperatures end end - def self.calc_mains_temperatures(avgOAT, maxDiffMonthlyAvgOAT, latitude) + def self.calc_mains_temperatures(avgOAT, maxDiffMonthlyAvgOAT, latitude, year) + n_days = Constants.NumDaysInYear(year) pi = Math::PI deg_rad = pi / 180 - mainsDailyTemps = Array.new(365, 0) + mainsDailyTemps = Array.new(n_days, 0) mainsMonthlyTemps = Array.new(12, 0) mainsAvgTemp = 0 @@ -520,9 +331,9 @@ def self.calc_mains_temperatures(avgOAT, maxDiffMonthlyAvgOAT, latitude) end # Calculate daily and annual - for d in 1..365 + for d in 1..n_days mainsDailyTemps[d - 1] = avgOAT + 6 + tmains_ratio * maxDiffMonthlyAvgOAT / 2 * Math.sin(deg_rad * (0.986 * (d - 15 - tmains_lag) + sign * 90)) - mainsAvgTemp += mainsDailyTemps[d - 1] / 365.0 + mainsAvgTemp += mainsDailyTemps[d - 1] / Float(n_days) end # Calculate monthly for m in 1..12 diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb index edc0da3c..bf1ea6a3 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlhelper.rb @@ -38,7 +38,7 @@ def self.insert_element(parent, element_name, index = 0, value = nil, datatype = # Adds the child element with 'element_name' to a single extension element and # sets its value. Returns the extension element. - def self.add_extension(parent, element_name, value, datatype, defaulted = false) + def self.add_extension(parent, element_name, value = nil, datatype = nil, defaulted = false) extension = XMLHelper.create_elements_as_needed(parent, ['extension']) return XMLHelper.add_element(extension, element_name, value, datatype, defaulted) end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlvalidator.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlvalidator.rb index d1ca4af1..2ef26d26 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlvalidator.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/resources/xmlvalidator.rb @@ -1,9 +1,12 @@ # frozen_string_literal: true class XMLValidator - def self.validate_against_schema(hpxml_path, schema_path, errors = [], warnings = []) + def self.get_schema_validator(schema_path) + return OpenStudio::XMLValidator.new(schema_path) + end + + def self.validate_against_schema(hpxml_path, validator, errors = [], warnings = []) # Validate against XSD - validator = OpenStudio::XMLValidator.new(schema_path) validator.validate(hpxml_path) validator.errors.each do |e| next unless e.logMessage.count(':') >= 2 @@ -17,9 +20,18 @@ def self.validate_against_schema(hpxml_path, schema_path, errors = [], warnings return errors, warnings end - def self.validate_against_schematron(hpxml_path, schematron_path, hpxml_doc, errors = [], warnings = []) + def self.get_schematron_validator(schematron_path) + # First create XSLT at our specified output path to avoid possible errors due + # to https://github.com/NREL/OpenStudio/issues/4824. + xslt_dir = Dir.mktmpdir('xmlvalidation-') + OpenStudio::XMLValidator::schematronToXslt(schematron_path, xslt_dir) + xslt_path = File.join(xslt_dir, File.basename(schematron_path, '.xml') + '_stylesheet.xslt') + + return OpenStudio::XMLValidator.new(xslt_path) + end + + def self.validate_against_schematron(hpxml_path, validator, hpxml_doc, errors = [], warnings = []) # Validate against Schematron doc - validator = OpenStudio::XMLValidator.new(schematron_path) validator.validate(hpxml_path) if validator.fullValidationReport.is_initialized report_doc = Oga.parse_xml(validator.fullValidationReport.get) diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb index c46d999b..6ad29ecd 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_airflow.rb @@ -106,6 +106,54 @@ def test_infiltration_natural_ach assert_in_epsilon(0.1446, program_values['Cw'].sum, 0.01) end + def test_infiltration_natural_cfm + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-enclosure-infil-natural-cfm.xml')) + model, _hpxml = _test_measure(args_hash) + + # Check infiltration/ventilation program + program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants.ObjectNameInfiltration} program") + assert_in_epsilon(0.0904, program_values['c'].sum, 0.01) + assert_in_epsilon(0.0573, program_values['Cs'].sum, 0.01) + assert_in_epsilon(0.1446, program_values['Cw'].sum, 0.01) + end + + def test_infiltration_natural_ela + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-enclosure-infil-ela.xml')) + model, _hpxml = _test_measure(args_hash) + + # Check infiltration/ventilation program + program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants.ObjectNameInfiltration} program") + assert_in_epsilon(0.0904, program_values['c'].sum, 0.01) + assert_in_epsilon(0.0573, program_values['Cs'].sum, 0.01) + assert_in_epsilon(0.1446, program_values['Cw'].sum, 0.01) + end + + def test_infiltration_multifamily + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-bldgtype-multifamily.xml')) + model, _hpxml = _test_measure(args_hash) + + # Check infiltration/ventilation program + program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants.ObjectNameInfiltration} program") + assert_in_epsilon(0.0145, program_values['c'].sum, 0.01) + assert_in_epsilon(0.0504, program_values['Cs'].sum, 0.01) + assert_in_epsilon(0.1446, program_values['Cw'].sum, 0.01) + end + + def test_infiltration_multifamily_compartmentalization + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-bldgtype-multifamily-infil-compartmentalization-test.xml')) + model, _hpxml = _test_measure(args_hash) + + # Check infiltration/ventilation program + program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants.ObjectNameInfiltration} program") + assert_in_epsilon(0.0118, program_values['c'].sum, 0.01) + assert_in_epsilon(0.0504, program_values['Cs'].sum, 0.01) + assert_in_epsilon(0.1446, program_values['Cw'].sum, 0.01) + end + def test_natural_ventilation args_hash = {} args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base.xml')) @@ -119,7 +167,7 @@ def test_natural_ventilation assert_in_epsilon(0.0, UnitConversions.convert(program_values['WHF_Flow'].sum, 'm^3/s', 'cfm'), 0.01) # Check natural ventilation is available 3 days/wk - nv_sched = model.getScheduleRulesets.select { |s| s.name.to_s.start_with? Constants.ObjectNameNaturalVentilation }[0] + nv_sched = model.getScheduleRulesets.find { |s| s.name.to_s.start_with? Constants.ObjectNameNaturalVentilation } assert_equal(3768, Schedule.annual_equivalent_full_load_hrs(2007, nv_sched)) end @@ -136,7 +184,7 @@ def test_natural_ventilation_7_days_per_week assert_in_epsilon(0.0, UnitConversions.convert(program_values['WHF_Flow'].sum, 'm^3/s', 'cfm'), 0.01) # Check natural ventilation is available 7 days/wk - nv_sched = model.getScheduleRulesets.select { |s| s.name.to_s.start_with? Constants.ObjectNameNaturalVentilation }[0] + nv_sched = model.getScheduleRulesets.find { |s| s.name.to_s.start_with? Constants.ObjectNameNaturalVentilation } assert_equal(8760, Schedule.annual_equivalent_full_load_hrs(2007, nv_sched)) end @@ -164,7 +212,7 @@ def test_mechanical_ventilation_supply model, hpxml = _test_measure(args_hash) # Get HPXML values - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan_cfm = vent_fan.average_total_unit_flow_rate vent_fan_power = vent_fan.fan_power @@ -188,7 +236,7 @@ def test_mechanical_ventilation_exhaust model, hpxml = _test_measure(args_hash) # Get HPXML values - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan_cfm = vent_fan.average_total_unit_flow_rate vent_fan_power = vent_fan.fan_power @@ -212,7 +260,7 @@ def test_mechanical_ventilation_balanced model, hpxml = _test_measure(args_hash) # Get HPXML values - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan_cfm = vent_fan.average_total_unit_flow_rate vent_fan_power = vent_fan.fan_power @@ -236,7 +284,7 @@ def test_mechanical_ventilation_erv model, hpxml = _test_measure(args_hash) # Get HPXML values - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan_cfm = vent_fan.average_total_unit_flow_rate vent_fan_power = vent_fan.fan_power @@ -260,7 +308,7 @@ def test_mechanical_ventilation_hrv model, hpxml = _test_measure(args_hash) # Get HPXML values - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan_cfm = vent_fan.average_total_unit_flow_rate vent_fan_power = vent_fan.fan_power @@ -284,7 +332,7 @@ def test_mechanical_ventilation_cfis model, hpxml = _test_measure(args_hash) # Get HPXML values - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan_cfm = vent_fan.oa_unit_flow_rate vent_fan_power = vent_fan.fan_power vent_fan_mins = vent_fan.hours_in_operation / 24.0 * 60.0 @@ -309,7 +357,7 @@ def test_mechanical_ventilation_cfis_with_supplemental_fan model, hpxml = _test_measure(args_hash) # Get HPXML values - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan_cfm = vent_fan.oa_unit_flow_rate vent_fan_power = vent_fan.fan_power vent_fan_mins = vent_fan.hours_in_operation / 24.0 * 60.0 @@ -338,12 +386,12 @@ def test_ventilation_bath_kitchen_fans model, hpxml = _test_measure(args_hash) # Get HPXML values - bath_fan = hpxml.ventilation_fans.select { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationBath }[0] - bath_fan_cfm = bath_fan.flow_rate * bath_fan.quantity - bath_fan_power = bath_fan.fan_power * bath_fan.quantity - kitchen_fan = hpxml.ventilation_fans.select { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationKitchen }[0] - kitchen_fan_cfm = kitchen_fan.flow_rate * (kitchen_fan.quantity.nil? ? 1 : kitchen_fan.quantity) - kitchen_fan_power = kitchen_fan.fan_power * (kitchen_fan.quantity.nil? ? 1 : kitchen_fan.quantity) + bath_fan = hpxml.ventilation_fans.find { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationBath } + bath_fan_cfm = bath_fan.flow_rate * bath_fan.count + bath_fan_power = bath_fan.fan_power * bath_fan.count + kitchen_fan = hpxml.ventilation_fans.find { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationKitchen } + kitchen_fan_cfm = kitchen_fan.flow_rate * (kitchen_fan.count.nil? ? 1 : kitchen_fan.count) + kitchen_fan_power = kitchen_fan.fan_power * (kitchen_fan.count.nil? ? 1 : kitchen_fan.count) # Check infiltration/ventilation program program_values = get_ems_values(model.getEnergyManagementSystemPrograms, "#{Constants.ObjectNameInfiltration} program") @@ -387,8 +435,8 @@ def test_multiple_mechvent local_fans = vent_fans.select { |f| f.used_for_local_ventilation } bath_fans = local_fans.select { |f| f.fan_location == HPXML::LocationBath } - bath_fan_cfm = bath_fans.map { |bath_fan| bath_fan.flow_rate * bath_fan.quantity }.sum(0.0) - bath_fan_power = bath_fans.map { |bath_fan| bath_fan.fan_power * bath_fan.quantity }.sum(0.0) + bath_fan_cfm = bath_fans.map { |bath_fan| bath_fan.flow_rate * bath_fan.count }.sum(0.0) + bath_fan_power = bath_fans.map { |bath_fan| bath_fan.fan_power * bath_fan.count }.sum(0.0) kitchen_fans = local_fans.select { |f| f.fan_location == HPXML::LocationKitchen } kitchen_fan_cfm = kitchen_fans.map { |kitchen_fan| kitchen_fan.flow_rate }.sum(0.0) kitchen_fan_power = kitchen_fans.map { |kitchen_fan| kitchen_fan.fan_power }.sum(0.0) @@ -500,8 +548,8 @@ def test_ducts_leakage_cfm25 model, hpxml = _test_measure(args_hash) # Get HPXML values - supply_leakage = hpxml.hvac_distributions[0].duct_leakage_measurements.select { |m| m.duct_type == HPXML::DuctTypeSupply }[0] - return_leakage = hpxml.hvac_distributions[0].duct_leakage_measurements.select { |m| m.duct_type == HPXML::DuctTypeReturn }[0] + supply_leakage = hpxml.hvac_distributions[0].duct_leakage_measurements.find { |m| m.duct_type == HPXML::DuctTypeSupply } + return_leakage = hpxml.hvac_distributions[0].duct_leakage_measurements.find { |m| m.duct_type == HPXML::DuctTypeReturn } supply_leakage_cfm25 = supply_leakage.duct_leakage_value return_leakage_cfm25 = return_leakage.duct_leakage_value @@ -517,8 +565,8 @@ def test_ducts_leakage_cfm50 model, hpxml = _test_measure(args_hash) # Get HPXML values - supply_leakage = hpxml.hvac_distributions[0].duct_leakage_measurements.select { |m| m.duct_type == HPXML::DuctTypeSupply }[0] - return_leakage = hpxml.hvac_distributions[0].duct_leakage_measurements.select { |m| m.duct_type == HPXML::DuctTypeReturn }[0] + supply_leakage = hpxml.hvac_distributions[0].duct_leakage_measurements.find { |m| m.duct_type == HPXML::DuctTypeSupply } + return_leakage = hpxml.hvac_distributions[0].duct_leakage_measurements.find { |m| m.duct_type == HPXML::DuctTypeReturn } supply_leakage_cfm50 = supply_leakage.duct_leakage_value return_leakage_cfm50 = return_leakage.duct_leakage_value @@ -545,30 +593,36 @@ def test_ducts_leakage_percent assert_in_epsilon(return_leakage_frac, program_values['f_ret'].sum, 0.01) end - def test_ducts_surface_area - args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base.xml')) - model, _hpxml = _test_measure(args_hash) - - # Check ducts program - program_values = get_ems_values(model.getEnergyManagementSystemSubroutines, 'duct subroutine') - assert_in_epsilon(33.4, UnitConversions.convert(program_values['supply_ua'].sum, 'W/K', 'Btu/(hr*F)'), 0.01) - assert_in_epsilon(29.4, UnitConversions.convert(program_values['return_ua'].sum, 'W/K', 'Btu/(hr*F)'), 0.01) + def test_ducts_ua + ['base.xml', + 'base-hvac-ducts-area-multipliers.xml', + 'base-hvac-ducts-effective-rvalue.xml'].each do |hpxml_name| + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, hpxml_name)) + model, hpxml = _test_measure(args_hash) + + # Get HPXML values + supply_area_multiplier = hpxml.hvac_distributions[0].ducts[0].duct_surface_area_multiplier + return_area_multiplier = hpxml.hvac_distributions[0].ducts[1].duct_surface_area_multiplier + supply_area_multiplier = 1.0 if supply_area_multiplier.nil? + return_area_multiplier = 1.0 if return_area_multiplier.nil? + + # Check ducts program + program_values = get_ems_values(model.getEnergyManagementSystemSubroutines, 'duct subroutine') + assert_in_delta(33.4 * supply_area_multiplier, UnitConversions.convert(program_values['supply_ua'].sum, 'W/K', 'Btu/(hr*F)'), 0.1) + assert_in_delta(29.4 * return_area_multiplier, UnitConversions.convert(program_values['return_ua'].sum, 'W/K', 'Btu/(hr*F)'), 0.1) + end end - def test_ducts_surface_area_multipliers + def test_ducts_ua_buried args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-hvac-ducts-area-multipliers.xml')) - model, hpxml = _test_measure(args_hash) - - # Get HPXML values - supply_area_multiplier = hpxml.hvac_distributions[0].ducts[0].duct_surface_area_multiplier - return_area_multiplier = hpxml.hvac_distributions[0].ducts[1].duct_surface_area_multiplier + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-hvac-ducts-buried.xml')) + model, _hpxml = _test_measure(args_hash) # Check ducts program program_values = get_ems_values(model.getEnergyManagementSystemSubroutines, 'duct subroutine') - assert_in_epsilon(33.4 * supply_area_multiplier, UnitConversions.convert(program_values['supply_ua'].sum, 'W/K', 'Btu/(hr*F)'), 0.01) - assert_in_epsilon(29.4 * return_area_multiplier, UnitConversions.convert(program_values['return_ua'].sum, 'W/K', 'Btu/(hr*F)'), 0.01) + assert_in_delta(6.67, UnitConversions.convert(program_values['supply_ua'].sum, 'W/K', 'Btu/(hr*F)'), 0.1) + assert_in_delta(1.75, UnitConversions.convert(program_values['return_ua'].sum, 'W/K', 'Btu/(hr*F)'), 0.1) end def test_infiltration_compartmentalization_area @@ -642,7 +696,7 @@ def test_infiltration_assumed_height # Test w/ cathedral ceiling hpxml = HPXML.new(hpxml_path: File.absolute_path(File.join(sample_files_dir, 'base-atticroof-cathedral.xml'))) - infil_volume = hpxml.air_infiltration_measurements.select { |m| !m.infiltration_volume.nil? }[0].infiltration_volume + infil_volume = hpxml.air_infiltration_measurements.find { |m| !m.infiltration_volume.nil? }.infiltration_volume infil_height = hpxml.inferred_infiltration_height(infil_volume) assert_equal(13.75, infil_height) end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb index ccebf29a..721c7952 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_defaults.rb @@ -47,13 +47,25 @@ def test_header hpxml.header.allow_increased_fixed_capacities = true hpxml.header.state_code = 'CA' hpxml.header.time_zone_utc_offset = -8 - hpxml.header.occupancy_calculation_type = HPXML::OccupancyCalculationTypeOperational hpxml.header.temperature_capacitance_multiplier = 1.5 hpxml.header.natvent_days_per_week = 7 - XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - hpxml_default = _test_measure() - _test_default_header_values(hpxml_default, 30, 2, 2, 11, 11, 2009, false, 3, 3, 10, 10, HPXML::HeatPumpSizingMaxLoad, - true, 'CA', -8, HPXML::OccupancyCalculationTypeOperational, 1.5, 7) + hpxml.header.unavailable_periods.add(column_name: 'Power Outage', begin_month: 1, begin_day: 1, begin_hour: 3, end_month: 12, end_day: 31, end_hour: 4, natvent_availability: HPXML::ScheduleUnavailable) + hpxml.header.shading_summer_begin_month = 2 + hpxml.header.shading_summer_begin_day = 3 + hpxml.header.shading_summer_end_month = 4 + hpxml.header.shading_summer_end_day = 5 + hpxml.header.manualj_heating_design_temp = 0.0 + hpxml.header.manualj_cooling_design_temp = 100.0 + hpxml.header.manualj_heating_setpoint = 68.0 + hpxml.header.manualj_cooling_setpoint = 78.0 + hpxml.header.manualj_humidity_setpoint = 0.44 + hpxml.header.manualj_internal_loads_sensible = 1600.0 + hpxml.header.manualj_internal_loads_latent = 60.0 + hpxml.header.manualj_num_occupants = 8 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_header_values(hpxml_default, 30, 2, 2, 11, 11, 2009, false, 3, 3, 10, 10, HPXML::HeatPumpSizingMaxLoad, true, 'CA', + -8, 1.5, 7, 3, 4, HPXML::ScheduleUnavailable, 2, 3, 4, 5, 0.0, 100.0, 68.0, 78.0, 0.44, 1600.0, 60.0, 8) # Test defaults - DST not in weather file hpxml.header.timestep = nil @@ -71,13 +83,27 @@ def test_header hpxml.header.allow_increased_fixed_capacities = nil hpxml.header.state_code = nil hpxml.header.time_zone_utc_offset = nil - hpxml.header.occupancy_calculation_type = nil hpxml.header.temperature_capacitance_multiplier = nil hpxml.header.natvent_days_per_week = nil - XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - hpxml_default = _test_measure() - _test_default_header_values(hpxml_default, 60, 1, 1, 12, 31, 2007, true, 3, 12, 11, 5, HPXML::HeatPumpSizingHERS, - false, 'CO', -7, HPXML::OccupancyCalculationTypeAsset, 1.0, 3) + hpxml.header.unavailable_periods[-1].begin_hour = nil + hpxml.header.unavailable_periods[-1].end_hour = nil + hpxml.header.unavailable_periods[-1].natvent_availability = nil + hpxml.header.shading_summer_begin_month = nil + hpxml.header.shading_summer_begin_day = nil + hpxml.header.shading_summer_end_month = nil + hpxml.header.shading_summer_end_day = nil + hpxml.header.manualj_heating_design_temp = nil + hpxml.header.manualj_cooling_design_temp = nil + hpxml.header.manualj_heating_setpoint = nil + hpxml.header.manualj_cooling_setpoint = nil + hpxml.header.manualj_humidity_setpoint = nil + hpxml.header.manualj_internal_loads_sensible = nil + hpxml.header.manualj_internal_loads_latent = nil + hpxml.header.manualj_num_occupants = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_header_values(hpxml_default, 60, 1, 1, 12, 31, 2007, true, 3, 12, 11, 5, HPXML::HeatPumpSizingHERS, false, 'CO', + -7, 1.0, 3, 0, 24, HPXML::ScheduleRegular, 5, 1, 10, 31, 6.8, 91.8, 70.0, 75.0, 0.5, 2400.0, 0.0, 4) # Test defaults - DST in weather file hpxml = _create_hpxml('base-location-AMY-2012.xml') @@ -96,21 +122,24 @@ def test_header hpxml.header.allow_increased_fixed_capacities = nil hpxml.header.state_code = nil hpxml.header.time_zone_utc_offset = nil - hpxml.header.occupancy_calculation_type = nil hpxml.header.temperature_capacitance_multiplier = nil + hpxml.header.shading_summer_begin_month = nil + hpxml.header.shading_summer_begin_day = nil + hpxml.header.shading_summer_end_month = nil + hpxml.header.shading_summer_end_day = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_header_values(hpxml_default, 60, 1, 1, 12, 31, 2012, true, 3, 11, 11, 4, nil, - false, 'CO', -7, HPXML::OccupancyCalculationTypeAsset, 1.0, 3) + _test_default_header_values(hpxml_default, 60, 1, 1, 12, 31, 2012, true, 3, 11, 11, 4, nil, false, 'CO', + -7, 1.0, 3, nil, nil, nil, 5, 1, 9, 30, 10.2, 91.4, 70.0, 75.0, 0.5, 2400.0, 0.0, 4) # Test defaults - calendar year override by AMY year hpxml.header.sim_calendar_year = 2020 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_header_values(hpxml_default, 60, 1, 1, 12, 31, 2012, true, 3, 11, 11, 4, nil, - false, 'CO', -7, HPXML::OccupancyCalculationTypeAsset, 1.0, 3) + _test_default_header_values(hpxml_default, 60, 1, 1, 12, 31, 2012, true, 3, 11, 11, 4, nil, false, 'CO', + -7, 1.0, 3, nil, nil, nil, 5, 1, 9, 30, 10.2, 91.4, 70.0, 75.0, 0.5, 2400.0, 0.0, 4) - # Test defaults - invalid state code + # Test defaults - southern hemisphere, invalid state code hpxml = _create_hpxml('base-location-capetown-zaf.xml') hpxml.header.timestep = nil hpxml.header.sim_begin_month = nil @@ -127,12 +156,15 @@ def test_header hpxml.header.allow_increased_fixed_capacities = nil hpxml.header.state_code = nil hpxml.header.time_zone_utc_offset = nil - hpxml.header.occupancy_calculation_type = nil hpxml.header.temperature_capacitance_multiplier = nil + hpxml.header.shading_summer_begin_month = nil + hpxml.header.shading_summer_begin_day = nil + hpxml.header.shading_summer_end_month = nil + hpxml.header.shading_summer_end_day = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_header_values(hpxml_default, 60, 1, 1, 12, 31, 2007, true, 3, 12, 11, 5, nil, - false, nil, 2, HPXML::OccupancyCalculationTypeAsset, 1.0, 3) + _test_default_header_values(hpxml_default, 60, 1, 1, 12, 31, 2007, true, 3, 12, 11, 5, nil, false, nil, + 2, 1.0, 3, nil, nil, nil, 12, 1, 4, 30, 41.0, 84.4, 70.0, 75.0, 0.5, 2400.0, 0.0, 4) end def test_emissions_factors @@ -329,77 +361,74 @@ def test_neighbor_buildings def test_occupancy # Test inputs not overridden by defaults hpxml = _create_hpxml('base.xml') - hpxml.building_occupancy.number_of_residents = 1 hpxml.building_occupancy.weekday_fractions = ConstantDaySchedule hpxml.building_occupancy.weekend_fractions = ConstantDaySchedule hpxml.building_occupancy.monthly_multipliers = ConstantMonthSchedule XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_occupancy_values(hpxml_default, 1, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule) + _test_default_occupancy_values(hpxml_default, ConstantDaySchedule, ConstantDaySchedule, ConstantMonthSchedule) # Test defaults - hpxml.building_occupancy.number_of_residents = nil hpxml.building_occupancy.weekday_fractions = nil hpxml.building_occupancy.weekend_fractions = nil hpxml.building_occupancy.monthly_multipliers = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_occupancy_values(hpxml_default, 3, Schedule.OccupantsWeekdayFractions, Schedule.OccupantsWeekendFractions, Schedule.OccupantsMonthlyMultipliers) + _test_default_occupancy_values(hpxml_default, Schedule.OccupantsWeekdayFractions, Schedule.OccupantsWeekendFractions, Schedule.OccupantsMonthlyMultipliers) end def test_building_construction # Test inputs not overridden by defaults - hpxml = _create_hpxml('base-enclosure-infil-flue.xml') + hpxml = _create_hpxml('base.xml') hpxml.building_construction.number_of_bathrooms = 4 hpxml.building_construction.conditioned_building_volume = 20000 hpxml.building_construction.average_ceiling_height = 7 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_building_construction_values(hpxml_default, 20000, 7, true, 4) + _test_default_building_construction_values(hpxml_default, 20000, 7, 4) # Test defaults hpxml.building_construction.conditioned_building_volume = nil hpxml.building_construction.average_ceiling_height = nil - hpxml.building_construction.has_flue_or_chimney = nil hpxml.building_construction.number_of_bathrooms = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_building_construction_values(hpxml_default, 21600, 8, false, 2) + _test_default_building_construction_values(hpxml_default, 21600, 8, 2) # Test defaults w/ average ceiling height hpxml.building_construction.conditioned_building_volume = nil hpxml.building_construction.average_ceiling_height = 10 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_building_construction_values(hpxml_default, 27000, 10, false, 2) + _test_default_building_construction_values(hpxml_default, 27000, 10, 2) # Test defaults w/ conditioned building volume hpxml.building_construction.conditioned_building_volume = 20000 hpxml.building_construction.average_ceiling_height = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_building_construction_values(hpxml_default, 20000, 7.4, false, 2) + _test_default_building_construction_values(hpxml_default, 20000, 7.4, 2) # Test defaults w/ infiltration volume hpxml.building_construction.conditioned_building_volume = nil hpxml.air_infiltration_measurements[0].infiltration_volume = 25650 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_building_construction_values(hpxml_default, 21600, 8, false, 2) + _test_default_building_construction_values(hpxml_default, 21600, 8, 2) # Test defaults w/ infiltration volume hpxml.building_construction.conditioned_building_volume = nil hpxml.air_infiltration_measurements[0].infiltration_volume = 18000 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_building_construction_values(hpxml_default, 18000, 6.67, false, 2) + _test_default_building_construction_values(hpxml_default, 18000, 6.67, 2) # Test defaults w/ conditioned crawlspace hpxml = _create_hpxml('base-foundation-conditioned-crawlspace.xml') hpxml.building_construction.conditioned_building_volume = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_building_construction_values(hpxml_default, 16200, 8, false, 2) + _test_default_building_construction_values(hpxml_default, 16200, 8, 2) end def test_climate_and_risk_zones @@ -428,29 +457,80 @@ def test_infiltration # Test inputs not overridden by defaults hpxml = _create_hpxml('base.xml') hpxml.air_infiltration_measurements[0].infiltration_volume = 25000 + hpxml.air_infiltration.has_flue_or_chimney_in_conditioned_space = true XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_infiltration_values(hpxml_default.air_infiltration_measurements[0], 25000) + _test_default_infiltration_values(hpxml_default, 25000, true) # Test defaults w/ conditioned basement hpxml.air_infiltration_measurements[0].infiltration_volume = nil + hpxml.air_infiltration.has_flue_or_chimney_in_conditioned_space = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_infiltration_values(hpxml_default.air_infiltration_measurements[0], 2700 * 8) + _test_default_infiltration_values(hpxml_default, 2700 * 8, false) + + # Test defaults w/ conditioned basement and atmospheric water heater w/ flue + hpxml.water_heating_systems[0].fuel_type = HPXML::FuelTypeNaturalGas + hpxml.water_heating_systems[0].energy_factor = 0.6 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_infiltration_values(hpxml_default, 2700 * 8, true) # Test defaults w/o conditioned basement hpxml = _create_hpxml('base-foundation-slab.xml') hpxml.air_infiltration_measurements[0].infiltration_volume = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_infiltration_values(hpxml_default.air_infiltration_measurements[0], 1350 * 8) + _test_default_infiltration_values(hpxml_default, 1350 * 8, false) # Test defaults w/ conditioned crawlspace hpxml = _create_hpxml('base-foundation-conditioned-crawlspace.xml') hpxml.air_infiltration_measurements[0].infiltration_volume = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_infiltration_values(hpxml_default.air_infiltration_measurements[0], 1350 * 12) + _test_default_infiltration_values(hpxml_default, 1350 * 12, false) + end + + def test_infiltration_compartmentaliztion_test_adjustment + # Test single-family detached + hpxml = _create_hpxml('base.xml') + hpxml.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitTotal + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_infiltration_compartmentalization_test_values(hpxml_default.air_infiltration_measurements[0], nil) + + # Test single-family attached not overridden by defaults + hpxml = _create_hpxml('base-bldgtype-attached.xml') + hpxml.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitTotal + hpxml.air_infiltration_measurements[0].a_ext = 0.5 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_infiltration_compartmentalization_test_values(hpxml_default.air_infiltration_measurements[0], 0.5) + + # Test single-family attached defaults + hpxml.air_infiltration_measurements[0].a_ext = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_infiltration_compartmentalization_test_values(hpxml_default.air_infiltration_measurements[0], 0.840) + + hpxml.attics[0].within_infiltration_volume = true + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_infiltration_compartmentalization_test_values(hpxml_default.air_infiltration_measurements[0], 0.817) + + # Test multifamily not overridden by defaults + hpxml = _create_hpxml('base-bldgtype-multifamily.xml') + hpxml.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitTotal + hpxml.air_infiltration_measurements[0].a_ext = 0.5 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_infiltration_compartmentalization_test_values(hpxml_default.air_infiltration_measurements[0], 0.5) + + # Test multifamily defaults + hpxml.air_infiltration_measurements[0].a_ext = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_infiltration_compartmentalization_test_values(hpxml_default.air_infiltration_measurements[0], 0.247) end def test_attics @@ -1044,16 +1124,17 @@ def test_central_air_conditioners hpxml.cooling_systems[0].airflow_defect_ratio = -0.22 hpxml.cooling_systems[0].cooling_capacity = 12345 hpxml.cooling_systems[0].cooling_efficiency_seer = 12.0 + hpxml.cooling_systems[0].crankcase_heater_watts = 40.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_central_air_conditioner_values(hpxml_default.cooling_systems[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 12.0) + _test_default_central_air_conditioner_values(hpxml_default.cooling_systems[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 12.0, 40.0) # Test defaults - SEER2 hpxml.cooling_systems[0].cooling_efficiency_seer = nil hpxml.cooling_systems[0].cooling_efficiency_seer2 = 11.4 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_central_air_conditioner_values(hpxml_default.cooling_systems[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 12.0) + _test_default_central_air_conditioner_values(hpxml_default.cooling_systems[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 12.0, 40.0) # Test defaults hpxml.cooling_systems[0].cooling_shr = nil @@ -1062,9 +1143,10 @@ def test_central_air_conditioners hpxml.cooling_systems[0].charge_defect_ratio = nil hpxml.cooling_systems[0].airflow_defect_ratio = nil hpxml.cooling_systems[0].cooling_capacity = nil + hpxml.cooling_systems[0].crankcase_heater_watts = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_central_air_conditioner_values(hpxml_default.cooling_systems[0], 0.73, HPXML::HVACCompressorTypeSingleStage, 0.5, 0, 0, nil, 12.0) + _test_default_central_air_conditioner_values(hpxml_default.cooling_systems[0], 0.73, HPXML::HVACCompressorTypeSingleStage, 0.5, 0, 0, nil, 12.0, 50.0) end def test_room_air_conditioners @@ -1072,16 +1154,18 @@ def test_room_air_conditioners hpxml = _create_hpxml('base-hvac-room-ac-only.xml') hpxml.cooling_systems[0].cooling_shr = 0.88 hpxml.cooling_systems[0].cooling_capacity = 12345 + hpxml.cooling_systems[0].crankcase_heater_watts = 40.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_room_air_conditioner_ptac_values(hpxml_default.cooling_systems[0], 0.88, 12345) + _test_default_room_air_conditioner_ptac_values(hpxml_default.cooling_systems[0], 0.88, 12345, 40.0) # Test defaults hpxml.cooling_systems[0].cooling_shr = nil hpxml.cooling_systems[0].cooling_capacity = nil + hpxml.cooling_systems[0].crankcase_heater_watts = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_room_air_conditioner_ptac_values(hpxml_default.cooling_systems[0], 0.65, nil) + _test_default_room_air_conditioner_ptac_values(hpxml_default.cooling_systems[0], 0.65, nil, 0.0) end def test_evaporative_coolers @@ -1107,9 +1191,10 @@ def test_mini_split_air_conditioners hpxml.cooling_systems[0].charge_defect_ratio = -0.11 hpxml.cooling_systems[0].airflow_defect_ratio = -0.22 hpxml.cooling_systems[0].cooling_capacity = 12345 + hpxml.cooling_systems[0].crankcase_heater_watts = 40.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mini_split_air_conditioner_values(hpxml_default.cooling_systems[0], 0.78, 0.66, -0.11, -0.22, 12345, 19.0) + _test_default_mini_split_air_conditioner_values(hpxml_default.cooling_systems[0], 0.78, 0.66, -0.11, -0.22, 12345, 19.0, 40.0) # Test defaults hpxml.cooling_systems[0].cooling_shr = nil @@ -1117,22 +1202,23 @@ def test_mini_split_air_conditioners hpxml.cooling_systems[0].charge_defect_ratio = nil hpxml.cooling_systems[0].airflow_defect_ratio = nil hpxml.cooling_systems[0].cooling_capacity = nil + hpxml.cooling_systems[0].crankcase_heater_watts = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mini_split_air_conditioner_values(hpxml_default.cooling_systems[0], 0.73, 0.18, 0, 0, nil, 19.0) + _test_default_mini_split_air_conditioner_values(hpxml_default.cooling_systems[0], 0.73, 0.18, 0, 0, nil, 19.0, 50.0) # Test defaults w/ ductless hpxml.cooling_systems[0].distribution_system.delete XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mini_split_air_conditioner_values(hpxml_default.cooling_systems[0], 0.73, 0.07, 0, 0, nil, 19.0) + _test_default_mini_split_air_conditioner_values(hpxml_default.cooling_systems[0], 0.73, 0.07, 0, 0, nil, 19.0, 50.0) # Test defaults w/ ductless - SEER2 hpxml.cooling_systems[0].cooling_efficiency_seer = nil hpxml.cooling_systems[0].cooling_efficiency_seer2 = 13.3 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mini_split_air_conditioner_values(hpxml_default.cooling_systems[0], 0.73, 0.07, 0, 0, nil, 13.3) + _test_default_mini_split_air_conditioner_values(hpxml_default.cooling_systems[0], 0.73, 0.07, 0, 0, nil, 13.3, 50.0) end def test_ptac @@ -1140,16 +1226,18 @@ def test_ptac hpxml = _create_hpxml('base-hvac-ptac-with-heating-electricity.xml') hpxml.cooling_systems[0].cooling_shr = 0.75 hpxml.cooling_systems[0].cooling_capacity = 12345 + hpxml.cooling_systems[0].crankcase_heater_watts = 40.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_room_air_conditioner_ptac_values(hpxml_default.cooling_systems[0], 0.75, 12345) + _test_default_room_air_conditioner_ptac_values(hpxml_default.cooling_systems[0], 0.75, 12345, 40.0) # Test defaults hpxml.cooling_systems[0].cooling_shr = nil hpxml.cooling_systems[0].cooling_capacity = nil + hpxml.cooling_systems[0].crankcase_heater_watts = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_room_air_conditioner_ptac_values(hpxml_default.cooling_systems[0], 0.65, nil) + _test_default_room_air_conditioner_ptac_values(hpxml_default.cooling_systems[0], 0.65, nil, 0.0) end def test_furnaces @@ -1158,17 +1246,26 @@ def test_furnaces hpxml.heating_systems[0].fan_watts_per_cfm = 0.66 hpxml.heating_systems[0].airflow_defect_ratio = -0.22 hpxml.heating_systems[0].heating_capacity = 12345 + hpxml.heating_systems[0].pilot_light = true + hpxml.heating_systems[0].pilot_light_btuh = 999 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_furnace_values(hpxml_default.heating_systems[0], 0.66, -0.22, 12345) + _test_default_furnace_values(hpxml_default.heating_systems[0], 0.66, -0.22, 12345, true, 999) # Test defaults hpxml.heating_systems[0].fan_watts_per_cfm = nil hpxml.heating_systems[0].airflow_defect_ratio = nil hpxml.heating_systems[0].heating_capacity = nil + hpxml.heating_systems[0].pilot_light_btuh = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_furnace_values(hpxml_default.heating_systems[0], 0.375, 0, nil, true, 500) + + # Test defaults w/o pilot + hpxml.heating_systems[0].pilot_light = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_furnace_values(hpxml_default.heating_systems[0], 0.375, 0, nil) + _test_default_furnace_values(hpxml_default.heating_systems[0], 0.375, 0, nil, false, nil) # Test defaults w/ gravity distribution system hpxml = _create_hpxml('base-hvac-furnace-gas-only.xml') @@ -1178,7 +1275,7 @@ def test_furnaces hpxml.heating_systems[0].heating_capacity = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_furnace_values(hpxml_default.heating_systems[0], 0.0, 0, nil) + _test_default_furnace_values(hpxml_default.heating_systems[0], 0.0, 0, nil, false, nil) end def test_wall_furnaces @@ -1196,6 +1293,11 @@ def test_wall_furnaces XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() _test_default_wall_furnace_values(hpxml_default.heating_systems[0], 0, nil) + + # Test defaults w/o pilot + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_wall_furnace_values(hpxml_default.heating_systems[0], 0, nil) end def test_floor_furnaces @@ -1203,15 +1305,24 @@ def test_floor_furnaces hpxml = _create_hpxml('base-hvac-floor-furnace-propane-only.xml') hpxml.heating_systems[0].fan_watts = 22 hpxml.heating_systems[0].heating_capacity = 12345 + hpxml.heating_systems[0].pilot_light = true + hpxml.heating_systems[0].pilot_light_btuh = 999 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_floor_furnace_values(hpxml_default.heating_systems[0], 22, 12345) + _test_default_floor_furnace_values(hpxml_default.heating_systems[0], 22, 12345, true, 999) # Test defaults hpxml.heating_systems[0].fan_watts = nil + hpxml.heating_systems[0].pilot_light_btuh = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_floor_furnace_values(hpxml_default.heating_systems[0], 0, nil) + _test_default_floor_furnace_values(hpxml_default.heating_systems[0], 0, nil, true, 500) + + # Test defaults w/o pilot + hpxml.heating_systems[0].pilot_light = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_floor_furnace_values(hpxml_default.heating_systems[0], 0, nil, false, nil) end def test_boilers @@ -1219,16 +1330,19 @@ def test_boilers hpxml = _create_hpxml('base-hvac-boiler-gas-only.xml') hpxml.heating_systems[0].electric_auxiliary_energy = 99.9 hpxml.heating_systems[0].heating_capacity = 12345 + hpxml.heating_systems[0].pilot_light = true + hpxml.heating_systems[0].pilot_light_btuh = 999 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_boiler_values(hpxml_default.heating_systems[0], 99.9, 12345) + _test_default_boiler_values(hpxml_default.heating_systems[0], 99.9, 12345, true, 999) # Test defaults w/ in-unit boiler hpxml.heating_systems[0].electric_auxiliary_energy = nil hpxml.heating_systems[0].heating_capacity = nil + hpxml.heating_systems[0].pilot_light_btuh = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_boiler_values(hpxml_default.heating_systems[0], 170.0, nil) + _test_default_boiler_values(hpxml_default.heating_systems[0], 170.0, nil, true, 500) # Test inputs not overridden by defaults (shared boiler) hpxml = _create_hpxml('base-bldgtype-multifamily-shared-boiler-only-baseboard.xml') @@ -1236,13 +1350,7 @@ def test_boilers hpxml.heating_systems[0].electric_auxiliary_energy = 99.9 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_boiler_values(hpxml_default.heating_systems[0], 99.9, nil) - - # Test defaults w/ shared boiler - hpxml.heating_systems[0].electric_auxiliary_energy = nil - XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - hpxml_default = _test_measure() - _test_default_boiler_values(hpxml_default.heating_systems[0], 220.0, nil) + _test_default_boiler_values(hpxml_default.heating_systems[0], 99.9, nil, false, nil) end def test_stoves @@ -1250,16 +1358,25 @@ def test_stoves hpxml = _create_hpxml('base-hvac-stove-oil-only.xml') hpxml.heating_systems[0].fan_watts = 22 hpxml.heating_systems[0].heating_capacity = 12345 + hpxml.heating_systems[0].pilot_light = true + hpxml.heating_systems[0].pilot_light_btuh = 999 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_stove_values(hpxml_default.heating_systems[0], 22, 12345) + _test_default_stove_values(hpxml_default.heating_systems[0], 22, 12345, true, 999) # Test defaults hpxml.heating_systems[0].fan_watts = nil hpxml.heating_systems[0].heating_capacity = nil + hpxml.heating_systems[0].pilot_light_btuh = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_stove_values(hpxml_default.heating_systems[0], 40, nil, true, 500) + + # Test defaults w/o pilot + hpxml.heating_systems[0].pilot_light = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_stove_values(hpxml_default.heating_systems[0], 40, nil) + _test_default_stove_values(hpxml_default.heating_systems[0], 40, nil, false, nil) end def test_portable_heaters @@ -1301,16 +1418,25 @@ def test_fireplaces hpxml = _create_hpxml('base-hvac-fireplace-wood-only.xml') hpxml.heating_systems[0].fan_watts = 22 hpxml.heating_systems[0].heating_capacity = 12345 + hpxml.heating_systems[0].pilot_light = true + hpxml.heating_systems[0].pilot_light_btuh = 999 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_fireplace_values(hpxml_default.heating_systems[0], 22, 12345) + _test_default_fireplace_values(hpxml_default.heating_systems[0], 22, 12345, true, 999) # Test defaults hpxml.heating_systems[0].fan_watts = nil hpxml.heating_systems[0].heating_capacity = nil + hpxml.heating_systems[0].pilot_light_btuh = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_fireplace_values(hpxml_default.heating_systems[0], 0, nil, true, 500) + + # Test defaults w/o pilot + hpxml.heating_systems[0].pilot_light = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_fireplace_values(hpxml_default.heating_systems[0], 0, nil) + _test_default_fireplace_values(hpxml_default.heating_systems[0], 0, nil, false, nil) end def test_air_source_heat_pumps @@ -1323,14 +1449,23 @@ def test_air_source_heat_pumps hpxml.heat_pumps[0].airflow_defect_ratio = -0.22 hpxml.heat_pumps[0].cooling_capacity = 12345 hpxml.heat_pumps[0].heating_capacity = 23456 - hpxml.heat_pumps[0].heating_capacity_17F = 9876 hpxml.heat_pumps[0].backup_heating_capacity = 34567 hpxml.heat_pumps[0].cooling_efficiency_seer = 14.0 hpxml.heat_pumps[0].heating_efficiency_hspf = 8.0 - hpxml.heat_pumps[0].backup_heating_lockout_temp = 20.0 + hpxml.heat_pumps[0].heating_capacity_retention_fraction = 0.1 + hpxml.heat_pumps[0].heating_capacity_retention_temp = 2.0 + hpxml.heat_pumps[0].crankcase_heater_watts = 40.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_air_to_air_heat_pump_values(hpxml_default.heat_pumps[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 23456, 9876, 34567, 14.0, 8.0, 20.0) + _test_default_air_to_air_heat_pump_values(hpxml_default.heat_pumps[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 23456, nil, 34567, 14.0, 8.0, 0.1, 2.0, 40.0) + + # Test w/ heating capacity 17F + hpxml.heat_pumps[0].heating_capacity_17F = 9876 + hpxml.heat_pumps[0].heating_capacity_retention_fraction = nil + hpxml.heat_pumps[0].heating_capacity_retention_temp = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_air_to_air_heat_pump_values(hpxml_default.heat_pumps[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 23456, 9876, 34567, 14.0, 8.0, nil, nil, 40.0) # Test defaults - SEER2/HSPF2 hpxml.heat_pumps[0].cooling_efficiency_seer = nil @@ -1339,7 +1474,7 @@ def test_air_source_heat_pumps hpxml.heat_pumps[0].heating_efficiency_hspf2 = 6.8 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_air_to_air_heat_pump_values(hpxml_default.heat_pumps[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 23456, 9876, 34567, 14.0, 8.0, 20.0) + _test_default_air_to_air_heat_pump_values(hpxml_default.heat_pumps[0], 0.88, HPXML::HVACCompressorTypeVariableSpeed, 0.66, -0.11, -0.22, 12345, 23456, 9876, 34567, 14.0, 8.0, nil, nil, 40.0) # Test defaults hpxml.heat_pumps[0].cooling_shr = nil @@ -1351,10 +1486,10 @@ def test_air_source_heat_pumps hpxml.heat_pumps[0].heating_capacity = nil hpxml.heat_pumps[0].heating_capacity_17F = nil hpxml.heat_pumps[0].backup_heating_capacity = nil - hpxml.heat_pumps[0].backup_heating_lockout_temp = nil + hpxml.heat_pumps[0].crankcase_heater_watts = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_air_to_air_heat_pump_values(hpxml_default.heat_pumps[0], 0.73, HPXML::HVACCompressorTypeSingleStage, 0.5, 0, 0, nil, nil, nil, nil, 14.0, 8.0, 40.0) + _test_default_air_to_air_heat_pump_values(hpxml_default.heat_pumps[0], 0.73, HPXML::HVACCompressorTypeSingleStage, 0.5, 0, 0, nil, nil, nil, nil, 14.0, 8.0, 0.425, 5.0, 50.0) end def test_pthp @@ -1363,20 +1498,31 @@ def test_pthp hpxml.heat_pumps[0].cooling_shr = 0.88 hpxml.heat_pumps[0].cooling_capacity = 12345 hpxml.heat_pumps[0].heating_capacity = 23456 - hpxml.heat_pumps[0].backup_heating_lockout_temp = 20.0 + hpxml.heat_pumps[0].heating_capacity_retention_fraction = 0.1 + hpxml.heat_pumps[0].heating_capacity_retention_temp = 2.0 + hpxml.heat_pumps[0].crankcase_heater_watts = 40.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_pthp_values(hpxml_default.heat_pumps[0], 0.88, 12345, 23456, 20.0) + _test_default_pthp_values(hpxml_default.heat_pumps[0], 0.88, 12345, 23456, nil, 0.1, 2.0, 40.0) + + # Test w/ heating capacity 17F + hpxml.heat_pumps[0].heating_capacity_17F = 9876 + hpxml.heat_pumps[0].heating_capacity_retention_fraction = nil + hpxml.heat_pumps[0].heating_capacity_retention_temp = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_pthp_values(hpxml_default.heat_pumps[0], 0.88, 12345, 23456, 9876, nil, nil, 40.0) # Test defaults hpxml.heat_pumps[0].cooling_shr = nil hpxml.heat_pumps[0].cooling_capacity = nil hpxml.heat_pumps[0].heating_capacity = nil hpxml.heat_pumps[0].backup_heating_capacity = nil - hpxml.heat_pumps[0].backup_heating_lockout_temp = nil + hpxml.heat_pumps[0].heating_capacity_17F = nil + hpxml.heat_pumps[0].crankcase_heater_watts = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_pthp_values(hpxml_default.heat_pumps[0], 0.65, nil, nil, 40.0) + _test_default_pthp_values(hpxml_default.heat_pumps[0], 0.65, nil, nil, nil, 0.425, 5.0, 0.0) end def test_mini_split_heat_pumps @@ -1388,12 +1534,21 @@ def test_mini_split_heat_pumps hpxml.heat_pumps[0].airflow_defect_ratio = -0.22 hpxml.heat_pumps[0].cooling_capacity = 12345 hpxml.heat_pumps[0].heating_capacity = 23456 - hpxml.heat_pumps[0].heating_capacity_17F = 9876 hpxml.heat_pumps[0].backup_heating_capacity = 34567 - hpxml.heat_pumps[0].backup_heating_lockout_temp = 20.0 + hpxml.heat_pumps[0].heating_capacity_retention_fraction = 0.1 + hpxml.heat_pumps[0].heating_capacity_retention_temp = 2.0 + hpxml.heat_pumps[0].crankcase_heater_watts = 40.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.78, 0.66, -0.11, -0.22, 12345, 23456, 9876, 34567, 19.0, 10.0, 20.0) + _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.78, 0.66, -0.11, -0.22, 12345, 23456, nil, 34567, 19.0, 10.0, 0.1, 2.0, 40.0) + + # Test w/ heating capacity 17F + hpxml.heat_pumps[0].heating_capacity_17F = 9876 + hpxml.heat_pumps[0].heating_capacity_retention_fraction = nil + hpxml.heat_pumps[0].heating_capacity_retention_temp = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.78, 0.66, -0.11, -0.22, 12345, 23456, 9876, 34567, 19.0, 10.0, nil, nil, 40.0) # Test defaults hpxml.heat_pumps[0].cooling_shr = nil @@ -1404,16 +1559,16 @@ def test_mini_split_heat_pumps hpxml.heat_pumps[0].heating_capacity = nil hpxml.heat_pumps[0].heating_capacity_17F = nil hpxml.heat_pumps[0].backup_heating_capacity = nil - hpxml.heat_pumps[0].backup_heating_lockout_temp = nil + hpxml.heat_pumps[0].crankcase_heater_watts = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.73, 0.18, 0, 0, nil, nil, nil, nil, 19.0, 10.0, 40.0) + _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.73, 0.18, 0, 0, nil, nil, nil, nil, 19.0, 10.0, 0.5, 5.0, 50.0) - # Test defaults w/ ductless + # Test defaults w/ ductless and no backup hpxml.heat_pumps[0].distribution_system.delete XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.73, 0.07, 0, 0, nil, nil, nil, nil, 19.0, 10.0, 40.0) + _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.73, 0.07, 0, 0, nil, nil, nil, nil, 19.0, 10.0, 0.5, 5.0, 50.0) # Test defaults w/ ductless - SEER2/HSPF2 hpxml.heat_pumps[0].cooling_efficiency_seer = nil @@ -1422,7 +1577,78 @@ def test_mini_split_heat_pumps hpxml.heat_pumps[0].heating_efficiency_hspf2 = 6.8 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.73, 0.07, 0, 0, nil, nil, nil, nil, 13.3, 7.56, 40.0) + _test_default_mini_split_heat_pump_values(hpxml_default.heat_pumps[0], 0.73, 0.07, 0, 0, nil, nil, nil, nil, 13.3, 7.56, 0.5, 5.0, 50.0) + end + + def test_heat_pump_temperatures + # Test inputs not overridden by defaults - ASHP w/ electric backup + hpxml = _create_hpxml('base-hvac-air-to-air-heat-pump-1-speed.xml') + hpxml.heat_pumps[0].compressor_lockout_temp = -2.0 + hpxml.heat_pumps[0].backup_heating_lockout_temp = 44.0 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], -2.0, 44.0, nil) + + # Test defaults + hpxml.heat_pumps[0].compressor_lockout_temp = nil + hpxml.heat_pumps[0].backup_heating_lockout_temp = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], 0.0, 40.0, nil) + + # Test inputs not overridden by defaults - MSHP w/o backup + hpxml = _create_hpxml('base-hvac-mini-split-heat-pump-ductless.xml') + hpxml.heat_pumps[0].compressor_lockout_temp = 33.0 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], 33.0, nil, nil) + + # Test defaults + hpxml.heat_pumps[0].compressor_lockout_temp = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], -20.0, nil, nil) + + # Test inputs not overridden by defaults - MSHP w/ electric backup + hpxml = _create_hpxml('base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml') + hpxml.heat_pumps[0].compressor_lockout_temp = -2.0 + hpxml.heat_pumps[0].backup_heating_lockout_temp = 44.0 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], -2.0, 44.0, nil) + + # Test defaults + hpxml.heat_pumps[0].compressor_lockout_temp = nil + hpxml.heat_pumps[0].backup_heating_lockout_temp = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], -20.0, 40.0, nil) + + # Test inputs not overridden by defaults - HP w/ fuel backup + ['base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml', + 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml', + 'base-hvac-mini-split-heat-pump-ductless-backup-stove.xml'].each do |hpxml_name| + hpxml = _create_hpxml(hpxml_name) + hpxml.heat_pumps[0].backup_heating_switchover_temp = 33.0 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], nil, nil, 33.0) + + # Test inputs not overridden by defaults - HP w/ integrated/separate fuel backup, lockout temps + hpxml.heat_pumps[0].backup_heating_switchover_temp = nil + hpxml.heat_pumps[0].compressor_lockout_temp = 22.0 + hpxml.heat_pumps[0].backup_heating_lockout_temp = 44.0 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], 22.0, 44.0, nil) + + # Test defaults + hpxml.heat_pumps[0].compressor_lockout_temp = nil + hpxml.heat_pumps[0].backup_heating_lockout_temp = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_heat_pump_temperature_values(hpxml_default.heat_pumps[0], 25.0, 50.0, nil) + end end def test_ground_source_heat_pumps @@ -1450,33 +1676,67 @@ def test_ground_source_heat_pumps _test_default_ground_to_air_heat_pump_values(hpxml_default.heat_pumps[0], 30.0, 0.375, 0, nil, nil, nil) end - def test_hvac_increased_hardsized_equipment - # Test hard-sized capacities are increased for air conditioner + furnace - hpxml = _create_hpxml('base-hvac-undersized-allow-increased-fixed-capacities.xml') - htg_cap = hpxml.heating_systems[0].heating_capacity - clg_cap = hpxml.cooling_systems[0].cooling_capacity + def test_hvac_location + # Test inputs not overridden by defaults + hpxml = _create_hpxml('base-foundation-unconditioned-basement.xml') + hpxml.heating_systems[0].location = HPXML::LocationAtticUnvented + hpxml.cooling_systems[0].delete XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - assert(hpxml_default.heating_systems[0].heating_capacity > htg_cap) - assert(hpxml_default.cooling_systems[0].cooling_capacity > clg_cap) + _test_default_hvac_location_values(hpxml_default.heating_systems[0], HPXML::LocationAtticUnvented) - # Test hard-sized capacities are increased for heat pump - hpxml = _create_hpxml('base-hvac-air-to-air-heat-pump-1-speed.xml') - hpxml.header.allow_increased_fixed_capacities = true - hpxml.heat_pumps[0].heating_capacity /= 10.0 - hpxml.heat_pumps[0].heating_capacity_17F /= 10.0 - hpxml.heat_pumps[0].backup_heating_capacity /= 10.0 - hpxml.heat_pumps[0].cooling_capacity /= 10.0 - htg_cap = hpxml.heat_pumps[0].heating_capacity - htg_17f_cap = hpxml.heat_pumps[0].heating_capacity_17F - htg_bak_cap = hpxml.heat_pumps[0].backup_heating_capacity - clg_cap = hpxml.heat_pumps[0].cooling_capacity + # Test defaults + hpxml.heating_systems[0].location = nil + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_hvac_location_values(hpxml_default.heating_systems[0], HPXML::LocationBasementUnconditioned) + + # Test defaults -- multiple duct locations + hpxml.heating_systems[0].distribution_system.ducts.add(id: "Ducts#{hpxml.heating_systems[0].distribution_system.ducts.size + 1}", + duct_type: HPXML::DuctTypeSupply, + duct_insulation_r_value: 0, + duct_location: HPXML::LocationAtticUnvented, + duct_surface_area: 151) + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_hvac_location_values(hpxml_default.heating_systems[0], HPXML::LocationAtticUnvented) + + # Test defaults -- ducts outside + hpxml.heating_systems[0].distribution_system.ducts.each do |d| + d.duct_location = HPXML::LocationOutside + end + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_hvac_location_values(hpxml_default.heating_systems[0], HPXML::LocationOtherExterior) + + # Test defaults -- hydronic + hpxml.heating_systems[0].heating_system_type = HPXML::HVACTypeBoiler + hpxml.heating_systems[0].distribution_system.distribution_system_type = HPXML::HVACDistributionTypeHydronic + hpxml.heating_systems[0].distribution_system.hydronic_type = HPXML::HydronicTypeBaseboard + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_hvac_location_values(hpxml_default.heating_systems[0], HPXML::LocationBasementUnconditioned) + + # Test defaults -- DSE = 1 + hpxml.heating_systems[0].distribution_system.distribution_system_type = HPXML::HVACDistributionTypeDSE + hpxml.heating_systems[0].distribution_system.annual_heating_dse = 1.0 + hpxml.heating_systems[0].distribution_system.annual_cooling_dse = 0.5 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_hvac_location_values(hpxml_default.heating_systems[0], HPXML::LocationLivingSpace) + + # Test defaults -- DSE < 1 + hpxml.heating_systems[0].distribution_system.annual_heating_dse = 0.8 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_hvac_location_values(hpxml_default.heating_systems[0], HPXML::LocationUnconditionedSpace) + + # Test defaults -- ductless + hpxml.heating_systems[0].heating_system_type = HPXML::HVACTypeWallFurnace + hpxml.heating_systems[0].distribution_system.delete XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - assert(hpxml_default.heat_pumps[0].heating_capacity > htg_cap) - assert(hpxml_default.heat_pumps[0].heating_capacity_17F > htg_17f_cap) - assert(hpxml_default.heat_pumps[0].backup_heating_capacity > htg_bak_cap) - assert(hpxml_default.heat_pumps[0].cooling_capacity > clg_cap) + _test_default_hvac_location_values(hpxml_default.heating_systems[0], HPXML::LocationLivingSpace) end def test_hvac_controls @@ -1536,6 +1796,12 @@ def test_hvac_distribution hpxml.hvac_distributions[0].number_of_return_registers = 2 hpxml.hvac_distributions[0].ducts[0].duct_surface_area_multiplier = 0.5 hpxml.hvac_distributions[0].ducts[1].duct_surface_area_multiplier = 1.5 + hpxml.hvac_distributions[0].ducts[0].duct_buried_insulation_level = HPXML::DuctBuriedInsulationPartial + hpxml.hvac_distributions[0].ducts[1].duct_buried_insulation_level = HPXML::DuctBuriedInsulationDeep + hpxml.hvac_distributions[0].ducts[0].duct_insulation_r_value = nil + hpxml.hvac_distributions[0].ducts[1].duct_insulation_r_value = nil + hpxml.hvac_distributions[0].ducts[0].duct_effective_r_value = 1.23 + hpxml.hvac_distributions[0].ducts[1].duct_effective_r_value = 3.21 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() expected_supply_locations = ['attic - unvented'] @@ -1546,9 +1812,14 @@ def test_hvac_distribution expected_return_fracs = [1.0] expected_supply_area_mults = [0.5] expected_return_area_mults = [1.5] + expected_supply_effective_rvalues = [1.23] + expected_return_effective_rvalues = [3.21] + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationPartial] + expected_return_buried_levels = [HPXML::DuctBuriedInsulationDeep] expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) # Test defaults w/ conditioned basement hpxml.hvac_distributions[0].number_of_return_registers = nil @@ -1556,7 +1827,11 @@ def test_hvac_distribution duct.duct_location = nil duct.duct_surface_area = nil duct.duct_surface_area_multiplier = nil + duct.duct_buried_insulation_level = nil + duct.duct_effective_r_value = nil end + hpxml.hvac_distributions[0].ducts[0].duct_insulation_r_value = 4 + hpxml.hvac_distributions[0].ducts[1].duct_insulation_r_value = 0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() expected_supply_locations = ['basement - conditioned'] @@ -1567,9 +1842,14 @@ def test_hvac_distribution expected_return_fracs = [1.0] expected_supply_area_mults = [1.0] expected_return_area_mults = [1.0] + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationNone] + expected_return_buried_levels = [HPXML::DuctBuriedInsulationNone] + expected_supply_effective_rvalues = [4.5] + expected_return_effective_rvalues = [1.7] expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) # Test defaults w/ multiple foundations hpxml = _create_hpxml('base-foundation-multiple.xml') @@ -1579,6 +1859,7 @@ def test_hvac_distribution duct.duct_location = nil duct.duct_surface_area = nil duct.duct_surface_area_multiplier = nil + duct.duct_buried_insulation_level = nil end XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() @@ -1590,9 +1871,14 @@ def test_hvac_distribution expected_return_fracs = [1.0] expected_supply_area_mults = [1.0] expected_return_area_mults = [1.0] + expected_supply_effective_rvalues = [4.5] + expected_return_effective_rvalues = [1.7] + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationNone] + expected_return_buried_levels = [HPXML::DuctBuriedInsulationNone] expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) # Test defaults w/ foundation exposed to ambient hpxml = _create_hpxml('base-foundation-ambient.xml') @@ -1602,6 +1888,7 @@ def test_hvac_distribution duct.duct_location = nil duct.duct_surface_area = nil duct.duct_surface_area_multiplier = nil + duct.duct_buried_insulation_level = nil end XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() @@ -1613,9 +1900,14 @@ def test_hvac_distribution expected_return_fracs = [1.0] expected_supply_area_mults = [1.0] expected_return_area_mults = [1.0] + expected_supply_effective_rvalues = [4.5] + expected_return_effective_rvalues = [1.7] + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationNone] + expected_return_buried_levels = [HPXML::DuctBuriedInsulationNone] expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) # Test defaults w/ building/unit adjacent to other housing unit hpxml = _create_hpxml('base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml') @@ -1625,6 +1917,7 @@ def test_hvac_distribution duct.duct_location = nil duct.duct_surface_area = nil duct.duct_surface_area_multiplier = nil + duct.duct_buried_insulation_level = nil end XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() @@ -1636,9 +1929,14 @@ def test_hvac_distribution expected_return_fracs = [1.0] expected_supply_area_mults = [1.0] expected_return_area_mults = [1.0] + expected_supply_effective_rvalues = [1.7] + expected_return_effective_rvalues = [1.7] + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationNone] + expected_return_buried_levels = [HPXML::DuctBuriedInsulationNone] expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) # Test defaults w/ 2-story building hpxml = _create_hpxml('base-enclosure-2stories.xml') @@ -1648,6 +1946,7 @@ def test_hvac_distribution duct.duct_location = nil duct.duct_surface_area = nil duct.duct_surface_area_multiplier = nil + duct.duct_buried_insulation_level = nil end XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() @@ -1659,9 +1958,14 @@ def test_hvac_distribution expected_return_fracs = [0.375, 0.375, 0.125, 0.125] expected_supply_area_mults = [1.0, 1.0, 1.0, 1.0] expected_return_area_mults = [1.0, 1.0, 1.0, 1.0] + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationNone] * 4 + expected_return_buried_levels = [HPXML::DuctBuriedInsulationNone] * 4 + expected_supply_effective_rvalues = [4.5] * 4 + expected_return_effective_rvalues = [1.7] * 4 expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) # Test defaults w/ 1-story building & multiple HVAC systems hpxml = _create_hpxml('base-hvac-multiple.xml') @@ -1674,6 +1978,7 @@ def test_hvac_distribution duct.duct_location = nil duct.duct_surface_area = nil duct.duct_surface_area_multiplier = nil + duct.duct_buried_insulation_level = nil end end XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) @@ -1686,9 +1991,14 @@ def test_hvac_distribution expected_return_fracs = [0.5, 0.5] * hpxml_default.hvac_distributions.size expected_supply_area_mults = [1.0, 1.0] * hpxml_default.hvac_distributions.size expected_return_area_mults = [1.0, 1.0] * hpxml_default.hvac_distributions.size + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationNone] * 2 * hpxml_default.hvac_distributions.size + expected_return_buried_levels = [HPXML::DuctBuriedInsulationNone] * 2 * hpxml_default.hvac_distributions.size + expected_supply_effective_rvalues = [6.74] * 2 * hpxml_default.hvac_distributions.size + expected_return_effective_rvalues = [4.86] * 2 * hpxml_default.hvac_distributions.size expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) # Test defaults w/ 2-story building & multiple HVAC systems hpxml = _create_hpxml('base-hvac-multiple.xml') @@ -1702,6 +2012,7 @@ def test_hvac_distribution duct.duct_location = nil duct.duct_surface_area = nil duct.duct_surface_area_multiplier = nil + duct.duct_buried_insulation_level = nil end end XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) @@ -1714,9 +2025,14 @@ def test_hvac_distribution expected_return_fracs = [0.375, 0.375, 0.125, 0.125] * hpxml_default.hvac_distributions.size expected_supply_area_mults = [1.0, 1.0, 1.0, 1.0] * hpxml_default.hvac_distributions.size expected_return_area_mults = [1.0, 1.0, 1.0, 1.0] * hpxml_default.hvac_distributions.size + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationNone] * 4 * hpxml_default.hvac_distributions.size + expected_return_buried_levels = [HPXML::DuctBuriedInsulationNone] * 4 * hpxml_default.hvac_distributions.size + expected_supply_effective_rvalues = [6.74] * 4 * hpxml_default.hvac_distributions.size + expected_return_effective_rvalues = [4.86] * 4 * hpxml_default.hvac_distributions.size expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) # Test defaults w/ 2-story building & multiple HVAC systems & duct area fractions hpxml = _create_hpxml('base-hvac-multiple.xml') @@ -1735,6 +2051,7 @@ def test_hvac_distribution hvac_distribution.ducts.each do |duct| duct.duct_surface_area = nil duct.duct_surface_area_multiplier = nil + duct.duct_buried_insulation_level = nil end end XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) @@ -1747,25 +2064,29 @@ def test_hvac_distribution expected_return_fracs = [0.5, 0.5] * hpxml_default.hvac_distributions.size expected_supply_area_mults = [1.0, 1.0] * hpxml_default.hvac_distributions.size expected_return_area_mults = [1.0, 1.0] * hpxml_default.hvac_distributions.size + expected_supply_buried_levels = [HPXML::DuctBuriedInsulationNone] * 2 * hpxml_default.hvac_distributions.size + expected_return_buried_levels = [HPXML::DuctBuriedInsulationNone] * 2 * hpxml_default.hvac_distributions.size + expected_supply_effective_rvalues = [6.74] * 2 * hpxml_default.hvac_distributions.size + expected_return_effective_rvalues = [4.86] * 2 * hpxml_default.hvac_distributions.size expected_n_return_registers = hpxml_default.building_construction.number_of_conditioned_floors _test_default_duct_values(hpxml_default, expected_supply_locations, expected_return_locations, expected_supply_areas, expected_return_areas, - expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults) + expected_supply_fracs, expected_return_fracs, expected_n_return_registers, expected_supply_area_mults, expected_return_area_mults, + expected_supply_buried_levels, expected_return_buried_levels, expected_supply_effective_rvalues, expected_return_effective_rvalues) end def test_mech_ventilation_fans # Test inputs not overridden by defaults w/ shared exhaust system - hpxml = _create_hpxml('base-mechvent-exhaust.xml') - hpxml.building_construction.residential_facility_type = HPXML::ResidentialTypeSFA - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] - vent_fan.is_shared_system = true - vent_fan.fraction_recirculation = 0.0 - vent_fan.in_unit_flow_rate = 10.0 - vent_fan.hours_in_operation = 22.0 - vent_fan.fan_power = 12.5 - vent_fan.tested_flow_rate = nil - vent_fan.rated_flow_rate = nil - vent_fan.calculated_flow_rate = nil - vent_fan.delivered_ventilation = 89 + hpxml = _create_hpxml('base-bldgtype-attached.xml') + hpxml.ventilation_fans.add(id: 'MechanicalVentilation', + fan_type: HPXML::MechVentTypeExhaust, + used_for_whole_building_ventilation: true, + is_shared_system: true, + fraction_recirculation: 0.0, + in_unit_flow_rate: 10.0, + hours_in_operation: 22.0, + fan_power: 12.5, + delivered_ventilation: 89) + vent_fan = hpxml.ventilation_fans[0] XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() _test_default_mech_vent_values(hpxml_default, true, 22.0, 12.5, 89) @@ -1800,7 +2121,7 @@ def test_mech_ventilation_fans # Test defaults vent_fan.rated_flow_rate = nil vent_fan.start_hour = nil - vent_fan.quantity = nil + vent_fan.count = nil vent_fan.is_shared_system = nil vent_fan.fraction_recirculation = nil vent_fan.in_unit_flow_rate = nil @@ -1812,19 +2133,27 @@ def test_mech_ventilation_fans vent_fan.delivered_ventilation = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mech_vent_values(hpxml_default, false, 24.0, 35.0, 100) + _test_default_mech_vent_values(hpxml_default, false, 24.0, 27.1, 77.3) - # Test defaults w/ SFA building - hpxml = _create_hpxml('base-bldgtype-single-family-attached.xml') + # Test defaults w/ SFA building, compartmentalization test + hpxml = _create_hpxml('base-bldgtype-attached.xml') + hpxml.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitTotal hpxml.ventilation_fans.add(id: 'MechanicalVentilation', fan_type: HPXML::MechVentTypeExhaust, used_for_whole_building_ventilation: true) XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mech_vent_values(hpxml_default, false, 24.0, 27.2, 78) + _test_default_mech_vent_values(hpxml_default, false, 24.0, 27.4, 78.4) + + # Test defaults w/ SFA building, guarded test + hpxml.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitExterior + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_mech_vent_values(hpxml_default, false, 24.0, 27.2, 77.3) - # Test defaults w/ MF building + # Test defaults w/ MF building, compartmentalization test hpxml = _create_hpxml('base-bldgtype-multifamily.xml') + hpxml.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitTotal hpxml.ventilation_fans.add(id: 'MechanicalVentilation', fan_type: HPXML::MechVentTypeExhaust, used_for_whole_building_ventilation: true) @@ -1832,6 +2161,12 @@ def test_mech_ventilation_fans hpxml_default = _test_measure() _test_default_mech_vent_values(hpxml_default, false, 24.0, 19.8, 56.5) + # Test defaults w/ MF building, guarded test + hpxml.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitExterior + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + hpxml_default = _test_measure() + _test_default_mech_vent_values(hpxml_default, false, 24.0, 19.2, 54.9) + # Test defaults w/ nACH infiltration hpxml = _create_hpxml('base-enclosure-infil-natural-ach.xml') hpxml.ventilation_fans.add(id: 'MechanicalVentilation', @@ -1870,7 +2205,7 @@ def test_mech_ventilation_fans # Test inputs not overridden by defaults w/ CFIS hpxml = _create_hpxml('base-mechvent-cfis.xml') - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan.is_shared_system = false vent_fan.hours_in_operation = 12.0 vent_fan.fan_power = 12.5 @@ -1907,11 +2242,11 @@ def test_mech_ventilation_fans vent_fan.cfis_addtl_runtime_operating_mode = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_mech_vent_values(hpxml_default, false, 8.0, 150.0, 300.0, 1.0, HPXML::CFISModeAirHandler) + _test_default_mech_vent_values(hpxml_default, false, 8.0, 149.4, 298.7, 1.0, HPXML::CFISModeAirHandler) # Test inputs not overridden by defaults w/ ERV hpxml = _create_hpxml('base-mechvent-erv.xml') - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation } vent_fan.is_shared_system = false vent_fan.hours_in_operation = 20.0 vent_fan.fan_power = 45.0 @@ -1931,17 +2266,17 @@ def test_mech_ventilation_fans def test_local_ventilation_fans # Test inputs not overridden by defaults hpxml = _create_hpxml('base-mechvent-bath-kitchen-fans.xml') - kitchen_fan = hpxml.ventilation_fans.select { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationKitchen }[0] + kitchen_fan = hpxml.ventilation_fans.find { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationKitchen } kitchen_fan.rated_flow_rate = 300 kitchen_fan.fan_power = 20 kitchen_fan.start_hour = 12 - kitchen_fan.quantity = 2 + kitchen_fan.count = 2 kitchen_fan.hours_in_operation = 2 - bath_fan = hpxml.ventilation_fans.select { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationBath }[0] + bath_fan = hpxml.ventilation_fans.find { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationBath } bath_fan.rated_flow_rate = 80 bath_fan.fan_power = 33 bath_fan.start_hour = 6 - bath_fan.quantity = 3 + bath_fan.count = 3 bath_fan.hours_in_operation = 3 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() @@ -1952,12 +2287,12 @@ def test_local_ventilation_fans kitchen_fan.rated_flow_rate = nil kitchen_fan.fan_power = nil kitchen_fan.start_hour = nil - kitchen_fan.quantity = nil + kitchen_fan.count = nil kitchen_fan.hours_in_operation = nil bath_fan.rated_flow_rate = nil bath_fan.fan_power = nil bath_fan.start_hour = nil - bath_fan.quantity = nil + bath_fan.count = nil bath_fan.hours_in_operation = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() @@ -1968,7 +2303,7 @@ def test_local_ventilation_fans def test_whole_house_fan # Test inputs not overridden by defaults hpxml = _create_hpxml('base-mechvent-whole-house-fan.xml') - whf = hpxml.ventilation_fans.select { |f| f.used_for_seasonal_cooling_load_reduction }[0] + whf = hpxml.ventilation_fans.find { |f| f.used_for_seasonal_cooling_load_reduction } whf.rated_flow_rate = 3000 whf.fan_power = 321 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) @@ -1985,8 +2320,7 @@ def test_whole_house_fan def test_storage_water_heaters # Test inputs not overridden by defaults - hpxml = _create_hpxml('base.xml') - hpxml.building_construction.residential_facility_type = HPXML::ResidentialTypeSFA + hpxml = _create_hpxml('base-bldgtype-attached.xml') hpxml.water_heating_systems.each do |wh| wh.is_shared_system = true wh.number_of_units_served = 2 @@ -2126,7 +2460,7 @@ def test_heat_pump_water_heaters hpxml.water_heating_systems[0].operating_mode = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_heat_pump_water_heater_values(hpxml_default, [HPXML::WaterHeaterOperatingModeStandard]) + _test_default_heat_pump_water_heater_values(hpxml_default, [HPXML::WaterHeaterOperatingModeHybridAuto]) end def test_indirect_water_heaters @@ -2279,44 +2613,44 @@ def test_solar_thermal_systems def test_pv_systems # Test inputs not overridden by defaults - hpxml = _create_hpxml('base-pv.xml') - hpxml.building_construction.residential_facility_type = HPXML::ResidentialTypeSFA - hpxml.pv_systems.each do |pv| - pv.is_shared_system = true - pv.number_of_bedrooms_served = 20 - pv.inverter_efficiency = 0.90 - pv.system_losses_fraction = 0.20 - pv.location = HPXML::LocationGround - pv.tracking = HPXML::PVTrackingType1Axis - pv.module_type = HPXML::PVModuleTypePremium - pv.array_azimuth = 123 - end + hpxml = _create_hpxml('base-bldgtype-attached.xml') + hpxml.pv_systems.add(id: 'PVSystem', + is_shared_system: true, + number_of_bedrooms_served: 20, + system_losses_fraction: 0.20, + location: HPXML::LocationGround, + tracking: HPXML::PVTrackingType1Axis, + module_type: HPXML::PVModuleTypePremium, + array_azimuth: 123, + array_tilt: 0, + max_power_output: 1000, + inverter_idref: 'Inverter') + hpxml.inverters.add(id: 'Inverter', + inverter_efficiency: 0.90) + pv = hpxml.pv_systems[0] + inv = hpxml.inverters[0] XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() _test_default_pv_system_values(hpxml_default, 0.90, 0.20, true, HPXML::LocationGround, HPXML::PVTrackingType1Axis, HPXML::PVModuleTypePremium, 123) # Test defaults w/o year modules manufactured - hpxml.pv_systems.each do |pv| - pv.is_shared_system = nil - pv.inverter_efficiency = nil - pv.system_losses_fraction = nil - pv.location = nil - pv.tracking = nil - pv.module_type = nil - pv.array_orientation = HPXML::OrientationSoutheast - pv.array_azimuth = nil - end + pv.is_shared_system = nil + pv.system_losses_fraction = nil + pv.location = nil + pv.tracking = nil + pv.module_type = nil + pv.array_orientation = HPXML::OrientationSoutheast + pv.array_azimuth = nil + inv.inverter_efficiency = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() _test_default_pv_system_values(hpxml_default, 0.96, 0.14, false, HPXML::LocationRoof, HPXML::PVTrackingTypeFixed, HPXML::PVModuleTypeStandard, 135) # Test defaults w/ year modules manufactured - hpxml.pv_systems.each do |pv| - pv.year_modules_manufactured = 2010 - end + pv.year_modules_manufactured = 2010 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_pv_system_values(hpxml_default, 0.96, 0.190, false, HPXML::LocationRoof, HPXML::PVTrackingTypeFixed, HPXML::PVModuleTypeStandard, 135) + _test_default_pv_system_values(hpxml_default, 0.96, 0.194, false, HPXML::LocationRoof, HPXML::PVTrackingTypeFixed, HPXML::PVModuleTypeStandard, 135) end def test_batteries @@ -2332,7 +2666,7 @@ def test_batteries hpxml.batteries[0].round_trip_efficiency = 0.9 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, 45.0, nil, 34.0, nil, 1234.0, HPXML::LocationBasementConditioned, nil, 0.9) + _test_default_battery_values(hpxml_default.batteries[0], 45.0, nil, 34.0, nil, 1234.0, HPXML::LocationBasementConditioned, nil, 0.9) # Test w/ Ah instead of kWh hpxml.batteries[0].nominal_capacity_kwh = nil @@ -2341,7 +2675,7 @@ def test_batteries hpxml.batteries[0].usable_capacity_ah = 876.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, nil, 987.0, nil, 876.0, 1234.0, HPXML::LocationBasementConditioned, nil, 0.9) + _test_default_battery_values(hpxml_default.batteries[0], nil, 987.0, nil, 876.0, 1234.0, HPXML::LocationBasementConditioned, nil, 0.9) # Test defaults hpxml.batteries[0].nominal_capacity_kwh = nil @@ -2354,7 +2688,7 @@ def test_batteries hpxml.batteries[0].round_trip_efficiency = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, 10.0, nil, 9.0, nil, 5000.0, HPXML::LocationOutside, nil, 0.925) + _test_default_battery_values(hpxml_default.batteries[0], 10.0, nil, 9.0, nil, 5000.0, HPXML::LocationOutside, nil, 0.925) # Test defaults w/ nominal kWh hpxml.batteries[0].nominal_capacity_kwh = 14.0 @@ -2364,7 +2698,7 @@ def test_batteries hpxml.batteries[0].rated_power_output = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, 14.0, nil, 12.6, nil, 7000.0, HPXML::LocationOutside, nil, 0.925) + _test_default_battery_values(hpxml_default.batteries[0], 14.0, nil, 12.6, nil, 7000.0, HPXML::LocationOutside, nil, 0.925) # Test defaults w/ usable kWh hpxml.batteries[0].nominal_capacity_kwh = nil @@ -2374,7 +2708,7 @@ def test_batteries hpxml.batteries[0].rated_power_output = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, 13.33, nil, 12.0, nil, 6665.0, HPXML::LocationOutside, nil, 0.925) + _test_default_battery_values(hpxml_default.batteries[0], 13.33, nil, 12.0, nil, 6665.0, HPXML::LocationOutside, nil, 0.925) # Test defaults w/ nominal Ah hpxml.batteries[0].nominal_capacity_kwh = nil @@ -2384,7 +2718,7 @@ def test_batteries hpxml.batteries[0].rated_power_output = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, nil, 280.0, nil, 252.0, 7000.0, HPXML::LocationOutside, nil, 0.925) + _test_default_battery_values(hpxml_default.batteries[0], nil, 280.0, nil, 252.0, 7000.0, HPXML::LocationOutside, nil, 0.925) # Test defaults w/ usable Ah hpxml.batteries[0].nominal_capacity_kwh = nil @@ -2394,7 +2728,7 @@ def test_batteries hpxml.batteries[0].rated_power_output = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, nil, 266.67, nil, 240.0, 6667.0, HPXML::LocationOutside, nil, 0.925) + _test_default_battery_values(hpxml_default.batteries[0], nil, 266.67, nil, 240.0, 6667.0, HPXML::LocationOutside, nil, 0.925) # Test defaults w/ rated power output hpxml.batteries[0].nominal_capacity_kwh = nil @@ -2404,7 +2738,7 @@ def test_batteries hpxml.batteries[0].rated_power_output = 10000.0 XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, 20.0, nil, 18.0, nil, 10000.0, HPXML::LocationOutside, nil, 0.925) + _test_default_battery_values(hpxml_default.batteries[0], 20.0, nil, 18.0, nil, 10000.0, HPXML::LocationOutside, nil, 0.925) # Test defaults w/ garage hpxml = _create_hpxml('base-pv-battery-garage.xml') @@ -2418,25 +2752,25 @@ def test_batteries hpxml.batteries[0].round_trip_efficiency = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() - _test_default_battery_values(hpxml_default, 10.0, nil, 9.0, nil, 5000.0, HPXML::LocationGarage, nil, 0.925) + _test_default_battery_values(hpxml_default.batteries[0], 10.0, nil, 9.0, nil, 5000.0, HPXML::LocationGarage, nil, 0.925) end def test_generators # Test inputs not overridden by defaults - hpxml = _create_hpxml('base-misc-generators.xml') - hpxml.building_construction.residential_facility_type = HPXML::ResidentialTypeSFA - hpxml.generators.each do |generator| - generator.is_shared_system = true - generator.number_of_bedrooms_served = 20 - end + hpxml = _create_hpxml('base-bldgtype-attached.xml') + hpxml.generators.add(id: 'Generator', + is_shared_system: true, + number_of_bedrooms_served: 20, + fuel_type: HPXML::FuelTypeNaturalGas, + annual_consumption_kbtu: 8500, + annual_output_kwh: 500) + generator = hpxml.generators[0] XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() _test_default_generator_values(hpxml_default, true) # Test defaults - hpxml.generators.each do |generator| - generator.is_shared_system = nil - end + generator.is_shared_system = nil XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) hpxml_default = _test_measure() _test_default_generator_values(hpxml_default, false) @@ -2444,8 +2778,7 @@ def test_generators def test_clothes_washers # Test inputs not overridden by defaults - hpxml = _create_hpxml('base.xml') - hpxml.building_construction.residential_facility_type = HPXML::ResidentialTypeSFA + hpxml = _create_hpxml('base-bldgtype-attached.xml') hpxml.water_heating_systems[0].is_shared_system = true hpxml.water_heating_systems[0].number_of_units_served = 6 hpxml.clothes_washers[0].location = HPXML::LocationBasementConditioned @@ -2500,8 +2833,7 @@ def test_clothes_washers def test_clothes_dryers # Test inputs not overridden by defaults - hpxml = _create_hpxml('base.xml') - hpxml.building_construction.residential_facility_type = HPXML::ResidentialTypeSFA + hpxml = _create_hpxml('base-bldgtype-attached.xml') hpxml.water_heating_systems[0].is_shared_system = true hpxml.water_heating_systems[0].number_of_units_served = 6 hpxml.clothes_dryers[0].location = HPXML::LocationBasementConditioned @@ -2575,8 +2907,7 @@ def test_clothes_dryer_exhaust def test_dishwashers # Test inputs not overridden by defaults - hpxml = _create_hpxml('base.xml') - hpxml.building_construction.residential_facility_type = HPXML::ResidentialTypeSFA + hpxml = _create_hpxml('base-bldgtype-attached.xml') hpxml.water_heating_systems[0].is_shared_system = true hpxml.water_heating_systems[0].number_of_units_served = 6 hpxml.dishwashers[0].location = HPXML::LocationBasementConditioned @@ -2866,7 +3197,7 @@ def test_lighting def test_ceiling_fans # Test inputs not overridden by defaults hpxml = _create_hpxml('base-lighting-ceiling-fans.xml') - hpxml.ceiling_fans[0].quantity = 2 + hpxml.ceiling_fans[0].count = 2 hpxml.ceiling_fans[0].efficiency = 100 hpxml.ceiling_fans[0].weekday_fractions = ConstantDaySchedule hpxml.ceiling_fans[0].weekend_fractions = ConstantDaySchedule @@ -2877,7 +3208,7 @@ def test_ceiling_fans # Test defaults hpxml.ceiling_fans.each do |ceiling_fan| - ceiling_fan.quantity = nil + ceiling_fan.count = nil ceiling_fan.efficiency = nil ceiling_fan.weekday_fractions = nil ceiling_fan.weekend_fractions = nil @@ -3007,32 +3338,32 @@ def test_hot_tubs def test_plug_loads # Test inputs not overridden by defaults hpxml = _create_hpxml('base-misc-loads-large-uncommon.xml') - tv_pl = hpxml.plug_loads.select { |pl| pl.plug_load_type == HPXML::PlugLoadTypeTelevision }[0] - tv_pl.kWh_per_year = 1000 + tv_pl = hpxml.plug_loads.find { |pl| pl.plug_load_type == HPXML::PlugLoadTypeTelevision } + tv_pl.kwh_per_year = 1000 tv_pl.usage_multiplier = 1.1 tv_pl.frac_sensible = 0.6 tv_pl.frac_latent = 0.3 tv_pl.weekday_fractions = ConstantDaySchedule tv_pl.weekend_fractions = ConstantDaySchedule tv_pl.monthly_multipliers = ConstantMonthSchedule - other_pl = hpxml.plug_loads.select { |pl| pl.plug_load_type == HPXML::PlugLoadTypeOther }[0] - other_pl.kWh_per_year = 2000 + other_pl = hpxml.plug_loads.find { |pl| pl.plug_load_type == HPXML::PlugLoadTypeOther } + other_pl.kwh_per_year = 2000 other_pl.usage_multiplier = 1.2 other_pl.frac_sensible = 0.5 other_pl.frac_latent = 0.4 other_pl.weekday_fractions = ConstantDaySchedule other_pl.weekend_fractions = ConstantDaySchedule other_pl.monthly_multipliers = ConstantMonthSchedule - veh_pl = hpxml.plug_loads.select { |pl| pl.plug_load_type == HPXML::PlugLoadTypeElectricVehicleCharging }[0] - veh_pl.kWh_per_year = 4000 + veh_pl = hpxml.plug_loads.find { |pl| pl.plug_load_type == HPXML::PlugLoadTypeElectricVehicleCharging } + veh_pl.kwh_per_year = 4000 veh_pl.usage_multiplier = 1.3 veh_pl.frac_sensible = 0.4 veh_pl.frac_latent = 0.5 veh_pl.weekday_fractions = ConstantDaySchedule veh_pl.weekend_fractions = ConstantDaySchedule veh_pl.monthly_multipliers = ConstantMonthSchedule - wellpump_pl = hpxml.plug_loads.select { |pl| pl.plug_load_type == HPXML::PlugLoadTypeWellPump }[0] - wellpump_pl.kWh_per_year = 3000 + wellpump_pl = hpxml.plug_loads.find { |pl| pl.plug_load_type == HPXML::PlugLoadTypeWellPump } + wellpump_pl.kwh_per_year = 3000 wellpump_pl.usage_multiplier = 1.4 wellpump_pl.frac_sensible = 0.3 wellpump_pl.frac_latent = 0.6 @@ -3048,7 +3379,7 @@ def test_plug_loads # Test defaults hpxml.plug_loads.each do |plug_load| - plug_load.kWh_per_year = nil + plug_load.kwh_per_year = nil plug_load.usage_multiplier = nil plug_load.frac_sensible = nil plug_load.frac_latent = nil @@ -3067,7 +3398,7 @@ def test_plug_loads def test_fuel_loads # Test inputs not overridden by defaults hpxml = _create_hpxml('base-misc-loads-large-uncommon.xml') - gg_fl = hpxml.fuel_loads.select { |fl| fl.fuel_load_type == HPXML::FuelLoadTypeGrill }[0] + gg_fl = hpxml.fuel_loads.find { |fl| fl.fuel_load_type == HPXML::FuelLoadTypeGrill } gg_fl.therm_per_year = 1000 gg_fl.usage_multiplier = 0.9 gg_fl.frac_sensible = 0.6 @@ -3075,7 +3406,7 @@ def test_fuel_loads gg_fl.weekday_fractions = ConstantDaySchedule gg_fl.weekend_fractions = ConstantDaySchedule gg_fl.monthly_multipliers = ConstantMonthSchedule - gl_fl = hpxml.fuel_loads.select { |fl| fl.fuel_load_type == HPXML::FuelLoadTypeLighting }[0] + gl_fl = hpxml.fuel_loads.find { |fl| fl.fuel_load_type == HPXML::FuelLoadTypeLighting } gl_fl.therm_per_year = 2000 gl_fl.usage_multiplier = 0.8 gl_fl.frac_sensible = 0.5 @@ -3083,7 +3414,7 @@ def test_fuel_loads gl_fl.weekday_fractions = ConstantDaySchedule gl_fl.weekend_fractions = ConstantDaySchedule gl_fl.monthly_multipliers = ConstantMonthSchedule - gf_fl = hpxml.fuel_loads.select { |fl| fl.fuel_load_type == HPXML::FuelLoadTypeFireplace }[0] + gf_fl = hpxml.fuel_loads.find { |fl| fl.fuel_load_type == HPXML::FuelLoadTypeFireplace } gf_fl.therm_per_year = 3000 gf_fl.usage_multiplier = 0.7 gf_fl.frac_sensible = 0.4 @@ -3151,8 +3482,11 @@ def _test_measure() def _test_default_header_values(hpxml, tstep, sim_begin_month, sim_begin_day, sim_end_month, sim_end_day, sim_calendar_year, dst_enabled, dst_begin_month, dst_begin_day, dst_end_month, dst_end_day, heat_pump_sizing_methodology, - allow_increased_fixed_capacities, state_code, time_zone_utc_offset, occupancy_calculation_type, - temperature_capacitance_multiplier, natvent_days_per_week) + allow_increased_fixed_capacities, state_code, time_zone_utc_offset, temperature_capacitance_multiplier, + natvent_days_per_week, unavailable_period_begin_hour, unavailable_period_end_hour, unavailable_period_natvent_availability, + shading_summer_begin_month, shading_summer_begin_day, shading_summer_end_month, shading_summer_end_day, + manualj_heating_design_temp, manualj_cooling_design_temp, manualj_heating_setpoint, manualj_cooling_setpoint, + manualj_humidity_setpoint, manualj_internal_loads_sensible, manualj_internal_loads_latent, manualj_num_occupants) assert_equal(tstep, hpxml.header.timestep) assert_equal(sim_begin_month, hpxml.header.sim_begin_month) assert_equal(sim_begin_day, hpxml.header.sim_begin_day) @@ -3176,9 +3510,27 @@ def _test_default_header_values(hpxml, tstep, sim_begin_month, sim_begin_day, si assert_equal(state_code, hpxml.header.state_code) end assert_equal(time_zone_utc_offset, hpxml.header.time_zone_utc_offset) - assert_equal(occupancy_calculation_type, hpxml.header.occupancy_calculation_type) assert_equal(temperature_capacitance_multiplier, hpxml.header.temperature_capacitance_multiplier) assert_equal(natvent_days_per_week, hpxml.header.natvent_days_per_week) + if unavailable_period_begin_hour.nil? && unavailable_period_end_hour.nil? && unavailable_period_natvent_availability.nil? + assert_equal(0, hpxml.header.unavailable_periods.size) + else + assert_equal(unavailable_period_begin_hour, hpxml.header.unavailable_periods[-1].begin_hour) + assert_equal(unavailable_period_end_hour, hpxml.header.unavailable_periods[-1].end_hour) + assert_equal(unavailable_period_natvent_availability, hpxml.header.unavailable_periods[-1].natvent_availability) + end + assert_equal(shading_summer_begin_month, hpxml.header.shading_summer_begin_month) + assert_equal(shading_summer_begin_day, hpxml.header.shading_summer_begin_day) + assert_equal(shading_summer_end_month, hpxml.header.shading_summer_end_month) + assert_equal(shading_summer_end_day, hpxml.header.shading_summer_end_day) + assert_in_epsilon(manualj_heating_design_temp, hpxml.header.manualj_heating_design_temp, 0.01) + assert_in_epsilon(manualj_cooling_design_temp, hpxml.header.manualj_cooling_design_temp, 0.01) + assert_equal(manualj_heating_setpoint, hpxml.header.manualj_heating_setpoint) + assert_equal(manualj_cooling_setpoint, hpxml.header.manualj_cooling_setpoint) + assert_equal(manualj_humidity_setpoint, hpxml.header.manualj_humidity_setpoint) + assert_equal(manualj_internal_loads_sensible, hpxml.header.manualj_internal_loads_sensible) + assert_equal(manualj_internal_loads_latent, hpxml.header.manualj_internal_loads_latent) + assert_equal(manualj_num_occupants, hpxml.header.manualj_num_occupants) end def _test_default_emissions_values(scenario, elec_schedule_number_of_header_rows, elec_schedule_column_number, @@ -3351,8 +3703,7 @@ def _test_default_neighbor_building_values(hpxml, azimuths) end end - def _test_default_occupancy_values(hpxml, num_occupants, weekday_sch, weekend_sch, monthly_mults) - assert_equal(num_occupants, hpxml.building_occupancy.number_of_residents) + def _test_default_occupancy_values(hpxml, weekday_sch, weekend_sch, monthly_mults) if weekday_sch.nil? assert_nil(hpxml.building_occupancy.weekday_fractions) else @@ -3383,15 +3734,23 @@ def _test_default_climate_and_risk_zones_values(hpxml, iecc_year, iecc_zone) end end - def _test_default_building_construction_values(hpxml, building_volume, average_ceiling_height, has_flue_or_chimney, n_bathrooms) + def _test_default_building_construction_values(hpxml, building_volume, average_ceiling_height, n_bathrooms) assert_equal(building_volume, hpxml.building_construction.conditioned_building_volume) assert_in_epsilon(average_ceiling_height, hpxml.building_construction.average_ceiling_height, 0.01) - assert_equal(has_flue_or_chimney, hpxml.building_construction.has_flue_or_chimney) assert_equal(n_bathrooms, hpxml.building_construction.number_of_bathrooms) end - def _test_default_infiltration_values(air_infiltration_measurement, volume) - assert_equal(volume, air_infiltration_measurement.infiltration_volume) + def _test_default_infiltration_values(hpxml, volume, has_flue_or_chimney_in_conditioned_space) + assert_equal(volume, hpxml.air_infiltration_measurements[0].infiltration_volume) + assert_equal(has_flue_or_chimney_in_conditioned_space, hpxml.air_infiltration.has_flue_or_chimney_in_conditioned_space) + end + + def _test_default_infiltration_compartmentalization_test_values(air_infiltration_measurement, a_ext) + if a_ext.nil? + assert_nil(air_infiltration_measurement.a_ext) + else + assert_in_delta(a_ext, air_infiltration_measurement.a_ext, 0.001) + end end def _test_default_attic_values(attic, sla) @@ -3523,30 +3882,32 @@ def _test_default_furniture_mass_values(furniture_mass, area_fraction, type) end def _test_default_central_air_conditioner_values(cooling_system, shr, compressor_type, fan_watts_per_cfm, charge_defect_ratio, - airflow_defect_ratio, cooling_capacity, cooling_efficiency_seer) + airflow_defect_ratio, cooling_capacity, cooling_efficiency_seer, crankcase_heater_watts) assert_equal(shr, cooling_system.cooling_shr) assert_equal(compressor_type, cooling_system.compressor_type) assert_equal(fan_watts_per_cfm, cooling_system.fan_watts_per_cfm) assert_equal(charge_defect_ratio, cooling_system.charge_defect_ratio) assert_equal(airflow_defect_ratio, cooling_system.airflow_defect_ratio) + assert_equal(crankcase_heater_watts, cooling_system.crankcase_heater_watts) if cooling_capacity.nil? assert(cooling_system.cooling_capacity > 0) else - assert_equal(cooling_system.cooling_capacity, cooling_capacity) + assert_equal(cooling_capacity, cooling_system.cooling_capacity) end if cooling_efficiency_seer.nil? assert_nil(cooling_system.cooling_efficiency_seer) else - assert_equal(cooling_system.cooling_efficiency_seer, cooling_efficiency_seer) + assert_equal(cooling_efficiency_seer, cooling_system.cooling_efficiency_seer) end end - def _test_default_room_air_conditioner_ptac_values(cooling_system, shr, cooling_capacity) + def _test_default_room_air_conditioner_ptac_values(cooling_system, shr, cooling_capacity, crankcase_heater_watts) assert_equal(shr, cooling_system.cooling_shr) + assert_equal(crankcase_heater_watts, cooling_system.crankcase_heater_watts) if cooling_capacity.nil? assert(cooling_system.cooling_capacity > 0) else - assert_equal(cooling_system.cooling_capacity, cooling_capacity) + assert_equal(cooling_capacity, cooling_system.cooling_capacity) end end @@ -3559,30 +3920,39 @@ def _test_default_evap_cooler_values(cooling_system, cooling_capacity) end def _test_default_mini_split_air_conditioner_values(cooling_system, shr, fan_watts_per_cfm, charge_defect_ratio, - airflow_defect_ratio, cooling_capacity, cooling_efficiency_seer) + airflow_defect_ratio, cooling_capacity, cooling_efficiency_seer, crankcase_heater_watts) assert_equal(shr, cooling_system.cooling_shr) assert_equal(fan_watts_per_cfm, cooling_system.fan_watts_per_cfm) assert_equal(charge_defect_ratio, cooling_system.charge_defect_ratio) assert_equal(airflow_defect_ratio, cooling_system.airflow_defect_ratio) + assert_equal(crankcase_heater_watts, cooling_system.crankcase_heater_watts) if cooling_capacity.nil? assert(cooling_system.cooling_capacity > 0) else - assert_equal(cooling_system.cooling_capacity, cooling_capacity) + assert_equal(cooling_capacity, cooling_system.cooling_capacity) end if cooling_efficiency_seer.nil? assert_nil(cooling_system.cooling_efficiency_seer) else - assert_equal(cooling_system.cooling_efficiency_seer, cooling_efficiency_seer) + assert_equal(cooling_efficiency_seer, cooling_system.cooling_efficiency_seer) end + assert_equal(HPXML::HVACCompressorTypeVariableSpeed, cooling_system.compressor_type) end - def _test_default_furnace_values(heating_system, fan_watts_per_cfm, airflow_defect_ratio, heating_capacity) + def _test_default_furnace_values(heating_system, fan_watts_per_cfm, airflow_defect_ratio, heating_capacity, + pilot_light, pilot_light_btuh) assert_equal(fan_watts_per_cfm, heating_system.fan_watts_per_cfm) assert_equal(airflow_defect_ratio, heating_system.airflow_defect_ratio) if heating_capacity.nil? assert(heating_system.heating_capacity > 0) else - assert_equal(heating_system.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heating_system.heating_capacity) + end + assert_equal(pilot_light, heating_system.pilot_light) + if pilot_light_btuh.nil? + assert_nil(heating_system.pilot_light_btuh) + else + assert_equal(pilot_light_btuh, heating_system.pilot_light_btuh) end end @@ -3591,34 +3961,52 @@ def _test_default_wall_furnace_values(heating_system, fan_watts, heating_capacit if heating_capacity.nil? assert(heating_system.heating_capacity > 0) else - assert_equal(heating_system.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heating_system.heating_capacity) end end - def _test_default_floor_furnace_values(heating_system, fan_watts, heating_capacity) + def _test_default_floor_furnace_values(heating_system, fan_watts, heating_capacity, pilot_light, pilot_light_btuh) assert_equal(fan_watts, heating_system.fan_watts) if heating_capacity.nil? assert(heating_system.heating_capacity > 0) else - assert_equal(heating_system.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heating_system.heating_capacity) + end + assert_equal(pilot_light, heating_system.pilot_light) + if pilot_light_btuh.nil? + assert_nil(heating_system.pilot_light_btuh) + else + assert_equal(pilot_light_btuh, heating_system.pilot_light_btuh) end end - def _test_default_boiler_values(heating_system, eae, heating_capacity) + def _test_default_boiler_values(heating_system, eae, heating_capacity, pilot_light, pilot_light_btuh) assert_equal(eae, heating_system.electric_auxiliary_energy) if heating_capacity.nil? assert(heating_system.heating_capacity > 0) else - assert_equal(heating_system.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heating_system.heating_capacity) + end + assert_equal(pilot_light, heating_system.pilot_light) + if pilot_light_btuh.nil? + assert_nil(heating_system.pilot_light_btuh) + else + assert_equal(pilot_light_btuh, heating_system.pilot_light_btuh) end end - def _test_default_stove_values(heating_system, fan_watts, heating_capacity) + def _test_default_stove_values(heating_system, fan_watts, heating_capacity, pilot_light, pilot_light_btuh) assert_equal(fan_watts, heating_system.fan_watts) if heating_capacity.nil? assert(heating_system.heating_capacity > 0) else - assert_equal(heating_system.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heating_system.heating_capacity) + end + assert_equal(pilot_light, heating_system.pilot_light) + if pilot_light_btuh.nil? + assert_nil(heating_system.pilot_light_btuh) + else + assert_equal(pilot_light_btuh, heating_system.pilot_light_btuh) end end @@ -3627,7 +4015,7 @@ def _test_default_portable_heater_values(heating_system, fan_watts, heating_capa if heating_capacity.nil? assert(heating_system.heating_capacity > 0) else - assert_equal(heating_system.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heating_system.heating_capacity) end end @@ -3636,16 +4024,22 @@ def _test_default_fixed_heater_values(heating_system, fan_watts, heating_capacit if heating_capacity.nil? assert(heating_system.heating_capacity > 0) else - assert_equal(heating_system.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heating_system.heating_capacity) end end - def _test_default_fireplace_values(heating_system, fan_watts, heating_capacity) + def _test_default_fireplace_values(heating_system, fan_watts, heating_capacity, pilot_light, pilot_light_btuh) assert_equal(fan_watts, heating_system.fan_watts) if heating_capacity.nil? assert(heating_system.heating_capacity > 0) else - assert_equal(heating_system.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heating_system.heating_capacity) + end + assert_equal(pilot_light, heating_system.pilot_light) + if pilot_light_btuh.nil? + assert_nil(heating_system.pilot_light_btuh) + else + assert_equal(pilot_light_btuh, heating_system.pilot_light_btuh) end end @@ -3653,101 +4047,159 @@ def _test_default_air_to_air_heat_pump_values(heat_pump, shr, compressor_type, f airflow_defect_ratio, cooling_capacity, heating_capacity, heating_capacity_17F, backup_heating_capacity, cooling_efficiency_seer, heating_efficiency_hspf, - backup_heating_lockout_temp) + heating_capacity_retention_fraction, heating_capacity_retention_temp, + crankcase_heater_watts) assert_equal(shr, heat_pump.cooling_shr) assert_equal(compressor_type, heat_pump.compressor_type) assert_equal(fan_watts_per_cfm, heat_pump.fan_watts_per_cfm) assert_equal(charge_defect_ratio, heat_pump.charge_defect_ratio) assert_equal(airflow_defect_ratio, heat_pump.airflow_defect_ratio) + assert_equal(crankcase_heater_watts, heat_pump.crankcase_heater_watts) if cooling_capacity.nil? assert(heat_pump.cooling_capacity > 0) else - assert_equal(heat_pump.cooling_capacity, cooling_capacity) + assert_equal(cooling_capacity, heat_pump.cooling_capacity) end if heating_capacity.nil? assert(heat_pump.heating_capacity > 0) else - assert_equal(heat_pump.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heat_pump.heating_capacity) end if heating_capacity_17F.nil? - # assert(heat_pump.heating_capacity_17F > 0) # FUTURE + assert_nil(heat_pump.heating_capacity_17F) else - assert_equal(heat_pump.heating_capacity_17F, heating_capacity_17F) + assert_equal(heating_capacity_17F, heat_pump.heating_capacity_17F) end if backup_heating_capacity.nil? assert(heat_pump.backup_heating_capacity > 0) else - assert_equal(heat_pump.backup_heating_capacity, backup_heating_capacity) + assert_equal(backup_heating_capacity, heat_pump.backup_heating_capacity) end if cooling_efficiency_seer.nil? assert_nil(heat_pump.cooling_efficiency_seer) else - assert_equal(heat_pump.cooling_efficiency_seer, cooling_efficiency_seer) + assert_equal(cooling_efficiency_seer, heat_pump.cooling_efficiency_seer) end if heating_efficiency_hspf.nil? assert_nil(heat_pump.heating_efficiency_hspf) else - assert_equal(heat_pump.heating_efficiency_hspf, heating_efficiency_hspf) + assert_equal(heating_efficiency_hspf, heat_pump.heating_efficiency_hspf) + end + if heating_capacity_retention_fraction.nil? + assert_nil(heat_pump.heating_capacity_retention_fraction) + else + assert_in_delta(heating_capacity_retention_fraction, heat_pump.heating_capacity_retention_fraction, 0.01) + end + if heating_capacity_retention_temp.nil? + assert_nil(heat_pump.heating_capacity_retention_temp) + else + assert_equal(heating_capacity_retention_temp, heat_pump.heating_capacity_retention_temp) end - assert_equal(heat_pump.backup_heating_lockout_temp, backup_heating_lockout_temp) end - def _test_default_pthp_values(heat_pump, shr, cooling_capacity, heating_capacity, - backup_heating_lockout_temp) + def _test_default_pthp_values(heat_pump, shr, cooling_capacity, heating_capacity, heating_capacity_17F, + heating_capacity_retention_fraction, heating_capacity_retention_temp, + crankcase_heater_watts) assert_equal(shr, heat_pump.cooling_shr) + assert_equal(crankcase_heater_watts, heat_pump.crankcase_heater_watts) if cooling_capacity.nil? assert(heat_pump.cooling_capacity > 0) else - assert_equal(heat_pump.cooling_capacity, cooling_capacity) + assert_equal(cooling_capacity, heat_pump.cooling_capacity) end if heating_capacity.nil? assert(heat_pump.heating_capacity > 0) else - assert_equal(heat_pump.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heat_pump.heating_capacity) + end + if heating_capacity_17F.nil? + assert_nil(heat_pump.heating_capacity_17F) + else + assert_equal(heating_capacity_17F, heat_pump.heating_capacity_17F) + end + if heating_capacity_retention_fraction.nil? + assert_nil(heat_pump.heating_capacity_retention_fraction) + else + assert_in_delta(heating_capacity_retention_fraction, heat_pump.heating_capacity_retention_fraction, 0.01) + end + if heating_capacity_retention_temp.nil? + assert_nil(heat_pump.heating_capacity_retention_temp) + else + assert_equal(heating_capacity_retention_temp, heat_pump.heating_capacity_retention_temp) end - assert_equal(heat_pump.backup_heating_lockout_temp, backup_heating_lockout_temp) end def _test_default_mini_split_heat_pump_values(heat_pump, shr, fan_watts_per_cfm, charge_defect_ratio, airflow_defect_ratio, cooling_capacity, heating_capacity, heating_capacity_17F, backup_heating_capacity, cooling_efficiency_seer, heating_efficiency_hspf, - backup_heating_lockout_temp) + heating_capacity_retention_fraction, heating_capacity_retention_temp, + crankcase_heater_watts) assert_equal(shr, heat_pump.cooling_shr) assert_equal(fan_watts_per_cfm, heat_pump.fan_watts_per_cfm) assert_equal(charge_defect_ratio, heat_pump.charge_defect_ratio) assert_equal(airflow_defect_ratio, heat_pump.airflow_defect_ratio) + assert_equal(crankcase_heater_watts, heat_pump.crankcase_heater_watts) if cooling_capacity.nil? assert(heat_pump.cooling_capacity > 0) else - assert_equal(heat_pump.cooling_capacity, cooling_capacity) + assert_equal(cooling_capacity, heat_pump.cooling_capacity) end if heating_capacity.nil? assert(heat_pump.heating_capacity > 0) else - assert_equal(heat_pump.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heat_pump.heating_capacity) end if heating_capacity_17F.nil? - # assert(heat_pump.heating_capacity_17F > 0) # FUTURE + assert_nil(heat_pump.heating_capacity_17F) else - assert_equal(heat_pump.heating_capacity_17F, heating_capacity_17F) + assert_equal(heating_capacity_17F, heat_pump.heating_capacity_17F) end if backup_heating_capacity.nil? assert(heat_pump.backup_heating_capacity > 0) else - assert_equal(heat_pump.backup_heating_capacity, backup_heating_capacity) + assert_equal(backup_heating_capacity, heat_pump.backup_heating_capacity) end if cooling_efficiency_seer.nil? assert_nil(heat_pump.cooling_efficiency_seer) else - assert_equal(heat_pump.cooling_efficiency_seer, cooling_efficiency_seer) + assert_equal(cooling_efficiency_seer, heat_pump.cooling_efficiency_seer) end if heating_efficiency_hspf.nil? assert_nil(heat_pump.heating_efficiency_hspf) else - assert_equal(heat_pump.heating_efficiency_hspf, heating_efficiency_hspf) + assert_equal(heating_efficiency_hspf, heat_pump.heating_efficiency_hspf) + end + assert_equal(HPXML::HVACCompressorTypeVariableSpeed, heat_pump.compressor_type) + if heating_capacity_retention_fraction.nil? + assert_nil(heat_pump.heating_capacity_retention_fraction) + else + assert_in_delta(heating_capacity_retention_fraction, heat_pump.heating_capacity_retention_fraction, 0.01) + end + if heating_capacity_retention_temp.nil? + assert_nil(heat_pump.heating_capacity_retention_temp) + else + assert_equal(heating_capacity_retention_temp, heat_pump.heating_capacity_retention_temp) + end + end + + def _test_default_heat_pump_temperature_values(heat_pump, compressor_lockout_temp, backup_heating_lockout_temp, + backup_heating_switchover_temp) + if compressor_lockout_temp.nil? + assert_nil(heat_pump.compressor_lockout_temp) + else + assert_equal(compressor_lockout_temp, heat_pump.compressor_lockout_temp) + end + if backup_heating_lockout_temp.nil? + assert_nil(heat_pump.backup_heating_lockout_temp) + else + assert_equal(backup_heating_lockout_temp, heat_pump.backup_heating_lockout_temp) + end + if backup_heating_switchover_temp.nil? + assert_nil(heat_pump.backup_heating_switchover_temp) + else + assert_equal(backup_heating_switchover_temp, heat_pump.backup_heating_switchover_temp) end - assert_equal(heat_pump.backup_heating_lockout_temp, backup_heating_lockout_temp) end def _test_default_ground_to_air_heat_pump_values(heat_pump, pump_watts_per_ton, fan_watts_per_cfm, @@ -3759,20 +4211,24 @@ def _test_default_ground_to_air_heat_pump_values(heat_pump, pump_watts_per_ton, if cooling_capacity.nil? assert(heat_pump.cooling_capacity > 0) else - assert_equal(heat_pump.cooling_capacity, cooling_capacity) + assert_equal(cooling_capacity, heat_pump.cooling_capacity) end if heating_capacity.nil? assert(heat_pump.heating_capacity > 0) else - assert_equal(heat_pump.heating_capacity, heating_capacity) + assert_equal(heating_capacity, heat_pump.heating_capacity) end if backup_heating_capacity.nil? assert(heat_pump.backup_heating_capacity > 0) else - assert_equal(heat_pump.backup_heating_capacity, backup_heating_capacity) + assert_equal(backup_heating_capacity, heat_pump.backup_heating_capacity) end end + def _test_default_hvac_location_values(hvac_system, location) + assert_equal(location, hvac_system.location) + end + def _test_default_hvac_control_setpoint_values(hvac_control, heating_setpoint_temp, cooling_setpoint_temp) assert_equal(heating_setpoint_temp, hvac_control.heating_setpoint_temp) assert_equal(cooling_setpoint_temp, hvac_control.cooling_setpoint_temp) @@ -3795,7 +4251,8 @@ def _test_default_hvac_control_season_values(hvac_control, htg_season_begin_mont end def _test_default_duct_values(hpxml, supply_locations, return_locations, supply_areas, return_areas, - supply_fracs, return_fracs, n_return_registers, supply_area_mults, return_area_mults) + supply_fracs, return_fracs, n_return_registers, supply_area_mults, return_area_mults, + supply_buried_levels, return_buried_levels, supply_effective_rvalues, return_effective_rvalues) supply_duct_idx = 0 return_duct_idx = 0 hpxml.hvac_distributions.each do |hvac_distribution| @@ -3808,12 +4265,16 @@ def _test_default_duct_values(hpxml, supply_locations, return_locations, supply_ assert_in_epsilon(supply_areas[supply_duct_idx], duct.duct_surface_area, 0.01) assert_in_epsilon(supply_fracs[supply_duct_idx], duct.duct_fraction_area, 0.01) assert_in_epsilon(supply_area_mults[supply_duct_idx], duct.duct_surface_area_multiplier, 0.01) + assert_equal(supply_buried_levels[supply_duct_idx], duct.duct_buried_insulation_level) + assert_in_epsilon(supply_effective_rvalues[supply_duct_idx], duct.duct_effective_r_value, 0.01) supply_duct_idx += 1 elsif duct.duct_type == HPXML::DuctTypeReturn assert_equal(return_locations[return_duct_idx], duct.duct_location) assert_in_epsilon(return_areas[return_duct_idx], duct.duct_surface_area, 0.01) assert_in_epsilon(return_fracs[return_duct_idx], duct.duct_fraction_area, 0.01) assert_in_epsilon(return_area_mults[return_duct_idx], duct.duct_surface_area_multiplier, 0.01) + assert_equal(return_buried_levels[return_duct_idx], duct.duct_buried_insulation_level) + assert_in_epsilon(return_effective_rvalues[return_duct_idx], duct.duct_effective_r_value, 0.01) return_duct_idx += 1 end end @@ -3822,12 +4283,12 @@ def _test_default_duct_values(hpxml, supply_locations, return_locations, supply_ def _test_default_mech_vent_values(hpxml, is_shared_system, hours_in_operation, fan_power, flow_rate, cfis_vent_mode_airflow_fraction = nil, cfis_addtl_runtime_operating_mode = nil) - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation && !f.is_cfis_supplemental_fan? }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation && !f.is_cfis_supplemental_fan? } assert_equal(is_shared_system, vent_fan.is_shared_system) assert_equal(hours_in_operation, vent_fan.hours_in_operation) - assert_in_epsilon(fan_power, vent_fan.fan_power, 0.01) - assert_in_epsilon(flow_rate, vent_fan.rated_flow_rate.to_f + vent_fan.calculated_flow_rate.to_f + vent_fan.tested_flow_rate.to_f + vent_fan.delivered_ventilation.to_f, 0.01) + assert_in_delta(fan_power, vent_fan.fan_power, 0.1) + assert_in_delta(flow_rate, vent_fan.rated_flow_rate.to_f + vent_fan.calculated_flow_rate.to_f + vent_fan.tested_flow_rate.to_f + vent_fan.delivered_ventilation.to_f, 0.1) if cfis_vent_mode_airflow_fraction.nil? assert_nil(vent_fan.cfis_vent_mode_airflow_fraction) else @@ -3841,7 +4302,7 @@ def _test_default_mech_vent_values(hpxml, is_shared_system, hours_in_operation, end def _test_default_mech_vent_suppl_values(hpxml, is_shared_system, hours_in_operation, fan_power, flow_rate) - vent_fan = hpxml.ventilation_fans.select { |f| f.used_for_whole_building_ventilation && f.is_cfis_supplemental_fan? }[0] + vent_fan = hpxml.ventilation_fans.find { |f| f.used_for_whole_building_ventilation && f.is_cfis_supplemental_fan? } assert_equal(is_shared_system, vent_fan.is_shared_system) if hours_in_operation.nil? @@ -3853,20 +4314,20 @@ def _test_default_mech_vent_suppl_values(hpxml, is_shared_system, hours_in_opera assert_in_epsilon(flow_rate, vent_fan.rated_flow_rate.to_f + vent_fan.calculated_flow_rate.to_f + vent_fan.tested_flow_rate.to_f + vent_fan.delivered_ventilation.to_f, 0.01) end - def _test_default_kitchen_fan_values(hpxml, quantity, flow_rate, hours_in_operation, fan_power, start_hour) - kitchen_fan = hpxml.ventilation_fans.select { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationKitchen }[0] + def _test_default_kitchen_fan_values(hpxml, count, flow_rate, hours_in_operation, fan_power, start_hour) + kitchen_fan = hpxml.ventilation_fans.find { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationKitchen } - assert_equal(quantity, kitchen_fan.quantity) + assert_equal(count, kitchen_fan.count) assert_equal(flow_rate, kitchen_fan.rated_flow_rate.to_f + kitchen_fan.calculated_flow_rate.to_f + kitchen_fan.tested_flow_rate.to_f + kitchen_fan.delivered_ventilation.to_f) assert_equal(hours_in_operation, kitchen_fan.hours_in_operation) assert_equal(fan_power, kitchen_fan.fan_power) assert_equal(start_hour, kitchen_fan.start_hour) end - def _test_default_bath_fan_values(hpxml, quantity, flow_rate, hours_in_operation, fan_power, start_hour) - bath_fan = hpxml.ventilation_fans.select { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationBath }[0] + def _test_default_bath_fan_values(hpxml, count, flow_rate, hours_in_operation, fan_power, start_hour) + bath_fan = hpxml.ventilation_fans.find { |f| f.used_for_local_ventilation && f.fan_location == HPXML::LocationBath } - assert_equal(quantity, bath_fan.quantity) + assert_equal(count, bath_fan.count) assert_equal(flow_rate, bath_fan.rated_flow_rate.to_f + bath_fan.calculated_flow_rate.to_f + bath_fan.tested_flow_rate.to_f + bath_fan.delivered_ventilation.to_f) assert_equal(hours_in_operation, bath_fan.hours_in_operation) assert_equal(fan_power, bath_fan.fan_power) @@ -3874,7 +4335,7 @@ def _test_default_bath_fan_values(hpxml, quantity, flow_rate, hours_in_operation end def _test_default_whole_house_fan_values(hpxml, flow_rate, fan_power) - whf = hpxml.ventilation_fans.select { |f| f.used_for_seasonal_cooling_load_reduction }[0] + whf = hpxml.ventilation_fans.find { |f| f.used_for_seasonal_cooling_load_reduction } assert_equal(flow_rate, whf.rated_flow_rate.to_f + whf.calculated_flow_rate.to_f + whf.tested_flow_rate.to_f + whf.delivered_ventilation.to_f) assert_equal(fan_power, whf.fan_power) @@ -3975,45 +4436,47 @@ def _test_default_solar_thermal_values(solar_thermal_system, storage_volume, azi def _test_default_pv_system_values(hpxml, interver_efficiency, system_loss_frac, is_shared_system, location, tracking, module_type, azimuth) hpxml.pv_systems.each do |pv| assert_equal(is_shared_system, pv.is_shared_system) - assert_equal(interver_efficiency, pv.inverter_efficiency) assert_in_epsilon(system_loss_frac, pv.system_losses_fraction, 0.01) assert_equal(location, pv.location) assert_equal(tracking, pv.tracking) assert_equal(module_type, pv.module_type) assert_equal(azimuth, pv.array_azimuth) end + hpxml.inverters.each do |inv| + assert_equal(interver_efficiency, inv.inverter_efficiency) + end end - def _test_default_battery_values(hpxml, nominal_capacity_kwh, nominal_capacity_ah, usable_capacity_kwh, usable_capacity_ah, + def _test_default_battery_values(battery, nominal_capacity_kwh, nominal_capacity_ah, usable_capacity_kwh, usable_capacity_ah, rated_power_output, location, lifetime_model, round_trip_efficiency) if nominal_capacity_kwh.nil? - assert_nil(hpxml.batteries[0].nominal_capacity_kwh) + assert_nil(battery.nominal_capacity_kwh) else - assert_equal(nominal_capacity_kwh, hpxml.batteries[0].nominal_capacity_kwh) + assert_equal(nominal_capacity_kwh, battery.nominal_capacity_kwh) end if nominal_capacity_ah.nil? - assert_nil(hpxml.batteries[0].nominal_capacity_ah) + assert_nil(battery.nominal_capacity_ah) else - assert_equal(nominal_capacity_ah, hpxml.batteries[0].nominal_capacity_ah) + assert_equal(nominal_capacity_ah, battery.nominal_capacity_ah) end if usable_capacity_kwh.nil? - assert_nil(hpxml.batteries[0].usable_capacity_kwh) + assert_nil(battery.usable_capacity_kwh) else - assert_equal(usable_capacity_kwh, hpxml.batteries[0].usable_capacity_kwh) + assert_equal(usable_capacity_kwh, battery.usable_capacity_kwh) end if usable_capacity_ah.nil? - assert_nil(hpxml.batteries[0].usable_capacity_ah) + assert_nil(battery.usable_capacity_ah) else - assert_equal(usable_capacity_ah, hpxml.batteries[0].usable_capacity_ah) + assert_equal(usable_capacity_ah, battery.usable_capacity_ah) end - assert_equal(rated_power_output, hpxml.batteries[0].rated_power_output) - assert_equal(location, hpxml.batteries[0].location) + assert_equal(rated_power_output, battery.rated_power_output) + assert_equal(location, battery.location) if lifetime_model.nil? - assert_nil(hpxml.batteries[0].lifetime_model) + assert_nil(battery.lifetime_model) else - assert_equal(lifetime_model, hpxml.batteries[0].lifetime_model) + assert_equal(lifetime_model, battery.lifetime_model) end - assert_equal(round_trip_efficiency, hpxml.batteries[0].round_trip_efficiency) + assert_equal(round_trip_efficiency, battery.round_trip_efficiency) end def _test_default_generator_values(hpxml, is_shared_system) @@ -4280,8 +4743,8 @@ def _test_default_lighting_values(hpxml, interior_usage_multiplier, garage_usage end end - def _test_default_ceiling_fan_values(ceiling_fan, quantity, efficiency, weekday_sch, weekend_sch, monthly_mults) - assert_equal(quantity, ceiling_fan.quantity) + def _test_default_ceiling_fan_values(ceiling_fan, count, efficiency, weekday_sch, weekend_sch, monthly_mults) + assert_equal(count, ceiling_fan.count) assert_in_epsilon(efficiency, ceiling_fan.efficiency, 0.01) if weekday_sch.nil? assert_nil(ceiling_fan.weekday_fractions) @@ -4333,8 +4796,8 @@ def _test_default_pool_heater_values(pool, load_units, load_value, usage_multipl end end - def _test_default_pool_pump_values(pool, kWh_per_year, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) - assert_in_epsilon(kWh_per_year, pool.pump_kwh_per_year, 0.01) + def _test_default_pool_pump_values(pool, kwh_per_year, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) + assert_in_epsilon(kwh_per_year, pool.pump_kwh_per_year, 0.01) assert_equal(usage_multiplier, pool.pump_usage_multiplier) assert_equal(weekday_sch, pool.pump_weekday_fractions) assert_equal(weekend_sch, pool.pump_weekend_fractions) @@ -4374,18 +4837,18 @@ def _test_default_hot_tub_heater_values(hot_tub, load_units, load_value, usage_m end end - def _test_default_hot_tub_pump_values(hot_tub, kWh_per_year, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) - assert_in_epsilon(kWh_per_year, hot_tub.pump_kwh_per_year, 0.01) + def _test_default_hot_tub_pump_values(hot_tub, kwh_per_year, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) + assert_in_epsilon(kwh_per_year, hot_tub.pump_kwh_per_year, 0.01) assert_equal(usage_multiplier, hot_tub.pump_usage_multiplier) assert_equal(weekday_sch, hot_tub.pump_weekday_fractions) assert_equal(weekend_sch, hot_tub.pump_weekend_fractions) assert_equal(monthly_mults, hot_tub.pump_monthly_multipliers) end - def _test_default_plug_load_values(hpxml, load_type, kWh_per_year, frac_sensible, frac_latent, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) - pl = hpxml.plug_loads.select { |pl| pl.plug_load_type == load_type }[0] + def _test_default_plug_load_values(hpxml, load_type, kwh_per_year, frac_sensible, frac_latent, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) + pl = hpxml.plug_loads.find { |pl| pl.plug_load_type == load_type } - assert_in_epsilon(kWh_per_year, pl.kWh_per_year, 0.01) + assert_in_epsilon(kwh_per_year, pl.kwh_per_year, 0.01) assert_equal(usage_multiplier, pl.usage_multiplier) assert_in_epsilon(frac_sensible, pl.frac_sensible, 0.01) assert_in_epsilon(frac_latent, pl.frac_latent, 0.01) @@ -4395,7 +4858,7 @@ def _test_default_plug_load_values(hpxml, load_type, kWh_per_year, frac_sensible end def _test_default_fuel_load_values(hpxml, load_type, therm_per_year, frac_sensible, frac_latent, usage_multiplier, weekday_sch, weekend_sch, monthly_mults) - fl = hpxml.fuel_loads.select { |fl| fl.fuel_load_type == load_type }[0] + fl = hpxml.fuel_loads.find { |fl| fl.fuel_load_type == load_type } assert_in_epsilon(therm_per_year, fl.therm_per_year, 0.01) assert_equal(usage_multiplier, fl.usage_multiplier) diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_enclosure.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_enclosure.rb index 03c45caf..b157474c 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_enclosure.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_enclosure.rb @@ -13,13 +13,10 @@ def setup @root_path = File.absolute_path(File.join(File.dirname(__FILE__), '..', '..')) @sample_files_path = File.join(@root_path, 'workflow', 'sample_files') @tmp_hpxml_path = File.join(@sample_files_path, 'tmp.xml') - @tmp_output_path = File.join(@sample_files_path, 'tmp_output') - FileUtils.mkdir_p(@tmp_output_path) end def teardown File.delete(@tmp_hpxml_path) if File.exist? @tmp_hpxml_path - FileUtils.rm_rf(@tmp_output_path) end def test_roofs @@ -38,7 +35,7 @@ def test_roofs model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.roofs[0].id}:" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.roofs[0].id}:" } _check_surface(hpxml.roofs[0], os_surface, roof_values[:layer_names]) end @@ -54,7 +51,7 @@ def test_roofs model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.roofs[0].id}:" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.roofs[0].id}:" } _check_surface(hpxml.roofs[0], os_surface, roof_values[:layer_names]) end @@ -103,7 +100,7 @@ def test_roofs model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.roofs[i].id}:" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.roofs[i].id}:" } _check_surface(hpxml.roofs[i], os_surface, roof_values[:layer_names]) end end @@ -124,7 +121,7 @@ def test_roofs model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.roofs[0].id}:" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.roofs[0].id}:" } _check_surface(hpxml.roofs[0], os_surface, roof_values[:layer_names]) end end @@ -145,7 +142,7 @@ def test_rim_joists model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.rim_joists[0].id}:" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.rim_joists[0].id}:" } _check_surface(hpxml.rim_joists[0], os_surface, rimj_values[:layer_names]) end @@ -201,7 +198,7 @@ def test_rim_joists model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.rim_joists[i].id}:" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.rim_joists[i].id}:" } _check_surface(hpxml.rim_joists[i], os_surface, rimj_values[:layer_names]) end end @@ -223,7 +220,7 @@ def test_walls model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.walls[0].id}:" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.walls[0].id}:" } _check_surface(hpxml.walls[0], os_surface, wall_values[:layer_names]) end @@ -283,7 +280,7 @@ def test_walls model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.walls[i].id}:" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.walls[i].id}:" } _check_surface(hpxml.walls[i], os_surface, wall_values[:layer_names]) end end @@ -305,7 +302,7 @@ def test_foundation_walls model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s == hpxml.foundation_walls[0].id }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s == hpxml.foundation_walls[0].id } _check_surface(hpxml.foundation_walls[0], os_surface, wall_values[:layer_names]) end @@ -327,7 +324,7 @@ def test_foundation_walls model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s == hpxml.foundation_walls[0].id }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s == hpxml.foundation_walls[0].id } _check_surface(hpxml.foundation_walls[0], os_surface, wall_values[:layer_names]) end @@ -352,7 +349,7 @@ def test_foundation_walls model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s == hpxml.foundation_walls[0].id }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s == hpxml.foundation_walls[0].id } _check_surface(hpxml.foundation_walls[0], os_surface, wall_values[:layer_names]) end end @@ -373,7 +370,7 @@ def test_ceilings model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s == hpxml.floors[1].id }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s == hpxml.floors[1].id } _check_surface(hpxml.floors[1], os_surface, ceiling_values[:layer_names]) end @@ -401,7 +398,7 @@ def test_ceilings model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.floors[i].id}" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.floors[i].id}" } _check_surface(hpxml.floors[i], os_surface, ceiling_values[:layer_names]) end end @@ -423,7 +420,7 @@ def test_floors model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s == hpxml.floors[0].id }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s == hpxml.floors[0].id } _check_surface(hpxml.floors[0], os_surface, floor_values[:layer_names]) end @@ -451,7 +448,7 @@ def test_floors model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s.start_with? "#{hpxml.floors[i].id}" }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s.start_with? "#{hpxml.floors[i].id}" } _check_surface(hpxml.floors[i], os_surface, floor_values[:layer_names]) end end @@ -489,7 +486,7 @@ def test_slabs model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSurfaces.select { |s| s.name.to_s == hpxml.slabs[0].id }[0] + os_surface = model.getSurfaces.find { |s| s.name.to_s == hpxml.slabs[0].id } _check_surface(hpxml.slabs[0], os_surface, slab_values[:layer_names]) end end @@ -501,7 +498,7 @@ def test_windows # Check window properties hpxml.windows.each do |window| - os_window = model.getSubSurfaces.select { |w| w.name.to_s == window.id }[0] + os_window = model.getSubSurfaces.find { |w| w.name.to_s == window.id } os_simple_glazing = os_window.construction.get.to_LayeredConstruction.get.getLayer(0).to_SimpleGlazing.get assert_equal(window.shgc, os_simple_glazing.solarHeatGainCoefficient) @@ -521,7 +518,7 @@ def test_windows # Check window properties hpxml.windows.each do |window| - os_window = model.getSubSurfaces.select { |w| w.name.to_s == window.id }[0] + os_window = model.getSubSurfaces.find { |w| w.name.to_s == window.id } os_simple_glazing = os_window.construction.get.to_LayeredConstruction.get.getLayer(0).to_SimpleGlazing.get assert_equal(0.36, os_simple_glazing.solarHeatGainCoefficient) @@ -553,7 +550,7 @@ def test_windows sf_winter *= window.exterior_shading_factor_winter unless window.exterior_shading_factor_winter.nil? # Check shading transmittance for sky beam and sky diffuse - os_shading_surface = model.getShadingSurfaces.select { |ss| ss.name.to_s.start_with? window.id }[0] + os_shading_surface = model.getShadingSurfaces.find { |ss| ss.name.to_s.start_with? window.id } if (sf_summer == 1) && (sf_winter == 1) assert_nil(os_shading_surface) # No shading else @@ -571,7 +568,7 @@ def test_windows # Check subsurface view factor to ground subsurface_view_factor = 0.5 - window_actuator = model.getEnergyManagementSystemActuators.select { |w| w.actuatedComponent.get.name.to_s == window.id }[0] + window_actuator = model.getEnergyManagementSystemActuators.find { |w| w.actuatedComponent.get.name.to_s == window.id } program_values = get_ems_values(model.getEnergyManagementSystemPrograms, 'fixedwindow view factor to ground program') assert_equal(subsurface_view_factor, program_values["#{window_actuator.name}"][0]) end @@ -585,7 +582,7 @@ def test_skylights # Check skylight properties hpxml.skylights.each do |skylight| - os_skylight = model.getSubSurfaces.select { |w| w.name.to_s == skylight.id }[0] + os_skylight = model.getSubSurfaces.find { |w| w.name.to_s == skylight.id } os_simple_glazing = os_skylight.construction.get.to_LayeredConstruction.get.getLayer(0).to_SimpleGlazing.get assert_equal(skylight.shgc, os_simple_glazing.solarHeatGainCoefficient) @@ -617,7 +614,7 @@ def test_skylights sf_winter *= skylight.exterior_shading_factor_winter unless skylight.exterior_shading_factor_winter.nil? # Check shading transmittance for sky beam and sky diffuse - os_shading_surface = model.getShadingSurfaces.select { |ss| ss.name.to_s.start_with? skylight.id }[0] + os_shading_surface = model.getShadingSurfaces.find { |ss| ss.name.to_s.start_with? skylight.id } if (sf_summer == 1) && (sf_winter == 1) assert_nil(os_shading_surface) # No shading else @@ -635,7 +632,7 @@ def test_skylights # Check subsurface view factor to ground subsurface_view_factor = 0.05 # 6:12 pitch - skylight_actuator = model.getEnergyManagementSystemActuators.select { |w| w.actuatedComponent.get.name.to_s == skylight.id }[0] + skylight_actuator = model.getEnergyManagementSystemActuators.find { |w| w.actuatedComponent.get.name.to_s == skylight.id } program_values = get_ems_values(model.getEnergyManagementSystemPrograms, 'skylight view factor to ground program') assert_equal(subsurface_view_factor, program_values["#{skylight_actuator.name}"][0]) end @@ -658,7 +655,7 @@ def test_doors model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getSubSurfaces.select { |s| s.name.to_s == hpxml.doors[0].id }[0] + os_surface = model.getSubSurfaces.find { |s| s.name.to_s == hpxml.doors[0].id } _check_surface(hpxml.doors[0], os_surface, door_values[:layer_names]) end end @@ -673,7 +670,7 @@ def test_partition_wall_mass model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getInternalMassDefinitions.select { |s| s.name.to_s == 'partition wall mass' }[0] + os_surface = model.getInternalMassDefinitions.find { |s| s.name.to_s == 'partition wall mass' } _check_surface(hpxml.partition_wall_mass, os_surface, partition_wall_mass_layer_names) end @@ -687,45 +684,10 @@ def test_furniture_mass model, hpxml = _test_measure(args_hash) # Check properties - os_surface = model.getInternalMassDefinitions.select { |s| s.name.to_s.start_with?('furniture mass living space') }[0] + os_surface = model.getInternalMassDefinitions.find { |s| s.name.to_s.start_with?('furniture mass living space') } _check_surface(hpxml.furniture_mass, os_surface, furniture_mass_layer_names) end - def test_compartmentaliztion_area - # Test single-family detached - hpxml = _create_hpxml('base.xml') - total_area, exterior_area = hpxml.compartmentalization_boundary_areas() - a_ext_ratio = exterior_area / total_area - assert_equal(1.0, a_ext_ratio) - - hpxml = _create_hpxml('base-foundation-unconditioned-basement.xml') - total_area, exterior_area = hpxml.compartmentalization_boundary_areas() - a_ext_ratio = exterior_area / total_area - assert_equal(1.0, a_ext_ratio) - - hpxml = _create_hpxml('base-atticroof-cathedral.xml') - total_area, exterior_area = hpxml.compartmentalization_boundary_areas() - a_ext_ratio = exterior_area / total_area - assert_equal(1.0, a_ext_ratio) - - # Test single-family attached - hpxml = _create_hpxml('base-bldgtype-single-family-attached.xml') - total_area, exterior_area = hpxml.compartmentalization_boundary_areas() - a_ext_ratio = exterior_area / total_area - assert_in_delta(0.840, a_ext_ratio, 0.001) - - hpxml.attics[0].within_infiltration_volume = true - total_area, exterior_area = hpxml.compartmentalization_boundary_areas() - a_ext_ratio = exterior_area / total_area - assert_in_delta(0.817, a_ext_ratio, 0.001) - - # Test multifamily - hpxml = _create_hpxml('base-bldgtype-multifamily.xml') - total_area, exterior_area = hpxml.compartmentalization_boundary_areas() - a_ext_ratio = exterior_area / total_area - assert_in_delta(0.247, a_ext_ratio, 0.001) - end - def test_kiva_initial_temperatures initial_temps = { 'base.xml' => 68.0, # foundation adjacent to conditioned space, IECC zone 5 'base-foundation-conditioned-crawlspace.xml' => 68.0, # foundation adjacent to conditioned space, IECC zone 5 @@ -746,11 +708,99 @@ def test_kiva_initial_temperatures end end + def test_collapse_surfaces + def split_surfaces(surfaces, should_collapse_surfaces) + surf_class = surfaces[0].class + for n in 1..surfaces.size + surfaces[n - 1].area /= 9.0 + surfaces[n - 1].exposed_perimeter /= 9.0 if surf_class == HPXML::Slab + for i in 2..9 + surfaces << surfaces[n - 1].dup + surfaces[-1].id += "_#{i}" + next if should_collapse_surfaces + + # Change a property to a unique value so that it won't collapse + # with other properties of the same surface type. + if [HPXML::Roof, HPXML::Wall, HPXML::RimJoist, HPXML::Floor].include? surf_class + surfaces[-1].insulation_assembly_r_value += 0.01 * i + elsif [HPXML::FoundationWall].include? surf_class + surfaces[-1].insulation_exterior_r_value += 0.01 * i + elsif [HPXML::Slab].include? surf_class + if i < 4 + surfaces[-1].perimeter_insulation_depth += 0.01 * i + else + surfaces[-1].perimeter_insulation_r_value += 0.01 * i + end + elsif [HPXML::Window, HPXML::Skylight].include? surf_class + if i < 3 + surfaces[-1].ufactor += 0.01 * i + elsif i < 6 + surfaces[-1].interior_shading_factor_summer -= 0.02 * i + else + surfaces[-1].interior_shading_factor_winter -= 0.01 * i + if surf_class == HPXML::Window + surfaces[-1].fraction_operable = 1.0 - surfaces[-1].fraction_operable + end + end + elsif [HPXML::Door].include? surf_class + surfaces[-1].r_value += 0.01 * i + else + fail 'Unexpected surface type.' + end + end + end + surfaces << surfaces[-1].dup + surfaces[-1].id += '_tiny' + surfaces[-1].area = 0.05 + surfaces[-1].exposed_perimeter = 0.05 if surf_class == HPXML::Slab + end + + def get_num_surfaces_by_type(hpxml) + return { roofs: hpxml.roofs.size, + walls: hpxml.walls.size, + rim_joists: hpxml.rim_joists.size, + foundation_walls: hpxml.foundation_walls.size, + floors: hpxml.floors.size, + slabs: hpxml.slabs.size, + windows: hpxml.windows.size, + skylights: hpxml.skylights.size, + doors: hpxml.doors.size } + end + + [true, false].each do |should_collapse_surfaces| + hpxml = _create_hpxml('base-enclosure-skylights.xml') + + orig_num_surfaces_by_type = get_num_surfaces_by_type(hpxml) + + split_surfaces(hpxml.roofs, should_collapse_surfaces) + split_surfaces(hpxml.rim_joists, should_collapse_surfaces) + split_surfaces(hpxml.walls, should_collapse_surfaces) + split_surfaces(hpxml.foundation_walls, should_collapse_surfaces) + split_surfaces(hpxml.floors, should_collapse_surfaces) + split_surfaces(hpxml.slabs, should_collapse_surfaces) + split_surfaces(hpxml.windows, should_collapse_surfaces) + split_surfaces(hpxml.skylights, should_collapse_surfaces) + split_surfaces(hpxml.doors, should_collapse_surfaces) + + split_num_surfaces_by_type = get_num_surfaces_by_type(hpxml) + hpxml.collapse_enclosure_surfaces() + final_num_surfaces_by_type = get_num_surfaces_by_type(hpxml) + + for surf_type in orig_num_surfaces_by_type.keys + if should_collapse_surfaces + assert_equal(orig_num_surfaces_by_type[surf_type], final_num_surfaces_by_type[surf_type]) + else + assert_equal(split_num_surfaces_by_type[surf_type] - 1, final_num_surfaces_by_type[surf_type]) + end + end + end + end + def test_aspect_ratios # Test single-family attached - hpxml = _create_hpxml('base-bldgtype-single-family-attached.xml') - wall_outside = hpxml.walls.select { |w| w.exterior_adjacent_to == HPXML::LocationOutside && w.interior_adjacent_to == HPXML::LocationLivingSpace }[0] - wall_other_housing_unit = hpxml.walls.select { |w| w.exterior_adjacent_to == HPXML::LocationOtherHousingUnit && w.interior_adjacent_to == HPXML::LocationLivingSpace }[0] + hpxml = _create_hpxml('base-bldgtype-attached.xml') + wall_outside = hpxml.walls.find { |w| w.exterior_adjacent_to == HPXML::LocationOutside && w.interior_adjacent_to == HPXML::LocationLivingSpace } + wall_other_housing_unit = hpxml.walls.find { |w| w.exterior_adjacent_to == HPXML::LocationOtherHousingUnit && w.interior_adjacent_to == HPXML::LocationLivingSpace } wall_height = hpxml.building_construction.average_ceiling_height left_right_wall_length = wall_other_housing_unit.area / wall_height @@ -759,8 +809,8 @@ def test_aspect_ratios # Test multifamily hpxml = _create_hpxml('base-bldgtype-multifamily.xml') - wall_outside = hpxml.walls.select { |w| w.exterior_adjacent_to == HPXML::LocationOutside && w.interior_adjacent_to == HPXML::LocationLivingSpace }[0] - wall_other_housing_unit = hpxml.walls.select { |w| w.exterior_adjacent_to == HPXML::LocationOtherHousingUnit && w.interior_adjacent_to == HPXML::LocationLivingSpace }[0] + wall_outside = hpxml.walls.find { |w| w.exterior_adjacent_to == HPXML::LocationOutside && w.interior_adjacent_to == HPXML::LocationLivingSpace } + wall_other_housing_unit = hpxml.walls.find { |w| w.exterior_adjacent_to == HPXML::LocationOtherHousingUnit && w.interior_adjacent_to == HPXML::LocationLivingSpace } wall_height = hpxml.building_construction.average_ceiling_height left_right_wall_length = wall_other_housing_unit.area / wall_height diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb index 1acd018b..195ed10e 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_generator.rb @@ -30,10 +30,10 @@ def test_generator # Check object assert_equal(EPlus.fuel_type(hpxml_generator.fuel_type), generator.fuelType) - assert_in_epsilon(57.1, generator.referenceElectricalPowerOutput, 0.01) - assert_in_epsilon(57.1, generator.minimumFullLoadElectricalPowerOutput, 0.01) - assert_in_epsilon(57.1, generator.maximumFullLoadElectricalPowerOutput, 0.01) - assert_in_epsilon(0.2, generator.referenceElectricalEfficiencyUsingLowerHeatingValue, 0.01) + assert_in_epsilon(137.0, generator.referenceElectricalPowerOutput, 0.01) + assert_in_epsilon(137.0, generator.minimumFullLoadElectricalPowerOutput, 0.01) + assert_in_epsilon(137.0, generator.maximumFullLoadElectricalPowerOutput, 0.01) + assert_in_epsilon(0.48, generator.referenceElectricalEfficiencyUsingLowerHeatingValue, 0.01) assert_equal(generator.fuelHigherHeatingValue, generator.fuelLowerHeatingValue) assert_equal(0, generator.standbyPower) assert_equal(0, generator.ancillaryPower) @@ -50,10 +50,10 @@ def test_generator_shared # Check object assert_equal(EPlus.fuel_type(hpxml_generator.fuel_type), generator.fuelType) - assert_in_epsilon(95.1, generator.referenceElectricalPowerOutput, 0.01) - assert_in_epsilon(95.1, generator.minimumFullLoadElectricalPowerOutput, 0.01) - assert_in_epsilon(95.1, generator.maximumFullLoadElectricalPowerOutput, 0.01) - assert_in_epsilon(0.2, generator.referenceElectricalEfficiencyUsingLowerHeatingValue, 0.01) + assert_in_epsilon(228.3, generator.referenceElectricalPowerOutput, 0.01) + assert_in_epsilon(228.3, generator.minimumFullLoadElectricalPowerOutput, 0.01) + assert_in_epsilon(228.3, generator.maximumFullLoadElectricalPowerOutput, 0.01) + assert_in_epsilon(0.48, generator.referenceElectricalEfficiencyUsingLowerHeatingValue, 0.01) assert_equal(generator.fuelHigherHeatingValue, generator.fuelLowerHeatingValue) assert_equal(0, generator.standbyPower) assert_equal(0, generator.ancillaryPower) diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb index 692dfb27..6aa44233 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hotwater_appliance.rb @@ -961,7 +961,7 @@ def test_usage_multiplier def test_operational args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-calctype-operational.xml')) + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-residents-1.xml')) model, _hpxml = _test_measure(args_hash) # water use equipment peak flows diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb index 687a56a3..95302693 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac.rb @@ -479,19 +479,45 @@ def test_air_to_air_heat_pump_1_speed end end - def test_air_to_air_heat_pump_1_speed_backup_lockout_temperature - args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml')) - model, hpxml = _test_measure(args_hash) + def test_heat_pump_temperatures + ['base-hvac-air-to-air-heat-pump-1-speed.xml', + 'base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml', + 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml', + 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml', + 'base-hvac-mini-split-heat-pump-ductless.xml', + 'base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml'].each do |hpxml_name| + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, hpxml_name)) + model, hpxml = _test_measure(args_hash) - # Get HPXML values - heat_pump = hpxml.heat_pumps[0] - lockout_temperature = UnitConversions.convert(heat_pump.backup_heating_lockout_temp, 'F', 'C') + # Get HPXML values + heat_pump = hpxml.heat_pumps[0] + if not heat_pump.backup_heating_switchover_temp.nil? + backup_lockout_temp = UnitConversions.convert(heat_pump.backup_heating_switchover_temp, 'F', 'C') + compressor_lockout_temp = UnitConversions.convert(heat_pump.backup_heating_switchover_temp, 'F', 'C') + else + if not heat_pump.backup_heating_lockout_temp.nil? + backup_lockout_temp = UnitConversions.convert(heat_pump.backup_heating_lockout_temp, 'F', 'C') + end + if not heat_pump.compressor_lockout_temp.nil? + compressor_lockout_temp = UnitConversions.convert(heat_pump.compressor_lockout_temp, 'F', 'C') + end + end - # Check unitary system - assert_equal(1, model.getAirLoopHVACUnitarySystems.size) - unitary_system = model.getAirLoopHVACUnitarySystems[0] - assert_in_delta(lockout_temperature, unitary_system.maximumOutdoorDryBulbTemperatureforSupplementalHeaterOperation, 0.01) + # Check unitary system + assert_equal(1, model.getAirLoopHVACUnitarySystems.size) + unitary_system = model.getAirLoopHVACUnitarySystems[0] + if not backup_lockout_temp.nil? + assert_in_delta(backup_lockout_temp, unitary_system.maximumOutdoorDryBulbTemperatureforSupplementalHeaterOperation, 0.01) + end + + # Check coil + assert_equal(1, model.getCoilHeatingDXSingleSpeeds.size + model.getCoilHeatingDXMultiSpeeds.size) + if not compressor_lockout_temp.nil? + heating_coil = model.getCoilHeatingDXSingleSpeeds.size > 0 ? model.getCoilHeatingDXSingleSpeeds[0] : model.getCoilHeatingDXMultiSpeeds[0] + assert_in_delta(compressor_lockout_temp, heating_coil.minimumOutdoorDryBulbTemperatureforCompressorOperation, 0.01) + end + end end def test_air_to_air_heat_pump_2_speed @@ -1105,6 +1131,20 @@ def test_custom_seasons assert_includes(end_dates, end_date) end + def test_crankcase_heater_watts + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-hvac-crankcase-heater-40w.xml')) + model, hpxml = _test_measure(args_hash) + + # Get HPXML values + cooling_system = hpxml.cooling_systems[0] + crankcase_heater_watts = cooling_system.crankcase_heater_watts + + # Check cooling coil + clg_coil = model.getCoilCoolingDXSingleSpeeds[0] + assert_in_epsilon(crankcase_heater_watts, clg_coil.crankcaseHeaterCapacity, 0.01) + end + def _test_measure(args_hash) # create an instance of the measure measure = HPXMLtoOpenStudio.new diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac_sizing.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac_sizing.rb index 267c264d..3566c8cb 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac_sizing.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_hvac_sizing.rb @@ -8,8 +8,110 @@ require_relative '../resources/util.rb' class HPXMLtoOpenStudioHVACSizingTest < MiniTest::Test - def sample_files_dir - return File.join(File.dirname(__FILE__), '..', '..', 'workflow', 'sample_files') + def setup + @root_path = File.absolute_path(File.join(File.dirname(__FILE__), '..', '..')) + @sample_files_path = File.join(@root_path, 'workflow', 'sample_files') + @test_files_path = File.join(@root_path, 'workflow', 'tests') + @tmp_hpxml_path = File.join(@sample_files_path, 'tmp.xml') + end + + def teardown + File.delete(@tmp_hpxml_path) if File.exist? @tmp_hpxml_path + end + + def test_acca_block_load_residences + default_tol_btuh = 500 + + # Vatilo Residence + # Expected values from Figure 7-4 + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(@test_files_path, 'ACCA_Examples', 'Vatilo_Residence.xml')) + _model, hpxml = _test_measure(args_hash) + assert_in_delta(9147, hpxml.hvac_plant.hdl_ducts, 2000) + assert_in_delta(4234, hpxml.hvac_plant.hdl_windows, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.hdl_skylights, default_tol_btuh) + assert_in_delta(574, hpxml.hvac_plant.hdl_doors, default_tol_btuh) + assert_in_delta(2874, hpxml.hvac_plant.hdl_walls, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.hdl_roofs, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.hdl_floors, default_tol_btuh) + assert_in_delta(7415, hpxml.hvac_plant.hdl_slabs, default_tol_btuh) + assert_in_delta(1498, hpxml.hvac_plant.hdl_ceilings, default_tol_btuh) + assert_in_delta(3089, hpxml.hvac_plant.hdl_infilvent, default_tol_btuh) + assert_in_delta(9973, hpxml.hvac_plant.cdl_sens_ducts, 1500) + assert_in_delta(5295, hpxml.hvac_plant.cdl_sens_windows, 1500) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_skylights, default_tol_btuh) + assert_in_delta(456, hpxml.hvac_plant.cdl_sens_doors, default_tol_btuh) + assert_in_delta(1715, hpxml.hvac_plant.cdl_sens_walls, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_roofs, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_floors, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_slabs, default_tol_btuh) + assert_in_delta(2112, hpxml.hvac_plant.cdl_sens_ceilings, default_tol_btuh) + assert_in_delta(769, hpxml.hvac_plant.cdl_sens_infilvent, default_tol_btuh) + assert_in_delta(3090, hpxml.hvac_plant.cdl_sens_intgains, default_tol_btuh) + assert_in_delta(2488, hpxml.hvac_plant.cdl_lat_ducts, 1500) + assert_in_delta(1276, hpxml.hvac_plant.cdl_lat_infilvent, default_tol_btuh) + assert_in_delta(600, hpxml.hvac_plant.cdl_lat_intgains, default_tol_btuh) + + # Section 8: Victor Residence + # Expected values from Figure 8-3 + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(@test_files_path, 'ACCA_Examples', 'Victor_Residence.xml')) + _model, hpxml = _test_measure(args_hash) + assert_in_delta(29137, hpxml.hvac_plant.hdl_ducts, 12000) + assert_in_delta(9978, hpxml.hvac_plant.hdl_windows, default_tol_btuh) + assert_in_delta(471, hpxml.hvac_plant.hdl_skylights, default_tol_btuh) + assert_in_delta(984, hpxml.hvac_plant.hdl_doors, default_tol_btuh) + assert_in_delta(6305, hpxml.hvac_plant.hdl_walls, default_tol_btuh) + assert_in_delta(7069, hpxml.hvac_plant.hdl_roofs, default_tol_btuh) + assert_in_delta(6044, hpxml.hvac_plant.hdl_floors, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.hdl_slabs, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.hdl_ceilings, default_tol_btuh) + assert_in_delta(21426, hpxml.hvac_plant.hdl_infilvent, default_tol_btuh) + assert_in_delta(5602, hpxml.hvac_plant.cdl_sens_ducts, 3000) + assert_in_delta(4706, hpxml.hvac_plant.cdl_sens_windows, default_tol_btuh) + assert_in_delta(1409, hpxml.hvac_plant.cdl_sens_skylights, default_tol_btuh) + assert_in_delta(382, hpxml.hvac_plant.cdl_sens_doors, default_tol_btuh) + assert_in_delta(1130, hpxml.hvac_plant.cdl_sens_walls, default_tol_btuh) + assert_in_delta(2743, hpxml.hvac_plant.cdl_sens_roofs, default_tol_btuh) + assert_in_delta(1393, hpxml.hvac_plant.cdl_sens_floors, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_slabs, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_ceilings, default_tol_btuh) + assert_in_delta(2504, hpxml.hvac_plant.cdl_sens_infilvent, default_tol_btuh) + assert_in_delta(4520, hpxml.hvac_plant.cdl_sens_intgains, default_tol_btuh) + assert_in_delta(6282, hpxml.hvac_plant.cdl_lat_ducts, 5000) + assert_in_delta(4644, hpxml.hvac_plant.cdl_lat_infilvent, default_tol_btuh) + assert_in_delta(800, hpxml.hvac_plant.cdl_lat_intgains, default_tol_btuh) + + # Section 9: Long Residence + # Modeled as a fully conditioned basement (e.g., no duct losses) for block load calculation + # Expected values from Figure 9-3 + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(@test_files_path, 'ACCA_Examples', 'Long_Residence.xml')) + _model, hpxml = _test_measure(args_hash) + assert_in_delta(0, hpxml.hvac_plant.hdl_ducts, default_tol_btuh) + assert_in_delta(8315, hpxml.hvac_plant.hdl_windows, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.hdl_skylights, default_tol_btuh) + assert_in_delta(1006, hpxml.hvac_plant.hdl_doors, default_tol_btuh) + assert_in_delta(16608, hpxml.hvac_plant.hdl_walls, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.hdl_roofs, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.hdl_floors, default_tol_btuh) + assert_in_delta(2440, hpxml.hvac_plant.hdl_slabs, default_tol_btuh) + assert_in_delta(5435, hpxml.hvac_plant.hdl_ceilings, default_tol_btuh) + assert_in_delta(6944, hpxml.hvac_plant.hdl_infilvent, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_ducts, default_tol_btuh) + assert_in_delta(5962, hpxml.hvac_plant.cdl_sens_windows, 1000) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_skylights, default_tol_btuh) + assert_in_delta(349, hpxml.hvac_plant.cdl_sens_doors, default_tol_btuh) + assert_in_delta(1730, hpxml.hvac_plant.cdl_sens_walls, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_roofs, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_floors, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_sens_slabs, default_tol_btuh) + assert_in_delta(3624, hpxml.hvac_plant.cdl_sens_ceilings, default_tol_btuh) + assert_in_delta(565, hpxml.hvac_plant.cdl_sens_infilvent, default_tol_btuh) + assert_in_delta(3320, hpxml.hvac_plant.cdl_sens_intgains, default_tol_btuh) + assert_in_delta(0, hpxml.hvac_plant.cdl_lat_ducts, default_tol_btuh) + assert_in_delta(998, hpxml.hvac_plant.cdl_lat_infilvent, default_tol_btuh) + assert_in_delta(1200, hpxml.hvac_plant.cdl_lat_intgains, default_tol_btuh) end def test_heat_pumps @@ -23,17 +125,17 @@ def test_heat_pumps 'base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology'].each do |hpxml_file| # Run w/ ACCA sizing args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, "#{hpxml_file}-acca.xml")) + args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, "#{hpxml_file}-acca.xml")) _model_acca, hpxml_acca = _test_measure(args_hash) # Run w/ HERS sizing args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, "#{hpxml_file}-hers.xml")) + args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, "#{hpxml_file}-hers.xml")) _model_hers, hpxml_hers = _test_measure(args_hash) # Run w/ MaxLoad sizing args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, "#{hpxml_file}-maxload.xml")) + args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, "#{hpxml_file}-maxload.xml")) _model_maxload, hpxml_maxload = _test_measure(args_hash) # Check that MaxLoad >= HERS > ACCA for heat pump heating capacity @@ -48,7 +150,7 @@ def test_heat_pumps def test_heat_pump_separate_backup_systems # Run w/ ducted heat pump and ductless backup args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml')) + args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml')) _model, hpxml = _test_measure(args_hash) # Check that boiler capacity equals building heating design load w/o duct load. @@ -58,7 +160,7 @@ def test_heat_pump_separate_backup_systems # Run w/ ducted heat pump and ducted backup args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml')) + args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml')) _model, hpxml = _test_measure(args_hash) # Check that furnace capacity is between the building heating design load w/o duct load @@ -72,7 +174,7 @@ def test_heat_pump_separate_backup_systems # Run w/ ductless heat pump and ductless backup args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml')) + args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml')) _model, hpxml = _test_measure(args_hash) # Check that stove capacity equals building heating design load @@ -84,12 +186,93 @@ def test_heat_pump_separate_backup_systems def test_heat_pump_integrated_backup_systems # Check that HP backup heating capacity matches heating design load even when using MaxLoad in a hot climate (GitHub issue #1140) args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml')) + args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml')) _model, hpxml = _test_measure(args_hash) assert_equal(hpxml.heat_pumps[0].backup_heating_capacity, hpxml.hvac_plant.hdl_total) end + def test_allow_increased_fixed_capacities + # Test hard-sized capacities are increased for various equipment types + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(@tmp_hpxml_path) + + # Test air conditioner + furnace + hpxml = _create_hpxml('base-hvac-undersized-allow-increased-fixed-capacities.xml') + htg_cap = hpxml.heating_systems[0].heating_capacity + clg_cap = hpxml.cooling_systems[0].cooling_capacity + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + _model, hpxml = _test_measure(args_hash) + assert(hpxml.heating_systems[0].heating_capacity > htg_cap) + assert(hpxml.cooling_systems[0].cooling_capacity > clg_cap) + + # Test heat pump + hpxml = _create_hpxml('base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml') + hpxml.header.allow_increased_fixed_capacities = true + hpxml.heat_pumps[0].heating_capacity /= 10.0 + hpxml.heat_pumps[0].heating_capacity_17F /= 10.0 + hpxml.heat_pumps[0].backup_heating_capacity /= 10.0 + hpxml.heat_pumps[0].cooling_capacity /= 10.0 + htg_cap = hpxml.heat_pumps[0].heating_capacity + htg_17f_cap = hpxml.heat_pumps[0].heating_capacity_17F + htg_bak_cap = hpxml.heat_pumps[0].backup_heating_capacity + clg_cap = hpxml.heat_pumps[0].cooling_capacity + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + _model, hpxml = _test_measure(args_hash) + assert(hpxml.heat_pumps[0].heating_capacity > htg_cap) + assert(hpxml.heat_pumps[0].heating_capacity_17F > htg_17f_cap) + assert(hpxml.heat_pumps[0].backup_heating_capacity > htg_bak_cap) + assert(hpxml.heat_pumps[0].cooling_capacity > clg_cap) + end + + def test_manual_j_sizing_inputs + # Run base + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base.xml')) + _model, base_hpxml = _test_measure(args_hash) + + # Test heating/cooling design temps + args_hash['hpxml_path'] = File.absolute_path(@tmp_hpxml_path) + hpxml = _create_hpxml('base.xml') + hpxml.header.manualj_heating_design_temp = 0.0 + hpxml.header.manualj_cooling_design_temp = 100.0 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + _model, test_hpxml = _test_measure(args_hash) + assert_operator(test_hpxml.hvac_plant.hdl_total, :>, base_hpxml.hvac_plant.hdl_total) + assert_operator(test_hpxml.hvac_plant.cdl_sens_total, :>, base_hpxml.hvac_plant.cdl_sens_total) + + # Test heating/cooling setpoints + args_hash['hpxml_path'] = File.absolute_path(@tmp_hpxml_path) + hpxml = _create_hpxml('base.xml') + hpxml.header.manualj_heating_setpoint = 72.5 + hpxml.header.manualj_cooling_setpoint = 72.5 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + _model, test_hpxml = _test_measure(args_hash) + assert_operator(test_hpxml.hvac_plant.hdl_total, :>, base_hpxml.hvac_plant.hdl_total) + assert_operator(test_hpxml.hvac_plant.cdl_sens_total, :>, base_hpxml.hvac_plant.cdl_sens_total) + + # Test internal loads + args_hash['hpxml_path'] = File.absolute_path(@tmp_hpxml_path) + hpxml = _create_hpxml('base.xml') + hpxml.header.manualj_internal_loads_sensible = 1000.0 + hpxml.header.manualj_internal_loads_latent = 500.0 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + _model, test_hpxml = _test_measure(args_hash) + assert_equal(test_hpxml.hvac_plant.hdl_total, base_hpxml.hvac_plant.hdl_total) + assert_operator(test_hpxml.hvac_plant.cdl_sens_intgains, :<, base_hpxml.hvac_plant.cdl_sens_intgains) + assert_operator(test_hpxml.hvac_plant.cdl_lat_intgains, :>, base_hpxml.hvac_plant.cdl_lat_intgains) + + # Test number of occupants + args_hash['hpxml_path'] = File.absolute_path(@tmp_hpxml_path) + hpxml = _create_hpxml('base.xml') + hpxml.header.manualj_num_occupants = 10 + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + _model, test_hpxml = _test_measure(args_hash) + assert_equal(test_hpxml.hvac_plant.hdl_total, base_hpxml.hvac_plant.hdl_total) + assert_operator(test_hpxml.hvac_plant.cdl_sens_intgains, :>, base_hpxml.hvac_plant.cdl_sens_intgains) + assert_operator(test_hpxml.hvac_plant.cdl_lat_intgains, :>, base_hpxml.hvac_plant.cdl_lat_intgains) + end + def test_slab_f_factor def get_unins_slab() slab = HPXML::Slab.new(nil) @@ -166,4 +349,8 @@ def _test_measure(args_hash) return model, hpxml end + + def _create_hpxml(hpxml_name) + return HPXML.new(hpxml_path: File.join(@sample_files_path, hpxml_name)) + end end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb index b7ead89b..3c8340b8 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_lighting.rb @@ -27,7 +27,7 @@ def get_kwh_per_year(model, name) kwh_yr = UnitConversions.convert(hrs * ltg.exteriorLightsDefinition.designLevel * ltg.multiplier, 'Wh', 'kWh') return kwh_yr end - return + return 0.0 end def test_lighting @@ -36,12 +36,10 @@ def test_lighting model, _hpxml = _test_measure(args_hash) # Check interior lighting - int_kwh_yr = get_kwh_per_year(model, Constants.ObjectNameInteriorLighting) - assert_in_delta(1322, int_kwh_yr, 1.0) + assert_in_delta(1322, get_kwh_per_year(model, Constants.ObjectNameInteriorLighting), 1.0) # Check exterior lighting - ext_kwh_yr = get_kwh_per_year(model, Constants.ObjectNameExteriorLighting) - assert_in_delta(98, ext_kwh_yr, 1.0) + assert_in_delta(98, get_kwh_per_year(model, Constants.ObjectNameExteriorLighting), 1.0) end def test_lighting_garage @@ -50,16 +48,13 @@ def test_lighting_garage model, _hpxml = _test_measure(args_hash) # Check interior lighting - int_kwh_yr = get_kwh_per_year(model, Constants.ObjectNameInteriorLighting) - assert_in_delta(1544, int_kwh_yr, 1.0) + assert_in_delta(1544, get_kwh_per_year(model, Constants.ObjectNameInteriorLighting), 1.0) # Check garage lighting - grg_kwh_yr = get_kwh_per_year(model, Constants.ObjectNameGarageLighting) - assert_in_delta(42, grg_kwh_yr, 1.0) + assert_in_delta(42, get_kwh_per_year(model, Constants.ObjectNameGarageLighting), 1.0) # Check exterior lighting - ext_kwh_yr = get_kwh_per_year(model, Constants.ObjectNameExteriorLighting) - assert_in_delta(109, ext_kwh_yr, 1.0) + assert_in_delta(109, get_kwh_per_year(model, Constants.ObjectNameExteriorLighting), 1.0) end def test_exterior_holiday_lighting @@ -72,14 +67,42 @@ def test_exterior_holiday_lighting if hpxml_name == 'base-lighting-holiday.xml' # Check exterior holiday lighting - ext_holiday_kwh_yr = get_kwh_per_year(model, Constants.ObjectNameLightingExteriorHoliday) - assert_in_delta(58.3, ext_holiday_kwh_yr, 1.0) + assert_in_delta(58.3, get_kwh_per_year(model, Constants.ObjectNameLightingExteriorHoliday), 1.0) else assert_equal(false, hpxml.lighting.holiday_exists) end end end + def test_lighting_kwh_per_year + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-lighting-kwh-per-year.xml')) + model, hpxml = _test_measure(args_hash) + + # Check interior lighting + int_kwh_yr = hpxml.lighting_groups.find { |lg| lg.location == HPXML::LocationInterior }.kwh_per_year + assert_in_delta(int_kwh_yr, get_kwh_per_year(model, Constants.ObjectNameInteriorLighting), 1.0) + + # Check exterior lighting + ext_kwh_yr = hpxml.lighting_groups.find { |lg| lg.location == HPXML::LocationExterior }.kwh_per_year + assert_in_delta(ext_kwh_yr, get_kwh_per_year(model, Constants.ObjectNameExteriorLighting), 1.0) + end + + def test_lighting_none + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-lighting-none.xml')) + model, _hpxml = _test_measure(args_hash) + + # Check interior lighting + assert_equal(0.0, get_kwh_per_year(model, Constants.ObjectNameInteriorLighting)) + + # Check garage lighting + assert_equal(0.0, get_kwh_per_year(model, Constants.ObjectNameGarageLighting)) + + # Check exterior lighting + assert_equal(0.0, get_kwh_per_year(model, Constants.ObjectNameExteriorLighting)) + end + def _test_measure(args_hash) # create an instance of the measure measure = HPXMLtoOpenStudio.new diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb index a03e0769..e3ed0fb5 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_miscloads.rb @@ -192,7 +192,7 @@ def test_large_uncommon_loads2 def test_operational_defaults args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-calctype-operational-misc-defaults.xml')) + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-residents-5.xml')) model, _hpxml = _test_measure(args_hash) # Check misc plug loads @@ -253,7 +253,7 @@ def test_operational_defaults def test_operational_large_uncommon_loads args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-calctype-operational-misc-loads-large-uncommon.xml')) + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-residents-1-misc-loads-large-uncommon.xml')) model, _hpxml = _test_measure(args_hash) # Check misc plug loads @@ -314,7 +314,7 @@ def test_operational_large_uncommon_loads def test_operational_large_uncommon_loads2 args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-calctype-operational-misc-loads-large-uncommon2.xml')) + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-residents-1-misc-loads-large-uncommon2.xml')) model, _hpxml = _test_measure(args_hash) # Check misc plug loads diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb index 552e65d4..908e3474 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_pv.rb @@ -43,7 +43,7 @@ def test_pv assert_equal('FixedRoofMounted', generator.arrayType) # Check inverter - assert_equal(pv_system.inverter_efficiency, inverter.inverterEfficiency) + assert_equal(pv_system.inverter.inverter_efficiency, inverter.inverterEfficiency) end end @@ -65,7 +65,7 @@ def test_pv_shared assert_equal('FixedOpenRack', generator.arrayType) # Check inverter - assert_equal(pv_system.inverter_efficiency, inverter.inverterEfficiency) + assert_equal(pv_system.inverter.inverter_efficiency, inverter.inverterEfficiency) end end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb index 633ad8b9..b8e716dc 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_schedules.rb @@ -12,22 +12,33 @@ def setup @root_path = File.absolute_path(File.join(File.dirname(__FILE__), '..', '..')) @sample_files_path = File.join(@root_path, 'workflow', 'sample_files') @tmp_hpxml_path = File.join(@sample_files_path, 'tmp.xml') + @tmp_schedule_file_path = File.join(@sample_files_path, 'tmp.csv') end def teardown File.delete(@tmp_hpxml_path) if File.exist? @tmp_hpxml_path + File.delete(@tmp_schedule_file_path) if File.exist? @tmp_schedule_file_path end def sample_files_dir return File.join(File.dirname(__FILE__), '..', '..', 'workflow', 'sample_files') end + def get_annual_equivalent_full_load_hrs(model, name) + (model.getScheduleConstants + model.getScheduleRulesets + model.getScheduleFixedIntervals).each do |schedule| + next if schedule.name.to_s != name + + return Schedule.annual_equivalent_full_load_hrs(2007, schedule) + end + flunk "Could not find schedule '#{name}'." + end + def test_default_schedules args_hash = {} args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base.xml')) model, _hpxml = _test_measure(args_hash) - schedule_constants = 9 + schedule_constants = 11 schedule_rulesets = 17 schedule_fixed_intervals = 1 schedule_files = 0 @@ -37,17 +48,29 @@ def test_default_schedules assert_equal(schedule_fixed_intervals, model.getScheduleFixedIntervals.size) assert_equal(schedule_files, model.getScheduleFiles.size) assert_equal(model.getSchedules.size, schedule_constants + schedule_rulesets + schedule_fixed_intervals + schedule_files) + + assert_in_epsilon(6020, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameOccupants + ' schedule'), 0.1) + assert_in_epsilon(3321, get_annual_equivalent_full_load_hrs(model, 'lighting schedule'), 0.1) + assert_in_epsilon(2763, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(2224, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange), 0.1) + assert_in_epsilon(2994, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher), 0.1) + assert_in_epsilon(4158, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher), 0.1) + assert_in_epsilon(4502, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer), 0.1) + assert_in_epsilon(5468, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), 0.1) + assert_in_epsilon(2256, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), 0.1) + assert_in_epsilon(4204, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures), 0.1) end - def test_stochastic_schedules + def test_simple_schedules args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-detailed-occupancy-stochastic.xml')) - model, hpxml = _test_measure(args_hash) + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-simple.xml')) + model, _hpxml = _test_measure(args_hash) - schedule_constants = 9 - schedule_rulesets = 5 + schedule_constants = 11 + schedule_rulesets = 17 schedule_fixed_intervals = 1 - schedule_files = 13 + schedule_files = 0 assert_equal(schedule_constants, model.getScheduleConstants.size) assert_equal(schedule_rulesets, model.getScheduleRulesets.size) @@ -55,92 +78,579 @@ def test_stochastic_schedules assert_equal(schedule_files, model.getScheduleFiles.size) assert_equal(model.getSchedules.size, schedule_constants + schedule_rulesets + schedule_fixed_intervals + schedule_files) + assert_in_epsilon(6020, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameOccupants + ' schedule'), 0.1) + assert_in_epsilon(3321, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameInteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(2763, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(2224, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange), 0.1) + assert_in_epsilon(2994, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher), 0.1) + assert_in_epsilon(4158, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher), 0.1) + assert_in_epsilon(4502, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer), 0.1) + assert_in_epsilon(5468, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), 0.1) + assert_in_epsilon(2956, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), 0.1) + assert_in_epsilon(4204, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures), 0.1) + end + + def test_simple_vacancy_schedules + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-simple-vacancy.xml')) + model, _hpxml = _test_measure(args_hash) + + vacancy_hrs = 31.0 * 2.0 * 24.0 + occupied_ratio = (1.0 - vacancy_hrs / 8760.0) + + assert_in_epsilon(6020 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameOccupants + ' schedule'), 0.1) + assert_in_epsilon(3321 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameInteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(2763 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(2224 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange), 0.1) + assert_in_epsilon(2994 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher), 0.1) + assert_in_epsilon(4158 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher), 0.1) + assert_in_epsilon(4502 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer), 0.1) + assert_in_epsilon(5468 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), 0.1) + assert_in_epsilon(2956 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), 0.1) + assert_in_epsilon(4204 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures), 0.1) + end + + def test_simple_vacancy_year_round_schedules + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-simple-vacancy-year-round.xml')) + model, _hpxml = _test_measure(args_hash) + + vacancy_hrs = 8760.0 + occupied_ratio = (1.0 - vacancy_hrs / 8760.0) + + assert_in_epsilon(6020 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameOccupants + ' schedule'), 0.1) + assert_in_epsilon(3321 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameInteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(2763 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(2224 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange), 0.1) + assert_in_epsilon(2994 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher), 0.1) + assert_in_epsilon(4158 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher), 0.1) + assert_in_epsilon(4502 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer), 0.1) + assert_in_epsilon(5468 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), 0.1) + assert_in_epsilon(2956 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), 0.1) + assert_in_epsilon(4204 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures), 0.1) + end + + def test_simple_power_outage_schedules + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-simple-power-outage.xml')) + model, _hpxml = _test_measure(args_hash) + + outage_hrs = 31.0 * 1.0 * 24.0 - 15.0 + powered_ratio = (1.0 - outage_hrs / 8760.0) + + assert_in_epsilon(6020, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameOccupants + ' schedule'), 0.1) + assert_in_epsilon(3321 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameInteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(2763 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(2224 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameCookingRange), 0.1) + assert_in_epsilon(2994 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameDishwasher), 0.1) + assert_in_epsilon(4158 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesWasher), 0.1) + assert_in_epsilon(4502 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameClothesDryer), 0.1) + assert_in_epsilon(5468 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscPlugLoads + ' schedule'), 0.1) + assert_in_epsilon(2956 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMiscTelevision + ' schedule'), 0.1) + assert_in_epsilon(4204 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameFixtures), 0.1) + assert_in_epsilon(8760 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMechanicalVentilationHouseFan + ' schedule'), 0.1) + end + + def test_stochastic_schedules + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-detailed-occupancy-stochastic.xml')) + model, _hpxml = _test_measure(args_hash) + + assert_equal(11, model.getScheduleFiles.size) + schedule_file_names = [] model.getScheduleFiles.each do |schedule_file| schedule_file_names << "#{schedule_file.name}" end assert(schedule_file_names.include?(SchedulesFile::ColumnOccupants)) assert(schedule_file_names.include?(SchedulesFile::ColumnLightingInterior)) - assert(schedule_file_names.include?(SchedulesFile::ColumnLightingExterior)) + assert(!schedule_file_names.include?(SchedulesFile::ColumnLightingExterior)) + assert_in_epsilon(2763, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) assert(!schedule_file_names.include?(SchedulesFile::ColumnLightingGarage)) assert(!schedule_file_names.include?(SchedulesFile::ColumnLightingExteriorHoliday)) + assert(!schedule_file_names.include?(SchedulesFile::ColumnRefrigerator)) + assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) assert(schedule_file_names.include?(SchedulesFile::ColumnCookingRange)) - assert(schedule_file_names.include?(SchedulesFile::ColumnRefrigerator)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnExtraRefrigerator)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnFreezer)) assert(schedule_file_names.include?(SchedulesFile::ColumnDishwasher)) assert(schedule_file_names.include?(SchedulesFile::ColumnClothesWasher)) assert(schedule_file_names.include?(SchedulesFile::ColumnClothesDryer)) assert(!schedule_file_names.include?(SchedulesFile::ColumnCeilingFan)) assert(schedule_file_names.include?(SchedulesFile::ColumnPlugLoadsOther)) assert(schedule_file_names.include?(SchedulesFile::ColumnPlugLoadsTV)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnPlugLoadsVehicle)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnPlugLoadsWellPump)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnFuelLoadsGrill)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnFuelLoadsLighting)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnFuelLoadsFireplace)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnPoolPump)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnPoolHeater)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnHotTubPump)) - assert(!schedule_file_names.include?(SchedulesFile::ColumnHotTubHeater)) assert(schedule_file_names.include?(SchedulesFile::ColumnHotWaterClothesWasher)) assert(schedule_file_names.include?(SchedulesFile::ColumnHotWaterDishwasher)) assert(schedule_file_names.include?(SchedulesFile::ColumnHotWaterFixtures)) + end - # add a pool - hpxml.pools.add(id: 'Pool', - type: HPXML::TypeUnknown, - pump_type: HPXML::TypeUnknown, - pump_kwh_per_year: 2700, - heater_type: HPXML::HeaterTypeGas, - heater_load_units: HPXML::UnitsThermPerYear, - heater_load_value: 500) - + def test_stochastic_vacancy_schedules args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(@tmp_hpxml_path) - XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) - model, _hpxml = _test_measure(args_hash) + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-detailed-occupancy-stochastic-vacancy.xml')) + model, hpxml = _test_measure(args_hash) - schedule_file_names = [] - model.getScheduleFiles.each do |schedule_file| - schedule_file_names << "#{schedule_file.name}" - end - assert(schedule_file_names.include?(SchedulesFile::ColumnPoolPump)) - assert(schedule_file_names.include?(SchedulesFile::ColumnPoolHeater)) + schedules_paths = hpxml.header.schedules_filepaths.collect { |sfp| + FilePath.check_path(sfp, + File.dirname(args_hash['hpxml_path']), + 'Schedules') + } + + column_name = hpxml.header.unavailable_periods[0].column_name + + sf = SchedulesFile.new(model: model, + schedules_paths: schedules_paths, + year: 2007, + unavailable_periods: hpxml.header.unavailable_periods, + output_path: @tmp_schedule_file_path) + + vacancy_hrs = 31.0 * 2.0 * 24.0 + occupied_ratio = (1.0 - vacancy_hrs / 8760.0) + + assert_in_epsilon(6689 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2763 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(534 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(213 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(134 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(151 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(3250 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(298 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(325 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(887 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) + assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) + assert_in_epsilon(vacancy_hrs, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.1) end - def test_stochastic_vacancy_schedules + def test_stochastic_vacancy_schedules2 args_hash = {} args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-detailed-occupancy-stochastic-vacancy.xml')) - model, _hpxml = _test_measure(args_hash) + model, hpxml = _test_measure(args_hash) - schedule_constants = 9 - schedule_rulesets = 5 - schedule_fixed_intervals = 1 - schedule_files = 13 + column_name = hpxml.header.unavailable_periods[0].column_name - assert_equal(schedule_constants, model.getScheduleConstants.size) - assert_equal(schedule_rulesets, model.getScheduleRulesets.size) - assert_equal(schedule_fixed_intervals, model.getScheduleFixedIntervals.size) - assert_equal(schedule_files, model.getScheduleFiles.size) - assert_equal(model.getSchedules.size, schedule_constants + schedule_rulesets + schedule_fixed_intervals + schedule_files) + # intentionally overlaps the first vacancy period + hpxml.header.unavailable_periods.add(column_name: column_name, + begin_month: 1, + begin_day: 25, + end_month: 2, + end_day: 28, + natvent_availability: HPXML::ScheduleUnavailable) + + schedules_paths = hpxml.header.schedules_filepaths.collect { |sfp| + FilePath.check_path(sfp, + File.dirname(args_hash['hpxml_path']), + 'Schedules') + } + + sf = SchedulesFile.new(model: model, + schedules_paths: schedules_paths, + year: 2007, + unavailable_periods: hpxml.header.unavailable_periods, + output_path: @tmp_schedule_file_path) + + vacancy_hrs = ((31.0 * 2.0) + (28.0 * 1.0)) * 24.0 + occupied_ratio = (1.0 - vacancy_hrs / 8760.0) + + assert_in_epsilon(6689 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2763 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(534 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(213 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(134 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(151 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(3250 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(298 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(325 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(887 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) + assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) + assert_in_epsilon(vacancy_hrs, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.1) end - def test_smooth_schedules + def test_stochastic_vacancy_year_round_schedules args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-detailed-occupancy-smooth.xml')) - model, _hpxml = _test_measure(args_hash) + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml')) + model, hpxml = _test_measure(args_hash) - schedule_constants = 9 - schedule_rulesets = 5 - schedule_fixed_intervals = 1 - schedule_files = 13 + schedules_paths = hpxml.header.schedules_filepaths.collect { |sfp| + FilePath.check_path(sfp, + File.dirname(args_hash['hpxml_path']), + 'Schedules') + } - assert_equal(schedule_constants, model.getScheduleConstants.size) - assert_equal(schedule_rulesets, model.getScheduleRulesets.size) - assert_equal(schedule_fixed_intervals, model.getScheduleFixedIntervals.size) - assert_equal(schedule_files, model.getScheduleFiles.size) - assert_equal(model.getSchedules.size, schedule_constants + schedule_rulesets + schedule_fixed_intervals + schedule_files) + column_name = hpxml.header.unavailable_periods[0].column_name + + sf = SchedulesFile.new(model: model, + schedules_paths: schedules_paths, + year: 2007, + unavailable_periods: hpxml.header.unavailable_periods, + output_path: @tmp_schedule_file_path) + + vacancy_hrs = 8760.0 + occupied_ratio = (1.0 - vacancy_hrs / 8760.0) + + assert_in_epsilon(6689 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2763 * occupied_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(534 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(213 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(134 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(151 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(3250 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(298 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(325 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(887 * occupied_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) + assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) + assert_in_epsilon(vacancy_hrs, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.1) + end + + def test_stochastic_power_outage_schedules + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-detailed-occupancy-stochastic-power-outage.xml')) + model, hpxml = _test_measure(args_hash) + + schedules_paths = hpxml.header.schedules_filepaths.collect { |sfp| + FilePath.check_path(sfp, + File.dirname(args_hash['hpxml_path']), + 'Schedules') + } + + column_name = hpxml.header.unavailable_periods[0].column_name + + sf = SchedulesFile.new(model: model, + schedules_paths: schedules_paths, + year: 2007, + unavailable_periods: hpxml.header.unavailable_periods, + output_path: @tmp_schedule_file_path) + + outage_hrs = 31.0 * 2.0 * 24.0 - 15.0 + powered_ratio = (1.0 - outage_hrs / 8760.0) + + assert_in_epsilon(6689, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2763 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(6673 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) + assert_in_epsilon(534 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(213 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(134 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(151 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(3250 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(298 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(325 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(887 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(8760 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMechanicalVentilationHouseFan + ' schedule'), 0.1) + assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) + assert_in_epsilon(outage_hrs, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.1) + end + + def test_stochastic_power_outage_schedules2 + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-schedules-detailed-occupancy-stochastic-power-outage.xml')) + model, hpxml = _test_measure(args_hash) + + column_name = hpxml.header.unavailable_periods[0].column_name + + # intentionally overlaps the first power outage period + hpxml.header.unavailable_periods.add(column_name: column_name, + begin_month: 1, + begin_day: 25, + begin_hour: 0, + end_month: 2, + end_day: 27, + end_hour: 24) + + schedules_paths = hpxml.header.schedules_filepaths.collect { |sfp| + FilePath.check_path(sfp, + File.dirname(args_hash['hpxml_path']), + 'Schedules') + } + + sf = SchedulesFile.new(model: model, + schedules_paths: schedules_paths, + year: 2007, + unavailable_periods: hpxml.header.unavailable_periods, + output_path: @tmp_schedule_file_path) + + outage_hrs = ((31.0 * 2.0) + (28.0 * 1.0)) * 24.0 - 5.0 + powered_ratio = (1.0 - outage_hrs / 8760.0) + + assert_in_epsilon(6689, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnOccupants, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingInterior, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2086 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnLightingGarage, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(2763 * powered_ratio, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameExteriorLighting + ' schedule'), 0.1) + assert_in_epsilon(5743, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameRefrigerator), 0.1) # this reflects only the first outage period because we aren't applying the measure again + assert_in_epsilon(534 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCookingRange, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(213 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(134 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(151 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnClothesDryer, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(3250 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnCeilingFan, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsOther, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(4840 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnPlugLoadsTV, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(298 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterDishwasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(325 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterClothesWasher, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(887 * powered_ratio, sf.annual_equivalent_full_load_hrs(col_name: SchedulesFile::ColumnHotWaterFixtures, schedules: sf.tmp_schedules), 0.1) + assert_in_epsilon(7286, get_annual_equivalent_full_load_hrs(model, Constants.ObjectNameMechanicalVentilationHouseFan + ' schedule'), 0.1) # this reflects only the first outage period because we aren't applying the measure again + assert(!sf.schedules.keys.include?(SchedulesFile::ColumnSleeping)) + assert_in_epsilon(outage_hrs, sf.annual_equivalent_full_load_hrs(col_name: column_name, schedules: sf.tmp_schedules), 0.1) + end + + def test_set_unavailable_periods_refrigerator + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base.xml')) + + begin_month = 1 + begin_day = 1 + begin_hour = 0 + end_month = 12 + end_day = 31 + end_hour = 24 + + sch_name = Constants.ObjectNameRefrigerator + + # hours not specified + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour) + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(1, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, begin_month, begin_day, year, 0, 24) + _test_day_schedule(schedule, begin_month + 5, begin_day + 10, year, 0, 24) + _test_day_schedule(schedule, end_month, end_day, year, 0, 24) + + # 1 calendar day + end_month = 1 + end_day = 1 + end_hour = 5 + + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour) # note the change of end month/day + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(1, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, begin_month, begin_day, year, 0, end_hour) + _test_day_schedule(schedule, end_month, begin_day + 1, year, nil, nil) + + # 2 calendar days, partial first day + begin_hour = 5 + end_day = 2 + end_hour = 24 + + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour) # note the change of end month/day + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(2, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, begin_month, begin_day, year, begin_hour, 24) + _test_day_schedule(schedule, end_month, begin_day + 1, year, 0, 24) + _test_day_schedule(schedule, end_month, begin_day + 2, year, nil, nil) + + # 2 calendar days, partial last day + begin_hour = 0 + end_day = 2 + end_hour = 11 + + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour) # note the change of end month/day + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(2, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, begin_month, begin_day, year, 0, 24) + _test_day_schedule(schedule, end_month, end_day, year, 0, end_hour) + _test_day_schedule(schedule, end_month, end_day + 1, year, nil, nil) + + # wrap around + begin_month = 12 + begin_day = 1 + begin_hour = 5 + end_month = 1 + end_day = 31 + end_hour = 12 + + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour) # note the change of end month/day + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(3, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, begin_month, begin_day, year, begin_hour, 24) + _test_day_schedule(schedule, end_month + 5, begin_day + 10, year, nil, nil) + _test_day_schedule(schedule, end_month, end_day, year, 0, end_hour) + end + + def test_set_unavailable_periods_natvent + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base.xml')) + + # normal availability + begin_month = 1 + begin_day = 1 + begin_hour = 0 + end_month = 6 + end_day = 30 + end_hour = 24 + natvent_availability = HPXML::ScheduleRegular + + sch_name = "#{Constants.ObjectNameNaturalVentilation} schedule" + + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour, natvent_availability) + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(0, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, begin_month, begin_day, year, 0, 24, 1) + _test_day_schedule(schedule, begin_month, begin_day + 1, year, 0, 24, 0) + + # not available + natvent_availability = HPXML::ScheduleUnavailable + + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour, natvent_availability) + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(1, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, begin_month, begin_day, year, 0, 24, 0) + _test_day_schedule(schedule, begin_month, begin_day + 1, year, 0, 24, 0) + + # available + natvent_availability = HPXML::ScheduleAvailable + + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour, natvent_availability) + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(1, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, begin_month, begin_day, year, 0, 24, 1) + _test_day_schedule(schedule, begin_month, begin_day + 1, year, 0, 24, 1) + end + + def test_set_unavailable_periods_leap_year + args_hash = {} + args_hash['hpxml_path'] = File.absolute_path(File.join(sample_files_dir, 'base-location-AMY-2012.xml')) + + begin_month = 1 + begin_day = 1 + begin_hour = 0 + end_month = 3 + end_day = 30 + end_hour = 24 + + sch_name = Constants.ObjectNameRefrigerator + + model, hpxml = _test_measure(args_hash) + year = model.getYearDescription.assumedYear + assert_equal(2012, year) + + schedule = model.getScheduleRulesets.find { |schedule| schedule.name.to_s == sch_name } + unavailable_periods = _add_unavailable_period(hpxml, 'Power Outage', begin_month, begin_day, begin_hour, end_month, end_day, end_hour) + + schedule_rules = schedule.scheduleRules + Schedule.set_unavailable_periods(schedule, sch_name, unavailable_periods, year) + unavailable_schedule_rules = schedule.scheduleRules - schedule_rules + + assert_equal(1, unavailable_schedule_rules.size) + + _test_day_schedule(schedule, 2, 28, year, 0, 24) + _test_day_schedule(schedule, 2, 29, year, 0, 24) + _test_day_schedule(schedule, 3, 1, year, 0, 24) + end + + def _add_unavailable_period(hpxml, column_name, begin_month, begin_day, begin_hour, end_month, end_day, end_hour, natvent_availability = nil) + hpxml.header.unavailable_periods.add(column_name: column_name, + begin_month: begin_month, + begin_day: begin_day, + begin_hour: begin_hour, + end_month: end_month, + end_day: end_day, + end_hour: end_hour, + natvent_availability: natvent_availability) + return hpxml.header.unavailable_periods + end + + def _test_day_schedule(schedule, month, day, year, begin_hour, end_hour, expected_value = 0) + month_of_year = OpenStudio::MonthOfYear.new(month) + date = OpenStudio::Date.new(month_of_year, day, year) + day_schedule = schedule.getDaySchedules(date, date)[0] + + (0..23).each do |h| + time = OpenStudio::Time.new(0, h + 1, 0, 0) + actual_value = day_schedule.getValue(time) + if (begin_hour.nil? && end_hour.nil?) || (h < begin_hour) || (h >= end_hour) + assert_operator(actual_value, :>, expected_value) + else + assert_equal(expected_value, actual_value) + end + end end def _test_measure(args_hash) diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb index 7810ec4c..c2b15560 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_validation.rb @@ -11,10 +11,14 @@ class HPXMLtoOpenStudioValidationTest < MiniTest::Test def setup + OpenStudio::Logger.instance.standardOutLogger.setLogLevel(OpenStudio::Fatal) + @root_path = File.absolute_path(File.join(File.dirname(__FILE__), '..', '..')) @sample_files_path = File.join(@root_path, 'workflow', 'sample_files') - @hpxml_schema_path = File.absolute_path(File.join(@root_path, 'HPXMLtoOpenStudio', 'resources', 'hpxml_schema', 'HPXML.xsd')) - @epvalidator_stron_path = File.join(@root_path, 'HPXMLtoOpenStudio', 'resources', 'hpxml_schematron', 'EPvalidator.xml') + schema_path = File.absolute_path(File.join(@root_path, 'HPXMLtoOpenStudio', 'resources', 'hpxml_schema', 'HPXML.xsd')) + @schema_validator = XMLValidator.get_schema_validator(schema_path) + @schematron_path = File.join(@root_path, 'HPXMLtoOpenStudio', 'resources', 'hpxml_schematron', 'EPvalidator.xml') + @schematron_validator = XMLValidator.get_schematron_validator(@schematron_path) @tmp_hpxml_path = File.join(@sample_files_path, 'tmp.xml') @tmp_csv_path = File.join(@sample_files_path, 'tmp.csv') @@ -28,29 +32,11 @@ def teardown FileUtils.rm_rf(@tmp_output_path) end - def test_validation_of_sample_files - xmls = [] - Dir["#{@root_path}/workflow/**/*.xml"].sort.each do |xml| - next if xml.split('/').include? 'run' - - xmls << xml - end - - xmls.each_with_index do |xml, i| - puts "[#{i + 1}/#{xmls.size}] Testing #{File.basename(xml)}..." - - # Test validation - _test_schema_validation(xml, @hpxml_schema_path) - hpxml_doc = HPXML.new(hpxml_path: xml, building_id: 'MyBuilding').to_oga() - _test_schematron_validation(xml, hpxml_doc, expected_errors: []) # Ensure no errors - end - puts - end - def test_validation_of_schematron_doc # Check that the schematron file is valid schematron_schema_path = File.absolute_path(File.join(@root_path, 'HPXMLtoOpenStudio', 'resources', 'hpxml_schematron', 'iso-schematron.xsd')) - _test_schema_validation(@epvalidator_stron_path, schematron_schema_path) + schematron_schema_validator = XMLValidator.get_schema_validator(schematron_schema_path) + _test_schema_validation(@schematron_path, schematron_schema_validator) end def test_role_attributes_in_schematron_doc @@ -58,10 +44,10 @@ def test_role_attributes_in_schematron_doc puts puts 'Checking for correct role attributes...' - epvalidator_stron_doc = XMLHelper.parse_file(@epvalidator_stron_path) + schematron_doc = XMLHelper.parse_file(@schematron_path) # check that every assert element has a role attribute - XMLHelper.get_elements(epvalidator_stron_doc, '/sch:schema/sch:pattern/sch:rule/sch:assert').each do |assert_element| + XMLHelper.get_elements(schematron_doc, '/sch:schema/sch:pattern/sch:rule/sch:assert').each do |assert_element| assert_test = XMLHelper.get_attribute_value(assert_element, 'test').gsub('h:', '') role_attribute = XMLHelper.get_attribute_value(assert_element, 'role') if role_attribute.nil? @@ -72,7 +58,7 @@ def test_role_attributes_in_schematron_doc end # check that every report element has a role attribute - XMLHelper.get_elements(epvalidator_stron_doc, '/sch:schema/sch:pattern/sch:rule/sch:report').each do |report_element| + XMLHelper.get_elements(schematron_doc, '/sch:schema/sch:pattern/sch:rule/sch:report').each do |report_element| report_test = XMLHelper.get_attribute_value(report_element, 'test').gsub('h:', '') role_attribute = XMLHelper.get_attribute_value(report_element, 'role') if role_attribute.nil? @@ -123,12 +109,18 @@ def test_schema_schematron_error_messages 'generator-number-of-bedrooms-served' => ['Expected NumberofBedroomsServed to be greater than ../../../../BuildingSummary/BuildingConstruction/NumberofBedrooms [context: /HPXML/Building/BuildingDetails/Systems/extension/Generators/Generator[IsSharedSystem="true"], id: "Generator1"]'], 'generator-output-greater-than-consumption' => ['Expected AnnualConsumptionkBtu to be greater than AnnualOutputkWh*3412 [context: /HPXML/Building/BuildingDetails/Systems/extension/Generators/Generator, id: "Generator1"]'], 'heat-pump-capacity-17f' => ['Expected HeatingCapacity17F to be less than or equal to HeatingCapacity'], - 'heat-pump-mixed-fixed-and-autosize-capacities' => ['Expected 0 or 2 element(s) for xpath: HeatingCapacity | BackupHeatingCapacity [context: /HPXML/Building/BuildingDetails/Systems/HVAC/HVACPlant/HeatPump[BackupType="integrated" or BackupSystemFuel], id: "HeatPump1"]'], + 'heat-pump-lockout-temperatures' => ['Expected CompressorLockoutTemperature to be less than BackupHeatingLockoutTemperature'], 'heat-pump-multiple-backup-systems' => ['Expected 0 or 1 element(s) for xpath: HeatPump/BackupSystem [context: /HPXML/Building/BuildingDetails]'], 'hvac-distribution-return-duct-leakage-missing' => ['Expected 1 element(s) for xpath: DuctLeakageMeasurement[DuctType="return"]/DuctLeakage[(Units="CFM25" or Units="CFM50" or Units="Percent") and TotalOrToOutside="to outside"] [context: /HPXML/Building/BuildingDetails/Systems/HVAC/HVACDistribution/DistributionSystemType/AirDistribution[AirDistributionType[text()="regular velocity" or text()="gravity"]], id: "HVACDistribution1"]'], 'hvac-frac-load-served' => ['Expected sum(FractionHeatLoadServed) to be less than or equal to 1 [context: /HPXML/Building/BuildingDetails]', 'Expected sum(FractionCoolLoadServed) to be less than or equal to 1 [context: /HPXML/Building/BuildingDetails]'], + 'hvac-location-heating-system' => ['A location is specified as "basement - unconditioned" but no surfaces were found adjacent to this space type.'], + 'hvac-location-cooling-system' => ['A location is specified as "basement - unconditioned" but no surfaces were found adjacent to this space type.'], + 'hvac-location-heat-pump' => ['A location is specified as "basement - unconditioned" but no surfaces were found adjacent to this space type.'], + 'hvac-sizing-humidity-setpoint' => ['Expected ManualJInputs/HumiditySetpoint to be less than 1'], + 'hvac-negative-crankcase-heater-watts' => ['Expected extension/CrankcaseHeaterPowerWatts to be greater than or equal to 0.0.'], 'incomplete-integrated-heating' => ['Expected 1 element(s) for xpath: IntegratedHeatingSystemFractionHeatLoadServed'], + 'invalid-airflow-defect-ratio' => ['Expected extension/AirflowDefectRatio to be 0'], 'invalid-assembly-effective-rvalue' => ["Element 'AssemblyEffectiveRValue': [facet 'minExclusive'] The value '0.0' must be greater than '0'."], 'invalid-battery-capacities-ah' => ['Expected UsableCapacity to be less than NominalCapacity'], 'invalid-battery-capacities-kwh' => ['Expected UsableCapacity to be less than NominalCapacity'], @@ -146,6 +138,9 @@ def test_schema_schematron_error_messages 'Expected DistanceToBottomOfInsulation to be greater than or equal to DistanceToTopOfInsulation [context: /HPXML/Building/BuildingDetails/Enclosure/FoundationWalls/FoundationWall/Insulation/Layer[InstallationType="continuous - exterior" or InstallationType="continuous - interior"], id: "FoundationWall1Insulation"]', 'Expected DistanceToBottomOfInsulation to be less than or equal to ../../Height [context: /HPXML/Building/BuildingDetails/Enclosure/FoundationWalls/FoundationWall/Insulation/Layer[InstallationType="continuous - exterior" or InstallationType="continuous - interior"], id: "FoundationWall1Insulation"]'], 'invalid-ground-conductivity' => ['Expected extension/GroundConductivity to be greater than 0'], + 'invalid-heat-pump-capacity-retention' => ['Expected Fraction to be less than 1', + 'Expected Temperature to be less than or equal to 17'], + 'invalid-heat-pump-capacity-retention2' => ['Expected Fraction to be greater than or equal to 0'], 'invalid-hvac-installation-quality' => ['Expected extension/AirflowDefectRatio to be greater than or equal to -0.9 [context: /HPXML/Building/BuildingDetails/Systems/HVAC/HVACPlant/HeatPump[HeatPumpType="air-to-air"], id: "HeatPump1"]', 'Expected extension/ChargeDefectRatio to be greater than or equal to -0.9 [context: /HPXML/Building/BuildingDetails/Systems/HVAC/HVACPlant/HeatPump[HeatPumpType="air-to-air"], id: "HeatPump1"]'], 'invalid-hvac-installation-quality2' => ['Expected extension/AirflowDefectRatio to be less than or equal to 9 [context: /HPXML/Building/BuildingDetails/Systems/HVAC/HVACPlant/HeatPump[HeatPumpType="air-to-air"], id: "HeatPump1"]', @@ -159,11 +154,30 @@ def test_schema_schematron_error_messages "Element 'EnergyFactor': [facet 'maxInclusive'] The value '5.1' is greater than the maximum value allowed ('5')."], 'invalid-insulation-top' => ["Element 'DistanceToTopOfInsulation': [facet 'minInclusive'] The value '-0.5' is less than the minimum value allowed ('0')."], 'invalid-integrated-heating' => ['Expected 0 element(s) for xpath: IntegratedHeatingSystemFuel'], + 'invalid-lighting-groups' => ['Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value'], + 'invalid-lighting-groups2' => ['Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="interior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="exterior"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value', + 'Expected 1 element(s) for xpath: ../LightingGroup[LightingType[CompactFluorescent] and Location="garage"]/FractionofUnitsInLocation | Load[Units="kWh/year"]/Value'], 'invalid-natvent-availability' => ['Expected extension/NaturalVentilationAvailabilityDaysperWeek to be less than or equal to 7'], 'invalid-natvent-availability2' => ['Expected extension/NaturalVentilationAvailabilityDaysperWeek to be greater than or equal to 0'], 'invalid-number-of-bedrooms-served' => ['Expected extension/NumberofBedroomsServed to be greater than ../../../BuildingSummary/BuildingConstruction/NumberofBedrooms [context: /HPXML/Building/BuildingDetails/Systems/Photovoltaics/PVSystem[IsSharedSystem="true"], id: "PVSystem1"]'], 'invalid-number-of-conditioned-floors' => ['Expected NumberofConditionedFloors to be greater than or equal to NumberofConditionedFloorsAboveGrade [context: /HPXML/Building/BuildingDetails/BuildingSummary/BuildingConstruction]'], 'invalid-number-of-units-served' => ['Expected NumberofUnitsServed to be greater than 1 [context: /HPXML/Building/BuildingDetails/Systems/WaterHeating/WaterHeatingSystem[IsSharedSystem="true"], id: "WaterHeatingSystem1"]'], + 'invalid-pilot-light-heating-system' => ['Expected 1 element(s) for xpath: ../../HeatingSystemFuel[text()!="electricity"]'], 'invalid-shared-vent-in-unit-flowrate' => ['Expected RatedFlowRate to be greater than extension/InUnitFlowRate [context: /HPXML/Building/BuildingDetails/Systems/MechanicalVentilation/VentilationFans/VentilationFan[UsedForWholeBuildingVentilation="true" and IsSharedSystem="true"], id: "VentilationFan1"]'], 'invalid-timestep' => ['Expected Timestep to be 60, 30, 20, 15, 12, 10, 6, 5, 4, 3, 2, or 1'], 'invalid-timezone-utcoffset-low' => ["Element 'UTCOffset': [facet 'minInclusive'] The value '-13.0' is less than the minimum value allowed ('-12')."], @@ -179,7 +193,6 @@ def test_schema_schematron_error_messages 'missing-duct-location' => ['Expected 0 element(s) for xpath: FractionDuctArea | DuctSurfaceArea [context: /HPXML/Building/BuildingDetails/Systems/HVAC/HVACDistribution/DistributionSystemType/AirDistribution/Ducts[not(DuctLocation)], id: "Ducts2"]'], 'missing-elements' => ['Expected 1 element(s) for xpath: NumberofConditionedFloors [context: /HPXML/Building/BuildingDetails/BuildingSummary/BuildingConstruction]', 'Expected 1 element(s) for xpath: ConditionedFloorArea [context: /HPXML/Building/BuildingDetails/BuildingSummary/BuildingConstruction]'], - 'missing-num-residents' => ['Expected 1 element(s) for xpath: NumberofResidents'], 'multifamily-reference-appliance' => ['There are references to "other housing unit" but ResidentialFacilityType is not "single-family attached" or "apartment unit".'], 'multifamily-reference-duct' => ['There are references to "other multifamily buffer space" but ResidentialFacilityType is not "single-family attached" or "apartment unit".'], 'multifamily-reference-surface' => ['There are references to "other heated space" but ResidentialFacilityType is not "single-family attached" or "apartment unit".'], @@ -326,11 +339,11 @@ def test_schema_schematron_error_messages elsif ['heat-pump-capacity-17f'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed.xml')) hpxml.heat_pumps[0].heating_capacity_17F = hpxml.heat_pumps[0].heating_capacity + 1000.0 - elsif ['heat-pump-mixed-fixed-and-autosize-capacities'].include? error_case - hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed.xml')) - hpxml.heat_pumps[0].heating_capacity = nil - hpxml.heat_pumps[0].cooling_capacity = nil - hpxml.heat_pumps[0].heating_capacity_17F = 25000.0 + hpxml.heat_pumps[0].heating_capacity_retention_fraction = nil + hpxml.heat_pumps[0].heating_capacity_retention_temp = nil + elsif ['heat-pump-lockout-temperatures'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml')) + hpxml.heat_pumps[0].compressor_lockout_temp = hpxml.heat_pumps[0].backup_heating_lockout_temp + 1 elsif ['heat-pump-multiple-backup-systems'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml')) hpxml.heating_systems << hpxml.heating_systems[0].dup @@ -352,9 +365,27 @@ def test_schema_schematron_error_messages hpxml.cooling_systems[0].primary_system = true hpxml.heat_pumps[-1].primary_heating_system = false hpxml.heat_pumps[-1].primary_cooling_system = false + elsif ['hvac-location-heating-system'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-boiler-oil-only.xml')) + hpxml.heating_systems[0].location = HPXML::LocationBasementUnconditioned + elsif ['hvac-location-cooling-system'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-central-ac-only-1-speed.xml')) + hpxml.cooling_systems[0].location = HPXML::LocationBasementUnconditioned + elsif ['hvac-location-heat-pump'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed.xml')) + hpxml.heat_pumps[0].location = HPXML::LocationBasementUnconditioned + elsif ['hvac-sizing-humidity-setpoint'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) + hpxml.header.manualj_humidity_setpoint = 50 + elsif ['hvac-negative-crankcase-heater-watts'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) + hpxml.cooling_systems[0].crankcase_heater_watts = -10 elsif ['incomplete-integrated-heating'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-ptac-with-heating-electricity.xml')) hpxml.cooling_systems[0].integrated_heating_system_fraction_heat_load_served = nil + elsif ['invalid-airflow-defect-ratio'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-mini-split-heat-pump-ductless.xml')) + hpxml.heat_pumps[0].airflow_defect_ratio = -0.25 elsif ['invalid-assembly-effective-rvalue'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.walls[0].insulation_assembly_r_value = 0.0 @@ -391,6 +422,16 @@ def test_schema_schematron_error_messages elsif ['invalid-ground-conductivity'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.site.ground_conductivity = 0.0 + elsif ['invalid-heat-pump-capacity-retention'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed.xml')) + hpxml.heat_pumps[0].heating_capacity_17F = nil + hpxml.heat_pumps[0].heating_capacity_retention_fraction = 1.5 + hpxml.heat_pumps[0].heating_capacity_retention_temp = 30 + elsif ['invalid-heat-pump-capacity-retention2'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed.xml')) + hpxml.heat_pumps[0].heating_capacity_17F = nil + hpxml.heat_pumps[0].heating_capacity_retention_fraction = -1 + hpxml.heat_pumps[0].heating_capacity_retention_temp = 5 elsif ['invalid-hvac-installation-quality'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed.xml')) hpxml.heat_pumps[0].airflow_defect_ratio = -99 @@ -420,6 +461,28 @@ def test_schema_schematron_error_messages hpxml.cooling_systems[0].integrated_heating_system_fuel = HPXML::FuelTypeElectricity hpxml.cooling_systems[0].integrated_heating_system_efficiency_percent = 0.98 hpxml.cooling_systems[0].integrated_heating_system_fraction_heat_load_served = 1.0 + elsif ['invalid-lighting-groups'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-enclosure-garage.xml')) + [HPXML::LocationInterior, HPXML::LocationExterior, HPXML::LocationGarage].each do |ltg_loc| + hpxml.lighting_groups.each do |lg| + next unless lg.location == ltg_loc + + lg.delete + break + end + end + elsif ['invalid-lighting-groups2'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-enclosure-garage.xml')) + [HPXML::LocationInterior, HPXML::LocationExterior, HPXML::LocationGarage].each do |ltg_loc| + hpxml.lighting_groups.each do |lg| + next unless lg.location == ltg_loc + + hpxml.lighting_groups << lg.dup + hpxml.lighting_groups[-1].id = "LightingGroup#{hpxml.lighting_groups.size}" + hpxml.lighting_groups[-1].fraction_of_units_in_location = 0.0 + break + end + end elsif ['invalid-natvent-availability'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.header.natvent_days_per_week = 8 @@ -435,6 +498,9 @@ def test_schema_schematron_error_messages elsif ['invalid-number-of-units-served'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-bldgtype-multifamily-shared-water-heater.xml')) hpxml.water_heating_systems[0].number_of_units_served = 1 + elsif ['invalid-pilot-light-heating-system'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-floor-furnace-propane-only-pilot-light.xml')) + hpxml.heating_systems[0].heating_system_fuel = HPXML::FuelTypeElectricity elsif ['invalid-shared-vent-in-unit-flowrate'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-bldgtype-multifamily-shared-mechvent.xml')) hpxml.ventilation_fans[0].rated_flow_rate = 80 @@ -459,7 +525,7 @@ def test_schema_schematron_error_messages hpxml.windows[1].overhangs_distance_to_bottom_of_window = 1.0 elsif ['lighting-fractions'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) - int_cfl = hpxml.lighting_groups.select { |lg| lg.location == HPXML::LocationInterior && lg.lighting_type == HPXML::LightingTypeCFL }[0] + int_cfl = hpxml.lighting_groups.find { |lg| lg.location == HPXML::LocationInterior && lg.lighting_type == HPXML::LightingTypeCFL } int_cfl.fraction_of_units_in_location = 0.8 elsif ['missing-cfis-supplemental-fan'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-mechvent-cfis.xml')) @@ -479,9 +545,6 @@ def test_schema_schematron_error_messages hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.building_construction.number_of_conditioned_floors = nil hpxml.building_construction.conditioned_floor_area = nil - elsif ['missing-num-residents'].include? error_case - hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-calctype-operational.xml')) - hpxml.building_occupancy.number_of_residents = nil elsif ['multifamily-reference-appliance'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.clothes_washers[0].location = HPXML::LocationOtherHousingUnit @@ -546,8 +609,11 @@ def test_schema_schematron_warning_messages 'EnergyFactor should typically be greater than or equal to 0.45.', 'No space cooling specified, the model will not include space cooling energy use.'], 'dhw-setpoint-low' => ['Hot water setpoint should typically be greater than or equal to 110 deg-F.'], + 'erv-atre-low' => ['Adjusted total recovery efficiency should typically be at least half of the adjusted sensible recovery efficiency.'], + 'erv-tre-low' => ['Total recovery efficiency should typically be at least half of the sensible recovery efficiency.'], 'garage-ventilation' => ['Ventilation fans for the garage are not currently modeled.'], - 'integrated-heating-efficiency-low' => ['Percent efficiency should typically be greater than or equal to 0.6.'], + 'heat-pump-low-backup-switchover-temp' => ['BackupHeatingSwitchoverTemperature is below 30 deg-F; this may result in significant unmet hours if the heat pump does not have sufficient capacity.'], + 'heat-pump-low-backup-lockout-temp' => ['BackupHeatingLockoutTemperature is below 30 deg-F; this may result in significant unmet hours if the heat pump does not have sufficient capacity.'], 'hvac-dse-low' => ['Heating DSE should typically be greater than or equal to 0.5.', 'Cooling DSE should typically be greater than or equal to 0.5.'], 'hvac-capacities-low' => ['Heating capacity should typically be greater than or equal to 1000 Btu/hr.', @@ -570,12 +636,12 @@ def test_schema_schematron_warning_messages 'Backup heating capacity should typically be greater than or equal to 1000 Btu/hr.', 'Backup heating capacity should typically be greater than or equal to 1000 Btu/hr.'], 'hvac-efficiencies-low' => ['Percent efficiency should typically be greater than or equal to 0.95.', - 'AFUE should typically be greater than or equal to 0.6.', - 'AFUE should typically be greater than or equal to 0.6.', - 'AFUE should typically be greater than or equal to 0.6.', - 'AFUE should typically be greater than or equal to 0.6.', - 'AFUE should typically be greater than or equal to 0.6.', - 'Percent efficiency should typically be greater than or equal to 0.6.', + 'AFUE should typically be greater than or equal to 0.5.', + 'AFUE should typically be greater than or equal to 0.5.', + 'AFUE should typically be greater than or equal to 0.5.', + 'AFUE should typically be greater than or equal to 0.5.', + 'AFUE should typically be greater than or equal to 0.5.', + 'Percent efficiency should typically be greater than or equal to 0.5.', 'SEER should typically be greater than or equal to 8.', 'EER should typically be greater than or equal to 8.', 'SEER should typically be greater than or equal to 8.', @@ -588,6 +654,11 @@ def test_schema_schematron_warning_messages 'Cooling setpoint should typically be less than or equal to 86 deg-F.'], 'hvac-setpoints-low' => ['Heating setpoint should typically be greater than or equal to 58 deg-F.', 'Cooling setpoint should typically be greater than or equal to 68 deg-F.'], + 'integrated-heating-efficiency-low' => ['Percent efficiency should typically be greater than or equal to 0.5.'], + 'lighting-groups-missing' => ['No interior lighting specified, the model will not include interior lighting energy use.', + 'No exterior lighting specified, the model will not include exterior lighting energy use.', + 'No garage lighting specified, the model will not include garage lighting energy use.'], + 'missing-attached-surfaces' => ['ResidentialFacilityType is single-family attached or apartment unit, but no attached surfaces were found. This may result in erroneous results (e.g., for infiltration).'], 'slab-zero-exposed-perimeter' => ['Slab has zero exposed perimeter, this may indicate an input error.'], 'wrong-units' => ['Thickness is greater than 12 inches; this may indicate incorrect units.', 'Thickness is less than 1 inch; this may indicate incorrect units.', @@ -620,13 +691,22 @@ def test_schema_schematron_warning_messages elsif ['dhw-setpoint-low'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.water_heating_systems[0].temperature = 100 + elsif ['erv-atre-low'].include? warning_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-mechvent-erv-atre-asre.xml')) + hpxml.ventilation_fans[0].total_recovery_efficiency_adjusted = 0.1 + elsif ['erv-tre-low'].include? warning_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-mechvent-erv.xml')) + hpxml.ventilation_fans[0].total_recovery_efficiency = 0.1 elsif ['garage-ventilation'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.ventilation_fans.add(id: 'VentilationFan1', used_for_garage_ventilation: true) - elsif ['integrated-heating-efficiency-low'].include? warning_case - hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-ptac-with-heating-electricity.xml')) - hpxml.cooling_systems[0].integrated_heating_system_efficiency_percent = 0.5 + elsif ['heat-pump-low-backup-switchover-temp'].include? warning_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml')) + hpxml.heat_pumps[0].backup_heating_switchover_temp = 25.0 + elsif ['heat-pump-low-backup-lockout-temp'].include? warning_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml')) + hpxml.heat_pumps[0].backup_heating_lockout_temp = 25.0 elsif ['hvac-dse-low'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-dse.xml')) hpxml.hvac_distributions[0].annual_heating_dse = 0.1 @@ -681,6 +761,18 @@ def test_schema_schematron_warning_messages hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.hvac_controls[0].heating_setpoint_temp = 0 hpxml.hvac_controls[0].cooling_setpoint_temp = 0 + elsif ['integrated-heating-efficiency-low'].include? warning_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-ptac-with-heating-electricity.xml')) + hpxml.cooling_systems[0].integrated_heating_system_efficiency_percent = 0.4 + elsif ['lighting-groups-missing'].include? warning_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-enclosure-garage.xml')) + hpxml.lighting_groups.reverse_each do |lg| + lg.delete + end + elsif ['missing-attached-surfaces'].include? warning_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) + hpxml.building_construction.residential_facility_type = HPXML::ResidentialTypeSFA + hpxml.air_infiltration_measurements[0].infiltration_type = HPXML::InfiltrationTypeUnitExterior elsif ['slab-zero-exposed-perimeter'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.slabs[0].exposed_perimeter = 0 @@ -720,6 +812,7 @@ def test_ruby_error_messages 'emissions-wrong-filename' => ["Emissions File file path 'invalid-wrong-filename.csv' does not exist."], 'emissions-wrong-rows' => ['Emissions File has invalid number of rows'], 'heat-pump-backup-system-load-fraction' => ['Heat pump backup system cannot have a fraction heat load served specified.'], + 'heat-pump-switchover-temp-elec-backup' => ['Switchover temperature should not be used for a heat pump with electric backup; use compressor lockout temperature instead.'], 'hvac-distribution-multiple-attached-cooling' => ["Multiple cooling systems found attached to distribution system 'HVACDistribution2'."], 'hvac-distribution-multiple-attached-heating' => ["Multiple heating systems found attached to distribution system 'HVACDistribution1'."], 'hvac-dse-multiple-attached-cooling' => ["Multiple cooling systems found attached to distribution system 'HVACDistribution1'."], @@ -745,12 +838,14 @@ def test_ruby_error_messages 'invalid-schema-version' => ["Element 'HPXML', attribute 'schemaVersion'"], 'invalid-skylights-physical-properties' => ["Could not lookup UFactor and SHGC for skylight 'Skylight2'."], 'invalid-runperiod' => ['Run Period End Day of Month (31) must be one of: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30.'], + 'invalid-shading-season' => ['Shading Summer Season End Day of Month (31) must be one of: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30.'], + 'invalid-unavailable-period' => ['Unavailable Period End Day of Month (31) must be one of: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30.'], 'invalid-windows-physical-properties' => ["Could not lookup UFactor and SHGC for window 'Window3'."], + 'inverter-unequal-efficiencies' => ['Expected all InverterEfficiency values to be equal.'], 'leap-year-TMY' => ['Specified a leap year (2008) but weather data has 8760 hours.'], 'net-area-negative-wall' => ["Calculated a negative net surface area for surface 'Wall1'."], 'net-area-negative-roof' => ["Calculated a negative net surface area for surface 'Roof1'."], 'orphaned-hvac-distribution' => ["Distribution system 'HVACDistribution1' found but no HVAC system attached to it."], - 'pv-unequal-inverter-efficiencies' => ['Expected all InverterEfficiency values to be equal.'], 'refrigerators-multiple-primary' => ['More than one refrigerator designated as the primary.'], 'refrigerators-no-primary' => ['Could not find a primary refrigerator.'], 'repeated-relatedhvac-dhw-indirect' => ["RelatedHVACSystem 'HeatingSystem1' is attached to multiple water heating systems."], @@ -759,7 +854,6 @@ def test_ruby_error_messages 'schedule-detailed-bad-values-negative' => ["Schedule min value for column 'lighting_interior' must be non-negative."], 'schedule-detailed-bad-values-non-numeric' => ["Schedule value must be numeric for column 'lighting_interior'."], 'schedule-detailed-bad-values-mode-negative' => ["Schedule value for column 'water_heater_operating_mode' must be either 0 or 1."], - 'schedule-detailed-bad-values-mode-fraction' => ["Schedule value for column 'vacancy' must be either 0 or 1."], 'schedule-detailed-duplicate-columns' => ["Schedule column name 'occupants' is duplicated."], 'schedule-detailed-wrong-filename' => ["Schedules file path 'invalid-wrong-filename.csv' does not exist."], 'schedule-detailed-wrong-rows' => ["Schedule has invalid number of rows (8759) for column 'occupants'. Must be one of: 8760, 17520, 26280, 35040, 43800, 52560, 87600, 105120, 131400, 175200, 262800, 525600."], @@ -770,13 +864,15 @@ def test_ruby_error_messages 'unattached-cfis' => ["Attached HVAC distribution system 'foobar' not found for ventilation fan 'VentilationFan1'."], 'unattached-door' => ["Attached wall 'foobar' not found for door 'Door1'."], 'unattached-hvac-distribution' => ["Attached HVAC distribution system 'foobar' not found for HVAC system 'HeatingSystem1'."], + 'unattached-pv-system' => ["Attached inverter 'foobar' not found for pv system 'PVSystem1'."], 'unattached-skylight' => ["Attached roof 'foobar' not found for skylight 'Skylight1'."], 'unattached-solar-thermal-system' => ["Attached water heating system 'foobar' not found for solar thermal system 'SolarThermalSystem1'."], 'unattached-shared-clothes-washer-dhw-distribution' => ["Attached hot water distribution 'foobar' not found for clothes washer"], 'unattached-shared-clothes-washer-water-heater' => ["Attached water heating system 'foobar' not found for clothes washer"], 'unattached-shared-dishwasher-dhw-distribution' => ["Attached hot water distribution 'foobar' not found for dishwasher"], 'unattached-shared-dishwasher-water-heater' => ["Attached water heating system 'foobar' not found for dishwasher"], - 'unattached-window' => ["Attached wall 'foobar' not found for window 'Window1'."] } + 'unattached-window' => ["Attached wall 'foobar' not found for window 'Window1'."], + 'unavailable-period-missing-column' => ["Could not find column='foobar' in unavailable_periods.csv."] } all_expected_errors.each_with_index do |(error_case, expected_errors), i| puts "[#{i + 1}/#{all_expected_errors.size}] Testing #{error_case}..." @@ -801,22 +897,22 @@ def test_ruby_error_messages distribution_system_idref: hpxml.hvac_distributions[0].id) elsif ['cfis-invalid-supplemental-fan'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-mechvent-cfis-supplemental-fan-exhaust.xml')) - suppl_fan = hpxml.ventilation_fans.select { |f| f.is_cfis_supplemental_fan? }[0] + suppl_fan = hpxml.ventilation_fans.find { |f| f.is_cfis_supplemental_fan? } suppl_fan.fan_type = HPXML::MechVentTypeBalanced elsif ['cfis-invalid-supplemental-fan2'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-mechvent-cfis-supplemental-fan-exhaust.xml')) - suppl_fan = hpxml.ventilation_fans.select { |f| f.is_cfis_supplemental_fan? }[0] + suppl_fan = hpxml.ventilation_fans.find { |f| f.is_cfis_supplemental_fan? } suppl_fan.used_for_whole_building_ventilation = false suppl_fan.used_for_garage_ventilation = true elsif ['cfis-invalid-supplemental-fan3'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-mechvent-cfis-supplemental-fan-exhaust.xml')) - suppl_fan = hpxml.ventilation_fans.select { |f| f.is_cfis_supplemental_fan? }[0] + suppl_fan = hpxml.ventilation_fans.find { |f| f.is_cfis_supplemental_fan? } suppl_fan.is_shared_system = true suppl_fan.fraction_recirculation = 0.0 suppl_fan.in_unit_flow_rate = suppl_fan.tested_flow_rate / 2.0 elsif ['cfis-invalid-supplemental-fan4'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-mechvent-cfis-supplemental-fan-exhaust.xml')) - suppl_fan = hpxml.ventilation_fans.select { |f| f.is_cfis_supplemental_fan? }[0] + suppl_fan = hpxml.ventilation_fans.find { |f| f.is_cfis_supplemental_fan? } suppl_fan.hours_in_operation = 12.0 elsif ['dehumidifier-setpoints'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-appliances-dehumidifier-multiple.xml')) @@ -851,6 +947,9 @@ def test_ruby_error_messages hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml')) hpxml.heating_systems[0].fraction_heat_load_served = 0.5 hpxml.heat_pumps[0].fraction_heat_load_served = 0.5 + elsif ['heat-pump-switchover-temp-elec-backup'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed.xml')) + hpxml.heat_pumps[0].backup_heating_switchover_temp = 35.0 elsif ['hvac-invalid-distribution-system-type'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.hvac_distributions.add(id: "HVACDistribution#{hpxml.hvac_distributions.size + 1}", @@ -947,6 +1046,19 @@ def test_ruby_error_messages hpxml.header.sim_begin_day = 10 hpxml.header.sim_end_month = 4 hpxml.header.sim_end_day = 31 + elsif ['invalid-shading-season'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) + hpxml.header.shading_summer_begin_month = 3 + hpxml.header.shading_summer_begin_day = 10 + hpxml.header.shading_summer_end_month = 4 + hpxml.header.shading_summer_end_day = 31 + elsif ['invalid-unavailable-period'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) + hpxml.header.unavailable_periods.add(column_name: 'Power Outage', + begin_month: 3, + begin_day: 10, + end_month: 4, + end_day: 31) elsif ['invalid-schema-version'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) elsif ['invalid-skylights-physical-properties'].include? error_case @@ -955,6 +1067,11 @@ def test_ruby_error_messages elsif ['invalid-windows-physical-properties'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-enclosure-windows-physical-properties.xml')) hpxml.windows[2].thermal_break = false + elsif ['inverter-unequal-efficiencies'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-pv.xml')) + hpxml.inverters.add(id: 'Inverter2', + inverter_efficiency: 0.5) + hpxml.pv_systems[1].inverter_idref = hpxml.inverters[-1].id elsif ['leap-year-TMY'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-simcontrol-calendar-year-custom.xml')) hpxml.header.sim_calendar_year = 2008 @@ -968,9 +1085,6 @@ def test_ruby_error_messages hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-furnace-gas-room-ac.xml')) hpxml.heating_systems[0].delete hpxml.hvac_controls[0].heating_setpoint_temp = nil - elsif ['pv-unequal-inverter-efficiencies'].include? error_case - hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-pv.xml')) - hpxml.pv_systems[1].inverter_efficiency = 0.5 elsif ['refrigerators-multiple-primary'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-misc-loads-large-uncommon.xml')) hpxml.refrigerators[1].primary_indicator = true @@ -1013,12 +1127,6 @@ def test_ruby_error_messages csv_data[1][0] = -0.5 File.write(@tmp_csv_path, csv_data.map(&:to_csv).join) hpxml.header.schedules_filepaths = [@tmp_csv_path] - elsif ['schedule-detailed-bad-values-mode-fraction'].include? error_case - hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-schedules-detailed-occupancy-stochastic-vacancy.xml')) - csv_data = CSV.read(File.join(File.dirname(hpxml.hpxml_path), hpxml.header.schedules_filepaths[0])) - csv_data[1][csv_data[0].index(SchedulesFile::ColumnVacancy)] = 0.5 - File.write(@tmp_csv_path, csv_data.map(&:to_csv).join) - hpxml.header.schedules_filepaths = [@tmp_csv_path] elsif ['schedule-detailed-duplicate-columns'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-schedules-detailed-occupancy-stochastic.xml')) csv_data = CSV.read(File.join(File.dirname(hpxml.hpxml_path), hpxml.header.schedules_filepaths[0])) @@ -1086,6 +1194,9 @@ def test_ruby_error_messages elsif ['unattached-hvac-distribution'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.heating_systems[0].distribution_system_idref = 'foobar' + elsif ['unattached-pv-system'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-pv.xml')) + hpxml.pv_systems[0].inverter_idref = 'foobar' elsif ['unattached-skylight'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-enclosure-skylights.xml')) hpxml.skylights[0].roof_idref = 'foobar' @@ -1109,6 +1220,9 @@ def test_ruby_error_messages elsif ['unattached-window'].include? error_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) hpxml.windows[0].wall_idref = 'foobar' + elsif ['unavailable-period-missing-column'].include? error_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-schedules-simple-vacancy.xml')) + hpxml.header.unavailable_periods[0].column_name = 'foobar' else fail "Unhandled case: #{error_case}." end @@ -1138,6 +1252,8 @@ def test_ruby_warning_messages 'hvac-setpoint-adjustments' => ['HVAC setpoints have been automatically adjusted to prevent periods where the heating setpoint is greater than the cooling setpoint.'], 'hvac-setpoint-adjustments-daily-setbacks' => ['HVAC setpoints have been automatically adjusted to prevent periods where the heating setpoint is greater than the cooling setpoint.'], 'hvac-setpoint-adjustments-daily-schedules' => ['HVAC setpoints have been automatically adjusted to prevent periods where the heating setpoint is greater than the cooling setpoint.'], + 'power-outage' => ['It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus during an unavailable period.', + 'It is not possible to eliminate all water heater energy use (e.g. parasitics) in EnergyPlus during an unavailable period.'], 'schedule-file-and-weekday-weekend-multipliers' => ["Both 'occupants' schedule file and weekday fractions provided; the latter will be ignored.", "Both 'occupants' schedule file and weekend fractions provided; the latter will be ignored.", "Both 'occupants' schedule file and monthly multipliers provided; the latter will be ignored.", @@ -1214,7 +1330,7 @@ def test_ruby_warning_messages # Create HPXML object if ['cfis-undersized-supplemental-fan'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-mechvent-cfis-supplemental-fan-exhaust.xml')) - suppl_fan = hpxml.ventilation_fans.select { |f| f.is_cfis_supplemental_fan? }[0] + suppl_fan = hpxml.ventilation_fans.find { |f| f.is_cfis_supplemental_fan? } suppl_fan.tested_flow_rate = 90.0 elsif ['hvac-setpoint-adjustments'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) @@ -1227,17 +1343,20 @@ def test_ruby_warning_messages elsif ['hvac-setpoint-adjustments-daily-schedules'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-setpoints-daily-schedules.xml')) hpxml.hvac_controls[0].weekday_heating_setpoints = '64, 64, 64, 64, 64, 64, 64, 76, 70, 66, 66, 66, 66, 66, 66, 66, 66, 68, 68, 68, 68, 68, 64, 64' + elsif ['power-outage'].include? warning_case + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-schedules-simple-power-outage.xml')) elsif ['schedule-file-and-weekday-weekend-multipliers'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-misc-loads-large-uncommon.xml')) hpxml.header.utility_bill_scenarios.clear # we don't want the propane warning - hpxml.header.schedules_filepaths << 'HPXMLtoOpenStudio/resources/schedule_files/occupancy-smooth.csv' + hpxml.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/occupancy-stochastic.csv') + hpxml.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/occupancy-non-stochastic.csv') elsif ['schedule-file-and-setpoints'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) - hpxml.header.schedules_filepaths << 'HPXMLtoOpenStudio/resources/schedule_files/setpoints.csv' - hpxml.header.schedules_filepaths << 'HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv' + hpxml.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/setpoints.csv') + hpxml.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/water-heater-setpoints.csv') elsif ['schedule-file-and-operating-mode'].include? warning_case hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml')) - hpxml.header.schedules_filepaths << 'HPXMLtoOpenStudio/resources/schedule_files/water-heater-operating-modes.csv' + hpxml.header.schedules_filepaths << File.join(File.dirname(__FILE__), '../resources/schedule_files/water-heater-operating-modes.csv') else fail "Unhandled case: #{warning_case}." end @@ -1251,26 +1370,16 @@ def test_ruby_warning_messages private - def _test_schematron_validation(hpxml_path, hpxml_doc, expected_errors: nil, expected_warnings: nil) - errors, warnings = XMLValidator.validate_against_schematron(hpxml_path, @epvalidator_stron_path, hpxml_doc) - if not expected_errors.nil? - _compare_errors_or_warnings('error', errors, expected_errors) - end - if not expected_warnings.nil? - _compare_errors_or_warnings('warning', warnings, expected_warnings) - end - end - - def _test_schema_validation(hpxml_path, schema_path) - errors, _warnings = XMLValidator.validate_against_schema(hpxml_path, schema_path) + def _test_schema_validation(hpxml_path, schematron_schema_validator) + errors, _warnings = XMLValidator.validate_against_schema(hpxml_path, schematron_schema_validator) if errors.size > 0 flunk "#{hpxml_path}: #{errors}" end end def _test_schema_and_schematron_validation(hpxml_path, hpxml_doc, expected_errors: nil, expected_warnings: nil) - sct_errors, sct_warnings = XMLValidator.validate_against_schematron(hpxml_path, @epvalidator_stron_path, hpxml_doc) - xsd_errors, xsd_warnings = XMLValidator.validate_against_schema(hpxml_path, @hpxml_schema_path) + sct_errors, sct_warnings = XMLValidator.validate_against_schematron(hpxml_path, @schematron_validator, hpxml_doc) + xsd_errors, xsd_warnings = XMLValidator.validate_against_schema(hpxml_path, @schema_validator) if not expected_errors.nil? _compare_errors_or_warnings('error', sct_errors + xsd_errors, expected_errors) end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb index e6e358d7..b3d14e56 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_water_heater.rb @@ -371,7 +371,7 @@ def test_dsh_1_speed # Check water heater assert_equal(2, model.getWaterHeaterMixeds.size) # preheat tank + water heater - wh = model.getWaterHeaterMixeds.select { |wh| (not wh.name.get.include? 'storage tank') }[0] + wh = model.getWaterHeaterMixeds.find { |wh| (not wh.name.get.include? 'storage tank') } assert_equal(fuel, wh.heaterFuelType) assert_equal(loc, wh.ambientTemperatureThermalZone.get.name.get) assert_in_epsilon(tank_volume, wh.tankVolume.get, 0.001) @@ -384,7 +384,7 @@ def test_dsh_1_speed # Check desuperheater assert_equal(1, model.getCoilWaterHeatingDesuperheaters.size) - preheat_tank = model.getWaterHeaterMixeds.select { |wh| wh.name.get.include? 'storage tank' }[0] + preheat_tank = model.getWaterHeaterMixeds.find { |wh| wh.name.get.include? 'storage tank' } dsh_coil = model.getCoilWaterHeatingDesuperheaters[0] assert_equal(true, dsh_coil.heatingSource.get.to_CoilCoolingDXSingleSpeed.is_initialized) assert_equal(preheat_tank, dsh_coil.heatRejectionTarget.get.to_WaterHeaterMixed.get) @@ -409,7 +409,7 @@ def test_dsh_var_speed # Check water heater assert_equal(2, model.getWaterHeaterMixeds.size) # preheat tank + water heater - wh = model.getWaterHeaterMixeds.select { |wh| (not wh.name.get.include? 'storage tank') }[0] + wh = model.getWaterHeaterMixeds.find { |wh| (not wh.name.get.include? 'storage tank') } assert_equal(fuel, wh.heaterFuelType) assert_equal(loc, wh.ambientTemperatureThermalZone.get.name.get) assert_in_epsilon(tank_volume, wh.tankVolume.get, 0.001) @@ -422,7 +422,7 @@ def test_dsh_var_speed # Check desuperheater assert_equal(1, model.getCoilWaterHeatingDesuperheaters.size) - preheat_tank = model.getWaterHeaterMixeds.select { |wh| wh.name.get.include? 'storage tank' }[0] + preheat_tank = model.getWaterHeaterMixeds.find { |wh| wh.name.get.include? 'storage tank' } dsh_coil = model.getCoilWaterHeatingDesuperheaters[0] assert_equal(true, dsh_coil.heatingSource.get.to_CoilCoolingDXMultiSpeed.is_initialized) assert_equal(preheat_tank, dsh_coil.heatRejectionTarget.get.to_WaterHeaterMixed.get) @@ -447,7 +447,7 @@ def test_dsh_gshp # Check water heater assert_equal(2, model.getWaterHeaterMixeds.size) # preheat tank + water heater - wh = model.getWaterHeaterMixeds.select { |wh| (not wh.name.get.include? 'storage tank') }[0] + wh = model.getWaterHeaterMixeds.find { |wh| (not wh.name.get.include? 'storage tank') } assert_equal(fuel, wh.heaterFuelType) assert_equal(loc, wh.ambientTemperatureThermalZone.get.name.get) assert_in_epsilon(tank_volume, wh.tankVolume.get, 0.001) @@ -460,7 +460,7 @@ def test_dsh_gshp # Check desuperheater assert_equal(1, model.getCoilWaterHeatingDesuperheaters.size) - preheat_tank = model.getWaterHeaterMixeds.select { |wh| wh.name.get.include? 'storage tank' }[0] + preheat_tank = model.getWaterHeaterMixeds.find { |wh| wh.name.get.include? 'storage tank' } dsh_coil = model.getCoilWaterHeatingDesuperheaters[0] assert_equal(true, dsh_coil.heatingSource.get.to_CoilCoolingWaterToAirHeatPumpEquationFit.is_initialized) assert_equal(preheat_tank, dsh_coil.heatRejectionTarget.get.to_WaterHeaterMixed.get) @@ -534,7 +534,7 @@ def test_solar_direct_evacuated_tube assert_equal(plant_loop.fluidType, 'Water') loop = plant_loop end - pump = loop.supplyComponents.select { |comp| comp.to_PumpConstantSpeed.is_initialized }[0] + pump = loop.supplyComponents.find { |comp| comp.to_PumpConstantSpeed.is_initialized } assert_equal(pump_power, pump.to_PumpConstantSpeed.get.ratedPowerConsumption.get) assert_equal(collector_attached_to_tank, true) end @@ -607,7 +607,7 @@ def test_solar_direct_flat_plate assert_equal(plant_loop.fluidType, 'Water') loop = plant_loop end - pump = loop.supplyComponents.select { |comp| comp.to_PumpConstantSpeed.is_initialized }[0] + pump = loop.supplyComponents.find { |comp| comp.to_PumpConstantSpeed.is_initialized } assert_equal(pump_power, pump.to_PumpConstantSpeed.get.ratedPowerConsumption.get) assert_equal(collector_attached_to_tank, true) end @@ -680,7 +680,7 @@ def test_solar_indirect_flat_plate assert_equal(plant_loop.fluidType, 'PropyleneGlycol') loop = plant_loop end - pump = loop.supplyComponents.select { |comp| comp.to_PumpConstantSpeed.is_initialized }[0] + pump = loop.supplyComponents.find { |comp| comp.to_PumpConstantSpeed.is_initialized } assert_equal(pump_power, pump.to_PumpConstantSpeed.get.ratedPowerConsumption.get) assert_equal(collector_attached_to_tank, true) end @@ -753,7 +753,7 @@ def test_solar_thermosyphon_flat_plate assert_equal(plant_loop.fluidType, 'Water') loop = plant_loop end - pump = loop.supplyComponents.select { |comp| comp.to_PumpConstantSpeed.is_initialized }[0] + pump = loop.supplyComponents.find { |comp| comp.to_PumpConstantSpeed.is_initialized } assert_equal(pump_power, pump.to_PumpConstantSpeed.get.ratedPowerConsumption.get) assert_equal(collector_attached_to_tank, true) end @@ -821,7 +821,7 @@ def test_solar_direct_ics assert_equal(plant_loop.fluidType, 'Water') loop = plant_loop end - pump = loop.supplyComponents.select { |comp| comp.to_PumpConstantSpeed.is_initialized }[0] + pump = loop.supplyComponents.find { |comp| comp.to_PumpConstantSpeed.is_initialized } assert_equal(pump_power, pump.to_PumpConstantSpeed.get.ratedPowerConsumption.get) assert_equal(collector_attached_to_tank, true) end diff --git a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_weather.rb b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_weather.rb index 2a5956a9..f2293727 100644 --- a/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_weather.rb +++ b/example_files/resources/hpxml-measures/HPXMLtoOpenStudio/tests/test_weather.rb @@ -4,73 +4,211 @@ require 'openstudio' require 'openstudio/measure/ShowRunnerOutput' require 'fileutils' -require_relative '../measure.rb' - -class HPXMLtoOpenStudioWaterHeaterTest < MiniTest::Test - def setup - @root_path = File.absolute_path(File.join(File.dirname(__FILE__), '..', '..')) - @sample_files_path = File.join(@root_path, 'workflow', 'sample_files') - @cache_orig = File.join(@root_path, 'weather', 'USA_CO_Denver.Intl.AP.725650_TMY3-cache.csv') - @cache_bak = @cache_orig + '.bak' - File.rename(@cache_orig, @cache_bak) unless File.exist? @cache_bak - end +require_relative '../resources/weather.rb' +require_relative '../resources/unit_conversions.rb' +require_relative '../resources/psychrometrics.rb' +require_relative '../resources/materials.rb' +require_relative '../resources/constants.rb' +require_relative '../resources/util.rb' - def teardown - File.rename(@cache_bak, @cache_orig) if File.exist? @cache_bak # Put original file back +class HPXMLtoOpenStudioWeatherTest < MiniTest::Test + def weather_dir + return File.join(File.dirname(__FILE__), '..', '..', 'weather') end - def test_weather_cache - args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base.xml')) - _model, _hpxml = _test_measure(args_hash) - end + def test_denver + runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new) + weather = WeatherProcess.new(epw_path: File.join(weather_dir, 'USA_CO_Denver.Intl.AP.725650_TMY3.epw'), runner: runner) + + # Check header + assert_equal('Denver Intl Ap', weather.header.City) + assert_equal('CO', weather.header.State) + assert_equal('USA', weather.header.Country) + assert_equal('TMY3', weather.header.DataSource) + assert_equal('725650', weather.header.Station) + assert_equal(39.83, weather.header.Latitude) + assert_equal(-104.65, weather.header.Longitude) + assert_equal(-7.0, weather.header.Timezone) + assert_in_delta(5413.4, weather.header.Altitude, 0.1) + assert_in_delta(0.82, weather.header.LocalPressure, 0.01) - def test_weather_cache_marshal_dump - # DFHPs can trigger code in hvac_sizing.rb where we Marshal.dump the weather object. - # This tests that that code is successful. - # See https://github.com/NREL/OpenStudio-HPXML/pull/1144 for reference. - File.open(@cache_orig, 'w') do |_line| # Open file so that OS-HPXML can't write the cache file - args_hash = {} - args_hash['hpxml_path'] = File.absolute_path(File.join(@sample_files_path, 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml')) - _model, _hpxml = _test_measure(args_hash) + # Check data + assert_equal(1, weather.header.RecordsPerHour) + assert_in_delta(51.6, weather.data.AnnualAvgDrybulb, 0.1) + assert_in_delta(3072.3, weather.data.CDD50F, 0.1) + assert_in_delta(883.6, weather.data.CDD65F, 0.1) + assert_in_delta(2497.2, weather.data.HDD50F, 0.1) + assert_in_delta(5783.5, weather.data.HDD65F, 0.1) + assert_equal(0.59, weather.data.WSF) + [33.4, 31.9, 43.0, 42.5, 59.9, 73.6, 72.1, 72.7, 66.5, 50.1, 37.2, 34.6].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDrybulbs[i], 0.1) end + [47.4, 46.6, 55.2, 53.7, 72.8, 88.7, 86.2, 85.9, 82.1, 63.2, 48.7, 48.9].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDailyHighDrybulbs[i], 0.1) + end + [19.3, 19.9, 30.3, 31.1, 47.4, 57.9, 59.1, 61.0, 52.4, 38.4, 27.0, 23.0].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDailyLowDrybulbs[i], 0.1) + end + [44.1, 40.9, 40.6, 42.2, 48.2, 54.3, 59.5, 62.8, 63.1, 60.4, 55.3, 49.4].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.GroundMonthlyTemps[i], 0.1) + end + + # Check design + assert_in_delta(6.8, weather.design.HeatingDrybulb, 0.1) + assert_in_delta(91.8, weather.design.CoolingDrybulb, 0.1) + assert_in_delta(60.1, weather.design.CoolingWetbulb, 0.1) + assert_in_delta(0.0061, weather.design.CoolingHumidityRatio, 0.0001) + assert_in_delta(27.4, weather.design.DailyTemperatureRange, 0.1) + + # Check runner + assert_equal(0, runner.result.stepErrors.size) + assert_equal(0, runner.result.stepWarnings.size) end - def _test_measure(args_hash) - # create an instance of the measure - measure = HPXMLtoOpenStudio.new + def test_honolulu + runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new) + weather = WeatherProcess.new(epw_path: File.join(weather_dir, 'USA_HI_Honolulu.Intl.AP.911820_TMY3.epw'), runner: runner) + + # Check header + assert_equal('Honolulu Intl Arpt', weather.header.City) + assert_equal('HI', weather.header.State) + assert_equal('USA', weather.header.Country) + assert_equal('TMY3', weather.header.DataSource) + assert_equal('911820', weather.header.Station) + assert_equal(21.32, weather.header.Latitude) + assert_equal(-157.93, weather.header.Longitude) + assert_equal(-10.0, weather.header.Timezone) + assert_in_delta(6.6, weather.header.Altitude, 0.1) + assert_in_delta(1.0, weather.header.LocalPressure, 0.01) + # Check data + assert_equal(1, weather.header.RecordsPerHour) + assert_in_delta(76.8, weather.data.AnnualAvgDrybulb, 0.1) + assert_in_delta(9798.7, weather.data.CDD50F, 0.1) + assert_in_delta(4323.7, weather.data.CDD65F, 0.1) + assert_in_delta(0.0, weather.data.HDD50F, 0.1) + assert_in_delta(0.0, weather.data.HDD65F, 0.1) + assert_equal(0.42, weather.data.WSF) + [72.5, 73.0, 73.7, 74.8, 77.4, 78.6, 80.4, 80.7, 80.4, 79.2, 76.6, 74.6].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDrybulbs[i], 0.1) + end + [80.0, 80.6, 81.7, 82.5, 85.4, 84.3, 87.8, 88.9, 87.0, 88.2, 83.6, 80.6].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDailyHighDrybulbs[i], 0.1) + end + [66.1, 65.9, 66.6, 68.8, 70.7, 73.7, 75.2, 74.5, 75.2, 71.9, 70.6, 69.1].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDailyLowDrybulbs[i], 0.1) + end + [75.6, 75.0, 74.9, 75.2, 76.4, 77.6, 78.7, 79.3, 79.4, 78.9, 77.8, 76.7].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.GroundMonthlyTemps[i], 0.1) + end + + # Check design + assert_in_delta(63.3, weather.design.HeatingDrybulb, 0.1) + assert_in_delta(89.1, weather.design.CoolingDrybulb, 0.1) + assert_in_delta(73.6, weather.design.CoolingWetbulb, 0.1) + assert_in_delta(0.0141, weather.design.CoolingHumidityRatio, 0.0001) + assert_in_delta(12.8, weather.design.DailyTemperatureRange, 0.1) + + # Check runner + assert_equal(0, runner.result.stepErrors.size) + assert_equal(0, runner.result.stepWarnings.size) + end + + def test_cape_town runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new) - model = OpenStudio::Model::Model.new + weather = WeatherProcess.new(epw_path: File.join(weather_dir, 'ZAF_Cape.Town.688160_IWEC.epw'), runner: runner) - # get arguments - args_hash['output_dir'] = File.dirname(__FILE__) - arguments = measure.arguments(model) - argument_map = OpenStudio::Measure.convertOSArgumentVectorToMap(arguments) + # Check header + assert_equal('CAPE TOWN', weather.header.City) + assert_equal('-', weather.header.State) + assert_equal('ZAF', weather.header.Country) + assert_equal('IWEC Data', weather.header.DataSource) + assert_equal('688160', weather.header.Station) + assert_equal(-33.98, weather.header.Latitude) + assert_equal(18.6, weather.header.Longitude) + assert_equal(2.0, weather.header.Timezone) + assert_in_delta(137.8, weather.header.Altitude, 0.1) + assert_in_delta(1.0, weather.header.LocalPressure, 0.01) - # populate argument with specified hash value if specified - arguments.each do |arg| - temp_arg_var = arg.clone - if args_hash.has_key?(arg.name) - assert(temp_arg_var.setValue(args_hash[arg.name])) - end - argument_map[arg.name] = temp_arg_var + # Check data + assert_equal(1, weather.header.RecordsPerHour) + assert_in_delta(61.7, weather.data.AnnualAvgDrybulb, 0.1) + assert_in_delta(4297.8, weather.data.CDD50F, 0.1) + assert_in_delta(503.0, weather.data.CDD65F, 0.1) + assert_in_delta(17.5, weather.data.HDD50F, 0.1) + assert_in_delta(1697.6, weather.data.HDD65F, 0.1) + assert_equal(0.56, weather.data.WSF) + [69.5, 69.5, 66.4, 61.7, 58.6, 55.1, 54.2, 55.2, 57.8, 60.7, 65.0, 67.6].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDrybulbs[i], 0.1) + end + [79.0, 78.5, 74.2, 70.0, 68.8, 64.6, 63.3, 64.2, 66.4, 70.6, 72.3, 76.0].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDailyHighDrybulbs[i], 0.1) + end + [61.0, 61.9, 59.7, 54.5, 50.8, 46.7, 45.3, 47.7, 50.1, 50.6, 57.9, 59.6].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDailyLowDrybulbs[i], 0.1) + end + [59.2, 58.0, 57.9, 58.5, 60.7, 62.9, 64.9, 66.1, 66.2, 65.2, 63.3, 61.1].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.GroundMonthlyTemps[i], 0.1) end - # run the measure - measure.run(model, runner, argument_map) - result = runner.result + # Check design + assert_in_delta(41.0, weather.design.HeatingDrybulb, 0.1) + assert_in_delta(84.4, weather.design.CoolingDrybulb, 0.1) + assert_in_delta(66.2, weather.design.CoolingWetbulb, 0.1) + assert_in_delta(0.0095, weather.design.CoolingHumidityRatio, 0.0001) + assert_in_delta(17.1, weather.design.DailyTemperatureRange, 0.1) - # show the output - show_output(result) unless result.value.valueName == 'Success' + # Check runner + assert_equal(0, runner.result.stepErrors.size) + assert_equal(0, runner.result.stepWarnings.size) + end + + def test_boulder_amy_with_leap_day + runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new) + weather = WeatherProcess.new(epw_path: File.join(weather_dir, 'US_CO_Boulder_AMY_2012.epw'), runner: runner) - # assert that it ran correctly - assert_equal('Success', result.value.valueName) + # Check header + assert_equal('Boulder', weather.header.City) + assert_equal('CO', weather.header.State) + assert_equal('US', weather.header.Country) + assert_equal('NSRDB 2.0.1 2012 AMY', weather.header.DataSource) + assert_equal('724699', weather.header.Station) + assert_equal(40.13, weather.header.Latitude) + assert_equal(-105.22, weather.header.Longitude) + assert_equal(-7.0, weather.header.Timezone) + assert_in_delta(5300.2, weather.header.Altitude, 0.1) + assert_in_delta(0.82, weather.header.LocalPressure, 0.01) - hpxml = HPXML.new(hpxml_path: args_hash['hpxml_path']) + # Check data + assert_equal(1, weather.header.RecordsPerHour) + assert_in_delta(49.4, weather.data.AnnualAvgDrybulb, 0.1) + assert_in_delta(2633.8, weather.data.CDD50F, 0.1) + assert_in_delta(609.1, weather.data.CDD65F, 0.1) + assert_in_delta(2863.0, weather.data.HDD50F, 0.1) + assert_in_delta(6328.3, weather.data.HDD65F, 0.1) + assert_equal(0.58, weather.data.WSF) + [30.8, 26.4, 43.0, 49.4, 56.8, 71.1, 71.2, 70.4, 60.8, 45.3, 39.6, 27.0].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDrybulbs[i], 0.1) + end + [42.4, 37.8, 59.1, 66.2, 73.9, 89.2, 86.2, 87.5, 76.5, 61.2, 54.5, 38.2].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDailyHighDrybulbs[i], 0.1) + end + [22.1, 17.4, 30.4, 34.4, 40.8, 54.1, 57.5, 55.6, 48.1, 33.5, 30.0, 18.9].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.MonthlyAvgDailyLowDrybulbs[i], 0.1) + end + [41.3, 37.9, 37.6, 39.2, 45.7, 52.2, 57.9, 61.4, 61.8, 58.8, 53.4, 47.1].each_with_index do |monthly_temp, i| + assert_in_delta(monthly_temp, weather.data.GroundMonthlyTemps[i], 0.1) + end - File.delete(File.join(File.dirname(__FILE__), 'in.xml')) + # Check design + assert_in_delta(10.2, weather.design.HeatingDrybulb, 0.1) + assert_in_delta(91.4, weather.design.CoolingDrybulb, 0.1) + assert_in_delta(58.0, weather.design.CoolingWetbulb, 0.1) + assert_in_delta(0.0046, weather.design.CoolingHumidityRatio, 0.0001) + assert_in_delta(31.9, weather.design.DailyTemperatureRange, 0.1) - return model, hpxml + # Check runner + assert_equal(0, runner.result.stepErrors.size) + assert_equal(1, runner.result.stepWarnings.select { |w| w == 'No design condition info found; calculating design conditions from EPW weather data.' }.size) end end diff --git a/example_files/resources/hpxml-measures/README.md b/example_files/resources/hpxml-measures/README.md index c7579b9e..2b1b81ee 100644 --- a/example_files/resources/hpxml-measures/README.md +++ b/example_files/resources/hpxml-measures/README.md @@ -5,7 +5,7 @@ [![Documentation Status](https://readthedocs.org/projects/openstudio-hpxml/badge/?version=latest)](https://openstudio-hpxml.readthedocs.io/en/latest/?badge=latest) OpenStudio-HPXML allows running residential EnergyPlus simulations using an [HPXML file](https://hpxml.nrel.gov/) for the building description. -A Schematron document (`HPXMLtoOpenStudio/resources/hpxml_schematron/EPvalidator.xml`) for the EnergyPlus use case is used to validate that the appropriate HPXML inputs are provided to run EnergyPlus. +It is intended to be used by user interfaces or other automated software workflows that automatically produce the HPXML file. A [Schematron](http://schematron.com/) document for the EnergyPlus use case is used to validate that the appropriate HPXML inputs are provided to run EnergyPlus. OpenStudio-HPXML can accommodate a wide range of different building technologies and geometries. End-to-end simulations typically run in 3-10 seconds, depending on complexity, computer platform and speed, etc. @@ -14,7 +14,7 @@ For more information on running simulations, generating HPXML files, etc., pleas ## Workflows -A simple [run_simulation.rb script](https://github.com/NREL/OpenStudio-HPXML/blob/master/workflow/run_simulation.rb) is provided to run a residential EnergyPlus simulation from an HPXML file. +A simple `run_simulation.rb` script is provided to run a residential EnergyPlus simulation from an HPXML file. See the [Usage Instructions](https://openstudio-hpxml.readthedocs.io/en/latest/usage_instructions.html) for documentation on running the workflow. Since [OpenStudio measures](http://nrel.github.io/OpenStudio-user-documentation/getting_started/about_measures/) are used for model generation, additional OpenStudio-based workflows and interfaces can instead be used if desired. @@ -31,11 +31,11 @@ This repository contains several OpenStudio measures: ## Projects The OpenStudio-HPXML workflow is used by a number of other residential projects, including: +- [BEopt](https://beopt.nrel.gov) - [Energy Rating Index (ERI)](https://github.com/NREL/OpenStudio-ERI) - [Home Energy Score](https://betterbuildingssolutioncenter.energy.gov/home-energy-score) - [ResStock](https://resstock.nrel.gov/) - [URBANopt](https://www.nrel.gov/buildings/urbanopt.html) -- [BEopt](https://beopt.nrel.gov) (pending) - [Weatherization Assistant](https://weatherization.ornl.gov/softwaredescription/) (pending) ## License diff --git a/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.rb b/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.rb index fdca2a84..3370c7a0 100644 --- a/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.rb +++ b/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.rb @@ -43,6 +43,90 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue('csv') args << arg + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_total_consumptions', false) + arg.setDisplayName('Generate Annual Output: Total Consumptions') + arg.setDescription('Generates annual energy consumptions for the total building.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_fuel_consumptions', false) + arg.setDisplayName('Generate Annual Output: Fuel Consumptions') + arg.setDescription('Generates annual energy consumptions for each fuel type.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_end_use_consumptions', false) + arg.setDisplayName('Generate Annual Output: End Use Consumptions') + arg.setDescription('Generates annual energy consumptions for each end use.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_system_use_consumptions', false) + arg.setDisplayName('Generate Annual Output: System Use Consumptions') + arg.setDescription('Generates annual energy consumptions for each end use of each HVAC and water heating system.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_emissions', false) + arg.setDisplayName('Generate Annual Output: Emissions') + arg.setDescription('Generates annual emissions. Requires the appropriate HPXML inputs to be specified.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_emission_fuels', false) + arg.setDisplayName('Generate Annual Output: Emission Fuel Uses') + arg.setDescription('Generates annual emissions for each fuel type. Requires the appropriate HPXML inputs to be specified.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_emission_end_uses', false) + arg.setDisplayName('Generate Annual Output: Emission End Uses') + arg.setDescription('Generates annual emissions for each end use. Requires the appropriate HPXML inputs to be specified.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_total_loads', false) + arg.setDisplayName('Generate Annual Output: Total Loads') + arg.setDescription('Generates annual heating, cooling, and hot water loads.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_unmet_hours', false) + arg.setDisplayName('Generate Annual Output: Unmet Hours') + arg.setDescription('Generates annual unmet hours for heating and cooling.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_peak_fuels', false) + arg.setDisplayName('Generate Annual Output: Peak Fuels') + arg.setDescription('Generates annual electricity peaks for summer/winter.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_peak_loads', false) + arg.setDisplayName('Generate Annual Output: Peak Loads') + arg.setDescription('Generates annual peak loads for heating/cooling.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_component_loads', false) + arg.setDisplayName('Generate Annual Output: Component Loads') + arg.setDescription('Generates annual heating and cooling loads disaggregated by component type.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_hot_water_uses', false) + arg.setDisplayName('Generate Annual Output: Hot Water Uses') + arg.setDescription('Generates annual hot water usages for each end use.') + arg.setDefaultValue(true) + args << arg + + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_annual_hvac_summary', false) + arg.setDisplayName('Generate Annual Output: HVAC Summary') + arg.setDescription('Generates HVAC capacities, design temperatures, and design loads.') + arg.setDefaultValue(true) + args << arg + timeseries_frequency_chs = OpenStudio::StringVector.new timeseries_frequency_chs << 'none' timeseries_frequency_chs << 'timestep' @@ -57,7 +141,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_timeseries_total_consumptions', false) arg.setDisplayName('Generate Timeseries Output: Total Consumptions') - arg.setDescription('Generates timeseries energy consumptions for building total.') + arg.setDescription('Generates timeseries energy consumptions for the total building.') arg.setDefaultValue(false) args << arg @@ -73,6 +157,12 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue(false) args << arg + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_timeseries_system_use_consumptions', false) + arg.setDisplayName('Generate Timeseries Output: System Use Consumptions') + arg.setDescription('Generates timeseries energy consumptions for each end use of each HVAC and water heating system.') + arg.setDefaultValue(false) + args << arg + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_timeseries_emissions', false) arg.setDisplayName('Generate Timeseries Output: Emissions') arg.setDescription('Generates timeseries emissions. Requires the appropriate HPXML inputs to be specified.') @@ -80,7 +170,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument args << arg arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_timeseries_emission_fuels', false) - arg.setDisplayName('Generate Timeseries Output: Emissions') + arg.setDisplayName('Generate Timeseries Output: Emission Fuel Uses') arg.setDescription('Generates timeseries emissions for each fuel type. Requires the appropriate HPXML inputs to be specified.') arg.setDefaultValue(false) args << arg @@ -99,7 +189,7 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg = OpenStudio::Measure::OSArgument::makeBoolArgument('include_timeseries_total_loads', false) arg.setDisplayName('Generate Timeseries Output: Total Loads') - arg.setDescription('Generates timeseries total heating, cooling, and hot water loads.') + arg.setDescription('Generates timeseries heating, cooling, and hot water loads.') arg.setDefaultValue(false) args << arg @@ -142,6 +232,11 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDefaultValue('start') args << arg + arg = OpenStudio::Measure::OSArgument::makeIntegerArgument('timeseries_num_decimal_places', false) + arg.setDisplayName('Generate Timeseries Output: Number of Decimal Places') + arg.setDescription('Allows overriding the default number of decimal places for timeseries output. Does not apply if output format is msgpack, where no rounding is performed because there is no file size penalty to storing full precision.') + args << arg + arg = OpenStudio::Measure::OSArgument::makeBoolArgument('add_timeseries_dst_column', false) arg.setDisplayName('Generate Timeseries Output: Add TimeDST Column') arg.setDescription('Optionally add, in addition to the default local standard Time column, a local clock TimeDST column. Requires that daylight saving time is enabled.') @@ -159,11 +254,6 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument arg.setDescription('Optionally generates timeseries EnergyPlus output variables. If multiple output variables are desired, use a comma-separated list. Do not include key values; by default all key values will be requested. Example: "Zone People Occupant Count, Zone People Total Heating Energy"') args << arg - arg = OpenStudio::Measure::OSArgument::makeBoolArgument('generate_eri_outputs', false) - arg.setDisplayName('Generate ERI Outputs') - arg.setDescription('Optionally generate additional outputs needed for Energy Rating Index (ERI) calculations.') - args << arg - arg = OpenStudio::Measure::OSArgument::makeStringArgument('annual_output_file_name', false) arg.setDisplayName('Annual Output File Name') arg.setDescription("If not provided, defaults to 'results_annual.csv' (or 'results_annual.json' or 'results_annual.msgpack').") @@ -177,35 +267,28 @@ def arguments(model) # rubocop:disable Lint/UnusedMethodArgument return args end - # define the outputs that the measure will create - def outputs - outs = OpenStudio::Measure::OSOutputVector.new - - setup_outputs(true) - - all_outputs = [] - all_outputs << @totals - all_outputs << @fuels - all_outputs << @end_uses - all_outputs << @loads - all_outputs << @unmet_hours - all_outputs << @peak_fuels - all_outputs << @peak_loads - all_outputs << @component_loads - all_outputs << @hot_water_uses - - output_names = [] - all_outputs.each do |outputs| - outputs.values.each do |obj| - output_names << get_runner_output_name(obj.name, obj.annual_units) + def get_arguments(runner, arguments, user_arguments) + args = get_argument_values(runner, arguments, user_arguments) + args.each do |k, val| + if val.respond_to?(:is_initialized) && val.is_initialized + args[k] = val.get + elsif k.start_with?('include_annual') + args[k] = true # default if not provided + elsif k.start_with?('include_timeseries') + args[k] = false # default if not provided + else + args[k] = nil # default if not provided end end + if args[:timeseries_frequency] == 'none' + # Override all timeseries arguments + args.each do |k, _val| + next unless k.start_with?('include_timeseries') - output_names.each do |output_name| - outs << OpenStudio::Measure::OSOutput.makeDoubleOutput(output_name) + args[k] = false + end end - - return outs + return args end # return a vector of IdfObject's to request EnergyPlus objects needed by the run method @@ -238,56 +321,10 @@ def energyPlusOutputRequests(runner, user_arguments) has_heating = @model.getBuilding.additionalProperties.getFeatureAsBoolean('has_heating').get has_cooling = @model.getBuilding.additionalProperties.getFeatureAsBoolean('has_cooling').get - timeseries_frequency = runner.getStringArgumentValue('timeseries_frequency', user_arguments) - if timeseries_frequency != 'none' - include_timeseries_total_consumptions = runner.getOptionalBoolArgumentValue('include_timeseries_total_consumptions', user_arguments) - include_timeseries_fuel_consumptions = runner.getOptionalBoolArgumentValue('include_timeseries_fuel_consumptions', user_arguments) - include_timeseries_end_use_consumptions = runner.getOptionalBoolArgumentValue('include_timeseries_end_use_consumptions', user_arguments) - include_timeseries_emissions = runner.getOptionalBoolArgumentValue('include_timeseries_emissions', user_arguments) - include_timeseries_emission_fuels = runner.getOptionalBoolArgumentValue('include_timeseries_emission_fuels', user_arguments) - include_timeseries_emission_end_uses = runner.getOptionalBoolArgumentValue('include_timeseries_emission_end_uses', user_arguments) - include_timeseries_hot_water_uses = runner.getOptionalBoolArgumentValue('include_timeseries_hot_water_uses', user_arguments) - include_timeseries_total_loads = runner.getOptionalBoolArgumentValue('include_timeseries_total_loads', user_arguments) - include_timeseries_component_loads = runner.getOptionalBoolArgumentValue('include_timeseries_component_loads', user_arguments) - include_timeseries_unmet_hours = runner.getOptionalBoolArgumentValue('include_timeseries_unmet_hours', user_arguments) - include_timeseries_zone_temperatures = runner.getOptionalBoolArgumentValue('include_timeseries_zone_temperatures', user_arguments) - include_timeseries_airflows = runner.getOptionalBoolArgumentValue('include_timeseries_airflows', user_arguments) - include_timeseries_weather = runner.getOptionalBoolArgumentValue('include_timeseries_weather', user_arguments) - user_output_variables = runner.getOptionalStringArgumentValue('user_output_variables', user_arguments) - - include_timeseries_total_consumptions = include_timeseries_total_consumptions.is_initialized ? include_timeseries_total_consumptions.get : false - include_timeseries_fuel_consumptions = include_timeseries_fuel_consumptions.is_initialized ? include_timeseries_fuel_consumptions.get : false - include_timeseries_end_use_consumptions = include_timeseries_end_use_consumptions.is_initialized ? include_timeseries_end_use_consumptions.get : false - include_timeseries_emissions = include_timeseries_emissions.is_initialized ? include_timeseries_emissions.get : false - include_timeseries_emission_fuels = include_timeseries_emission_fuels.is_initialized ? include_timeseries_emission_fuels.get : false - include_timeseries_emission_end_uses = include_timeseries_emission_end_uses.is_initialized ? include_timeseries_emission_end_uses.get : false - include_timeseries_hot_water_uses = include_timeseries_hot_water_uses.is_initialized ? include_timeseries_hot_water_uses.get : false - include_timeseries_total_loads = include_timeseries_total_loads.is_initialized ? include_timeseries_total_loads.get : false - include_timeseries_component_loads = include_timeseries_component_loads.is_initialized ? include_timeseries_component_loads.get : false - include_timeseries_unmet_hours = include_timeseries_unmet_hours.is_initialized ? include_timeseries_unmet_hours.get : false - include_timeseries_zone_temperatures = include_timeseries_zone_temperatures.is_initialized ? include_timeseries_zone_temperatures.get : false - include_timeseries_airflows = include_timeseries_airflows.is_initialized ? include_timeseries_airflows.get : false - include_timeseries_weather = include_timeseries_weather.is_initialized ? include_timeseries_weather.get : false - user_output_variables = user_output_variables.is_initialized ? user_output_variables.get : nil - end - - setup_outputs(false, user_output_variables) + args = get_arguments(runner, arguments(model), user_arguments) - # To calculate timeseries emissions or timeseries fuel consumption, we also need to select timeseries - # end use consumption because EnergyPlus results may be post-processed due to HVAC DSE. - # TODO: This could be removed if we could account for DSE inside EnergyPlus. - if not @emissions.empty? - include_hourly_electric_end_use_consumptions = true # Need hourly electricity values for Cambium - if include_timeseries_emissions || include_timeseries_emission_end_uses || include_timeseries_emission_fuels - include_timeseries_fuel_consumptions = true - end - end - if include_timeseries_total_consumptions - include_timeseries_fuel_consumptions = true - end - if include_timeseries_fuel_consumptions - include_timeseries_end_use_consumptions = true - end + setup_outputs(false, args[:user_output_variables]) + args = setup_timeseries_includes(@emissions, args) has_electricity_production = false if @end_uses.select { |_key, end_use| end_use.is_negative && end_use.variables.size > 0 }.size > 0 @@ -303,8 +340,8 @@ def energyPlusOutputRequests(runner, user_arguments) @fuels.each do |_fuel_type, fuel| fuel.meters.each do |meter| result << OpenStudio::IdfObject.load("Output:Meter,#{meter},runperiod;").get - if include_timeseries_fuel_consumptions - result << OpenStudio::IdfObject.load("Output:Meter,#{meter},#{timeseries_frequency};").get + if args[:include_timeseries_fuel_consumptions] + result << OpenStudio::IdfObject.load("Output:Meter,#{meter},#{args[:timeseries_frequency]};").get end end end @@ -313,25 +350,24 @@ def energyPlusOutputRequests(runner, user_arguments) end if has_electricity_storage result << OpenStudio::IdfObject.load('Output:Meter,ElectricStorage:ElectricityProduced,runperiod;').get # Used for error checking - if include_timeseries_fuel_consumptions - result << OpenStudio::IdfObject.load("Output:Meter,ElectricStorage:ElectricityProduced,#{timeseries_frequency};").get + if args[:include_timeseries_fuel_consumptions] + result << OpenStudio::IdfObject.load("Output:Meter,ElectricStorage:ElectricityProduced,#{args[:timeseries_frequency]};").get end end # End Use/Hot Water Use/Ideal Load outputs - { @end_uses => include_timeseries_end_use_consumptions, - @hot_water_uses => include_timeseries_hot_water_uses, - @ideal_system_loads => false }.each do |uses, include_timeseries| + { @end_uses => args[:include_timeseries_end_use_consumptions], + @hot_water_uses => args[:include_timeseries_hot_water_uses] }.each do |uses, include_ts| uses.each do |key, use| use.variables.each do |_sys_id, varkey, var| result << OpenStudio::IdfObject.load("Output:Variable,#{varkey},#{var},runperiod;").get - if include_timeseries - result << OpenStudio::IdfObject.load("Output:Variable,#{varkey},#{var},#{timeseries_frequency};").get + if include_ts + result << OpenStudio::IdfObject.load("Output:Variable,#{varkey},#{var},#{args[:timeseries_frequency]};").get end next unless use.is_a?(EndUse) fuel_type, _end_use = key - if fuel_type == FT::Elec && include_hourly_electric_end_use_consumptions + if fuel_type == FT::Elec && args[:include_hourly_electric_end_use_consumptions] result << OpenStudio::IdfObject.load("Output:Variable,#{varkey},#{var},hourly;").get end end @@ -340,9 +376,7 @@ def energyPlusOutputRequests(runner, user_arguments) # Peak Fuel outputs (annual only) @peak_fuels.values.each do |peak_fuel| - peak_fuel.meters.each do |meter| - result << OpenStudio::IdfObject.load("Output:Table:Monthly,#{peak_fuel.report},2,#{meter},HoursPositive,Electricity:Facility,MaximumDuringHoursShown;").get - end + result << OpenStudio::IdfObject.load("Output:Table:Monthly,#{peak_fuel.report},2,Electricity:Facility,Maximum;").get end # Peak Load outputs (annual only) @@ -355,9 +389,9 @@ def energyPlusOutputRequests(runner, user_arguments) @unmet_hours.each do |_key, unmet_hour| result << OpenStudio::IdfObject.load("EnergyManagementSystem:OutputVariable,#{unmet_hour.ems_variable}_annual_outvar,#{unmet_hour.ems_variable},Summed,ZoneTimestep,#{unmet_hours_program.name},hr;").get result << OpenStudio::IdfObject.load("Output:Variable,*,#{unmet_hour.ems_variable}_annual_outvar,runperiod;").get - if include_timeseries_unmet_hours + if args[:include_timeseries_unmet_hours] result << OpenStudio::IdfObject.load("EnergyManagementSystem:OutputVariable,#{unmet_hour.ems_variable}_timeseries_outvar,#{unmet_hour.ems_variable},Summed,ZoneTimestep,#{unmet_hours_program.name},hr;").get - result << OpenStudio::IdfObject.load("Output:Variable,*,#{unmet_hour.ems_variable}_timeseries_outvar,#{timeseries_frequency};").get + result << OpenStudio::IdfObject.load("Output:Variable,*,#{unmet_hour.ems_variable}_timeseries_outvar,#{args[:timeseries_frequency]};").get end end @@ -367,9 +401,9 @@ def energyPlusOutputRequests(runner, user_arguments) result << OpenStudio::IdfObject.load("EnergyManagementSystem:OutputVariable,#{comp_load.ems_variable}_annual_outvar,#{comp_load.ems_variable},Summed,ZoneTimestep,#{comp_loads_program.name},J;").get result << OpenStudio::IdfObject.load("Output:Variable,*,#{comp_load.ems_variable}_annual_outvar,runperiod;").get - if include_timeseries_component_loads + if args[:include_timeseries_component_loads] result << OpenStudio::IdfObject.load("EnergyManagementSystem:OutputVariable,#{comp_load.ems_variable}_timeseries_outvar,#{comp_load.ems_variable},Summed,ZoneTimestep,#{comp_loads_program.name},J;").get - result << OpenStudio::IdfObject.load("Output:Variable,*,#{comp_load.ems_variable}_timeseries_outvar,#{timeseries_frequency};").get + result << OpenStudio::IdfObject.load("Output:Variable,*,#{comp_load.ems_variable}_timeseries_outvar,#{args[:timeseries_frequency]};").get end end @@ -378,22 +412,22 @@ def energyPlusOutputRequests(runner, user_arguments) if not load.ems_variable.nil? result << OpenStudio::IdfObject.load("EnergyManagementSystem:OutputVariable,#{load.ems_variable}_annual_outvar,#{load.ems_variable},Summed,ZoneTimestep,#{total_loads_program.name},J;").get result << OpenStudio::IdfObject.load("Output:Variable,*,#{load.ems_variable}_annual_outvar,runperiod;").get - if include_timeseries_total_loads + if args[:include_timeseries_total_loads] result << OpenStudio::IdfObject.load("EnergyManagementSystem:OutputVariable,#{load.ems_variable}_timeseries_outvar,#{load.ems_variable},Summed,ZoneTimestep,#{total_loads_program.name},J;").get - result << OpenStudio::IdfObject.load("Output:Variable,*,#{load.ems_variable}_timeseries_outvar,#{timeseries_frequency};").get + result << OpenStudio::IdfObject.load("Output:Variable,*,#{load.ems_variable}_timeseries_outvar,#{args[:timeseries_frequency]};").get end end load.variables.each do |_sys_id, varkey, var| result << OpenStudio::IdfObject.load("Output:Variable,#{varkey},#{var},runperiod;").get - if include_timeseries_total_loads - result << OpenStudio::IdfObject.load("Output:Variable,#{varkey},#{var},#{timeseries_frequency};").get + if args[:include_timeseries_total_loads] + result << OpenStudio::IdfObject.load("Output:Variable,#{varkey},#{var},#{args[:timeseries_frequency]};").get end end end # Temperature outputs (timeseries only) - if include_timeseries_zone_temperatures - result << OpenStudio::IdfObject.load("Output:Variable,*,Zone Mean Air Temperature,#{timeseries_frequency};").get + if args[:include_timeseries_zone_temperatures] + result << OpenStudio::IdfObject.load("Output:Variable,*,Zone Mean Air Temperature,#{args[:timeseries_frequency]};").get # For reporting temperature-scheduled spaces timeseries temperatures. keys = [HPXML::LocationOtherHeatedSpace, HPXML::LocationOtherMultifamilyBufferSpace, @@ -404,46 +438,38 @@ def energyPlusOutputRequests(runner, user_arguments) keys.each do |key| next if @model.getScheduleConstants.select { |o| o.name.to_s == key }.size == 0 - result << OpenStudio::IdfObject.load("Output:Variable,#{key},Schedule Value,#{timeseries_frequency};").get + result << OpenStudio::IdfObject.load("Output:Variable,#{key},Schedule Value,#{args[:timeseries_frequency]};").get end # Also report thermostat setpoints if has_heating - result << OpenStudio::IdfObject.load("Output:Variable,#{HPXML::LocationLivingSpace.upcase},Zone Thermostat Heating Setpoint Temperature,#{timeseries_frequency};").get + result << OpenStudio::IdfObject.load("Output:Variable,#{HPXML::LocationLivingSpace.upcase},Zone Thermostat Heating Setpoint Temperature,#{args[:timeseries_frequency]};").get end if has_cooling - result << OpenStudio::IdfObject.load("Output:Variable,#{HPXML::LocationLivingSpace.upcase},Zone Thermostat Cooling Setpoint Temperature,#{timeseries_frequency};").get + result << OpenStudio::IdfObject.load("Output:Variable,#{HPXML::LocationLivingSpace.upcase},Zone Thermostat Cooling Setpoint Temperature,#{args[:timeseries_frequency]};").get end end # Airflow outputs (timeseries only) - if include_timeseries_airflows + if args[:include_timeseries_airflows] @airflows.values.each do |airflow| ems_program = @model.getModelObjectByName(airflow.ems_program.gsub(' ', '_')).get.to_EnergyManagementSystemProgram.get airflow.ems_variables.each do |ems_variable| result << OpenStudio::IdfObject.load("EnergyManagementSystem:OutputVariable,#{ems_variable}_timeseries_outvar,#{ems_variable},Averaged,ZoneTimestep,#{ems_program.name},m^3/s;").get - result << OpenStudio::IdfObject.load("Output:Variable,*,#{ems_variable}_timeseries_outvar,#{timeseries_frequency};").get + result << OpenStudio::IdfObject.load("Output:Variable,*,#{ems_variable}_timeseries_outvar,#{args[:timeseries_frequency]};").get end end end # Weather outputs (timeseries only) - if include_timeseries_weather + if args[:include_timeseries_weather] @weather.values.each do |weather_data| - result << OpenStudio::IdfObject.load("Output:Variable,*,#{weather_data.variable},#{timeseries_frequency};").get + result << OpenStudio::IdfObject.load("Output:Variable,*,#{weather_data.variable},#{args[:timeseries_frequency]};").get end end # Optional output variables (timeseries only) @output_variables_requests.each do |output_variable_name, _output_variable| - result << OpenStudio::IdfObject.load("Output:Variable,*,#{output_variable_name},#{timeseries_frequency};").get - end - - # Dual-fuel heat pump loads - if not @object_variables_by_key[[LT, LT::Heating]].nil? - @object_variables_by_key[[LT, LT::Heating]].each do |vals| - _sys_id, key, var = vals - result << OpenStudio::IdfObject.load("Output:Variable,#{key},#{var},runperiod;").get - end + result << OpenStudio::IdfObject.load("Output:Variable,*,#{output_variable_name},#{args[:timeseries_frequency]};").get end return result.uniq @@ -465,59 +491,22 @@ def run(runner, user_arguments) return false end - output_format = runner.getStringArgumentValue('output_format', user_arguments) - if output_format == 'csv_dview' - output_format = 'csv' - use_dview_format = true - end - timeseries_frequency = runner.getStringArgumentValue('timeseries_frequency', user_arguments) - if timeseries_frequency != 'none' - include_timeseries_total_consumptions = runner.getOptionalBoolArgumentValue('include_timeseries_total_consumptions', user_arguments) - include_timeseries_fuel_consumptions = runner.getOptionalBoolArgumentValue('include_timeseries_fuel_consumptions', user_arguments) - include_timeseries_end_use_consumptions = runner.getOptionalBoolArgumentValue('include_timeseries_end_use_consumptions', user_arguments) - include_timeseries_emissions = runner.getOptionalBoolArgumentValue('include_timeseries_emissions', user_arguments) - include_timeseries_emission_fuels = runner.getOptionalBoolArgumentValue('include_timeseries_emission_fuels', user_arguments) - include_timeseries_emission_end_uses = runner.getOptionalBoolArgumentValue('include_timeseries_emission_end_uses', user_arguments) - include_timeseries_hot_water_uses = runner.getOptionalBoolArgumentValue('include_timeseries_hot_water_uses', user_arguments) - include_timeseries_total_loads = runner.getOptionalBoolArgumentValue('include_timeseries_total_loads', user_arguments) - include_timeseries_component_loads = runner.getOptionalBoolArgumentValue('include_timeseries_component_loads', user_arguments) - include_timeseries_unmet_hours = runner.getOptionalBoolArgumentValue('include_timeseries_unmet_hours', user_arguments) - include_timeseries_zone_temperatures = runner.getOptionalBoolArgumentValue('include_timeseries_zone_temperatures', user_arguments) - include_timeseries_airflows = runner.getOptionalBoolArgumentValue('include_timeseries_airflows', user_arguments) - include_timeseries_weather = runner.getOptionalBoolArgumentValue('include_timeseries_weather', user_arguments) - use_timestamp_start_convention = (runner.getStringArgumentValue('timeseries_timestamp_convention', user_arguments) == 'start') - add_timeseries_dst_column = runner.getOptionalBoolArgumentValue('add_timeseries_dst_column', user_arguments) - add_timeseries_utc_column = runner.getOptionalBoolArgumentValue('add_timeseries_utc_column', user_arguments) - user_output_variables = runner.getOptionalStringArgumentValue('user_output_variables', user_arguments) - - include_timeseries_total_consumptions = include_timeseries_total_consumptions.is_initialized ? include_timeseries_total_consumptions.get : false - include_timeseries_fuel_consumptions = include_timeseries_fuel_consumptions.is_initialized ? include_timeseries_fuel_consumptions.get : false - include_timeseries_end_use_consumptions = include_timeseries_end_use_consumptions.is_initialized ? include_timeseries_end_use_consumptions.get : false - include_timeseries_emissions = include_timeseries_emissions.is_initialized ? include_timeseries_emissions.get : false - include_timeseries_emission_fuels = include_timeseries_emission_fuels.is_initialized ? include_timeseries_emission_fuels.get : false - include_timeseries_emission_end_uses = include_timeseries_emission_end_uses.is_initialized ? include_timeseries_emission_end_uses.get : false - include_timeseries_hot_water_uses = include_timeseries_hot_water_uses.is_initialized ? include_timeseries_hot_water_uses.get : false - include_timeseries_total_loads = include_timeseries_total_loads.is_initialized ? include_timeseries_total_loads.get : false - include_timeseries_component_loads = include_timeseries_component_loads.is_initialized ? include_timeseries_component_loads.get : false - include_timeseries_unmet_hours = include_timeseries_unmet_hours.is_initialized ? include_timeseries_unmet_hours.get : false - include_timeseries_zone_temperatures = include_timeseries_zone_temperatures.is_initialized ? include_timeseries_zone_temperatures.get : false - include_timeseries_airflows = include_timeseries_airflows.is_initialized ? include_timeseries_airflows.get : false - include_timeseries_weather = include_timeseries_weather.is_initialized ? include_timeseries_weather.get : false - user_output_variables = user_output_variables.is_initialized ? user_output_variables.get : nil - end - generate_eri_outputs = runner.getOptionalBoolArgumentValue('generate_eri_outputs', user_arguments) - generate_eri_outputs = generate_eri_outputs.is_initialized ? generate_eri_outputs.get : false - annual_output_file_name = runner.getOptionalStringArgumentValue('annual_output_file_name', user_arguments) - timeseries_output_file_name = runner.getOptionalStringArgumentValue('timeseries_output_file_name', user_arguments) + args = get_arguments(runner, arguments(model), user_arguments) + + if args[:output_format] == 'csv_dview' + args[:output_format] = 'csv' + args[:use_dview_format] = true + else + args[:use_dview_format] = false + end output_dir = File.dirname(runner.lastEpwFilePath.get.to_s) hpxml_defaults_path = @model.getBuilding.additionalProperties.getFeatureAsString('hpxml_defaults_path').get building_id = @model.getBuilding.additionalProperties.getFeatureAsString('building_id').get @hpxml = HPXML.new(hpxml_path: hpxml_defaults_path, building_id: building_id) - HVAC.apply_shared_systems(@hpxml) # Needed for ERI shared HVAC systems - setup_outputs(false, user_output_variables) + setup_outputs(false, args[:user_output_variables]) if not File.exist? File.join(output_dir, 'eplusout.msgpack') runner.registerError('Cannot find eplusout.msgpack.') @@ -525,7 +514,7 @@ def run(runner, user_arguments) end @msgpackData = MessagePack.unpack(File.read(File.join(output_dir, 'eplusout.msgpack'), mode: 'rb')) @msgpackDataRunPeriod = MessagePack.unpack(File.read(File.join(output_dir, 'eplusout_runperiod.msgpack'), mode: 'rb')) - msgpack_timeseries_path = File.join(output_dir, "eplusout_#{timeseries_frequency}.msgpack") + msgpack_timeseries_path = File.join(output_dir, "eplusout_#{args[:timeseries_frequency]}.msgpack") if File.exist? msgpack_timeseries_path @msgpackDataTimeseries = MessagePack.unpack(File.read(msgpack_timeseries_path, mode: 'rb')) end @@ -534,137 +523,140 @@ def run(runner, user_arguments) end # Set paths - if annual_output_file_name.is_initialized - annual_output_path = File.join(output_dir, annual_output_file_name.get) + if not args[:annual_output_file_name].nil? + annual_output_path = File.join(output_dir, args[:annual_output_file_name]) else - annual_output_path = File.join(output_dir, "results_annual.#{output_format}") + annual_output_path = File.join(output_dir, "results_annual.#{args[:output_format]}") end - if timeseries_output_file_name.is_initialized - timeseries_output_path = File.join(output_dir, timeseries_output_file_name.get) + if not args[:timeseries_output_file_name].nil? + timeseries_output_path = File.join(output_dir, args[:timeseries_output_file_name]) else - timeseries_output_path = File.join(output_dir, "results_timeseries.#{output_format}") + timeseries_output_path = File.join(output_dir, "results_timeseries.#{args[:output_format]}") end - if timeseries_frequency != 'none' - add_dst_column = (add_timeseries_dst_column.is_initialized ? add_timeseries_dst_column.get : false) - add_utc_column = (add_timeseries_utc_column.is_initialized ? add_timeseries_utc_column.get : false) - @timestamps, timestamps_dst, timestamps_utc = OutputMethods.get_timestamps(@msgpackDataTimeseries, @hpxml, use_timestamp_start_convention, - add_dst_column, add_utc_column, use_dview_format, timeseries_frequency) + if args[:timeseries_frequency] != 'none' + @timestamps, timestamps_dst, timestamps_utc = get_timestamps(@msgpackDataTimeseries, @hpxml, args) end # Retrieve outputs - outputs = get_outputs(runner, timeseries_frequency, - include_timeseries_total_consumptions, - include_timeseries_fuel_consumptions, - include_timeseries_end_use_consumptions, - include_timeseries_emissions, - include_timeseries_emission_fuels, - include_timeseries_emission_end_uses, - include_timeseries_hot_water_uses, - include_timeseries_total_loads, - include_timeseries_component_loads, - include_timeseries_unmet_hours, - include_timeseries_zone_temperatures, - include_timeseries_airflows, - include_timeseries_weather) + outputs = get_outputs(runner, args) if not check_for_errors(runner, outputs) return false end - # Set rounding precision for run period (e.g., annual) outputs. - # Note: Make sure to round outputs with sufficient resolution for the worst case -- i.e., 1 day instead of a full year. - runperiod_n_digits = 3 # Default for annual (or near-annual) data - sim_n_days = (Schedule.get_day_num_from_month_day(2000, @hpxml.header.sim_end_month, @hpxml.header.sim_end_day) - - Schedule.get_day_num_from_month_day(2000, @hpxml.header.sim_begin_month, @hpxml.header.sim_begin_day)) - if sim_n_days <= 10 # 10 days or less; add two decimal places - runperiod_n_digits += 2 - elsif sim_n_days <= 100 # 100 days or less; add one decimal place - runperiod_n_digits += 1 - end - # Write/report results - report_runperiod_output_results(runner, outputs, output_format, annual_output_path, runperiod_n_digits, generate_eri_outputs) - report_timeseries_output_results(runner, outputs, output_format, - timeseries_output_path, - timeseries_frequency, - include_timeseries_total_consumptions, - include_timeseries_fuel_consumptions, - include_timeseries_end_use_consumptions, - include_timeseries_emissions, - include_timeseries_emission_fuels, - include_timeseries_emission_end_uses, - include_timeseries_hot_water_uses, - include_timeseries_total_loads, - include_timeseries_component_loads, - include_timeseries_unmet_hours, - include_timeseries_zone_temperatures, - include_timeseries_airflows, - include_timeseries_weather, - add_dst_column, - add_utc_column, - timestamps_dst, - timestamps_utc, - use_dview_format) + report_runperiod_output_results(runner, outputs, args, annual_output_path) + report_timeseries_output_results(runner, outputs, timeseries_output_path, args, timestamps_dst, timestamps_utc) return true end - def get_outputs(runner, timeseries_frequency, - include_timeseries_total_consumptions, - include_timeseries_fuel_consumptions, - include_timeseries_end_use_consumptions, - include_timeseries_emissions, - include_timeseries_emission_fuels, - include_timeseries_emission_end_uses, - include_timeseries_hot_water_uses, - include_timeseries_total_loads, - include_timeseries_component_loads, - include_timeseries_unmet_hours, - include_timeseries_zone_temperatures, - include_timeseries_airflows, - include_timeseries_weather) - outputs = {} + def get_timestamps(msgpackData, hpxml, args) + return if msgpackData.nil? + + ep_timestamps = msgpackData['Rows'].map { |r| r.keys[0] } + + if args[:add_timeseries_dst_column] || args[:use_dview_format] + dst_start_ts = Time.utc(hpxml.header.sim_calendar_year, hpxml.header.dst_begin_month, hpxml.header.dst_begin_day, 2) + dst_end_ts = Time.utc(hpxml.header.sim_calendar_year, hpxml.header.dst_end_month, hpxml.header.dst_end_day, 1) + end + if args[:add_timeseries_utc_column] + utc_offset = hpxml.header.time_zone_utc_offset + utc_offset *= 3600 # seconds + end + + timestamps = [] + timestamps_dst = [] if args[:add_timeseries_dst_column] || args[:use_dview_format] + timestamps_utc = [] if args[:add_timeseries_utc_column] + year = hpxml.header.sim_calendar_year + ep_timestamps.each do |ep_timestamp| + month_day, hour_minute = ep_timestamp.split(' ') + month, day = month_day.split('/').map(&:to_i) + hour, minute, _ = hour_minute.split(':').map(&:to_i) + + # Convert from EnergyPlus default (end-of-timestep) to start-of-timestep convention + if args[:timeseries_timestamp_convention] == 'start' + if args[:timeseries_frequency] == 'timestep' + ts_offset = hpxml.header.timestep * 60 # seconds + elsif args[:timeseries_frequency] == 'hourly' + ts_offset = 60 * 60 # seconds + elsif args[:timeseries_frequency] == 'daily' + ts_offset = 60 * 60 * 24 # seconds + elsif args[:timeseries_frequency] == 'monthly' + ts_offset = Constants.NumDaysInMonths(year)[month - 1] * 60 * 60 * 24 # seconds + else + fail "Unexpected timeseries_frequency: #{args[:timeseries_frequency]}." + end + end - # To calculate timeseries emissions or timeseries fuel consumption, we also need to select timeseries - # end use consumption because EnergyPlus results may be post-processed due to, e.g., HVAC DSE. - # TODO: This could be removed if we could account for DSE inside EnergyPlus. - if not @emissions.empty? - include_hourly_electric_end_use_consumptions = true # For annual Cambium calculation - if include_timeseries_emissions || include_timeseries_emission_end_uses || include_timeseries_emission_fuels - include_timeseries_fuel_consumptions = true + ts = Time.utc(year, month, day, hour, minute) + ts -= ts_offset unless ts_offset.nil? + + timestamps << ts.iso8601.delete('Z') + + if args[:add_timeseries_dst_column] || args[:use_dview_format] + if (ts >= dst_start_ts) && (ts < dst_end_ts) + ts_dst = ts + 3600 # 1 hr shift forward + else + ts_dst = ts + end + timestamps_dst << ts_dst.iso8601.delete('Z') + end + + if args[:add_timeseries_utc_column] + ts_utc = ts - utc_offset + timestamps_utc << ts_utc.iso8601 end - end - if include_timeseries_total_consumptions - include_timeseries_fuel_consumptions = true - end - if include_timeseries_fuel_consumptions - include_timeseries_end_use_consumptions = true end + return timestamps, timestamps_dst, timestamps_utc + end + + def get_outputs(runner, args) + outputs = {} + + args = setup_timeseries_includes(@emissions, args) + # Fuel Uses @fuels.each do |fuel_type, fuel| fuel.annual_output = get_report_meter_data_annual(fuel.meters) fuel.annual_output -= get_report_meter_data_annual(['ElectricStorage:ElectricityProduced']) if fuel_type == FT::Elec # We add Electric Storage onto the annual Electricity fuel meter - next unless include_timeseries_fuel_consumptions + next unless args[:include_timeseries_fuel_consumptions] + + fuel.timeseries_output = get_report_meter_data_timeseries(fuel.meters, UnitConversions.convert(1.0, 'J', fuel.timeseries_units), 0, args[:timeseries_frequency]) - fuel.timeseries_output = get_report_meter_data_timeseries(fuel.meters, UnitConversions.convert(1.0, 'J', fuel.timeseries_units), 0, timeseries_frequency) - fuel.timeseries_output = fuel.timeseries_output.zip(get_report_meter_data_timeseries(['ElectricStorage:ElectricityProduced'], UnitConversions.convert(1.0, 'J', fuel.timeseries_units), 0, timeseries_frequency)).map { |x, y| x - y } if fuel_type == FT::Elec # We add Electric Storage onto the timeseries Electricity fuel meter + next unless fuel_type == FT::Elec + + # We add Electric Storage onto the timeseries Electricity fuel meter + elec_storage_timeseries_output = get_report_meter_data_timeseries(['ElectricStorage:ElectricityProduced'], UnitConversions.convert(1.0, 'J', fuel.timeseries_units), 0, args[:timeseries_frequency]) + fuel.timeseries_output = fuel.timeseries_output.zip(elec_storage_timeseries_output).map { |x, y| x - y } end # Peak Electricity Consumption - @peak_fuels.each do |_key, peak_fuel| - peak_fuel.annual_output = get_tabular_data_value(peak_fuel.report.upcase, 'Meter', 'Custom Monthly Report', ['Maximum of Months'], 'ELECTRICITY:FACILITY {MAX FOR HOURS SHOWN}', peak_fuel.annual_units) + is_southern_hemisphere = @model.getBuilding.additionalProperties.getFeatureAsBoolean('is_southern_hemisphere').get + is_northern_hemisphere = !is_southern_hemisphere + @peak_fuels.each do |key, peak_fuel| + _fuel, season = key + if (season == PFT::Summer && is_northern_hemisphere) || (season == PFT::Winter && is_southern_hemisphere) + months = ['June', 'July', 'August'] + elsif (season == PFT::Winter && is_northern_hemisphere) || (season == PFT::Summer && is_southern_hemisphere) + months = ['December', 'January', 'February'] + end + for month in months + val = get_tabular_data_value(peak_fuel.report.upcase, 'Meter', 'Custom Monthly Report', [month], 'ELECTRICITY:FACILITY {Maximum}', peak_fuel.annual_units) + peak_fuel.annual_output = [peak_fuel.annual_output.to_f, val].max + end end # Total loads - @loads.each do |load_type, load| + @loads.each do |_load_type, load| if not load.ems_variable.nil? # Obtain from EMS output variable load.annual_output = get_report_variable_data_annual(['EMS'], ["#{load.ems_variable}_annual_outvar"]) - if include_timeseries_total_loads - load.timeseries_output = get_report_variable_data_timeseries(['EMS'], ["#{load.ems_variable}_timeseries_outvar"], UnitConversions.convert(1.0, 'J', load.timeseries_units), 0, timeseries_frequency, ems_shift: true) + if args[:include_timeseries_total_loads] + load.timeseries_output = get_report_variable_data_timeseries(['EMS'], ["#{load.ems_variable}_timeseries_outvar"], UnitConversions.convert(1.0, 'J', load.timeseries_units), 0, args[:timeseries_frequency], ems_shift: true) end elsif load.variables.size > 0 # Obtain from output variable @@ -673,8 +665,8 @@ def get_outputs(runner, timeseries_frequency, vars = load.variables.select { |v| v[0] == sys_id }.map { |v| v[2] } load.annual_output_by_system[sys_id] = get_report_variable_data_annual(keys, vars, is_negative: load.is_negative) - if include_timeseries_total_loads && (load_type == LT::HotWaterDelivered) - load.timeseries_output_by_system[sys_id] = get_report_variable_data_timeseries(keys, vars, UnitConversions.convert(1.0, 'J', load.timeseries_units), 0, timeseries_frequency, is_negative: load.is_negative, ems_shift: true) + if args[:include_timeseries_total_loads] + load.timeseries_output_by_system[sys_id] = get_report_variable_data_timeseries(keys, vars, UnitConversions.convert(1.0, 'J', load.timeseries_units), 0, args[:timeseries_frequency], is_negative: load.is_negative, ems_shift: true) end end end @@ -683,26 +675,16 @@ def get_outputs(runner, timeseries_frequency, # Component Loads @component_loads.each do |_key, comp_load| comp_load.annual_output = get_report_variable_data_annual(['EMS'], ["#{comp_load.ems_variable}_annual_outvar"]) - if include_timeseries_component_loads - comp_load.timeseries_output = get_report_variable_data_timeseries(['EMS'], ["#{comp_load.ems_variable}_timeseries_outvar"], UnitConversions.convert(1.0, 'J', comp_load.timeseries_units), 0, timeseries_frequency, ems_shift: true) + if args[:include_timeseries_component_loads] + comp_load.timeseries_output = get_report_variable_data_timeseries(['EMS'], ["#{comp_load.ems_variable}_timeseries_outvar"], UnitConversions.convert(1.0, 'J', comp_load.timeseries_units), 0, args[:timeseries_frequency], ems_shift: true) end end # Unmet Hours @unmet_hours.each do |_key, unmet_hour| unmet_hour.annual_output = get_report_variable_data_annual(['EMS'], ["#{unmet_hour.ems_variable}_annual_outvar"], 1.0) - if include_timeseries_unmet_hours - unmet_hour.timeseries_output = get_report_variable_data_timeseries(['EMS'], ["#{unmet_hour.ems_variable}_timeseries_outvar"], 1.0, 0, timeseries_frequency) - end - end - - # Ideal system loads (expected fraction of loads that are not met by partial HVAC (e.g., room AC that meets 30% of load)) - @ideal_system_loads.each do |_load_type, ideal_load| - ideal_load.variables.map { |v| v[0] }.uniq.each do |sys_id| - keys = ideal_load.variables.select { |v| v[0] == sys_id }.map { |v| v[1] } - vars = ideal_load.variables.select { |v| v[0] == sys_id }.map { |v| v[2] } - - ideal_load.annual_output = get_report_variable_data_annual(keys, vars) + if args[:include_timeseries_unmet_hours] + unmet_hour.timeseries_output = get_report_variable_data_timeseries(['EMS'], ["#{unmet_hour.ems_variable}_timeseries_outvar"], 1.0, 0, args[:timeseries_frequency]) end end @@ -721,10 +703,10 @@ def get_outputs(runner, timeseries_frequency, end_use.annual_output_by_system[sys_id] = get_report_variable_data_annual(keys, vars, is_negative: (end_use.is_negative || end_use.is_storage)) - if include_timeseries_end_use_consumptions - end_use.timeseries_output_by_system[sys_id] = get_report_variable_data_timeseries(keys, vars, UnitConversions.convert(1.0, 'J', end_use.timeseries_units), 0, timeseries_frequency, is_negative: (end_use.is_negative || end_use.is_storage)) + if args[:include_timeseries_end_use_consumptions] + end_use.timeseries_output_by_system[sys_id] = get_report_variable_data_timeseries(keys, vars, UnitConversions.convert(1.0, 'J', end_use.timeseries_units), 0, args[:timeseries_frequency], is_negative: (end_use.is_negative || end_use.is_storage)) end - if include_hourly_electric_end_use_consumptions && fuel_type == FT::Elec + if args[:include_hourly_electric_end_use_consumptions] && fuel_type == FT::Elec end_use.hourly_output_by_system[sys_id] = get_report_variable_data_timeseries(keys, vars, UnitConversions.convert(1.0, 'J', end_use.timeseries_units), 0, 'hourly', is_negative: (end_use.is_negative || end_use.is_storage)) end end @@ -734,16 +716,20 @@ def get_outputs(runner, timeseries_frequency, # applying proportionally to the GSHP heating & cooling fan/pump energy use. gshp_shared_loop_end_use = @end_uses[[FT::Elec, 'TempGSHPSharedPump']] htg_fan_pump_end_use = @end_uses[[FT::Elec, EUT::HeatingFanPump]] + backup_htg_fan_pump_end_use = @end_uses[[FT::Elec, EUT::HeatingHeatPumpBackupFanPump]] clg_fan_pump_end_use = @end_uses[[FT::Elec, EUT::CoolingFanPump]] gshp_shared_loop_end_use.annual_output_by_system.keys.each do |sys_id| # Calculate heating & cooling fan/pump end use multiplier - htg_energy = htg_fan_pump_end_use.annual_output_by_system[sys_id] - clg_energy = clg_fan_pump_end_use.annual_output_by_system[sys_id] + htg_energy = htg_fan_pump_end_use.annual_output_by_system[sys_id].to_f + backup_htg_fan_pump_end_use.annual_output_by_system[sys_id].to_f + clg_energy = clg_fan_pump_end_use.annual_output_by_system[sys_id].to_f shared_pump_energy = gshp_shared_loop_end_use.annual_output_by_system[sys_id] energy_multiplier = (htg_energy + clg_energy + shared_pump_energy) / (htg_energy + clg_energy) # Apply multiplier - apply_multiplier_to_output(htg_fan_pump_end_use, nil, sys_id, energy_multiplier) - apply_multiplier_to_output(clg_fan_pump_end_use, nil, sys_id, energy_multiplier) + [htg_fan_pump_end_use, backup_htg_fan_pump_end_use, clg_fan_pump_end_use].each do |end_use| + next if end_use.annual_output_by_system[sys_id].nil? + + apply_multiplier_to_output(end_use, nil, sys_id, energy_multiplier) + end end @end_uses.delete([FT::Elec, 'TempGSHPSharedPump']) @@ -754,8 +740,8 @@ def get_outputs(runner, timeseries_frequency, vars = hot_water.variables.select { |v| v[0] == sys_id }.map { |v| v[2] } hot_water.annual_output_by_system[sys_id] = get_report_variable_data_annual(keys, vars, UnitConversions.convert(1.0, 'm^3', hot_water.annual_units)) - if include_timeseries_hot_water_uses - hot_water.timeseries_output_by_system[sys_id] = get_report_variable_data_timeseries(keys, vars, UnitConversions.convert(1.0, 'm^3', hot_water.timeseries_units), 0, timeseries_frequency) + if args[:include_timeseries_hot_water_uses] + hot_water.timeseries_output_by_system[sys_id] = get_report_variable_data_timeseries(keys, vars, UnitConversions.convert(1.0, 'm^3', hot_water.timeseries_units), 0, args[:timeseries_frequency]) end end end @@ -769,16 +755,13 @@ def get_outputs(runner, timeseries_frequency, dse = htg_system.distribution_system.annual_heating_dse @fuels.each do |fuel_type, fuel| - [EUT::Heating, EUT::HeatingHeatPumpBackup, EUT::HeatingFanPump].each do |end_use_type| + [EUT::Heating, EUT::HeatingHeatPumpBackup, EUT::HeatingFanPump, EUT::HeatingHeatPumpBackupFanPump].each do |end_use_type| end_use = @end_uses[[fuel_type, end_use_type]] next if end_use.nil? if not end_use.annual_output_by_system[htg_system.id].nil? apply_multiplier_to_output(end_use, fuel, htg_system.id, 1.0 / dse) end - if not end_use.annual_output_by_system[htg_system.id + '_DFHPBackup'].nil? - apply_multiplier_to_output(end_use, fuel, htg_system.id + '_DFHPBackup', 1.0 / dse) - end end end end @@ -817,6 +800,30 @@ def get_outputs(runner, timeseries_frequency, end end + # Calculate System Uses from End Uses (by HPXML System) + @system_uses = {} + get_hpxml_system_ids.each do |sys_id| + @end_uses.each do |eu_key, end_use| + annual_output = end_use.annual_output_by_system[sys_id].to_f + next if annual_output <= 0 + + system_use_output = BaseOutput.new + @system_uses[[sys_id, eu_key]] = system_use_output + fuel_type, end_use_type = eu_key + system_use_output.name = "System Use: #{sys_id}: #{fuel_type}: #{end_use_type}" + + # Annual + system_use_output.annual_output = annual_output + system_use_output.annual_units = end_use.annual_units + + next unless args[:include_timeseries_system_use_consumptions] + + # Timeseries + system_use_output.timeseries_output = end_use.timeseries_output_by_system[sys_id] + system_use_output.timeseries_units = end_use.timeseries_units + end + end + # Calculate aggregated values from per-system values as needed (@end_uses.values + @loads.values + @hot_water_uses.values).each do |obj| # Annual @@ -830,29 +837,22 @@ def get_outputs(runner, timeseries_frequency, # Timeseries if obj.timeseries_output.empty? && (not obj.timeseries_output_by_system.empty?) - obj.timeseries_output = obj.timeseries_output_by_system.values[0] - obj.timeseries_output_by_system.values[1..-1].each do |values| - obj.timeseries_output = obj.timeseries_output.zip(values).map { |x, y| x + y } - end + obj.timeseries_output = obj.timeseries_output_by_system.values.transpose.map(&:sum) end # Hourly Electricity (for Cambium) next unless obj.is_a?(EndUse) && obj.hourly_output.empty? && (not obj.hourly_output_by_system.empty?) - obj.hourly_output = obj.hourly_output_by_system.values[0] - obj.hourly_output_by_system.values[1..-1].each do |values| - obj.hourly_output = obj.hourly_output.zip(values).map { |x, y| x + y } - end + obj.hourly_output = obj.hourly_output_by_system.values.transpose.map(&:sum) end # Total/Net Electricity (Net includes, e.g., PV and generators) outputs[:elec_prod_annual] = @end_uses.select { |k, eu| k[0] == FT::Elec && eu.is_negative }.map { |_k, eu| eu.annual_output.to_f }.sum(0.0) # Negative value outputs[:elec_net_annual] = @fuels[FT::Elec].annual_output.to_f + outputs[:elec_prod_annual] - if include_timeseries_fuel_consumptions - outputs[:elec_prod_timeseries] = [0.0] * @timestamps.size # Negative values - @end_uses.select { |k, eu| k[0] == FT::Elec && eu.is_negative && eu.timeseries_output.size > 0 }.each do |_key, end_use| - outputs[:elec_prod_timeseries] = outputs[:elec_prod_timeseries].zip(end_use.timeseries_output).map { |x, y| x + y } - end + if args[:include_timeseries_fuel_consumptions] + prod_end_uses = @end_uses.select { |k, eu| k[0] == FT::Elec && eu.is_negative && eu.timeseries_output.size > 0 }.map { |_k, v| v.timeseries_output } + outputs[:elec_prod_timeseries] = prod_end_uses.transpose.map(&:sum) + outputs[:elec_prod_timeseries] = [0.0] * @timestamps.size if outputs[:elec_prod_timeseries].empty? outputs[:elec_net_timeseries] = @fuels[FT::Elec].timeseries_output.zip(outputs[:elec_prod_timeseries]).map { |x, y| x + y } end @@ -860,20 +860,20 @@ def get_outputs(runner, timeseries_frequency, @totals[TE::Total].annual_output = 0.0 @fuels.each do |_fuel_type, fuel| @totals[TE::Total].annual_output += fuel.annual_output - next unless include_timeseries_total_consumptions && fuel.timeseries_output.sum != 0.0 + next unless args[:include_timeseries_total_consumptions] && fuel.timeseries_output.sum != 0.0 @totals[TE::Total].timeseries_output = [0.0] * @timestamps.size if @totals[TE::Total].timeseries_output.empty? unit_conv = UnitConversions.convert(1.0, fuel.timeseries_units, @totals[TE::Total].timeseries_units) @totals[TE::Total].timeseries_output = @totals[TE::Total].timeseries_output.zip(fuel.timeseries_output).map { |x, y| x + y * unit_conv } end @totals[TE::Net].annual_output = @totals[TE::Total].annual_output + outputs[:elec_prod_annual] - if include_timeseries_total_consumptions + if args[:include_timeseries_total_consumptions] unit_conv = UnitConversions.convert(1.0, get_timeseries_units_from_fuel_type(FT::Elec), @totals[TE::Total].timeseries_units) @totals[TE::Net].timeseries_output = @totals[TE::Total].timeseries_output.zip(outputs[:elec_prod_timeseries]).map { |x, y| x + y * unit_conv } end # Zone temperatures - if include_timeseries_zone_temperatures + if args[:include_timeseries_zone_temperatures] zone_names = [] scheduled_temperature_names = [] @model.getThermalZones.each do |zone| @@ -891,32 +891,32 @@ def get_outputs(runner, timeseries_frequency, @zone_temps[zone_name] = ZoneTemp.new @zone_temps[zone_name].name = "Temperature: #{zone_name.split.map(&:capitalize).join(' ')}" @zone_temps[zone_name].timeseries_units = 'F' - @zone_temps[zone_name].timeseries_output = get_report_variable_data_timeseries([zone_name], ['Zone Mean Air Temperature'], 9.0 / 5.0, 32.0, timeseries_frequency) + @zone_temps[zone_name].timeseries_output = get_report_variable_data_timeseries([zone_name], ['Zone Mean Air Temperature'], 9.0 / 5.0, 32.0, args[:timeseries_frequency]) end scheduled_temperature_names.sort.each do |scheduled_temperature_name| @zone_temps[scheduled_temperature_name] = ZoneTemp.new @zone_temps[scheduled_temperature_name].name = "Temperature: #{scheduled_temperature_name.split.map(&:capitalize).join(' ')}" @zone_temps[scheduled_temperature_name].timeseries_units = 'F' - @zone_temps[scheduled_temperature_name].timeseries_output = get_report_variable_data_timeseries([scheduled_temperature_name], ['Schedule Value'], 9.0 / 5.0, 32.0, timeseries_frequency) + @zone_temps[scheduled_temperature_name].timeseries_output = get_report_variable_data_timeseries([scheduled_temperature_name], ['Schedule Value'], 9.0 / 5.0, 32.0, args[:timeseries_frequency]) end { 'Heating Setpoint' => 'Zone Thermostat Heating Setpoint Temperature', 'Cooling Setpoint' => 'Zone Thermostat Cooling Setpoint Temperature' }.each do |sp_name, sp_var| @zone_temps[sp_name] = ZoneTemp.new @zone_temps[sp_name].name = "Temperature: #{sp_name}" @zone_temps[sp_name].timeseries_units = 'F' - @zone_temps[sp_name].timeseries_output = get_report_variable_data_timeseries([HPXML::LocationLivingSpace.upcase], [sp_var], 9.0 / 5.0, 32.0, timeseries_frequency) + @zone_temps[sp_name].timeseries_output = get_report_variable_data_timeseries([HPXML::LocationLivingSpace.upcase], [sp_var], 9.0 / 5.0, 32.0, args[:timeseries_frequency]) end end # Airflows - if include_timeseries_airflows + if args[:include_timeseries_airflows] @airflows.each do |_airflow_type, airflow| - airflow.timeseries_output = get_report_variable_data_timeseries(['EMS'], airflow.ems_variables.map { |var| "#{var}_timeseries_outvar" }, UnitConversions.convert(1.0, 'm^3/s', 'cfm'), 0, timeseries_frequency) + airflow.timeseries_output = get_report_variable_data_timeseries(['EMS'], airflow.ems_variables.map { |var| "#{var}_timeseries_outvar" }, UnitConversions.convert(1.0, 'm^3/s', 'cfm'), 0, args[:timeseries_frequency]) end end # Weather - if include_timeseries_weather + if args[:include_timeseries_weather] @weather.each do |_weather_type, weather_data| if weather_data.timeseries_units == 'F' unit_conv = 9.0 / 5.0 @@ -925,7 +925,7 @@ def get_outputs(runner, timeseries_frequency, unit_conv = UnitConversions.convert(1.0, weather_data.variable_units, weather_data.timeseries_units) unit_adder = 0 end - weather_data.timeseries_output = get_report_variable_data_timeseries(['Environment'], [weather_data.variable], unit_conv, unit_adder, timeseries_frequency) + weather_data.timeseries_output = get_report_variable_data_timeseries(['Environment'], [weather_data.variable], unit_conv, unit_adder, args[:timeseries_frequency]) end end @@ -937,7 +937,7 @@ def get_outputs(runner, timeseries_frequency, @output_variables[[output_variable_name, key_value]] = OutputVariable.new @output_variables[[output_variable_name, key_value]].name = "#{output_variable_name}: #{key_value.split.map(&:capitalize).join(' ')}" @output_variables[[output_variable_name, key_value]].timeseries_units = units - @output_variables[[output_variable_name, key_value]].timeseries_output = get_report_variable_data_timeseries([key_value], [output_variable_name], 1, 0, timeseries_frequency) + @output_variables[[output_variable_name, key_value]].timeseries_output = get_report_variable_data_timeseries([key_value], [output_variable_name], 1, 0, args[:timeseries_frequency]) end end @@ -996,22 +996,18 @@ def get_outputs(runner, timeseries_frequency, end @emissions[key].annual_output_by_end_use[eu_key] = hourly_elec.zip(hourly_elec_factors).map { |x, y| x * y * kwh_to_mwh * elec_units_mult }.sum - next unless include_timeseries_emissions || include_timeseries_emission_end_uses || include_timeseries_emission_fuels + next unless args[:include_timeseries_emissions] || args[:include_timeseries_emission_end_uses] || args[:include_timeseries_emission_fuels] # Calculate timeseries emissions for end use - if timeseries_frequency == 'timestep' && @hpxml.header.timestep != 60 - timeseries_elec = nil - end_use.timeseries_output_by_system.each do |_sys_id, timeseries_output| - timeseries_elec = [0.0] * timeseries_output.size if timeseries_elec.nil? - timeseries_elec = timeseries_elec.zip(timeseries_output.map { |x| x * kwh_to_mwh }).map { |x, y| x + y } - end + if args[:timeseries_frequency] == 'timestep' && @hpxml.header.timestep != 60 + timeseries_elec = end_use.timeseries_output_by_system.values.transpose.map(&:sum).map { |x| x * kwh_to_mwh } else # Need to perform calculations hourly at a minimum timeseries_elec = end_use.hourly_output.map { |x| x * kwh_to_mwh } end - if timeseries_frequency == 'timestep' + if args[:timeseries_frequency] == 'timestep' n_timesteps_per_hour = Integer(60.0 / @hpxml.header.timestep) timeseries_elec_factors = hourly_elec_factors.flat_map { |y| [y] * n_timesteps_per_hour } else @@ -1022,11 +1018,11 @@ def get_outputs(runner, timeseries_frequency, @emissions[key].timeseries_output_by_end_use[eu_key] = timeseries_elec.zip(timeseries_elec_factors).map { |n, f| n * f * elec_units_mult } # Aggregate up from hourly to the desired timeseries frequency - next unless ['daily', 'monthly'].include? timeseries_frequency + next unless ['daily', 'monthly'].include? args[:timeseries_frequency] - if timeseries_frequency == 'daily' + if args[:timeseries_frequency] == 'daily' n_hours_per_period = [24] * (sim_end_day_of_year - sim_start_day_of_year + 1) - elsif timeseries_frequency == 'monthly' + elsif args[:timeseries_frequency] == 'monthly' n_days_per_month = Constants.NumDaysInMonths(year) n_days_per_period = n_days_per_month[@hpxml.header.sim_begin_month - 1..@hpxml.header.sim_end_month - 1] n_days_per_period[0] -= @hpxml.header.sim_begin_day - 1 @@ -1069,41 +1065,45 @@ def get_outputs(runner, timeseries_frequency, end @emissions[key].annual_output_by_end_use[eu_key] = UnitConversions.convert(end_use.annual_output, end_use.annual_units, 'MBtu') * fuel_factor * fuel_units_mult - next unless include_timeseries_emissions || include_timeseries_emission_end_uses || include_timeseries_emission_fuels + next unless args[:include_timeseries_emissions] || args[:include_timeseries_emission_end_uses] || args[:include_timeseries_emission_fuels] fuel_to_mbtu = UnitConversions.convert(1.0, end_use.timeseries_units, 'MBtu') - - end_use.timeseries_output_by_system.each do |_sys_id, timeseries_output| - @emissions[key].timeseries_output_by_end_use[eu_key] = [0.0] * timeseries_output.size if @emissions[key].timeseries_output_by_end_use[eu_key].nil? - @emissions[key].timeseries_output_by_end_use[eu_key] = @emissions[key].timeseries_output_by_end_use[eu_key].zip(timeseries_output.map { |f| f * fuel_to_mbtu * fuel_factor * fuel_units_mult }).map { |x, y| x + y } - end + @emissions[key].timeseries_output_by_end_use[eu_key] = end_use.timeseries_output_by_system.values.transpose.map(&:sum).map { |f| f * fuel_to_mbtu * fuel_factor * fuel_units_mult } end # Roll up end use emissions to fuel emissions @fuels.each do |fuel_type, _fuel| - @emissions[key].annual_output_by_fuel[fuel_type] = 0.0 - @emissions[key].annual_output_by_end_use.keys.each do |eu_key| - next unless eu_key[0] == fuel_type - next if @emissions[key].annual_output_by_end_use[eu_key] == 0 + if fuel_type == FT::Elec + emission_types = [TE::Total, TE::Net] + else + emission_types = [TE::Total] + end + emission_types.each do |emission_type| + fuel_key = [fuel_type, emission_type] + @emissions[key].annual_output_by_fuel[fuel_key] = 0.0 + @emissions[key].annual_output_by_end_use.keys.each do |eu_key| + next unless eu_key[0] == fuel_type + next if emission_type == TE::Total && @end_uses[eu_key].is_negative # Generation not included in total + next if @emissions[key].annual_output_by_end_use[eu_key] == 0 - @emissions[key].annual_output_by_fuel[fuel_type] += @emissions[key].annual_output_by_end_use[eu_key] + @emissions[key].annual_output_by_fuel[fuel_key] += @emissions[key].annual_output_by_end_use[eu_key] - next unless include_timeseries_emissions || include_timeseries_emission_end_uses || include_timeseries_emission_fuels + next unless args[:include_timeseries_emissions] || args[:include_timeseries_emission_fuels] - @emissions[key].timeseries_output_by_fuel[fuel_type] = [0.0] * @emissions[key].timeseries_output_by_end_use[eu_key].size if @emissions[key].timeseries_output_by_fuel[fuel_type].nil? - @emissions[key].timeseries_output_by_fuel[fuel_type] = @emissions[key].timeseries_output_by_fuel[fuel_type].zip(@emissions[key].timeseries_output_by_end_use[eu_key]).map { |x, y| x + y } + @emissions[key].timeseries_output_by_fuel[fuel_key] = [0.0] * @emissions[key].timeseries_output_by_end_use[eu_key].size if @emissions[key].timeseries_output_by_fuel[fuel_key].nil? + @emissions[key].timeseries_output_by_fuel[fuel_key] = @emissions[key].timeseries_output_by_fuel[fuel_key].zip(@emissions[key].timeseries_output_by_end_use[eu_key]).map { |x, y| x + y } + end end end - # Sum individual fuel results for total - @emissions[key].annual_output = @emissions[key].annual_output_by_fuel.values.sum() - next unless not @emissions[key].timeseries_output_by_fuel.empty? - - @emissions[key].timeseries_output = @emissions[key].timeseries_output_by_fuel.first[1] - @emissions[key].timeseries_output_by_fuel.each_with_index do |(_fuel, timeseries_output), i| - next if i == 0 - - @emissions[key].timeseries_output = @emissions[key].timeseries_output.zip(timeseries_output).map { |x, y| x + y } + # Sum individual fuel results for total/net + total_keys = @emissions[key].annual_output_by_fuel.keys.select { |k| k[0] != FT::Elec || (k[0] == FT::Elec && k[1] == TE::Total) } + net_keys = @emissions[key].annual_output_by_fuel.keys.select { |k| k[0] != FT::Elec || (k[0] == FT::Elec && k[1] == TE::Net) } + @emissions[key].annual_output = @emissions[key].annual_output_by_fuel.select { |k, _v| total_keys.include? k }.values.sum() + @emissions[key].net_annual_output = @emissions[key].annual_output_by_fuel.select { |k, _v| net_keys.include? k }.values.sum() + if args[:include_timeseries_emissions] + @emissions[key].timeseries_output = @emissions[key].timeseries_output_by_fuel.select { |k, _v| total_keys.include? k }.values.transpose.map(&:sum) + @emissions[key].net_timeseries_output = @emissions[key].timeseries_output_by_fuel.select { |k, _v| net_keys.include? k }.values.transpose.map(&:sum) end end end @@ -1137,8 +1137,7 @@ def check_for_errors(runner, outputs) # Check if simulation successful all_total = @fuels.values.map { |x| x.annual_output.to_f }.sum(0.0) - all_total += @ideal_system_loads.values.map { |x| x.annual_output.to_f }.sum(0.0) - if all_total == 0 + if (all_total == 0) && (@hpxml.total_fraction_cool_load_served + @hpxml.total_fraction_heat_load_served > 0) runner.registerError('Simulation unsuccessful.') return false elsif all_total.infinite? @@ -1169,6 +1168,7 @@ def check_for_errors(runner, outputs) # Check sum of timeseries outputs match annual outputs { @totals => 'Total', @end_uses => 'End Use', + @system_uses => 'System Use', @fuels => 'Fuel', @emissions => 'Emissions', @loads => 'Load', @@ -1188,80 +1188,161 @@ def check_for_errors(runner, outputs) return true end - def report_runperiod_output_results(runner, outputs, output_format, annual_output_path, n_digits, generate_eri_outputs) + def report_runperiod_output_results(runner, outputs, args, annual_output_path) + # Set rounding precision for run period (e.g., annual) outputs. + if args[:output_format] == 'msgpack' + # No need to round; no file size penalty to storing full precision + n_digits = 100 + else + # Note: Make sure to round outputs with sufficient resolution for the worst case -- i.e., 1 day instead of a full year. + n_digits = 3 # Default for annual (or near-annual) data + sim_n_days = (Schedule.get_day_num_from_month_day(2000, @hpxml.header.sim_end_month, @hpxml.header.sim_end_day) - + Schedule.get_day_num_from_month_day(2000, @hpxml.header.sim_begin_month, @hpxml.header.sim_begin_day)) + if sim_n_days <= 10 # 10 days or less; add two decimal places + n_digits += 2 + elsif sim_n_days <= 100 # 100 days or less; add one decimal place + n_digits += 1 + end + end + line_break = nil results_out = [] - @totals.each do |_energy_type, total_energy| - results_out << ["#{total_energy.name} (#{total_energy.annual_units})", total_energy.annual_output.to_f.round(n_digits)] + + # Totals + if args[:include_annual_total_consumptions] + @totals.each do |_energy_type, total_energy| + results_out << ["#{total_energy.name} (#{total_energy.annual_units})", total_energy.annual_output.to_f.round(n_digits)] + end + results_out << [line_break] end - results_out << [line_break] - @fuels.each do |fuel_type, fuel| - results_out << ["#{fuel.name} (#{fuel.annual_units})", fuel.annual_output.to_f.round(n_digits)] - if fuel_type == FT::Elec - results_out << ['Fuel Use: Electricity: Net (MBtu)', outputs[:elec_net_annual].round(n_digits)] + + # Fuels + if args[:include_annual_fuel_consumptions] + @fuels.each do |fuel_type, fuel| + results_out << ["#{fuel.name} (#{fuel.annual_units})", fuel.annual_output.to_f.round(n_digits)] + if fuel_type == FT::Elec + results_out << ['Fuel Use: Electricity: Net (MBtu)', outputs[:elec_net_annual].round(n_digits)] + end end + results_out << [line_break] end - results_out << [line_break] - @end_uses.each do |_key, end_use| - results_out << ["#{end_use.name} (#{end_use.annual_units})", end_use.annual_output.to_f.round(n_digits)] + + # End uses + if args[:include_annual_end_use_consumptions] + @end_uses.each do |_key, end_use| + results_out << ["#{end_use.name} (#{end_use.annual_units})", end_use.annual_output.to_f.round(n_digits)] + end + results_out << [line_break] end - if not @emissions.empty? + + # System uses + if args[:include_annual_system_use_consumptions] + @system_uses.each do |_key, system_use| + results_out << ["#{system_use.name} (#{system_use.annual_units})", system_use.annual_output.round(n_digits)] + end results_out << [line_break] - @emissions.each do |_scenario_key, emission| - # Emissions total - results_out << ["#{emission.name}: Total (#{emission.annual_units})", emission.annual_output.to_f.round(2)] - # Emissions by fuel - emission.annual_output_by_fuel.each do |fuel, annual_output| - next if annual_output.to_f == 0 - - results_out << ["#{emission.name}: #{fuel}: Total (#{emission.annual_units})", annual_output.to_f.round(2)] - # Emissions by end use - emission.annual_output_by_end_use.each do |key, eu_annual_output| - fuel_type, end_use_type = key - next unless fuel_type == fuel - next if eu_annual_output.to_f == 0 - - results_out << ["#{emission.name}: #{fuel_type}: #{end_use_type} (#{emission.annual_units})", eu_annual_output.to_f.round(2)] + end + + # Total Emissions + if args[:include_annual_emissions] + if not @emissions.empty? + @emissions.each do |_scenario_key, emission| + results_out << ["#{emission.name}: Total (#{emission.annual_units})", emission.annual_output.to_f.round(n_digits - 1)] + results_out << ["#{emission.name}: Net (#{emission.annual_units})", emission.net_annual_output.to_f.round(n_digits - 1)] + end + results_out << [line_break] + end + end + + # Fuel Emissions + if args[:include_annual_emission_fuels] + if not @emissions.empty? + @emissions.each do |_scenario_key, emission| + emission.annual_output_by_fuel.keys.each do |fuel_key| + fuel, emission_type = fuel_key + results_out << ["#{emission.name}: #{fuel}: #{emission_type} (#{emission.annual_units})", emission.annual_output_by_fuel[fuel_key].to_f.round(n_digits - 1)] end end + results_out << [line_break] end end - results_out << [line_break] - @loads.each do |_load_type, load| - results_out << ["#{load.name} (#{load.annual_units})", load.annual_output.to_f.round(n_digits)] + + # End Use Emissions + if args[:include_annual_emission_end_uses] + if not @emissions.empty? + @emissions.each do |_scenario_key, emission| + @fuels.keys.each do |fuel| + @end_uses.keys.each do |key| + fuel_type, end_use_type = key + next unless fuel_type == fuel + + results_out << ["#{emission.name}: #{fuel_type}: #{end_use_type} (#{emission.annual_units})", emission.annual_output_by_end_use[key].to_f.round(n_digits - 1)] + end + end + end + results_out << [line_break] + end end - results_out << [line_break] - @unmet_hours.each do |_load_type, unmet_hour| - results_out << ["#{unmet_hour.name} (#{unmet_hour.annual_units})", unmet_hour.annual_output.to_f.round(n_digits)] + + # Loads + if args[:include_annual_total_loads] + @loads.each do |_load_type, load| + results_out << ["#{load.name} (#{load.annual_units})", load.annual_output.to_f.round(n_digits)] + end + results_out << [line_break] end - results_out << [line_break] - @peak_fuels.each do |_key, peak_fuel| - results_out << ["#{peak_fuel.name} (#{peak_fuel.annual_units})", peak_fuel.annual_output.to_f.round(n_digits - 2)] + + # Unmet hours + if args[:include_annual_unmet_hours] + @unmet_hours.each do |_load_type, unmet_hour| + results_out << ["#{unmet_hour.name} (#{unmet_hour.annual_units})", unmet_hour.annual_output.to_f.round(n_digits)] + end + results_out << [line_break] end - results_out << [line_break] - @peak_loads.each do |_load_type, peak_load| - results_out << ["#{peak_load.name} (#{peak_load.annual_units})", peak_load.annual_output.to_f.round(n_digits)] + + # Peak fuels + if args[:include_annual_peak_fuels] + @peak_fuels.each do |_key, peak_fuel| + results_out << ["#{peak_fuel.name} (#{peak_fuel.annual_units})", peak_fuel.annual_output.to_f.round(n_digits - 2)] + end + results_out << [line_break] end - if @component_loads.values.map { |load| load.annual_output.to_f }.sum != 0 # Skip if component loads not calculated + + # Peak loads + if args[:include_annual_peak_loads] + @peak_loads.each do |_load_type, peak_load| + results_out << ["#{peak_load.name} (#{peak_load.annual_units})", peak_load.annual_output.to_f.round(n_digits)] + end results_out << [line_break] - @component_loads.each do |_load_type, load| - results_out << ["#{load.name} (#{load.annual_units})", load.annual_output.to_f.round(n_digits)] + end + + # Component loads + if args[:include_annual_component_loads] + if @component_loads.values.map { |load| load.annual_output.to_f }.sum != 0 # Skip if component loads not calculated + @component_loads.each do |_load_type, load| + results_out << ["#{load.name} (#{load.annual_units})", load.annual_output.to_f.round(n_digits)] + end + results_out << [line_break] end end - results_out << [line_break] - @hot_water_uses.each do |_hot_water_type, hot_water| - results_out << ["#{hot_water.name} (#{hot_water.annual_units})", hot_water.annual_output.to_f.round(n_digits - 2)] + + # Hot water uses + if args[:include_annual_hot_water_uses] + @hot_water_uses.each do |_hot_water_type, hot_water| + results_out << ["#{hot_water.name} (#{hot_water.annual_units})", hot_water.annual_output.to_f.round(n_digits - 2)] + end + results_out << [line_break] end - results_out = append_sizing_results(results_out, line_break) - if generate_eri_outputs - results_out = append_eri_results(results_out, line_break) + # Sizing data + if args[:include_annual_hvac_summary] + results_out = append_sizing_results(results_out, line_break) end - if ['csv'].include? output_format + if ['csv'].include? args[:output_format] CSV.open(annual_output_path, 'wb') { |csv| results_out.to_a.each { |elem| csv << elem } } - elsif ['json', 'msgpack'].include? output_format + elsif ['json', 'msgpack'].include? args[:output_format] h = {} results_out.each do |out| next if out == [line_break] @@ -1271,10 +1352,10 @@ def report_runperiod_output_results(runner, outputs, output_format, annual_outpu h[grp][name.strip] = out[1] end - if output_format == 'json' + if args[:output_format] == 'json' require 'json' File.open(annual_output_path, 'w') { |json| json.write(JSON.pretty_generate(h)) } - elsif output_format == 'msgpack' + elsif args[:output_format] == 'msgpack' File.open(annual_output_path, 'w') { |json| h.to_msgpack(json) } end end @@ -1290,10 +1371,6 @@ def report_runperiod_output_results(runner, outputs, output_format, annual_outpu end end - def get_runner_output_name(name, annual_units) - return "#{name} #{annual_units}" - end - def append_sizing_results(results_out, line_break) # Summary HVAC capacities htg_cap, clg_cap, hp_backup_cap = 0.0, 0.0, 0.0 @@ -1317,15 +1394,14 @@ def append_sizing_results(results_out, line_break) end end end - results_out << [line_break] results_out << ['HVAC Capacity: Heating (Btu/h)', htg_cap.round(1)] results_out << ['HVAC Capacity: Cooling (Btu/h)', clg_cap.round(1)] results_out << ['HVAC Capacity: Heat Pump Backup (Btu/h)', hp_backup_cap.round(1)] # HVAC design temperatures results_out << [line_break] - results_out << ['HVAC Design Temperature: Heating (F)', @hpxml.hvac_plant.temp_heating.round(2)] - results_out << ['HVAC Design Temperature: Cooling (F)', @hpxml.hvac_plant.temp_cooling.round(2)] + results_out << ['HVAC Design Temperature: Heating (F)', @hpxml.header.manualj_heating_design_temp.round(2)] + results_out << ['HVAC Design Temperature: Cooling (F)', @hpxml.header.manualj_cooling_design_temp.round(2)] # HVAC design loads results_out << [line_break] @@ -1360,342 +1436,56 @@ def append_sizing_results(results_out, line_break) return results_out end - def append_eri_results(results_out, line_break) - def ordered_values(hash, sys_ids) - vals = [] - sys_ids.each do |sys_id| - if not hash[sys_id].nil? - if hash[sys_id].is_a? Float - vals << hash[sys_id].round(3) - else - vals << hash[sys_id] - end - else - vals << 0.0 - end - end - return if vals.empty? - - return vals.join(',') - end - - def get_eec_value_numerator(unit) - if ['HSPF', 'HSPF2', 'SEER', 'SEER2', 'EER', 'CEER'].include? unit - return 3.413 - elsif ['AFUE', 'COP', 'Percent', 'EF'].include? unit - return 1.0 - end - end - - def get_ids(ids, seed_id_map = {}) - new_ids = ids.map { |id| seed_id_map[id].nil? ? id : seed_id_map[id] } - return if new_ids.empty? - - return new_ids.join(',') - end - - # Retrieve info from HPXML object - htg_ids, clg_ids, dhw_ids, prehtg_ids, preclg_ids = [], [], [], [], [] - htg_eecs, clg_eecs, dhw_eecs, prehtg_eecs, preclg_eecs = {}, {}, {}, {}, {} - htg_fuels, clg_fuels, dhw_fuels, prehtg_fuels, preclg_fuels = {}, {}, {}, {}, {} - htg_seed_id_map, clg_seed_id_map = {}, {} - @hpxml.heating_systems.each do |htg_system| - next unless htg_system.fraction_heat_load_served > 0 - - htg_ids << htg_system.id - htg_seed_id_map[htg_system.id] = htg_system.htg_seed_id - htg_fuels[htg_system.id] = htg_system.heating_system_fuel - if not htg_system.heating_efficiency_afue.nil? - htg_eecs[htg_system.id] = get_eec_value_numerator('AFUE') / htg_system.heating_efficiency_afue - elsif not htg_system.heating_efficiency_percent.nil? - htg_eecs[htg_system.id] = get_eec_value_numerator('Percent') / htg_system.heating_efficiency_percent - end - end - @hpxml.cooling_systems.each do |clg_system| - if clg_system.has_integrated_heating && clg_system.integrated_heating_system_fraction_heat_load_served > 0 - # Cooling system w/ integrated heating (e.g., Room AC w/ electric resistance heating) - htg_ids << clg_system.id - htg_seed_id_map[clg_system.id] = clg_system.htg_seed_id - htg_fuels[clg_system.id] = clg_system.integrated_heating_system_fuel - htg_eecs[clg_system.id] = get_eec_value_numerator('Percent') / clg_system.integrated_heating_system_efficiency_percent - end - - next unless clg_system.fraction_cool_load_served > 0 - - clg_ids << clg_system.id - clg_seed_id_map[clg_system.id] = clg_system.clg_seed_id - clg_fuels[clg_system.id] = clg_system.cooling_system_fuel - if not clg_system.cooling_efficiency_seer.nil? - clg_eecs[clg_system.id] = get_eec_value_numerator('SEER') / clg_system.cooling_efficiency_seer - elsif not clg_system.cooling_efficiency_seer2.nil? - clg_eecs[clg_system.id] = get_eec_value_numerator('SEER2') / clg_system.cooling_efficiency_seer2 - elsif not clg_system.cooling_efficiency_eer.nil? - clg_eecs[clg_system.id] = get_eec_value_numerator('EER') / clg_system.cooling_efficiency_eer - elsif not clg_system.cooling_efficiency_ceer.nil? - clg_eecs[clg_system.id] = get_eec_value_numerator('CEER') / clg_system.cooling_efficiency_ceer - end - if clg_system.cooling_system_type == HPXML::HVACTypeEvaporativeCooler - clg_eecs[clg_system.id] = get_eec_value_numerator('SEER') / 15.0 # Arbitrary - end - end - @hpxml.heat_pumps.each do |heat_pump| - if heat_pump.fraction_heat_load_served > 0 - htg_ids << heat_pump.id - htg_seed_id_map[heat_pump.id] = heat_pump.htg_seed_id - htg_fuels[heat_pump.id] = heat_pump.heat_pump_fuel - if not heat_pump.heating_efficiency_hspf.nil? - htg_eecs[heat_pump.id] = get_eec_value_numerator('HSPF') / heat_pump.heating_efficiency_hspf - elsif not heat_pump.heating_efficiency_hspf2.nil? - htg_eecs[heat_pump.id] = get_eec_value_numerator('HSPF2') / heat_pump.heating_efficiency_hspf2 - elsif not heat_pump.heating_efficiency_cop.nil? - htg_eecs[heat_pump.id] = get_eec_value_numerator('COP') / heat_pump.heating_efficiency_cop - end - end - next unless heat_pump.fraction_cool_load_served > 0 - - clg_ids << heat_pump.id - clg_seed_id_map[heat_pump.id] = heat_pump.clg_seed_id - clg_fuels[heat_pump.id] = heat_pump.heat_pump_fuel - if not heat_pump.cooling_efficiency_seer.nil? - clg_eecs[heat_pump.id] = get_eec_value_numerator('SEER') / heat_pump.cooling_efficiency_seer - elsif not heat_pump.cooling_efficiency_seer2.nil? - clg_eecs[heat_pump.id] = get_eec_value_numerator('SEER2') / heat_pump.cooling_efficiency_seer2 - elsif not heat_pump.cooling_efficiency_eer.nil? - clg_eecs[heat_pump.id] = get_eec_value_numerator('EER') / heat_pump.cooling_efficiency_eer - end - end - @hpxml.water_heating_systems.each do |dhw_system| - dhw_ids << dhw_system.id - ef_or_uef = nil - ef_or_uef = dhw_system.energy_factor unless dhw_system.energy_factor.nil? - ef_or_uef = dhw_system.uniform_energy_factor unless dhw_system.uniform_energy_factor.nil? - if ef_or_uef.nil? - # Get assumed EF for combi system - @model.getWaterHeaterMixeds.each do |wh| - dhw_id = wh.additionalProperties.getFeatureAsString('HPXML_ID') - next unless (dhw_id.is_initialized && dhw_id.get == dhw_system.id) - - ef_or_uef = wh.additionalProperties.getFeatureAsDouble('EnergyFactor').get - end - end - value_adj = 1.0 - value_adj = dhw_system.performance_adjustment if dhw_system.water_heater_type == HPXML::WaterHeaterTypeTankless - if (not ef_or_uef.nil?) && (not value_adj.nil?) - dhw_eecs[dhw_system.id] = get_eec_value_numerator('EF') / (Float(ef_or_uef) * Float(value_adj)) - end - if [HPXML::WaterHeaterTypeCombiTankless, HPXML::WaterHeaterTypeCombiStorage].include? dhw_system.water_heater_type - dhw_fuels[dhw_system.id] = dhw_system.related_hvac_system.heating_system_fuel - else - dhw_fuels[dhw_system.id] = dhw_system.fuel_type - end - end - @hpxml.ventilation_fans.each do |vent_fan| - next unless vent_fan.used_for_whole_building_ventilation - next if vent_fan.is_cfis_supplemental_fan? - - if not vent_fan.preheating_fuel.nil? - prehtg_ids << vent_fan.id - prehtg_fuels[vent_fan.id] = vent_fan.preheating_fuel - prehtg_eecs[vent_fan.id] = get_eec_value_numerator('COP') / vent_fan.preheating_efficiency_cop - end - next unless not vent_fan.precooling_fuel.nil? - - preclg_ids << vent_fan.id - preclg_fuels[vent_fan.id] = vent_fan.precooling_fuel - preclg_eecs[vent_fan.id] = get_eec_value_numerator('COP') / vent_fan.precooling_efficiency_cop - end - - # Apportion ERI Reference loads to systems - (@hpxml.heating_systems + @hpxml.heat_pumps).each do |htg_system| - next unless htg_ids.include? htg_system.id - - @loads[LT::Heating].annual_output_by_system[htg_system.id] = htg_system.fraction_heat_load_served * @loads[LT::Heating].annual_output - end - (@hpxml.cooling_systems + @hpxml.heat_pumps).each do |clg_system| - if clg_ids.include? clg_system.id - @loads[LT::Cooling].annual_output_by_system[clg_system.id] = clg_system.fraction_cool_load_served * @loads[LT::Cooling].annual_output - end - next unless (clg_system.is_a? HPXML::CoolingSystem) && clg_system.has_integrated_heating # Cooling system w/ integrated heating (e.g., Room AC w/ electric resistance heating) - - if htg_ids.include? clg_system.id - @loads[LT::Heating].annual_output_by_system[clg_system.id] = clg_system.integrated_heating_system_fraction_heat_load_served * @loads[LT::Heating].annual_output - end - end - - # Handle dual-fuel heat pumps - @hpxml.heat_pumps.each do |heat_pump| - next unless heat_pump.is_dual_fuel - - # Create separate dual fuel heat pump backup system - dfhp_backup_id = heat_pump.id + '_DFHPBackup' - htg_ids << dfhp_backup_id - htg_seed_id_map[dfhp_backup_id] = heat_pump.htg_seed_id + '_DFHPBackup' - htg_fuels[dfhp_backup_id] = heat_pump.backup_heating_fuel - if not heat_pump.backup_heating_efficiency_afue.nil? - htg_eecs[dfhp_backup_id] = get_eec_value_numerator('AFUE') / heat_pump.backup_heating_efficiency_afue - elsif not heat_pump.backup_heating_efficiency_percent.nil? - htg_eecs[dfhp_backup_id] = get_eec_value_numerator('Percent') / heat_pump.backup_heating_efficiency_percent - end - - # Apportion heating load for the two systems - primary_load, backup_load = nil - @object_variables_by_key[[LT, LT::Heating]].each do |vals| - sys_id, key_name, var_name = vals - if sys_id == heat_pump.id - primary_load = get_report_variable_data_annual([key_name], [var_name]) - elsif sys_id == heat_pump.id + '_DFHPBackup' - backup_load = get_report_variable_data_annual([key_name], [var_name]) - end - end - fail 'Could not obtain DFHP loads.' if primary_load.nil? || backup_load.nil? - - total_load = @loads[LT::Heating].annual_output_by_system[heat_pump.id] - backup_ratio = backup_load / (primary_load + backup_load) - @loads[LT::Heating].annual_output_by_system[dfhp_backup_id] = total_load * backup_ratio - @loads[LT::Heating].annual_output_by_system[heat_pump.id] = total_load * (1.0 - backup_ratio) - end - - # Collect final ERI Reference loads by system - htg_loads, clg_loads, dhw_loads = {}, {}, {} - @loads.each do |load_type, load| - if load_type == LT::Heating - htg_loads = load.annual_output_by_system - elsif load_type == LT::Cooling - clg_loads = load.annual_output_by_system - elsif load_type == LT::HotWaterDelivered - dhw_loads = load.annual_output_by_system - end - end - - # Collect energy consumption (EC) by system - htg_ecs, clg_ecs, dhw_ecs, prehtg_ecs, preclg_ecs = {}, {}, {}, {}, {} - eut_map = { EUT::Heating => htg_ecs, - EUT::HeatingHeatPumpBackup => htg_ecs, - EUT::HeatingFanPump => htg_ecs, - EUT::Cooling => clg_ecs, - EUT::CoolingFanPump => clg_ecs, - EUT::HotWater => dhw_ecs, - EUT::HotWaterRecircPump => dhw_ecs, - EUT::HotWaterSolarThermalPump => dhw_ecs, - EUT::MechVentPreheat => prehtg_ecs, - EUT::MechVentPrecool => preclg_ecs } - @end_uses.each do |key, end_use| - _fuel_type, end_use_type = key - ec_obj = eut_map[end_use_type] - next if ec_obj.nil? - - end_use.annual_output_by_system.each do |sys_id, val| - ec_obj[sys_id] = 0.0 if ec_obj[sys_id].nil? - ec_obj[sys_id] += val - end - end - - results_out << [line_break] - - # Building - results_out << ['ERI: Building: CFA', @hpxml.building_construction.conditioned_floor_area] - results_out << ['ERI: Building: NumBedrooms', @hpxml.building_construction.number_of_bedrooms] - results_out << ['ERI: Building: NumStories', @hpxml.building_construction.number_of_conditioned_floors_above_grade] - results_out << ['ERI: Building: Type', @hpxml.building_construction.residential_facility_type] - - # Heating - results_out << ['ERI: Heating: ID', get_ids(htg_ids, htg_seed_id_map)] - results_out << ['ERI: Heating: FuelType', ordered_values(htg_fuels, htg_ids)] - results_out << ['ERI: Heating: EC', ordered_values(htg_ecs, htg_ids)] - results_out << ['ERI: Heating: EEC', ordered_values(htg_eecs, htg_ids)] - results_out << ['ERI: Heating: Load', ordered_values(htg_loads, htg_ids)] - - # Cooling - results_out << ['ERI: Cooling: ID', get_ids(clg_ids, clg_seed_id_map)] - results_out << ['ERI: Cooling: FuelType', ordered_values(clg_fuels, clg_ids)] - results_out << ['ERI: Cooling: EC', ordered_values(clg_ecs, clg_ids)] - results_out << ['ERI: Cooling: EEC', ordered_values(clg_eecs, clg_ids)] - results_out << ['ERI: Cooling: Load', ordered_values(clg_loads, clg_ids)] - - # Hot Water - results_out << ['ERI: Hot Water: ID', get_ids(dhw_ids)] - results_out << ['ERI: Hot Water: FuelType', ordered_values(dhw_fuels, dhw_ids)] - results_out << ['ERI: Hot Water: EC', ordered_values(dhw_ecs, dhw_ids)] - results_out << ['ERI: Hot Water: EEC', ordered_values(dhw_eecs, dhw_ids)] - results_out << ['ERI: Hot Water: Load', ordered_values(dhw_loads, dhw_ids)] - - # Mech Vent Preheat - results_out << ['ERI: Mech Vent Preheating: ID', get_ids(prehtg_ids)] - results_out << ['ERI: Mech Vent Preheating: FuelType', ordered_values(prehtg_fuels, prehtg_ids)] - results_out << ['ERI: Mech Vent Preheating: EC', ordered_values(prehtg_ecs, prehtg_ids)] - results_out << ['ERI: Mech Vent Preheating: EEC', ordered_values(prehtg_eecs, prehtg_ids)] - - # Mech Vent Precool - results_out << ['ERI: Mech Vent Precooling: ID', get_ids(preclg_ids)] - results_out << ['ERI: Mech Vent Precooling: FuelType', ordered_values(preclg_fuels, preclg_ids)] - results_out << ['ERI: Mech Vent Precooling: EC', ordered_values(preclg_ecs, preclg_ids)] - results_out << ['ERI: Mech Vent Precooling: EEC', ordered_values(preclg_eecs, preclg_ids)] - - return results_out - end - - def report_timeseries_output_results(runner, outputs, output_format, - timeseries_output_path, - timeseries_frequency, - include_timeseries_total_consumptions, - include_timeseries_fuel_consumptions, - include_timeseries_end_use_consumptions, - include_timeseries_emissions, - include_timeseries_emission_fuels, - include_timeseries_emission_end_uses, - include_timeseries_hot_water_uses, - include_timeseries_total_loads, - include_timeseries_component_loads, - include_timeseries_unmet_hours, - include_timeseries_zone_temperatures, - include_timeseries_airflows, - include_timeseries_weather, - add_dst_column, - add_utc_column, - timestamps_dst, - timestamps_utc, - use_dview_format) + def report_timeseries_output_results(runner, outputs, timeseries_output_path, args, timestamps_dst, timestamps_utc) return if @timestamps.nil? - if not ['timestep', 'hourly', 'daily', 'monthly'].include? timeseries_frequency - fail "Unexpected timeseries_frequency: #{timeseries_frequency}." + if not ['timestep', 'hourly', 'daily', 'monthly'].include? args[:timeseries_frequency] + fail "Unexpected timeseries_frequency: #{args[:timeseries_frequency]}." end - # Set rounding precision for timeseries (e.g., hourly) outputs. - # Note: Make sure to round outputs with sufficient resolution for the worst case -- i.e., 1 minute date instead of hourly data. - n_digits = 2 # Default for hourly (or longer) data - if timeseries_frequency == 'timestep' - if @hpxml.header.timestep <= 2 # 2-minute timesteps or shorter; add two decimal places - n_digits += 2 - elsif @hpxml.header.timestep <= 15 # 15-minute timesteps or shorter; add one decimal place - n_digits += 1 + if args[:output_format] == 'msgpack' + # No need to round; no file size penalty to storing full precision + n_digits = 100 + elsif not args[:timeseries_num_decimal_places].nil? + n_digits = args[:timeseries_num_decimal_places] + else + # Set rounding precision for timeseries (e.g., hourly) outputs. + # Note: Make sure to round outputs with sufficient resolution for the worst case -- i.e., 1 minute date instead of hourly data. + n_digits = 3 # Default for hourly (or longer) data + if args[:timeseries_frequency] == 'timestep' + if @hpxml.header.timestep <= 2 # 2-minute timesteps or shorter; add two decimal places + n_digits += 2 + elsif @hpxml.header.timestep <= 15 # 15-minute timesteps or shorter; add one decimal place + n_digits += 1 + end end end # Initial output data w/ Time column(s) data = ['Time', nil] + @timestamps - if add_dst_column + if args[:add_timeseries_dst_column] timestamps2 = [['TimeDST', nil] + timestamps_dst] else timestamps2 = [] end - if add_utc_column + if args[:add_timeseries_utc_column] timestamps3 = [['TimeUTC', nil] + timestamps_utc] else timestamps3 = [] end - if include_timeseries_total_consumptions + if args[:include_timeseries_total_consumptions] total_energy_data = [] [TE::Total, TE::Net].each do |energy_type| next if (energy_type == TE::Net) && (outputs[:elec_prod_timeseries].sum(0.0) == 0) + next if @totals[energy_type].timeseries_output.empty? total_energy_data << [@totals[energy_type].name, @totals[energy_type].timeseries_units] + @totals[energy_type].timeseries_output.map { |v| v.round(n_digits) } end else total_energy_data = [] end - if include_timeseries_fuel_consumptions + if args[:include_timeseries_fuel_consumptions] fuel_data = @fuels.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } # Also add Net Electricity @@ -1705,77 +1495,84 @@ def report_timeseries_output_results(runner, outputs, output_format, else fuel_data = [] end - if include_timeseries_end_use_consumptions + if args[:include_timeseries_end_use_consumptions] end_use_data = @end_uses.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } else end_use_data = [] end - if include_timeseries_emissions + if args[:include_timeseries_system_use_consumptions] + system_use_data = @system_uses.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } + else + system_use_data = [] + end + if args[:include_timeseries_emissions] emissions_data = [] @emissions.values.each do |emission| next if emission.timeseries_output.sum(0.0) == 0 - emissions_data << ["#{emission.name}: Total", emission.timeseries_units] + emission.timeseries_output.map { |v| v.round(5) } + emissions_data << ["#{emission.name}: Total", emission.timeseries_units] + emission.timeseries_output.map { |v| v.round(n_digits + 2) } + emissions_data << ["#{emission.name}: Net", emission.timeseries_units] + emission.net_timeseries_output.map { |v| v.round(n_digits + 2) } end else emissions_data = [] end - if include_timeseries_emission_fuels + if args[:include_timeseries_emission_fuels] emission_fuel_data = [] @emissions.values.each do |emission| - emission.timeseries_output_by_fuel.each do |fuel, timeseries_output| + emission.timeseries_output_by_fuel.each do |fuel_key, timeseries_output| + fuel, emission_type = fuel_key next if timeseries_output.sum(0.0) == 0 - emission_fuel_data << ["#{emission.name}: #{fuel}: Total", emission.timeseries_units] + timeseries_output.map { |v| v.round(5) } + emission_fuel_data << ["#{emission.name}: #{fuel}: #{emission_type}", emission.timeseries_units] + timeseries_output.map { |v| v.round(n_digits + 2) } end end else emission_fuel_data = [] end - if include_timeseries_emission_end_uses + if args[:include_timeseries_emission_end_uses] emission_end_use_data = [] @emissions.values.each do |emission| emission.timeseries_output_by_end_use.each do |key, timeseries_output| next if timeseries_output.sum(0.0) == 0 fuel_type, end_use_type = key - emission_end_use_data << ["#{emission.name}: #{fuel_type}: #{end_use_type}", emission.timeseries_units] + timeseries_output.map { |v| v.round(5) } + emission_end_use_data << ["#{emission.name}: #{fuel_type}: #{end_use_type}", emission.timeseries_units] + timeseries_output.map { |v| v.round(n_digits + 2) } end end else emission_end_use_data = [] end - if include_timeseries_hot_water_uses + if args[:include_timeseries_hot_water_uses] hot_water_use_data = @hot_water_uses.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } else hot_water_use_data = [] end - if include_timeseries_total_loads + if args[:include_timeseries_total_loads] total_loads_data = @loads.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } else total_loads_data = {} end - if include_timeseries_component_loads + if args[:include_timeseries_component_loads] comp_loads_data = @component_loads.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } else comp_loads_data = [] end - if include_timeseries_unmet_hours + if args[:include_timeseries_unmet_hours] unmet_hours_data = @unmet_hours.values.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } else unmet_hours_data = [] end - if include_timeseries_zone_temperatures + if args[:include_timeseries_zone_temperatures] zone_temps_data = @zone_temps.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } else zone_temps_data = [] end - if include_timeseries_airflows + if args[:include_timeseries_airflows] airflows_data = @airflows.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } else airflows_data = [] end - if include_timeseries_weather + if args[:include_timeseries_weather] weather_data = @weather.values.select { |x| x.timeseries_output.sum(0.0) != 0 }.map { |x| [x.name, x.timeseries_units] + x.timeseries_output.map { |v| v.round(n_digits) } } else weather_data = [] @@ -1788,15 +1585,15 @@ def report_timeseries_output_results(runner, outputs, output_format, output_variables_data = [] end - return if (total_energy_data.size + fuel_data.size + end_use_data.size + emissions_data.size + emission_fuel_data.size + + return if (total_energy_data.size + fuel_data.size + end_use_data.size + system_use_data.size + emissions_data.size + emission_fuel_data.size + emission_end_use_data.size + hot_water_use_data.size + total_loads_data.size + comp_loads_data.size + unmet_hours_data.size + zone_temps_data.size + airflows_data.size + weather_data.size + output_variables_data.size) == 0 fail 'Unable to obtain timestamps.' if @timestamps.empty? - if ['csv'].include? output_format + if ['csv'].include? args[:output_format] # Assemble data - data = data.zip(*timestamps2, *timestamps3, *total_energy_data, *fuel_data, *end_use_data, *emissions_data, + data = data.zip(*timestamps2, *timestamps3, *total_energy_data, *fuel_data, *end_use_data, *system_use_data, *emissions_data, *emission_fuel_data, *emission_end_use_data, *hot_water_use_data, *total_loads_data, *comp_loads_data, *unmet_hours_data, *zone_temps_data, *airflows_data, *weather_data, *output_variables_data) @@ -1809,7 +1606,7 @@ def report_timeseries_output_results(runner, outputs, output_format, fail "Inconsistent number of array elements: #{n_elements.uniq}." end - if use_dview_format + if args[:use_dview_format] # Remove Time column(s) while data[0][0].include? 'Time' data = data.map { |a| a[1..-1] } @@ -1819,13 +1616,13 @@ def report_timeseries_output_results(runner, outputs, output_format, year = @hpxml.header.sim_calendar_year start_day = Schedule.get_day_num_from_month_day(year, @hpxml.header.sim_begin_month, @hpxml.header.sim_begin_day) start_hr = (start_day - 1) * 24 - if timeseries_frequency == 'timestep' + if args[:timeseries_frequency] == 'timestep' interval_hrs = @hpxml.header.timestep / 60.0 - elsif timeseries_frequency == 'hourly' + elsif args[:timeseries_frequency] == 'hourly' interval_hrs = 1.0 - elsif timeseries_frequency == 'daily' + elsif args[:timeseries_frequency] == 'daily' interval_hrs = 24.0 - elsif timeseries_frequency == 'monthly' + elsif args[:timeseries_frequency] == 'monthly' interval_hrs = Constants.NumDaysInYear(year) * 24.0 / 12 end header_data = [['wxDVFileHeaderVer.1'], @@ -1837,9 +1634,9 @@ def report_timeseries_output_results(runner, outputs, output_format, data.delete_at(0) # Remove series name, added to header data above # Apply daylight savings - if timeseries_frequency == 'timestep' || timeseries_frequency == 'hourly' + if args[:timeseries_frequency] == 'timestep' || args[:timeseries_frequency] == 'hourly' if @hpxml.header.dst_enabled - dst_start_ix, dst_end_ix = OutputMethods.get_dst_start_end_indexes(@timestamps, timestamps_dst) + dst_start_ix, dst_end_ix = get_dst_start_end_indexes(@timestamps, timestamps_dst) dst_end_ix.downto(dst_start_ix + 1) do |i| data[i + 1] = data[i] end @@ -1851,14 +1648,14 @@ def report_timeseries_output_results(runner, outputs, output_format, # Write file CSV.open(timeseries_output_path, 'wb') { |csv| data.to_a.each { |elem| csv << elem } } - elsif ['json', 'msgpack'].include? output_format + elsif ['json', 'msgpack'].include? args[:output_format] # Assemble data h = {} h['Time'] = data[2..-1] h['TimeDST'] = timestamps2[2..-1] if timestamps_dst h['TimeUTC'] = timestamps3[2..-1] if timestamps_utc - [total_energy_data, fuel_data, end_use_data, emissions_data, emission_fuel_data, + [total_energy_data, fuel_data, end_use_data, system_use_data, emissions_data, emission_fuel_data, emission_end_use_data, hot_water_use_data, total_loads_data, comp_loads_data, unmet_hours_data, zone_temps_data, airflows_data, weather_data, output_variables_data].each do |d| d.each do |o| @@ -1869,16 +1666,29 @@ def report_timeseries_output_results(runner, outputs, output_format, end # Write file - if output_format == 'json' + if args[:output_format] == 'json' require 'json' File.open(timeseries_output_path, 'w') { |json| json.write(JSON.pretty_generate(h)) } - elsif output_format == 'msgpack' + elsif args[:output_format] == 'msgpack' File.open(timeseries_output_path, 'w') { |json| h.to_msgpack(json) } end end runner.registerInfo("Wrote timeseries output results to #{timeseries_output_path}.") end + def get_dst_start_end_indexes(timestamps, timestamps_dst) + dst_start_ix = nil + dst_end_ix = nil + timestamps.zip(timestamps_dst).each_with_index do |ts, i| + dst_start_ix = i if ts[0] != ts[1] && dst_start_ix.nil? + dst_end_ix = i if ts[0] == ts[1] && dst_end_ix.nil? && !dst_start_ix.nil? + end + + dst_end_ix = timestamps.size - 1 if dst_end_ix.nil? # run period ends before DST ends + + return dst_start_ix, dst_end_ix + end + def get_report_meter_data_annual(meter_names, unit_conv = UnitConversions.convert(1.0, 'J', 'MBtu')) return 0.0 if meter_names.empty? @@ -1908,7 +1718,10 @@ def get_report_variable_data_annual(key_values, variables, unit_conv = UnitConve def get_report_meter_data_timeseries(meter_names, unit_conv, unit_adder, timeseries_frequency) return [0.0] * @timestamps.size if meter_names.empty? - msgpack_timeseries_name = OutputMethods.msgpack_frequency_map[timeseries_frequency] + msgpack_timeseries_name = { 'timestep' => 'TimeStep', + 'hourly' => 'Hourly', + 'daily' => 'Daily', + 'monthly' => 'Monthly' }[timeseries_frequency] cols = @msgpackData['MeterData'][msgpack_timeseries_name]['Cols'] rows = @msgpackData['MeterData'][msgpack_timeseries_name]['Rows'] indexes = cols.each_index.select { |i| meter_names.include? cols[i]['Variable'] } @@ -1930,8 +1743,14 @@ def get_report_variable_data_timeseries(key_values, variables, unit_conv, unit_a if key_values.uniq.size > 1 && key_values.include?('EMS') && ems_shift # Split into EMS and non-EMS queries so that the EMS values shift occurs for just the EMS query # Remove this code if we ever figure out a better way to handle when EMS output should shift - values = get_report_variable_data_timeseries(['EMS'], variables, unit_conv, unit_adder, timeseries_frequency, is_negative: is_negative, ems_shift: ems_shift) - sum_values = values.zip(get_report_variable_data_timeseries(key_values.select { |k| k != 'EMS' }, variables, unit_conv, unit_adder, timeseries_frequency, is_negative: is_negative, ems_shift: ems_shift)).map { |x, y| x + y } + ems_indices = key_values.each_index.select { |i| key_values[i] == 'EMS' } + ems_key_values = key_values.select.with_index { |_kv, i| ems_indices.include? i } + ems_variables = variables.select.with_index { |_kv, i| ems_indices.include? i } + non_ems_key_values = key_values.select.with_index { |_kv, i| !ems_indices.include? i } + non_ems_variables = variables.select.with_index { |_kv, i| !ems_indices.include? i } + values = get_report_variable_data_timeseries(ems_key_values, ems_variables, unit_conv, unit_adder, timeseries_frequency, is_negative: is_negative, ems_shift: ems_shift) + non_ems_values = get_report_variable_data_timeseries(non_ems_key_values, non_ems_variables, unit_conv, unit_adder, timeseries_frequency, is_negative: is_negative, ems_shift: ems_shift) + sum_values = [values, non_ems_values].transpose.map(&:sum) return sum_values end @@ -1993,7 +1812,7 @@ def get_tabular_data_value(report_name, report_for_string, table_name, row_names next if table['TableName'] != table_name cols = table['Cols'] - index = cols.each_index.select { |i| cols[i] == "#{col_name} [#{units}]" }[0] + index = cols.each_index.find { |i| cols[i] == "#{col_name} [#{units}]" } row_names.each do |row_name| vals << table['Rows'][row_name][index].to_f end @@ -2015,8 +1834,8 @@ def apply_multiplier_to_output(obj, sync_obj, sys_id, mult) if not obj.timeseries_output_by_system.empty? orig_values = obj.timeseries_output_by_system[sys_id] obj.timeseries_output_by_system[sys_id] = obj.timeseries_output_by_system[sys_id].map { |x| x * mult } - diffs = obj.timeseries_output_by_system[sys_id].zip(orig_values).map { |x, y| x - y } if not sync_obj.nil? + diffs = obj.timeseries_output_by_system[sys_id].zip(orig_values).map { |x, y| x - y } sync_obj.timeseries_output = sync_obj.timeseries_output.zip(diffs).map { |x, y| x + y } end end @@ -2031,19 +1850,14 @@ def create_all_object_variables_by_key @object_variables_by_key = {} return if @model.nil? - @model.getModelObjects.each do |object| + @model.getModelObjects.sort.each do |object| next if object.to_AdditionalProperties.is_initialized - [EUT, HWT, LT, ILT].each do |class_name| - vars_by_key = get_object_output_variables_by_key(@model, object, class_name) - next if vars_by_key.size == 0 - + [EUT, HWT, LT].each do |class_name| sys_id = object.additionalProperties.getFeatureAsString('HPXML_ID') - if sys_id.is_initialized - sys_id = sys_id.get - else - sys_id = nil - end + sys_id = sys_id.is_initialized ? sys_id.get : nil + vars_by_key = get_object_output_variables_by_key(@model, object, sys_id, class_name) + next if vars_by_key.size == 0 vars_by_key.each do |key, output_vars| output_vars.each do |output_var| @@ -2116,8 +1930,11 @@ def initialize() @timeseries_output_by_fuel = {} @annual_output_by_fuel = {} @annual_output_by_end_use = {} + @net_annual_output = 0.0 + @net_timeseries_output = [] end - attr_accessor(:annual_output_by_fuel, :annual_output_by_end_use, :timeseries_output_by_fuel, :timeseries_output_by_end_use) + attr_accessor(:annual_output_by_fuel, :annual_output_by_end_use, :timeseries_output_by_fuel, :timeseries_output_by_end_use, + :net_annual_output, :net_timeseries_output) end class HotWater < BaseOutput @@ -2131,12 +1948,11 @@ def initialize(variables: []) end class PeakFuel < BaseOutput - def initialize(meters:, report:) + def initialize(report:) super() - @meters = meters @report = report end - attr_accessor(:meters, :report) + attr_accessor(:report) end class Load < BaseOutput @@ -2235,8 +2051,9 @@ def get_timeseries_units_from_fuel_type(fuel_type) @end_uses = {} @end_uses[[FT::Elec, EUT::Heating]] = EndUse.new(variables: get_object_variables(EUT, [FT::Elec, EUT::Heating])) - @end_uses[[FT::Elec, EUT::HeatingHeatPumpBackup]] = EndUse.new(variables: get_object_variables(EUT, [FT::Elec, EUT::HeatingHeatPumpBackup])) @end_uses[[FT::Elec, EUT::HeatingFanPump]] = EndUse.new(variables: get_object_variables(EUT, [FT::Elec, EUT::HeatingFanPump])) + @end_uses[[FT::Elec, EUT::HeatingHeatPumpBackup]] = EndUse.new(variables: get_object_variables(EUT, [FT::Elec, EUT::HeatingHeatPumpBackup])) + @end_uses[[FT::Elec, EUT::HeatingHeatPumpBackupFanPump]] = EndUse.new(variables: get_object_variables(EUT, [FT::Elec, EUT::HeatingHeatPumpBackupFanPump])) @end_uses[[FT::Elec, EUT::Cooling]] = EndUse.new(variables: get_object_variables(EUT, [FT::Elec, EUT::Cooling])) @end_uses[[FT::Elec, EUT::CoolingFanPump]] = EndUse.new(variables: get_object_variables(EUT, [FT::Elec, EUT::CoolingFanPump])) @end_uses[[FT::Elec, EUT::HotWater]] = EndUse.new(variables: get_object_variables(EUT, [FT::Elec, EUT::HotWater])) @@ -2402,10 +2219,9 @@ def get_timeseries_units_from_fuel_type(fuel_type) end # Peak Fuels - # Using meters for energy transferred in conditioned space only (i.e., excluding ducts) to determine winter vs summer. @peak_fuels = {} - @peak_fuels[[FT::Elec, PFT::Winter]] = PeakFuel.new(meters: ["Heating:EnergyTransfer:Zone:#{HPXML::LocationLivingSpace.upcase}"], report: 'Peak Electricity Winter Total') - @peak_fuels[[FT::Elec, PFT::Summer]] = PeakFuel.new(meters: ["Cooling:EnergyTransfer:Zone:#{HPXML::LocationLivingSpace.upcase}"], report: 'Peak Electricity Summer Total') + @peak_fuels[[FT::Elec, PFT::Winter]] = PeakFuel.new(report: 'Peak Electricity Winter Total') + @peak_fuels[[FT::Elec, PFT::Summer]] = PeakFuel.new(report: 'Peak Electricity Summer Total') @peak_fuels.each do |key, peak_fuel| fuel_type, peak_fuel_type = key @@ -2417,6 +2233,7 @@ def get_timeseries_units_from_fuel_type(fuel_type) @loads = {} @loads[LT::Heating] = Load.new(ems_variable: 'loads_htg_tot') + @loads[LT::HeatingHeatPumpBackup] = Load.new(variables: get_object_variables(LT, LT::HeatingHeatPumpBackup)) @loads[LT::Cooling] = Load.new(ems_variable: 'loads_clg_tot') @loads[LT::HotWaterDelivered] = Load.new(variables: get_object_variables(LT, LT::HotWaterDelivered)) @loads[LT::HotWaterTankLosses] = Load.new(variables: get_object_variables(LT, LT::HotWaterTankLosses), @@ -2440,8 +2257,10 @@ def get_timeseries_units_from_fuel_type(fuel_type) @component_loads[[LT::Heating, CLT::RimJoists]] = ComponentLoad.new(ems_variable: 'loads_htg_rim_joists') @component_loads[[LT::Heating, CLT::FoundationWalls]] = ComponentLoad.new(ems_variable: 'loads_htg_foundation_walls') @component_loads[[LT::Heating, CLT::Doors]] = ComponentLoad.new(ems_variable: 'loads_htg_doors') - @component_loads[[LT::Heating, CLT::Windows]] = ComponentLoad.new(ems_variable: 'loads_htg_windows') - @component_loads[[LT::Heating, CLT::Skylights]] = ComponentLoad.new(ems_variable: 'loads_htg_skylights') + @component_loads[[LT::Heating, CLT::WindowsConduction]] = ComponentLoad.new(ems_variable: 'loads_htg_windows_conduction') + @component_loads[[LT::Heating, CLT::WindowsSolar]] = ComponentLoad.new(ems_variable: 'loads_htg_windows_solar') + @component_loads[[LT::Heating, CLT::SkylightsConduction]] = ComponentLoad.new(ems_variable: 'loads_htg_skylights_conduction') + @component_loads[[LT::Heating, CLT::SkylightsSolar]] = ComponentLoad.new(ems_variable: 'loads_htg_skylights_solar') @component_loads[[LT::Heating, CLT::Floors]] = ComponentLoad.new(ems_variable: 'loads_htg_floors') @component_loads[[LT::Heating, CLT::Slabs]] = ComponentLoad.new(ems_variable: 'loads_htg_slabs') @component_loads[[LT::Heating, CLT::InternalMass]] = ComponentLoad.new(ems_variable: 'loads_htg_internal_mass') @@ -2451,14 +2270,17 @@ def get_timeseries_units_from_fuel_type(fuel_type) @component_loads[[LT::Heating, CLT::WholeHouseFan]] = ComponentLoad.new(ems_variable: 'loads_htg_whf') @component_loads[[LT::Heating, CLT::Ducts]] = ComponentLoad.new(ems_variable: 'loads_htg_ducts') @component_loads[[LT::Heating, CLT::InternalGains]] = ComponentLoad.new(ems_variable: 'loads_htg_intgains') + @component_loads[[LT::Heating, CLT::Lighting]] = ComponentLoad.new(ems_variable: 'loads_htg_lighting') @component_loads[[LT::Cooling, CLT::Roofs]] = ComponentLoad.new(ems_variable: 'loads_clg_roofs') @component_loads[[LT::Cooling, CLT::Ceilings]] = ComponentLoad.new(ems_variable: 'loads_clg_ceilings') @component_loads[[LT::Cooling, CLT::Walls]] = ComponentLoad.new(ems_variable: 'loads_clg_walls') @component_loads[[LT::Cooling, CLT::RimJoists]] = ComponentLoad.new(ems_variable: 'loads_clg_rim_joists') @component_loads[[LT::Cooling, CLT::FoundationWalls]] = ComponentLoad.new(ems_variable: 'loads_clg_foundation_walls') @component_loads[[LT::Cooling, CLT::Doors]] = ComponentLoad.new(ems_variable: 'loads_clg_doors') - @component_loads[[LT::Cooling, CLT::Windows]] = ComponentLoad.new(ems_variable: 'loads_clg_windows') - @component_loads[[LT::Cooling, CLT::Skylights]] = ComponentLoad.new(ems_variable: 'loads_clg_skylights') + @component_loads[[LT::Cooling, CLT::WindowsConduction]] = ComponentLoad.new(ems_variable: 'loads_clg_windows_conduction') + @component_loads[[LT::Cooling, CLT::WindowsSolar]] = ComponentLoad.new(ems_variable: 'loads_clg_windows_solar') + @component_loads[[LT::Cooling, CLT::SkylightsConduction]] = ComponentLoad.new(ems_variable: 'loads_clg_skylights_conduction') + @component_loads[[LT::Cooling, CLT::SkylightsSolar]] = ComponentLoad.new(ems_variable: 'loads_clg_skylights_solar') @component_loads[[LT::Cooling, CLT::Floors]] = ComponentLoad.new(ems_variable: 'loads_clg_floors') @component_loads[[LT::Cooling, CLT::Slabs]] = ComponentLoad.new(ems_variable: 'loads_clg_slabs') @component_loads[[LT::Cooling, CLT::InternalMass]] = ComponentLoad.new(ems_variable: 'loads_clg_internal_mass') @@ -2468,6 +2290,7 @@ def get_timeseries_units_from_fuel_type(fuel_type) @component_loads[[LT::Cooling, CLT::WholeHouseFan]] = ComponentLoad.new(ems_variable: 'loads_clg_whf') @component_loads[[LT::Cooling, CLT::Ducts]] = ComponentLoad.new(ems_variable: 'loads_clg_ducts') @component_loads[[LT::Cooling, CLT::InternalGains]] = ComponentLoad.new(ems_variable: 'loads_clg_intgains') + @component_loads[[LT::Cooling, CLT::Lighting]] = ComponentLoad.new(ems_variable: 'loads_clg_lighting') @component_loads.each do |key, comp_load| load_type, comp_load_type = key @@ -2487,16 +2310,6 @@ def get_timeseries_units_from_fuel_type(fuel_type) unmet_hour.timeseries_units = 'hr' end - # Ideal System Loads (expected load that is not met by the HVAC systems) - @ideal_system_loads = {} - @ideal_system_loads[ILT::Heating] = IdealLoad.new(variables: get_object_variables(ILT, ILT::Heating)) - @ideal_system_loads[ILT::Cooling] = IdealLoad.new(variables: get_object_variables(ILT, ILT::Cooling)) - - @ideal_system_loads.each do |load_type, ideal_load| - ideal_load.name = "Ideal System Load: #{load_type}" - ideal_load.annual_units = 'MBtu' - end - # Peak Loads @peak_loads = {} @peak_loads[PLT::Heating] = PeakLoad.new(ems_variable: 'loads_htg_tot', report: 'Peak Heating Load') @@ -2545,6 +2358,30 @@ def get_timeseries_units_from_fuel_type(fuel_type) end end + def setup_timeseries_includes(emissions, args) + # To calculate timeseries emissions or timeseries fuel consumption, we also need to select timeseries + # end use consumption because EnergyPlus results may be post-processed due to HVAC DSE. + # TODO: This could be removed if we could account for DSE inside EnergyPlus. + args = args.dup # We don't want to modify the original arguments + args[:include_hourly_electric_end_use_consumptions] = false + if not emissions.empty? + args[:include_hourly_electric_end_use_consumptions] = true # Need hourly electricity values for Cambium + if args[:include_timeseries_emissions] || args[:include_timeseries_emission_end_uses] || args[:include_timeseries_emission_fuels] + args[:include_timeseries_fuel_consumptions] = true + end + end + if args[:include_timeseries_total_consumptions] + args[:include_timeseries_fuel_consumptions] = true + end + if args[:include_timeseries_fuel_consumptions] + args[:include_timeseries_end_use_consumptions] = true + end + if args[:include_timeseries_system_use_consumptions] + args[:include_timeseries_end_use_consumptions] = true + end + return args + end + def is_heat_pump_backup(sys_id) return false if @hpxml.nil? @@ -2563,14 +2400,24 @@ def is_heat_pump_backup(sys_id) return true end - if sys_id.include? '_DFHPBackup' - return true - end - return false end - def get_object_output_variables_by_key(model, object, class_name) + def get_hpxml_system_ids + # Returns a list of HPXML IDs corresponds to HVAC or water heating systems + return [] if @hpxml.nil? + + system_ids = [] + (@hpxml.hvac_systems + @hpxml.water_heating_systems + @hpxml.ventilation_fans).each do |system| + system_ids << system.id + end + return system_ids + end + + def get_object_output_variables_by_key(model, object, sys_id, class_name) + # For a given object, returns the output variables to be requested and associates + # them with the appropriate keys (e.g., [FT::Elec, EUT::Heating]). + to_ft = { EPlus::FuelTypeElectricity => FT::Elec, EPlus::FuelTypeNaturalGas => FT::Gas, EPlus::FuelTypeOil => FT::Oil, @@ -2579,16 +2426,6 @@ def get_object_output_variables_by_key(model, object, class_name) EPlus::FuelTypeWoodPellets => FT::WoodPellets, EPlus::FuelTypeCoal => FT::Coal } - # For a given object, returns the output variables to be requested and associates - # them with the appropriate keys (e.g., [FT::Elec, EUT::Heating]). - - sys_id = object.additionalProperties.getFeatureAsString('HPXML_ID') - if sys_id.is_initialized - sys_id = sys_id.get - else - sys_id = nil - end - if class_name == EUT # End uses @@ -2606,9 +2443,9 @@ def get_object_output_variables_by_key(model, object, class_name) elsif object.to_CoilHeatingGas.is_initialized fuel = object.to_CoilHeatingGas.get.fuelType if not is_heat_pump_backup(sys_id) - return { [to_ft[fuel], EUT::Heating] => ["Heating Coil #{fuel} Energy"] } + return { [to_ft[fuel], EUT::Heating] => ["Heating Coil #{fuel} Energy", "Heating Coil Ancillary #{fuel} Energy"] } else - return { [to_ft[fuel], EUT::HeatingHeatPumpBackup] => ["Heating Coil #{fuel} Energy"] } + return { [to_ft[fuel], EUT::HeatingHeatPumpBackup] => ["Heating Coil #{fuel} Energy", "Heating Coil Ancillary #{fuel} Energy"] } end elsif object.to_CoilHeatingWaterToAirHeatPumpEquationFit.is_initialized @@ -2756,7 +2593,7 @@ def get_object_output_variables_by_key(model, object, class_name) if object.name.to_s.end_with? Constants.ObjectNameFanPumpDisaggregatePrimaryHeat return { [FT::Elec, EUT::HeatingFanPump] => [object.name.to_s] } elsif object.name.to_s.end_with? Constants.ObjectNameFanPumpDisaggregateBackupHeat - return { [FT::Elec, EUT::HeatingFanPump] => [object.name.to_s] } + return { [FT::Elec, EUT::HeatingHeatPumpBackupFanPump] => [object.name.to_s] } elsif object.name.to_s.end_with? Constants.ObjectNameFanPumpDisaggregateCool return { [FT::Elec, EUT::CoolingFanPump] => [object.name.to_s] } elsif object.name.to_s.include? Constants.ObjectNameWaterHeaterAdjustment(nil) @@ -2764,6 +2601,9 @@ def get_object_output_variables_by_key(model, object, class_name) return { [to_ft[fuel], EUT::HotWater] => [object.name.to_s] } elsif object.name.to_s.include? Constants.ObjectNameBatteryLossesAdjustment(nil) return { [FT::Elec, EUT::Battery] => [object.name.to_s] } + elsif object.name.to_s.include? Constants.ObjectNameBoilerPilotLight(nil) + fuel = object.additionalProperties.getFeatureAsString('FuelType').get + return { [to_ft[fuel], EUT::Heating] => [object.name.to_s] } else return { ems: [object.name.to_s] } end @@ -2809,20 +2649,24 @@ def get_object_output_variables_by_key(model, object, class_name) elsif object.to_CoilWaterHeatingDesuperheater.is_initialized return { LT::HotWaterDesuperheater => ['Water Heater Heating Energy'] } - elsif object.to_CoilHeatingDXSingleSpeed.is_initialized || object.to_CoilHeatingDXMultiSpeed.is_initialized || object.to_CoilHeatingGas.is_initialized - # Needed to apportion heating loads for dual-fuel heat pumps - return { LT::Heating => ['Heating Coil Heating Energy'] } - - end - - elsif class_name == ILT + elsif object.to_CoilHeatingGas.is_initialized || object.to_CoilHeatingElectric.is_initialized + if object.additionalProperties.getFeatureAsBoolean('IsHeatPumpBackup').is_initialized + if object.additionalProperties.getFeatureAsBoolean('IsHeatPumpBackup').get + return { LT::HeatingHeatPumpBackup => ['Heating Coil Heating Energy'] } + end + end - # Ideal Load + elsif object.to_ZoneHVACBaseboardConvectiveElectric.is_initialized || object.to_ZoneHVACBaseboardConvectiveWater.is_initialized + if object.additionalProperties.getFeatureAsBoolean('IsHeatPumpBackup').is_initialized + if object.additionalProperties.getFeatureAsBoolean('IsHeatPumpBackup').get + return { LT::HeatingHeatPumpBackup => ['Baseboard Total Heating Energy'] } + end + end - if object.to_ZoneHVACIdealLoadsAirSystem.is_initialized - if object.name.to_s == Constants.ObjectNameIdealAirSystem - return { ILT::Heating => ['Zone Ideal Loads Zone Sensible Heating Energy'], - ILT::Cooling => ['Zone Ideal Loads Zone Sensible Cooling Energy'] } + elsif object.to_EnergyManagementSystemOutputVariable.is_initialized + if object.name.to_s.end_with? Constants.ObjectNameFanPumpDisaggregateBackupHeat + # Fan/pump energy is contributing to the load + return { LT::HeatingHeatPumpBackup => [object.name.to_s] } end end diff --git a/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.xml b/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.xml index e04823dd..b4cde8ac 100644 --- a/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.xml +++ b/example_files/resources/hpxml-measures/ReportSimulationOutput/measure.xml @@ -3,8 +3,8 @@ 3.0 report_simulation_output df9d170c-c21a-4130-866d-0d46b06073fd - ed4b8b52-6f8a-45b2-a02d-533a60f74d62 - 20221206T185448Z + 5362758c-ff55-4684-b0aa-16341d1ada75 + 20230502T172559Z 9BF1E6AC ReportSimulationOutput HPXML Simulation Output Report @@ -38,6 +38,272 @@ + + include_annual_total_consumptions + Generate Annual Output: Total Consumptions + Generates annual energy consumptions for the total building. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_fuel_consumptions + Generate Annual Output: Fuel Consumptions + Generates annual energy consumptions for each fuel type. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_end_use_consumptions + Generate Annual Output: End Use Consumptions + Generates annual energy consumptions for each end use. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_system_use_consumptions + Generate Annual Output: System Use Consumptions + Generates annual energy consumptions for each end use of each HVAC and water heating system. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_emissions + Generate Annual Output: Emissions + Generates annual emissions. Requires the appropriate HPXML inputs to be specified. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_emission_fuels + Generate Annual Output: Emission Fuel Uses + Generates annual emissions for each fuel type. Requires the appropriate HPXML inputs to be specified. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_emission_end_uses + Generate Annual Output: Emission End Uses + Generates annual emissions for each end use. Requires the appropriate HPXML inputs to be specified. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_total_loads + Generate Annual Output: Total Loads + Generates annual heating, cooling, and hot water loads. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_unmet_hours + Generate Annual Output: Unmet Hours + Generates annual unmet hours for heating and cooling. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_peak_fuels + Generate Annual Output: Peak Fuels + Generates annual electricity peaks for summer/winter. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_peak_loads + Generate Annual Output: Peak Loads + Generates annual peak loads for heating/cooling. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_component_loads + Generate Annual Output: Component Loads + Generates annual heating and cooling loads disaggregated by component type. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_hot_water_uses + Generate Annual Output: Hot Water Uses + Generates annual hot water usages for each end use. + Boolean + false + false + true + + + true + true + + + false + false + + + + + include_annual_hvac_summary + Generate Annual Output: HVAC Summary + Generates HVAC capacities, design temperatures, and design loads. + Boolean + false + false + true + + + true + true + + + false + false + + + timeseries_frequency Timeseries Reporting Frequency @@ -72,7 +338,7 @@ include_timeseries_total_consumptions Generate Timeseries Output: Total Consumptions - Generates timeseries energy consumptions for building total. + Generates timeseries energy consumptions for the total building. Boolean false false @@ -126,6 +392,25 @@ + + include_timeseries_system_use_consumptions + Generate Timeseries Output: System Use Consumptions + Generates timeseries energy consumptions for each end use of each HVAC and water heating system. + Boolean + false + false + false + + + true + true + + + false + false + + + include_timeseries_emissions Generate Timeseries Output: Emissions @@ -147,7 +432,7 @@ include_timeseries_emission_fuels - Generate Timeseries Output: Emissions + Generate Timeseries Output: Emission Fuel Uses Generates timeseries emissions for each fuel type. Requires the appropriate HPXML inputs to be specified. Boolean false @@ -205,7 +490,7 @@ include_timeseries_total_loads Generate Timeseries Output: Total Loads - Generates timeseries total heating, cooling, and hot water loads. + Generates timeseries heating, cooling, and hot water loads. Boolean false false @@ -335,6 +620,14 @@ + + timeseries_num_decimal_places + Generate Timeseries Output: Number of Decimal Places + Allows overriding the default number of decimal places for timeseries output. Does not apply if output format is msgpack, where no rounding is performed because there is no file size penalty to storing full precision. + Integer + false + false + add_timeseries_dst_column Generate Timeseries Output: Add TimeDST Column @@ -381,24 +674,6 @@ false false - - generate_eri_outputs - Generate ERI Outputs - Optionally generate additional outputs needed for Energy Rating Index (ERI) calculations. - Boolean - false - false - - - true - true - - - false - false - - - annual_output_file_name Annual Output File Name @@ -416,1093 +691,7 @@ false - - - Energy Use: Total MBtu - Energy Use: Total MBtu - Energy Use: Total MBtu - Double - false - - - Energy Use: Net MBtu - Energy Use: Net MBtu - Energy Use: Net MBtu - Double - false - - - Fuel Use: Electricity: Total MBtu - Fuel Use: Electricity: Total MBtu - Fuel Use: Electricity: Total MBtu - Double - false - - - Fuel Use: Natural Gas: Total MBtu - Fuel Use: Natural Gas: Total MBtu - Fuel Use: Natural Gas: Total MBtu - Double - false - - - Fuel Use: Fuel Oil: Total MBtu - Fuel Use: Fuel Oil: Total MBtu - Fuel Use: Fuel Oil: Total MBtu - Double - false - - - Fuel Use: Propane: Total MBtu - Fuel Use: Propane: Total MBtu - Fuel Use: Propane: Total MBtu - Double - false - - - Fuel Use: Wood Cord: Total MBtu - Fuel Use: Wood Cord: Total MBtu - Fuel Use: Wood Cord: Total MBtu - Double - false - - - Fuel Use: Wood Pellets: Total MBtu - Fuel Use: Wood Pellets: Total MBtu - Fuel Use: Wood Pellets: Total MBtu - Double - false - - - Fuel Use: Coal: Total MBtu - Fuel Use: Coal: Total MBtu - Fuel Use: Coal: Total MBtu - Double - false - - - End Use: Electricity: Heating MBtu - End Use: Electricity: Heating MBtu - End Use: Electricity: Heating MBtu - Double - false - - - End Use: Electricity: Heating Heat Pump Backup MBtu - End Use: Electricity: Heating Heat Pump Backup MBtu - End Use: Electricity: Heating Heat Pump Backup MBtu - Double - false - - - End Use: Electricity: Heating Fans/Pumps MBtu - End Use: Electricity: Heating Fans/Pumps MBtu - End Use: Electricity: Heating Fans/Pumps MBtu - Double - false - - - End Use: Electricity: Cooling MBtu - End Use: Electricity: Cooling MBtu - End Use: Electricity: Cooling MBtu - Double - false - - - End Use: Electricity: Cooling Fans/Pumps MBtu - End Use: Electricity: Cooling Fans/Pumps MBtu - End Use: Electricity: Cooling Fans/Pumps MBtu - Double - false - - - End Use: Electricity: Hot Water MBtu - End Use: Electricity: Hot Water MBtu - End Use: Electricity: Hot Water MBtu - Double - false - - - End Use: Electricity: Hot Water Recirc Pump MBtu - End Use: Electricity: Hot Water Recirc Pump MBtu - End Use: Electricity: Hot Water Recirc Pump MBtu - Double - false - - - End Use: Electricity: Hot Water Solar Thermal Pump MBtu - End Use: Electricity: Hot Water Solar Thermal Pump MBtu - End Use: Electricity: Hot Water Solar Thermal Pump MBtu - Double - false - - - End Use: Electricity: Lighting Interior MBtu - End Use: Electricity: Lighting Interior MBtu - End Use: Electricity: Lighting Interior MBtu - Double - false - - - End Use: Electricity: Lighting Garage MBtu - End Use: Electricity: Lighting Garage MBtu - End Use: Electricity: Lighting Garage MBtu - Double - false - - - End Use: Electricity: Lighting Exterior MBtu - End Use: Electricity: Lighting Exterior MBtu - End Use: Electricity: Lighting Exterior MBtu - Double - false - - - End Use: Electricity: Mech Vent MBtu - End Use: Electricity: Mech Vent MBtu - End Use: Electricity: Mech Vent MBtu - Double - false - - - End Use: Electricity: Mech Vent Preheating MBtu - End Use: Electricity: Mech Vent Preheating MBtu - End Use: Electricity: Mech Vent Preheating MBtu - Double - false - - - End Use: Electricity: Mech Vent Precooling MBtu - End Use: Electricity: Mech Vent Precooling MBtu - End Use: Electricity: Mech Vent Precooling MBtu - Double - false - - - End Use: Electricity: Whole House Fan MBtu - End Use: Electricity: Whole House Fan MBtu - End Use: Electricity: Whole House Fan MBtu - Double - false - - - End Use: Electricity: Refrigerator MBtu - End Use: Electricity: Refrigerator MBtu - End Use: Electricity: Refrigerator MBtu - Double - false - - - End Use: Electricity: Freezer MBtu - End Use: Electricity: Freezer MBtu - End Use: Electricity: Freezer MBtu - Double - false - - - End Use: Electricity: Dehumidifier MBtu - End Use: Electricity: Dehumidifier MBtu - End Use: Electricity: Dehumidifier MBtu - Double - false - - - End Use: Electricity: Dishwasher MBtu - End Use: Electricity: Dishwasher MBtu - End Use: Electricity: Dishwasher MBtu - Double - false - - - End Use: Electricity: Clothes Washer MBtu - End Use: Electricity: Clothes Washer MBtu - End Use: Electricity: Clothes Washer MBtu - Double - false - - - End Use: Electricity: Clothes Dryer MBtu - End Use: Electricity: Clothes Dryer MBtu - End Use: Electricity: Clothes Dryer MBtu - Double - false - - - End Use: Electricity: Range/Oven MBtu - End Use: Electricity: Range/Oven MBtu - End Use: Electricity: Range/Oven MBtu - Double - false - - - End Use: Electricity: Ceiling Fan MBtu - End Use: Electricity: Ceiling Fan MBtu - End Use: Electricity: Ceiling Fan MBtu - Double - false - - - End Use: Electricity: Television MBtu - End Use: Electricity: Television MBtu - End Use: Electricity: Television MBtu - Double - false - - - End Use: Electricity: Plug Loads MBtu - End Use: Electricity: Plug Loads MBtu - End Use: Electricity: Plug Loads MBtu - Double - false - - - End Use: Electricity: Electric Vehicle Charging MBtu - End Use: Electricity: Electric Vehicle Charging MBtu - End Use: Electricity: Electric Vehicle Charging MBtu - Double - false - - - End Use: Electricity: Well Pump MBtu - End Use: Electricity: Well Pump MBtu - End Use: Electricity: Well Pump MBtu - Double - false - - - End Use: Electricity: Pool Heater MBtu - End Use: Electricity: Pool Heater MBtu - End Use: Electricity: Pool Heater MBtu - Double - false - - - End Use: Electricity: Pool Pump MBtu - End Use: Electricity: Pool Pump MBtu - End Use: Electricity: Pool Pump MBtu - Double - false - - - End Use: Electricity: Hot Tub Heater MBtu - End Use: Electricity: Hot Tub Heater MBtu - End Use: Electricity: Hot Tub Heater MBtu - Double - false - - - End Use: Electricity: Hot Tub Pump MBtu - End Use: Electricity: Hot Tub Pump MBtu - End Use: Electricity: Hot Tub Pump MBtu - Double - false - - - End Use: Electricity: PV MBtu - End Use: Electricity: PV MBtu - End Use: Electricity: PV MBtu - Double - false - - - End Use: Electricity: Generator MBtu - End Use: Electricity: Generator MBtu - End Use: Electricity: Generator MBtu - Double - false - - - End Use: Electricity: Battery MBtu - End Use: Electricity: Battery MBtu - End Use: Electricity: Battery MBtu - Double - false - - - End Use: Natural Gas: Heating MBtu - End Use: Natural Gas: Heating MBtu - End Use: Natural Gas: Heating MBtu - Double - false - - - End Use: Natural Gas: Heating Heat Pump Backup MBtu - End Use: Natural Gas: Heating Heat Pump Backup MBtu - End Use: Natural Gas: Heating Heat Pump Backup MBtu - Double - false - - - End Use: Natural Gas: Hot Water MBtu - End Use: Natural Gas: Hot Water MBtu - End Use: Natural Gas: Hot Water MBtu - Double - false - - - End Use: Natural Gas: Clothes Dryer MBtu - End Use: Natural Gas: Clothes Dryer MBtu - End Use: Natural Gas: Clothes Dryer MBtu - Double - false - - - End Use: Natural Gas: Range/Oven MBtu - End Use: Natural Gas: Range/Oven MBtu - End Use: Natural Gas: Range/Oven MBtu - Double - false - - - End Use: Natural Gas: Mech Vent Preheating MBtu - End Use: Natural Gas: Mech Vent Preheating MBtu - End Use: Natural Gas: Mech Vent Preheating MBtu - Double - false - - - End Use: Natural Gas: Pool Heater MBtu - End Use: Natural Gas: Pool Heater MBtu - End Use: Natural Gas: Pool Heater MBtu - Double - false - - - End Use: Natural Gas: Hot Tub Heater MBtu - End Use: Natural Gas: Hot Tub Heater MBtu - End Use: Natural Gas: Hot Tub Heater MBtu - Double - false - - - End Use: Natural Gas: Grill MBtu - End Use: Natural Gas: Grill MBtu - End Use: Natural Gas: Grill MBtu - Double - false - - - End Use: Natural Gas: Lighting MBtu - End Use: Natural Gas: Lighting MBtu - End Use: Natural Gas: Lighting MBtu - Double - false - - - End Use: Natural Gas: Fireplace MBtu - End Use: Natural Gas: Fireplace MBtu - End Use: Natural Gas: Fireplace MBtu - Double - false - - - End Use: Natural Gas: Generator MBtu - End Use: Natural Gas: Generator MBtu - End Use: Natural Gas: Generator MBtu - Double - false - - - End Use: Fuel Oil: Heating MBtu - End Use: Fuel Oil: Heating MBtu - End Use: Fuel Oil: Heating MBtu - Double - false - - - End Use: Fuel Oil: Heating Heat Pump Backup MBtu - End Use: Fuel Oil: Heating Heat Pump Backup MBtu - End Use: Fuel Oil: Heating Heat Pump Backup MBtu - Double - false - - - End Use: Fuel Oil: Hot Water MBtu - End Use: Fuel Oil: Hot Water MBtu - End Use: Fuel Oil: Hot Water MBtu - Double - false - - - End Use: Fuel Oil: Clothes Dryer MBtu - End Use: Fuel Oil: Clothes Dryer MBtu - End Use: Fuel Oil: Clothes Dryer MBtu - Double - false - - - End Use: Fuel Oil: Range/Oven MBtu - End Use: Fuel Oil: Range/Oven MBtu - End Use: Fuel Oil: Range/Oven MBtu - Double - false - - - End Use: Fuel Oil: Mech Vent Preheating MBtu - End Use: Fuel Oil: Mech Vent Preheating MBtu - End Use: Fuel Oil: Mech Vent Preheating MBtu - Double - false - - - End Use: Fuel Oil: Grill MBtu - End Use: Fuel Oil: Grill MBtu - End Use: Fuel Oil: Grill MBtu - Double - false - - - End Use: Fuel Oil: Lighting MBtu - End Use: Fuel Oil: Lighting MBtu - End Use: Fuel Oil: Lighting MBtu - Double - false - - - End Use: Fuel Oil: Fireplace MBtu - End Use: Fuel Oil: Fireplace MBtu - End Use: Fuel Oil: Fireplace MBtu - Double - false - - - End Use: Fuel Oil: Generator MBtu - End Use: Fuel Oil: Generator MBtu - End Use: Fuel Oil: Generator MBtu - Double - false - - - End Use: Propane: Heating MBtu - End Use: Propane: Heating MBtu - End Use: Propane: Heating MBtu - Double - false - - - End Use: Propane: Heating Heat Pump Backup MBtu - End Use: Propane: Heating Heat Pump Backup MBtu - End Use: Propane: Heating Heat Pump Backup MBtu - Double - false - - - End Use: Propane: Hot Water MBtu - End Use: Propane: Hot Water MBtu - End Use: Propane: Hot Water MBtu - Double - false - - - End Use: Propane: Clothes Dryer MBtu - End Use: Propane: Clothes Dryer MBtu - End Use: Propane: Clothes Dryer MBtu - Double - false - - - End Use: Propane: Range/Oven MBtu - End Use: Propane: Range/Oven MBtu - End Use: Propane: Range/Oven MBtu - Double - false - - - End Use: Propane: Mech Vent Preheating MBtu - End Use: Propane: Mech Vent Preheating MBtu - End Use: Propane: Mech Vent Preheating MBtu - Double - false - - - End Use: Propane: Grill MBtu - End Use: Propane: Grill MBtu - End Use: Propane: Grill MBtu - Double - false - - - End Use: Propane: Lighting MBtu - End Use: Propane: Lighting MBtu - End Use: Propane: Lighting MBtu - Double - false - - - End Use: Propane: Fireplace MBtu - End Use: Propane: Fireplace MBtu - End Use: Propane: Fireplace MBtu - Double - false - - - End Use: Propane: Generator MBtu - End Use: Propane: Generator MBtu - End Use: Propane: Generator MBtu - Double - false - - - End Use: Wood Cord: Heating MBtu - End Use: Wood Cord: Heating MBtu - End Use: Wood Cord: Heating MBtu - Double - false - - - End Use: Wood Cord: Heating Heat Pump Backup MBtu - End Use: Wood Cord: Heating Heat Pump Backup MBtu - End Use: Wood Cord: Heating Heat Pump Backup MBtu - Double - false - - - End Use: Wood Cord: Hot Water MBtu - End Use: Wood Cord: Hot Water MBtu - End Use: Wood Cord: Hot Water MBtu - Double - false - - - End Use: Wood Cord: Clothes Dryer MBtu - End Use: Wood Cord: Clothes Dryer MBtu - End Use: Wood Cord: Clothes Dryer MBtu - Double - false - - - End Use: Wood Cord: Range/Oven MBtu - End Use: Wood Cord: Range/Oven MBtu - End Use: Wood Cord: Range/Oven MBtu - Double - false - - - End Use: Wood Cord: Mech Vent Preheating MBtu - End Use: Wood Cord: Mech Vent Preheating MBtu - End Use: Wood Cord: Mech Vent Preheating MBtu - Double - false - - - End Use: Wood Cord: Grill MBtu - End Use: Wood Cord: Grill MBtu - End Use: Wood Cord: Grill MBtu - Double - false - - - End Use: Wood Cord: Lighting MBtu - End Use: Wood Cord: Lighting MBtu - End Use: Wood Cord: Lighting MBtu - Double - false - - - End Use: Wood Cord: Fireplace MBtu - End Use: Wood Cord: Fireplace MBtu - End Use: Wood Cord: Fireplace MBtu - Double - false - - - End Use: Wood Cord: Generator MBtu - End Use: Wood Cord: Generator MBtu - End Use: Wood Cord: Generator MBtu - Double - false - - - End Use: Wood Pellets: Heating MBtu - End Use: Wood Pellets: Heating MBtu - End Use: Wood Pellets: Heating MBtu - Double - false - - - End Use: Wood Pellets: Heating Heat Pump Backup MBtu - End Use: Wood Pellets: Heating Heat Pump Backup MBtu - End Use: Wood Pellets: Heating Heat Pump Backup MBtu - Double - false - - - End Use: Wood Pellets: Hot Water MBtu - End Use: Wood Pellets: Hot Water MBtu - End Use: Wood Pellets: Hot Water MBtu - Double - false - - - End Use: Wood Pellets: Clothes Dryer MBtu - End Use: Wood Pellets: Clothes Dryer MBtu - End Use: Wood Pellets: Clothes Dryer MBtu - Double - false - - - End Use: Wood Pellets: Range/Oven MBtu - End Use: Wood Pellets: Range/Oven MBtu - End Use: Wood Pellets: Range/Oven MBtu - Double - false - - - End Use: Wood Pellets: Mech Vent Preheating MBtu - End Use: Wood Pellets: Mech Vent Preheating MBtu - End Use: Wood Pellets: Mech Vent Preheating MBtu - Double - false - - - End Use: Wood Pellets: Grill MBtu - End Use: Wood Pellets: Grill MBtu - End Use: Wood Pellets: Grill MBtu - Double - false - - - End Use: Wood Pellets: Lighting MBtu - End Use: Wood Pellets: Lighting MBtu - End Use: Wood Pellets: Lighting MBtu - Double - false - - - End Use: Wood Pellets: Fireplace MBtu - End Use: Wood Pellets: Fireplace MBtu - End Use: Wood Pellets: Fireplace MBtu - Double - false - - - End Use: Wood Pellets: Generator MBtu - End Use: Wood Pellets: Generator MBtu - End Use: Wood Pellets: Generator MBtu - Double - false - - - End Use: Coal: Heating MBtu - End Use: Coal: Heating MBtu - End Use: Coal: Heating MBtu - Double - false - - - End Use: Coal: Heating Heat Pump Backup MBtu - End Use: Coal: Heating Heat Pump Backup MBtu - End Use: Coal: Heating Heat Pump Backup MBtu - Double - false - - - End Use: Coal: Hot Water MBtu - End Use: Coal: Hot Water MBtu - End Use: Coal: Hot Water MBtu - Double - false - - - End Use: Coal: Clothes Dryer MBtu - End Use: Coal: Clothes Dryer MBtu - End Use: Coal: Clothes Dryer MBtu - Double - false - - - End Use: Coal: Range/Oven MBtu - End Use: Coal: Range/Oven MBtu - End Use: Coal: Range/Oven MBtu - Double - false - - - End Use: Coal: Mech Vent Preheating MBtu - End Use: Coal: Mech Vent Preheating MBtu - End Use: Coal: Mech Vent Preheating MBtu - Double - false - - - End Use: Coal: Grill MBtu - End Use: Coal: Grill MBtu - End Use: Coal: Grill MBtu - Double - false - - - End Use: Coal: Lighting MBtu - End Use: Coal: Lighting MBtu - End Use: Coal: Lighting MBtu - Double - false - - - End Use: Coal: Fireplace MBtu - End Use: Coal: Fireplace MBtu - End Use: Coal: Fireplace MBtu - Double - false - - - End Use: Coal: Generator MBtu - End Use: Coal: Generator MBtu - End Use: Coal: Generator MBtu - Double - false - - - Load: Heating: Delivered MBtu - Load: Heating: Delivered MBtu - Load: Heating: Delivered MBtu - Double - false - - - Load: Cooling: Delivered MBtu - Load: Cooling: Delivered MBtu - Load: Cooling: Delivered MBtu - Double - false - - - Load: Hot Water: Delivered MBtu - Load: Hot Water: Delivered MBtu - Load: Hot Water: Delivered MBtu - Double - false - - - Load: Hot Water: Tank Losses MBtu - Load: Hot Water: Tank Losses MBtu - Load: Hot Water: Tank Losses MBtu - Double - false - - - Load: Hot Water: Desuperheater MBtu - Load: Hot Water: Desuperheater MBtu - Load: Hot Water: Desuperheater MBtu - Double - false - - - Load: Hot Water: Solar Thermal MBtu - Load: Hot Water: Solar Thermal MBtu - Load: Hot Water: Solar Thermal MBtu - Double - false - - - Unmet Hours: Heating hr - Unmet Hours: Heating hr - Unmet Hours: Heating hr - Double - false - - - Unmet Hours: Cooling hr - Unmet Hours: Cooling hr - Unmet Hours: Cooling hr - Double - false - - - Peak Electricity: Winter Total W - Peak Electricity: Winter Total W - Peak Electricity: Winter Total W - Double - false - - - Peak Electricity: Summer Total W - Peak Electricity: Summer Total W - Peak Electricity: Summer Total W - Double - false - - - Peak Load: Heating: Delivered kBtu/hr - Peak Load: Heating: Delivered kBtu/hr - Peak Load: Heating: Delivered kBtu/hr - Double - false - - - Peak Load: Cooling: Delivered kBtu/hr - Peak Load: Cooling: Delivered kBtu/hr - Peak Load: Cooling: Delivered kBtu/hr - Double - false - - - Component Load: Heating: Roofs MBtu - Component Load: Heating: Roofs MBtu - Component Load: Heating: Roofs MBtu - Double - false - - - Component Load: Heating: Ceilings MBtu - Component Load: Heating: Ceilings MBtu - Component Load: Heating: Ceilings MBtu - Double - false - - - Component Load: Heating: Walls MBtu - Component Load: Heating: Walls MBtu - Component Load: Heating: Walls MBtu - Double - false - - - Component Load: Heating: Rim Joists MBtu - Component Load: Heating: Rim Joists MBtu - Component Load: Heating: Rim Joists MBtu - Double - false - - - Component Load: Heating: Foundation Walls MBtu - Component Load: Heating: Foundation Walls MBtu - Component Load: Heating: Foundation Walls MBtu - Double - false - - - Component Load: Heating: Doors MBtu - Component Load: Heating: Doors MBtu - Component Load: Heating: Doors MBtu - Double - false - - - Component Load: Heating: Windows MBtu - Component Load: Heating: Windows MBtu - Component Load: Heating: Windows MBtu - Double - false - - - Component Load: Heating: Skylights MBtu - Component Load: Heating: Skylights MBtu - Component Load: Heating: Skylights MBtu - Double - false - - - Component Load: Heating: Floors MBtu - Component Load: Heating: Floors MBtu - Component Load: Heating: Floors MBtu - Double - false - - - Component Load: Heating: Slabs MBtu - Component Load: Heating: Slabs MBtu - Component Load: Heating: Slabs MBtu - Double - false - - - Component Load: Heating: Internal Mass MBtu - Component Load: Heating: Internal Mass MBtu - Component Load: Heating: Internal Mass MBtu - Double - false - - - Component Load: Heating: Infiltration MBtu - Component Load: Heating: Infiltration MBtu - Component Load: Heating: Infiltration MBtu - Double - false - - - Component Load: Heating: Natural Ventilation MBtu - Component Load: Heating: Natural Ventilation MBtu - Component Load: Heating: Natural Ventilation MBtu - Double - false - - - Component Load: Heating: Mechanical Ventilation MBtu - Component Load: Heating: Mechanical Ventilation MBtu - Component Load: Heating: Mechanical Ventilation MBtu - Double - false - - - Component Load: Heating: Whole House Fan MBtu - Component Load: Heating: Whole House Fan MBtu - Component Load: Heating: Whole House Fan MBtu - Double - false - - - Component Load: Heating: Ducts MBtu - Component Load: Heating: Ducts MBtu - Component Load: Heating: Ducts MBtu - Double - false - - - Component Load: Heating: Internal Gains MBtu - Component Load: Heating: Internal Gains MBtu - Component Load: Heating: Internal Gains MBtu - Double - false - - - Component Load: Cooling: Roofs MBtu - Component Load: Cooling: Roofs MBtu - Component Load: Cooling: Roofs MBtu - Double - false - - - Component Load: Cooling: Ceilings MBtu - Component Load: Cooling: Ceilings MBtu - Component Load: Cooling: Ceilings MBtu - Double - false - - - Component Load: Cooling: Walls MBtu - Component Load: Cooling: Walls MBtu - Component Load: Cooling: Walls MBtu - Double - false - - - Component Load: Cooling: Rim Joists MBtu - Component Load: Cooling: Rim Joists MBtu - Component Load: Cooling: Rim Joists MBtu - Double - false - - - Component Load: Cooling: Foundation Walls MBtu - Component Load: Cooling: Foundation Walls MBtu - Component Load: Cooling: Foundation Walls MBtu - Double - false - - - Component Load: Cooling: Doors MBtu - Component Load: Cooling: Doors MBtu - Component Load: Cooling: Doors MBtu - Double - false - - - Component Load: Cooling: Windows MBtu - Component Load: Cooling: Windows MBtu - Component Load: Cooling: Windows MBtu - Double - false - - - Component Load: Cooling: Skylights MBtu - Component Load: Cooling: Skylights MBtu - Component Load: Cooling: Skylights MBtu - Double - false - - - Component Load: Cooling: Floors MBtu - Component Load: Cooling: Floors MBtu - Component Load: Cooling: Floors MBtu - Double - false - - - Component Load: Cooling: Slabs MBtu - Component Load: Cooling: Slabs MBtu - Component Load: Cooling: Slabs MBtu - Double - false - - - Component Load: Cooling: Internal Mass MBtu - Component Load: Cooling: Internal Mass MBtu - Component Load: Cooling: Internal Mass MBtu - Double - false - - - Component Load: Cooling: Infiltration MBtu - Component Load: Cooling: Infiltration MBtu - Component Load: Cooling: Infiltration MBtu - Double - false - - - Component Load: Cooling: Natural Ventilation MBtu - Component Load: Cooling: Natural Ventilation MBtu - Component Load: Cooling: Natural Ventilation MBtu - Double - false - - - Component Load: Cooling: Mechanical Ventilation MBtu - Component Load: Cooling: Mechanical Ventilation MBtu - Component Load: Cooling: Mechanical Ventilation MBtu - Double - false - - - Component Load: Cooling: Whole House Fan MBtu - Component Load: Cooling: Whole House Fan MBtu - Component Load: Cooling: Whole House Fan MBtu - Double - false - - - Component Load: Cooling: Ducts MBtu - Component Load: Cooling: Ducts MBtu - Component Load: Cooling: Ducts MBtu - Double - false - - - Component Load: Cooling: Internal Gains MBtu - Component Load: Cooling: Internal Gains MBtu - Component Load: Cooling: Internal Gains MBtu - Double - false - - - Hot Water: Clothes Washer gal - Hot Water: Clothes Washer gal - Hot Water: Clothes Washer gal - Double - false - - - Hot Water: Dishwasher gal - Hot Water: Dishwasher gal - Hot Water: Dishwasher gal - Double - false - - - Hot Water: Fixtures gal - Hot Water: Fixtures gal - Hot Water: Fixtures gal - Double - false - - - Hot Water: Distribution Waste gal - Hot Water: Distribution Waste gal - Hot Water: Distribution Waste gal - Double - false - - + Reporting.QAQC @@ -1529,7 +718,7 @@ output_report_test.rb rb test - 314D2C5A + 5CECB67A @@ -1540,7 +729,7 @@ measure.rb rb script - F4893CF9 + E24243D5 diff --git a/example_files/resources/hpxml-measures/ReportSimulationOutput/tests/output_report_test.rb b/example_files/resources/hpxml-measures/ReportSimulationOutput/tests/output_report_test.rb index c99965a2..47f562d7 100644 --- a/example_files/resources/hpxml-measures/ReportSimulationOutput/tests/output_report_test.rb +++ b/example_files/resources/hpxml-measures/ReportSimulationOutput/tests/output_report_test.rb @@ -21,162 +21,175 @@ def teardown end AnnualRows = [ - 'Energy Use: Total (MBtu)', - 'Energy Use: Net (MBtu)', - 'Fuel Use: Electricity: Total (MBtu)', - 'Fuel Use: Electricity: Net (MBtu)', - 'Fuel Use: Natural Gas: Total (MBtu)', - 'Fuel Use: Fuel Oil: Total (MBtu)', - 'Fuel Use: Propane: Total (MBtu)', - 'Fuel Use: Wood Cord: Total (MBtu)', - 'Fuel Use: Wood Pellets: Total (MBtu)', - 'Fuel Use: Coal: Total (MBtu)', - 'End Use: Electricity: Heating (MBtu)', - 'End Use: Electricity: Heating Heat Pump Backup (MBtu)', - 'End Use: Electricity: Heating Fans/Pumps (MBtu)', - 'End Use: Electricity: Cooling (MBtu)', - 'End Use: Electricity: Cooling Fans/Pumps (MBtu)', - 'End Use: Electricity: Hot Water (MBtu)', - 'End Use: Electricity: Hot Water Recirc Pump (MBtu)', - 'End Use: Electricity: Hot Water Solar Thermal Pump (MBtu)', - 'End Use: Electricity: Lighting Interior (MBtu)', - 'End Use: Electricity: Lighting Garage (MBtu)', - 'End Use: Electricity: Lighting Exterior (MBtu)', - 'End Use: Electricity: Mech Vent (MBtu)', - 'End Use: Electricity: Mech Vent Preheating (MBtu)', - 'End Use: Electricity: Mech Vent Precooling (MBtu)', - 'End Use: Electricity: Whole House Fan (MBtu)', - 'End Use: Electricity: Refrigerator (MBtu)', - 'End Use: Electricity: Freezer (MBtu)', - 'End Use: Electricity: Dehumidifier (MBtu)', - 'End Use: Electricity: Dishwasher (MBtu)', - 'End Use: Electricity: Clothes Washer (MBtu)', - 'End Use: Electricity: Clothes Dryer (MBtu)', - 'End Use: Electricity: Range/Oven (MBtu)', - 'End Use: Electricity: Ceiling Fan (MBtu)', - 'End Use: Electricity: Television (MBtu)', - 'End Use: Electricity: Plug Loads (MBtu)', - 'End Use: Electricity: Electric Vehicle Charging (MBtu)', - 'End Use: Electricity: Well Pump (MBtu)', - 'End Use: Electricity: Pool Heater (MBtu)', - 'End Use: Electricity: Pool Pump (MBtu)', - 'End Use: Electricity: Hot Tub Heater (MBtu)', - 'End Use: Electricity: Hot Tub Pump (MBtu)', - 'End Use: Electricity: PV (MBtu)', - 'End Use: Electricity: Generator (MBtu)', - 'End Use: Electricity: Battery (MBtu)', - 'End Use: Natural Gas: Heating (MBtu)', - 'End Use: Natural Gas: Heating Heat Pump Backup (MBtu)', - 'End Use: Natural Gas: Hot Water (MBtu)', - 'End Use: Natural Gas: Clothes Dryer (MBtu)', - 'End Use: Natural Gas: Range/Oven (MBtu)', - 'End Use: Natural Gas: Pool Heater (MBtu)', - 'End Use: Natural Gas: Hot Tub Heater (MBtu)', - 'End Use: Natural Gas: Grill (MBtu)', - 'End Use: Natural Gas: Lighting (MBtu)', - 'End Use: Natural Gas: Fireplace (MBtu)', - 'End Use: Natural Gas: Mech Vent Preheating (MBtu)', - 'End Use: Natural Gas: Generator (MBtu)', - 'End Use: Fuel Oil: Heating (MBtu)', - 'End Use: Fuel Oil: Heating Heat Pump Backup (MBtu)', - 'End Use: Fuel Oil: Hot Water (MBtu)', - 'End Use: Fuel Oil: Clothes Dryer (MBtu)', - 'End Use: Fuel Oil: Range/Oven (MBtu)', - 'End Use: Fuel Oil: Grill (MBtu)', - 'End Use: Fuel Oil: Lighting (MBtu)', - 'End Use: Fuel Oil: Fireplace (MBtu)', - 'End Use: Fuel Oil: Mech Vent Preheating (MBtu)', - 'End Use: Fuel Oil: Generator (MBtu)', - 'End Use: Propane: Heating (MBtu)', - 'End Use: Propane: Heating Heat Pump Backup (MBtu)', - 'End Use: Propane: Hot Water (MBtu)', - 'End Use: Propane: Clothes Dryer (MBtu)', - 'End Use: Propane: Range/Oven (MBtu)', - 'End Use: Propane: Grill (MBtu)', - 'End Use: Propane: Lighting (MBtu)', - 'End Use: Propane: Fireplace (MBtu)', - 'End Use: Propane: Mech Vent Preheating (MBtu)', - 'End Use: Propane: Generator (MBtu)', - 'End Use: Wood Cord: Heating (MBtu)', - 'End Use: Wood Cord: Heating Heat Pump Backup (MBtu)', - 'End Use: Wood Cord: Hot Water (MBtu)', - 'End Use: Wood Cord: Clothes Dryer (MBtu)', - 'End Use: Wood Cord: Range/Oven (MBtu)', - 'End Use: Wood Cord: Grill (MBtu)', - 'End Use: Wood Cord: Lighting (MBtu)', - 'End Use: Wood Cord: Fireplace (MBtu)', - 'End Use: Wood Cord: Mech Vent Preheating (MBtu)', - 'End Use: Wood Cord: Generator (MBtu)', - 'End Use: Wood Pellets: Heating (MBtu)', - 'End Use: Wood Pellets: Heating Heat Pump Backup (MBtu)', - 'End Use: Wood Pellets: Hot Water (MBtu)', - 'End Use: Wood Pellets: Clothes Dryer (MBtu)', - 'End Use: Wood Pellets: Range/Oven (MBtu)', - 'End Use: Wood Pellets: Grill (MBtu)', - 'End Use: Wood Pellets: Lighting (MBtu)', - 'End Use: Wood Pellets: Fireplace (MBtu)', - 'End Use: Wood Pellets: Mech Vent Preheating (MBtu)', - 'End Use: Wood Pellets: Generator (MBtu)', - 'End Use: Coal: Heating (MBtu)', - 'End Use: Coal: Heating Heat Pump Backup (MBtu)', - 'End Use: Coal: Hot Water (MBtu)', - 'End Use: Coal: Clothes Dryer (MBtu)', - 'End Use: Coal: Range/Oven (MBtu)', - 'End Use: Coal: Grill (MBtu)', - 'End Use: Coal: Lighting (MBtu)', - 'End Use: Coal: Fireplace (MBtu)', - 'End Use: Coal: Mech Vent Preheating (MBtu)', - 'End Use: Coal: Generator (MBtu)', - 'Load: Heating: Delivered (MBtu)', - 'Load: Cooling: Delivered (MBtu)', - 'Load: Hot Water: Delivered (MBtu)', - 'Load: Hot Water: Tank Losses (MBtu)', - 'Load: Hot Water: Desuperheater (MBtu)', - 'Load: Hot Water: Solar Thermal (MBtu)', - 'Unmet Hours: Heating (hr)', - 'Unmet Hours: Cooling (hr)', - 'Peak Electricity: Winter Total (W)', - 'Peak Electricity: Summer Total (W)', - 'Peak Load: Heating: Delivered (kBtu/hr)', - 'Peak Load: Cooling: Delivered (kBtu/hr)', - 'Component Load: Heating: Roofs (MBtu)', - 'Component Load: Heating: Ceilings (MBtu)', - 'Component Load: Heating: Walls (MBtu)', - 'Component Load: Heating: Rim Joists (MBtu)', - 'Component Load: Heating: Foundation Walls (MBtu)', - 'Component Load: Heating: Doors (MBtu)', - 'Component Load: Heating: Windows (MBtu)', - 'Component Load: Heating: Skylights (MBtu)', - 'Component Load: Heating: Floors (MBtu)', - 'Component Load: Heating: Slabs (MBtu)', - 'Component Load: Heating: Internal Mass (MBtu)', - 'Component Load: Heating: Infiltration (MBtu)', - 'Component Load: Heating: Natural Ventilation (MBtu)', - 'Component Load: Heating: Mechanical Ventilation (MBtu)', - 'Component Load: Heating: Whole House Fan (MBtu)', - 'Component Load: Heating: Ducts (MBtu)', - 'Component Load: Heating: Internal Gains (MBtu)', - 'Component Load: Cooling: Roofs (MBtu)', - 'Component Load: Cooling: Ceilings (MBtu)', - 'Component Load: Cooling: Walls (MBtu)', - 'Component Load: Cooling: Rim Joists (MBtu)', - 'Component Load: Cooling: Foundation Walls (MBtu)', - 'Component Load: Cooling: Doors (MBtu)', - 'Component Load: Cooling: Windows (MBtu)', - 'Component Load: Cooling: Skylights (MBtu)', - 'Component Load: Cooling: Floors (MBtu)', - 'Component Load: Cooling: Slabs (MBtu)', - 'Component Load: Cooling: Internal Mass (MBtu)', - 'Component Load: Cooling: Infiltration (MBtu)', - 'Component Load: Cooling: Natural Ventilation (MBtu)', - 'Component Load: Cooling: Mechanical Ventilation (MBtu)', - 'Component Load: Cooling: Whole House Fan (MBtu)', - 'Component Load: Cooling: Ducts (MBtu)', - 'Component Load: Cooling: Internal Gains (MBtu)', - 'Hot Water: Clothes Washer (gal)', - 'Hot Water: Dishwasher (gal)', - 'Hot Water: Fixtures (gal)', - 'Hot Water: Distribution Waste (gal)', + "Energy Use: #{TE::Total} (MBtu)", + "Energy Use: #{TE::Net} (MBtu)", + "Fuel Use: #{FT::Elec}: #{TE::Total} (MBtu)", + "Fuel Use: #{FT::Elec}: #{TE::Net} (MBtu)", + "Fuel Use: #{FT::Gas}: #{TE::Total} (MBtu)", + "Fuel Use: #{FT::Oil}: #{TE::Total} (MBtu)", + "Fuel Use: #{FT::Propane}: #{TE::Total} (MBtu)", + "Fuel Use: #{FT::WoodCord}: #{TE::Total} (MBtu)", + "Fuel Use: #{FT::WoodPellets}: #{TE::Total} (MBtu)", + "Fuel Use: #{FT::Coal}: #{TE::Total} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Heating} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::HeatingFanPump} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::HeatingHeatPumpBackup} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::HeatingHeatPumpBackupFanPump} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Cooling} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::CoolingFanPump} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::HotWater} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::HotWaterRecircPump} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::HotWaterSolarThermalPump} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::LightsInterior} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::LightsGarage} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::LightsExterior} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::MechVent} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::MechVentPreheat} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::MechVentPrecool} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::WholeHouseFan} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Refrigerator} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Freezer} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Dehumidifier} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Dishwasher} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::ClothesWasher} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::ClothesDryer} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::RangeOven} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::CeilingFan} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Television} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::PlugLoads} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Vehicle} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::WellPump} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::PoolHeater} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::PoolPump} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::HotTubHeater} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::HotTubPump} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::PV} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Generator} (MBtu)", + "End Use: #{FT::Elec}: #{EUT::Battery} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::Heating} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::HeatingHeatPumpBackup} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::HotWater} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::MechVentPreheat} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::ClothesDryer} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::RangeOven} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::PoolHeater} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::HotTubHeater} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::Grill} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::Lighting} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::Fireplace} (MBtu)", + "End Use: #{FT::Gas}: #{EUT::Generator} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::Heating} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::HeatingHeatPumpBackup} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::HotWater} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::MechVentPreheat} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::ClothesDryer} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::RangeOven} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::Grill} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::Lighting} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::Fireplace} (MBtu)", + "End Use: #{FT::Oil}: #{EUT::Generator} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::Heating} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::HeatingHeatPumpBackup} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::HotWater} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::MechVentPreheat} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::ClothesDryer} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::RangeOven} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::Grill} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::Lighting} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::Fireplace} (MBtu)", + "End Use: #{FT::Propane}: #{EUT::Generator} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::Heating} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::HeatingHeatPumpBackup} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::HotWater} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::MechVentPreheat} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::ClothesDryer} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::RangeOven} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::Grill} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::Lighting} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::Fireplace} (MBtu)", + "End Use: #{FT::WoodCord}: #{EUT::Generator} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::Heating} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::HeatingHeatPumpBackup} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::HotWater} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::MechVentPreheat} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::ClothesDryer} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::RangeOven} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::Grill} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::Lighting} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::Fireplace} (MBtu)", + "End Use: #{FT::WoodPellets}: #{EUT::Generator} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::Heating} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::HeatingHeatPumpBackup} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::HotWater} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::MechVentPreheat} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::ClothesDryer} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::RangeOven} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::Grill} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::Lighting} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::Fireplace} (MBtu)", + "End Use: #{FT::Coal}: #{EUT::Generator} (MBtu)", + "System Use: HeatingSystem1: #{FT::Elec}: #{EUT::HeatingFanPump} (MBtu)", + "System Use: HeatingSystem1: #{FT::Gas}: #{EUT::Heating} (MBtu)", + "System Use: CoolingSystem1: #{FT::Elec}: #{EUT::Cooling} (MBtu)", + "System Use: CoolingSystem1: #{FT::Elec}: #{EUT::CoolingFanPump} (MBtu)", + "System Use: WaterHeatingSystem1: #{FT::Elec}: #{EUT::HotWater} (MBtu)", + "Load: #{LT::Heating} (MBtu)", + "Load: #{LT::HeatingHeatPumpBackup} (MBtu)", + "Load: #{LT::Cooling} (MBtu)", + "Load: #{LT::HotWaterDelivered} (MBtu)", + "Load: #{LT::HotWaterTankLosses} (MBtu)", + "Load: #{LT::HotWaterDesuperheater} (MBtu)", + "Load: #{LT::HotWaterSolarThermal} (MBtu)", + "Unmet Hours: #{UHT::Heating} (hr)", + "Unmet Hours: #{UHT::Cooling} (hr)", + "Peak Electricity: #{PFT::Winter} #{TE::Total} (W)", + "Peak Electricity: #{PFT::Summer} #{TE::Total} (W)", + "Peak Load: #{PLT::Heating} (kBtu/hr)", + "Peak Load: #{PLT::Cooling} (kBtu/hr)", + "Component Load: Heating: #{CLT::Roofs} (MBtu)", + "Component Load: Heating: #{CLT::Ceilings} (MBtu)", + "Component Load: Heating: #{CLT::Walls} (MBtu)", + "Component Load: Heating: #{CLT::RimJoists} (MBtu)", + "Component Load: Heating: #{CLT::FoundationWalls} (MBtu)", + "Component Load: Heating: #{CLT::Doors} (MBtu)", + "Component Load: Heating: #{CLT::WindowsConduction} (MBtu)", + "Component Load: Heating: #{CLT::WindowsSolar} (MBtu)", + "Component Load: Heating: #{CLT::SkylightsConduction} (MBtu)", + "Component Load: Heating: #{CLT::SkylightsSolar} (MBtu)", + "Component Load: Heating: #{CLT::Floors} (MBtu)", + "Component Load: Heating: #{CLT::Slabs} (MBtu)", + "Component Load: Heating: #{CLT::InternalMass} (MBtu)", + "Component Load: Heating: #{CLT::Infiltration} (MBtu)", + "Component Load: Heating: #{CLT::NaturalVentilation} (MBtu)", + "Component Load: Heating: #{CLT::MechanicalVentilation} (MBtu)", + "Component Load: Heating: #{CLT::WholeHouseFan} (MBtu)", + "Component Load: Heating: #{CLT::Ducts} (MBtu)", + "Component Load: Heating: #{CLT::InternalGains} (MBtu)", + "Component Load: Heating: #{CLT::Lighting} (MBtu)", + "Component Load: Cooling: #{CLT::Roofs} (MBtu)", + "Component Load: Cooling: #{CLT::Ceilings} (MBtu)", + "Component Load: Cooling: #{CLT::Walls} (MBtu)", + "Component Load: Cooling: #{CLT::RimJoists} (MBtu)", + "Component Load: Cooling: #{CLT::FoundationWalls} (MBtu)", + "Component Load: Cooling: #{CLT::Doors} (MBtu)", + "Component Load: Cooling: #{CLT::WindowsConduction} (MBtu)", + "Component Load: Cooling: #{CLT::WindowsSolar} (MBtu)", + "Component Load: Cooling: #{CLT::SkylightsConduction} (MBtu)", + "Component Load: Cooling: #{CLT::SkylightsSolar} (MBtu)", + "Component Load: Cooling: #{CLT::Floors} (MBtu)", + "Component Load: Cooling: #{CLT::Slabs} (MBtu)", + "Component Load: Cooling: #{CLT::InternalMass} (MBtu)", + "Component Load: Cooling: #{CLT::Infiltration} (MBtu)", + "Component Load: Cooling: #{CLT::NaturalVentilation} (MBtu)", + "Component Load: Cooling: #{CLT::MechanicalVentilation} (MBtu)", + "Component Load: Cooling: #{CLT::WholeHouseFan} (MBtu)", + "Component Load: Cooling: #{CLT::Ducts} (MBtu)", + "Component Load: Cooling: #{CLT::InternalGains} (MBtu)", + "Component Load: Cooling: #{CLT::Lighting} (MBtu)", + "Hot Water: #{HWT::ClothesWasher} (gal)", + "Hot Water: #{HWT::Dishwasher} (gal)", + "Hot Water: #{HWT::Fixtures} (gal)", + "Hot Water: #{HWT::DistributionWaste} (gal)", 'HVAC Capacity: Cooling (Btu/h)', 'HVAC Capacity: Heating (Btu/h)', 'HVAC Capacity: Heat Pump Backup (Btu/h)', @@ -212,75 +225,88 @@ def teardown ] BaseHPXMLTimeseriesColsEnergy = [ - 'Energy Use: Total', + "Energy Use: #{TE::Total}", ] BaseHPXMLTimeseriesColsFuels = [ - 'Fuel Use: Electricity: Total', - 'Fuel Use: Natural Gas: Total', + "Fuel Use: #{FT::Elec}: #{TE::Total}", + "Fuel Use: #{FT::Gas}: #{TE::Total}", ] BaseHPXMLTimeseriesColsEndUses = [ - 'End Use: Electricity: Clothes Dryer', - 'End Use: Electricity: Clothes Washer', - 'End Use: Electricity: Cooling', - 'End Use: Electricity: Cooling Fans/Pumps', - 'End Use: Electricity: Dishwasher', - 'End Use: Electricity: Heating Fans/Pumps', - 'End Use: Electricity: Hot Water', - 'End Use: Electricity: Lighting Exterior', - 'End Use: Electricity: Lighting Interior', - 'End Use: Electricity: Plug Loads', - 'End Use: Electricity: Range/Oven', - 'End Use: Electricity: Refrigerator', - 'End Use: Electricity: Television', - 'End Use: Natural Gas: Heating', + "End Use: #{FT::Elec}: #{EUT::ClothesDryer}", + "End Use: #{FT::Elec}: #{EUT::ClothesWasher}", + "End Use: #{FT::Elec}: #{EUT::Cooling}", + "End Use: #{FT::Elec}: #{EUT::CoolingFanPump}", + "End Use: #{FT::Elec}: #{EUT::Dishwasher}", + "End Use: #{FT::Elec}: #{EUT::HeatingFanPump}", + "End Use: #{FT::Elec}: #{EUT::HotWater}", + "End Use: #{FT::Elec}: #{EUT::LightsExterior}", + "End Use: #{FT::Elec}: #{EUT::LightsInterior}", + "End Use: #{FT::Elec}: #{EUT::PlugLoads}", + "End Use: #{FT::Elec}: #{EUT::RangeOven}", + "End Use: #{FT::Elec}: #{EUT::Refrigerator}", + "End Use: #{FT::Elec}: #{EUT::Television}", + "End Use: #{FT::Gas}: #{EUT::Heating}", + ] + + BaseHPXMLTimeseriesColsSystemUses = [ + "System Use: HeatingSystem1: #{FT::Elec}: #{EUT::HeatingFanPump}", + "System Use: HeatingSystem1: #{FT::Gas}: #{EUT::Heating}", + "System Use: CoolingSystem1: #{FT::Elec}: #{EUT::Cooling}", + "System Use: CoolingSystem1: #{FT::Elec}: #{EUT::CoolingFanPump}", + "System Use: WaterHeatingSystem1: #{FT::Elec}: #{EUT::HotWater}", ] BaseHPXMLTimeseriesColsWaterUses = [ - 'Hot Water: Clothes Washer', - 'Hot Water: Dishwasher', - 'Hot Water: Distribution Waste', - 'Hot Water: Fixtures', + "Hot Water: #{HWT::ClothesWasher}", + "Hot Water: #{HWT::Dishwasher}", + "Hot Water: #{HWT::Fixtures}", + "Hot Water: #{HWT::DistributionWaste}", ] BaseHPXMLTimeseriesColsTotalLoads = [ - 'Load: Heating: Delivered', - 'Load: Cooling: Delivered', - 'Load: Hot Water: Delivered', + "Load: #{LT::Heating}", + "Load: #{LT::Cooling}", + "Load: #{LT::HotWaterDelivered}", + "Load: #{LT::HotWaterTankLosses}" ] BaseHPXMLTimeseriesColsComponentLoads = [ - 'Component Load: Cooling: Ceilings', - 'Component Load: Cooling: Doors', - 'Component Load: Cooling: Ducts', - 'Component Load: Cooling: Foundation Walls', - 'Component Load: Cooling: Infiltration', - 'Component Load: Cooling: Internal Gains', - 'Component Load: Cooling: Internal Mass', - 'Component Load: Cooling: Mechanical Ventilation', - 'Component Load: Cooling: Natural Ventilation', - 'Component Load: Cooling: Rim Joists', - 'Component Load: Cooling: Slabs', - 'Component Load: Cooling: Walls', - 'Component Load: Cooling: Windows', - 'Component Load: Heating: Ceilings', - 'Component Load: Heating: Doors', - 'Component Load: Heating: Ducts', - 'Component Load: Heating: Foundation Walls', - 'Component Load: Heating: Infiltration', - 'Component Load: Heating: Internal Gains', - 'Component Load: Heating: Internal Mass', - 'Component Load: Heating: Mechanical Ventilation', - 'Component Load: Heating: Rim Joists', - 'Component Load: Heating: Slabs', - 'Component Load: Heating: Walls', - 'Component Load: Heating: Windows', + "Component Load: Cooling: #{CLT::Ceilings}", + "Component Load: Cooling: #{CLT::Doors}", + "Component Load: Cooling: #{CLT::Ducts}", + "Component Load: Cooling: #{CLT::FoundationWalls}", + "Component Load: Cooling: #{CLT::Infiltration}", + "Component Load: Cooling: #{CLT::Lighting}", + "Component Load: Cooling: #{CLT::InternalGains}", + "Component Load: Cooling: #{CLT::InternalMass}", + "Component Load: Cooling: #{CLT::MechanicalVentilation}", + "Component Load: Cooling: #{CLT::NaturalVentilation}", + "Component Load: Cooling: #{CLT::RimJoists}", + "Component Load: Cooling: #{CLT::Slabs}", + "Component Load: Cooling: #{CLT::Walls}", + "Component Load: Cooling: #{CLT::WindowsConduction}", + "Component Load: Cooling: #{CLT::WindowsSolar}", + "Component Load: Heating: #{CLT::Ceilings}", + "Component Load: Heating: #{CLT::Doors}", + "Component Load: Heating: #{CLT::Ducts}", + "Component Load: Heating: #{CLT::FoundationWalls}", + "Component Load: Heating: #{CLT::Infiltration}", + "Component Load: Heating: #{CLT::Lighting}", + "Component Load: Heating: #{CLT::InternalGains}", + "Component Load: Heating: #{CLT::InternalMass}", + "Component Load: Heating: #{CLT::MechanicalVentilation}", + "Component Load: Heating: #{CLT::RimJoists}", + "Component Load: Heating: #{CLT::Slabs}", + "Component Load: Heating: #{CLT::Walls}", + "Component Load: Heating: #{CLT::WindowsConduction}", + "Component Load: Heating: #{CLT::WindowsSolar}", ] BaseHPXMLTimeseriesColsUnmetHours = [ - 'Unmet Hours: Heating', - 'Unmet Hours: Cooling', + "Unmet Hours: #{UHT::Heating}", + "Unmet Hours: #{UHT::Cooling}", ] BaseHPXMLTimeseriesColsZoneTemps = [ @@ -291,18 +317,18 @@ def teardown ] BaseHPXMLTimeseriesColsAirflows = [ - 'Airflow: Infiltration', - 'Airflow: Mechanical Ventilation', - 'Airflow: Natural Ventilation', + "Airflow: #{AFT::Infiltration}", + "Airflow: #{AFT::MechanicalVentilation}", + "Airflow: #{AFT::NaturalVentilation}", ] BaseHPXMLTimeseriesColsWeather = [ - 'Weather: Drybulb Temperature', - 'Weather: Wetbulb Temperature', - 'Weather: Relative Humidity', - 'Weather: Wind Speed', - 'Weather: Diffuse Solar Radiation', - 'Weather: Direct Solar Radiation', + "Weather: #{WT::DrybulbTemp}", + "Weather: #{WT::WetbulbTemp}", + "Weather: #{WT::RelativeHumidity}", + "Weather: #{WT::WindSpeed}", + "Weather: #{WT::DiffuseSolar}", + "Weather: #{WT::DirectSolar}", ] BaseHPXMLTimeseriesColsStandardOutputVariables = [ @@ -357,6 +383,7 @@ def all_base_hpxml_timeseries_cols return (BaseHPXMLTimeseriesColsEnergy + BaseHPXMLTimeseriesColsFuels + BaseHPXMLTimeseriesColsEndUses + + BaseHPXMLTimeseriesColsSystemUses + BaseHPXMLTimeseriesColsWaterUses + BaseHPXMLTimeseriesColsTotalLoads + BaseHPXMLTimeseriesColsUnmetHours + @@ -376,25 +403,113 @@ def emission_scenarios def emission_annual_cols cols = [] emission_scenarios.each do |scenario| - cols += ["Emissions: #{scenario}: Total (lb)", - "Emissions: #{scenario}: Electricity: Total (lb)", - "Emissions: #{scenario}: Electricity: Heating Fans/Pumps (lb)", - "Emissions: #{scenario}: Electricity: Cooling (lb)", - "Emissions: #{scenario}: Electricity: Cooling Fans/Pumps (lb)", - "Emissions: #{scenario}: Electricity: Hot Water (lb)", - "Emissions: #{scenario}: Electricity: Lighting Interior (lb)", - "Emissions: #{scenario}: Electricity: Lighting Exterior (lb)", - "Emissions: #{scenario}: Electricity: Refrigerator (lb)", - "Emissions: #{scenario}: Electricity: Dishwasher (lb)", - "Emissions: #{scenario}: Electricity: Clothes Washer (lb)", - "Emissions: #{scenario}: Electricity: Clothes Dryer (lb)", - "Emissions: #{scenario}: Electricity: Range/Oven (lb)", - "Emissions: #{scenario}: Electricity: Television (lb)", - "Emissions: #{scenario}: Electricity: Plug Loads (lb)", - "Emissions: #{scenario}: Electricity: PV (lb)", - "Emissions: #{scenario}: Electricity: Battery (lb)", - "Emissions: #{scenario}: Natural Gas: Total (lb)", - "Emissions: #{scenario}: Natural Gas: Heating (lb)"] + cols += ["Emissions: #{scenario}: #{TE::Total} (lb)", + "Emissions: #{scenario}: #{TE::Net} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{TE::Total} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{TE::Net} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{TE::Total} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{TE::Total} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{TE::Total} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{TE::Total} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{TE::Total} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{TE::Total} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Heating} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HeatingFanPump} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HeatingHeatPumpBackup} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HeatingHeatPumpBackupFanPump} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Cooling} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::CoolingFanPump} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HotWater} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HotWaterRecircPump} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HotWaterSolarThermalPump} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::LightsInterior} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::LightsGarage} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::LightsExterior} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::MechVent} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::MechVentPreheat} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::MechVentPrecool} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::WholeHouseFan} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Refrigerator} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Freezer} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Dehumidifier} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Dishwasher} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::ClothesWasher} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::ClothesDryer} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::RangeOven} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::CeilingFan} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Television} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::PlugLoads} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Vehicle} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::WellPump} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::PoolHeater} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::PoolPump} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HotTubHeater} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HotTubPump} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::PV} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Generator} (lb)", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Battery} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::Heating} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::HeatingHeatPumpBackup} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::HotWater} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::ClothesDryer} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::RangeOven} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::PoolHeater} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::HotTubHeater} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::Grill} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::Lighting} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::Fireplace} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::MechVentPreheat} (lb)", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::Generator} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::Heating} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::HeatingHeatPumpBackup} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::HotWater} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::ClothesDryer} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::RangeOven} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::Grill} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::Lighting} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::Fireplace} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::MechVentPreheat} (lb)", + "Emissions: #{scenario}: #{FT::Oil}: #{EUT::Generator} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::Heating} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::HeatingHeatPumpBackup} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::HotWater} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::ClothesDryer} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::RangeOven} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::Grill} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::Lighting} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::Fireplace} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::MechVentPreheat} (lb)", + "Emissions: #{scenario}: #{FT::Propane}: #{EUT::Generator} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::Heating} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::HeatingHeatPumpBackup} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::HotWater} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::ClothesDryer} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::RangeOven} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::Grill} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::Lighting} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::Fireplace} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::MechVentPreheat} (lb)", + "Emissions: #{scenario}: #{FT::WoodCord}: #{EUT::Generator} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::Heating} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::HeatingHeatPumpBackup} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::HotWater} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::ClothesDryer} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::RangeOven} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::Grill} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::Lighting} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::Fireplace} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::MechVentPreheat} (lb)", + "Emissions: #{scenario}: #{FT::WoodPellets}: #{EUT::Generator} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::Heating} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::HeatingHeatPumpBackup} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::HotWater} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::ClothesDryer} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::RangeOven} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::Grill} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::Lighting} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::Fireplace} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::MechVentPreheat} (lb)", + "Emissions: #{scenario}: #{FT::Coal}: #{EUT::Generator} (lb)"] end return cols end @@ -402,7 +517,8 @@ def emission_annual_cols def emissions_timeseries_cols cols = [] emission_scenarios.each do |scenario| - cols += ["Emissions: #{scenario}: Total"] + cols += ["Emissions: #{scenario}: #{TE::Total}", + "Emissions: #{scenario}: #{TE::Net}"] end return cols end @@ -410,8 +526,9 @@ def emissions_timeseries_cols def emission_fuels_timeseries_cols cols = [] emission_scenarios.each do |scenario| - cols += ["Emissions: #{scenario}: Electricity: Total", - "Emissions: #{scenario}: Natural Gas: Total"] + cols += ["Emissions: #{scenario}: #{FT::Elec}: #{TE::Total}", + "Emissions: #{scenario}: #{FT::Elec}: #{TE::Net}", + "Emissions: #{scenario}: #{FT::Gas}: #{TE::Total}"] end return cols end @@ -419,33 +536,42 @@ def emission_fuels_timeseries_cols def emission_end_uses_timeseries_cols cols = [] emission_scenarios.each do |scenario| - cols += ["Emissions: #{scenario}: Electricity: Heating Fans/Pumps", - "Emissions: #{scenario}: Electricity: Cooling", - "Emissions: #{scenario}: Electricity: Cooling Fans/Pumps", - "Emissions: #{scenario}: Electricity: Hot Water", - "Emissions: #{scenario}: Electricity: Lighting Interior", - "Emissions: #{scenario}: Electricity: Lighting Exterior", - "Emissions: #{scenario}: Electricity: Refrigerator", - "Emissions: #{scenario}: Electricity: Dishwasher", - "Emissions: #{scenario}: Electricity: Clothes Washer", - "Emissions: #{scenario}: Electricity: Clothes Dryer", - "Emissions: #{scenario}: Electricity: Range/Oven", - "Emissions: #{scenario}: Electricity: Television", - "Emissions: #{scenario}: Electricity: Plug Loads", - "Emissions: #{scenario}: Electricity: PV", - "Emissions: #{scenario}: Electricity: Battery", - "Emissions: #{scenario}: Natural Gas: Heating"] + cols += ["Emissions: #{scenario}: #{FT::Elec}: #{EUT::Cooling}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::CoolingFanPump}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HeatingFanPump}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::HotWater}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::LightsInterior}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::LightsExterior}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Refrigerator}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Dishwasher}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::ClothesWasher}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::ClothesDryer}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::RangeOven}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Television}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::PlugLoads}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::PV}", + "Emissions: #{scenario}: #{FT::Elec}: #{EUT::Battery}", + "Emissions: #{scenario}: #{FT::Gas}: #{EUT::Heating}"] end return cols end + def pv_battery_timeseries_cols + return ["End Use: #{FT::Elec}: #{EUT::PV}", + "End Use: #{FT::Elec}: #{EUT::Battery}", + "Energy Use: #{TE::Net}", + "Fuel Use: #{FT::Elec}: #{TE::Net}"] + end + def test_annual_only args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'add_component_loads' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_total_consumptions' => false, 'include_timeseries_fuel_consumptions' => false, 'include_timeseries_end_use_consumptions' => false, + 'include_timeseries_system_use_consumptions' => false, 'include_timeseries_emissions' => false, 'include_timeseries_emission_fuels' => false, 'include_timeseries_emission_end_uses' => false, @@ -467,11 +593,13 @@ def test_annual_only def test_annual_only2 args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-misc-emissions.xml'), + 'skip_validation' => true, 'add_component_loads' => true, 'timeseries_frequency' => 'none', - 'include_timeseries_total_consumptions' => false, + 'include_timeseries_total_consumptions' => true, 'include_timeseries_fuel_consumptions' => true, 'include_timeseries_end_use_consumptions' => true, + 'include_timeseries_system_use_consumptions' => true, 'include_timeseries_emissions' => true, 'include_timeseries_emission_fuels' => true, 'include_timeseries_emission_end_uses' => true, @@ -491,8 +619,33 @@ def test_annual_only2 _check_for_runner_registered_values(File.join(File.dirname(annual_csv), 'results.json'), actual_annual_rows) end + def test_annual_disabled_outputs + args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, + 'include_annual_total_consumptions' => false, + 'include_annual_fuel_consumptions' => false, + 'include_annual_end_use_consumptions' => false, + 'include_annual_system_use_consumptions' => false, + 'include_annual_emissions' => false, + 'include_annual_emission_fuels' => false, + 'include_annual_emission_end_uses' => false, + 'include_annual_total_loads' => false, + 'include_annual_unmet_hours' => false, + 'include_annual_peak_fuels' => false, + 'include_annual_peak_loads' => false, + 'include_annual_component_loads' => false, + 'include_annual_hot_water_uses' => false, + 'include_annual_hvac_summary' => false } + annual_csv, timeseries_csv = _test_measure(args_hash) + assert(File.exist?(annual_csv)) + assert(!File.exist?(timeseries_csv)) + actual_annual_rows = _get_actual_annual_rows(annual_csv) + assert(actual_annual_rows.keys.empty?) + end + def test_timeseries_hourly_total_energy args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_total_consumptions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -505,29 +658,31 @@ def test_timeseries_hourly_total_energy assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Energy Use: Total']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Energy Use: #{TE::Total}"]) end def test_timeseries_hourly_total_energy_pv args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-pv.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_total_consumptions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) assert(File.exist?(annual_csv)) assert(File.exist?(timeseries_csv)) - expected_timeseries_cols = ['Time'] + BaseHPXMLTimeseriesColsEnergy + ['Energy Use: Net'] + expected_timeseries_cols = ['Time'] + BaseHPXMLTimeseriesColsEnergy + ["Energy Use: #{TE::Net}"] actual_timeseries_cols = File.readlines(timeseries_csv)[0].strip.split(',') assert_equal(expected_timeseries_cols.sort, actual_timeseries_cols.sort) timeseries_rows = CSV.read(timeseries_csv) assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Energy Use: Total', - 'Energy Use: Net']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Energy Use: #{TE::Total}", + "Energy Use: #{TE::Net}"]) end def test_timeseries_hourly_fuels args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_fuel_consumptions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -540,29 +695,31 @@ def test_timeseries_hourly_fuels assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Fuel Use: Electricity: Total']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Fuel Use: #{FT::Elec}: #{TE::Total}"]) end def test_timeseries_hourly_fuels_pv args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-pv.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_fuel_consumptions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) assert(File.exist?(annual_csv)) assert(File.exist?(timeseries_csv)) - expected_timeseries_cols = ['Time'] + BaseHPXMLTimeseriesColsFuels + ['Fuel Use: Electricity: Net'] + expected_timeseries_cols = ['Time'] + BaseHPXMLTimeseriesColsFuels + ["Fuel Use: #{FT::Elec}: #{TE::Net}"] actual_timeseries_cols = File.readlines(timeseries_csv)[0].strip.split(',') assert_equal(expected_timeseries_cols.sort, actual_timeseries_cols.sort) timeseries_rows = CSV.read(timeseries_csv) assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Fuel Use: Electricity: Total', - 'Fuel Use: Electricity: Net']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Fuel Use: #{FT::Elec}: #{TE::Total}", + "Fuel Use: #{FT::Elec}: #{TE::Net}"]) end def test_timeseries_hourly_emissions args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-misc-emissions.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_emissions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -575,11 +732,12 @@ def test_timeseries_hourly_emissions assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose _check_for_constant_timeseries_step(timeseries_cols[0]) - _check_for_nonzero_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) end def test_timeseries_hourly_emission_end_uses args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-misc-emissions.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_emission_end_uses' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -592,11 +750,12 @@ def test_timeseries_hourly_emission_end_uses assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose _check_for_constant_timeseries_step(timeseries_cols[0]) - _check_for_nonzero_timeseries_value(timeseries_csv, emission_end_uses_timeseries_cols[0..2]) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, emission_end_uses_timeseries_cols[0..2]) end def test_timeseries_hourly_emission_fuels args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-misc-emissions.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_emission_fuels' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -609,11 +768,12 @@ def test_timeseries_hourly_emission_fuels assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose _check_for_constant_timeseries_step(timeseries_cols[0]) - _check_for_nonzero_timeseries_value(timeseries_csv, emission_fuels_timeseries_cols[0..2]) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, emission_fuels_timeseries_cols[0..2]) end def test_timeseries_hourly_enduses args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_end_use_consumptions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -626,11 +786,114 @@ def test_timeseries_hourly_enduses assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['End Use: Electricity: Plug Loads']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["End Use: #{FT::Elec}: #{EUT::PlugLoads}"]) + end + + def test_timeseries_hourly_enduses_vacancy + args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-schedules-simple-vacancy.xml'), + 'skip_validation' => true, + 'timeseries_frequency' => 'hourly', + 'include_timeseries_end_use_consumptions' => true } + annual_csv, timeseries_csv = _test_measure(args_hash) + assert(File.exist?(annual_csv)) + assert(File.exist?(timeseries_csv)) + expected_timeseries_cols = ['Time'] + BaseHPXMLTimeseriesColsEndUses + actual_timeseries_cols = File.readlines(timeseries_csv)[0].strip.split(',') + assert_equal(expected_timeseries_cols.sort, actual_timeseries_cols.sort) + timeseries_rows = CSV.read(timeseries_csv) + assert_equal(8760, timeseries_rows.size - 2) + timeseries_cols = timeseries_rows.transpose + assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) + _check_for_zero_timeseries_values(timeseries_csv, ["End Use: #{FT::Elec}: #{EUT::PlugLoads}"], 0, 31 * 24 - 1) # Jan + _check_for_zero_timeseries_values(timeseries_csv, ["End Use: #{FT::Elec}: #{EUT::PlugLoads}"], (31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30) * 24 + 1, -1) # Dec + _check_for_nonzero_timeseries_values(timeseries_csv, ["End Use: #{FT::Elec}: #{EUT::Refrigerator}"]) + end + + def test_timeseries_hourly_enduses_power_outage + args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-schedules-simple-power-outage.xml'), + 'skip_validation' => true, + 'timeseries_frequency' => 'hourly', + 'include_timeseries_end_use_consumptions' => true } + annual_csv, timeseries_csv = _test_measure(args_hash) + assert(File.exist?(annual_csv)) + assert(File.exist?(timeseries_csv)) + expected_timeseries_cols = ['Time'] + BaseHPXMLTimeseriesColsEndUses + actual_timeseries_cols = File.readlines(timeseries_csv)[0].strip.split(',') + assert_equal(expected_timeseries_cols.sort, actual_timeseries_cols.sort) + timeseries_rows = CSV.read(timeseries_csv) + assert_equal(8760, timeseries_rows.size - 2) + timeseries_cols = timeseries_rows.transpose + assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) + _check_for_zero_timeseries_values(timeseries_csv, ["End Use: #{FT::Elec}: #{EUT::PlugLoads}"], (31 + 28 + 31 + 30 + 31 + 30) * 24 + 4, (31 + 28 + 31 + 30 + 31 + 30 + 31) * 24 - 12) # Jul + end + + def test_timeseries_hourly_enduses_power_outage_natvent_availability + energy_use_total_col = "Energy Use: #{TE::Total}" + temperature_living_space_col = 'Temperature: Living Space' + + args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-schedules-simple-power-outage.xml'), + 'skip_validation' => true, + 'timeseries_frequency' => 'hourly', + 'include_timeseries_total_consumptions' => true, + 'include_timeseries_zone_temperatures' => true } + _annual_csv, timeseries_csv = _test_measure(args_hash) + assert(File.exist?(timeseries_csv)) + values = _get_values(timeseries_csv, [energy_use_total_col, temperature_living_space_col]) + schedule_regular_total = values[energy_use_total_col].sum(0.0) + schedule_regular_temp = values[temperature_living_space_col].sum(0.0) / values[temperature_living_space_col].size + + args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-schedules-simple-power-outage-natvent-available.xml'), + 'skip_validation' => true, + 'timeseries_frequency' => 'hourly', + 'include_timeseries_total_consumptions' => true, + 'include_timeseries_zone_temperatures' => true } + _annual_csv, timeseries_csv = _test_measure(args_hash) + assert(File.exist?(timeseries_csv)) + values = _get_values(timeseries_csv, [energy_use_total_col, temperature_living_space_col]) + schedule_available_total = values[energy_use_total_col].sum(0.0) + schedule_available_temp = values[temperature_living_space_col].sum(0.0) / values[temperature_living_space_col].size + + args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-schedules-simple-power-outage-natvent-unavailable.xml'), + 'skip_validation' => true, + 'timeseries_frequency' => 'hourly', + 'include_timeseries_total_consumptions' => true, + 'include_timeseries_zone_temperatures' => true } + _annual_csv, timeseries_csv = _test_measure(args_hash) + assert(File.exist?(timeseries_csv)) + values = _get_values(timeseries_csv, [energy_use_total_col, temperature_living_space_col]) + schedule_unavailable_total = values[energy_use_total_col].sum(0.0) + schedule_unavailable_temp = values[temperature_living_space_col].sum(0.0) / values[temperature_living_space_col].size + + assert_operator(schedule_regular_total, :>, schedule_available_total) + assert_operator(schedule_available_total, :<, schedule_unavailable_total) + assert_operator(schedule_unavailable_total, :<, schedule_regular_total) + + assert_operator(schedule_regular_temp, :>, schedule_available_temp) + assert_operator(schedule_available_temp, :<, schedule_unavailable_temp) + assert_operator(schedule_unavailable_temp, :>, schedule_regular_temp) + end + + def test_timeseries_hourly_system_uses + args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, + 'timeseries_frequency' => 'hourly', + 'include_timeseries_system_use_consumptions' => true } + annual_csv, timeseries_csv = _test_measure(args_hash) + assert(File.exist?(annual_csv)) + assert(File.exist?(timeseries_csv)) + expected_timeseries_cols = ['Time'] + BaseHPXMLTimeseriesColsSystemUses + actual_timeseries_cols = File.readlines(timeseries_csv)[0].strip.split(',') + assert_equal(expected_timeseries_cols.sort, actual_timeseries_cols.sort) + timeseries_rows = CSV.read(timeseries_csv) + assert_equal(8760, timeseries_rows.size - 2) + timeseries_cols = timeseries_rows.transpose + assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["System Use: HeatingSystem1: #{FT::Gas}: #{EUT::Heating}"]) end def test_timeseries_hourly_hotwateruses args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_hot_water_uses' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -643,11 +906,12 @@ def test_timeseries_hourly_hotwateruses assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsWaterUses) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsWaterUses) end def test_timeseries_hourly_total_loads args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_total_loads' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -660,11 +924,12 @@ def test_timeseries_hourly_total_loads assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsTotalLoads) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsTotalLoads) end def test_timeseries_hourly_component_loads args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'add_component_loads' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_component_loads' => true } @@ -678,11 +943,13 @@ def test_timeseries_hourly_component_loads assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Component Load: Heating: Internal Gains', 'Component Load: Cooling: Internal Gains']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Component Load: Heating: #{CLT::InternalGains}", + "Component Load: Cooling: #{CLT::InternalGains}"]) end def test_timeseries_hourly_unmet_hours args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-hvac-undersized.xml'), + 'skip_validation' => true, 'add_component_loads' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_unmet_hours' => true } @@ -696,11 +963,13 @@ def test_timeseries_hourly_unmet_hours assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Unmet Hours: Heating', 'Unmet Hours: Cooling']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Unmet Hours: #{UHT::Heating}", + "Unmet Hours: #{UHT::Cooling}"]) end def test_timeseries_hourly_zone_temperatures args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_zone_temperatures' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -713,11 +982,12 @@ def test_timeseries_hourly_zone_temperatures assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsZoneTemps) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsZoneTemps) end def test_timeseries_hourly_zone_temperatures_without_cooling args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-hvac-furnace-gas-only.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_zone_temperatures' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -730,11 +1000,12 @@ def test_timeseries_hourly_zone_temperatures_without_cooling assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsZoneTemps - ['Temperature: Cooling Setpoint']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsZoneTemps - ['Temperature: Cooling Setpoint']) end def test_timeseries_hourly_zone_temperatures_mf_space args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_zone_temperatures' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -754,11 +1025,12 @@ def test_timeseries_hourly_zone_temperatures_mf_space assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, cols_temps_other_side) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, cols_temps_other_side) end def test_timeseries_hourly_airflows_with_exhaust_mechvent args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-mechvent-exhaust.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_airflows' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -771,11 +1043,12 @@ def test_timeseries_hourly_airflows_with_exhaust_mechvent assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsAirflows.select { |t| t != 'Airflow: Whole House Fan' }) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsAirflows.select { |t| t != 'Airflow: Whole House Fan' }) end def test_timeseries_hourly_airflows_with_whf args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-mechvent-whole-house-fan.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_airflows' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -790,11 +1063,12 @@ def test_timeseries_hourly_airflows_with_whf assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, add_cols) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, add_cols) end def test_timeseries_hourly_airflows_with_clothes_dryer_exhaust args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-appliances-gas.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_airflows' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -807,11 +1081,12 @@ def test_timeseries_hourly_airflows_with_clothes_dryer_exhaust assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Airflow: Mechanical Ventilation']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Airflow: #{AFT::MechanicalVentilation}"]) end def test_timeseries_hourly_airflows_with_balanced_mechvent args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-mechvent-balanced.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_airflows' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -824,11 +1099,12 @@ def test_timeseries_hourly_airflows_with_balanced_mechvent assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Airflow: Mechanical Ventilation']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Airflow: #{AFT::MechanicalVentilation}"]) end def test_timeseries_hourly_airflows_with_cfis args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-mechvent-cfis.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_airflows' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -841,11 +1117,12 @@ def test_timeseries_hourly_airflows_with_cfis assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, ['Airflow: Mechanical Ventilation']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, ["Airflow: #{AFT::MechanicalVentilation}"]) end def test_timeseries_hourly_weather args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_weather' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -858,15 +1135,17 @@ def test_timeseries_hourly_weather assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsWeather) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsWeather) end def test_timeseries_hourly_ALL args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-misc-emissions.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_total_consumptions' => true, 'include_timeseries_fuel_consumptions' => true, 'include_timeseries_end_use_consumptions' => true, + 'include_timeseries_system_use_consumptions' => true, 'include_timeseries_emissions' => true, 'include_timeseries_emission_fuels' => true, 'include_timeseries_emission_end_uses' => true, @@ -885,23 +1164,25 @@ def test_timeseries_hourly_ALL emissions_timeseries_cols + emission_fuels_timeseries_cols + emission_end_uses_timeseries_cols + - ['End Use: Electricity: PV', 'End Use: Electricity: Battery', 'Energy Use: Net', 'Fuel Use: Electricity: Net'] + pv_battery_timeseries_cols actual_timeseries_cols = File.readlines(timeseries_csv)[0].strip.split(',') assert_equal(expected_timeseries_cols.sort, actual_timeseries_cols.sort) timeseries_rows = CSV.read(timeseries_csv) assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) - _check_for_zero_baseload_timeseries_value(timeseries_csv, ['End Use: Electricity: Refrigerator']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) + _check_for_nonzero_timeseries_values(timeseries_csv, ["End Use: #{FT::Elec}: #{EUT::Refrigerator}"]) end def test_timeseries_daily_ALL args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-misc-emissions.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'daily', 'include_timeseries_total_consumptions' => true, 'include_timeseries_fuel_consumptions' => true, 'include_timeseries_end_use_consumptions' => true, + 'include_timeseries_system_use_consumptions' => true, 'include_timeseries_emissions' => true, 'include_timeseries_emission_fuels' => true, 'include_timeseries_emission_end_uses' => true, @@ -920,23 +1201,25 @@ def test_timeseries_daily_ALL emissions_timeseries_cols + emission_fuels_timeseries_cols + emission_end_uses_timeseries_cols + - ['End Use: Electricity: PV', 'End Use: Electricity: Battery', 'Energy Use: Net', 'Fuel Use: Electricity: Net'] + pv_battery_timeseries_cols actual_timeseries_cols = File.readlines(timeseries_csv)[0].strip.split(',') assert_equal(expected_timeseries_cols.sort, actual_timeseries_cols.sort) timeseries_rows = CSV.read(timeseries_csv) assert_equal(365, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) - _check_for_zero_baseload_timeseries_value(timeseries_csv, ['End Use: Electricity: Refrigerator']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) + _check_for_nonzero_timeseries_values(timeseries_csv, ["End Use: #{FT::Elec}: #{EUT::Refrigerator}"]) end def test_timeseries_monthly_ALL args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-misc-emissions.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'monthly', 'include_timeseries_total_consumptions' => true, 'include_timeseries_fuel_consumptions' => true, 'include_timeseries_end_use_consumptions' => true, + 'include_timeseries_system_use_consumptions' => true, 'include_timeseries_emissions' => true, 'include_timeseries_emission_fuels' => true, 'include_timeseries_emission_end_uses' => true, @@ -955,13 +1238,13 @@ def test_timeseries_monthly_ALL emissions_timeseries_cols + emission_fuels_timeseries_cols + emission_end_uses_timeseries_cols + - ['End Use: Electricity: PV', 'End Use: Electricity: Battery', 'Energy Use: Net', 'Fuel Use: Electricity: Net'] + pv_battery_timeseries_cols actual_timeseries_cols = File.readlines(timeseries_csv)[0].strip.split(',') assert_equal(expected_timeseries_cols.sort, actual_timeseries_cols.sort) timeseries_rows = CSV.read(timeseries_csv) assert_equal(12, timeseries_rows.size - 2) - _check_for_nonzero_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) - _check_for_zero_baseload_timeseries_value(timeseries_csv, ['End Use: Electricity: Refrigerator']) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) + _check_for_nonzero_timeseries_values(timeseries_csv, ["End Use: #{FT::Elec}: #{EUT::Refrigerator}"]) end def test_timeseries_timestep @@ -979,19 +1262,11 @@ def test_timeseries_timestep def test_timeseries_timestep_emissions args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-misc-emissions.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'timestep', - 'include_timeseries_fuel_consumptions' => false, - 'include_timeseries_end_use_consumptions' => false, 'include_timeseries_emissions' => true, 'include_timeseries_emission_fuels' => true, - 'include_timeseries_emission_end_uses' => true, - 'include_timeseries_hot_water_uses' => false, - 'include_timeseries_total_loads' => false, - 'include_timeseries_unmet_hours' => false, - 'include_timeseries_component_loads' => false, - 'include_timeseries_zone_temperatures' => false, - 'include_timeseries_airflows' => false, - 'include_timeseries_weather' => false } + 'include_timeseries_emission_end_uses' => true } annual_csv, timeseries_csv = _test_measure(args_hash) assert(File.exist?(annual_csv)) assert(File.exist?(timeseries_csv)) @@ -1005,11 +1280,12 @@ def test_timeseries_timestep_emissions assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose _check_for_constant_timeseries_step(timeseries_cols[0]) - _check_for_nonzero_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, emissions_timeseries_cols[0..2]) end def test_timeseries_timestep_10min args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-simcontrol-timestep-10-mins.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'timestep', 'include_timeseries_fuel_consumptions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -1029,6 +1305,7 @@ def test_timeseries_hourly_runperiod_1month expected_values.each do |timeseries_frequency, expected_value| args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-simcontrol-runperiod-1-month.xml'), + 'skip_validation' => true, 'timeseries_frequency' => timeseries_frequency, 'include_timeseries_fuel_consumptions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -1045,6 +1322,7 @@ def test_timeseries_hourly_runperiod_1month def test_timeseries_hourly_AMY_2012 args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-location-AMY-2012.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', 'include_timeseries_fuel_consumptions' => true } annual_csv, timeseries_csv = _test_measure(args_hash) @@ -1065,6 +1343,7 @@ def test_timeseries_timestamp_convention expected_values_array.each do |timeseries_frequency, expected_values| args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base-simcontrol-timestep-30-mins.xml'), + 'skip_validation' => true, 'timeseries_frequency' => timeseries_frequency, 'include_timeseries_fuel_consumptions' => true, 'timeseries_timestamp_convention' => 'end' } @@ -1088,6 +1367,7 @@ def test_timeseries_timestamp_convention def test_timeseries_for_dview args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'output_format' => 'csv_dview', 'timeseries_frequency' => 'timestep', 'include_timeseries_fuel_consumptions' => true, @@ -1112,6 +1392,7 @@ def test_timeseries_for_dview def test_timeseries_local_time_dst args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'timestep', 'include_timeseries_fuel_consumptions' => true, 'add_timeseries_dst_column' => true } @@ -1129,6 +1410,7 @@ def test_timeseries_local_time_dst def test_timeseries_local_time_utc args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'timestep', 'include_timeseries_fuel_consumptions' => true, 'add_timeseries_utc_column' => true } @@ -1146,6 +1428,7 @@ def test_timeseries_local_time_utc def test_timeseries_local_time_dst_and_utc args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'timestep', 'include_timeseries_fuel_consumptions' => true, 'add_timeseries_dst_column' => true, @@ -1166,19 +1449,8 @@ def test_timeseries_local_time_dst_and_utc def test_timeseries_user_defined_standard_output_variables args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'timeseries_frequency' => 'hourly', - 'include_timeseries_fuel_consumptions' => false, - 'include_timeseries_end_use_consumptions' => false, - 'include_timeseries_emissions' => false, - 'include_timeseries_emission_fuels' => false, - 'include_timeseries_emission_end_uses' => false, - 'include_timeseries_hot_water_uses' => false, - 'include_timeseries_total_loads' => false, - 'include_timeseries_unmet_hours' => false, - 'include_timeseries_component_loads' => false, - 'include_timeseries_zone_temperatures' => false, - 'include_timeseries_airflows' => false, - 'include_timeseries_weather' => false, 'user_output_variables' => 'Zone People Occupant Count, Zone People Total Heating Energy, Foo' } annual_csv, timeseries_csv, run_log = _test_measure(args_hash) assert(File.exist?(annual_csv)) @@ -1190,26 +1462,15 @@ def test_timeseries_user_defined_standard_output_variables assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsStandardOutputVariables) + _check_for_nonzero_avg_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsStandardOutputVariables) assert(File.readlines(run_log).any? { |line| line.include?("Request for output variable 'Foo'") }) end def test_timeseries_user_defined_advanced_output_variables args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), + 'skip_validation' => true, 'add_component_loads' => true, 'timeseries_frequency' => 'hourly', - 'include_timeseries_fuel_consumptions' => false, - 'include_timeseries_end_use_consumptions' => false, - 'include_timeseries_emissions' => false, - 'include_timeseries_emission_fuels' => false, - 'include_timeseries_emission_end_uses' => false, - 'include_timeseries_hot_water_uses' => false, - 'include_timeseries_total_loads' => false, - 'include_timeseries_unmet_hours' => false, - 'include_timeseries_component_loads' => false, - 'include_timeseries_zone_temperatures' => false, - 'include_timeseries_airflows' => false, - 'include_timeseries_weather' => false, 'user_output_variables' => 'Surface Construction Index' } annual_csv, timeseries_csv = _test_measure(args_hash) assert(File.exist?(annual_csv)) @@ -1221,17 +1482,7 @@ def test_timeseries_user_defined_advanced_output_variables assert_equal(8760, timeseries_rows.size - 2) timeseries_cols = timeseries_rows.transpose assert_equal(1, _check_for_constant_timeseries_step(timeseries_cols[0])) - _check_for_nonzero_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsAdvancedOutputVariables) - end - - def test_eri_output - args_hash = { 'hpxml_path' => File.join(File.dirname(__FILE__), '../../workflow/sample_files/base.xml'), - 'generate_eri_outputs' => true } - annual_csv, timeseries_csv = _test_measure(args_hash) - assert(File.exist?(annual_csv)) - assert(!File.exist?(timeseries_csv)) - actual_annual_rows = File.readlines(annual_csv).map { |x| x.split(',')[0].strip }.select { |x| !x.empty? } - assert(actual_annual_rows.include? 'ERI: Building: CFA') + _check_for_nonzero_avg_timeseries_value(timeseries_csv, BaseHPXMLTimeseriesColsAdvancedOutputVariables) end def test_for_unsuccessful_simulation_infinity @@ -1241,7 +1492,8 @@ def test_for_unsuccessful_simulation_infinity hpxml.heating_systems[0].heating_efficiency_afue = 10.0**-315 XMLHelper.write_file(hpxml.to_oga(), @tmp_hpxml_path) - args_hash = { 'hpxml_path' => @tmp_hpxml_path } + args_hash = { 'hpxml_path' => @tmp_hpxml_path, + 'skip_validation' => true, } annual_csv, timeseries_csv, run_log = _test_measure(args_hash, expect_success: false) assert(!File.exist?(annual_csv)) assert(!File.exist?(timeseries_csv)) @@ -1310,7 +1562,7 @@ def _check_for_constant_timeseries_step(time_col) return steps.uniq.size end - def _check_for_nonzero_timeseries_value(timeseries_csv, timeseries_cols) + def _get_values(timeseries_csv, timeseries_cols) values = {} timeseries_cols.each do |col| values[col] = [] @@ -1324,27 +1576,30 @@ def _check_for_nonzero_timeseries_value(timeseries_csv, timeseries_cols) values[col] << Float(row[col]) end end + return values + end + + def _check_for_nonzero_avg_timeseries_value(timeseries_csv, timeseries_cols) + values = _get_values(timeseries_csv, timeseries_cols) + timeseries_cols.each do |col| avg_value = values[col].sum(0.0) / values[col].size assert_operator(avg_value, :!=, 0) end end - def _check_for_zero_baseload_timeseries_value(timeseries_csv, timeseries_cols) - # check that every day has non zero values for baseload equipment (e.g., refrigerator) - values = {} + def _check_for_zero_timeseries_values(timeseries_csv, timeseries_cols, start_ix, end_ix) + values = _get_values(timeseries_csv, timeseries_cols) + timeseries_cols.each do |col| - values[col] = [] + has_only_zero_timeseries_values = values[col][start_ix..end_ix].all? { |x| x == 0 } + assert(has_only_zero_timeseries_values) end - CSV.foreach(timeseries_csv, headers: true) do |row| - next if row['Time'].nil? - - timeseries_cols.each do |col| - fail "Unexpected column: #{col}." if row[col].nil? + end - values[col] << Float(row[col]) - end - end + def _check_for_nonzero_timeseries_values(timeseries_csv, timeseries_cols) + # check that every day has non zero values for baseload equipment (e.g., refrigerator) + values = _get_values(timeseries_csv, timeseries_cols) timeseries_cols.each do |col| has_no_zero_timeseries_value = !values[col].include?(0.0) diff --git a/example_files/resources/hpxml-measures/ReportUtilityBills/measure.rb b/example_files/resources/hpxml-measures/ReportUtilityBills/measure.rb index 69b1754c..2d14be64 100644 --- a/example_files/resources/hpxml-measures/ReportUtilityBills/measure.rb +++ b/example_files/resources/hpxml-measures/ReportUtilityBills/measure.rb @@ -180,7 +180,6 @@ def run(runner, user_arguments) # assign the user inputs to variables args = get_argument_values(runner, arguments(model), user_arguments) - args = Hash[args.collect { |k, v| [k.to_sym, v] }] output_format = args[:output_format].get output_dir = File.dirname(runner.lastEpwFilePath.get.to_s) @@ -252,10 +251,10 @@ def report_runperiod_output_results(runner, utility_bills, output_format, output segment = new_segment end - results_out << ["#{bill_scenario_name}: #{fuel_type}: Fixed (USD)", bill.annual_fixed_charge.round(2)] if bill.annual_fixed_charge != 0 - results_out << ["#{bill_scenario_name}: #{fuel_type}: Energy (USD)", bill.annual_energy_charge.round(2)] if bill.annual_energy_charge != 0 - results_out << ["#{bill_scenario_name}: #{fuel_type}: PV Credit (USD)", bill.annual_production_credit.round(2)] if [FT::Elec].include?(fuel_type) && bill.annual_production_credit != 0 - results_out << ["#{bill_scenario_name}: #{fuel_type}: Total (USD)", bill.annual_total.round(2)] if bill.annual_total != 0 + results_out << ["#{bill_scenario_name}: #{fuel_type}: Fixed (USD)", bill.annual_fixed_charge.round(2)] + results_out << ["#{bill_scenario_name}: #{fuel_type}: Energy (USD)", bill.annual_energy_charge.round(2)] + results_out << ["#{bill_scenario_name}: #{fuel_type}: PV Credit (USD)", bill.annual_production_credit.round(2)] if [FT::Elec].include?(fuel_type) + results_out << ["#{bill_scenario_name}: #{fuel_type}: Total (USD)", bill.annual_total.round(2)] end if ['csv'].include? output_format @@ -311,9 +310,9 @@ def get_utility_rates(hpxml_path, fuels, utility_rates, bill_scenario, pv_system tariff = tariff[:items][0] fields = tariff.keys + rate.fixedmonthlycharge = 0.0 if fields.include?(:fixedchargeunits) if tariff[:fixedchargeunits] == '$/month' - rate.fixedmonthlycharge = 0.0 if fields.include?(:fixedchargefirstmeter) || fields.include?(:fixedchargeeaaddl) rate.fixedmonthlycharge += tariff[:fixedchargefirstmeter] if fields.include?(:fixedchargefirstmeter) rate.fixedmonthlycharge += tariff[:fixedchargeeaaddl] if fields.include?(:fixedchargeeaaddl) else @@ -505,8 +504,7 @@ def get_outputs(fuels, utility_bill_scenario) timeseries_freq = 'monthly' timeseries_freq = 'hourly' if fuel_type == FT::Elec && !utility_bill_scenario.elec_tariff_filepath.nil? - num_timestamps = OutputMethods.get_timestamps(@msgpackData, @hpxml, false)[0].size - fuel.timeseries = get_report_meter_data_timeseries(fuel.meters, unit_conv, 0, num_timestamps, timeseries_freq) + fuel.timeseries = get_report_meter_data_timeseries(fuel.meters, unit_conv, 0, timeseries_freq) end end @@ -519,12 +517,18 @@ def reporting_frequency_map } end - def get_report_meter_data_timeseries(meter_names, unit_conv, unit_adder, num_timestamps, timeseries_freq) - return [0.0] * num_timestamps if meter_names.empty? - - msgpack_timeseries_name = OutputMethods.msgpack_frequency_map[timeseries_freq] - cols = @msgpackData['MeterData'][msgpack_timeseries_name]['Cols'] - rows = @msgpackData['MeterData'][msgpack_timeseries_name]['Rows'] + def get_report_meter_data_timeseries(meter_names, unit_conv, unit_adder, timeseries_freq) + msgpack_timeseries_name = { 'timestep' => 'TimeStep', + 'hourly' => 'Hourly', + 'daily' => 'Daily', + 'monthly' => 'Monthly' }[timeseries_freq] + begin + data = @msgpackData['MeterData'][msgpack_timeseries_name] + cols = data['Cols'] + rows = data['Rows'] + rescue + return [0.0] + end indexes = cols.each_index.select { |i| meter_names.include? cols[i]['Variable'] } vals = [] rows.each do |row| diff --git a/example_files/resources/hpxml-measures/ReportUtilityBills/measure.xml b/example_files/resources/hpxml-measures/ReportUtilityBills/measure.xml index dcf0a0de..9cae6a3b 100644 --- a/example_files/resources/hpxml-measures/ReportUtilityBills/measure.xml +++ b/example_files/resources/hpxml-measures/ReportUtilityBills/measure.xml @@ -3,8 +3,8 @@ 3.0 report_utility_bills ca88a425-e59a-4bc4-af51-c7e7d1e960fe - 85b7dc96-d570-4b9b-b72b-a8b85442c94c - 20221112T002848Z + 10456a16-b1fc-449f-b7f8-71fbcdabb1c9 + 20230401T012721Z 15BF4E57 ReportUtilityBills Utility Bills Report @@ -73,7 +73,7 @@ 3DCED656 - JacksonElectricMemberCorp-ResidentialSeniorCitizenLowIncomeAssistance.json + Jackson Electric Member Corp - A Residential Service Senior Citizen Low Income Assistance (Effective 2017-01-01).json json test 953EE2AC @@ -84,12 +84,6 @@ test F96CB80F - - util.rb - rb - resource - 041AE7DE - detailed_rates/openei_rates.zip zip @@ -222,6 +216,18 @@ resource 387337AD + + util.rb + rb + resource + 041AE7DE + + + utility_bills_test.rb + rb + test + 08FABF5F + OpenStudio @@ -231,13 +237,7 @@ measure.rb rb script - 861BD498 - - - utility_bills_test.rb - rb - test - 65F0A778 + 13808DAA diff --git a/example_files/resources/hpxml-measures/ReportUtilityBills/tests/JacksonElectricMemberCorp-ResidentialSeniorCitizenLowIncomeAssistance.json b/example_files/resources/hpxml-measures/ReportUtilityBills/tests/Jackson Electric Member Corp - A Residential Service Senior Citizen Low Income Assistance (Effective 2017-01-01).json similarity index 100% rename from example_files/resources/hpxml-measures/ReportUtilityBills/tests/JacksonElectricMemberCorp-ResidentialSeniorCitizenLowIncomeAssistance.json rename to example_files/resources/hpxml-measures/ReportUtilityBills/tests/Jackson Electric Member Corp - A Residential Service Senior Citizen Low Income Assistance (Effective 2017-01-01).json diff --git a/example_files/resources/hpxml-measures/ReportUtilityBills/tests/utility_bills_test.rb b/example_files/resources/hpxml-measures/ReportUtilityBills/tests/utility_bills_test.rb index 8622c928..77258a3d 100644 --- a/example_files/resources/hpxml-measures/ReportUtilityBills/tests/utility_bills_test.rb +++ b/example_files/resources/hpxml-measures/ReportUtilityBills/tests/utility_bills_test.rb @@ -79,7 +79,7 @@ def setup has_fuel[fuel] = @hpxml.has_fuel(fuel, hpxml_doc) end - HPXMLDefaults.apply_header(@hpxml, nil) + HPXMLDefaults.apply_header(@hpxml, nil, nil) HPXMLDefaults.apply_utility_bill_scenarios(nil, @hpxml, has_fuel) @root_path = File.absolute_path(File.join(File.dirname(__FILE__), '..', '..')) @@ -238,7 +238,16 @@ def test_workflow_no_bill_scenarios def test_workflow_detailed_calculations @args_hash['hpxml_path'] = File.absolute_path(@tmp_hpxml_path) hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base.xml')) - hpxml.header.utility_bill_scenarios.add(name: 'Test 1', elec_tariff_filepath: '../../ReportUtilityBills/tests/JacksonElectricMemberCorp-ResidentialSeniorCitizenLowIncomeAssistance.json') + hpxml.header.utility_bill_scenarios.add(name: 'Test 1', elec_tariff_filepath: '../../ReportUtilityBills/tests/Jackson Electric Member Corp - A Residential Service Senior Citizen Low Income Assistance (Effective 2017-01-01).json') + XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) + actual_bills = _test_measure() + assert_operator(actual_bills['Test 1: Total (USD)'], :>, 0) + end + + def test_workflow_detailed_calculations_all_electric + @args_hash['hpxml_path'] = File.absolute_path(@tmp_hpxml_path) + hpxml = HPXML.new(hpxml_path: File.join(@sample_files_path, 'base-hvac-air-to-air-heat-pump-1-speed.xml')) + hpxml.header.utility_bill_scenarios.add(name: 'Test 1', elec_tariff_filepath: '../../ReportUtilityBills/tests/Jackson Electric Member Corp - A Residential Service Senior Citizen Low Income Assistance (Effective 2017-01-01).json') XMLHelper.write_file(hpxml.to_oga, @tmp_hpxml_path) actual_bills = _test_measure() assert_operator(actual_bills['Test 1: Total (USD)'], :>, 0) @@ -1002,6 +1011,7 @@ def test_downloaded_utility_rates require 'zip' require 'tempfile' + @hpxml.pv_systems.each { |pv_system| pv_system.max_power_output = 1000.0 / @hpxml.pv_systems.size } @hpxml.header.utility_bill_scenarios.each do |utility_bill_scenario| Zip.on_exists_proc = true Zip::File.open(File.join(File.dirname(__FILE__), '../resources/detailed_rates/openei_rates.zip')) do |zip_file| @@ -1017,14 +1027,14 @@ def test_downloaded_utility_rates utility_bill_scenario.elec_tariff_filepath = tmp_path File.delete(@bills_csv) if File.exist? @bills_csv - actual_bills = _bill_calcs(@fuels_pv_none_detailed, @hpxml.header, [], utility_bill_scenario) + actual_bills = _bill_calcs(@fuels_pv_1kw_detailed, @hpxml.header, @hpxml.pv_systems, utility_bill_scenario) if !File.exist?(@bills_csv) puts entry.name assert(false) end if entry.name.include? 'North Slope Borough Power Light - Aged or Handicappedseniors over 60' # No cost if < 600 kWh/month, which is the case for PV_None.csv - assert_nil(actual_bills['Test: Electricity: Total (USD)']) + assert_equal(0, actual_bills['Test: Electricity: Total (USD)']) else assert_operator(actual_bills['Test: Electricity: Total (USD)'], :>, 0) end diff --git a/example_files/resources/hpxml-measures/docs/source/usage_instructions.rst b/example_files/resources/hpxml-measures/docs/source/usage_instructions.rst index 3ae4d967..ac3fdb8f 100644 --- a/example_files/resources/hpxml-measures/docs/source/usage_instructions.rst +++ b/example_files/resources/hpxml-measures/docs/source/usage_instructions.rst @@ -8,7 +8,7 @@ Setup To get started: -#. Download `OpenStudio 3.5.0 `_ and install the Command Line Interface/EnergyPlus/C++ API components, or use the `nrel/openstudio docker image `_. +#. Download `OpenStudio 3.6.1 `_ and install the Command Line Interface/EnergyPlus/C++ API components, or use the `nrel/openstudio docker image `_. #. Download the `latest release `_. Running @@ -18,7 +18,7 @@ To programatically run simulations, it's recommended to use the OpenStudio `Comm Two general approaches (basic and advanced) for running via the CLI are described below. The OpenStudio measures can also be run from user interfaces (e.g., the OpenStudio Application or OpenStudio Parametric Analysis Tool (PAT)). -.. note:: +.. note:: If the ``openstudio`` command is not found, it's because the executable is not in your PATH. Either add the executable to your PATH or point directly to the executable found in the openstudio-X.X.X/bin directory. @@ -37,7 +37,7 @@ You can also request generation of timeseries output CSV/JSON/MessagePack files | ``openstudio workflow/run_simulation.rb -x workflow/sample_files/base.xml --monthly fuels --monthly temperatures --output-format json`` | You can also add a detailed schedule as part of the simulation by using: -| ``openstudio workflow/run_simulation.rb -x workflow/sample_files/base.xml --add-detailed-schedule stochastic`` +| ``openstudio workflow/run_simulation.rb -x workflow/sample_files/base.xml --add-stochastic-schedules`` | This run includes the automatic generation of a CSV file with stochastic occupancy schedules that are used in the EnergyPlus simulation. Run ``openstudio workflow/run_simulation.rb -h`` to see all available commands/arguments. diff --git a/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst b/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst index 67abbd0c..d0e7d326 100644 --- a/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst +++ b/example_files/resources/hpxml-measures/docs/source/workflow_inputs.rst @@ -69,10 +69,10 @@ Default values would be used for the refrigerator energy use, location, and sche These defaults will be reflected in the EnergyPlus simulation results. - .. note:: +.. note:: The OpenStudio-HPXML workflow generally treats missing *elements* differently than missing *values*. - For example, if there is no ``Refrigerator`` element defined, the model will proceed without refrigerator energy use. + For example, if there is no ``Refrigerator`` element defined, the simulation will proceed without refrigerator energy use. On the other hand, if there is a ``Refrigerator`` element but with no values defined (i.e., no ``Location`` or ``RatedAnnualkWh``), it is assumed that a refrigerator exists but its properties are unknown, so they will be defaulted in the model. See :ref:`hpxml_defaults` for information on how default values can be inspected. @@ -106,6 +106,8 @@ EnergyPlus simulation controls are entered in ``/HPXML/SoftwareInfo/extension/Si Values greater than 1.0 have the effect of smoothing or damping the rate of change in the indoor air temperature from timestep to timestep. This heat capacitance effect is modeled on top of any other individual mass inputs (e.g., furniture mass, partition wall mass, interior drywall, etc.) in the HPXML. +.. _hvac_sizing_control: + HPXML HVAC Sizing Control ************************* @@ -124,6 +126,52 @@ HVAC equipment sizing controls are entered in ``/HPXML/SoftwareInfo/extension/HV If HeatPumpSizingMethodology is 'HERS', autosized heat pumps have their nominal capacity sized equal to the larger of heating/cooling design loads. If HeatPumpSizingMethodology is 'MaxLoad', autosized heat pumps have their nominal capacity sized based on the larger of heating/cooling design loads, while taking into account the heat pump's reduced capacity at the design temperature. +If any HVAC equipment is being autosized (i.e., capacities are not provided), additional inputs for ACCA Manual J can be entered in ``/HPXML/SoftwareInfo/extension/HVACSizingControl/ManualJInputs``. + + ================================= ======== ====== =========== ======== ============ ============================================ + Element Type Units Constraints Required Default Description + ================================= ======== ====== =========== ======== ============ ============================================ + ``HeatingDesignTemperature`` double F No See [#]_ Heating design temperature + ``CoolingDesignTemperature`` double F No See [#]_ Cooling design temperature + ``HeatingSetpoint`` double F No 70 Conditioned space heating setpoint [#]_ + ``CoolingSetpoint`` double F No 75 Conditioned space cooling setpoint [#]_ + ``HumiditySetpoint`` double frac 0 - 1 No See [#]_ Conditioned space relative humidity + ``InternalLoadsSensible`` double Btu/hr No See [#]_ Sensible internal loads for cooling design load + ``InternalLoadsLatent`` double Btu/hr No 0 Latent internal loads for cooling design load + ``NumberofOccupants`` integer No #Beds+1 [#]_ Number of occupants for cooling design load + ================================= ======== ====== =========== ======== ============ ============================================ + + .. [#] If HeatingDesignTemperature not provided, the 99% heating design temperature is obtained from the DESIGN CONDITIONS header section inside the EPW weather file. + If not available in the EPW header, it is calculated from the 8760 hourly temperatures in the EPW. + .. [#] If CoolingDesignTemperature not provided, the 1% cooling design temperature is obtained from the DESIGN CONDITIONS header section inside the EPW weather file. + If not available in the EPW header, it is calculated from the 8760 hourly temperatures in the EPW. + .. [#] Any heating setpoint other than 70F is not in compliance with Manual J. + .. [#] Any cooling setpoint other than 75F is not in compliance with Manual J. + .. [#] If HumiditySetpoint not provided, defaults to 0.5 unless there is a dehumidifier with a lower setpoint, in which case that value is used. + .. [#] If InternalLoadsSensible not provided, defaults to 2400 Btu/hr if there is one refrigerator and no freezer, or 3600 Btu/hr if two refrigerators or a freezer. + This default represents loads that normally occur during the early evening in mid-summer. + Additional adjustments or custom internal loads can instead be specified here. + .. [#] If NumberofOccupants not provided, defaults to the number of bedrooms plus one per Manual J. + Each occupant produces an additional 230 Btu/hr sensible load and 200 Btu/hr latent load. + +.. _shadingcontrol: + +HPXML Shading Control +********************* + +Shading controls for window and skylight summer/winter shading coefficients are entered in ``/HPXML/SoftwareInfo/extension/ShadingControl``. +If not provided, summer will be default based on the cooling season defined in the `2010 BAHSP `_, using monthly average temperatures. +The remainder of the year is winter. + + ==================================== ======== ======= ============= ======== ======= ===================================== + Element Type Units Constraints Required Default Description + ==================================== ======== ======= ============= ======== ======= ===================================== + ``SummerBeginMonth`` integer 1 - 12 Yes Summer shading start date + ``SummerBeginDayOfMonth`` integer 1 - 31 Yes Summer shading start date + ``SummerEndMonth`` integer 1 - 12 Yes Summer shading end date + ``SummerEndDayOfMonth`` integer 1 - 31 Yes Summer shading end date + ==================================== ======== ======= ============= ======== ======= ===================================== + HPXML Schedules *************** @@ -142,48 +190,49 @@ Detailed Schedule Inputs ~~~~~~~~~~~~~~~~~~~~~~~~ Detailed schedule inputs allow schedule values for every hour or timestep of the simulation. -They can be smooth schedules, or they can reflect real-world or stochastic occupancy. +They can be used to reflect real-world or stochastic occupancy. Detailed schedule inputs are provided via one or more CSV file that should be referenced in the HPXML file as ``/HPXML/SoftwareInfo/extension/SchedulesFilePath`` elements. The column names available in the schedule CSV files are: - =============================== ===== ============================================================================== =================== - Column Name Units Description Affected by Vacancy - =============================== ===== ============================================================================== =================== - ``occupants`` frac Occupant heat gain schedule. Yes - ``lighting_interior`` frac Interior lighting energy use schedule. Yes - ``lighting_exterior`` frac Exterior lighting energy use schedule. Yes - ``lighting_garage`` frac Garage lighting energy use schedule. Yes - ``lighting_exterior_holiday`` frac Exterior holiday lighting energy use schedule. Yes - ``cooking_range`` frac Cooking range & oven energy use schedule. Yes - ``refrigerator`` frac Primary refrigerator energy use schedule. No - ``extra_refrigerator`` frac Non-primary refrigerator energy use schedule. No - ``freezer`` frac Freezer energy use schedule. No - ``dishwasher`` frac Dishwasher energy use schedule. Yes - ``clothes_washer`` frac Clothes washer energy use schedule. Yes - ``clothes_dryer`` frac Clothes dryer energy use schedule. Yes - ``ceiling_fan`` frac Ceiling fan energy use schedule. Yes - ``plug_loads_other`` frac Other plug load energy use schedule. Yes - ``plug_loads_tv`` frac Television plug load energy use schedule. Yes - ``plug_loads_vehicle`` frac Electric vehicle plug load energy use schedule. Yes - ``plug_loads_well_pump`` frac Well pump plug load energy use schedule. Yes - ``fuel_loads_grill`` frac Grill fuel load energy use schedule. Yes - ``fuel_loads_lighting`` frac Lighting fuel load energy use schedule. Yes - ``fuel_loads_fireplace`` frac Fireplace fuel load energy use schedule. Yes - ``pool_pump`` frac Pool pump energy use schedule. No - ``pool_heater`` frac Pool heater energy use schedule. No - ``hot_tub_pump`` frac Hot tub pump energy use schedule. No - ``hot_tub_heater`` frac Hot tub heater energy use schedule. No - ``hot_water_dishwasher`` frac Dishwasher hot water use schedule. Yes - ``hot_water_clothes_washer`` frac Clothes washer hot water use schedule. Yes - ``hot_water_fixtures`` frac Fixtures (sinks, showers, baths) hot water use schedule. Yes - ``heating_setpoint`` F Thermostat heating setpoint schedule. No - ``cooling_setpoint`` F Thermostat cooling setpoint schedule. No - ``water_heater_setpoint`` F Water heater setpoint schedule. No - ``water_heater_operating_mode`` 0/1 Heat pump water heater operating mode schedule. 0=standard, 1=heat pump only. No - ``battery`` frac Battery schedule. Positive for charging, negative for discharging. No - ``vacancy`` 0/1 Vacancy schedule. 0=occupied, 1=vacant. Automatically overrides other columns. N/A - =============================== ===== ============================================================================== =================== + =============================== ===== ================================================================================= =============================== + Column Name Units Description Can Be Stochastically Generated + =============================== ===== ================================================================================= =============================== + ``occupants`` frac Occupant heat gain schedule. Yes + ``lighting_interior`` frac Interior lighting energy use schedule. Yes + ``lighting_exterior`` frac Exterior lighting energy use schedule. No + ``lighting_garage`` frac Garage lighting energy use schedule. Yes + ``lighting_exterior_holiday`` frac Exterior holiday lighting energy use schedule. No + ``cooking_range`` frac Cooking range & oven energy use schedule. Yes + ``refrigerator`` frac Primary refrigerator energy use schedule. No + ``extra_refrigerator`` frac Non-primary refrigerator energy use schedule. No + ``freezer`` frac Freezer energy use schedule. No + ``dishwasher`` frac Dishwasher energy use schedule. Yes + ``clothes_washer`` frac Clothes washer energy use schedule. Yes + ``clothes_dryer`` frac Clothes dryer energy use schedule. Yes + ``ceiling_fan`` frac Ceiling fan energy use schedule. Yes + ``plug_loads_other`` frac Other plug load energy use schedule. Yes + ``plug_loads_tv`` frac Television plug load energy use schedule. Yes + ``plug_loads_vehicle`` frac Electric vehicle plug load energy use schedule. No + ``plug_loads_well_pump`` frac Well pump plug load energy use schedule. No + ``fuel_loads_grill`` frac Grill fuel load energy use schedule. No + ``fuel_loads_lighting`` frac Lighting fuel load energy use schedule. No + ``fuel_loads_fireplace`` frac Fireplace fuel load energy use schedule. No + ``pool_pump`` frac Pool pump energy use schedule. No + ``pool_heater`` frac Pool heater energy use schedule. No + ``hot_tub_pump`` frac Hot tub pump energy use schedule. No + ``hot_tub_heater`` frac Hot tub heater energy use schedule. No + ``hot_water_dishwasher`` frac Dishwasher hot water use schedule. Yes + ``hot_water_clothes_washer`` frac Clothes washer hot water use schedule. Yes + ``hot_water_fixtures`` frac Fixtures (sinks, showers, baths) hot water use schedule. Yes + ``heating_setpoint`` F Thermostat heating setpoint schedule. No + ``cooling_setpoint`` F Thermostat cooling setpoint schedule. No + ``water_heater_setpoint`` F Water heater setpoint schedule. No + ``water_heater_operating_mode`` 0/1 Heat pump water heater operating mode schedule. 0=hyrbid/auto, 1=heat pump only. No + ``battery`` frac Battery schedule. Positive for charging, negative for discharging. No + ``vacancy`` 0/1 Vacancy schedule. 0=occupied, 1=vacant. Automatically overrides other columns. N/A + ``outage`` 0/1 Power outage schedule. 0=power. 1=nopower. Automatically overrides other columns. N/A + =============================== ===== ================================================================================= =============================== Columns with units of `frac` must be normalized to MAX=1; that is, these schedules only define *when* energy is used, not *how much* energy is used. In other words, the amount of energy or hot water used in each simulation timestep is essentially the schedule value divided by the sum of all schedule values in the column, multiplied by the annual energy or hot water use. @@ -193,8 +242,8 @@ The schedule file must have a full year of data even if the simulation is not an Frequency of schedule values do not need to match the simulation timestep. For example, hourly schedules can be used with a 10-minute simulation timestep, or 10-minute schedules can be used with an hourly simulation timestep. -A detailed stochastic or smooth occupancy schedule CSV file can also be automatically generated for you; see the :ref:`usage_instructions` for the commands. -Inputs for the schedule generator are entered in ``/HPXML/Building/BuildingDetails/BuildingSummary/BuildingOccupancy/NumberofResidents`` and ``/HPXML/Building/Site/Address/StateCode``. +A detailed stochastic occupancy schedule CSV file can also be automatically generated for you (see "Can Be Stochastically Generated" above for applicable columns); see the :ref:`usage_instructions` for the commands. +Inputs for the stochastic schedule generator are entered in ``/HPXML/Building/BuildingDetails/BuildingSummary/BuildingOccupancy/NumberofResidents`` and ``/HPXML/Building/Site/Address/StateCode``. See :ref:`buildingoccupancy` and :ref:`buildingsite` for more information. .. warning:: @@ -208,30 +257,19 @@ If neither simple nor detailed inputs are provided, then schedules are defaulted Default schedules are typically smooth, averaged schedules. These default schedules are described elsewhere in the documentation (e.g., see :ref:`buildingoccupancy` for the default occupant heat gain schedule). -HPXML Occupancy Calculation Type -******************************** - -The occupancy calculation type is entered in ``/HPXML/SoftwareInfo/extension/OccupancyCalculationType``: either "asset" or "operational"; it defaults to "asset". - -If OccupancyCalculationType is "asset", various end uses (e.g., clothes washer) are calculated using number of bedrooms and/or conditioned floor area. - -If OccupancyCalculationType is "operational", end uses based on number of bedrooms are adjusted for the number of occupants using the relationship from `RECS 2015 `_: - -- single-family detached or manufactured home: NumberofBedrooms = -1.47 + 1.69 * NumberofResidents -- single-family attached or apartment unit: NumberofBedrooms = -0.68 + 1.09 * NumberofResidents - HPXML Emissions Scenarios ************************* One or more emissions scenarios can be entered as an ``/HPXML/SoftwareInfo/extension/EmissionsScenarios/EmissionsScenario``. +If not entered, emissions will not be calculated. - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ======================================================== Element Type Units Constraints Required Default Notes - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ======================================================== ``Name`` string Yes Name of the scenario (which shows up in the output file) ``EmissionsType`` string See [#]_ Yes Type of emissions (e.g., CO2e) ``EmissionsFactor`` element >= 1 See [#]_ Emissions factor(s) for a given fuel type - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ======================================================== .. [#] EmissionsType can be anything. But if certain values are provided (e.g., "CO2e"), then some emissions factors can be defaulted as described further below. .. [#] EmissionsFactor is required for electricity and optional for all non-electric fuel types. @@ -257,28 +295,28 @@ For each scenario, electricity emissions factors must be entered as an ``/HPXML/ If an electricity schedule file is used, additional information can be entered in the ``/HPXML/SoftwareInfo/extension/EmissionsScenarios/EmissionsScenario/EmissionsFactor``. - ================================= ================ ===== =========== ======== ======== ============================================================ + ================================= ================ ===== =========== ======== ======== ============================================== Element Type Units Constraints Required Default Notes - ================================= ================ ===== =========== ======== ======== ============================================================ + ================================= ================ ===== =========== ======== ======== ============================================== ``NumberofHeaderRows`` integer # >= 0 No 0 Number of header rows in the schedule file ``ColumnNumber`` integer # >= 1 No 1 Column number of the data in the schedule file - ================================= ================ ===== =========== ======== ======== ============================================================ + ================================= ================ ===== =========== ======== ======== ============================================== Fuel Emissions ~~~~~~~~~~~~~~ For each scenario, fuel emissions factors can be optionally entered as an ``/HPXML/SoftwareInfo/extension/EmissionsScenarios/EmissionsScenario/EmissionsFactor``. - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ============================= Element Type Units Constraints Required Default Notes - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ============================= ``FuelType`` string See [#]_ Yes Emissions factor fuel type ``Units`` string See [#]_ Yes Emissions factor units ``Value`` double Yes Emissions factor annual value - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ============================= .. [#] FuelType choices are "natural gas", "propane", "fuel oil", "coal", "wood", and "wood pellets". - .. [#] Units choices are "lb/MBtu" and "kg/MBtu". + .. [#] Units choices are "lb/MBtu" and "kg/MBtu" (million Btu). Default Values ~~~~~~~~~~~~~~ @@ -296,7 +334,7 @@ If EmissionsType is "CO2e", "NOx" or "SO2" and a given fuel's emissions factor i wood pellets -- -- -- ============ ============== ============= ============= -Default values are from *Table 5.1.2(1) National Average Emission Factors for Household Fuels* from *ANSI/RESNET/ICCC 301 Standard for the Calculation and Labeling of the Energy Performance of Dwelling and Sleeping Units using an Energy Rating Index* and include both combustion and pre-combustion (e.g., methane leakage for natural gas) emissions. +Default values in lb/MBtu (million Btu) are from *Table 5.1.2(1) National Average Emission Factors for Household Fuels* from *ANSI/RESNET/ICCC 301 Standard for the Calculation and Labeling of the Energy Performance of Dwelling and Sleeping Units using an Energy Rating Index* and include both combustion and pre-combustion (e.g., methane leakage for natural gas) emissions. If no default value is available, a warning will be issued. @@ -304,14 +342,15 @@ HPXML Utility Bill Scenarios **************************** One or more utility bill scenarios can be entered as an ``/HPXML/SoftwareInfo/extension/UtilityBillScenarios/UtilityBillScenario``. +If not entered, utility bills will not be calculated. - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ======================================================== Element Type Units Constraints Required Default Notes - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ======================================================== ``Name`` string Yes Name of the scenario (which shows up in the output file) ``UtilityRate`` element >= 0 Utility rate(s) for a given fuel type ``PVCompensation`` element <= 1 PV compensation information - ================================ ======== ===== =========== ======== ======== ============================================================ + ================================ ======== ===== =========== ======== ======== ======================================================== See :ref:`bill_outputs` for a description of how the calculated utility bills appear in the output files. @@ -325,13 +364,13 @@ Electricity rates can be entered using Simple inputs or Detailed inputs. For simple utility rate structures, inputs can be entered using a fixed charge and a marginal rate. - ================================ ======== ======= =========== ======== ======== ============================================================ + ================================ ======== ======= =========== ======== ======== ==================== Element Type Units Constraints Required Default Notes - ================================ ======== ======= =========== ======== ======== ============================================================ + ================================ ======== ======= =========== ======== ======== ==================== ``FuelType`` string electricity Yes Fuel type ``FixedCharge`` double $/month No 12.0 Monthly fixed charge ``MarginalRate`` double $/kWh No See [#]_ Marginal flat rate - ================================ ======== ======= =========== ======== ======== ============================================================ + ================================ ======== ======= =========== ======== ======== ==================== .. [#] If MarginalRate not provided, defaults to state, regional, or national average based on EIA data that can be found at ``ReportUtilityBills/resources/Data/UtilityRates/Average_retail_price_of_electricity.csv``. @@ -339,12 +378,12 @@ For simple utility rate structures, inputs can be entered using a fixed charge a For detailed utility rate structures, inputs can be entered using a tariff JSON file. - ================================ ======== ======= =========== ======== ======== ============================================================ + ================================ ======== ======= =========== ======== ======== ============================= Element Type Units Constraints Required Default Notes - ================================ ======== ======= =========== ======== ======== ============================================================ + ================================ ======== ======= =========== ======== ======== ============================= ``FuelType`` string electricity Yes Fuel type ``TariffFilePath`` string Yes Path to tariff JSON file [#]_ - ================================ ======== ======= =========== ======== ======== ============================================================ + ================================ ======== ======= =========== ======== ======== ============================= .. [#] TariffFilePath must point to a JSON file with utility rate structure information. Tariff files can describe flat, tiered, time-of-use, tiered time-of-use, or real-time pricing rates. @@ -358,24 +397,22 @@ Fuel Rates For each scenario, fuel rates can be optionally entered as an ``/HPXML/SoftwareInfo/extension/UtilityBillScenarios/UtilityBillScenario/UtilityRate``. - ================================ ======== ======== =========== ======== ======== ============================================================ + ================================ ======== ======== =========== ======== ======== ==================== Element Type Units Constraints Required Default Notes - ================================ ======== ======== =========== ======== ======== ============================================================ + ================================ ======== ======== =========== ======== ======== ==================== ``FuelType`` string See [#]_ Yes Fuel type ``FixedCharge`` double $/month No See [#]_ Monthly fixed charge ``MarginalRate`` double See [#]_ No See [#]_ Marginal flat rate - ================================ ======== ======== =========== ======== ======== ============================================================ + ================================ ======== ======== =========== ======== ======== ==================== .. [#] FuelType choices are "natural gas", "propane", "fuel oil", "coal", "wood", and "wood pellets". .. [#] FixedCharge defaults to $12/month for natural gas and $0/month for other fuels. .. [#] MarginalRate units are $/therm for natural gas, $/gallon for propane and fuel oil, and $/kBtu for other fuels. - .. [#] If MarginalRate not provided, defaults to state, regional, or national average based on EIA data that can be found at: - - - natural gas: ``ReportUtilityBills/resources/Data/UtilityRates/NG_PRI_SUM_A_EPG0_PRS_DMCF_A.csv`` - - propane: ``ReportUtilityBills/resources/Data/UtilityRates/PET_PRI_WFR_A_EPLLPA_PRS_DPGAL_W.csv`` - - fuel oil: ``ReportUtilityBills/resources/Data/UtilityRates/PET_PRI_WFR_A_EPD2F_PRS_DPGAL_W.csv`` - - or defaults to $0.015/kBtu for other fuels. + .. [#] | If MarginalRate not provided, defaults to state, regional, or national average based on EIA data that can be found at: + | - **natural gas**: ``ReportUtilityBills/resources/Data/UtilityRates/NG_PRI_SUM_A_EPG0_PRS_DMCF_A.csv`` + | - **propane**: ``ReportUtilityBills/resources/Data/UtilityRates/PET_PRI_WFR_A_EPLLPA_PRS_DPGAL_W.csv`` + | - **fuel oil**: ``ReportUtilityBills/resources/Data/UtilityRates/PET_PRI_WFR_A_EPD2F_PRS_DPGAL_W.csv`` + | or defaults to $0.015/kBtu for other fuels. PV Compensation ~~~~~~~~~~~~~~~ @@ -410,16 +447,48 @@ If the PV compensation type is net-metering, additional information can be enter If the PV compensation type is feed-in tariff, additional information can be entered in ``/HPXML/SoftwareInfo/extension/UtilityBillScenarios/UtilityBillScenario/PVCompensation/CompensationType/FeedInTariff``. - ============================ ======== ======= =========== ======== ============== ============================================================= + ============================ ======== ======= =========== ======== ============== ======================== Element Type Units Constraints Required Default Notes - ============================ ======== ======= =========== ======== ============== ============================================================= + ============================ ======== ======= =========== ======== ============== ======================== ``FeedInTariffRate`` double $/kWh No 0.12 Feed-in tariff rate [#]_ - ============================ ======== ======= =========== ======== ============== ============================================================= + ============================ ======== ======= =========== ======== ============== ======================== .. [#] FeedInTariffRate applies to full (not excess) PV production. Some utilities/regions may have a feed-in tariff policy where compensation occurs for excess PV production (i.e., PV-generated electricity sent to the grid that is not immediately consumed by the building), rather than full PV production. OpenStudio-HPXML is currently unable to calculate utility bills for such a feed-in tariff policy. +HPXML Unavailable Periods +************************* + +One or more unavailable periods (e.g., vacancies, power outages) can be entered as an ``/HPXML/SoftwareInfo/extension/UnavailablePeriods/UnavailablePeriod``. +If not entered, the simulation will not include unavailable periods. + + ==================================== ======== ======= ============= ======== ================ =========== + Element Type Units Constraints Required Default Description + ==================================== ======== ======= ============= ======== ================ =========== + ``ColumnName`` string Yes Column name associated with unavailable_periods.csv below + ``BeginMonth`` integer 1 - 12 Yes Begin month + ``BeginDayOfMonth`` integer 1 - 31 Yes Begin day + ``BeginHourOfDay`` integer 0 - 23 No 0 Begin hour + ``EndMonth`` integer 1 - 12 Yes End month + ``EndDayOfMonth`` integer 1 - 31 Yes End day + ``EndHourOfDay`` integer 1 - 24 No 24 End hour + ``NaturalVentilation`` string See [#]_ No regular schedule Natural ventilation availability + ==================================== ======== ======= ============= ======== ================ =========== + + .. [#] NaturalVentilation choices are "regular schedule", "always available", or "always unavailable". + +See the table below to understand which components are affected by an unavailable period with a given ``ColumnName``. +You can create an additional column in the CSV file to define another unavailable period type. + +.. csv-table:: + :file: ../../HPXMLtoOpenStudio/resources/data/unavailable_periods.csv + :header-rows: 1 + +.. warning:: + + It is not possible to eliminate all HVAC/DHW energy use (e.g. crankcase/defrost energy, water heater parasitics) in EnergyPlus during an unavailable period. + .. _buildingsite: HPXML Building Site @@ -427,7 +496,6 @@ HPXML Building Site Building site information can be entered in ``/HPXML/Building/Site``. - ======================================= ======== ===== =========== ======== ======== =============== Element Type Units Constraints Required Default Description ======================================= ======== ===== =========== ======== ======== =============== @@ -488,6 +556,7 @@ For each neighboring building defined, additional information is entered in a `` ============================== ================= ================ =================== ======== ======== ============================================= .. [#] Orientation choices are "northeast", "east", "southeast", "south", "southwest", "west", "northwest", or "north" + The azimuth/orientation of the neighboring building must match the azimuth/orientation of at least one wall in the home, otherwise an error will be thrown. .. [#] If Height not provided, assumed to be same height as the dwelling unit. .. _buildingoccupancy: @@ -497,18 +566,19 @@ HPXML Building Occupancy Building occupancy is entered in ``/HPXML/Building/BuildingDetails/BuildingSummary/BuildingOccupancy``. - ======================================== ======== ===== =========== ======== ==================== ======================== - Element Type Units Constraints Required Default Notes - ======================================== ======== ===== =========== ======== ==================== ======================== - ``NumberofResidents`` double >= 0 See [#]_ Number of occupants [#]_ - ``extension/WeekdayScheduleFractions`` array No See [#]_ 24 comma-separated weekday fractions - ``extension/WeekendScheduleFractions`` array No 24 comma-separated weekend fractions - ``extension/MonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated monthly multipliers - ======================================== ======== ===== =========== ======== ==================== ======================== - - .. [#] NumberofResidents is required if OccupancyCalculationType is "operational", . - .. [#] If OccupancyCalculationType is "asset", NumberofResidents is only used to define the heat gain from occupants; various end uses (e.g., clothes washer) are calculated using number of bedrooms and/or conditioned floor area. - If OccupancyCalculationType is "operational", end uses based on number of bedrooms are adjusted for the number of occupants. + ======================================== ======== ===== =========== ======== ======== ======================== + Element Type Units Constraints Required Default Notes + ======================================== ======== ===== =========== ======== ======== ======================== + ``NumberofResidents`` double >= 0 No See [#]_ Number of occupants + ``extension/WeekdayScheduleFractions`` array No See [#]_ 24 comma-separated weekday fractions + ``extension/WeekendScheduleFractions`` array No 24 comma-separated weekend fractions + ``extension/MonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated monthly multipliers + ======================================== ======== ===== =========== ======== ======== ======================== + + .. [#] | If NumberofResidents not provided, an *asset* calculation is performed assuming standard occupancy, in which various end use defaults (e.g., plug loads, appliances, and hot water usage) are calculated based on NumberofBedrooms and ConditionedFloorArea per `ANSI/RESNET/ICC 301-2019 `_. + | If NumberofResidents is provided, an *operational* calculation is instead performed in which the end use defaults are adjusted using the relationship between NumberofBedrooms and NumberofResidents from `RECS 2015 `_: + | - **single-family detached or manufactured home**: NumberofBedrooms = -1.47 + 1.69 * NumberofResidents + | - **single-family attached or apartment unit**: NumberofBedrooms = -0.68 + 1.09 * NumberofResidents .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figures 25 of the `2010 BAHSP `_ are used: "0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values are used: "1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0". @@ -523,22 +593,16 @@ Building construction is entered in ``/HPXML/Building/BuildingDetails/BuildingSu ``ResidentialFacilityType`` string See [#]_ Yes Type of dwelling unit ``NumberofConditionedFloors`` double > 0 Yes Number of conditioned floors (including a conditioned basement; excluding a conditioned crawlspace) ``NumberofConditionedFloorsAboveGrade`` double > 0, <= NumberofConditionedFloors Yes Number of conditioned floors above grade (including a walkout basement) - ``NumberofBedrooms`` integer > 0 Yes Number of bedrooms + ``NumberofBedrooms`` integer >= 0 Yes Number of bedrooms ``NumberofBathrooms`` integer > 0 No See [#]_ Number of bathrooms ``ConditionedFloorArea`` double ft2 > 0 Yes Floor area within conditioned space boundary (excluding conditioned crawlspace floor area) ``ConditionedBuildingVolume`` or ``AverageCeilingHeight`` double ft3 or ft > 0 No See [#]_ Volume/ceiling height within conditioned space boundary (including a conditioned basement/crawlspace) - ``extension/HasFlueOrChimney`` boolean No See [#]_ Presence of flue or chimney for infiltration model ========================================================= ======== ========= ================================= ======== ======== ======================================================================= .. [#] ResidentialFacilityType choices are "single-family detached", "single-family attached", "apartment unit", or "manufactured home". .. [#] If NumberofBathrooms not provided, calculated as NumberofBedrooms/2 + 0.5 based on the `2010 BAHSP `_. .. [#] If neither ConditionedBuildingVolume nor AverageCeilingHeight provided, AverageCeilingHeight defaults to the lesser of 8.0 and InfiltrationVolume / ConditionedFloorArea. If needed, additional defaulting is performed using the following relationship: ConditionedBuildingVolume = ConditionedFloorArea * AverageCeilingHeight + ConditionedCrawlspaceVolume. - .. [#] If HasFlueOrChimney not provided, assumed to be true if any of the following conditions are met: - - - heating system is non-electric Furnace, Boiler, WallFurnace, FloorFurnace, Stove, PortableHeater, or FixedHeater and AFUE/Percent is less than 0.89, - - heating system is non-electric Fireplace, or - - water heater is non-electric with energy factor (or equivalent calculated from uniform energy factor) less than 0.63. HPXML Climate Zones ------------------- @@ -595,28 +659,113 @@ Also note that wall and roof surfaces do not require an azimuth/orientation to b Rather, only the windows/skylights themselves require an azimuth/orientation. Thus, software tools can choose to use a single wall (or roof) surface to represent multiple wall (or roof) surfaces for the entire building if all their other properties (construction type, interior/exterior adjacency, etc.) are identical. +.. _air_infiltration: + HPXML Air Infiltration ********************** Building air leakage is entered in ``/HPXML/Building/BuildingDetails/Enclosure/AirInfiltration/AirInfiltrationMeasurement``. - ==================================== ====== ===== =========== ========= ========================= =============================================== - Element Type Units Constraints Required Default Notes - ==================================== ====== ===== =========== ========= ========================= =============================================== - ``SystemIdentifier`` id Yes Unique identifier - ``BuildingAirLeakage/UnitofMeasure`` string See [#]_ Yes Units for air leakage - ``HousePressure`` double Pa > 0 See [#]_ House pressure with respect to outside [#]_ - ``BuildingAirLeakage/AirLeakage`` double > 0 Yes Value for air leakage - ``InfiltrationVolume`` double ft3 > 0 No ConditionedBuildingVolume Volume associated with infiltration measurement - ``InfiltrationHeight`` double ft > 0 No See [#]_ Height associated with infiltration measurement [#]_ - ==================================== ====== ===== =========== ========= ========================= =============================================== - - .. [#] UnitofMeasure choices are "ACH" (air changes per hour at user-specified pressure), "CFM" (cubic feet per minute at user-specified pressure), or "ACHnatural" (natural air changes per hour). - .. [#] HousePressure only required if BuildingAirLeakage/UnitofMeasure is not "ACHnatural". - .. [#] HousePressure typical value is 50 Pa. + ===================================== ====== ===== =========== ========= ========================= =============================================== + Element Type Units Constraints Required Default Notes + ===================================== ====== ===== =========== ========= ========================= =============================================== + ``SystemIdentifier`` id Yes Unique identifier + ``TypeOfInfiltrationLeakage`` string See [#]_ See [#]_ Type of infiltration leakage + ``InfiltrationVolume`` double ft3 > 0 No ConditionedBuildingVolume Volume associated with infiltration measurement + ``InfiltrationHeight`` double ft > 0 No See [#]_ Height associated with infiltration measurement [#]_ + ``extension/Aext`` double frac > 0 No See [#]_ Exterior area ratio for SFA/MF dwelling units + ===================================== ====== ===== =========== ========= ========================= =============================================== + + .. [#] TypeOfInfiltrationLeakage choices are "unit total" or "unit exterior only". + .. [#] TypeOfInfiltrationLeakage required if single-family attached or apartment unit. + Use "unit total" if the provided infiltration value represents the total infiltration to the dwelling unit, as measured by a compartmentalization test, in which case it will be adjusted by ``extension/Aext``. + Use "unit exterior only" if the provided infiltration value represents the infiltration to the dwelling unit from outside only, as measured by a guarded test. .. [#] If InfiltrationHeight not provided, it is inferred from other inputs (e.g., conditioned floor area, number of conditioned floors above-grade, above-grade foundation wall height, etc.). .. [#] InfiltrationHeight is defined as the vertical distance between the lowest and highest above-grade points within the pressure boundary, per ASHRAE 62.2. + .. [#] If Aext not provided and TypeOfInfiltrationLeakage is "unit total", defaults for single-family attached and apartment units to the ratio of exterior (adjacent to outside) envelope surface area to total (adjacent to outside, other dwelling units, or other MF spaces) envelope surface area, as defined by `ANSI/RESNET/ICC 301-2019 `_ and `ASHRAE 62.2-2019 `_. + Note that all attached surfaces, even adiabatic surfaces, must be defined in the HPXML file. + If single-family detached or TypeOfInfiltrationLeakage is "unit exterior only", Aext is 1. + +In addition, one of the following air leakage types must also be defined: + +- :ref:`infil_ach_cfm` +- :ref:`infil_natural_ach_cfm` +- :ref:`infil_ela` + +.. note:: + + Infiltration airflow rates are calculated using the `Alberta Air Infiltration Model (AIM-2) `_ (also known as the ASHRAE Enhanced model). + When there is a flue or chimney present (see :ref:`flueorchimney`) with combustion air from conditioned space, higher infiltration airflow rates are modeled because the flue leakage is at a different height for stack effect. + +.. _infil_ach_cfm: + +ACH or CFM +~~~~~~~~~~ + +If entering air leakage as ACH or CFM at a user-specific pressure, additional information is entered in ``/HPXML/Building/BuildingDetails/Enclosure/AirInfiltration/AirInfiltrationMeasurement``. +For example, ACH50 (ACH at 50 Pascals) is a commonly obtained value from a blower door measurement. + + ==================================== ====== ===== =========== ========= ======= =============================================== + Element Type Units Constraints Required Default Notes + ==================================== ====== ===== =========== ========= ======= =============================================== + ``BuildingAirLeakage/UnitofMeasure`` string See [#]_ Yes Units for air leakage + ``HousePressure`` double Pa > 0 Yes House pressure with respect to outside [#]_ + ``BuildingAirLeakage/AirLeakage`` double > 0 Yes Value for air leakage + ==================================== ====== ===== =========== ========= ======= =============================================== + + .. [#] UnitofMeasure choices are "ACH" or "CFM". + .. [#] HousePressure typical value is 50 Pa. + +.. _infil_natural_ach_cfm: + +Natural ACH or CFM +~~~~~~~~~~~~~~~~~~ + +If entering air leakage as natural ACH or CFM, additional information is entered in ``/HPXML/Building/BuildingDetails/Enclosure/AirInfiltration/AirInfiltrationMeasurement``. +Natural ACH or CFM represents the annual average infiltration that a building will see. + + ==================================== ====== ===== =========== ========= ======= ================================= + Element Type Units Constraints Required Default Notes + ==================================== ====== ===== =========== ========= ======= ================================= + ``BuildingAirLeakage/UnitofMeasure`` string See [#]_ Yes Units for air leakage + ``BuildingAirLeakage/AirLeakage`` double > 0 Yes Value for air leakage + ==================================== ====== ===== =========== ========= ======= ================================= + + .. [#] UnitofMeasure choices are "ACHnatural" or "CFMnatural". + +.. _infil_ela: + +Effective Leakage Area +~~~~~~~~~~~~~~~~~~~~~~ + +If entering air leakage as Effective Leakage Area (ELA), additional information is entered in ``/HPXML/Building/BuildingDetails/Enclosure/AirInfiltration/AirInfiltrationMeasurement``. +Effective Leakage Area is defined as the area of a special nozzle-shaped hole (similar to the inlet of a blower door fan) that would leak the same amount of air as the building does at a pressure difference of 4 Pascals. +Note that ELA is different than Equivalent Leakage Area (EqLA), which involves a sharp-edged hole at a pressure difference of 10 Pascals. + + ==================================== ====== ======= =========== ========= ========================= =============================================== + Element Type Units Constraints Required Default Notes + ==================================== ====== ======= =========== ========= ========================= =============================================== + ``EffectiveLeakageArea`` double sq. in. >= 0 Yes Effective leakage area value + ==================================== ====== ======= =========== ========= ========================= =============================================== +.. _flueorchimney: + +Flue or Chimney +~~~~~~~~~~~~~~~ + +The presence of a flue or chimney with combustion air from conditioned space can be entered in ``/HPXML/Building/BuildingDetails/Enclosure/AirInfiltration``. + + ================================================ ======= ===== =========== ========= ======== =============================================== + Element Type Units Constraints Required Default Notes + ================================================ ======= ===== =========== ========= ======== =============================================== + ``extension/HasFlueOrChimneyInConditionedSpace`` boolean No See [#]_ Flue or chimney with combustion air from conditioned space + ================================================ ======= ===== =========== ========= ======== =============================================== + + .. [#] | If HasFlueOrChimneyInConditionedSpace not provided, defaults to true if any of the following conditions are met, otherwise false: + | - heating system is non-electric Furnace, Boiler, WallFurnace, FloorFurnace, Stove, PortableHeater, or FixedHeater located in conditioned space and AFUE/Percent is less than 0.89, + | - heating system is non-electric Fireplace located in conditioned space, or + | - water heater is non-electric with energy factor (or equivalent calculated from uniform energy factor) less than 0.63 and located in conditioned space. + HPXML Attics ************ @@ -680,18 +829,16 @@ For a multifamily building where the dwelling unit has another dwelling unit abo Azimuth/Orientation is irrelevant for *flat* roofs. .. [#] RoofType choices are "asphalt or fiberglass shingles", "wood shingles or shakes", "shingles", "slate or tile shingles", "metal surfacing", "plastic/rubber/synthetic sheeting", "expanded polystyrene sheathing", "concrete", or "cool roof". .. [#] RoofColor choices are "light", "medium", "medium dark", "dark", or "reflective". - .. [#] If SolarAbsorptance not provided, defaults based on RoofType and RoofColor: - - - **asphalt or fiberglass shingles**: dark=0.92, medium dark=0.89, medium=0.85, light=0.75, reflective=0.50 - - **wood shingles or shakes**: dark=0.92, medium dark=0.89, medium=0.85, light=0.75, reflective=0.50 - - **shingles**: dark=0.92, medium dark=0.89, medium=0.85, light=0.75, reflective=0.50 - - **slate or tile shingles**: dark=0.90, medium dark=0.83, medium=0.75, light=0.60, reflective=0.30 - - **metal surfacing**: dark=0.90, medium dark=0.83, medium=0.75, light=0.60, reflective=0.30 - - **plastic/rubber/synthetic sheeting**: dark=0.90, medium dark=0.83, medium=0.75, light=0.60, reflective=0.30 - - **expanded polystyrene sheathing**: dark=0.92, medium dark=0.89, medium=0.85, light=0.75, reflective=0.50 - - **concrete**: dark=0.90, medium dark=0.83, medium=0.75, light=0.65, reflective=0.50 - - **cool roof**: 0.30 - + .. [#] | If SolarAbsorptance not provided, defaults based on RoofType and RoofColor: + | - **asphalt or fiberglass shingles**: dark=0.92, medium dark=0.89, medium=0.85, light=0.75, reflective=0.50 + | - **wood shingles or shakes**: dark=0.92, medium dark=0.89, medium=0.85, light=0.75, reflective=0.50 + | - **shingles**: dark=0.92, medium dark=0.89, medium=0.85, light=0.75, reflective=0.50 + | - **slate or tile shingles**: dark=0.90, medium dark=0.83, medium=0.75, light=0.60, reflective=0.30 + | - **metal surfacing**: dark=0.90, medium dark=0.83, medium=0.75, light=0.60, reflective=0.30 + | - **plastic/rubber/synthetic sheeting**: dark=0.90, medium dark=0.83, medium=0.75, light=0.60, reflective=0.30 + | - **expanded polystyrene sheathing**: dark=0.92, medium dark=0.89, medium=0.85, light=0.75, reflective=0.50 + | - **concrete**: dark=0.90, medium dark=0.83, medium=0.75, light=0.65, reflective=0.50 + | - **cool roof**: 0.30 .. [#] InteriorFinish/Type choices are "gypsum board", "gypsum composite board", "plaster", "wood", "other", or "none". .. [#] InteriorFinish/Type defaults to "gypsum board" if InteriorAdjacentTo is living space, otherwise "none". .. [#] AssemblyEffectiveRValue includes all material layers, interior/exterior air films, and insulation installation grade. @@ -725,20 +872,18 @@ Each rim joist surface (i.e., the perimeter of floor joists typically found betw Azimuth/Orientation is irrelevant for *interior* rim joists. .. [#] Siding choices are "wood siding", "vinyl siding", "stucco", "fiber cement siding", "brick veneer", "aluminum siding", "masonite siding", "composite shingle siding", "asbestos siding", "synthetic stucco", or "none". .. [#] Color choices are "light", "medium", "medium dark", "dark", or "reflective". - .. [#] If SolarAbsorptance not provided, defaults based on Color: - - - **dark**: 0.95 - - **medium dark**: 0.85 - - **medium**: 0.70 - - **light**: 0.50 - - **reflective**: 0.30 - + .. [#] | If SolarAbsorptance not provided, defaults based on Color: + | - **dark**: 0.95 + | - **medium dark**: 0.85 + | - **medium**: 0.70 + | - **light**: 0.50 + | - **reflective**: 0.30 .. [#] AssemblyEffectiveRValue includes all material layers, interior/exterior air films, and insulation installation grade. HPXML Walls *********** -Each wall that has no contact with the ground and bounds a space type is entered as an ``/HPXML/Building/BuildingDetails/Enclosure/Walls/Wall``. +Each wall surface not attached to a foundation space is entered as an ``/HPXML/Building/BuildingDetails/Enclosure/Walls/Wall``. ====================================== ================= ================ ===================== ============= =========== ==================================== Element Type Units Constraints Required Default Notes @@ -768,14 +913,12 @@ Each wall that has no contact with the ground and bounds a space type is entered Azimuth/Orientation is irrelevant for *interior* walls (e.g., between living space and garage). .. [#] Siding choices are "wood siding", "vinyl siding", "stucco", "fiber cement siding", "brick veneer", "aluminum siding", "masonite siding", "composite shingle siding", "asbestos siding", "synthetic stucco", or "none". .. [#] Color choices are "light", "medium", "medium dark", "dark", or "reflective". - .. [#] If SolarAbsorptance not provided, defaults based on Color: - - - **dark**: 0.95 - - **medium dark**: 0.85 - - **medium**: 0.70 - - **light**: 0.50 - - **reflective**: 0.30 - + .. [#] | If SolarAbsorptance not provided, defaults based on Color: + | - **dark**: 0.95 + | - **medium dark**: 0.85 + | - **medium**: 0.70 + | - **light**: 0.50 + | - **reflective**: 0.30 .. [#] InteriorFinish/Type choices are "gypsum board", "gypsum composite board", "plaster", "wood", "other", or "none". .. [#] InteriorFinish/Type defaults to "gypsum board" if InteriorAdjacentTo is living space or basement - conditioned, otherwise "none". .. [#] AssemblyEffectiveRValue includes all material layers, interior/exterior air films, and insulation installation grade. @@ -783,9 +926,7 @@ Each wall that has no contact with the ground and bounds a space type is entered HPXML Foundation Walls ********************** -Each wall that is in contact with the ground should be specified as an ``/HPXML/Building/BuildingDetails/Enclosure/FoundationWalls/FoundationWall``. - -Other walls (e.g., wood framed walls) that are connected to a below-grade space but have no contact with the ground should be specified as a ``Wall`` and not a ``FoundationWall``. +Each wall surface attached to a foundation space is entered as an ``/HPXML/Building/BuildingDetails/Enclosure/FoundationWalls/FoundationWall``. ============================================================== ================= ================ =================== ========= ============== ==================================== Element Type Units Constraints Required Default Notes @@ -841,7 +982,7 @@ If insulation layers are provided, additional information is entered in each ``F .. [#] When NominalRValue is non-zero, DistanceToBottomOfInsulation must be greater than DistanceToTopOfInsulation and less than or equal to FoundationWall/Height. HPXML Floors -****************** +************ Each floor/ceiling surface that is not in contact with the ground (Slab) nor adjacent to ambient conditions above (Roof) is entered as an ``/HPXML/Building/BuildingDetails/Enclosure/Floors/Floor``. @@ -881,7 +1022,7 @@ For floors adjacent to "other housing unit", "other heated space", "other multif HPXML Slabs *********** -Each space type that borders the ground (i.e., basements, crawlspaces, garages, and slab-on-grade foundations) should have a slab entered as an ``/HPXML/Building/BuildingDetails/Enclosure/Slabs/Slab``. +Each space type that borders the ground (i.e., basement, crawlspace, garage, and slab-on-grade foundation) should have a slab entered as an ``/HPXML/Building/BuildingDetails/Enclosure/Slabs/Slab``. ======================================================= ======== ============ =========== ========= ======== ==================================================== Element Type Units Constraints Required Default Notes @@ -931,7 +1072,7 @@ Each window or glass door area is entered as an ``/HPXML/Building/BuildingDetail ``Azimuth`` or ``Orientation`` integer or string deg or direction 0 - 359 or See [#]_ Yes Direction (clockwise from North) ``UFactor`` and/or ``GlassLayers`` double or string Btu/F-ft2-hr > 0 or See [#]_ Yes Full-assembly NFRC U-factor or glass layers description ``SHGC`` and/or ``GlassLayers`` double or string 0 - 1 Yes Full-assembly NFRC solar heat gain coefficient or glass layers description - ``ExteriorShading/SummerShadingCoefficient`` double frac 0 - 1 No 1.00 Exterior summer shading coefficient (1=transparent, 0=opaque) + ``ExteriorShading/SummerShadingCoefficient`` double frac 0 - 1 No 1.00 Exterior summer shading coefficient (1=transparent, 0=opaque) [#]_ ``ExteriorShading/WinterShadingCoefficient`` double frac 0 - 1 No 1.00 Exterior winter shading coefficient (1=transparent, 0=opaque) ``InteriorShading/SummerShadingCoefficient`` double frac 0 - 1 No 0.70 [#]_ Interior summer shading coefficient (1=transparent, 0=opaque) ``InteriorShading/WinterShadingCoefficient`` double frac 0 - 1 No 0.85 [#]_ Interior winter shading coefficient (1=transparent, 0=opaque) @@ -943,13 +1084,13 @@ Each window or glass door area is entered as an ``/HPXML/Building/BuildingDetail .. [#] Orientation choices are "northeast", "east", "southeast", "south", "southwest", "west", "northwest", or "north". .. [#] GlassLayers choices are "single-pane", "double-pane", "triple-pane", or "glass block". + .. [#] Summer vs winter shading seasons are determined per :ref:`shadingcontrol`. .. [#] InteriorShading/SummerShadingCoefficient default value indicates 30% reduction in solar heat gain, based on `ANSI/RESNET/ICC 301-2019 `_. .. [#] InteriorShading/WinterShadingCoefficient default value indicates 15% reduction in solar heat gain, based on `ANSI/RESNET/ICC 301-2019 `_. - .. [#] GlassType choices are "clear" or "low-e". - The ``UFactor`` and ``SHGC`` of the window will be adjusted depending on the ``GlassType``, based on correlations derived using `data reported by PNNL `_. - - **Clear storm windows**: U-factor = U-factor of base window - (0.6435 * U-factor of base window - 0.1533); SHGC = 0.9 * SHGC of base window - - **low-e storm windows**: U-factor = U-factor of base window - (0.766 * U-factor of base window - 0.1532); SHGC = 0.8 * SHGC of base window - Note that a storm window is not allowed for a window with U-factor lower than 0.45. + .. [#] | GlassType choices are "clear" or "low-e". The ``UFactor`` and ``SHGC`` of the window will be adjusted depending on the ``GlassType``, based on correlations derived using `data reported by PNNL `_. + | - **clear storm windows**: U-factor = U-factor of base window - (0.6435 * U-factor of base window - 0.1533); SHGC = 0.9 * SHGC of base window + | - **low-e storm windows**: U-factor = U-factor of base window - (0.766 * U-factor of base window - 0.1532); SHGC = 0.8 * SHGC of base window + | Note that a storm window is not allowed for a window with U-factor lower than 0.45. .. [#] FractionOperable reflects whether the windows are operable (can be opened), not how they are used by the occupants. If a ``Window`` represents a single window, the value should be 0 or 1. If a ``Window`` represents multiple windows (e.g., 4), the value should be between 0 and 1 (e.g., 0, 0.25, 0.5, 0.75, or 1). @@ -1039,7 +1180,7 @@ Each skylight is entered as an ``/HPXML/Building/BuildingDetails/Enclosure/Skyli ``Azimuth`` or ``Orientation`` integer or string deg or direction 0 - 359 or See [#]_ Yes Direction (clockwise from North) ``UFactor`` and/or ``GlassLayers`` double or string Btu/F-ft2-hr > 0 or See [#]_ Yes Full-assembly NFRC U-factor or glass layers description ``SHGC`` and/or ``GlassLayers`` double or string 0 - 1 Yes Full-assembly NFRC solar heat gain coefficient or glass layers description - ``ExteriorShading/SummerShadingCoefficient`` double frac 0 - 1 No 1.00 Exterior summer shading coefficient (1=transparent, 0=opaque) + ``ExteriorShading/SummerShadingCoefficient`` double frac 0 - 1 No 1.00 Exterior summer shading coefficient (1=transparent, 0=opaque) [#]_ ``ExteriorShading/WinterShadingCoefficient`` double frac 0 - 1 No 1.00 Exterior winter shading coefficient (1=transparent, 0=opaque) ``InteriorShading/SummerShadingCoefficient`` double frac 0 - 1 No 1.00 Interior summer shading coefficient (1=transparent, 0=opaque) ``InteriorShading/WinterShadingCoefficient`` double frac 0 - 1 No 1.00 Interior winter shading coefficient (1=transparent, 0=opaque) @@ -1049,11 +1190,11 @@ Each skylight is entered as an ``/HPXML/Building/BuildingDetails/Enclosure/Skyli .. [#] Orientation choices are "northeast", "east", "southeast", "south", "southwest", "west", "northwest", or "north" .. [#] GlassLayers choices are "single-pane", "double-pane", or "triple-pane". - .. [#] GlassType choices are "clear" or "low-e". - The ``UFactor`` and ``SHGC`` of the skylight will be adjusted depending on the ``GlassType``, based on correlations derived using `data reported by PNNL `_. - - **clear storm windows**: U-factor = U-factor of base window - (0.6435 * U-factor of base window - 0.1533); SHGC = 0.9 * SHGC of base window - - **low-e storm windows**: U-factor = U-factor of base window - (0.766 * U-factor of base window - 0.1532); SHGC = 0.8 * SHGC of base window - Note that a storm window is not allowed for a skylight with U-factor lower than 0.45. + .. [#] Summer vs winter shading seasons are determined per :ref:`shadingcontrol`. + .. [#] | GlassType choices are "clear" or "low-e". The ``UFactor`` and ``SHGC`` of the skylight will be adjusted depending on the ``GlassType``, based on correlations derived using `data reported by PNNL `_. + | - **clear storm windows**: U-factor = U-factor of base window - (0.6435 * U-factor of base window - 0.1533); SHGC = 0.9 * SHGC of base window + | - **low-e storm windows**: U-factor = U-factor of base window - (0.766 * U-factor of base window - 0.1532); SHGC = 0.8 * SHGC of base window + | Note that a storm window is not allowed for a skylight with U-factor lower than 0.45. .. [#] AttachedToRoof must reference a ``Roof``. If UFactor and SHGC are not provided and GlassLayers is not "glass block", additional information is entered in ``Skylight``. @@ -1168,19 +1309,27 @@ HPXML Heating Systems Each heating system (other than a heat pump) is entered as an ``/HPXML/Building/BuildingDetails/Systems/HVAC/HVACPlant/HeatingSystem``. - ================================= ======== ====== =========== ======== ========= =============================== - Element Type Units Constraints Required Default Notes - ================================= ======== ====== =========== ======== ========= =============================== - ``SystemIdentifier`` id Yes Unique identifier - ``HeatingSystemType`` element 1 [#]_ Yes Type of heating system - ``HeatingSystemFuel`` string See [#]_ Yes Fuel type - ``HeatingCapacity`` double Btu/hr >= 0 No autosized Heating output capacity - ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ See [#]_ Fraction of heating load served - ================================= ======== ====== =========== ======== ========= =============================== - + ================================= ======== ====== =========== ======== ============== =============================== + Element Type Units Constraints Required Default Notes + ================================= ======== ====== =========== ======== ============== =============================== + ``SystemIdentifier`` id Yes Unique identifier + ``UnitLocation`` string See [#]_ No See [#]_ Location of heating system (e.g., air handler) + ``HeatingSystemType`` element 1 [#]_ Yes Type of heating system + ``HeatingSystemFuel`` string See [#]_ Yes Fuel type + ``HeatingCapacity`` double Btu/hr >= 0 No autosized [#]_ Heating output capacity + ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ See [#]_ Fraction of heating load served + ================================= ======== ====== =========== ======== ============== =============================== + + .. [#] UnitLocation choices are "living space", "basement - unconditioned", "basement - conditioned", "attic - unvented", "attic - vented", "garage", "crawlspace - unvented", "crawlspace - vented", "crawlspace - conditioned", "other exterior", "other housing unit", "other heated space", "other multifamily buffer space", "other non-freezing space", "roof deck", or "unconditioned space". + .. [#] | If UnitLocation not provided, defaults based on the distribution system: + | - **none**: "living space" + | - **air**: supply duct location with the largest area, otherwise "living space" + | - **hydronic**: same default logic as :ref:`waterheatingsystems` + | - **dse**: "living space" if ``FractionHeatLoadServed`` is 1, otherwise "unconditioned space" .. [#] HeatingSystemType child element choices are ``ElectricResistance``, ``Furnace``, ``WallFurnace``, ``FloorFurnace``, ``Boiler``, ``Stove``, ``PortableHeater``, ``FixedHeater``, or ``Fireplace``. - .. [#] HeatingSystemFuel choices are "electricity", "natural gas", "fuel oil", "fuel oil 1", "fuel oil 2", "fuel oil 4", "fuel oil 5/6", "diesel", "propane", "kerosene", "coal", "coke", "bituminous coal", "wood", or "wood pellets". + .. [#] HeatingSystemFuel choices are "electricity", "natural gas", "fuel oil", "fuel oil 1", "fuel oil 2", "fuel oil 4", "fuel oil 5/6", "diesel", "propane", "kerosene", "coal", "coke", "bituminous coal", "wood", or "wood pellets". For ``ElectricResistance``, "electricity" is required. + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load. .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] FractionHeatLoadServed is required unless the heating system is a heat pump backup system (i.e., referenced by a ``HeatPump[BackupType="separate"]/BackupSystem``; see :ref:`hvac_heatpump`), in which case FractionHeatLoadServed is not allowed. @@ -1200,14 +1349,16 @@ Furnace If a furnace is specified, additional information is entered in ``HeatingSystem``. - =============================================== ====== ========= =========== ======== ======== ================================================ - Element Type Units Constraints Required Default Notes - =============================================== ====== ========= =========== ======== ======== ================================================ - ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system - ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac 0 - 1 Yes Rated efficiency - ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed [#]_ - ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ - =============================================== ====== ========= =========== ======== ======== ================================================ + ====================================================== ======= ========= =========== ======== ======== ================================================ + Element Type Units Constraints Required Default Notes + ====================================================== ======= ========= =========== ======== ======== ================================================ + ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system + ``HeatingSystemType/Furnace/PilotLight`` boolean No false Presence of standing pilot light (older systems) + ``HeatingSystemType/Furnace/extension/PilotLightBtuh`` double Btu/hr >= 0 No 500 Pilot light burn rate + ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac 0 - 1 Yes Rated efficiency + ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed [#]_ + ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ + ====================================================== ======= ========= =========== ======== ======== ================================================ .. [#] HVACDistribution type must be AirDistribution (type: "regular velocity" or "gravity") or DSE. .. [#] If FanPowerWattsPerCFM not provided, defaulted to 0 W/cfm if gravity distribution system, else 0.5 W/cfm if AFUE <= 0.9, else 0.375 W/cfm. @@ -1215,17 +1366,33 @@ If a furnace is specified, additional information is entered in ``HeatingSystem` .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. -Wall/Floor Furnace -~~~~~~~~~~~~~~~~~~ +Wall Furnace +~~~~~~~~~~~~ + +If a wall furnace is specified, additional information is entered in ``HeatingSystem``. + + ========================================================== ======= ====== =========== ======== ======== ================ + Element Type Units Constraints Required Default Notes + ========================================================== ======= ====== =========== ======== ======== ================ + ``HeatingSystemType/WallFurnace/PilotLight`` boolean No false Presence of standing pilot light (older systems) + ``HeatingSystemType/WallFurnace/extension/PilotLightBtuh`` double Btu/hr >= 0 No 500 Pilot light burn rate + ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac 0 - 1 Yes Rated efficiency + ``extension/FanPowerWatts`` double W >= 0 No 0 Fan power + ========================================================== ======= ====== =========== ======== ======== ================ -If a wall furnace or floor furnace is specified, additional information is entered in ``HeatingSystem``. +Floor Furnace +~~~~~~~~~~~~~ + +If a floor furnace is specified, additional information is entered in ``HeatingSystem``. - =============================================== ====== ===== =========== ======== ======== ================ - Element Type Units Constraints Required Default Notes - =============================================== ====== ===== =========== ======== ======== ================ - ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac 0 - 1 Yes Rated efficiency - ``extension/FanPowerWatts`` double W >= 0 No 0 Fan power - =============================================== ====== ===== =========== ======== ======== ================ + =========================================================== ======= ====== =========== ======== ======== ================ + Element Type Units Constraints Required Default Notes + =========================================================== ======= ====== =========== ======== ======== ================ + ``HeatingSystemType/FloorFurnace/PilotLight`` boolean No false Presence of standing pilot light (older systems) + ``HeatingSystemType/FloorFurnace/extension/PilotLightBtuh`` double Btu/hr >= 0 No 500 Pilot light burn rate + ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac 0 - 1 Yes Rated efficiency + ``extension/FanPowerWatts`` double W >= 0 No 0 Fan power + =========================================================== ======= ====== =========== ======== ======== ================ .. _hvac_heating_boiler: @@ -1234,18 +1401,24 @@ Boiler If a boiler is specified, additional information is entered in ``HeatingSystem``. - =============================================== ======= ========= =========== ======== ======== ========================================= - Element Type Units Constraints Required Default Notes - =============================================== ======= ========= =========== ======== ======== ========================================= - ``IsSharedSystem`` boolean No false Whether it serves multiple dwelling units - ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system - ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac 0 - 1 Yes Rated efficiency - =============================================== ======= ========= =========== ======== ======== ========================================= + ===================================================== ======= ========= =========== ======== ======== ========================================= + Element Type Units Constraints Required Default Notes + ===================================================== ======= ========= =========== ======== ======== ========================================= + ``IsSharedSystem`` boolean No false Whether it serves multiple dwelling units + ``HeatingSystemType/Boiler/PilotLight`` boolean No false Presence of standing pilot light (older systems) + ``HeatingSystemType/Boiler/extension/PilotLightBtuh`` double Btu/hr >= 0 No 500 Pilot light burn rate + ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system + ``AnnualHeatingEfficiency[Units="AFUE"]/Value`` double frac 0 - 1 Yes Rated efficiency + ===================================================== ======= ========= =========== ======== ======== ========================================= .. [#] For in-unit boilers, HVACDistribution type must be HydronicDistribution (type: "radiator", "baseboard", "radiant floor", or "radiant ceiling") or DSE. For shared boilers, HVACDistribution type must be HydronicDistribution (type: "radiator", "baseboard", "radiant floor", "radiant ceiling", or "water loop") or AirDistribution (type: "fan coil"). If the shared boiler has "water loop" distribution, a :ref:`hvac_heatpump_wlhp` must also be specified. - + + .. note:: + + The choice of hydronic distribution type (radiator vs baseboard vs radiant panels) does not affect simulation results; + it is currently only used to know if there's an attached water loop heat pump or not. If an in-unit boiler if specified, additional information is entered in ``HeatingSystem``. @@ -1255,10 +1428,9 @@ If an in-unit boiler if specified, additional information is entered in ``Heatin ``ElectricAuxiliaryEnergy`` double kWh/yr >= 0 No See [#]_ Electric auxiliary energy =========================== ======== ====== =========== ======== ======== ========================= - .. [#] If ElectricAuxiliaryEnergy not provided, defaults as follows: - - - **Oil boiler**: 330 kWh/yr - - **Gas boiler**: 170 kWh/yr + .. [#] | If ElectricAuxiliaryEnergy not provided, defaults as follows: + | - **Oil boiler**: 330 kWh/yr + | - **Gas boiler**: 170 kWh/yr If instead a shared boiler is specified, additional information is entered in ``HeatingSystem``. @@ -1270,12 +1442,10 @@ If instead a shared boiler is specified, additional information is entered in `` ``ElectricAuxiliaryEnergy`` or ``extension/FanCoilWatts`` double kWh/yr or W >= 0 No [#]_ Electric auxiliary energy or fan coil power ============================================================ ======== =========== =========== ======== ======== ========================= - .. [#] If ElectricAuxiliaryEnergy nor SharedLoopWatts provided, defaults as follows: - - - **Shared boiler w/ baseboard**: 220 kWh/yr - - **Shared boiler w/ water loop heat pump**: 265 kWh/yr - - **Shared boiler w/ fan coil**: 438 kWh/yr - + .. [#] | If ElectricAuxiliaryEnergy nor SharedLoopWatts provided, defaults as follows: + | - **Shared boiler w/ baseboard**: 220 kWh/yr + | - **Shared boiler w/ water loop heat pump**: 265 kWh/yr + | - **Shared boiler w/ fan coil**: 438 kWh/yr .. [#] FanCoilWatts only used if boiler connected to fan coil and SharedLoopWatts provided. Stove @@ -1283,12 +1453,14 @@ Stove If a stove is specified, additional information is entered in ``HeatingSystem``. - ================================================== ====== ===== =========== ======== ========= =================== - Element Type Units Constraints Required Default Notes - ================================================== ====== ===== =========== ======== ========= =================== - ``AnnualHeatingEfficiency[Units="Percent"]/Value`` double frac 0 - 1 Yes Efficiency - ``extension/FanPowerWatts`` double W >= 0 No 40 Fan power - ================================================== ====== ===== =========== ======== ========= =================== + ==================================================== ======= ====== =========== ======== ========= =================== + Element Type Units Constraints Required Default Notes + ==================================================== ======= ====== =========== ======== ========= =================== + ``HeatingSystemType/Stove/PilotLight`` boolean No false Presence of standing pilot light (older systems) + ``HeatingSystemType/Stove/extension/PilotLightBtuh`` double Btu/hr >= 0 No 500 Pilot light burn rate + ``AnnualHeatingEfficiency[Units="Percent"]/Value`` double frac 0 - 1 Yes Efficiency + ``extension/FanPowerWatts`` double W >= 0 No 40 Fan power + ==================================================== ======= ====== =========== ======== ========= =================== Portable/Fixed Heater ~~~~~~~~~~~~~~~~~~~~~ @@ -1307,12 +1479,14 @@ Fireplace If a fireplace is specified, additional information is entered in ``HeatingSystem``. - ================================================== ====== ===== =========== ======== ========= =================== - Element Type Units Constraints Required Default Notes - ================================================== ====== ===== =========== ======== ========= =================== - ``AnnualHeatingEfficiency[Units="Percent"]/Value`` double frac 0 - 1 Yes Efficiency - ``extension/FanPowerWatts`` double W >= 0 No 0 Fan power - ================================================== ====== ===== =========== ======== ========= =================== + ======================================================== ======= ====== =========== ======== ========= =================== + Element Type Units Constraints Required Default Notes + ======================================================== ======= ====== =========== ======== ========= =================== + ``HeatingSystemType/Fireplace/PilotLight`` boolean No false Presence of standing pilot light (older systems) + ``HeatingSystemType/Fireplace/extension/PilotLightBtuh`` double Btu/hr >= 0 No 500 Pilot light burn rate + ``AnnualHeatingEfficiency[Units="Percent"]/Value`` double frac 0 - 1 Yes Efficiency + ``extension/FanPowerWatts`` double W >= 0 No 0 Fan power + ======================================================== ======= ====== =========== ======== ========= =================== .. _hvac_cooling: @@ -1321,15 +1495,21 @@ HPXML Cooling Systems Each cooling system (other than a heat pump) is entered as an ``/HPXML/Building/BuildingDetails/Systems/HVAC/HVACPlant/CoolingSystem``. - ========================== ======== ====== =========== ======== ======= =============================== - Element Type Units Constraints Required Default Notes - ========================== ======== ====== =========== ======== ======= =============================== - ``SystemIdentifier`` id Yes Unique identifier - ``CoolingSystemType`` string See [#]_ Yes Type of cooling system - ``CoolingSystemFuel`` string See [#]_ Yes Fuel type - ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served - ========================== ======== ====== =========== ======== ======= =============================== - + ========================== ======== ====== =========== ======== ======== =============================== + Element Type Units Constraints Required Default Notes + ========================== ======== ====== =========== ======== ======== =============================== + ``SystemIdentifier`` id Yes Unique identifier + ``UnitLocation`` string See [#]_ No See [#]_ Location of cooling system (e.g., air handler) + ``CoolingSystemType`` string See [#]_ Yes Type of cooling system + ``CoolingSystemFuel`` string See [#]_ Yes Fuel type + ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served + ========================== ======== ====== =========== ======== ======== =============================== + + .. [#] UnitLocation choices are "living space", "basement - unconditioned", "basement - conditioned", "attic - unvented", "attic - vented", "garage", "crawlspace - unvented", "crawlspace - vented", "crawlspace - conditioned", "other exterior", "other housing unit", "other heated space", "other multifamily buffer space", "other non-freezing space", "roof deck", or "unconditioned space". + .. [#] | If UnitLocation not provided, defaults based on the distribution system: + | - **none**: "living space" + | - **air**: supply duct location with the largest area, otherwise "living space" + | - **dse**: "living space" if ``FractionCoolLoadServed`` is 1, otherwise "unconditioned space" .. [#] CoolingSystemType choices are "central air conditioner", "room air conditioner", "evaporative cooler", "mini-split", "chiller", "cooling tower", or "packaged terminal air conditioner". .. [#] CoolingSystemFuel only choice is "electricity". .. [#] The sum of all ``FractionCoolLoadServed`` (across all HVAC systems) must be less than or equal to 1. @@ -1339,21 +1519,23 @@ Central Air Conditioner If a central air conditioner is specified, additional information is entered in ``CoolingSystem``. - ================================================================ ====== =========== =========== ======== ========= ================================================ - Element Type Units Constraints Required Default Notes - ================================================================ ====== =========== =========== ======== ========= ================================================ - ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system - ``AnnualCoolingEfficiency[Units="SEER" or Units="SEER2"]/Value`` double Btu/Wh or # > 0 Yes Rated efficiency [#]_ - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``SensibleHeatFraction`` double frac 0 - 1 No See [#]_ Sensible heat fraction - ``CompressorType`` string See [#]_ No See [#]_ Type of compressor - ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed [#]_ - ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ - ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed charges [#]_ - ================================================================ ====== =========== =========== ======== ========= ================================================ + ================================================================ ====== =========== =========== ======== ============== =========================================================== + Element Type Units Constraints Required Default Notes + ================================================================ ====== =========== =========== ======== ============== =========================================================== + ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system + ``AnnualCoolingEfficiency[Units="SEER" or Units="SEER2"]/Value`` double Btu/Wh or # > 0 Yes Rated efficiency [#]_ + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``SensibleHeatFraction`` double frac 0 - 1 No See [#]_ Sensible heat fraction + ``CompressorType`` string See [#]_ No See [#]_ Type of compressor + ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed [#]_ + ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ + ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed refrigerant charges [#]_ + ``extension/CrankcaseHeaterPowerWatts`` double W No 50.0 Crankcase heater power + ================================================================ ====== =========== =========== ======== ============== =========================================================== .. [#] HVACDistribution type must be AirDistribution (type: "regular velocity") or DSE. .. [#] If SEER2 provided, converted to SEER using ANSI/RESNET/ICC 301-2022 Addendum C, where SEER = SEER2 / 0.95 (assumed to be a split system). + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load. .. [#] If not provided, defaults to 0.73 for single/two stage and 0.78 for variable speed. .. [#] CompressorType choices are "single stage", "two stage", or "variable speed". .. [#] If CompressorType not provided, defaults to "single stage" if SEER <= 15, else "two stage" if SEER <= 21, else "variable speed". @@ -1362,7 +1544,7 @@ If a central air conditioner is specified, additional information is entered in .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. .. [#] ChargeDefectRatio is defined as (InstalledCharge - DesignCharge) / DesignCharge; a value of zero means no refrigerant charge defect. - A non-zero charge defect should typically only be applied for systems that are pre-charged on site. + A non-zero charge defect should typically only be applied for systems that are charged on site, not for systems that have pre-charged line sets. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. Room Air Conditioner @@ -1370,28 +1552,31 @@ Room Air Conditioner If a room air conditioner is specified, additional information is entered in ``CoolingSystem``. - ================================================================== ====== ====== =========== ======== ========= ============================================ - Element Type Units Constraints Required Default Notes - ================================================================== ====== ====== =========== ======== ========= ============================================ - ``AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value`` double Btu/Wh > 0 Yes Rated efficiency - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``SensibleHeatFraction`` double frac 0 - 1 No 0.65 Sensible heat fraction - ``IntegratedHeatingSystemFuel`` string See [#]_ No Fuel type of integrated heater - ================================================================== ====== ====== =========== ======== ========= ============================================ + ================================================================== ====== ====== =========== ======== ============== ============================================ + Element Type Units Constraints Required Default Notes + ================================================================== ====== ====== =========== ======== ============== ============================================ + ``AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value`` double Btu/Wh > 0 Yes Rated efficiency + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``SensibleHeatFraction`` double frac 0 - 1 No 0.65 Sensible heat fraction + ``IntegratedHeatingSystemFuel`` string See [#]_ No Fuel type of integrated heater + ``extension/CrankcaseHeaterPowerWatts`` double W No 0.0 Crankcase heater power + ================================================================== ====== ====== =========== ======== ============== ============================================ .. [#] IntegratedHeatingSystemFuel choices are "electricity", "natural gas", "fuel oil", "fuel oil 1", "fuel oil 2", "fuel oil 4", "fuel oil 5/6", "diesel", "propane", "kerosene", "coal", "coke", "bituminous coal", "wood", or "wood pellets". + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load. If the room air conditioner has integrated heating, additional information is entered in ``CoolingSystem``. Note that a room air conditioner with reverse cycle heating should be entered as a heat pump; see :ref:`room_ac_reverse_cycle`. - ================================================================== ====== ====== =========== ======== ========= ============================================ - Element Type Units Constraints Required Default Notes - ================================================================== ====== ====== =========== ======== ========= ============================================ - ``IntegratedHeatingSystemCapacity`` double Btu/hr >= 0 No autosized Heating output capacity of integrated heater - ``IntegratedHeatingSystemAnnualEfficiency[Units="Percent"]/Value`` double frac 0 - 1 Yes Efficiency of integrated heater - ``IntegratedHeatingSystemFractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served - ================================================================== ====== ====== =========== ======== ========= ============================================ + ================================================================== ====== ====== =========== ======== ============== ============================================ + Element Type Units Constraints Required Default Notes + ================================================================== ====== ====== =========== ======== ============== ============================================ + ``IntegratedHeatingSystemCapacity`` double Btu/hr >= 0 No autosized [#]_ Heating output capacity of integrated heater + ``IntegratedHeatingSystemAnnualEfficiency[Units="Percent"]/Value`` double frac 0 - 1 Yes Efficiency of integrated heater + ``IntegratedHeatingSystemFractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served + ================================================================== ====== ====== =========== ======== ============== ============================================ + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load. .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. Packaged Terminal Air Conditioner @@ -1399,28 +1584,31 @@ Packaged Terminal Air Conditioner If a PTAC is specified, additional information is entered in ``CoolingSystem``. - ================================================================== ====== ====== =========== ======== ========= ========================================== - Element Type Units Constraints Required Default Notes - ================================================================== ====== ====== =========== ======== ========= ========================================== - ``AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value`` double Btu/Wh > 0 Yes Rated efficiency - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``SensibleHeatFraction`` double frac 0 - 1 No 0.65 Sensible heat fraction - ``IntegratedHeatingSystemFuel`` string See [#]_ No Fuel type of integrated heater - ================================================================== ====== ====== =========== ======== ========= ========================================== - + ================================================================== ====== ====== =========== ======== ============== ========================================== + Element Type Units Constraints Required Default Notes + ================================================================== ====== ====== =========== ======== ============== ========================================== + ``AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value`` double Btu/Wh > 0 Yes Rated efficiency + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``SensibleHeatFraction`` double frac 0 - 1 No 0.65 Sensible heat fraction + ``IntegratedHeatingSystemFuel`` string See [#]_ No Fuel type of integrated heater + ``extension/CrankcaseHeaterPowerWatts`` double W No 0.0 Crankcase heater power + ================================================================== ====== ====== =========== ======== ============== ========================================== + + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load. .. [#] IntegratedHeatingSystemFuel choices are "electricity", "natural gas", "fuel oil", "fuel oil 1", "fuel oil 2", "fuel oil 4", "fuel oil 5/6", "diesel", "propane", "kerosene", "coal", "coke", "bituminous coal", "wood", or "wood pellets". If the PTAC has integrated heating, additional information is entered in ``CoolingSystem``. Note that a packaged terminal heat pump should be entered as a heat pump; see :ref:`pthp`. - ================================================================== ====== ====== =========== ======== ========= ============================================ - Element Type Units Constraints Required Default Notes - ================================================================== ====== ====== =========== ======== ========= ============================================ - ``IntegratedHeatingSystemCapacity`` double Btu/hr >= 0 No autosized Heating output capacity of integrated heater - ``IntegratedHeatingSystemAnnualEfficiency[Units="Percent"]/Value`` double frac 0 - 1 Yes Efficiency of integrated heater - ``IntegratedHeatingSystemFractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served - ================================================================== ====== ====== =========== ======== ========= ============================================ + ================================================================== ====== ====== =========== ======== ============== ============================================ + Element Type Units Constraints Required Default Notes + ================================================================== ====== ====== =========== ======== ============== ============================================ + ``IntegratedHeatingSystemCapacity`` double Btu/hr >= 0 No autosized [#]_ Heating output capacity of integrated heater + ``IntegratedHeatingSystemAnnualEfficiency[Units="Percent"]/Value`` double frac 0 - 1 Yes Efficiency of integrated heater + ``IntegratedHeatingSystemFractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served + ================================================================== ====== ====== =========== ======== ============== ============================================ + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load. .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. Evaporative Cooler @@ -1428,40 +1616,43 @@ Evaporative Cooler If an evaporative cooler is specified, additional information is entered in ``CoolingSystem``. - ================================= ======== ====== =========== ======== ========= ================================== - Element Type Units Constraints Required Default Notes - ================================= ======== ====== =========== ======== ========= ================================== - ``DistributionSystem`` idref See [#]_ No ID of attached distribution system - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ================================= ======== ====== =========== ======== ========= ================================== + ================================= ======== ====== =========== ======== ============== ================================== + Element Type Units Constraints Required Default Notes + ================================= ======== ====== =========== ======== ============== ================================== + ``DistributionSystem`` idref See [#]_ No ID of attached distribution system + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ================================= ======== ====== =========== ======== ============== ================================== .. [#] If provided, HVACDistribution type must be AirDistribution (type: "regular velocity") or DSE. + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load. Mini-Split Air Conditioner ~~~~~~~~~~~~~~~~~~~~~~~~~~ -If a mini-split air conditioner is specified, additional information is entered in ``CoolingSystem``. - - ================================================================ ======== ====== =========== ======== ========= =============================================== - Element Type Units Constraints Required Default Notes - ================================================================ ======== ====== =========== ======== ========= =============================================== - ``DistributionSystem`` idref See [#]_ No ID of attached distribution system - ``AnnualCoolingEfficiency[Units="SEER" or Units="SEER2"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency [#]_ - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``SensibleHeatFraction`` double frac 0 - 1 No 0.73 Sensible heat fraction - ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed - ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ - ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed charges [#]_ - ================================================================ ======== ====== =========== ======== ========= =============================================== +If a mini-split air conditioner is specified, additional information is entered in ``CoolingSystem``. Each ``CoolingSystem`` is expected to represent a single outdoor unit, whether connected to one indoor head or multiple indoor heads. + + ================================================================ ======== ====== =========== ======== ============== =========================================================== + Element Type Units Constraints Required Default Notes + ================================================================ ======== ====== =========== ======== ============== =========================================================== + ``DistributionSystem`` idref See [#]_ No ID of attached distribution system + ``AnnualCoolingEfficiency[Units="SEER" or Units="SEER2"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency [#]_ + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``SensibleHeatFraction`` double frac 0 - 1 No 0.73 Sensible heat fraction + ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed + ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ + ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed refrigerant charges [#]_ + ``extension/CrankcaseHeaterPowerWatts`` double W No 50.0 Crankcase heater power + ================================================================ ======== ====== =========== ======== ============== =========================================================== .. [#] If provided, HVACDistribution type must be AirDistribution (type: "regular velocity") or DSE. .. [#] If SEER2 provided, converted to SEER using ANSI/RESNET/ICC 301-2022 Addendum C, where SEER = SEER2 / 0.95 if ducted and SEER = SEER2 if ductless. + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load. .. [#] FanPowerWattsPerCFM defaults to 0.07 W/cfm for ductless systems and 0.18 W/cfm for ducted systems. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. - A non-zero airflow defect should typically only be applied for systems attached to ducts. + A non-zero airflow defect can only be applied for systems attached to a distribution system. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. .. [#] ChargeDefectRatio is defined as (InstalledCharge - DesignCharge) / DesignCharge; a value of zero means no refrigerant charge defect. - A non-zero charge defect should typically only be applied for systems that are pre-charged on site. + A non-zero charge defect should typically only be applied for systems that are charged on site, not for systems that have pre-charged line sets. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. .. note:: @@ -1529,125 +1720,114 @@ Each heat pump is entered as an ``/HPXML/Building/BuildingDetails/Systems/HVAC/H Element Type Units Constraints Required Default Notes ================================= ======== ====== =========== ======== ========= =============================================== ``SystemIdentifier`` id Yes Unique identifier + ``UnitLocation`` string See [#]_ No See [#]_ Location of heat pump (e.g., air handler) ``HeatPumpType`` string See [#]_ Yes Type of heat pump ``HeatPumpFuel`` string See [#]_ Yes Fuel type ``BackupType`` string See [#]_ No Type of backup heating ================================= ======== ====== =========== ======== ========= =============================================== + .. [#] UnitLocation choices are "living space", "basement - unconditioned", "basement - conditioned", "attic - unvented", "attic - vented", "garage", "crawlspace - unvented", "crawlspace - vented", "crawlspace - conditioned", "other exterior", "other housing unit", "other heated space", "other multifamily buffer space", "other non-freezing space", "roof deck", or "unconditioned space". + .. [#] | If UnitLocation not provided, defaults based on the distribution system: + | - **none**: "living space" + | - **air**: supply duct location with the largest area, otherwise "living space" + | - **hydronic**: same default logic as :ref:`waterheatingsystems` + | - **dse**: "living space" if ``FractionHeatLoadServed``/``FractionCoolLoadServed`` are 1, otherwise "unconditioned space" .. [#] HeatPumpType choices are "air-to-air", "mini-split", "ground-to-air", "water-loop-to-air", "packaged terminal heat pump", or "room air conditioner with reverse cycle". .. [#] HeatPumpFuel only choice is "electricity". .. [#] BackupType choices are "integrated" or "separate". Use "integrated" if the heat pump's distribution system and blower fan power applies to the backup heating (e.g., built-in electric strip heat or an integrated backup furnace, i.e., a dual-fuel heat pump). Use "separate" if the backup system has its own distribution system (e.g., electric baseboard or a boiler). -If a backup type of "integrated" is provided, additional information is entered in ``HeatPump``. - - ============================================================================= ======== ====== =========== ======== ========= ========================================== - Element Type Units Constraints Required Default Notes - ============================================================================= ======== ====== =========== ======== ========= ========================================== - ``BackupSystemFuel`` string See [#]_ Yes Integrated backup heating fuel type - ``BackupAnnualHeatingEfficiency[Units="Percent" or Units="AFUE"]/Value`` double frac 0 - 1 Yes Integrated backup heating efficiency - ``BackupHeatingCapacity`` double Btu/hr >= 0 No autosized Integrated backup heating output capacity - ``BackupHeatingSwitchoverTemperature`` or ``BackupHeatingLockoutTemperature`` double F No See [#]_ Integrated backup heating switchover/lockout temperature [#]_ - ============================================================================= ======== ====== =========== ======== ========= ========================================== - - .. [#] BackupSystemFuel choices are "electricity", "natural gas", "fuel oil", "fuel oil 1", "fuel oil 2", "fuel oil 4", "fuel oil 5/6", "diesel", "propane", "kerosene", "coal", "coke", "bituminous coal", "wood", or "wood pellets". - .. [#] BackupHeatingLockoutTemperature defaults to 40 deg-F if neither BackupHeatingSwitchoverTemperature nor BackupHeatingLockoutTemperature are provided. - .. [#] Provide BackupHeatingSwitchoverTemperature for a situation where there is a discrete outdoor temperature when the heat pump stops operating and the backup heating system starts operating. - Alternatively, provide BackupHeatingLockoutTemperature for a situation where the backup heating is disabled above a certain temperature in order to prevent backup heating operation during, e.g., a thermostat heating setback recovery event. - If neither provided, the backup heating system will operate as needed for hours when the heat pump has insufficient capacity. - -If a backup type of "separate" is provided, additional information is entered in ``HeatPump``. - - ============================================================================= ======== ====== =========== ======== ========= ========================================== - Element Type Units Constraints Required Default Notes - ============================================================================= ======== ====== =========== ======== ========= ========================================== - ``BackupSystem`` idref See [#]_ Yes ID of separate backup heating system - ``BackupHeatingSwitchoverTemperature`` double F No Separate backup heating system switchover temperature [#]_ - ============================================================================= ======== ====== =========== ======== ========= ========================================== - - .. [#] BackupSystem must reference a ``HeatingSystem``. - .. [#] Provide BackupHeatingSwitchoverTemperature for a situation where there is a discrete outdoor temperature when the heat pump stops operating and the backup heating system starts operating. - If not provided, the backup heating system will operate as needed for hours when the heat pump has insufficient capacity. - - .. note:: - - Due to how the separate backup heating system is modeled in EnergyPlus, there are a few restrictions: - - - The conditioned space cannot be partially heated (i.e., the sum of all ``FractionHeatLoadServed`` must be 1). - - There cannot be multiple backup heating systems. - Air-to-Air Heat Pump ~~~~~~~~~~~~~~~~~~~~ If an air-to-air heat pump is specified, additional information is entered in ``HeatPump``. - ================================================================ ====== ======= ======================== ======== ========= ================================================= - Element Type Units Constraints Required Default Notes - ================================================================ ====== ======= ======================== ======== ========= ================================================= - ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system - ``CompressorType`` string See [#]_ No See [#]_ Type of compressor - ``HeatingCapacity`` double Btu/hr >= 0 No autosized Heating output capacity (excluding any backup heating) - ``HeatingCapacity17F`` double Btu/hr >= 0, <= HeatingCapacity No Heating output capacity at 17F, if available - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``CoolingSensibleHeatFraction`` double frac 0 - 1 No See [#]_ Sensible heat fraction - ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served - ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served - ``AnnualCoolingEfficiency[Units="SEER" or Units="SEER2"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency [#]_ - ``AnnualHeatingEfficiency[Units="HSPF" or Units="HSPF2"]/Value`` double Btu/Wh > 0 Yes Rated heating efficiency [#]_ - ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed - ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ - ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed charges [#]_ - ================================================================ ====== ======= ======================== ======== ========= ================================================= + ================================================================ ====== ======== ======================== ======== ============== ================================================= + Element Type Units Constraints Required Default Notes + ================================================================ ====== ======== ======================== ======== ============== ================================================= + ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system + ``HeatingCapacity`` double Btu/hr >= 0 No autosized [#]_ Heating output capacity (excluding any backup heating) + ``HeatingCapacity17F`` double Btu/hr >= 0, <= HeatingCapacity No Heating output capacity at 17F, if available + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``CompressorType`` string See [#]_ No See [#]_ Type of compressor + ``CompressorLockoutTemperature`` double F No See [#]_ Minimum outdoor temperature for compressor operation + ``CoolingSensibleHeatFraction`` double frac 0 - 1 No See [#]_ Sensible heat fraction + ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served + ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served + ``AnnualCoolingEfficiency[Units="SEER" or Units="SEER2"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency [#]_ + ``AnnualHeatingEfficiency[Units="HSPF" or Units="HSPF2"]/Value`` double Btu/Wh > 0 Yes Rated heating efficiency [#]_ + ``extension/HeatingCapacityRetention[Fraction | Temperature]`` double frac | F >= 0, < 1 | <= 17 No See [#]_ Heating output capacity retention at cold temperature [#]_ + ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed + ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ + ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed refrigerant charges [#]_ + ``extension/CrankcaseHeaterPowerWatts`` double W No 50.0 Crankcase heater power + ================================================================ ====== ======== ======================== ======== ============== ================================================= .. [#] HVACDistribution type must be AirDistribution (type: "regular velocity") or DSE. + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load (unless a different HeatPumpSizingMethodology was selected in :ref:`hvac_sizing_control`). + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load (unless a different HeatPumpSizingMethodology was selected in :ref:`hvac_sizing_control`). .. [#] CompressorType choices are "single stage", "two stage", or "variable speed". .. [#] If CompressorType not provided, defaults to "single stage" if SEER <= 15, else "two stage" if SEER <= 21, else "variable speed". + .. [#] If neither CompressorLockoutTemperature nor BackupHeatingSwitchoverTemperature provided, CompressorLockoutTemperature defaults to 25F if fossil fuel backup otherwise 0F. .. [#] If not provided, defaults to 0.73 for single/two stage and 0.78 for variable speed. .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] The sum of all ``FractionCoolLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] If SEER2 provided, converted to SEER using ANSI/RESNET/ICC 301-2022 Addendum C, where SEER = SEER2 / 0.95 (assumed to be a split system). .. [#] If HSPF2 provided, converted to HSPF using ANSI/RESNET/ICC 301-2022 Addendum C, where HSPF = HSPF2 / 0.85 (assumed to be a split system). + .. [#] | If neither extension/HeatingCapacityRetention nor HeatingCapacity17F provided, heating capacity retention defaults based on CompressorType: + | - **single/two stage**: 0.425 at 5F + | - **variable speed**: 0.5 at 5F + .. [#] The extension/HeatingCapacityRetention input is a more flexible alternative to HeatingCapacity17F, as it can apply to autosized systems and allows the heating capacity retention to be defined at a user-specified temperature (instead of 17F). + Either input approach can be used, but not both. .. [#] If FanPowerWattsPerCFM not provided, defaulted to 0.5 W/cfm if HSPF <= 8.75, else 0.375 W/cfm. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. .. [#] ChargeDefectRatio is defined as (InstalledCharge - DesignCharge) / DesignCharge; a value of zero means no refrigerant charge defect. - A non-zero charge defect should typically only be applied for systems that are pre-charged on site. + A non-zero charge defect should typically only be applied for systems that are charged on site, not for systems that have pre-charged line sets. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. Mini-Split Heat Pump ~~~~~~~~~~~~~~~~~~~~ -If a mini-split heat pump is specified, additional information is entered in ``HeatPump``. - - ================================================================ ======== ====== ======================== ======== ========= ============================================== - Element Type Units Constraints Required Default Notes - ================================================================ ======== ====== ======================== ======== ========= ============================================== - ``DistributionSystem`` idref See [#]_ No ID of attached distribution system, if present - ``HeatingCapacity`` double Btu/hr >= 0 No autosized Heating output capacity (excluding any backup heating) - ``HeatingCapacity17F`` double Btu/hr >= 0, <= HeatingCapacity No Heating output capacity at 17F, if available - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``CoolingSensibleHeatFraction`` double frac 0 - 1 No 0.73 Sensible heat fraction - ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served - ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served - ``AnnualCoolingEfficiency[Units="SEER" or Units="SEER2"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency [#]_ - ``AnnualHeatingEfficiency[Units="HSPF" or Units="HSPF2"]/Value`` double Btu/Wh > 0 Yes Rated heating efficiency [#]_ - ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed - ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ - ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed charges [#]_ - ================================================================ ======== ====== ======================== ======== ========= ============================================== +If a mini-split heat pump is specified, additional information is entered in ``HeatPump``. Each ``HeatPump`` is expected to represent a single outdoor unit, whether connected to one indoor head or multiple indoor heads. + + ================================================================ ======== ======== ======================== ======== ============== ============================================== + Element Type Units Constraints Required Default Notes + ================================================================ ======== ======== ======================== ======== ============== ============================================== + ``DistributionSystem`` idref See [#]_ No ID of attached distribution system, if present + ``HeatingCapacity`` double Btu/hr >= 0 No autosized [#]_ Heating output capacity (excluding any backup heating) + ``HeatingCapacity17F`` double Btu/hr >= 0, <= HeatingCapacity No Heating output capacity at 17F, if available + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``CompressorLockoutTemperature`` double F No See [#]_ Minimum outdoor temperature for compressor operation + ``CoolingSensibleHeatFraction`` double frac 0 - 1 No 0.73 Sensible heat fraction + ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served + ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served + ``AnnualCoolingEfficiency[Units="SEER" or Units="SEER2"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency [#]_ + ``AnnualHeatingEfficiency[Units="HSPF" or Units="HSPF2"]/Value`` double Btu/Wh > 0 Yes Rated heating efficiency [#]_ + ``extension/HeatingCapacityRetention[Fraction | Temperature]`` double frac | F >= 0, < 1 | <= 17 No 0.5 | 5 Heating output capacity retention at cold temperature [#]_ + ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed + ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ + ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed refrigerant charges [#]_ + ``extension/CrankcaseHeaterPowerWatts`` double W No 50.0 Crankcase heater power + ================================================================ ======== ======== ======================== ======== ============== ============================================== .. [#] If provided, HVACDistribution type must be AirDistribution (type: "regular velocity") or DSE. + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load (unless a different HeatPumpSizingMethodology was selected in :ref:`hvac_sizing_control`). + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load (unless a different HeatPumpSizingMethodology was selected in :ref:`hvac_sizing_control`). + .. [#] If neither CompressorLockoutTemperature nor BackupHeatingSwitchoverTemperature provided, CompressorLockoutTemperature defaults to 25F if fossil fuel backup otherwise -20F. .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] The sum of all ``FractionCoolLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] If SEER2 provided, converted to SEER using ANSI/RESNET/ICC 301-2022 Addendum C, where SEER = SEER2 / 0.95 if ducted and SEER = SEER2 if ductless. .. [#] If HSPF2 provided, converted to HSPF using ANSI/RESNET/ICC 301-2022 Addendum C, where HSPF = HSPF2 / 0.85 if ducted and HSPF = HSPF2 / 0.90 if ductless. + .. [#] The extension/HeatingCapacityRetention input is a more flexible alternative to HeatingCapacity17F, as it can apply to autosized systems and allows the heating capacity retention to be defined at a user-specified temperature (instead of 17F). + Either input approach can be used, but not both. .. [#] FanPowerWattsPerCFM defaults to 0.07 W/cfm for ductless systems and 0.18 W/cfm for ducted systems. .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. - A non-zero airflow defect should typically only be applied for systems attached to ducts. + A non-zero airflow defect can only be applied for systems attached to a distribution system. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. .. [#] ChargeDefectRatio is defined as (InstalledCharge - DesignCharge) / DesignCharge; a value of zero means no refrigerant charge defect. - A non-zero charge defect should typically only be applied for systems that are pre-charged on site. + A non-zero charge defect should typically only be applied for systems that are charged on site, not for systems that have pre-charged line sets. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. .. note:: @@ -1661,20 +1841,29 @@ Packaged Terminal Heat Pump If a packaged terminal heat pump is specified, additional information is entered in ``HeatPump``. - =============================================================== ======== ====== =========== ======== ========= ============================================== - Element Type Units Constraints Required Default Notes - =============================================================== ======== ====== =========== ======== ========= ============================================== - ``HeatingCapacity`` double Btu/hr >= 0 No autosized Heating output capacity (excluding any backup heating) - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``CoolingSensibleHeatFraction`` double frac 0 - 1 No 0.65 Sensible heat fraction - ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served - ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served - ``AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency - ``AnnualHeatingEfficiency[Units="COP"]/Value`` double Btu/Wh > 0 Yes Rated heating efficiency - =============================================================== ======== ====== =========== ======== ========= ============================================== - + =============================================================== ======== ======== ======================== ======== ============== ============================================== + Element Type Units Constraints Required Default Notes + =============================================================== ======== ======== ======================== ======== ============== ============================================== + ``HeatingCapacity`` double Btu/hr >= 0 No autosized [#]_ Heating output capacity (excluding any backup heating) + ``HeatingCapacity17F`` double Btu/hr >= 0, <= HeatingCapacity No Heating output capacity at 17F, if available + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``CompressorLockoutTemperature`` double F No See [#]_ Minimum outdoor temperature for compressor operation + ``CoolingSensibleHeatFraction`` double frac 0 - 1 No 0.65 Sensible heat fraction + ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served + ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served + ``AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency + ``AnnualHeatingEfficiency[Units="COP"]/Value`` double Btu/Wh > 0 Yes Rated heating efficiency + ``extension/HeatingCapacityRetention[Fraction | Temperature]`` double frac | F >= 0, < 1 | <= 17 No 0.425 | 5 Heating output capacity retention at cold temperature [#]_ + ``extension/CrankcaseHeaterPowerWatts`` double W No 0.0 Crankcase heater power + =============================================================== ======== ======== ======================== ======== ============== ============================================== + + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load (unless a different HeatPumpSizingMethodology was selected in :ref:`hvac_sizing_control`). + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load (unless a different HeatPumpSizingMethodology was selected in :ref:`hvac_sizing_control`). + .. [#] If neither CompressorLockoutTemperature nor BackupHeatingSwitchoverTemperature provided, CompressorLockoutTemperature defaults to 25F if fossil fuel backup otherwise 0F. .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] The sum of all ``FractionCoolLoadServed`` (across all HVAC systems) must be less than or equal to 1. + .. [#] The extension/HeatingCapacityRetention input is a more flexible alternative to HeatingCapacity17F, as it can apply to autosized systems and allows the heating capacity retention to be defined at a user-specified temperature (instead of 17F). + Either input approach can be used, but not both. .. _room_ac_reverse_cycle: @@ -1683,48 +1872,59 @@ Room Air Conditioner w/ Reverse Cycle If a room air conditioner with reverse cycle is specified, additional information is entered in ``HeatPump``. - =============================================================== ======== ====== =========== ======== ========= ============================================== - Element Type Units Constraints Required Default Notes - =============================================================== ======== ====== =========== ======== ========= ============================================== - ``HeatingCapacity`` double Btu/hr >= 0 No autosized Heating output capacity (excluding any backup heating) - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``CoolingSensibleHeatFraction`` double frac 0 - 1 No 0.65 Sensible heat fraction - ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served - ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served - ``AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency - ``AnnualHeatingEfficiency[Units="COP"]/Value`` double Btu/Wh > 0 Yes Rated heating efficiency - =============================================================== ======== ====== =========== ======== ========= ============================================== - + =============================================================== ======== ======== ======================== ======== ============== ============================================== + Element Type Units Constraints Required Default Notes + =============================================================== ======== ======== ======================== ======== ============== ============================================== + ``HeatingCapacity`` double Btu/hr >= 0 No autosized [#]_ Heating output capacity (excluding any backup heating) + ``HeatingCapacity17F`` double Btu/hr >= 0, <= HeatingCapacity No Heating output capacity at 17F, if available + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``CompressorLockoutTemperature`` double F No See [#]_ Minimum outdoor temperature for compressor operation + ``CoolingSensibleHeatFraction`` double frac 0 - 1 No 0.65 Sensible heat fraction + ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served + ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served + ``AnnualCoolingEfficiency[Units="EER" or Units="CEER"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency + ``AnnualHeatingEfficiency[Units="COP"]/Value`` double Btu/Wh > 0 Yes Rated heating efficiency + ``extension/HeatingCapacityRetention[Fraction | Temperature]`` double frac | F >= 0, < 1 | <= 17 No 0.425 | 5 Heating output capacity retention at cold temperature [#]_ + ``extension/CrankcaseHeaterPowerWatts`` double W No 0.0 Crankcase heater power + =============================================================== ======== ======== ======================== ======== ============== ============================================== + + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load (unless a different HeatPumpSizingMethodology was selected in :ref:`hvac_sizing_control`). + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load (unless a different HeatPumpSizingMethodology was selected in :ref:`hvac_sizing_control`). + .. [#] If neither CompressorLockoutTemperature nor BackupHeatingSwitchoverTemperature provided, CompressorLockoutTemperature defaults to 25F if fossil fuel backup otherwise 0F. .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] The sum of all ``FractionCoolLoadServed`` (across all HVAC systems) must be less than or equal to 1. + .. [#] The extension/HeatingCapacityRetention input is a more flexible alternative to HeatingCapacity17F, as it can apply to autosized systems and allows the heating capacity retention to be defined at a user-specified temperature (instead of 17F). + Either input approach can be used, but not both. Ground-to-Air Heat Pump ~~~~~~~~~~~~~~~~~~~~~~~ If a ground-to-air heat pump is specified, additional information is entered in ``HeatPump``. - =============================================== ======== ====== =========== ======== ========= ============================================== - Element Type Units Constraints Required Default Notes - =============================================== ======== ====== =========== ======== ========= ============================================== - ``IsSharedSystem`` boolean No false Whether it has a shared hydronic circulation loop [#]_ - ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system - ``HeatingCapacity`` double Btu/hr >= 0 No autosized Heating output capacity (excluding any backup heating) - ``CoolingCapacity`` double Btu/hr >= 0 No autosized Cooling output capacity - ``CoolingSensibleHeatFraction`` double frac 0 - 1 No 0.73 Sensible heat fraction - ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served - ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served - ``AnnualCoolingEfficiency[Units="EER"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency - ``AnnualHeatingEfficiency[Units="COP"]/Value`` double W/W > 0 Yes Rated heating efficiency - ``NumberofUnitsServed`` integer > 0 See [#]_ Number of dwelling units served - ``extension/PumpPowerWattsPerTon`` double W/ton >= 0 No See [#]_ Pump power [#]_ - ``extension/SharedLoopWatts`` double W >= 0 See [#]_ Shared pump power [#]_ - ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed - ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ - ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed charges [#]_ - =============================================== ======== ====== =========== ======== ========= ============================================== + =============================================== ======== ====== =========== ======== ============== ============================================== + Element Type Units Constraints Required Default Notes + =============================================== ======== ====== =========== ======== ============== ============================================== + ``IsSharedSystem`` boolean No false Whether it has a shared hydronic circulation loop [#]_ + ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system + ``HeatingCapacity`` double Btu/hr >= 0 No autosized [#]_ Heating output capacity (excluding any backup heating) + ``CoolingCapacity`` double Btu/hr >= 0 No autosized [#]_ Cooling output capacity + ``CoolingSensibleHeatFraction`` double frac 0 - 1 No 0.73 Sensible heat fraction + ``FractionHeatLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of heating load served + ``FractionCoolLoadServed`` double frac 0 - 1 [#]_ Yes Fraction of cooling load served + ``AnnualCoolingEfficiency[Units="EER"]/Value`` double Btu/Wh > 0 Yes Rated cooling efficiency + ``AnnualHeatingEfficiency[Units="COP"]/Value`` double W/W > 0 Yes Rated heating efficiency + ``NumberofUnitsServed`` integer > 0 See [#]_ Number of dwelling units served + ``extension/PumpPowerWattsPerTon`` double W/ton >= 0 No See [#]_ Pump power [#]_ + ``extension/SharedLoopWatts`` double W >= 0 See [#]_ Shared pump power [#]_ + ``extension/FanPowerWattsPerCFM`` double W/cfm >= 0 No See [#]_ Blower fan efficiency at maximum fan speed + ``extension/AirflowDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed airflows [#]_ + ``extension/ChargeDefectRatio`` double frac -0.9 - 9 No 0.0 Deviation between design/installed refrigerant charges [#]_ + =============================================== ======== ====== =========== ======== ============== ============================================== .. [#] IsSharedSystem should be true if the SFA/MF building has multiple ground source heat pumps connected to a shared hydronic circulation loop. .. [#] HVACDistribution type must be AirDistribution (type: "regular velocity") or DSE. + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load. + .. [#] Cooling capacity autosized per ACCA Manual J/S based on cooling design load. .. [#] The sum of all ``FractionHeatLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] The sum of all ``FractionCoolLoadServed`` (across all HVAC systems) must be less than or equal to 1. .. [#] NumberofUnitsServed only required if IsSharedSystem is true, in which case it must be > 1. @@ -1737,7 +1937,7 @@ If a ground-to-air heat pump is specified, additional information is entered in .. [#] AirflowDefectRatio is defined as (InstalledAirflow - DesignAirflow) / DesignAirflow; a value of zero means no airflow defect. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. .. [#] ChargeDefectRatio is defined as (InstalledCharge - DesignCharge) / DesignCharge; a value of zero means no refrigerant charge defect. - A non-zero charge defect should typically only be applied for systems that are pre-charged on site. + A non-zero charge defect should typically only be applied for systems that are charged on site, not for systems that have pre-charged line sets. See ANSI/RESNET/ACCA 310-2020 Standard for Grading the Installation of HVAC Systems for more information. .. _hvac_heatpump_wlhp: @@ -1747,17 +1947,18 @@ Water-Loop-to-Air Heat Pump If a water-loop-to-air heat pump is specified, additional information is entered in ``HeatPump``. - =============================================== ======== ====== =========== ======== ========= ============================================== - Element Type Units Constraints Required Default Notes - =============================================== ======== ====== =========== ======== ========= ============================================== - ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system - ``HeatingCapacity`` double Btu/hr > 0 No autosized Heating output capacity - ``CoolingCapacity`` double Btu/hr > 0 See [#]_ Cooling output capacity - ``AnnualCoolingEfficiency[Units="EER"]/Value`` double Btu/Wh > 0 See [#]_ Rated cooling efficiency - ``AnnualHeatingEfficiency[Units="COP"]/Value`` double W/W > 0 See [#]_ Rated heating efficiency - =============================================== ======== ====== =========== ======== ========= ============================================== + =============================================== ======== ====== =========== ======== ============== ============================================== + Element Type Units Constraints Required Default Notes + =============================================== ======== ====== =========== ======== ============== ============================================== + ``DistributionSystem`` idref See [#]_ Yes ID of attached distribution system + ``HeatingCapacity`` double Btu/hr > 0 No autosized [#]_ Heating output capacity + ``CoolingCapacity`` double Btu/hr > 0 See [#]_ Cooling output capacity + ``AnnualCoolingEfficiency[Units="EER"]/Value`` double Btu/Wh > 0 See [#]_ Rated cooling efficiency + ``AnnualHeatingEfficiency[Units="COP"]/Value`` double W/W > 0 See [#]_ Rated heating efficiency + =============================================== ======== ====== =========== ======== ============== ============================================== .. [#] HVACDistribution type must be AirDistribution (type: "regular velocity") or DSE. + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load. .. [#] CoolingCapacity required if there is a shared chiller or cooling tower with water loop distribution. .. [#] AnnualCoolingEfficiency required if there is a shared chiller or cooling tower with water loop distribution. .. [#] AnnualHeatingEfficiency required if there is a shared boiler with water loop distribution. @@ -1766,6 +1967,61 @@ If a water-loop-to-air heat pump is specified, additional information is entered If a water loop heat pump is specified, there must be at least one shared heating system (i.e., :ref:`hvac_heating_boiler`) and/or one shared cooling system (i.e., :ref:`hvac_cooling_chiller` or :ref:`hvac_cooling_tower`) specified with water loop distribution. +Backup +~~~~~~ + +If a backup type ("integrated" or "separate") is provided, additional information is entered in ``HeatPump``. + + ============================================================================= ======== ====== =========== ======== ========= ========================================== + Element Type Units Constraints Required Default Notes + ============================================================================= ======== ====== =========== ======== ========= ========================================== + ``BackupHeatingSwitchoverTemperature`` or ``CompressorLockoutTemperature`` double F No See [#]_ Minimum outdoor temperature for compressor operation + ``BackupHeatingSwitchoverTemperature`` or ``BackupHeatingLockoutTemperature`` double F See [#]_ No See [#]_ Maximum outdoor temperature for backup operation + ============================================================================= ======== ====== =========== ======== ========= ========================================== + + .. [#] If neither BackupHeatingSwitchoverTemperature nor CompressorLockoutTemperature provided, CompressorLockoutTemperature defaults as described above for individual heat pump types. + .. [#] If both BackupHeatingLockoutTemperature and CompressorLockoutTemperature provided, BackupHeatingLockoutTemperature must be greater than CompressorLockoutTemperature. + .. [#] If neither BackupHeatingSwitchoverTemperature nor BackupHeatingLockoutTemperature provided, BackupHeatingLockoutTemperature defaults to 40F for electric backup and 50F for fossil fuel backup. + + .. note:: + + Provide ``BackupHeatingSwitchoverTemperature`` for a situation where there is a discrete outdoor temperature below which the heat pump stops operating and above which the backup heating system stops operating. + + Alternatively, provide A) ``CompressorLockoutTemperature`` to specify the outdoor temperature below which the heat pump stops operating and/or B) ``BackupHeatingLockoutTemperature`` to specify the outdoor temperature above which the heat pump backup system stops operating. + If both are provided, the compressor and backup system can both operate between the two temperatures (e.g., simultaneous operation or cycling). + If both are provided using the same temperature, it is equivalent to using ``BackupHeatingSwitchoverTemperature``. + +If a backup type of "integrated" is provided, additional information is entered in ``HeatPump``. + + ============================================================================= ======== ====== =========== ======== ============== ========================================== + Element Type Units Constraints Required Default Notes + ============================================================================= ======== ====== =========== ======== ============== ========================================== + ``BackupSystemFuel`` string See [#]_ Yes Integrated backup heating fuel type + ``BackupAnnualHeatingEfficiency[Units="Percent" or Units="AFUE"]/Value`` double frac 0 - 1 Yes Integrated backup heating efficiency + ``BackupHeatingCapacity`` double Btu/hr >= 0 No autosized [#]_ Integrated backup heating output capacity + ============================================================================= ======== ====== =========== ======== ============== ========================================== + + .. [#] BackupSystemFuel choices are "electricity", "natural gas", "fuel oil", "fuel oil 1", "fuel oil 2", "fuel oil 4", "fuel oil 5/6", "diesel", "propane", "kerosene", "coal", "coke", "bituminous coal", "wood", or "wood pellets". + .. [#] Heating capacity autosized per ACCA Manual J/S based on heating design load. + (The autosized capacity is not affected by the HeatPumpSizingMethodology selected in :ref:`hvac_sizing_control`.) + +If a backup type of "separate" is provided, additional information is entered in ``HeatPump``. + + ============================================================================= ======== ====== =========== ======== ========= ========================================== + Element Type Units Constraints Required Default Notes + ============================================================================= ======== ====== =========== ======== ========= ========================================== + ``BackupSystem`` idref See [#]_ Yes ID of separate backup heating system + ============================================================================= ======== ====== =========== ======== ========= ========================================== + + .. [#] BackupSystem must reference a ``HeatingSystem``. + + .. note:: + + Due to how the separate backup heating system is modeled in EnergyPlus, there are a few restrictions: + + - The conditioned space cannot be partially heated (i.e., the sum of all ``FractionHeatLoadServed`` must be 1). + - There cannot be multiple backup heating systems. + .. _hvac_control: HPXML HVAC Control @@ -1918,32 +2174,47 @@ Additional information is entered in each ``DuctLeakageMeasurement``. Additional information is entered in each ``Ducts``. - =============================================== ======= ============ ================ ======== ========= ====================================== - Element Type Units Constraints Required Default Notes - =============================================== ======= ============ ================ ======== ========= ====================================== - ``SystemIdentifier`` id Yes Unique identifier - ``DuctInsulationRValue`` double F-ft2-hr/Btu >= 0 Yes R-value of duct insulation [#]_ - ``DuctLocation`` string See [#]_ No See [#]_ Duct location - ``FractionDuctArea`` and/or ``DuctSurfaceArea`` double frac or ft2 0-1 [#]_ or >= 0 See [#]_ See [#]_ Duct fraction/surface area in location - ``extension/DuctSurfaceAreaMultiplier`` double >= 0 No 1.0 Duct surface area multiplier - =============================================== ======= ============ ================ ======== ========= ====================================== - - .. [#] DuctInsulationRValue should not include air films (i.e., use 0 for an uninsulated duct). + ======================================================= ======= ============ ================ ======== ========== ====================================== + Element Type Units Constraints Required Default Notes + ======================================================= ======= ============ ================ ======== ========== ====================================== + ``SystemIdentifier`` id Yes Unique identifier + ``DuctInsulationRValue`` and/or ``DuctEffectiveRValue`` double F-ft2-hr/Btu >= 0 Yes Duct R-value [#]_ + ``DuctBuriedInsulationLevel`` string See [#]_ No not buried Duct buried insulation level [#]_ + ``DuctLocation`` string See [#]_ No See [#]_ Duct location + ``FractionDuctArea`` and/or ``DuctSurfaceArea`` double frac or ft2 0-1 [#]_ or >= 0 See [#]_ See [#]_ Duct fraction/surface area in location + ``extension/DuctSurfaceAreaMultiplier`` double >= 0 No 1.0 Duct surface area multiplier + ======================================================= ======= ============ ================ ======== ========== ====================================== + + .. [#] | It is recommended to provide DuctInsulationRValue and not DuctEffectiveRValue. DuctInsulationRValue should not include the exterior air film (i.e., use 0 for an uninsulated duct). For ducts buried in insulation (using DuctBuriedInsulationLevel), DuctInsulationRValue should only represent any surrounding insulation duct wrap and not the entire attic insulation R-value. On the other hand, DuctEffectiveRValue should include the exterior air film as well as other effects such as adjustments for insulation wrapped around round ducts, or effective heat transfer for ducts buried in attic insulation. DuctEffectiveRValue is used for the actual model heat transfer, and when not provided is calculated as follows: + | - **Uninsulated**: 1.7 + | - **Supply, Insulated**: 2.2438 + 0.5619 * DuctInsulationRValue + | - **Supply, Partially Buried**: 5.83 + 2.0 * DuctInsulationRValue + | - **Supply, Fully Buried**: 9.4 + 1.9 * DuctInsulationRValue + | - **Supply, Deeply Buried**: 16.67 + 1.45 * DuctInsulationRValue + | - **Return, Insulated**: 2.0388 + 0.7053 * DuctInsulationRValue + | - **Return, Partially Buried**: 7.6 + 2.5 * DuctInsulationRValue + | - **Return, Fully Buried**: 11.83 + 2.45 * DuctInsulationRValue + | - **Return, Deeply Buried**: 20.9 + 1.9 * DuctInsulationRValue + | The uninsulated effective R-value is from ASHRAE Handbook of Fundamentals. The insulated effective R-values are from `True R-Values of Round Residential Ductwork `_. The buried effective R-values are from Table 13 of `Reducing Thermal Losses and Gains With Buried and Encapsulated Ducts `_. The equations assume that the average supply duct has an 8-inch diameter and the average return duct has a 14-in diameter + .. [#] DuctBuriedInsulationLevel choices are "not buried", "partially buried", "fully buried", or "deeply buried". + .. [#] Whether the ducts are buried in, e.g., attic loose-fill insulation. + Partially buried ducts have insulation that does not cover the top of the ducts. + Fully buried ducts have insulation that just covers the top of the ducts. + Deeply buried ducts have insulation that continues above the top of the ducts. + See the `Building America Solution Center `_ for more information. .. [#] DuctLocation choices are "living space", "basement - conditioned", "basement - unconditioned", "crawlspace - unvented", "crawlspace - vented", "crawlspace - conditioned", "attic - unvented", "attic - vented", "garage", "outside", "exterior wall", "under slab", "roof deck", "other housing unit", "other heated space", "other multifamily buffer space", or "other non-freezing space". See :ref:`hpxmllocations` for descriptions. .. [#] If DuctLocation not provided, defaults to the first present space type: "basement - conditioned", "basement - unconditioned", "crawlspace - conditioned", "crawlspace - vented", "crawlspace - unvented", "attic - vented", "attic - unvented", "garage", or "living space". If NumberofConditionedFloorsAboveGrade > 1, secondary ducts will be located in "living space". .. [#] The sum of all ``[DuctType="supply"]/FractionDuctArea`` and ``[DuctType="return"]/FractionDuctArea`` must each equal to 1. .. [#] FractionDuctArea and/or DuctSurfaceArea are required if DuctLocation is provided. - .. [#] If neither DuctSurfaceArea nor FractionDuctArea provided, duct surface areas will be calculated based on `ASHRAE Standard 152 `_: - - - **Primary supply duct area**: 0.27 * F_out * ConditionedFloorAreaServed - - **Secondary supply duct area**: 0.27 * (1 - F_out) * ConditionedFloorAreaServed - - **Primary return duct area**: b_r * F_out * ConditionedFloorAreaServed - - **Secondary return duct area**: b_r * (1 - F_out) * ConditionedFloorAreaServed - - where F_out is 1.0 when NumberofConditionedFloorsAboveGrade <= 1 and 0.75 when NumberofConditionedFloorsAboveGrade > 1, and b_r is 0.05 * NumberofReturnRegisters with a maximum value of 0.25. - If FractionDuctArea is provided, each duct surface area will be FractionDuctArea times total duct area, which is calculated using the sum of primary and secondary duct areas from the equations above. + .. [#] | If neither DuctSurfaceArea nor FractionDuctArea provided, duct surface areas will be calculated based on `ASHRAE Standard 152 `_: + | - **Primary supply duct area**: 0.27 * F_out * ConditionedFloorAreaServed + | - **Secondary supply duct area**: 0.27 * (1 - F_out) * ConditionedFloorAreaServed + | - **Primary return duct area**: b_r * F_out * ConditionedFloorAreaServed + | - **Secondary return duct area**: b_r * (1 - F_out) * ConditionedFloorAreaServed + | where F_out is 1.0 when NumberofConditionedFloorsAboveGrade <= 1 and 0.75 when NumberofConditionedFloorsAboveGrade > 1, and b_r is 0.05 * NumberofReturnRegisters with a maximum value of 0.25. + | If FractionDuctArea is provided, each duct surface area will be FractionDuctArea times total duct area, which is calculated using the sum of primary and secondary duct areas from the equations above. Hydronic Distribution ~~~~~~~~~~~~~~~~~~~~~ @@ -2016,18 +2287,24 @@ If not entered, the simulation will not include mechanical ventilation. .. [#] For central fan integrated supply systems, IsSharedSystem must be false. .. [#] FanType choices are "energy recovery ventilator", "heat recovery ventilator", "exhaust only", "supply only", "balanced", or "central fan integrated supply". - .. [#] If flow rate not provided, defaults to the required mechanical ventilation rate per `ASHRAE 62.2-2019 `_, including adjustments for A) infiltration credit, B) balanced vs imbalanced systems, and C) adiabatic surfaces for SFA/MF buildings. - .. [#] For a central fan integrated supply system, the flow rate should equal the amount of outdoor air provided to the distribution system. + .. [#] | If flow rate not provided, defaults to the required mechanical ventilation rate per `ASHRAE 62.2-2019 `_: + | Qfan = Qtot - Φ*(Qinf * Aext) + | where + | Qfan = required mechanical ventilation rate (cfm) + | Qtot = total required ventilation rate (cfm) = 0.03 * ConditionedFloorArea + 7.5*(NumberofBedrooms + 1) + | Qinf = infiltration rate (cfm) + | Aext = 1 if single-family detached or TypeOfInfiltrationLeakage is "unit exterior only", otherwise ratio of SFA/MF exterior envelope surface area to total envelope surface area as described in :ref:`air_infiltration` + | Φ = 1 for balanced ventilation systems, and Qinf/Qtot otherwise + .. [#] For a central fan integrated supply system, the flow rate should equal the amount of outdoor air provided to the distribution system, not the total airflow through the distribution system. .. [#] HoursInOperation is optional unless the VentilationFan refers to the supplemental fan of a CFIS system, in which case it is not allowed. .. [#] If HoursInOperation not provided, defaults to 24 (i.e., running continuously) for all system types other than central fan integrated supply (CFIS), and 8.0 (i.e., running intermittently) for CFIS systems. For a CFIS system, the HoursInOperation and the flow rate are combined to form the hourly target ventilation rate (e.g., inputs of 90 cfm and 8 hrs/day produce an hourly target ventilation rate of 30 cfm). For a CFIS system with a supplemental fan, the supplemental fan's runtime is automatically calculated for each hour (based on the air handler runtime) to maintain the hourly target ventilation rate. - .. [#] If FanPower not provided, defaults based on `ANSI/RESNET/ICC 301-2019 `_: - - - "energy recovery ventilator", "heat recovery ventilator", or shared system: 1.0 W/cfm - - "balanced": 0.7 W/cfm - - "central fan integrated supply": 0.5 W/cfm - - "exhaust only" or "supply only": 0.35 W/cfm + .. [#] | If FanPower not provided, defaults based on `ANSI/RESNET/ICC 301-2019 `_: + | - **energy recovery ventilator, heat recovery ventilator, or shared system**: 1.0 W/cfm + | - **balanced**: 0.7 W/cfm + | - **central fan integrated supply**: 0.5 W/cfm + | - **exhaust only" or "supply only**: 0.35 W/cfm **Exhaust/Supply Only** @@ -2044,9 +2321,11 @@ If a heat recovery ventilator system is specified, additional information is ent ======================================================================== ====== ===== =========== ======== ======= ======================================= Element Type Units Constraints Required Default Notes ======================================================================== ====== ===== =========== ======== ======= ======================================= - ``SensibleRecoveryEfficiency`` or ``AdjustedSensibleRecoveryEfficiency`` double frac 0 - 1 Yes (Adjusted) Sensible recovery efficiency + ``AdjustedSensibleRecoveryEfficiency`` or ``SensibleRecoveryEfficiency`` double frac 0 - 1 Yes (Adjusted) Sensible recovery efficiency [#]_ ======================================================================== ====== ===== =========== ======== ======= ======================================= + .. [#] Providing AdjustedSensibleRecoveryEfficiency (ASRE) is preferable to SensibleRecoveryEfficiency (SRE). + **Energy Recovery Ventilator** If an energy recovery ventilator system is specified, additional information is entered in ``VentilationFan``. @@ -2054,10 +2333,13 @@ If an energy recovery ventilator system is specified, additional information is ======================================================================== ====== ===== =========== ======== ======= ======================================= Element Type Units Constraints Required Default Notes ======================================================================== ====== ===== =========== ======== ======= ======================================= - ``TotalRecoveryEfficiency`` or ``AdjustedTotalRecoveryEfficiency`` double frac 0 - 1 Yes (Adjusted) Total recovery efficiency - ``SensibleRecoveryEfficiency`` or ``AdjustedSensibleRecoveryEfficiency`` double frac 0 - 1 Yes (Adjusted) Sensible recovery efficiency + ``AdjustedTotalRecoveryEfficiency`` or ``TotalRecoveryEfficiency`` double frac 0 - 1 Yes (Adjusted) Total recovery efficiency [#]_ + ``AdjustedSensibleRecoveryEfficiency`` or ``SensibleRecoveryEfficiency`` double frac 0 - 1 Yes (Adjusted) Sensible recovery efficiency [#]_ ======================================================================== ====== ===== =========== ======== ======= ======================================= + .. [#] Providing AdjustedTotalRecoveryEfficiency (ATRE) is preferable to TotalRecoveryEfficiency (TRE). + .. [#] Providing AdjustedSensibleRecoveryEfficiency (ASRE) is preferable to SensibleRecoveryEfficiency (SRE). + **Central Fan Integrated Supply** If a central fan integrated supply (CFIS) system is specified, additional information is entered in ``VentilationFan``. @@ -2139,7 +2421,7 @@ If not entered, the simulation will not include kitchen/bathroom fans. ============================================================================================= ======= ======= =========== ======== ======== ============================= Element Type Units Constraints Required Default Notes ============================================================================================= ======= ======= =========== ======== ======== ============================= - ``Quantity`` integer >= 0 No See [#]_ Number of identical fans + ``Count`` integer >= 0 No See [#]_ Number of identical fans ``RatedFlowRate`` or ``TestedFlowRate`` or ``CalculatedFlowRate`` or ``DeliveredVentilation`` double cfm >= 0 No See [#]_ Flow rate to outside [#]_ ``HoursInOperation`` double hrs/day 0 - 24 No See [#]_ Hours per day of operation ``FanLocation`` string See [#]_ Yes Location of the fan @@ -2147,7 +2429,7 @@ If not entered, the simulation will not include kitchen/bathroom fans. ``extension/StartHour`` integer 0 - 23 No See [#]_ Daily start hour of operation ============================================================================================= ======= ======= =========== ======== ======== ============================= - .. [#] If Quantity not provided, defaults to 1 for kitchen fans and NumberofBathrooms for bath fans based on the `2010 BAHSP `_. + .. [#] If Count not provided, defaults to 1 for kitchen fans and NumberofBathrooms for bath fans based on the `2010 BAHSP `_. .. [#] If flow rate not provided, defaults to 100 cfm for kitchen fans and 50 cfm for bath fans based on the `2010 BAHSP `_. .. [#] If the kitchen range fan is a recirculating fan, the flow rate should be described as zero. .. [#] If HoursInOperation not provided, defaults to 1 based on the `2010 BAHSP `_. @@ -2176,6 +2458,8 @@ If not entered, the simulation will not include whole house fans. The whole house fan is assumed to operate during hours of favorable outdoor conditions and will take priority over operable windows (natural ventilation). +.. _waterheatingsystems: + HPXML Water Heating Systems *************************** @@ -2198,11 +2482,9 @@ If not entered, the simulation will not include water heating. .. [#] WaterHeaterType choices are "storage water heater", "instantaneous water heater", "heat pump water heater", "space-heating boiler with storage tank", or "space-heating boiler with tankless coil". .. [#] Location choices are "living space", "basement - unconditioned", "basement - conditioned", "attic - unvented", "attic - vented", "garage", "crawlspace - unvented", "crawlspace - vented", "crawlspace - conditioned", "other exterior", "other housing unit", "other heated space", "other multifamily buffer space", or "other non-freezing space". See :ref:`hpxmllocations` for descriptions. - .. [#] If Location not provided, defaults to the first present space type: - - - **IECC zones 1-3, excluding 3A**: "garage", "living space" - - **IECC zones 3A, 4-8, unknown**: "basement - conditioned", "basement - unconditioned", "living space" - + .. [#] | If Location not provided, defaults to the first present space type: + | - **IECC zones 1-3, excluding 3A**: "garage", "living space" + | - **IECC zones 3A, 4-8, unknown**: "basement - conditioned", "basement - unconditioned", "living space" .. [#] The sum of all ``FractionDHWLoadServed`` (across all WaterHeatingSystems) must equal to 1. .. [#] FractionDHWLoadServed represents only the fraction of the hot water load associated with the hot water **fixtures**. Additional hot water load from clothes washers/dishwashers will be automatically assigned to the appropriate water heater(s). @@ -2235,12 +2517,10 @@ If a conventional storage water heater is specified, additional information is e If neither UsageBin nor FirstHourRating provided, UsageBin defaults to "medium". If FirstHourRating provided and UsageBin not provided, UsageBin is determined based on the FirstHourRating value. .. [#] RecoveryEfficiency must also be greater than the EnergyFactor (or UniformEnergyFactor). - .. [#] If RecoveryEfficiency not provided, defaults as follows based on a regression analysis of `AHRI certified water heaters `_: - - - **Electric**: 0.98 - - **Non-electric, EnergyFactor < 0.75**: 0.252 * EnergyFactor + 0.608 - - **Non-electric, EnergyFactor >= 0.75**: 0.561 * EnergyFactor + 0.439 - + .. [#] | If RecoveryEfficiency not provided, defaults as follows based on a regression analysis of `AHRI certified water heaters `_: + | - **Electric**: 0.98 + | - **Non-electric, EnergyFactor < 0.75**: 0.252 * EnergyFactor + 0.608 + | - **Non-electric, EnergyFactor >= 0.75**: 0.561 * EnergyFactor + 0.439 .. [#] TankModelType choices are "mixed" or "stratified". Tankless @@ -2264,24 +2544,24 @@ Heat Pump If a heat pump water heater is specified, additional information is entered in ``WaterHeatingSystem``. - ============================================= ================ ============= =============== ======== ======== ============================================= - Element Type Units Constraints Required Default Notes - ============================================= ================ ============= =============== ======== ======== ============================================= - ``FuelType`` string See [#]_ Yes Fuel type - ``TankVolume`` double gal > 0 Yes Nominal tank volume - ``UniformEnergyFactor`` or ``EnergyFactor`` double frac > 1, <= 5 Yes EnergyGuide label rated efficiency - ``UsageBin`` or ``FirstHourRating`` string or double str or gal/hr See [#]_ or > 0 No See [#]_ EnergyGuide label usage bin/first hour rating - ``WaterHeaterInsulation/Jacket/JacketRValue`` double F-ft2-hr/Btu >= 0 No 0 R-value of additional tank insulation wrap - ``extension/OperatingMode`` string See [#]_ No standard Operating mode [#]_ - ============================================= ================ ============= =============== ======== ======== ============================================= + ============================================= ================ ============= =============== ======== =========== ============================================= + Element Type Units Constraints Required Default Notes + ============================================= ================ ============= =============== ======== =========== ============================================= + ``FuelType`` string See [#]_ Yes Fuel type + ``TankVolume`` double gal > 0 Yes Nominal tank volume + ``UniformEnergyFactor`` or ``EnergyFactor`` double frac > 1, <= 5 Yes EnergyGuide label rated efficiency + ``HPWHOperatingMode`` string See [#]_ No hyrbid/auto Operating mode [#]_ + ``UsageBin`` or ``FirstHourRating`` string or double str or gal/hr See [#]_ or > 0 No See [#]_ EnergyGuide label usage bin/first hour rating + ``WaterHeaterInsulation/Jacket/JacketRValue`` double F-ft2-hr/Btu >= 0 No 0 R-value of additional tank insulation wrap + ============================================= ================ ============= =============== ======== =========== ============================================= .. [#] FuelType only choice is "electricity". + .. [#] HPWHOperatingMode choices are "hybrid/auto" or "heat pump only". + .. [#] The heat pump water heater operating mode can alternatively be defined using :ref:`detailedschedules`. .. [#] UsageBin choices are "very small", "low", "medium", or "high". .. [#] UsageBin/FirstHourRating are only used for water heaters that use UniformEnergyFactor. If neither UsageBin nor FirstHourRating provided, UsageBin defaults to "medium". If FirstHourRating provided and UsageBin not provided, UsageBin is determined based on the FirstHourRating value. - .. [#] OperatingMode choices are "standard" or "heat pump only". - .. [#] The heat pump water heater operating mode can alternatively be defined using :ref:`detailedschedules`. Combi Boiler w/ Storage ~~~~~~~~~~~~~~~~~~~~~~~ @@ -2534,33 +2814,56 @@ If not entered, the simulation will not include photovoltaics. Many of the inputs are adopted from the `PVWatts model `_. - ======================================================= ================= ================ =================== ======== ======== ============================================ - Element Type Units Constraints Required Default Notes - ======================================================= ================= ================ =================== ======== ======== ============================================ - ``SystemIdentifier`` id Yes Unique identifier - ``IsSharedSystem`` boolean No false Whether it serves multiple dwelling units - ``Location`` string See [#]_ No roof Mounting location - ``ModuleType`` string See [#]_ No standard Type of module - ``Tracking`` string See [#]_ No fixed Type of tracking - ``ArrayAzimuth`` or ``ArrayOrientation`` integer or string deg or direction 0 - 359 or See [#]_ Yes Direction panels face (clockwise from North) - ``ArrayTilt`` double deg 0 - 90 Yes Tilt relative to horizontal - ``MaxPowerOutput`` double W >= 0 Yes Peak power - ``InverterEfficiency`` double frac 0 - 1 [#]_ No 0.96 Inverter efficiency - ``SystemLossesFraction`` or ``YearModulesManufactured`` double or integer frac or # 0 - 1 or > 1600 No 0.14 System losses [#]_ - ``extension/NumberofBedroomsServed`` integer > 1 See [#]_ Number of bedrooms served - ======================================================= ================= ================ =================== ======== ======== ============================================ + ======================================================= ================= ================ =================== ======== ========= ============================================ + Element Type Units Constraints Required Default Notes + ======================================================= ================= ================ =================== ======== ========= ============================================ + ``SystemIdentifier`` id Yes Unique identifier + ``IsSharedSystem`` boolean No false Whether it serves multiple dwelling units + ``Location`` string See [#]_ No roof Mounting location + ``ModuleType`` string See [#]_ No standard Type of module + ``Tracking`` string See [#]_ No fixed Type of tracking + ``ArrayAzimuth`` or ``ArrayOrientation`` integer or string deg or direction 0 - 359 or See [#]_ Yes Direction panels face (clockwise from North) + ``ArrayTilt`` double deg 0 - 90 Yes Tilt relative to horizontal + ``MaxPowerOutput`` double W >= 0 Yes Peak power + ``SystemLossesFraction`` or ``YearModulesManufactured`` double or integer frac or # 0 - 1 or > 1600 No 0.14 [#]_ System losses [#]_ + ``AttachedToInverter`` idref See [#]_ Yes ID of attached inverter + ``extension/NumberofBedroomsServed`` integer > 1 See [#]_ Number of bedrooms served + ======================================================= ================= ================ =================== ======== ========= ============================================ .. [#] Location choices are "ground" or "roof" mounted. .. [#] ModuleType choices are "standard", "premium", or "thin film". .. [#] Tracking choices are "fixed", "1-axis", "1-axis backtracked", or "2-axis". .. [#] ArrayOrientation choices are "northeast", "east", "southeast", "south", "southwest", "west", "northwest", or "north" - .. [#] For homes with multiple PV arrays, all InverterEfficiency elements must have the same value. + .. [#] | SystemLossesFraction default is derived from the `PVWatts documentation `_, which breaks down the losses as follows. + | Note that the total loss (14%) is not the sum of the individual losses but is calculated by multiplying the reduction due to each loss. + | - **Soiling**: 2% + | - **Shading**: 3% + | - **Snow**: 0% + | - **Mismatch**: 2% + | - **Wiring**: 2% + | - **Connections**: 0.5% + | - **Light-induced degradation**: 1.5% + | - **Nameplate rating**: 1% + | - **Age**: 0% + | - **Availability**: 3% + | If YearModulesManufactured provided but not SystemLossesFraction, calculated as: + | SystemLossesFraction = 1.0 - (1.0 - 0.14) * (1.0 - (1.0 - 0.995^(CurrentYear - YearModulesManufactured))). .. [#] System losses due to soiling, shading, snow, mismatch, wiring, degradation, etc. - If YearModulesManufactured provided but not SystemLossesFraction, system losses calculated as: - SystemLossesFraction = 1.0 - (1.0 - 0.14) * (1.0 - (1.0 - 0.995^(CurrentYear - YearModulesManufactured))). + .. [#] AttachedToInverter must reference an ``Inverter``. .. [#] NumberofBedroomsServed only required if IsSharedSystem is true, in which case it must be > NumberofBedrooms. PV generation will be apportioned to the dwelling unit using its number of bedrooms divided by the total number of bedrooms served by the PV system. +In addition, an inverter must be entered as a ``/HPXML/Building/BuildingDetails/Systems/Photovoltaics/Inverter``. + + ======================================================= ================= ================ =================== ======== ======== ============================================ + Element Type Units Constraints Required Default Notes + ======================================================= ================= ================ =================== ======== ======== ============================================ + ``SystemIdentifier`` id Yes Unique identifier + ``InverterEfficiency`` double frac 0 - 1 [#]_ No 0.96 Inverter efficiency + ======================================================= ================= ================ =================== ======== ======== ============================================ + + .. [#] For homes with multiple inverters, all InverterEfficiency elements must have the same value. + HPXML Batteries *************** @@ -2797,6 +3100,10 @@ If not entered, the simulation will not include a refrigerator. .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 16 of the `2010 BAHSP `_ are used: "0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837". +.. note:: + + Refrigerator energy use is not currently affected by the ambient temperature where it is located. + HPXML Freezers ************** @@ -2822,6 +3129,10 @@ If not entered, the simulation will not include a standalone freezer. .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 16 of the `2010 BAHSP `_ are used: "0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837". +.. note:: + + Freezer energy use is not currently affected by the ambient temperature where it is located. + HPXML Dehumidifier ****************** @@ -2894,19 +3205,18 @@ Lighting and ceiling fans are entered in ``/HPXML/Building/BuildingDetails/Light HPXML Lighting ************** -Nine ``/HPXML/Building/BuildingDetails/Lighting/LightingGroup`` elements must be provided, each of which is the combination of: +Lighting can be specified in one of two ways: using 1) lighting type fractions or 2) annual energy consumption values. +Lighting is described using multiple ``LightingGroup`` elements for each location (interior, exterior, or garage). +If no LightingGroup elements are provided for a given location (e.g., exterior), the simulation will not include that lighting use. -- ``LightingType``: 'LightEmittingDiode', 'CompactFluorescent', and 'FluorescentTube' -- ``Location``: 'interior', 'garage', and 'exterior' - -Information is entered in each ``LightingGroup``. +If specifying **lighting type fractions**, three ``/HPXML/Building/BuildingDetails/Lighting/LightingGroup`` elements (one for each possible ``LightingType``) are entered for each lighting location: ============================= ======= ====== =========== ======== ======= =========================================================================== Element Type Units Constraints Required Default Notes ============================= ======= ====== =========== ======== ======= =========================================================================== ``SystemIdentifier`` id Yes Unique identifier ``LightingType`` element 1 [#]_ Yes Lighting type - ``Location`` string See [#]_ Yes See [#]_ + ``Location`` string See [#]_ Yes Lighting location [#]_ ``FractionofUnitsInLocation`` double frac 0 - 1 [#]_ Yes Fraction of light fixtures in the location with the specified lighting type ============================= ======= ====== =========== ======== ======= =========================================================================== @@ -2916,7 +3226,22 @@ Information is entered in each ``LightingGroup``. .. [#] The sum of FractionofUnitsInLocation for a given Location (e.g., interior) must be less than or equal to 1. If the fractions sum to less than 1, the remainder is assumed to be incandescent lighting. -Additional information is entered in ``Lighting``. + Interior, exterior, and garage lighting energy use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. + +If specifying **annual energy consumption** instead, a single ``/HPXML/Building/BuildingDetails/Lighting/LightingGroup`` element is entered for each lighting location: + + ================================ ======= ====== =========== ======== ======== =========================================================================== + Element Type Units Constraints Required Default Notes + ================================ ======= ====== =========== ======== ======== =========================================================================== + ``SystemIdentifier`` id Yes Unique identifier + ``Location`` string See [#]_ Yes Lighting location [#]_ + ``Load[Units="kWh/year"]/Value`` double kWh/yr >= 0 Yes Lighting energy use + ================================ ======= ====== =========== ======== ======== =========================================================================== + + .. [#] Location choices are "interior", "garage", or "exterior". + .. [#] Garage lighting is ignored if the building has no garage specified elsewhere. + +With either lighting specification, additional information can be entered in ``/HPXML/Building/BuildingDetails/Lighting``. ================================================ ======= ====== =========== ======== ======== =============================================== Element Type Units Constraints Required Default Notes @@ -2933,14 +3258,13 @@ Additional information is entered in ``Lighting``. ``extension/ExteriorWeekdayScheduleFractions`` array No See [#]_ 24 comma-separated exterior weekday fractions ``extension/ExteriorWeekendScheduleFractions`` array No 24 comma-separated exterior weekend fractions ``extension/ExteriorMonthlyScheduleMultipliers`` array No 12 comma-separated exterior monthly multipliers - ``extension/ExteriorHolidayLighting`` element 0 - 1 No Presence of additional holiday lighting? ================================================ ======= ====== =========== ======== ======== =============================================== .. [#] If *interior* schedule values not provided (and :ref:`detailedschedules` not used), they will be calculated using Lighting Calculation Option 2 (location-dependent lighting profile) of the `2010 BAHSP `_. .. [#] If *garage* schedule values not provided (and :ref:`detailedschedules` not used), they will be defaulted using Appendix C Table 8 of the `Title 24 2016 Res. ACM Manual `_. .. [#] If *exterior* schedule values not provided (and :ref:`detailedschedules` not used), they will be defaulted using Appendix C Table 8 of the `Title 24 2016 Res. ACM Manual `_. -If exterior holiday lighting is specified, additional information is entered in ``extension/ExteriorHolidayLighting``. +If exterior holiday lighting is specified, additional information is entered in ``/HPXML/Building/BuildingDetails/Lighting/extension/ExteriorHolidayLighting``. =============================== ======= ======= =========== ======== ============= ============================================ Element Type Units Constraints Required Default Notes @@ -2955,9 +3279,7 @@ If exterior holiday lighting is specified, additional information is entered in =============================== ======= ======= =========== ======== ============= ============================================ .. [#] If Value not provided, defaults to 1.1 for single-family detached and 0.55 for others. - .. [#] If WeekdayScheduleFractions not provided (and :ref:`detailedschedules` not used), defaults to "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.008, 0.098, 0.168, 0.194, 0.284, 0.192, 0.037, 0.019". - -Interior, exterior, and garage lighting energy use is calculated per the Energy Rating Rated Home in `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If WeekdayScheduleFractions not provided (and :ref:`detailedschedules` not used), defaults to: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.008, 0.098, 0.168, 0.194, 0.284, 0.192, 0.037, 0.019. HPXML Ceiling Fans ****************** @@ -2970,14 +3292,14 @@ If not entered, the simulation will not include a ceiling fan. ========================================= ======= ======= =========== ======== ======== ============================== ``SystemIdentifier`` id Yes Unique identifier ``Airflow[FanSpeed="medium"]/Efficiency`` double cfm/W > 0 No See [#]_ Efficiency at medium speed - ``Quantity`` integer > 0 No See [#]_ Number of similar ceiling fans + ``Count`` integer > 0 No See [#]_ Number of similar ceiling fans ``extension/WeekdayScheduleFractions`` array No See [#]_ 24 comma-separated weekday fractions ``extension/WeekendScheduleFractions`` array No 24 comma-separated weekend fractions ``extension/MonthlyScheduleMultipliers`` array No See [#]_ 12 comma-separated monthly multipliers ========================================= ======= ======= =========== ======== ======== ============================== .. [#] If Efficiency not provided, defaults to 3000 / 42.6 based on `ANSI/RESNET/ICC 301-2019 `_. - .. [#] If Quantity not provided, defaults to NumberofBedrooms + 1 based on `ANSI/RESNET/ICC 301-2019 `_. + .. [#] If Count not provided, defaults to NumberofBedrooms + 1 based on `ANSI/RESNET/ICC 301-2019 `_. .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 23 of the `2010 BAHSP `_ are used: "0.057, 0.057, 0.057, 0.057, 0.057, 0.057, 0.057, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.057, 0.057, 0.057, 0.057, 0.057, 0.057". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), defaults based on monthly average outdoor temperatures per `ANSI/RESNET/ICC 301-2019 `_ @@ -2985,7 +3307,7 @@ Ceiling fan energy use is calculated per the Energy Rating Rated Home in `ANSI/R .. note:: - A reduced cooling setpoint can be specified for summer months when ceiling fans are operating. + A reduced cooling setpoint can be specified for months when ceiling fans are operating. See :ref:`hvac_control` for more information. HPXML Pools & Hot Tubs @@ -3028,7 +3350,7 @@ If not entered, the simulation will not include a pool heater. .. [#] Type choices are "single speed", "multi speed", "variable speed", "variable flow", "other", "unknown", or "none". If "none" is entered, the simulation will not include a pool pump. .. [#] If Value not provided, defaults based on the `2010 BAHSP `_: 158.5 / 0.070 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920). - If OccupancyCalculationType is "operational", this value will be adjusted for the NumberofResidents. + If NumberofResidents provided, this value will be adjusted using the :ref:`buildingoccupancy`. .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 23 of the `2010 BAHSP `_ are used: "0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154". @@ -3052,14 +3374,11 @@ If not entered, the simulation will not include a pool heater. .. [#] Type choices are "none, "gas fired", "electric resistance", or "heat pump". If "none" is entered, the simulation will not include a pool heater. - .. [#] If Value not provided, defaults as follows: - - - **gas fired**: 3.0 / 0.014 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) - - **electric resistance**: 8.3 / 0.004 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) - - **heat pump**: (electric resistance) / 5.0 (based on an average COP of 5 from `Energy Saver `_) - - If OccupancyCalculationType is "operational", this value will be adjusted for the NumberofResidents. - + .. [#] | If Value not provided, defaults as follows: + | - **gas fired [therm/year]**: 3.0 / 0.014 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) + | - **electric resistance [kWh/year]**: 8.3 / 0.004 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) + | - **heat pump [kWh/year]**: (electric resistance) / 5.0 (based on an average COP of 5 from `Energy Saver `_) + | If NumberofResidents provided, this value will be adjusted using the :ref:`buildingoccupancy`. .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 23 of the `2010 BAHSP `_ are used: "0.003, 0.003, 0.003, 0.004, 0.008, 0.015, 0.026, 0.044, 0.084, 0.121, 0.127, 0.121, 0.120, 0.090, 0.075, 0.061, 0.037, 0.023, 0.013, 0.008, 0.004, 0.003, 0.003, 0.003". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154". @@ -3100,7 +3419,7 @@ If not entered, the simulation will not include a hot tub pump. .. [#] Type choices are "single speed", "multi speed", "variable speed", "variable flow", "other", "unknown", or "none". If "none" is entered, the simulation will not include a hot tub pump. .. [#] If Value not provided, defaults based on the `2010 BAHSP `_: 59.5 / 0.059 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920). - If OccupancyCalculationType is "operational", this value will be adjusted for the NumberofResidents. + If NumberofResidents provided, this value will be adjusted using the :ref:`buildingoccupancy`. .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 23 of the `2010 BAHSP `_ are used: "0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "0.921, 0.928, 0.921, 0.915, 0.921, 1.160, 1.158, 1.158, 1.160, 0.921, 0.915, 0.921". @@ -3124,14 +3443,11 @@ If not entered, the simulation will not include a hot tub heater. .. [#] Type choices are "none, "gas fired", "electric resistance", or "heat pump". If "none" is entered, the simulation will not include a hot tub heater. - .. [#] If Value not provided, defaults as follows: - - - **gas fired [therm/year]**: 0.87 / 0.011 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) - - **electric resistance [kWh/year]**: 49.0 / 0.048 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) - - **heat pump [kWh/year]** = (electric resistance) / 5.0 (based on an average COP of 5 from `Energy Saver `_) - - If OccupancyCalculationType is "operational", this value will be adjusted for the NumberofResidents. - + .. [#] | If Value not provided, defaults as follows: + | - **gas fired [therm/year]**: 0.87 / 0.011 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) + | - **electric resistance [kWh/year]**: 49.0 / 0.048 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) + | - **heat pump [kWh/year]** = (electric resistance) / 5.0 (based on an average COP of 5 from `Energy Saver `_) + | If NumberofResidents provided, this value will be adjusted using the :ref:`buildingoccupancy`. .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 23 of the `2010 BAHSP `_ are used: "0.024, 0.029, 0.024, 0.029, 0.047, 0.067, 0.057, 0.024, 0.024, 0.019, 0.015, 0.014, 0.014, 0.014, 0.024, 0.058, 0.126, 0.122, 0.068, 0.061, 0.051, 0.043, 0.024, 0.024". .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: "0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837". @@ -3165,50 +3481,38 @@ If not entered, the simulation will not include that type of plug load. ======================================== ======= ====== =========== ======== ======== ============================================================= .. [#] PlugLoadType choices are "other", "TV other", "well pump", or "electric vehicle charging". - .. [#] If Value not provided, defaults as: - - - **other**: 0.91 * ConditionedFloorArea (based on `ANSI/RESNET/ICC 301-2019 `_) - - **TV other**: 413.0 + 69.0 * NumberofBedrooms (based on `ANSI/RESNET/ICC 301-2019 `_) - - **well pump**: 50.8 / 0.127 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) - - **electric vehicle charging**: 1666.67 (calculated using AnnualMiles * kWhPerMile / (ChargerEfficiency * BatteryEfficiency) where AnnualMiles=4500, kWhPerMile=0.3, ChargerEfficiency=0.9, and BatteryEfficiency=0.9) - - If OccupancyCalculationType is "operational", this value will be adjusted for the NumberofResidents. - - .. [#] If FracSensible not provided, defaults as: - - - **other**: 0.855 - - **TV other**: 1.0 - - **well pump**: 0.0 - - **electric vehicle charging**: 0.0 - + .. [#] | If Value not provided, defaults as: + | - **other**: 0.91 * ConditionedFloorArea (based on `ANSI/RESNET/ICC 301-2019 `_) + | - **TV other**: 413.0 + 69.0 * NumberofBedrooms (based on `ANSI/RESNET/ICC 301-2019 `_) + | - **well pump**: 50.8 / 0.127 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) (based on the `2010 BAHSP `_) + | - **electric vehicle charging**: 1666.67 (calculated using AnnualMiles * kWhPerMile / (ChargerEfficiency * BatteryEfficiency) where AnnualMiles=4500, kWhPerMile=0.3, ChargerEfficiency=0.9, and BatteryEfficiency=0.9) + | If NumberofResidents provided, this value will be adjusted using the :ref:`buildingoccupancy`. + .. [#] | If FracSensible not provided, defaults as: + | - **other**: 0.855 + | - **TV other**: 1.0 + | - **well pump**: 0.0 + | - **electric vehicle charging**: 0.0 .. [#] The remaining fraction (i.e., 1.0 - FracSensible - FracLatent) must be > 0 and is assumed to be heat gain outside conditioned space and thus lost. - .. [#] If FracLatent not provided, defaults as: - - - **other**: 0.045 - - **TV other**: 0.0 - - **well pump**: 0.0 - - **electric vehicle charging**: 0.0 - - .. [#] If WeekdayScheduleFractions not provided (and :ref:`detailedschedules` not used), defaults as: - - - **other**: "0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036" (based on Figure 23 of the `2010 BAHSP `_) - - **TV other**: "0.037, 0.018, 0.009, 0.007, 0.011, 0.018, 0.029, 0.040, 0.049, 0.058, 0.065, 0.072, 0.076, 0.086, 0.091, 0.102, 0.127, 0.156, 0.210, 0.294, 0.363, 0.344, 0.208, 0.090" (based on the `American Time Use Survey `_) - - **well pump**: "0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065" (based on Figure 23 of the `2010 BAHSP `_) - - **electric vehicle charging**: "0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042" - - .. [#] If WeekdendScheduleFractions not provided (and :ref:`detailedschedules` not used), defaults as: - - - **other**: "0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036" (based on Figure 23 of the `2010 BAHSP `_) - - **TV other**: "0.044, 0.022, 0.012, 0.008, 0.011, 0.014, 0.024, 0.043, 0.071, 0.094, 0.112, 0.123, 0.132, 0.156, 0.178, 0.196, 0.206, 0.213, 0.251, 0.330, 0.388, 0.358, 0.226, 0.103" (based on the `American Time Use Survey `_) - - **well pump**: "0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065" (based on Figure 23 of the `2010 BAHSP `_) - - **electric vehicle charging**: "0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042" - - .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), defaults as: - - - **other**: "1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248" (based on Figure 24 of the `2010 BAHSP `_) - - **TV other**: "1.137, 1.129, 0.961, 0.969, 0.961, 0.993, 0.996, 0.96, 0.993, 0.867, 0.86, 1.137" (based on the `American Time Use Survey `_) - - **well pump**: "1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154" (based on Figure 24 of the `2010 BAHSP `_) - - **electric vehicle charging**: "1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0" + .. [#] | If FracLatent not provided, defaults as: + | - **other**: 0.045 + | - **TV other**: 0.0 + | - **well pump**: 0.0 + | - **electric vehicle charging**: 0.0 + .. [#] | If WeekdayScheduleFractions not provided (and :ref:`detailedschedules` not used), defaults as: + | - **other**: "0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036" (based on Figure 23 of the `2010 BAHSP `_) + | - **TV other**: "0.037, 0.018, 0.009, 0.007, 0.011, 0.018, 0.029, 0.040, 0.049, 0.058, 0.065, 0.072, 0.076, 0.086, 0.091, 0.102, 0.127, 0.156, 0.210, 0.294, 0.363, 0.344, 0.208, 0.090" (based on the `American Time Use Survey `_) + | - **well pump**: "0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065" (based on Figure 23 of the `2010 BAHSP `_) + | - **electric vehicle charging**: "0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042" + .. [#] | If WeekdendScheduleFractions not provided (and :ref:`detailedschedules` not used), defaults as: + | - **other**: "0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036" (based on Figure 23 of the `2010 BAHSP `_) + | - **TV other**: "0.044, 0.022, 0.012, 0.008, 0.011, 0.014, 0.024, 0.043, 0.071, 0.094, 0.112, 0.123, 0.132, 0.156, 0.178, 0.196, 0.206, 0.213, 0.251, 0.330, 0.388, 0.358, 0.226, 0.103" (based on the `American Time Use Survey `_) + | - **well pump**: "0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065" (based on Figure 23 of the `2010 BAHSP `_) + | - **electric vehicle charging**: "0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042, 0.042" + .. [#] | If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), defaults as: + | - **other**: "1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248" (based on Figure 24 of the `2010 BAHSP `_) + | - **TV other**: "1.137, 1.129, 0.961, 0.969, 0.961, 0.993, 0.996, 0.96, 0.993, 0.867, 0.86, 1.137" (based on the `American Time Use Survey `_) + | - **well pump**: "1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154" (based on Figure 24 of the `2010 BAHSP `_) + | - **electric vehicle charging**: "1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0" HPXML Fuel Loads **************** @@ -3234,29 +3538,23 @@ If not entered, the simulation will not include that type of fuel load. ======================================== ======= ======== =========== ======== ======== ============================================================= .. [#] FuelLoadType choices are "grill", "fireplace", or "lighting". - .. [#] If Value not provided, calculated as based on the `2010 BAHSP `_: - - - **grill**: 0.87 / 0.029 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) - - **fireplace**: 1.95 / 0.032 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) - - **lighting**: 0.22 / 0.012 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) - - If OccupancyCalculationType is "operational", this value will be adjusted for the NumberofResidents. - + .. [#] | If Value not provided, calculated as based on the `2010 BAHSP `_: + | - **grill**: 0.87 / 0.029 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) + | - **fireplace**: 1.95 / 0.032 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) + | - **lighting**: 0.22 / 0.012 * (0.5 + 0.25 * NumberofBedrooms / 3 + 0.25 * ConditionedFloorArea / 1920) + | If NumberofResidents provided, this value will be adjusted using the :ref:`buildingoccupancy`. .. [#] FuelType choices are "natural gas", "fuel oil", "fuel oil 1", "fuel oil 2", "fuel oil 4", "fuel oil 5/6", "diesel", "propane", "kerosene", "coal", "coke", "bituminous coal", "anthracite coal", "wood", or "wood pellets". .. [#] If FracSensible not provided, defaults to 0.5 for fireplace and 0.0 for all other types. .. [#] The remaining fraction (i.e., 1.0 - FracSensible - FracLatent) must be > 0 and is assumed to be heat gain outside conditioned space and thus lost. .. [#] If FracLatent not provided, defaults to 0.1 for fireplace and 0.0 for all other types. - .. [#] If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 23 of the `2010 BAHSP `_ are used: - - - **grill**: "0.004, 0.001, 0.001, 0.002, 0.007, 0.012, 0.029, 0.046, 0.044, 0.041, 0.044, 0.046, 0.042, 0.038, 0.049, 0.059, 0.110, 0.161, 0.115, 0.070, 0.044, 0.019, 0.013, 0.007"; - - **fireplace**: "0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065"; - - **lighting**: "0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065". - - .. [#] If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: - - - **grill**: "1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097"; - - **fireplace**: "1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154"; - - **lighting**: "1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154". + .. [#] | If WeekdayScheduleFractions or WeekendScheduleFractions not provided (and :ref:`detailedschedules` not used), default values from Figure 23 of the `2010 BAHSP `_ are used: + | - **grill**: "0.004, 0.001, 0.001, 0.002, 0.007, 0.012, 0.029, 0.046, 0.044, 0.041, 0.044, 0.046, 0.042, 0.038, 0.049, 0.059, 0.110, 0.161, 0.115, 0.070, 0.044, 0.019, 0.013, 0.007"; + | - **fireplace**: "0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065"; + | - **lighting**: "0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065". + .. [#] | If MonthlyScheduleMultipliers not provided (and :ref:`detailedschedules` not used), default values from Figure 24 of the `2010 BAHSP `_ are used: + | - **grill**: "1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097"; + | - **fireplace**: "1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154"; + | - **lighting**: "1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154". .. _hpxmllocations: diff --git a/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst b/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst index 9b625d26..ede14a15 100644 --- a/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst +++ b/example_files/resources/hpxml-measures/docs/source/workflow_outputs.rst @@ -18,6 +18,10 @@ OpenStudio-HPXML generates a number of workflow outputs: eplusout.* EnergyPlus output files (e.g., msgpack output, error log). Defaults to a subset of possible files; use ``debug`` to produce ALL files. ============================================= ====================================== +.. note:: + + MBtu is defined as one million Btu. + .. _hpxml_defaults: HPXML Defaults @@ -80,59 +84,62 @@ Annual Outputs OpenStudio-HPXML will always generate an annual output file called ``results_annual.csv`` (or ``results_annual.json`` or ``results_annual.msgpack``), located in the run directory. The file includes the following sections of output: -Annual Energy Consumption -~~~~~~~~~~~~~~~~~~~~~~~~~ +Annual Energy +~~~~~~~~~~~~~ -Annual energy consumption outputs are listed below. +Annual energy outputs are listed below. ==================================== =========================== Type Notes ==================================== =========================== - Energy Use: Total (MBtu) Includes any battery charging/discharging - Energy Use: Net (MBtu) Subtracts any power produced by PV or generators. + Energy Use: Total (MBtu) Total energy consumption; includes any battery charging/discharging + Energy Use: Net (MBtu) Subtracts any power produced by PV or generators ==================================== =========================== -Annual Energy Consumption by Fuel Use -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Annual Energy by Fuel Use +~~~~~~~~~~~~~~~~~~~~~~~~~ Fuel uses are listed below. ==================================== =========================== Type Notes ==================================== =========================== - Fuel Use: Electricity: Total (MBtu) Includes any battery charging/discharging - Fuel Use: Electricity: Net (MBtu) Subtracts any power produced by PV or generators. + Fuel Use: Electricity: Total (MBtu) Total electricity consumption, includes any battery charging/discharging + Fuel Use: Electricity: Net (MBtu) Subtracts any power produced by PV or generators Fuel Use: Natural Gas: Total (MBtu) Fuel Use: Fuel Oil: Total (MBtu) Includes "fuel oil", "fuel oil 1", "fuel oil 2", "fuel oil 4", "fuel oil 5/6", "kerosene", and "diesel" Fuel Use: Propane: Total (MBtu) - Fuel Use: Wood: Total (MBtu) + Fuel Use: Wood Cord: Total (MBtu) Fuel Use: Wood Pellets: Total (MBtu) - Fuel Use: Coal: Total (MBtu) Includes "coal", "anthracite coal", "bituminous coal", and "coke". + Fuel Use: Coal: Total (MBtu) Includes "coal", "anthracite coal", "bituminous coal", and "coke" ==================================== =========================== -Annual Energy Consumption By End Use -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. _annualenduses: + +Annual Energy By End Use +~~~~~~~~~~~~~~~~~~~~~~~~ End uses are listed below. Note that all end uses are mutually exclusive -- the "Electricity: Heating" end use, for example, excludes energy reported in the "Electricity: Heating Fans/Pumps" end use. So the sum of all end uses for a given fuel (e.g., sum of all "End Use: Natural Gas: \*") equal the above reported fuel use (e.g., "Fuel Use: Natural Gas: Total"). - =================================================================== ==================================================== - Type Notes - =================================================================== ==================================================== - End Use: Electricity: Heating (MBtu) Excludes heat pump backup and fans/pumps - End Use: Electricity: Heating Heat Pump Backup (MBtu) - End Use: Electricity: Heating Fans/Pumps (MBtu) - End Use: Electricity: Cooling (MBtu) Excludes fans/pumps - End Use: Electricity: Cooling Fans/Pumps (MBtu) - End Use: Electricity: Hot Water (MBtu) Excludes recirc pump and solar thermal pump + ================================================================ ==================================================== + Type Notes + ================================================================ ==================================================== + End Use: Electricity: Heating (MBtu) Excludes heat pump backup and fans/pumps + End Use: Electricity: Heating Fans/Pumps (MBtu) Includes supply fan (air distribution) or circulating pump (hydronic distribution or geothermal loop) + End Use: Electricity: Heating Heat Pump Backup (MBtu) Excludes heat pump backup fans/pumps + End Use: Electricity: Heating Heat Pump Backup Fans/Pumps (MBtu) Includes supply fan (air distribution) or circulating pump (hydronic distribution) during heat pump backup + End Use: Electricity: Cooling (MBtu) Excludes fans/pumps + End Use: Electricity: Cooling Fans/Pumps (MBtu) Includes supply fan (air distribution) and circulating pump (geothermal loop) + End Use: Electricity: Hot Water (MBtu) Excludes recirc pump and solar thermal pump End Use: Electricity: Hot Water Recirc Pump (MBtu) - End Use: Electricity: Hot Water Solar Thermal Pump (MBtu) Non-zero only when using detailed (not simple) solar thermal inputs + End Use: Electricity: Hot Water Solar Thermal Pump (MBtu) Non-zero only when using detailed (not simple) solar thermal inputs End Use: Electricity: Lighting Interior (MBtu) End Use: Electricity: Lighting Garage (MBtu) - End Use: Electricity: Lighting Exterior (MBtu) Includes exterior holiday lighting - End Use: Electricity: Mech Vent (MBtu) Excludes preheating/precooling + End Use: Electricity: Lighting Exterior (MBtu) Includes exterior holiday lighting + End Use: Electricity: Mech Vent (MBtu) Excludes preheating/precooling End Use: Electricity: Mech Vent Preheating (MBtu) End Use: Electricity: Mech Vent Precooling (MBtu) End Use: Electricity: Whole House Fan (MBtu) @@ -145,106 +152,142 @@ So the sum of all end uses for a given fuel (e.g., sum of all "End Use: Natural End Use: Electricity: Range/Oven (MBtu) End Use: Electricity: Ceiling Fan (MBtu) End Use: Electricity: Television (MBtu) - End Use: Electricity: Plug Loads (MBtu) Excludes independently reported plug loads (e.g., well pump) + End Use: Electricity: Plug Loads (MBtu) Excludes independently reported plug loads (e.g., well pump) End Use: Electricity: Electric Vehicle Charging (MBtu) End Use: Electricity: Well Pump (MBtu) End Use: Electricity: Pool Heater (MBtu) End Use: Electricity: Pool Pump (MBtu) End Use: Electricity: Hot Tub Heater (MBtu) End Use: Electricity: Hot Tub Pump (MBtu) - End Use: Electricity: PV (MBtu) Negative value for any power produced - End Use: Electricity: Generator (MBtu) Negative value for any power produced - End Use: Electricity: Battery (MBtu) Positive value for charging (including efficiency losses); negative value for discharging - End Use: Natural Gas: Heating (MBtu) Excludes heat pump backup + End Use: Electricity: PV (MBtu) Negative value for any power produced + End Use: Electricity: Generator (MBtu) Negative value for any power produced + End Use: Electricity: Battery (MBtu) Positive value for charging (including efficiency losses); negative value for discharging + End Use: Natural Gas: Heating (MBtu) Excludes heat pump backup End Use: Natural Gas: Heating Heat Pump Backup (MBtu) End Use: Natural Gas: Hot Water (MBtu) End Use: Natural Gas: Clothes Dryer (MBtu) End Use: Natural Gas: Range/Oven (MBtu) End Use: Natural Gas: Mech Vent Preheating (MBtu) - End Use: Natural Gas: Mech Vent Precooling (MBtu) End Use: Natural Gas: Pool Heater (MBtu) End Use: Natural Gas: Hot Tub Heater (MBtu) End Use: Natural Gas: Grill (MBtu) End Use: Natural Gas: Lighting (MBtu) End Use: Natural Gas: Fireplace (MBtu) - End Use: Natural Gas: Generator (MBtu) Positive value for any fuel consumed - End Use: Fuel Oil: Heating (MBtu) Excludes heat pump backup + End Use: Natural Gas: Generator (MBtu) Positive value for any fuel consumed + End Use: Fuel Oil: Heating (MBtu) Excludes heat pump backup End Use: Fuel Oil: Heating Heat Pump Backup (MBtu) End Use: Fuel Oil: Hot Water (MBtu) End Use: Fuel Oil: Clothes Dryer (MBtu) End Use: Fuel Oil: Range/Oven (MBtu) End Use: Fuel Oil: Mech Vent Preheating (MBtu) - End Use: Fuel Oil: Mech Vent Precooling (MBtu) End Use: Fuel Oil: Grill (MBtu) End Use: Fuel Oil: Lighting (MBtu) End Use: Fuel Oil: Fireplace (MBtu) - End Use: Propane: Heating (MBtu) Excludes heat pump backup + End Use: Fuel Oil: Generator (MBtu) Positive value for any fuel consumed + End Use: Propane: Heating (MBtu) Excludes heat pump backup End Use: Propane: Heating Heat Pump Backup (MBtu) End Use: Propane: Hot Water (MBtu) End Use: Propane: Clothes Dryer (MBtu) End Use: Propane: Range/Oven (MBtu) End Use: Propane: Mech Vent Preheating (MBtu) - End Use: Propane: Mech Vent Precooling (MBtu) End Use: Propane: Grill (MBtu) End Use: Propane: Lighting (MBtu) End Use: Propane: Fireplace (MBtu) - End Use: Propane: Generator (MBtu) Positive value for any fuel consumed - End Use: Wood Cord: Heating (MBtu) Excludes heat pump backup + End Use: Propane: Generator (MBtu) Positive value for any fuel consumed + End Use: Wood Cord: Heating (MBtu) Excludes heat pump backup End Use: Wood Cord: Heating Heat Pump Backup (MBtu) End Use: Wood Cord: Hot Water (MBtu) End Use: Wood Cord: Clothes Dryer (MBtu) End Use: Wood Cord: Range/Oven (MBtu) End Use: Wood Cord: Mech Vent Preheating (MBtu) - End Use: Wood Cord: Mech Vent Precooling (MBtu) End Use: Wood Cord: Grill (MBtu) End Use: Wood Cord: Lighting (MBtu) End Use: Wood Cord: Fireplace (MBtu) - End Use: Wood Pellets: Heating (MBtu) Excludes heat pump backup + End Use: Wood Cord: Generator (MBtu) Positive value for any fuel consumed + End Use: Wood Pellets: Heating (MBtu) Excludes heat pump backup End Use: Wood Pellets: Heating Heat Pump Backup (MBtu) End Use: Wood Pellets: Hot Water (MBtu) End Use: Wood Pellets: Clothes Dryer (MBtu) End Use: Wood Pellets: Range/Oven (MBtu) End Use: Wood Pellets: Mech Vent Preheating (MBtu) - End Use: Wood Pellets: Mech Vent Precooling (MBtu) End Use: Wood Pellets: Grill (MBtu) End Use: Wood Pellets: Lighting (MBtu) End Use: Wood Pellets: Fireplace (MBtu) - End Use: Coal: Heating (MBtu) Excludes heat pump backup + End Use: Wood Pellets: Generator (MBtu) Positive value for any fuel consumed + End Use: Coal: Heating (MBtu) Excludes heat pump backup End Use: Coal: Heating Heat Pump Backup (MBtu) End Use: Coal: Hot Water (MBtu) End Use: Coal: Clothes Dryer (MBtu) End Use: Coal: Range/Oven (MBtu) End Use: Coal: Mech Vent Preheating (MBtu) - End Use: Coal: Mech Vent Precooling (MBtu) End Use: Coal: Grill (MBtu) End Use: Coal: Lighting (MBtu) End Use: Coal: Fireplace (MBtu) - =================================================================== ==================================================== + End Use: Coal: Generator (MBtu) Positive value for any fuel consumed + ================================================================ ==================================================== + +Annual Energy By System Use +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Results for each end use of each heating, cooling, and water heating system defined in the HPXML file are listed as shown below. +Non-zero end uses from :ref:`annualenduses` will be included. + + =============================================================== ============================================= + Type Notes + =============================================================== ============================================= + System Use: : : (MBtu) End use energy for the heating system + System Use: : : (MBtu) End use energy for the cooling system + System Use: : : (MBtu) End use energy for the heat pump system + System Use: : : (MBtu) End use energy for the water heating system + System Use: : : (MBtu) End use energy for the ventilation fan system (preheating/precooling only) + =============================================================== ============================================= Annual Emissions ~~~~~~~~~~~~~~~~ Results for each emissions scenario defined in the HPXML file are listed as shown below. -Note that rows below with values of zero will be excluded. ======================================================================= ================================================================== Type Notes ======================================================================= ================================================================== - Emissions: : : Total (lb) Scenario total emissions - Emissions: : : Electricity: Total (lb) Scenario emissions for Electricity only - Emissions: : : Electricity: (lb) Scenario emissions for this Electricity end use only (one row per end use) + Emissions: : : Total (lb) Scenario total emissions, includes any battery charging/discharging + Emissions: : : Net (lb) Subtracts any power produced by PV or generators + ======================================================================= ================================================================== + +Annual Emissions by Fuel Use +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Results for each emissions scenario defined in the HPXML file are listed as shown below. + + ======================================================================= ================================================================== + Type Notes + ======================================================================= ================================================================== + Emissions: : : Electricity: Total (lb) Scenario total emissions for Electricity only, includes any battery charging/discharging + Emissions: : : Electricity: Net (lb) Subtracts any power produced by PV or generators Emissions: : : Natural Gas: Total (lb) Scenario emissions for Natural Gas only - Emissions: : : Natural Gas: (lb) Scenario emissions for this Natural Gas end use only (one row per end use) Emissions: : : Fuel Oil: Total (lb) Scenario emissions for Fuel Oil only - Emissions: : : Fuel Oil: (lb) Scenario emissions for this Fuel Oil end use only (one row per end use) Emissions: : : Propane: Total (lb) Scenario emissions for Propane only - Emissions: : : Propane: (lb) Scenario emissions for this Propane end use only (one row per end use) Emissions: : : Wood Cord: Total (lb) Scenario emissions for Wood Cord only - Emissions: : : Wood Cord: (lb) Scenario emissions for this Wood Cord end use only (one row per end use) Emissions: : : Wood Pellets: Total (lb) Scenario emissions for Wood Pellets only - Emissions: : : Wood Pellets: (lb) Scenario emissions for this Wood Pellets end use only (one row per end use) Emissions: : : Coal: Total (lb) Scenario emissions for Coal only - Emissions: : : Coal: (lb) Scenario emissions for this Coal end use only (one row per end use) + ======================================================================= ================================================================== + +Annual Emissions by End Use +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Results for each emissions scenario defined in the HPXML file are listed as shown below. +Every end use from :ref:`annualenduses` will be included. + + ======================================================================= ================================================================== + Type Notes + ======================================================================= ================================================================== + Emissions: : : Electricity: (lb) Scenario emissions for this Electricity end use (one row per end use) + Emissions: : : Natural Gas: (lb) Scenario emissions for this Natural Gas end use (one row per end use) + Emissions: : : Fuel Oil: (lb) Scenario emissions for this Fuel Oil end use (one row per end use) + Emissions: : : Propane: (lb) Scenario emissions for this Propane end use (one row per end use) + Emissions: : : Wood Cord: (lb) Scenario emissions for this Wood Cord end use (one row per end use) + Emissions: : : Wood Pellets: (lb) Scenario emissions for this Wood Pellets end use (one row per end use) + Emissions: : : Coal: (lb) Scenario emissions for this Coal end use (one row per end use) ======================================================================= ================================================================== Annual Building Loads @@ -252,18 +295,20 @@ Annual Building Loads Annual building loads are listed below. - ===================================== ================================================================== - Type Notes - ===================================== ================================================================== - Load: Heating: Delivered (MBtu) Includes HVAC distribution losses. - Load: Cooling: Delivered (MBtu) Includes HVAC distribution losses. - Load: Hot Water: Delivered (MBtu) Includes contributions by desuperheaters or solar thermal systems. + ====================================== ================================================================== + Type Notes + ====================================== ================================================================== + Load: Heating: Delivered (MBtu) Total heating load delivered, including distribution losses. + Load: Heating: Heat Pump Backup (MBtu) Heating load delivered by the heat pump backup only, including distribution losses. + Load: Cooling: Delivered (MBtu) Total cooling load delivered, including distribution losses. + Load: Hot Water: Delivered (MBtu) Total hot water load delivered, including contributions by desuperheaters or solar thermal systems. Load: Hot Water: Tank Losses (MBtu) - Load: Hot Water: Desuperheater (MBtu) Load served by the desuperheater. - Load: Hot Water: Solar Thermal (MBtu) Load served by the solar thermal system. - ===================================== ================================================================== + Load: Hot Water: Desuperheater (MBtu) Hot water load delivered by the desuperheater. + Load: Hot Water: Solar Thermal (MBtu) Hot water load delivered by the solar thermal system. + ====================================== ================================================================== Note that the "Delivered" loads represent the energy delivered by the HVAC/DHW system; if a system is significantly undersized, there will be unmet load not reflected by these values. +If the home is not fully conditioned (e.g., a room air conditioner that only meets 30% of the cooling load), the reported load will be likewise reduced compared to a home that is fully conditioned. Annual Unmet Hours ~~~~~~~~~~~~~~~~~~ @@ -284,12 +329,12 @@ Peak Building Electricity Peak building electricity outputs are listed below. - ================================== ========================================================= + ================================== ============================================================= Type Notes - ================================== ========================================================= - Peak Electricity: Winter Total (W) Winter season defined by operation of the heating system. - Peak Electricity: Summer Total (W) Summer season defined by operation of the cooling system. - ================================== ========================================================= + ================================== ============================================================= + Peak Electricity: Winter Total (W) Maximum value in Dec/Jan/Feb (or Jun/Jul/Aug in the southern hemisphere) + Peak Electricity: Summer Total (W) Maximum value in Jun/Jul/Aug (or Dec/Jan/Feb in the southern hemisphere) + ================================== ============================================================= Peak Building Loads ~~~~~~~~~~~~~~~~~~~ @@ -304,6 +349,7 @@ Peak building loads are listed below. ======================================= ================================== Note that the "Delivered" peak loads represent the energy delivered by the HVAC system; if a system is significantly undersized, there will be unmet peak load not reflected by these values. +If the home is not fully conditioned (e.g., a room air conditioner that only meets 30% of the cooling load), the reported peak load will be likewise reduced compared to a home that is fully conditioned. Annual Component Building Loads ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -325,8 +371,10 @@ Component loads disaggregated by Heating/Cooling are listed below. Component Load: \*: Rim Joists (MBtu) Heat gain/loss through HPXML ``RimJoist`` elements adjacent to conditioned space Component Load: \*: Foundation Walls (MBtu) Heat gain/loss through HPXML ``FoundationWall`` elements adjacent to conditioned space Component Load: \*: Doors (MBtu) Heat gain/loss through HPXML ``Door`` elements adjacent to conditioned space - Component Load: \*: Windows (MBtu) Heat gain/loss through HPXML ``Window`` elements adjacent to conditioned space, including solar - Component Load: \*: Skylights (MBtu) Heat gain/loss through HPXML ``Skylight`` elements adjacent to conditioned space, including solar + Component Load: \*: Windows Conduction (MBtu) Heat gain/loss attributed to conduction through HPXML ``Window`` elements adjacent to conditioned space + Component Load: \*: Windows Solar (MBtu) Heat gain/loss attributed to solar gains through HPXML ``Window`` elements adjacent to conditioned space + Component Load: \*: Skylights Conduction (MBtu) Heat gain/loss attributed to conduction through HPXML ``Skylight`` elements adjacent to conditioned space + Component Load: \*: Skylights Solar (MBtu) Heat gain/loss attributed to solar gains through HPXML ``Skylight`` elements adjacent to conditioned space Component Load: \*: Floors (MBtu) Heat gain/loss through HPXML ``Floor`` elements (inferred to be floors) adjacent to conditioned space Component Load: \*: Slabs (MBtu) Heat gain/loss through HPXML ``Slab`` elements adjacent to conditioned space Component Load: \*: Internal Mass (MBtu) Heat gain/loss from internal mass (e.g., furniture, interior walls/floors) in conditioned space @@ -335,9 +383,12 @@ Component loads disaggregated by Heating/Cooling are listed below. Component Load: \*: Mechanical Ventilation (MBtu) Heat gain/loss from airflow/fan energy from mechanical ventilation systems (including clothes dryer exhaust) Component Load: \*: Whole House Fan (MBtu) Heat gain/loss from airflow due to a whole house fan Component Load: \*: Ducts (MBtu) Heat gain/loss from conduction and leakage losses through supply/return ducts outside conditioned space - Component Load: \*: Internal Gains (MBtu) Heat gain/loss from appliances, lighting, plug loads, water heater tank losses, etc. in the conditioned space + Component Load: \*: Internal Gains (MBtu) Heat gain/loss from appliances, plug loads, water heater tank losses, etc. in the conditioned space + Component Load: \*: Lighting (MBtu) Heat gain/loss from lighting in the conditioned space ================================================= ========================================================================================================= +If the home is not fully conditioned (e.g., a room air conditioner that only meets 30% of the cooling load), the reported component loads will be likewise reduced compared to a home that is fully conditioned. + Annual Hot Water Uses ~~~~~~~~~~~~~~~~~~~~~ @@ -370,9 +421,7 @@ Capacities for individual HVAC systems can be found in the `in.xml` file. HVAC Design Temperatures ~~~~~~~~~~~~~~~~~~~~~~~~ -Design temperatures are used in the design load calculations for autosizing of HVAC equipment. -1%/99% design temperatures are obtained from the DESIGN CONDITIONS header section inside the EPW weather file. -If they are not available in the EPW header, the design temperatures are calculated from the 8760 hourly temperatures in the EPW. +Design temperatures are used in the design load calculations for autosizing of HVAC equipment; see :ref:`hvac_sizing_control` for how they are derived. Design temperatures can also be found in the `in.xml` file. ===================================================================== ==================== @@ -437,11 +486,12 @@ Depending on the outputs requested, the file may include: Total Consumptions Energy use for building total. Fuel Consumptions Energy use for each fuel type (in kBtu for fossil fuels and kWh for electricity). End Use Consumptions Energy use for each end use type (in kBtu for fossil fuels and kWh for electricity). + System Use Consumptions Energy use for each HVAC and water heating system (in kBtu). Emissions Emissions (e.g., CO2) for each scenario defined in the HPXML file. Emission Fuels Emissions (e.g., CO2) disaggregated by fuel type for each scenario defined in the HPXML file. Emission End Uses Emissions (e.g., CO2) disaggregated by end use for each scenario defined in the HPXML file. Hot Water Uses Water use for each end use type (in gallons). - Total Loads Heating, cooling, and hot water loads (in kBtu) for the building. + Total Loads Heating, cooling, and hot water loads (in kBtu). Component Loads Heating and cooling loads (in kBtu) disaggregated by component (e.g., Walls, Windows, Infiltration, Ducts, etc.). Unmet Hours Heating and cooling unmet hours. Zone Temperatures Zone temperatures (in deg-F) for each space (e.g., living space, attic, garage, basement, crawlspace, etc.) plus heating/cooling setpoints. @@ -456,6 +506,8 @@ Timestamps in the output use the start-of-period convention unless you have requ Additional timestamp columns can be optionally requested that reflect daylight saving time (DST) and/or coordinated universal time (UTC). Most outputs will be summed over the hour (e.g., energy) but some will be averaged over the hour (e.g., temperatures, airflows). +Note that if the home is not fully conditioned (e.g., a room air conditioner that only meets 30% of the cooling load), the reported zone temperature for the living space will reflect a fully conditioned home due to the way these systems are modeled in EnergyPlus. + .. _bill_outputs: Utility Bill Outputs @@ -465,7 +517,6 @@ OpenStudio-HPXML can optionally generate a utility bills output file. The utility bills output file is called ``results_bills.csv`` (or ``results_bills.json`` or ``results_bills.msgpack``) and located in the run directory. Results for each utility bill scenario defined in the HPXML file are listed as shown below. -Note that rows below with values of zero will be excluded. ============================================= ==================== Type Notes diff --git a/example_files/resources/hpxml-measures/tasks.rb b/example_files/resources/hpxml-measures/tasks.rb index ca0dc851..c6c9a478 100644 --- a/example_files/resources/hpxml-measures/tasks.rb +++ b/example_files/resources/hpxml-measures/tasks.rb @@ -8,544 +8,119 @@ def create_hpxmls this_dir = File.dirname(__FILE__) - tests_dir = File.join(this_dir, 'workflow/sample_files') + workflow_dir = File.join(this_dir, 'workflow') + hpxml_inputs_tsv_path = File.join(workflow_dir, 'hpxml_inputs.json') - # Hash of HPXML -> Parent HPXML - hpxmls_files = { - 'base.xml' => nil, + require 'json' + json_inputs = JSON.parse(File.read(hpxml_inputs_tsv_path)) + abs_hpxml_files = [] + dirs = json_inputs.keys.map { |file_path| File.dirname(file_path) }.uniq - 'ASHRAE_Standard_140/L100AC.xml' => nil, - 'ASHRAE_Standard_140/L100AL.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L110AC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L110AL.xml' => 'ASHRAE_Standard_140/L100AL.xml', - 'ASHRAE_Standard_140/L120AC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L120AL.xml' => 'ASHRAE_Standard_140/L100AL.xml', - 'ASHRAE_Standard_140/L130AC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L130AL.xml' => 'ASHRAE_Standard_140/L100AL.xml', - 'ASHRAE_Standard_140/L140AC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L140AL.xml' => 'ASHRAE_Standard_140/L100AL.xml', - 'ASHRAE_Standard_140/L150AC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L150AL.xml' => 'ASHRAE_Standard_140/L100AL.xml', - 'ASHRAE_Standard_140/L160AC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L160AL.xml' => 'ASHRAE_Standard_140/L100AL.xml', - 'ASHRAE_Standard_140/L170AC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L170AL.xml' => 'ASHRAE_Standard_140/L100AL.xml', - 'ASHRAE_Standard_140/L200AC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L200AL.xml' => 'ASHRAE_Standard_140/L100AL.xml', - 'ASHRAE_Standard_140/L302XC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L322XC.xml' => 'ASHRAE_Standard_140/L100AC.xml', - 'ASHRAE_Standard_140/L155AC.xml' => 'ASHRAE_Standard_140/L150AC.xml', - 'ASHRAE_Standard_140/L155AL.xml' => 'ASHRAE_Standard_140/L150AL.xml', - 'ASHRAE_Standard_140/L202AC.xml' => 'ASHRAE_Standard_140/L200AC.xml', - 'ASHRAE_Standard_140/L202AL.xml' => 'ASHRAE_Standard_140/L200AL.xml', - 'ASHRAE_Standard_140/L304XC.xml' => 'ASHRAE_Standard_140/L302XC.xml', - 'ASHRAE_Standard_140/L324XC.xml' => 'ASHRAE_Standard_140/L322XC.xml', + schema_path = File.join(File.dirname(__FILE__), 'HPXMLtoOpenStudio', 'resources', 'hpxml_schema', 'HPXML.xsd') + schema_validator = XMLValidator.get_schema_validator(schema_path) - 'base-appliances-coal.xml' => 'base.xml', - 'base-appliances-dehumidifier.xml' => 'base-location-dallas-tx.xml', - 'base-appliances-dehumidifier-ief-portable.xml' => 'base-appliances-dehumidifier.xml', - 'base-appliances-dehumidifier-ief-whole-home.xml' => 'base-appliances-dehumidifier-ief-portable.xml', - 'base-appliances-dehumidifier-multiple.xml' => 'base-appliances-dehumidifier.xml', - 'base-appliances-gas.xml' => 'base.xml', - 'base-appliances-modified.xml' => 'base.xml', - 'base-appliances-none.xml' => 'base.xml', - 'base-appliances-oil.xml' => 'base.xml', - 'base-appliances-oil-location-miami-fl.xml' => 'base-appliances-oil.xml', - 'base-appliances-propane.xml' => 'base.xml', - 'base-appliances-propane-location-portland-or.xml' => 'base-appliances-propane.xml', - 'base-appliances-wood.xml' => 'base.xml', - 'base-atticroof-cathedral.xml' => 'base.xml', - 'base-atticroof-conditioned.xml' => 'base.xml', - 'base-atticroof-flat.xml' => 'base.xml', - 'base-atticroof-radiant-barrier.xml' => 'base-location-dallas-tx.xml', - 'base-atticroof-unvented-insulated-roof.xml' => 'base.xml', - 'base-atticroof-vented.xml' => 'base.xml', - 'base-battery.xml' => 'base.xml', - 'base-battery-scheduled.xml' => 'base-battery.xml', - 'base-bldgtype-multifamily.xml' => 'base.xml', - 'base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-adjacent-to-multiple.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-adjacent-to-other-heated-space.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-calctype-operational.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml' => 'base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml', - 'base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml' => 'base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml', - 'base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml' => 'base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml', - 'base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml' => 'base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml', - 'base-bldgtype-multifamily-shared-boiler-only-baseboard.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml' => 'base-bldgtype-multifamily-shared-boiler-only-baseboard.xml', - 'base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml' => 'base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml', - 'base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml' => 'base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml', - 'base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml' => 'base-bldgtype-multifamily-shared-boiler-only-baseboard.xml', - 'base-bldgtype-multifamily-shared-chiller-only-baseboard.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml' => 'base-bldgtype-multifamily-shared-chiller-only-baseboard.xml', - 'base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml' => 'base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml', - 'base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml' => 'base-bldgtype-multifamily-shared-chiller-only-baseboard.xml', - 'base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml' => 'base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml', - 'base-bldgtype-multifamily-shared-generator.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-laundry-room.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml' => 'base-bldgtype-multifamily-shared-laundry-room.xml', - 'base-bldgtype-multifamily-shared-mechvent.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-mechvent-multiple.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-mechvent-preconditioning.xml' => 'base-bldgtype-multifamily-shared-mechvent.xml', - 'base-bldgtype-multifamily-shared-pv.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-water-heater.xml' => 'base-bldgtype-multifamily.xml', - 'base-bldgtype-multifamily-shared-water-heater-recirc.xml' => 'base-bldgtype-multifamily-shared-water-heater.xml', - 'base-bldgtype-single-family-attached.xml' => 'base.xml', - 'base-bldgtype-single-family-attached-2stories.xml' => 'base-bldgtype-single-family-attached.xml', - 'base-bldgtype-single-family-attached-atticroof-cathedral.xml' => 'base-bldgtype-single-family-attached-2stories.xml', - 'base-calctype-operational.xml' => 'base.xml', - 'base-calctype-operational-misc-defaults.xml' => 'base-misc-defaults.xml', - 'base-calctype-operational-misc-loads-large-uncommon.xml' => 'base-misc-loads-large-uncommon.xml', - 'base-calctype-operational-misc-loads-large-uncommon2.xml' => 'base-misc-loads-large-uncommon2.xml', - 'base-dhw-combi-tankless.xml' => 'base-dhw-indirect.xml', - 'base-dhw-combi-tankless-outside.xml' => 'base-dhw-combi-tankless.xml', - 'base-dhw-desuperheater.xml' => 'base-hvac-central-ac-only-1-speed.xml', - 'base-dhw-desuperheater-2-speed.xml' => 'base-hvac-central-ac-only-2-speed.xml', - 'base-dhw-desuperheater-gshp.xml' => 'base-hvac-ground-to-air-heat-pump.xml', - 'base-dhw-desuperheater-hpwh.xml' => 'base-dhw-tank-heat-pump.xml', - 'base-dhw-desuperheater-tankless.xml' => 'base-hvac-central-ac-only-1-speed.xml', - 'base-dhw-desuperheater-var-speed.xml' => 'base-hvac-central-ac-only-var-speed.xml', - 'base-dhw-dwhr.xml' => 'base.xml', - 'base-dhw-indirect.xml' => 'base-hvac-boiler-gas-only.xml', - 'base-dhw-indirect-detailed-setpoints.xml' => 'base-dhw-indirect.xml', - 'base-dhw-indirect-dse.xml' => 'base-dhw-indirect.xml', - 'base-dhw-indirect-outside.xml' => 'base-dhw-indirect.xml', - 'base-dhw-indirect-standbyloss.xml' => 'base-dhw-indirect.xml', - 'base-dhw-indirect-with-solar-fraction.xml' => 'base-dhw-indirect.xml', - 'base-dhw-jacket-electric.xml' => 'base.xml', - 'base-dhw-jacket-gas.xml' => 'base-dhw-tank-gas.xml', - 'base-dhw-jacket-hpwh.xml' => 'base-dhw-tank-heat-pump.xml', - 'base-dhw-jacket-indirect.xml' => 'base-dhw-indirect.xml', - 'base-dhw-low-flow-fixtures.xml' => 'base.xml', - 'base-dhw-multiple.xml' => 'base-hvac-boiler-gas-only.xml', - 'base-dhw-none.xml' => 'base.xml', - 'base-dhw-recirc-demand.xml' => 'base.xml', - 'base-dhw-recirc-manual.xml' => 'base.xml', - 'base-dhw-recirc-nocontrol.xml' => 'base.xml', - 'base-dhw-recirc-temperature.xml' => 'base.xml', - 'base-dhw-recirc-timer.xml' => 'base.xml', - 'base-dhw-solar-direct-evacuated-tube.xml' => 'base.xml', - 'base-dhw-solar-direct-flat-plate.xml' => 'base-dhw-solar-indirect-flat-plate.xml', - 'base-dhw-solar-direct-ics.xml' => 'base-dhw-solar-indirect-flat-plate.xml', - 'base-dhw-solar-fraction.xml' => 'base.xml', - 'base-dhw-solar-indirect-flat-plate.xml' => 'base.xml', - 'base-dhw-solar-thermosyphon-flat-plate.xml' => 'base-dhw-solar-indirect-flat-plate.xml', - 'base-dhw-tank-coal.xml' => 'base-dhw-tank-gas.xml', - 'base-dhw-tank-detailed-setpoints.xml' => 'base.xml', - 'base-dhw-tank-elec-uef.xml' => 'base.xml', - 'base-dhw-tank-gas.xml' => 'base.xml', - 'base-dhw-tank-gas-uef.xml' => 'base-dhw-tank-gas.xml', - 'base-dhw-tank-gas-uef-fhr.xml' => 'base-dhw-tank-gas-uef.xml', - 'base-dhw-tank-gas-outside.xml' => 'base-dhw-tank-gas.xml', - 'base-dhw-tank-heat-pump.xml' => 'base.xml', - 'base-dhw-tank-heat-pump-outside.xml' => 'base-dhw-tank-heat-pump.xml', - 'base-dhw-tank-heat-pump-uef.xml' => 'base-dhw-tank-heat-pump.xml', - 'base-dhw-tank-heat-pump-with-solar.xml' => 'base-dhw-tank-heat-pump.xml', - 'base-dhw-tank-heat-pump-with-solar-fraction.xml' => 'base-dhw-tank-heat-pump.xml', - 'base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml' => 'base-dhw-tank-heat-pump-uef.xml', - 'base-dhw-tank-heat-pump-detailed-schedules.xml' => 'base-dhw-tank-heat-pump-uef.xml', - 'base-dhw-tank-model-type-stratified.xml' => 'base.xml', - 'base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml' => 'base-dhw-tank-model-type-stratified.xml', - 'base-dhw-tank-oil.xml' => 'base-dhw-tank-gas.xml', - 'base-dhw-tank-wood.xml' => 'base-dhw-tank-gas.xml', - 'base-dhw-tankless-electric.xml' => 'base.xml', - 'base-dhw-tankless-electric-outside.xml' => 'base-dhw-tankless-electric.xml', - 'base-dhw-tankless-electric-uef.xml' => 'base-dhw-tankless-electric.xml', - 'base-dhw-tankless-gas.xml' => 'base.xml', - 'base-dhw-tankless-gas-uef.xml' => 'base-dhw-tankless-gas.xml', - 'base-dhw-tankless-gas-with-solar.xml' => 'base-dhw-tankless-gas.xml', - 'base-dhw-tankless-gas-with-solar-fraction.xml' => 'base-dhw-tankless-gas.xml', - 'base-dhw-tankless-propane.xml' => 'base-dhw-tankless-gas.xml', - 'base-dhw-tankless-detailed-setpoints.xml' => 'base-dhw-tankless-gas.xml', - 'base-enclosure-2stories.xml' => 'base.xml', - 'base-enclosure-2stories-garage.xml' => 'base-enclosure-2stories.xml', - 'base-enclosure-beds-1.xml' => 'base.xml', - 'base-enclosure-beds-2.xml' => 'base.xml', - 'base-enclosure-beds-4.xml' => 'base.xml', - 'base-enclosure-beds-5.xml' => 'base.xml', - 'base-enclosure-ceilingtypes.xml' => 'base.xml', - 'base-enclosure-floortypes.xml' => 'base-foundation-ambient.xml', - 'base-enclosure-garage.xml' => 'base.xml', - 'base-enclosure-infil-ach-house-pressure.xml' => 'base.xml', - 'base-enclosure-infil-cfm-house-pressure.xml' => 'base-enclosure-infil-cfm50.xml', - 'base-enclosure-infil-cfm50.xml' => 'base.xml', - 'base-enclosure-infil-flue.xml' => 'base.xml', - 'base-enclosure-infil-natural-ach.xml' => 'base.xml', - 'base-enclosure-orientations.xml' => 'base.xml', - 'base-enclosure-overhangs.xml' => 'base.xml', - 'base-enclosure-rooftypes.xml' => 'base.xml', - 'base-enclosure-skylights.xml' => 'base.xml', - 'base-enclosure-skylights-physical-properties.xml' => 'base-enclosure-skylights.xml', - 'base-enclosure-skylights-shading.xml' => 'base-enclosure-skylights.xml', - 'base-enclosure-skylights-storms.xml' => 'base-enclosure-skylights.xml', - 'base-enclosure-split-level.xml' => 'base-foundation-slab.xml', - 'base-enclosure-split-surfaces.xml' => 'base-enclosure-skylights.xml', # Surfaces should collapse via HPXML.collapse_enclosure_surfaces() - 'base-enclosure-split-surfaces2.xml' => 'base-enclosure-skylights.xml', # Surfaces should NOT collapse via HPXML.collapse_enclosure_surfaces() - 'base-enclosure-walltypes.xml' => 'base.xml', - 'base-enclosure-windows-natural-ventilation-availability.xml' => 'base.xml', - 'base-enclosure-windows-none.xml' => 'base.xml', - 'base-enclosure-windows-physical-properties.xml' => 'base.xml', - 'base-enclosure-windows-shading.xml' => 'base.xml', - 'base-enclosure-windows-storms.xml' => 'base.xml', - 'base-enclosure-thermal-mass.xml' => 'base.xml', - 'base-foundation-ambient.xml' => 'base.xml', - 'base-foundation-basement-garage.xml' => 'base.xml', - 'base-foundation-complex.xml' => 'base.xml', - 'base-foundation-conditioned-basement-slab-insulation.xml' => 'base.xml', - 'base-foundation-conditioned-basement-wall-insulation.xml' => 'base.xml', - 'base-foundation-conditioned-crawlspace.xml' => 'base.xml', - 'base-foundation-multiple.xml' => 'base-foundation-unconditioned-basement.xml', - 'base-foundation-slab.xml' => 'base.xml', - 'base-foundation-unconditioned-basement.xml' => 'base.xml', - 'base-foundation-unconditioned-basement-above-grade.xml' => 'base-foundation-unconditioned-basement.xml', - 'base-foundation-unconditioned-basement-assembly-r.xml' => 'base-foundation-unconditioned-basement.xml', - 'base-foundation-unconditioned-basement-wall-insulation.xml' => 'base-foundation-unconditioned-basement.xml', - 'base-foundation-unvented-crawlspace.xml' => 'base.xml', - 'base-foundation-vented-crawlspace.xml' => 'base.xml', - 'base-foundation-walkout-basement.xml' => 'base.xml', - 'base-hvac-air-to-air-heat-pump-1-speed.xml' => 'base.xml', - 'base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-air-to-air-heat-pump-2-speed.xml' => 'base.xml', - 'base-hvac-air-to-air-heat-pump-var-speed.xml' => 'base.xml', - 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml' => 'base-hvac-air-to-air-heat-pump-var-speed.xml', - 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml' => 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml', - 'base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml' => 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml', - 'base-hvac-autosize.xml' => 'base.xml', - 'base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml' => 'base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml', - 'base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml' => 'base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml', - 'base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml' => 'base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml', - 'base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml' => 'base-hvac-air-to-air-heat-pump-2-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml' => 'base-hvac-air-to-air-heat-pump-2-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml' => 'base-hvac-air-to-air-heat-pump-2-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml' => 'base-hvac-air-to-air-heat-pump-var-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml' => 'base-hvac-air-to-air-heat-pump-var-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml' => 'base-hvac-air-to-air-heat-pump-var-speed.xml', - 'base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml' => 'base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml', - 'base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml' => 'base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml', - 'base-hvac-autosize-boiler-elec-only.xml' => 'base-hvac-boiler-elec-only.xml', - 'base-hvac-autosize-boiler-gas-central-ac-1-speed.xml' => 'base-hvac-boiler-gas-central-ac-1-speed.xml', - 'base-hvac-autosize-boiler-gas-only.xml' => 'base-hvac-boiler-gas-only.xml', - 'base-hvac-autosize-central-ac-only-1-speed.xml' => 'base-hvac-central-ac-only-1-speed.xml', - 'base-hvac-autosize-central-ac-only-2-speed.xml' => 'base-hvac-central-ac-only-2-speed.xml', - 'base-hvac-autosize-central-ac-only-var-speed.xml' => 'base-hvac-central-ac-only-var-speed.xml', - 'base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml' => 'base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml', - 'base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml' => 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml' => 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml' => 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml' => 'base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml', - 'base-hvac-autosize-elec-resistance-only.xml' => 'base-hvac-elec-resistance-only.xml', - 'base-hvac-autosize-evap-cooler-furnace-gas.xml' => 'base-hvac-evap-cooler-furnace-gas.xml', - 'base-hvac-autosize-floor-furnace-propane-only.xml' => 'base-hvac-floor-furnace-propane-only.xml', - 'base-hvac-autosize-furnace-elec-only.xml' => 'base-hvac-furnace-elec-only.xml', - 'base-hvac-autosize-furnace-gas-central-ac-2-speed.xml' => 'base-hvac-furnace-gas-central-ac-2-speed.xml', - 'base-hvac-autosize-furnace-gas-central-ac-var-speed.xml' => 'base-hvac-furnace-gas-central-ac-var-speed.xml', - 'base-hvac-autosize-furnace-gas-only.xml' => 'base-hvac-furnace-gas-only.xml', - 'base-hvac-autosize-furnace-gas-room-ac.xml' => 'base-hvac-furnace-gas-room-ac.xml', - 'base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml' => 'base-hvac-ground-to-air-heat-pump-cooling-only.xml', - 'base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml' => 'base-hvac-ground-to-air-heat-pump-heating-only.xml', - 'base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml' => 'base-hvac-ground-to-air-heat-pump.xml', - 'base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml' => 'base-hvac-ground-to-air-heat-pump.xml', - 'base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml' => 'base-hvac-ground-to-air-heat-pump.xml', - 'base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml' => 'base-hvac-mini-split-heat-pump-ducted-cooling-only.xml', - 'base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml' => 'base-hvac-mini-split-heat-pump-ducted-heating-only.xml', - 'base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml' => 'base-hvac-mini-split-heat-pump-ducted.xml', - 'base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml' => 'base-hvac-mini-split-heat-pump-ducted.xml', - 'base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml' => 'base-hvac-mini-split-heat-pump-ducted.xml', - 'base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml' => 'base-hvac-mini-split-heat-pump-ductless-backup-stove.xml', - 'base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml' => 'base-hvac-mini-split-air-conditioner-only-ducted.xml', - 'base-hvac-autosize-ptac.xml' => 'base-hvac-ptac.xml', - 'base-hvac-autosize-ptac-with-heating.xml' => 'base-hvac-ptac-with-heating-electricity.xml', - 'base-hvac-autosize-pthp-sizing-methodology-acca.xml' => 'base-hvac-pthp.xml', - 'base-hvac-autosize-pthp-sizing-methodology-hers.xml' => 'base-hvac-pthp.xml', - 'base-hvac-autosize-pthp-sizing-methodology-maxload.xml' => 'base-hvac-pthp.xml', - 'base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml' => 'base-hvac-room-ac-with-reverse-cycle.xml', - 'base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml' => 'base-hvac-room-ac-with-reverse-cycle.xml', - 'base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml' => 'base-hvac-room-ac-with-reverse-cycle.xml', - 'base-hvac-autosize-room-ac-with-heating.xml' => 'base-hvac-room-ac-with-heating.xml', - 'base-hvac-autosize-room-ac-only.xml' => 'base-hvac-room-ac-only.xml', - 'base-hvac-autosize-stove-oil-only.xml' => 'base-hvac-stove-oil-only.xml', - 'base-hvac-autosize-wall-furnace-elec-only.xml' => 'base-hvac-wall-furnace-elec-only.xml', - 'base-hvac-boiler-coal-only.xml' => 'base-hvac-boiler-gas-only.xml', - 'base-hvac-boiler-elec-only.xml' => 'base.xml', - 'base-hvac-boiler-gas-central-ac-1-speed.xml' => 'base.xml', - 'base-hvac-boiler-gas-only.xml' => 'base.xml', - 'base-hvac-boiler-oil-only.xml' => 'base-hvac-boiler-gas-only.xml', - 'base-hvac-boiler-propane-only.xml' => 'base-hvac-boiler-gas-only.xml', - 'base-hvac-boiler-wood-only.xml' => 'base-hvac-boiler-gas-only.xml', - 'base-hvac-central-ac-only-1-speed.xml' => 'base.xml', - 'base-hvac-central-ac-only-1-speed-seer2.xml' => 'base-hvac-central-ac-only-1-speed.xml', - 'base-hvac-central-ac-only-2-speed.xml' => 'base.xml', - 'base-hvac-central-ac-only-var-speed.xml' => 'base.xml', - 'base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml' => 'base-hvac-central-ac-only-1-speed.xml', - 'base-hvac-dse.xml' => 'base.xml', - 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml' => 'base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml' => 'base-hvac-air-to-air-heat-pump-2-speed.xml', - 'base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml' => 'base-hvac-air-to-air-heat-pump-var-speed.xml', - 'base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml' => 'base-hvac-mini-split-heat-pump-ducted.xml', - 'base-hvac-ducts-leakage-cfm50.xml' => 'base.xml', - 'base-hvac-ducts-leakage-percent.xml' => 'base.xml', - 'base-hvac-ducts-area-fractions.xml' => 'base-enclosure-2stories.xml', - 'base-hvac-ducts-area-multipliers.xml' => 'base.xml', - 'base-hvac-elec-resistance-only.xml' => 'base.xml', - 'base-hvac-evap-cooler-furnace-gas.xml' => 'base.xml', - 'base-hvac-evap-cooler-only.xml' => 'base.xml', - 'base-hvac-evap-cooler-only-ducted.xml' => 'base.xml', - 'base-hvac-fireplace-wood-only.xml' => 'base-hvac-stove-oil-only.xml', - 'base-hvac-fixed-heater-gas-only.xml' => 'base.xml', - 'base-hvac-floor-furnace-propane-only.xml' => 'base-hvac-stove-oil-only.xml', - 'base-hvac-furnace-coal-only.xml' => 'base-hvac-furnace-gas-only.xml', - 'base-hvac-furnace-elec-central-ac-1-speed.xml' => 'base.xml', - 'base-hvac-furnace-elec-only.xml' => 'base.xml', - 'base-hvac-furnace-gas-central-ac-2-speed.xml' => 'base.xml', - 'base-hvac-furnace-gas-central-ac-var-speed.xml' => 'base.xml', - 'base-hvac-furnace-gas-only.xml' => 'base.xml', - 'base-hvac-furnace-gas-only-detailed-setpoints.xml' => 'base-hvac-furnace-gas-only.xml', - 'base-hvac-furnace-gas-room-ac.xml' => 'base.xml', - 'base-hvac-furnace-oil-only.xml' => 'base-hvac-furnace-gas-only.xml', - 'base-hvac-furnace-propane-only.xml' => 'base-hvac-furnace-gas-only.xml', - 'base-hvac-furnace-wood-only.xml' => 'base-hvac-furnace-gas-only.xml', - 'base-hvac-furnace-x3-dse.xml' => 'base.xml', - 'base-hvac-ground-to-air-heat-pump.xml' => 'base.xml', - 'base-hvac-ground-to-air-heat-pump-cooling-only.xml' => 'base-hvac-ground-to-air-heat-pump.xml', - 'base-hvac-ground-to-air-heat-pump-heating-only.xml' => 'base-hvac-ground-to-air-heat-pump.xml', - 'base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml' => 'base-hvac-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml' => 'base-hvac-air-to-air-heat-pump-2-speed.xml', - 'base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml' => 'base-hvac-air-to-air-heat-pump-var-speed.xml', - 'base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml' => 'base.xml', - 'base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml' => 'base-hvac-furnace-gas-central-ac-2-speed.xml', - 'base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml' => 'base-hvac-furnace-gas-central-ac-var-speed.xml', - 'base-hvac-install-quality-furnace-gas-only.xml' => 'base-hvac-furnace-gas-only.xml', - 'base-hvac-install-quality-ground-to-air-heat-pump.xml' => 'base-hvac-ground-to-air-heat-pump.xml', - 'base-hvac-install-quality-mini-split-heat-pump-ducted.xml' => 'base-hvac-mini-split-heat-pump-ducted.xml', - 'base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml' => 'base-hvac-mini-split-air-conditioner-only-ducted.xml', - 'base-hvac-mini-split-air-conditioner-only-ducted.xml' => 'base.xml', - 'base-hvac-mini-split-air-conditioner-only-ductless.xml' => 'base-hvac-mini-split-air-conditioner-only-ducted.xml', - 'base-hvac-mini-split-heat-pump-ducted.xml' => 'base.xml', - 'base-hvac-mini-split-heat-pump-ducted-cooling-only.xml' => 'base-hvac-mini-split-heat-pump-ducted.xml', - 'base-hvac-mini-split-heat-pump-ducted-heating-only.xml' => 'base-hvac-mini-split-heat-pump-ducted.xml', - 'base-hvac-mini-split-heat-pump-ductless.xml' => 'base-hvac-mini-split-heat-pump-ducted.xml', - 'base-hvac-mini-split-heat-pump-ductless-backup-stove.xml' => 'base-hvac-mini-split-heat-pump-ductless.xml', - 'base-hvac-multiple.xml' => 'base.xml', - 'base-hvac-none.xml' => 'base-location-honolulu-hi.xml', - 'base-hvac-portable-heater-gas-only.xml' => 'base.xml', - 'base-hvac-ptac.xml' => 'base.xml', - 'base-hvac-ptac-with-heating-electricity.xml' => 'base-hvac-ptac.xml', - 'base-hvac-ptac-with-heating-natural-gas.xml' => 'base-hvac-ptac.xml', - 'base-hvac-pthp.xml' => 'base-hvac-ground-to-air-heat-pump.xml', - 'base-hvac-room-ac-only.xml' => 'base.xml', - 'base-hvac-room-ac-only-33percent.xml' => 'base-hvac-room-ac-only.xml', - 'base-hvac-room-ac-only-ceer.xml' => 'base-hvac-room-ac-only.xml', - 'base-hvac-room-ac-with-heating.xml' => 'base-hvac-room-ac-only.xml', - 'base-hvac-room-ac-with-reverse-cycle.xml' => 'base-hvac-pthp.xml', - 'base-hvac-room-ac-only-detailed-setpoints.xml' => 'base-hvac-room-ac-only.xml', - 'base-hvac-seasons.xml' => 'base.xml', - 'base-hvac-setpoints.xml' => 'base.xml', - 'base-hvac-setpoints-daily-schedules.xml' => 'base-hvac-setpoints-daily-setbacks.xml', - 'base-hvac-setpoints-daily-setbacks.xml' => 'base.xml', - 'base-hvac-stove-oil-only.xml' => 'base.xml', - 'base-hvac-stove-wood-pellets-only.xml' => 'base-hvac-stove-oil-only.xml', - 'base-hvac-undersized.xml' => 'base.xml', - 'base-hvac-undersized-allow-increased-fixed-capacities.xml' => 'base-hvac-undersized.xml', - 'base-hvac-wall-furnace-elec-only.xml' => 'base.xml', - 'base-lighting-ceiling-fans.xml' => 'base.xml', - 'base-lighting-holiday.xml' => 'base.xml', - 'base-lighting-none.xml' => 'base.xml', - 'base-location-AMY-2012.xml' => 'base.xml', - 'base-location-baltimore-md.xml' => 'base-foundation-unvented-crawlspace.xml', - 'base-location-capetown-zaf.xml' => 'base-foundation-vented-crawlspace.xml', - 'base-location-dallas-tx.xml' => 'base-foundation-slab.xml', - 'base-location-duluth-mn.xml' => 'base-foundation-unconditioned-basement.xml', - 'base-location-helena-mt.xml' => 'base.xml', - 'base-location-honolulu-hi.xml' => 'base-foundation-slab.xml', - 'base-location-miami-fl.xml' => 'base-foundation-slab.xml', - 'base-location-phoenix-az.xml' => 'base-foundation-slab.xml', - 'base-location-portland-or.xml' => 'base-foundation-vented-crawlspace.xml', - 'base-mechvent-balanced.xml' => 'base.xml', - 'base-mechvent-bath-kitchen-fans.xml' => 'base.xml', - 'base-mechvent-cfis.xml' => 'base.xml', - 'base-mechvent-cfis-airflow-fraction-zero.xml' => 'base-mechvent-cfis.xml', - 'base-mechvent-cfis-dse.xml' => 'base-hvac-dse.xml', - 'base-mechvent-cfis-evap-cooler-only-ducted.xml' => 'base-hvac-evap-cooler-only-ducted.xml', - 'base-mechvent-cfis-supplemental-fan-exhaust.xml' => 'base-mechvent-cfis.xml', - 'base-mechvent-cfis-supplemental-fan-supply.xml' => 'base-mechvent-cfis.xml', - 'base-mechvent-erv.xml' => 'base.xml', - 'base-mechvent-erv-atre-asre.xml' => 'base.xml', - 'base-mechvent-exhaust.xml' => 'base.xml', - 'base-mechvent-exhaust-rated-flow-rate.xml' => 'base.xml', - 'base-mechvent-hrv.xml' => 'base.xml', - 'base-mechvent-hrv-asre.xml' => 'base.xml', - 'base-mechvent-multiple.xml' => 'base-mechvent-bath-kitchen-fans.xml', - 'base-mechvent-supply.xml' => 'base.xml', - 'base-mechvent-whole-house-fan.xml' => 'base.xml', - 'base-misc-additional-properties.xml' => 'base.xml', - 'base-misc-bills.xml' => 'base.xml', - 'base-misc-bills-none.xml' => 'base.xml', - 'base-misc-bills-pv.xml' => 'base-pv.xml', - 'base-misc-bills-pv-detailed-only.xml' => 'base-pv.xml', - 'base-misc-bills-pv-mixed.xml' => 'base-pv.xml', - 'base-misc-defaults.xml' => 'base.xml', - 'base-misc-emissions.xml' => 'base-pv-battery.xml', - 'base-misc-generators.xml' => 'base.xml', - 'base-misc-generators-battery.xml' => 'base-misc-generators.xml', - 'base-misc-generators-battery-scheduled.xml' => 'base-misc-generators-battery.xml', - 'base-misc-ground-conductivity.xml' => 'base.xml', - 'base-misc-loads-large-uncommon.xml' => 'base-schedules-simple.xml', - 'base-misc-loads-large-uncommon2.xml' => 'base-misc-loads-large-uncommon.xml', - 'base-misc-loads-none.xml' => 'base.xml', - 'base-misc-neighbor-shading.xml' => 'base.xml', - 'base-misc-shielding-of-home.xml' => 'base.xml', - 'base-misc-usage-multiplier.xml' => 'base.xml', - 'base-multiple-buildings.xml' => 'base.xml', - 'base-pv.xml' => 'base.xml', - 'base-pv-battery.xml' => 'base-battery.xml', - 'base-pv-battery-ah.xml' => 'base-pv-battery.xml', - 'base-pv-battery-garage.xml' => 'base-enclosure-garage.xml', - # 'base-pv-battery-lifetime-model.xml' => 'base-pv-battery.xml', - 'base-pv-battery-round-trip-efficiency.xml' => 'base-pv-battery.xml', - 'base-pv-battery-scheduled.xml' => 'base-pv-battery.xml', - 'base-pv-generators.xml' => 'base-pv.xml', - 'base-pv-generators-battery.xml' => 'base-pv-generators.xml', - 'base-pv-generators-battery-scheduled.xml' => 'base-pv-generators-battery.xml', - 'base-schedules-simple.xml' => 'base.xml', - 'base-schedules-detailed-all-10-mins.xml' => 'base-simcontrol-timestep-10-mins.xml', - 'base-schedules-detailed-occupancy-smooth.xml' => 'base.xml', - 'base-schedules-detailed-occupancy-stochastic.xml' => 'base.xml', - 'base-schedules-detailed-occupancy-stochastic-vacancy.xml' => 'base.xml', - 'base-schedules-detailed-occupancy-stochastic-10-mins.xml' => 'base.xml', - 'base-schedules-detailed-setpoints.xml' => 'base.xml', - 'base-schedules-detailed-setpoints-daily-schedules.xml' => 'base.xml', - 'base-schedules-detailed-setpoints-daily-setbacks.xml' => 'base.xml', - 'base-simcontrol-calendar-year-custom.xml' => 'base.xml', - 'base-simcontrol-daylight-saving-custom.xml' => 'base.xml', - 'base-simcontrol-daylight-saving-disabled.xml' => 'base.xml', - 'base-simcontrol-runperiod-1-month.xml' => 'base.xml', - 'base-simcontrol-temperature-capacitance-multiplier.xml' => 'base.xml', - 'base-simcontrol-timestep-10-mins.xml' => 'base.xml', - 'base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml' => 'base-simcontrol-timestep-10-mins.xml', - 'base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml' => 'base-simcontrol-timestep-10-mins.xml', - 'base-simcontrol-timestep-30-mins.xml' => 'base.xml', - } + schedules_regenerated = [] - puts "Generating #{hpxmls_files.size} HPXML files..." + puts "Generating #{json_inputs.size} HPXML files..." - hpxmls_files.each_with_index do |(hpxml_file, orig_parent), i| - puts "[#{i + 1}/#{hpxmls_files.size}] Generating #{hpxml_file}..." + json_inputs.keys.each_with_index do |hpxml_filename, i| + puts "[#{i + 1}/#{json_inputs.size}] Generating #{hpxml_filename}..." + hpxml_path = File.join(workflow_dir, hpxml_filename) + abs_hpxml_files << File.absolute_path(hpxml_path) - begin - all_hpxml_files = [hpxml_file] - parent = orig_parent - unless parent.nil? - all_hpxml_files.unshift(parent) + # Build up json_input from parent_hpxml(s) + parent_hpxml_filenames = [] + parent_hpxml_filename = json_inputs[hpxml_filename]['parent_hpxml'] + while not parent_hpxml_filename.nil? + if not json_inputs.keys.include? parent_hpxml_filename + fail "Could not find parent_hpxml: #{parent_hpxml_filename}." end - while not parent.nil? - next unless hpxmls_files.keys.include? parent - unless hpxmls_files[parent].nil? - all_hpxml_files.unshift(hpxmls_files[parent]) - end - parent = hpxmls_files[parent] - end - - args = {} - sch_args = {} - all_hpxml_files.each do |f| - set_measure_argument_values(f, args, sch_args, orig_parent) - end + parent_hpxml_filenames << parent_hpxml_filename + parent_hpxml_filename = json_inputs[parent_hpxml_filename]['parent_hpxml'] + end + json_input = { 'hpxml_path' => hpxml_path } + for parent_hpxml_filename in parent_hpxml_filenames.reverse + json_input.merge!(json_inputs[parent_hpxml_filename]) + end + json_input.merge!(json_inputs[hpxml_filename]) + json_input.delete('parent_hpxml') - measures = {} - measures['BuildResidentialHPXML'] = [args] if !args.empty? - measures['BuildResidentialScheduleFile'] = [sch_args] if !sch_args.empty? + measures = {} + measures['BuildResidentialHPXML'] = [json_input] - measures_dir = File.dirname(__FILE__) - model = OpenStudio::Model::Model.new - runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new) + # Re-generate stochastic schedule CSV? + csv_path = json_input['schedules_filepaths'].to_s.split(',').map(&:strip).find { |fp| fp.include? 'occupancy-stochastic' } + if (not csv_path.nil?) && (not schedules_regenerated.include? csv_path) + sch_args = { 'hpxml_path' => hpxml_path, + 'output_csv_path' => csv_path, + 'hpxml_output_path' => hpxml_path } + measures['BuildResidentialScheduleFile'] = [sch_args] + schedules_regenerated << csv_path + end - # Apply measure - success = apply_measures(measures_dir, measures, runner, model) + measures_dir = File.dirname(__FILE__) + model = OpenStudio::Model::Model.new + runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new) - # Report errors - runner.result.stepErrors.each do |s| - puts "Error: #{s}" - end + # Apply measure + success = apply_measures(measures_dir, measures, runner, model) - if not success - puts "\nError: Did not successfully generate #{hpxml_file}." - exit! - end + # Report errors + runner.result.stepErrors.each do |s| + puts "Error: #{s}" + end - if hpxml_file.include? 'ASHRAE_Standard_140' - hpxml_path = File.absolute_path(File.join(tests_dir, '..', 'tests', hpxml_file)) - hpxml = HPXML.new(hpxml_path: hpxml_path, collapse_enclosure: false) - apply_hpxml_modification_ashrae_140(hpxml) - else - hpxml_path = File.absolute_path(File.join(tests_dir, hpxml_file)) - hpxml = HPXML.new(hpxml_path: hpxml_path, collapse_enclosure: false) - apply_hpxml_modification(hpxml_file, hpxml) - end + if not success + puts "\nError: Did not successfully generate #{hpxml_file}." + exit! + end - hpxml_doc = hpxml.to_oga() + hpxml = HPXML.new(hpxml_path: hpxml_path) + if hpxml_path.include? 'ASHRAE_Standard_140' + apply_hpxml_modification_ashrae_140(hpxml) + else + apply_hpxml_modification(File.basename(hpxml_path), hpxml) + end + hpxml_doc = hpxml.to_oga() - if ['base-multiple-buildings.xml'].include? hpxml_file - # HPXML class doesn't support multiple buildings, so we'll stitch together manually. - hpxml_element = XMLHelper.get_element(hpxml_doc, '/HPXML') - building_element = XMLHelper.get_element(hpxml_element, 'Building') - for i in 2..3 - new_building_element = Marshal.load(Marshal.dump(building_element)) # Deep copy + if hpxml_path.include? 'base-multiple-buildings.xml' + # HPXML class doesn't support multiple buildings, so we'll stitch together manually. + hpxml_element = XMLHelper.get_element(hpxml_doc, '/HPXML') + building_element = XMLHelper.get_element(hpxml_element, 'Building') + for i in 2..3 + new_building_element = Marshal.load(Marshal.dump(building_element)) # Deep copy - # Make all IDs unique so the HPXML is valid - new_building_element.each_node do |node| - next unless node.is_a?(Oga::XML::Element) + # Make all IDs unique so the HPXML is valid + new_building_element.each_node do |node| + next unless node.is_a?(Oga::XML::Element) - if not XMLHelper.get_attribute_value(node, 'id').nil? - XMLHelper.add_attribute(node, 'id', "#{XMLHelper.get_attribute_value(node, 'id')}_#{i}") - elsif not XMLHelper.get_attribute_value(node, 'idref').nil? - XMLHelper.add_attribute(node, 'idref', "#{XMLHelper.get_attribute_value(node, 'idref')}_#{i}") - end + if not XMLHelper.get_attribute_value(node, 'id').nil? + XMLHelper.add_attribute(node, 'id', "#{XMLHelper.get_attribute_value(node, 'id')}_#{i}") + elsif not XMLHelper.get_attribute_value(node, 'idref').nil? + XMLHelper.add_attribute(node, 'idref', "#{XMLHelper.get_attribute_value(node, 'idref')}_#{i}") end - - hpxml_element.children << new_building_element end - end - - XMLHelper.write_file(hpxml_doc, hpxml_path) - schema_path = File.join(File.dirname(__FILE__), 'HPXMLtoOpenStudio', 'resources', 'hpxml_schema', 'HPXML.xsd') - errors, _ = XMLValidator.validate_against_schema(hpxml_path, schema_path) - if errors.size > 0 - puts "\nError: Did not successfully validate #{hpxml_file}." - exit! + hpxml_element.children << new_building_element end - rescue Exception => e - puts "\n#{e}\n#{e.backtrace.join('\n')}" - puts "\nError: Did not successfully generate #{hpxml_file}." - exit! end + + XMLHelper.write_file(hpxml_doc, hpxml_path) + + errors, _warnings = XMLValidator.validate_against_schema(hpxml_path, schema_validator) + next unless errors.size > 0 + + puts errors.to_s + puts "\nError: Did not successfully validate #{hpxml_filename}." + exit! end puts "\n" # Print warnings about extra files - abs_hpxml_files = [] - dirs = [nil] - hpxmls_files.keys.each do |hpxml_file| - abs_hpxml_files << File.absolute_path(File.join(tests_dir, hpxml_file)) - next unless hpxml_file.include? '/' - - dirs << hpxml_file.split('/')[0] + '/' - end - dirs.uniq.each do |dir| - Dir["#{tests_dir}/#{dir}*.xml"].each do |hpxml| + dirs.each do |dir| + Dir["#{workflow_dir}/#{dir}/*.xml"].each do |hpxml| next if abs_hpxml_files.include? File.absolute_path(hpxml) puts "Warning: Extra HPXML file found at #{File.absolute_path(hpxml)}" @@ -553,2003 +128,9 @@ def create_hpxmls end end -def set_measure_argument_values(hpxml_file, args, sch_args, orig_parent) - if hpxml_file.include? 'ASHRAE_Standard_140' - args['hpxml_path'] = "workflow/tests/#{hpxml_file}" - else - args['hpxml_path'] = "workflow/sample_files/#{hpxml_file}" - end - args['apply_validation'] = false - - if ['base.xml'].include? hpxml_file - args['simulation_control_timestep'] = 60 - args['site_iecc_zone'] = '5B' - args['site_state_code'] = 'CO' - args['weather_station_epw_filepath'] = 'USA_CO_Denver.Intl.AP.725650_TMY3.epw' - args['site_type'] = HPXML::SiteTypeSuburban - args['geometry_unit_type'] = HPXML::ResidentialTypeSFD - args['geometry_unit_cfa'] = 2700.0 - args['geometry_unit_left_wall_is_adiabatic'] = false - args['geometry_unit_right_wall_is_adiabatic'] = false - args['geometry_unit_front_wall_is_adiabatic'] = false - args['geometry_unit_back_wall_is_adiabatic'] = false - args['geometry_unit_num_floors_above_grade'] = 1 - args['geometry_average_ceiling_height'] = 8.0 - args['geometry_unit_orientation'] = 180.0 - args['geometry_unit_aspect_ratio'] = 1.5 - args['geometry_garage_width'] = 0.0 - args['geometry_garage_depth'] = 20.0 - args['geometry_garage_protrusion'] = 0.0 - args['geometry_garage_position'] = 'Right' - args['geometry_foundation_type'] = HPXML::FoundationTypeBasementConditioned - args['geometry_foundation_height'] = 8.0 - args['geometry_foundation_height_above_grade'] = 1.0 - args['geometry_rim_joist_height'] = 9.25 - args['geometry_roof_type'] = 'gable' - args['geometry_roof_pitch'] = '6:12' - args['geometry_attic_type'] = HPXML::AtticTypeUnvented - args['geometry_eaves_depth'] = 0 - args['geometry_unit_num_bedrooms'] = 3 - args['geometry_unit_num_bathrooms'] = 2 - args['geometry_unit_num_occupants'] = 3 - args['floor_over_foundation_assembly_r'] = 0 - args['floor_over_garage_assembly_r'] = 0 - args['floor_type'] = HPXML::FloorTypeWoodFrame - args['foundation_wall_thickness'] = 8.0 - args['foundation_wall_insulation_r'] = 8.9 - args['foundation_wall_insulation_distance_to_top'] = 0.0 - args['foundation_wall_insulation_distance_to_bottom'] = 8.0 - args['rim_joist_assembly_r'] = 23.0 - args['slab_perimeter_insulation_r'] = 0 - args['slab_perimeter_depth'] = 0 - args['slab_under_insulation_r'] = 0 - args['slab_under_width'] = 0 - args['slab_thickness'] = 4.0 - args['slab_carpet_fraction'] = 0.0 - args['slab_carpet_r'] = 0.0 - args['ceiling_assembly_r'] = 39.3 - args['roof_material_type'] = HPXML::RoofTypeAsphaltShingles - args['roof_color'] = HPXML::ColorMedium - args['roof_assembly_r'] = 2.3 - args['roof_radiant_barrier'] = false - args['roof_radiant_barrier_grade'] = 1 - args['neighbor_front_distance'] = 0 - args['neighbor_back_distance'] = 0 - args['neighbor_left_distance'] = 0 - args['neighbor_right_distance'] = 0 - args['wall_type'] = HPXML::WallTypeWoodStud - args['wall_siding_type'] = HPXML::SidingTypeWood - args['wall_color'] = HPXML::ColorMedium - args['wall_assembly_r'] = 23 - args['window_front_wwr'] = 0 - args['window_back_wwr'] = 0 - args['window_left_wwr'] = 0 - args['window_right_wwr'] = 0 - args['window_area_front'] = 108.0 - args['window_area_back'] = 108.0 - args['window_area_left'] = 72.0 - args['window_area_right'] = 72.0 - args['window_aspect_ratio'] = 1.333 - args['window_fraction_operable'] = 0.67 - args['window_ufactor'] = 0.33 - args['window_shgc'] = 0.45 - args['window_interior_shading_winter'] = 0.85 - args['window_interior_shading_summer'] = 0.7 - args['overhangs_front_depth'] = 0 - args['overhangs_back_depth'] = 0 - args['overhangs_left_depth'] = 0 - args['overhangs_right_depth'] = 0 - args['overhangs_front_distance_to_top_of_window'] = 0 - args['overhangs_back_distance_to_top_of_window'] = 0 - args['overhangs_left_distance_to_top_of_window'] = 0 - args['overhangs_right_distance_to_top_of_window'] = 0 - args['overhangs_front_distance_to_bottom_of_window'] = 0 - args['overhangs_back_distance_to_bottom_of_window'] = 0 - args['overhangs_left_distance_to_bottom_of_window'] = 0 - args['overhangs_right_distance_to_bottom_of_window'] = 0 - args['skylight_area_front'] = 0 - args['skylight_area_back'] = 0 - args['skylight_area_left'] = 0 - args['skylight_area_right'] = 0 - args['skylight_ufactor'] = 0.33 - args['skylight_shgc'] = 0.45 - args['door_area'] = 40.0 - args['door_rvalue'] = 4.4 - args['air_leakage_units'] = HPXML::UnitsACH - args['air_leakage_house_pressure'] = 50 - args['air_leakage_value'] = 3 - args['heating_system_type'] = HPXML::HVACTypeFurnace - args['heating_system_fuel'] = HPXML::FuelTypeNaturalGas - args['heating_system_heating_efficiency'] = 0.92 - args['heating_system_heating_capacity'] = 36000.0 - args['heating_system_fraction_heat_load_served'] = 1 - args['cooling_system_type'] = HPXML::HVACTypeCentralAirConditioner - args['cooling_system_cooling_efficiency_type'] = HPXML::UnitsSEER - args['cooling_system_cooling_efficiency'] = 13.0 - args['cooling_system_cooling_compressor_type'] = HPXML::HVACCompressorTypeSingleStage - args['cooling_system_cooling_sensible_heat_fraction'] = 0.73 - args['cooling_system_cooling_capacity'] = 24000.0 - args['cooling_system_fraction_cool_load_served'] = 1 - args['cooling_system_is_ducted'] = false - args['heat_pump_type'] = 'none' - args['heat_pump_heating_efficiency_type'] = HPXML::UnitsHSPF - args['heat_pump_heating_efficiency'] = 7.7 - args['heat_pump_cooling_efficiency_type'] = HPXML::UnitsSEER - args['heat_pump_cooling_efficiency'] = 13.0 - args['heat_pump_cooling_compressor_type'] = HPXML::HVACCompressorTypeSingleStage - args['heat_pump_cooling_sensible_heat_fraction'] = 0.73 - args['heat_pump_heating_capacity'] = 36000.0 - args['heat_pump_cooling_capacity'] = 36000.0 - args['heat_pump_fraction_heat_load_served'] = 1 - args['heat_pump_fraction_cool_load_served'] = 1 - args['heat_pump_backup_type'] = 'none' - args['heat_pump_backup_fuel'] = HPXML::FuelTypeElectricity - args['heat_pump_backup_heating_efficiency'] = 1 - args['heat_pump_backup_heating_capacity'] = 36000.0 - args['hvac_control_heating_weekday_setpoint'] = 68 - args['hvac_control_heating_weekend_setpoint'] = 68 - args['hvac_control_cooling_weekday_setpoint'] = 78 - args['hvac_control_cooling_weekend_setpoint'] = 78 - args['ducts_leakage_units'] = HPXML::UnitsCFM25 - args['ducts_supply_leakage_to_outside_value'] = 75.0 - args['ducts_return_leakage_to_outside_value'] = 25.0 - args['ducts_supply_insulation_r'] = 4.0 - args['ducts_return_insulation_r'] = 0.0 - args['ducts_supply_location'] = HPXML::LocationAtticUnvented - args['ducts_return_location'] = HPXML::LocationAtticUnvented - args['ducts_supply_surface_area'] = 150.0 - args['ducts_return_surface_area'] = 50.0 - args['heating_system_2_type'] = 'none' - args['heating_system_2_fuel'] = HPXML::FuelTypeElectricity - args['heating_system_2_heating_efficiency'] = 1.0 - args['heating_system_2_fraction_heat_load_served'] = 0.25 - args['mech_vent_fan_type'] = 'none' - args['mech_vent_flow_rate'] = 110 - args['mech_vent_hours_in_operation'] = 24 - args['mech_vent_recovery_efficiency_type'] = 'Unadjusted' - args['mech_vent_total_recovery_efficiency'] = 0.48 - args['mech_vent_sensible_recovery_efficiency'] = 0.72 - args['mech_vent_fan_power'] = 30 - args['mech_vent_num_units_served'] = 1 - args['mech_vent_2_fan_type'] = 'none' - args['mech_vent_2_flow_rate'] = 110 - args['mech_vent_2_hours_in_operation'] = 24 - args['mech_vent_2_recovery_efficiency_type'] = 'Unadjusted' - args['mech_vent_2_total_recovery_efficiency'] = 0.48 - args['mech_vent_2_sensible_recovery_efficiency'] = 0.72 - args['mech_vent_2_fan_power'] = 30 - args['kitchen_fans_quantity'] = 0 - args['bathroom_fans_quantity'] = 0 - args['whole_house_fan_present'] = false - args['water_heater_type'] = HPXML::WaterHeaterTypeStorage - args['water_heater_fuel_type'] = HPXML::FuelTypeElectricity - args['water_heater_location'] = HPXML::LocationLivingSpace - args['water_heater_tank_volume'] = 40 - args['water_heater_efficiency_type'] = 'EnergyFactor' - args['water_heater_efficiency'] = 0.95 - args['water_heater_recovery_efficiency'] = 0.76 - args['water_heater_heating_capacity'] = 18767 - args['water_heater_jacket_rvalue'] = 0 - args['water_heater_setpoint_temperature'] = 125 - args['water_heater_num_units_served'] = 1 - args['hot_water_distribution_system_type'] = HPXML::DHWDistTypeStandard - args['hot_water_distribution_standard_piping_length'] = 50 - args['hot_water_distribution_recirc_control_type'] = HPXML::DHWRecirControlTypeNone - args['hot_water_distribution_recirc_piping_length'] = 50 - args['hot_water_distribution_recirc_branch_piping_length'] = 50 - args['hot_water_distribution_recirc_pump_power'] = 50 - args['hot_water_distribution_pipe_r'] = 0.0 - args['dwhr_facilities_connected'] = 'none' - args['dwhr_equal_flow'] = true - args['dwhr_efficiency'] = 0.55 - args['water_fixtures_shower_low_flow'] = true - args['water_fixtures_sink_low_flow'] = false - args['solar_thermal_system_type'] = 'none' - args['solar_thermal_collector_area'] = 40.0 - args['solar_thermal_collector_loop_type'] = HPXML::SolarThermalLoopTypeDirect - args['solar_thermal_collector_type'] = HPXML::SolarThermalTypeEvacuatedTube - args['solar_thermal_collector_azimuth'] = 180 - args['solar_thermal_collector_tilt'] = 20 - args['solar_thermal_collector_rated_optical_efficiency'] = 0.5 - args['solar_thermal_collector_rated_thermal_losses'] = 0.2799 - args['solar_thermal_solar_fraction'] = 0 - args['pv_system_present'] = false - args['pv_system_array_azimuth'] = 180 - args['pv_system_array_tilt'] = 20 - args['pv_system_max_power_output'] = 4000 - args['pv_system_2_present'] = false - args['pv_system_2_array_azimuth'] = 180 - args['pv_system_2_array_tilt'] = 20 - args['pv_system_2_max_power_output'] = 4000 - args['battery_present'] = false - args['lighting_present'] = true - args['lighting_interior_fraction_cfl'] = 0.4 - args['lighting_interior_fraction_lfl'] = 0.1 - args['lighting_interior_fraction_led'] = 0.25 - args['lighting_exterior_fraction_cfl'] = 0.4 - args['lighting_exterior_fraction_lfl'] = 0.1 - args['lighting_exterior_fraction_led'] = 0.25 - args['lighting_garage_fraction_cfl'] = 0.4 - args['lighting_garage_fraction_lfl'] = 0.1 - args['lighting_garage_fraction_led'] = 0.25 - args['holiday_lighting_present'] = false - args['dehumidifier_type'] = 'none' - args['dehumidifier_efficiency_type'] = 'EnergyFactor' - args['dehumidifier_efficiency'] = 1.8 - args['dehumidifier_capacity'] = 40 - args['dehumidifier_rh_setpoint'] = 0.5 - args['dehumidifier_fraction_dehumidification_load_served'] = 1 - args['clothes_washer_present'] = true - args['clothes_washer_location'] = HPXML::LocationLivingSpace - args['clothes_washer_efficiency_type'] = 'IntegratedModifiedEnergyFactor' - args['clothes_washer_efficiency'] = 1.21 - args['clothes_washer_rated_annual_kwh'] = 380.0 - args['clothes_washer_label_electric_rate'] = 0.12 - args['clothes_washer_label_gas_rate'] = 1.09 - args['clothes_washer_label_annual_gas_cost'] = 27.0 - args['clothes_washer_label_usage'] = 6.0 - args['clothes_washer_capacity'] = 3.2 - args['clothes_dryer_present'] = true - args['clothes_dryer_location'] = HPXML::LocationLivingSpace - args['clothes_dryer_fuel_type'] = HPXML::FuelTypeElectricity - args['clothes_dryer_efficiency_type'] = 'CombinedEnergyFactor' - args['clothes_dryer_efficiency'] = 3.73 - args['clothes_dryer_vented_flow_rate'] = 150.0 - args['dishwasher_present'] = true - args['dishwasher_location'] = HPXML::LocationLivingSpace - args['dishwasher_efficiency_type'] = 'RatedAnnualkWh' - args['dishwasher_efficiency'] = 307 - args['dishwasher_label_electric_rate'] = 0.12 - args['dishwasher_label_gas_rate'] = 1.09 - args['dishwasher_label_annual_gas_cost'] = 22.32 - args['dishwasher_label_usage'] = 4.0 - args['dishwasher_place_setting_capacity'] = 12 - args['refrigerator_present'] = true - args['refrigerator_location'] = HPXML::LocationLivingSpace - args['refrigerator_rated_annual_kwh'] = 650.0 - args['extra_refrigerator_present'] = false - args['freezer_present'] = false - args['cooking_range_oven_present'] = true - args['cooking_range_oven_location'] = HPXML::LocationLivingSpace - args['cooking_range_oven_fuel_type'] = HPXML::FuelTypeElectricity - args['cooking_range_oven_is_induction'] = false - args['cooking_range_oven_is_convection'] = false - args['ceiling_fan_present'] = false - args['misc_plug_loads_television_present'] = true - args['misc_plug_loads_television_annual_kwh'] = 620.0 - args['misc_plug_loads_other_annual_kwh'] = 2457.0 - args['misc_plug_loads_other_frac_sensible'] = 0.855 - args['misc_plug_loads_other_frac_latent'] = 0.045 - args['misc_plug_loads_well_pump_present'] = false - args['misc_plug_loads_vehicle_present'] = false - args['misc_fuel_loads_grill_present'] = false - args['misc_fuel_loads_grill_fuel_type'] = HPXML::FuelTypeNaturalGas - args['misc_fuel_loads_lighting_present'] = false - args['misc_fuel_loads_lighting_fuel_type'] = HPXML::FuelTypeNaturalGas - args['misc_fuel_loads_fireplace_present'] = false - args['misc_fuel_loads_fireplace_fuel_type'] = HPXML::FuelTypeNaturalGas - args['pool_present'] = false - args['pool_heater_type'] = HPXML::HeaterTypeElectricResistance - args['hot_tub_present'] = false - args['hot_tub_heater_type'] = HPXML::HeaterTypeElectricResistance - args['utility_bill_scenario_names'] = 'Bills' - elsif ['ASHRAE_Standard_140/L100AC.xml'].include? hpxml_file - args['weather_station_epw_filepath'] = 'USA_CO_Colorado.Springs-Peterson.Field.724660_TMY3.epw' - args['geometry_unit_type'] = HPXML::ResidentialTypeSFD - args['geometry_unit_cfa'] = 1539.0 - args['geometry_unit_left_wall_is_adiabatic'] = false - args['geometry_unit_right_wall_is_adiabatic'] = false - args['geometry_unit_front_wall_is_adiabatic'] = false - args['geometry_unit_back_wall_is_adiabatic'] = false - args['geometry_unit_num_floors_above_grade'] = 1 - args['geometry_average_ceiling_height'] = 8.0 - args['geometry_unit_orientation'] = 180.0 - args['geometry_unit_aspect_ratio'] = 57.0 / 27.0 - args['geometry_garage_width'] = 0 - args['geometry_garage_depth'] = 0 - args['geometry_garage_protrusion'] = 0 - args['geometry_garage_position'] = 'Right' - args['geometry_foundation_type'] = HPXML::FoundationTypeAmbient - args['geometry_foundation_height'] = 7.25 - args['geometry_foundation_height_above_grade'] = 0.667 - args['geometry_rim_joist_height'] = 9.0 - args['geometry_roof_type'] = 'gable' - args['geometry_roof_pitch'] = '4:12' - args['geometry_attic_type'] = HPXML::AtticTypeVented - args['geometry_eaves_depth'] = 0 - args['geometry_unit_num_bedrooms'] = 3 - args['geometry_unit_num_occupants'] = 0 - args['floor_over_foundation_assembly_r'] = 14.15 - args['floor_over_garage_assembly_r'] = 0 - args['floor_type'] = HPXML::FloorTypeWoodFrame - args['foundation_wall_thickness'] = 6.0 - args['foundation_wall_insulation_r'] = 0 - args['foundation_wall_insulation_distance_to_top'] = 0 - args['foundation_wall_insulation_distance_to_bottom'] = 0 - args['rim_joist_assembly_r'] = 5.01 - args['slab_perimeter_insulation_r'] = 0 - args['slab_perimeter_depth'] = 0 - args['slab_under_insulation_r'] = 0 - args['slab_under_width'] = 0 - args['slab_thickness'] = 4.0 - args['slab_carpet_fraction'] = 0 - args['slab_carpet_r'] = 0 - args['ceiling_assembly_r'] = 18.45 - args['roof_material_type'] = HPXML::RoofTypeAsphaltShingles - args['roof_color'] = HPXML::ColorMedium - args['roof_assembly_r'] = 1.99 - args['roof_radiant_barrier'] = false - args['roof_radiant_barrier_grade'] = 1 - args['neighbor_front_distance'] = 0 - args['neighbor_back_distance'] = 0 - args['neighbor_left_distance'] = 0 - args['neighbor_right_distance'] = 0 - args['wall_type'] = HPXML::WallTypeWoodStud - args['wall_siding_type'] = HPXML::SidingTypeWood - args['wall_color'] = HPXML::ColorMedium - args['wall_assembly_r'] = 11.76 - args['window_front_wwr'] = 0 - args['window_back_wwr'] = 0 - args['window_left_wwr'] = 0 - args['window_right_wwr'] = 0 - args['window_area_front'] = 90 - args['window_area_back'] = 90 - args['window_area_left'] = 45 - args['window_area_right'] = 45 - args['window_aspect_ratio'] = 5.0 / 3.0 - args['window_fraction_operable'] = 0 - args['window_ufactor'] = 1.039 - args['window_shgc'] = 0.67 - args['window_interior_shading_winter'] = 1 - args['window_interior_shading_summer'] = 1 - args['overhangs_front_depth'] = 0 - args['overhangs_back_depth'] = 0 - args['overhangs_left_depth'] = 0 - args['overhangs_right_depth'] = 0 - args['overhangs_front_distance_to_top_of_window'] = 0 - args['overhangs_back_distance_to_top_of_window'] = 0 - args['overhangs_left_distance_to_top_of_window'] = 0 - args['overhangs_right_distance_to_top_of_window'] = 0 - args['overhangs_front_distance_to_bottom_of_window'] = 0 - args['overhangs_back_distance_to_bottom_of_window'] = 0 - args['overhangs_left_distance_to_bottom_of_window'] = 0 - args['overhangs_right_distance_to_bottom_of_window'] = 0 - args['skylight_area_front'] = 0 - args['skylight_area_back'] = 0 - args['skylight_area_left'] = 0 - args['skylight_area_right'] = 0 - args['skylight_ufactor'] = 0 - args['skylight_shgc'] = 0 - args['door_area'] = 40.0 - args['door_rvalue'] = 3.04 - args['air_leakage_units'] = HPXML::UnitsACHNatural - args['air_leakage_house_pressure'] = 50 - args['air_leakage_value'] = 0.67 - args['heating_system_type'] = 'none' - args['heating_system_fuel'] = HPXML::FuelTypeNaturalGas - args['heating_system_heating_efficiency'] = 0 - args['heating_system_fraction_heat_load_served'] = 0 - args['cooling_system_type'] = 'none' - args['cooling_system_cooling_efficiency_type'] = HPXML::UnitsSEER - args['cooling_system_cooling_efficiency'] = 0 - args['cooling_system_cooling_compressor_type'] = HPXML::HVACCompressorTypeSingleStage - args['cooling_system_cooling_sensible_heat_fraction'] = 0 - args['cooling_system_fraction_cool_load_served'] = 0 - args['cooling_system_is_ducted'] = false - args['heat_pump_type'] = 'none' - args['heat_pump_heating_efficiency_type'] = HPXML::UnitsHSPF - args['heat_pump_heating_efficiency'] = 0 - args['heat_pump_cooling_efficiency_type'] = HPXML::UnitsSEER - args['heat_pump_cooling_efficiency'] = 0 - args['heat_pump_cooling_compressor_type'] = HPXML::HVACCompressorTypeSingleStage - args['heat_pump_cooling_sensible_heat_fraction'] = 0 - args['heat_pump_fraction_heat_load_served'] = 0 - args['heat_pump_fraction_cool_load_served'] = 0 - args['heat_pump_backup_type'] = 'none' - args['heat_pump_backup_fuel'] = HPXML::FuelTypeElectricity - args['heat_pump_backup_heating_efficiency'] = 0 - args['hvac_control_heating_weekday_setpoint'] = 68 - args['hvac_control_heating_weekend_setpoint'] = 68 - args['hvac_control_cooling_weekday_setpoint'] = 78 - args['hvac_control_cooling_weekend_setpoint'] = 78 - args['ducts_leakage_units'] = HPXML::UnitsCFM25 - args['ducts_supply_leakage_to_outside_value'] = 0 - args['ducts_return_leakage_to_outside_value'] = 0 - args['ducts_supply_insulation_r'] = 0 - args['ducts_return_insulation_r'] = 0 - args['ducts_supply_location'] = HPXML::LocationLivingSpace - args['ducts_return_location'] = HPXML::LocationLivingSpace - args['ducts_supply_surface_area'] = 0 - args['ducts_return_surface_area'] = 0 - args['heating_system_2_type'] = 'none' - args['heating_system_2_fuel'] = HPXML::FuelTypeElectricity - args['heating_system_2_heating_efficiency'] = 0 - args['heating_system_2_fraction_heat_load_served'] = 0 - args['mech_vent_fan_type'] = 'none' - args['mech_vent_flow_rate'] = 0 - args['mech_vent_hours_in_operation'] = 0 - args['mech_vent_recovery_efficiency_type'] = 'Unadjusted' - args['mech_vent_total_recovery_efficiency'] = 0 - args['mech_vent_sensible_recovery_efficiency'] = 0 - args['mech_vent_fan_power'] = 0 - args['mech_vent_num_units_served'] = 0 - args['mech_vent_2_fan_type'] = 'none' - args['mech_vent_2_flow_rate'] = 0 - args['mech_vent_2_hours_in_operation'] = 0 - args['mech_vent_2_recovery_efficiency_type'] = 'Unadjusted' - args['mech_vent_2_total_recovery_efficiency'] = 0 - args['mech_vent_2_sensible_recovery_efficiency'] = 0 - args['mech_vent_2_fan_power'] = 0 - args['kitchen_fans_quantity'] = 0 - args['bathroom_fans_quantity'] = 0 - args['whole_house_fan_present'] = false - args['water_heater_type'] = 'none' - args['water_heater_fuel_type'] = HPXML::FuelTypeElectricity - args['water_heater_location'] = HPXML::LocationLivingSpace - args['water_heater_tank_volume'] = 0 - args['water_heater_efficiency_type'] = 'EnergyFactor' - args['water_heater_efficiency'] = 0 - args['water_heater_recovery_efficiency'] = 0 - args['water_heater_jacket_rvalue'] = 0 - args['water_heater_setpoint_temperature'] = 0 - args['water_heater_num_units_served'] = 0 - args['hot_water_distribution_system_type'] = HPXML::DHWDistTypeStandard - args['hot_water_distribution_standard_piping_length'] = 0 - args['hot_water_distribution_recirc_control_type'] = HPXML::DHWRecirControlTypeNone - args['hot_water_distribution_recirc_piping_length'] = 0 - args['hot_water_distribution_recirc_branch_piping_length'] = 0 - args['hot_water_distribution_recirc_pump_power'] = 0 - args['hot_water_distribution_pipe_r'] = 0 - args['dwhr_facilities_connected'] = 'none' - args['dwhr_equal_flow'] = true - args['dwhr_efficiency'] = 0 - args['water_fixtures_shower_low_flow'] = false - args['water_fixtures_sink_low_flow'] = false - args['water_fixtures_usage_multiplier'] = 0 - args['solar_thermal_system_type'] = 'none' - args['solar_thermal_collector_area'] = 0 - args['solar_thermal_collector_loop_type'] = HPXML::SolarThermalLoopTypeDirect - args['solar_thermal_collector_type'] = HPXML::SolarThermalTypeEvacuatedTube - args['solar_thermal_collector_azimuth'] = 0 - args['solar_thermal_collector_tilt'] = 0 - args['solar_thermal_collector_rated_optical_efficiency'] = 0 - args['solar_thermal_collector_rated_thermal_losses'] = 0 - args['solar_thermal_solar_fraction'] = 0 - args['pv_system_present'] = false - args['pv_system_array_azimuth'] = 0 - args['pv_system_array_tilt'] = 0 - args['pv_system_max_power_output'] = 0 - args['pv_system_2_present'] = false - args['pv_system_2_array_azimuth'] = 0 - args['pv_system_2_array_tilt'] = 0 - args['pv_system_2_max_power_output'] = 0 - args['battery_present'] = false - args['lighting_present'] = false - args['lighting_interior_fraction_cfl'] = 0 - args['lighting_interior_fraction_lfl'] = 0 - args['lighting_interior_fraction_led'] = 0 - args['lighting_interior_usage_multiplier'] = 0 - args['lighting_exterior_fraction_cfl'] = 0 - args['lighting_exterior_fraction_lfl'] = 0 - args['lighting_exterior_fraction_led'] = 0 - args['lighting_exterior_usage_multiplier'] = 0 - args['lighting_garage_fraction_cfl'] = 0 - args['lighting_garage_fraction_lfl'] = 0 - args['lighting_garage_fraction_led'] = 0 - args['lighting_garage_usage_multiplier'] = 0 - args['holiday_lighting_present'] = false - args['dehumidifier_type'] = 'none' - args['dehumidifier_efficiency_type'] = 'EnergyFactor' - args['dehumidifier_efficiency'] = 0 - args['dehumidifier_capacity'] = 0 - args['dehumidifier_rh_setpoint'] = 0 - args['dehumidifier_fraction_dehumidification_load_served'] = 0 - args['clothes_washer_present'] = false - args['clothes_washer_efficiency_type'] = 'IntegratedModifiedEnergyFactor' - args['clothes_dryer_present'] = false - args['clothes_dryer_fuel_type'] = HPXML::FuelTypeElectricity - args['clothes_dryer_efficiency_type'] = 'CombinedEnergyFactor' - args['dishwasher_present'] = false - args['dishwasher_efficiency_type'] = 'RatedAnnualkWh' - args['refrigerator_present'] = false - args['extra_refrigerator_present'] = false - args['freezer_present'] = false - args['cooking_range_oven_present'] = false - args['cooking_range_oven_fuel_type'] = HPXML::FuelTypeElectricity - args['ceiling_fan_present'] = false - args['misc_plug_loads_television_present'] = false - args['misc_plug_loads_other_annual_kwh'] = 7302.0 - args['misc_plug_loads_other_frac_sensible'] = 0.822 - args['misc_plug_loads_other_frac_latent'] = 0.178 - args['misc_plug_loads_well_pump_present'] = false - args['misc_plug_loads_vehicle_present'] = false - args['misc_fuel_loads_grill_present'] = false - args['misc_fuel_loads_grill_fuel_type'] = HPXML::FuelTypeNaturalGas - args['misc_fuel_loads_lighting_present'] = false - args['misc_fuel_loads_lighting_fuel_type'] = HPXML::FuelTypeNaturalGas - args['misc_fuel_loads_fireplace_present'] = false - args['misc_fuel_loads_fireplace_fuel_type'] = HPXML::FuelTypeNaturalGas - args['pool_present'] = false - args['pool_heater_type'] = HPXML::HeaterTypeElectricResistance - args['hot_tub_present'] = false - args['hot_tub_heater_type'] = HPXML::HeaterTypeElectricResistance - end - - # ASHRAE 140 - if ['ASHRAE_Standard_140/L100AL.xml'].include? hpxml_file - args['weather_station_epw_filepath'] = 'USA_NV_Las.Vegas-McCarran.Intl.AP.723860_TMY3.epw' - elsif ['ASHRAE_Standard_140/L110AC.xml', - 'ASHRAE_Standard_140/L110AL.xml'].include? hpxml_file - args['air_leakage_value'] = 1.5 - elsif ['ASHRAE_Standard_140/L120AC.xml', - 'ASHRAE_Standard_140/L120AL.xml'].include? hpxml_file - args['wall_assembly_r'] = 23.58 - args['ceiling_assembly_r'] = 57.49 - elsif ['ASHRAE_Standard_140/L130AC.xml', - 'ASHRAE_Standard_140/L130AL.xml'].include? hpxml_file - args['window_ufactor'] = 0.3 - args['window_shgc'] = 0.335 - elsif ['ASHRAE_Standard_140/L140AC.xml', - 'ASHRAE_Standard_140/L140AL.xml'].include? hpxml_file - args['window_area_front'] = 0.0 - args['window_area_back'] = 0.0 - args['window_area_left'] = 0.0 - args['window_area_right'] = 0.0 - elsif ['ASHRAE_Standard_140/L150AC.xml', - 'ASHRAE_Standard_140/L150AL.xml'].include? hpxml_file - args['window_area_front'] = 270.0 - args['window_area_back'] = 0.0 - args['window_area_left'] = 0.0 - args['window_area_right'] = 0.0 - args['window_aspect_ratio'] = 5.0 / 1.5 - elsif ['ASHRAE_Standard_140/L155AC.xml', - 'ASHRAE_Standard_140/L155AL.xml'].include? hpxml_file - args['overhangs_front_depth'] = 2.5 - args['overhangs_front_distance_to_top_of_window'] = 1.0 - args['overhangs_front_distance_to_bottom_of_window'] = 6.0 - elsif ['ASHRAE_Standard_140/L160AC.xml', - 'ASHRAE_Standard_140/L160AL.xml'].include? hpxml_file - args['window_area_front'] = 0.0 - args['window_area_back'] = 0.0 - args['window_area_left'] = 135.0 - args['window_area_right'] = 135.0 - args['window_aspect_ratio'] = 5.0 / 1.5 - elsif ['ASHRAE_Standard_140/L170AC.xml', - 'ASHRAE_Standard_140/L170AL.xml'].include? hpxml_file - args['misc_plug_loads_other_annual_kwh'] = 0.0 - elsif ['ASHRAE_Standard_140/L200AC.xml', - 'ASHRAE_Standard_140/L200AL.xml'].include? hpxml_file - args['air_leakage_value'] = 1.5 - args['wall_assembly_r'] = 4.84 - args['ceiling_assembly_r'] = 11.75 - args['floor_over_foundation_assembly_r'] = 4.24 - elsif ['ASHRAE_Standard_140/L202AC.xml', - 'ASHRAE_Standard_140/L202AL.xml'].include? hpxml_file - args['wall_color'] = HPXML::ColorReflective - args['roof_color'] = HPXML::ColorReflective - elsif ['ASHRAE_Standard_140/L302XC.xml'].include? hpxml_file - args['geometry_foundation_type'] = HPXML::FoundationTypeSlab - args['slab_carpet_fraction'] = 1.0 - args['slab_carpet_r'] = 2.08 - elsif ['ASHRAE_Standard_140/L304XC.xml'].include? hpxml_file - args['slab_perimeter_insulation_r'] = 5.4 - args['slab_perimeter_depth'] = 2.5 - elsif ['ASHRAE_Standard_140/L322XC.xml'].include? hpxml_file - args['geometry_foundation_type'] = HPXML::FoundationTypeBasementConditioned - args['geometry_unit_cfa'] = 3078 - args['air_leakage_value'] = 0.335 - elsif ['ASHRAE_Standard_140/L324XC.xml'].include? hpxml_file - args['rim_joist_assembly_r'] = 13.14 - args['foundation_wall_insulation_r'] = 10.2 - args['foundation_wall_insulation_distance_to_bottom'] = 7.25 - args['foundation_wall_insulation_location'] = 'interior' - end - - # Appliances - if ['base-appliances-coal.xml'].include? hpxml_file - args['clothes_dryer_fuel_type'] = HPXML::FuelTypeCoal - args['clothes_dryer_efficiency'] = 3.3 - args.delete('clothes_dryer_vented_flow_rate') - args['cooking_range_oven_fuel_type'] = HPXML::FuelTypeCoal - elsif ['base-appliances-dehumidifier.xml'].include? hpxml_file - args['dehumidifier_type'] = HPXML::DehumidifierTypePortable - elsif ['base-appliances-dehumidifier-ief-portable.xml'].include? hpxml_file - args['dehumidifier_efficiency_type'] = 'IntegratedEnergyFactor' - args['dehumidifier_efficiency'] = 1.5 - elsif ['base-appliances-dehumidifier-ief-whole-home.xml'].include? hpxml_file - args['dehumidifier_type'] = HPXML::DehumidifierTypeWholeHome - elsif ['base-appliances-gas.xml'].include? hpxml_file - args['clothes_dryer_fuel_type'] = HPXML::FuelTypeNaturalGas - args['clothes_dryer_efficiency'] = 3.3 - args.delete('clothes_dryer_vented_flow_rate') - args['cooking_range_oven_fuel_type'] = HPXML::FuelTypeNaturalGas - elsif ['base-appliances-modified.xml'].include? hpxml_file - args['clothes_washer_efficiency_type'] = 'ModifiedEnergyFactor' - args['clothes_washer_efficiency'] = 1.65 - args['clothes_dryer_efficiency_type'] = 'EnergyFactor' - args['clothes_dryer_efficiency'] = 4.29 - args['clothes_dryer_vented_flow_rate'] = 0.0 - args['dishwasher_efficiency_type'] = 'EnergyFactor' - args['dishwasher_efficiency'] = 0.7 - args['dishwasher_place_setting_capacity'] = 6 - elsif ['base-appliances-none.xml'].include? hpxml_file - args['clothes_washer_present'] = false - args['clothes_dryer_present'] = false - args['dishwasher_present'] = false - args['refrigerator_present'] = false - args['cooking_range_oven_present'] = false - elsif ['base-appliances-oil.xml', - 'base-appliances-oil-location-miami-fl.xml'].include? hpxml_file - args['clothes_dryer_fuel_type'] = HPXML::FuelTypeOil - args['clothes_dryer_efficiency'] = 3.3 - args.delete('clothes_dryer_vented_flow_rate') - args['cooking_range_oven_fuel_type'] = HPXML::FuelTypeOil - elsif ['base-appliances-propane.xml', - 'base-appliances-propane-location-portland-or.xml'].include? hpxml_file - args['clothes_dryer_fuel_type'] = HPXML::FuelTypePropane - args['clothes_dryer_efficiency'] = 3.3 - args.delete('clothes_dryer_vented_flow_rate') - args['cooking_range_oven_fuel_type'] = HPXML::FuelTypePropane - elsif ['base-appliances-wood.xml'].include? hpxml_file - args['clothes_dryer_fuel_type'] = HPXML::FuelTypeWoodCord - args['clothes_dryer_efficiency'] = 3.3 - args.delete('clothes_dryer_vented_flow_rate') - args['cooking_range_oven_fuel_type'] = HPXML::FuelTypeWoodCord - end - - # Attic/roof - if ['base-atticroof-flat.xml'].include? hpxml_file - args['geometry_attic_type'] = HPXML::AtticTypeFlatRoof - args['roof_assembly_r'] = 25.8 - args['ducts_supply_leakage_to_outside_value'] = 0.0 - args['ducts_return_leakage_to_outside_value'] = 0.0 - args['ducts_supply_location'] = HPXML::LocationBasementConditioned - args['ducts_return_location'] = HPXML::LocationBasementConditioned - elsif ['base-atticroof-radiant-barrier.xml'].include? hpxml_file - args['roof_radiant_barrier'] = true - args['roof_radiant_barrier_grade'] = 2 - args['ceiling_assembly_r'] = 8.7 - elsif ['base-atticroof-unvented-insulated-roof.xml'].include? hpxml_file - args['ceiling_assembly_r'] = 2.1 - args['roof_assembly_r'] = 25.8 - elsif ['base-atticroof-vented.xml'].include? hpxml_file - args['geometry_attic_type'] = HPXML::AtticTypeVented - args['water_heater_location'] = HPXML::LocationAtticVented - args['ducts_supply_location'] = HPXML::LocationAtticVented - args['ducts_return_location'] = HPXML::LocationAtticVented - elsif ['base-atticroof-conditioned.xml'].include? hpxml_file - args['geometry_attic_type'] = HPXML::AtticTypeConditioned - args['geometry_unit_num_floors_above_grade'] = 2 - args['geometry_unit_cfa'] = 3600 - args['ducts_supply_location'] = HPXML::LocationLivingSpace - args['ducts_return_location'] = HPXML::LocationLivingSpace - args['ducts_supply_leakage_to_outside_value'] = 50 - args['ducts_return_leakage_to_outside_value'] = 100 - args['water_heater_location'] = HPXML::LocationBasementConditioned - args['clothes_washer_location'] = HPXML::LocationBasementConditioned - args['clothes_dryer_location'] = HPXML::LocationBasementConditioned - args['dishwasher_location'] = HPXML::LocationBasementConditioned - args['refrigerator_location'] = HPXML::LocationBasementConditioned - args['cooking_range_oven_location'] = HPXML::LocationBasementConditioned - args['misc_plug_loads_other_annual_kwh'] = 3276 - elsif ['base-atticroof-cathedral.xml'].include? hpxml_file - # BuildResHPXML measure doesn't support cathedral ceiling; model as - # conditioned attic and then update the resulting HPXML later. - args['geometry_attic_type'] = HPXML::AtticTypeConditioned - args['geometry_unit_num_floors_above_grade'] = 2 - args['geometry_unit_cfa'] = 4050 - args['window_area_left'] = 120.0 - args['window_area_right'] = 120.0 - args['window_aspect_ratio'] = 5.0 / 2.5 - args['roof_assembly_r'] = 25.8 - args['ducts_supply_location'] = HPXML::LocationLivingSpace - args['ducts_return_location'] = HPXML::LocationLivingSpace - args['ducts_supply_leakage_to_outside_value'] = 0 - args['ducts_return_leakage_to_outside_value'] = 0 - end - - # Single-Family Attached - if ['base-bldgtype-single-family-attached.xml'].include? hpxml_file - args['geometry_unit_type'] = HPXML::ResidentialTypeSFA - args['geometry_unit_cfa'] = 1800.0 - args['geometry_unit_aspect_ratio'] = 0.6667 - args['geometry_building_num_units'] = 3 - args['geometry_unit_right_wall_is_adiabatic'] = true - args['window_front_wwr'] = 0.18 - args['window_back_wwr'] = 0.18 - args['window_left_wwr'] = 0.18 - args['window_right_wwr'] = 0.18 - args['window_area_front'] = 0 - args['window_area_back'] = 0 - args['window_area_left'] = 0 - args['window_area_right'] = 0 - args['heating_system_heating_capacity'] = 24000.0 - args['misc_plug_loads_other_annual_kwh'] = 1638.0 - elsif ['base-bldgtype-single-family-attached-2stories.xml'].include? hpxml_file - args['geometry_unit_num_floors_above_grade'] = 2 - args['geometry_unit_cfa'] = 2700.0 - args['heating_system_heating_capacity'] = 48000.0 - args['cooling_system_cooling_capacity'] = 36000.0 - args['ducts_supply_surface_area'] = 112.5 - args['ducts_return_surface_area'] = 37.5 - args['misc_plug_loads_other_annual_kwh'] = 2457.0 - elsif ['base-bldgtype-single-family-attached-atticroof-cathedral.xml'].include? hpxml_file - args['geometry_attic_type'] = HPXML::AtticTypeConditioned - args['ducts_supply_location'] = HPXML::LocationLivingSpace - args['ducts_return_location'] = HPXML::LocationLivingSpace - args['ducts_supply_leakage_to_outside_value'] = 0 - args['ducts_return_leakage_to_outside_value'] = 0 - end - - # Multifamily - if ['base-bldgtype-multifamily.xml'].include? hpxml_file - args['geometry_unit_type'] = HPXML::ResidentialTypeApartment - args['geometry_unit_cfa'] = 900.0 - args['geometry_unit_aspect_ratio'] = 0.6667 - args['geometry_foundation_type'] = HPXML::FoundationTypeAboveApartment - args['geometry_attic_type'] = HPXML::AtticTypeBelowApartment - args['geometry_unit_right_wall_is_adiabatic'] = true - args['geometry_building_num_units'] = 6 - args['window_front_wwr'] = 0.18 - args['window_back_wwr'] = 0.18 - args['window_left_wwr'] = 0.18 - args['window_right_wwr'] = 0.18 - args['window_area_front'] = 0 - args['window_area_back'] = 0 - args['window_area_left'] = 0 - args['window_area_right'] = 0 - args['heating_system_heating_capacity'] = 12000.0 - args['cooling_system_cooling_capacity'] = 12000.0 - args['ducts_supply_leakage_to_outside_value'] = 0.0 - args['ducts_return_leakage_to_outside_value'] = 0.0 - args['ducts_supply_location'] = HPXML::LocationLivingSpace - args['ducts_return_location'] = HPXML::LocationLivingSpace - args['ducts_supply_insulation_r'] = 0.0 - args['door_area'] = 20.0 - args['misc_plug_loads_other_annual_kwh'] = 819.0 - elsif ['base-bldgtype-multifamily-shared-boiler-only-baseboard.xml', - 'base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml'].include? hpxml_file - args['heating_system_type'] = "Shared #{HPXML::HVACTypeBoiler} w/ Baseboard" - args['cooling_system_type'] = 'none' - elsif ['base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml', - 'base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml'].include? hpxml_file - args['heating_system_type'] = "Shared #{HPXML::HVACTypeBoiler} w/ Ductless Fan Coil" - elsif ['base-bldgtype-multifamily-shared-chiller-only-baseboard.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = 'none' - elsif ['base-bldgtype-multifamily-shared-mechvent.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeSupply - args['mech_vent_flow_rate'] = 800 - args['mech_vent_fan_power'] = 240 - args['mech_vent_num_units_served'] = 10 - args['mech_vent_shared_frac_recirculation'] = 0.5 - args['mech_vent_2_fan_type'] = HPXML::MechVentTypeExhaust - args['mech_vent_2_flow_rate'] = 72 - args['mech_vent_2_fan_power'] = 26 - elsif ['base-bldgtype-multifamily-shared-mechvent-preconditioning.xml'].include? hpxml_file - args['mech_vent_shared_preheating_fuel'] = HPXML::FuelTypeNaturalGas - args['mech_vent_shared_preheating_efficiency'] = 0.92 - args['mech_vent_shared_preheating_fraction_heat_load_served'] = 0.7 - args['mech_vent_shared_precooling_fuel'] = HPXML::FuelTypeElectricity - args['mech_vent_shared_precooling_efficiency'] = 4.0 - args['mech_vent_shared_precooling_fraction_cool_load_served'] = 0.8 - elsif ['base-bldgtype-multifamily-shared-pv.xml'].include? hpxml_file - args['pv_system_present'] = true - args['pv_system_num_bedrooms_served'] = 6 * 3 - args['pv_system_location'] = HPXML::LocationGround - args['pv_system_module_type'] = HPXML::PVModuleTypeStandard - args['pv_system_tracking'] = HPXML::PVTrackingTypeFixed - args['pv_system_array_azimuth'] = 225 - args['pv_system_array_tilt'] = 30 - args['pv_system_max_power_output'] = 30000 - args['pv_system_inverter_efficiency'] = 0.96 - args['pv_system_system_losses_fraction'] = 0.14 - elsif ['base-bldgtype-multifamily-shared-water-heater.xml'].include? hpxml_file - args['water_heater_fuel_type'] = HPXML::FuelTypeNaturalGas - args['water_heater_num_units_served'] = 6 - args['water_heater_tank_volume'] = 120 - args['water_heater_efficiency'] = 0.59 - args['water_heater_recovery_efficiency'] = 0.76 - args['water_heater_heating_capacity'] = 40000 - end - - # Occ Calc Type - if ['base-calctype-operational.xml', - 'base-calctype-operational-misc-loads-large-uncommon.xml', - 'base-calctype-operational-misc-loads-large-uncommon2.xml', - 'base-bldgtype-multifamily-calctype-operational.xml'].include? hpxml_file - args['occupancy_calculation_type'] = HPXML::OccupancyCalculationTypeOperational - args['geometry_unit_num_occupants'] = 1 - args.delete('misc_plug_loads_television_annual_kwh') - args.delete('misc_plug_loads_other_annual_kwh') - args.delete('pool_pump_annual_kwh') - args.delete('pool_heater_annual_therm') - args.delete('pool_heater_annual_kwh') - args.delete('hot_tub_pump_annual_kwh') - args.delete('hot_tub_heater_annual_therm') - args.delete('hot_tub_heater_annual_kwh') - args.delete('misc_plug_loads_well_pump_annual_kwh') - args.delete('misc_plug_loads_vehicle_annual_kwh') - args.delete('misc_fuel_loads_grill_annual_therm') - args.delete('misc_fuel_loads_lighting_annual_therm') - args.delete('misc_fuel_loads_fireplace_annual_therm') - elsif ['base-calctype-operational-misc-defaults.xml'].include? hpxml_file - args['occupancy_calculation_type'] = HPXML::OccupancyCalculationTypeOperational - args['geometry_unit_num_occupants'] = 5 - end - - # DHW - if ['base-dhw-combi-tankless.xml'].include? hpxml_file - args['water_heater_type'] = HPXML::WaterHeaterTypeCombiTankless - args.delete('water_heater_tank_volume') - elsif ['base-dhw-combi-tankless-outside.xml', - 'base-dhw-indirect-outside.xml', - 'base-dhw-tank-gas-outside.xml', - 'base-dhw-tank-heat-pump-outside.xml', - 'base-dhw-tankless-electric-outside.xml'].include? hpxml_file - args['water_heater_location'] = HPXML::LocationOtherExterior - elsif ['base-dhw-dwhr.xml'].include? hpxml_file - args['dwhr_facilities_connected'] = HPXML::DWHRFacilitiesConnectedAll - elsif ['base-dhw-indirect.xml'].include? hpxml_file - args['water_heater_type'] = HPXML::WaterHeaterTypeCombiStorage - args['water_heater_tank_volume'] = 50 - elsif ['base-dhw-indirect-standbyloss.xml'].include? hpxml_file - args['water_heater_standby_loss'] = 1.0 - elsif ['base-dhw-indirect-with-solar-fraction.xml', - 'base-dhw-solar-fraction.xml', - 'base-dhw-tank-heat-pump-with-solar-fraction.xml', - 'base-dhw-tankless-gas-with-solar-fraction.xml'].include? hpxml_file - args['solar_thermal_system_type'] = HPXML::SolarThermalSystemType - args['solar_thermal_solar_fraction'] = 0.65 - elsif ['base-dhw-jacket-electric.xml', - 'base-dhw-jacket-gas.xml', - 'base-dhw-jacket-hpwh.xml', - 'base-dhw-jacket-indirect.xml'].include? hpxml_file - args['water_heater_jacket_rvalue'] = 10.0 - elsif ['base-dhw-low-flow-fixtures.xml'].include? hpxml_file - args['water_fixtures_sink_low_flow'] = true - elsif ['base-dhw-none.xml'].include? hpxml_file - args['water_heater_type'] = 'none' - elsif ['base-dhw-recirc-demand.xml'].include? hpxml_file - args['hot_water_distribution_system_type'] = HPXML::DHWDistTypeRecirc - args['hot_water_distribution_recirc_control_type'] = HPXML::DHWRecirControlTypeSensor - args['hot_water_distribution_pipe_r'] = 3.0 - elsif ['base-dhw-recirc-manual.xml'].include? hpxml_file - args['hot_water_distribution_system_type'] = HPXML::DHWDistTypeRecirc - args['hot_water_distribution_recirc_control_type'] = HPXML::DHWRecirControlTypeManual - args['hot_water_distribution_pipe_r'] = 3.0 - elsif ['base-dhw-recirc-nocontrol.xml'].include? hpxml_file - args['hot_water_distribution_system_type'] = HPXML::DHWDistTypeRecirc - elsif ['base-dhw-recirc-temperature.xml'].include? hpxml_file - args['hot_water_distribution_system_type'] = HPXML::DHWDistTypeRecirc - args['hot_water_distribution_recirc_control_type'] = HPXML::DHWRecirControlTypeTemperature - elsif ['base-dhw-recirc-timer.xml'].include? hpxml_file - args['hot_water_distribution_system_type'] = HPXML::DHWDistTypeRecirc - args['hot_water_distribution_recirc_control_type'] = HPXML::DHWRecirControlTypeTimer - elsif ['base-dhw-solar-direct-evacuated-tube.xml'].include? hpxml_file - args['solar_thermal_system_type'] = HPXML::SolarThermalSystemType - args['solar_thermal_storage_volume'] = 60 - elsif ['base-dhw-solar-indirect-flat-plate.xml'].include? hpxml_file - args['solar_thermal_system_type'] = HPXML::SolarThermalSystemType - args['solar_thermal_collector_type'] = HPXML::SolarThermalTypeSingleGlazing - args['solar_thermal_collector_rated_optical_efficiency'] = 0.77 - args['solar_thermal_collector_rated_thermal_losses'] = 0.793 - args['solar_thermal_storage_volume'] = 60 - args['solar_thermal_collector_loop_type'] = HPXML::SolarThermalLoopTypeIndirect - elsif ['base-dhw-solar-direct-flat-plate.xml'].include? hpxml_file - args['solar_thermal_collector_loop_type'] = HPXML::SolarThermalLoopTypeDirect - elsif ['base-dhw-solar-direct-ics.xml'].include? hpxml_file - args['solar_thermal_collector_type'] = HPXML::SolarThermalTypeICS - args['solar_thermal_collector_loop_type'] = HPXML::SolarThermalLoopTypeDirect - elsif ['base-dhw-solar-thermosyphon-flat-plate.xml'].include? hpxml_file - args['solar_thermal_collector_loop_type'] = HPXML::SolarThermalLoopTypeThermosyphon - elsif ['base-dhw-tank-coal.xml'].include? hpxml_file - args['water_heater_fuel_type'] = HPXML::FuelTypeCoal - elsif ['base-dhw-tank-elec-uef.xml'].include? hpxml_file - args['water_heater_tank_volume'] = 30 - args['water_heater_efficiency_type'] = 'UniformEnergyFactor' - args['water_heater_efficiency'] = 0.93 - args['water_heater_usage_bin'] = HPXML::WaterHeaterUsageBinLow - args['water_heater_recovery_efficiency'] = 0.98 - args['water_heater_heating_capacity'] = 15354 - elsif ['base-dhw-tank-gas.xml'].include? hpxml_file - args['water_heater_fuel_type'] = HPXML::FuelTypeNaturalGas - args['water_heater_tank_volume'] = 50 - args['water_heater_efficiency'] = 0.59 - args['water_heater_heating_capacity'] = 40000 - elsif ['base-dhw-tank-gas-uef.xml'].include? hpxml_file - args['water_heater_tank_volume'] = 30 - args['water_heater_efficiency_type'] = 'UniformEnergyFactor' - args['water_heater_usage_bin'] = HPXML::WaterHeaterUsageBinMedium - args['water_heater_recovery_efficiency'] = 0.75 - args['water_heater_heating_capacity'] = 30000 - elsif ['base-dhw-tank-heat-pump.xml'].include? hpxml_file - args['water_heater_type'] = HPXML::WaterHeaterTypeHeatPump - args['water_heater_tank_volume'] = 80 - args['water_heater_efficiency'] = 2.3 - elsif ['base-dhw-tank-heat-pump-uef.xml'].include? hpxml_file - args['water_heater_tank_volume'] = 50 - args['water_heater_efficiency_type'] = 'UniformEnergyFactor' - args['water_heater_efficiency'] = 3.75 - args['water_heater_usage_bin'] = HPXML::WaterHeaterUsageBinMedium - args['water_heater_heating_capacity'] = 18767 - elsif ['base-dhw-tank-heat-pump-with-solar.xml', - 'base-dhw-tankless-gas-with-solar.xml'].include? hpxml_file - args['solar_thermal_system_type'] = HPXML::SolarThermalSystemType - args['solar_thermal_collector_loop_type'] = HPXML::SolarThermalLoopTypeIndirect - args['solar_thermal_collector_type'] = HPXML::SolarThermalTypeSingleGlazing - args['solar_thermal_collector_rated_optical_efficiency'] = 0.77 - args['solar_thermal_collector_rated_thermal_losses'] = 0.793 - args['solar_thermal_storage_volume'] = 60 - elsif ['base-dhw-tankless-electric.xml'].include? hpxml_file - args['water_heater_type'] = HPXML::WaterHeaterTypeTankless - args.delete('water_heater_tank_volume') - args['water_heater_efficiency'] = 0.99 - elsif ['base-dhw-tankless-electric-uef.xml'].include? hpxml_file - args['water_heater_efficiency_type'] = 'UniformEnergyFactor' - args['water_heater_efficiency'] = 0.98 - elsif ['base-dhw-tankless-gas.xml'].include? hpxml_file - args['water_heater_type'] = HPXML::WaterHeaterTypeTankless - args['water_heater_fuel_type'] = HPXML::FuelTypeNaturalGas - args.delete('water_heater_tank_volume') - args['water_heater_efficiency'] = 0.82 - elsif ['base-dhw-tankless-gas-uef.xml'].include? hpxml_file - args['water_heater_efficiency_type'] = 'UniformEnergyFactor' - args['water_heater_efficiency'] = 0.93 - elsif ['base-dhw-tankless-propane.xml'].include? hpxml_file - args['water_heater_fuel_type'] = HPXML::FuelTypePropane - elsif ['base-dhw-tank-oil.xml'].include? hpxml_file - args['water_heater_fuel_type'] = HPXML::FuelTypeOil - elsif ['base-dhw-tank-wood.xml'].include? hpxml_file - args['water_heater_fuel_type'] = HPXML::FuelTypeWoodCord - elsif ['base-dhw-desuperheater.xml', - 'base-dhw-desuperheater-2-speed.xml', - 'base-dhw-desuperheater-var-speed.xml', - 'base-dhw-desuperheater-hpwh.xml', - 'base-dhw-desuperheater-gshp.xml'].include? hpxml_file - args['water_heater_uses_desuperheater'] = true - elsif ['base-dhw-desuperheater-tankless.xml'].include? hpxml_file - args['water_heater_uses_desuperheater'] = true - args['water_heater_type'] = HPXML::WaterHeaterTypeTankless - args.delete('water_heater_tank_volume') - args['water_heater_efficiency'] = 0.99 - elsif ['base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml'].include? hpxml_file - args['water_heater_operating_mode'] = HPXML::WaterHeaterOperatingModeHeatPumpOnly - elsif ['base-dhw-tank-model-type-stratified.xml'].include? hpxml_file - args['water_heater_tank_model_type'] = HPXML::WaterHeaterTankModelTypeStratified - end - - # Enclosure - if ['base-enclosure-2stories.xml'].include? hpxml_file - args['geometry_unit_cfa'] = 4050.0 - args['geometry_unit_num_floors_above_grade'] = 2 - args['window_area_front'] = 216.0 - args['window_area_back'] = 216.0 - args['window_area_left'] = 144.0 - args['window_area_right'] = 144.0 - args['heating_system_heating_capacity'] = 48000.0 - args['cooling_system_cooling_capacity'] = 36000.0 - args['ducts_supply_surface_area'] = 112.5 - args['ducts_return_surface_area'] = 37.5 - args['misc_plug_loads_other_annual_kwh'] = 3685.5 - elsif ['base-enclosure-2stories-garage.xml'].include? hpxml_file - args['geometry_unit_cfa'] = 3250.0 - args['geometry_garage_width'] = 20.0 - args['misc_plug_loads_other_annual_kwh'] = 2957.5 - args['floor_over_garage_assembly_r'] = 39.3 - elsif ['base-enclosure-beds-1.xml'].include? hpxml_file - args['geometry_unit_num_bedrooms'] = 1 - args['geometry_unit_num_bathrooms'] = 1 - args['geometry_unit_num_occupants'] = 1 - args['misc_plug_loads_television_annual_kwh'] = 482.0 - elsif ['base-enclosure-beds-2.xml'].include? hpxml_file - args['geometry_unit_num_bedrooms'] = 2 - args['geometry_unit_num_bathrooms'] = 1 - args['geometry_unit_num_occupants'] = 2 - args['misc_plug_loads_television_annual_kwh'] = 551.0 - elsif ['base-enclosure-beds-4.xml'].include? hpxml_file - args['geometry_unit_num_bedrooms'] = 4 - args['geometry_unit_num_occupants'] = 4 - args['misc_plug_loads_television_annual_kwh'] = 689.0 - elsif ['base-enclosure-beds-5.xml'].include? hpxml_file - args['geometry_unit_num_bedrooms'] = 5 - args['geometry_unit_num_bathrooms'] = 3 - args['geometry_unit_num_occupants'] = 5 - args['misc_plug_loads_television_annual_kwh'] = 758.0 - elsif ['base-enclosure-garage.xml'].include? hpxml_file - args['geometry_garage_width'] = 30.0 - args['geometry_garage_protrusion'] = 1.0 - args['window_area_front'] = 12.0 - args['window_aspect_ratio'] = 5.0 / 1.5 - args['ducts_supply_location'] = HPXML::LocationGarage - args['ducts_return_location'] = HPXML::LocationGarage - args['water_heater_location'] = HPXML::LocationGarage - args['clothes_washer_location'] = HPXML::LocationGarage - args['clothes_dryer_location'] = HPXML::LocationGarage - args['dishwasher_location'] = HPXML::LocationGarage - args['refrigerator_location'] = HPXML::LocationGarage - args['cooking_range_oven_location'] = HPXML::LocationGarage - elsif ['base-enclosure-infil-ach-house-pressure.xml', - 'base-enclosure-infil-cfm-house-pressure.xml'].include? hpxml_file - args['air_leakage_house_pressure'] = 45 - args['air_leakage_value'] *= 0.9338 - elsif ['base-enclosure-infil-cfm50.xml'].include? hpxml_file - args['air_leakage_units'] = HPXML::UnitsCFM - args['air_leakage_value'] = 1080 - elsif ['base-enclosure-infil-flue.xml'].include? hpxml_file - args['geometry_has_flue_or_chimney'] = 'true' - elsif ['base-enclosure-infil-natural-ach.xml'].include? hpxml_file - args['air_leakage_units'] = HPXML::UnitsACHNatural - args['air_leakage_value'] = 0.2 - elsif ['base-enclosure-overhangs.xml'].include? hpxml_file - args['overhangs_back_depth'] = 2.5 - args['overhangs_back_distance_to_bottom_of_window'] = 4.0 - args['overhangs_left_depth'] = 1.5 - args['overhangs_left_distance_to_top_of_window'] = 2.0 - args['overhangs_left_distance_to_bottom_of_window'] = 7.0 - args['overhangs_right_depth'] = 1.5 - args['overhangs_right_distance_to_top_of_window'] = 2.0 - args['overhangs_right_distance_to_bottom_of_window'] = 6.0 - elsif ['base-enclosure-windows-natural-ventilation-availability.xml'].include? hpxml_file - args['window_natvent_availability'] = 7 - elsif ['base-enclosure-windows-none.xml'].include? hpxml_file - args['window_area_front'] = 0 - args['window_area_back'] = 0 - args['window_area_left'] = 0 - args['window_area_right'] = 0 - elsif ['base-enclosure-windows-storms.xml'].include? hpxml_file - args['window_ufactor'] = 0.6 - args['window_storm_type'] = HPXML::WindowGlassTypeLowE - elsif ['base-enclosure-skylights.xml'].include? hpxml_file - args['skylight_area_front'] = 15 - args['skylight_area_back'] = 15 - elsif ['base-enclosure-skylights-storms.xml'].include? hpxml_file - args['skylight_ufactor'] = 0.6 - args['skylight_storm_type'] = HPXML::WindowGlassTypeClear - end - - # Foundation - if ['base-foundation-ambient.xml'].include? hpxml_file - args['geometry_unit_cfa'] = 1350.0 - args['geometry_foundation_type'] = HPXML::FoundationTypeAmbient - args.delete('geometry_rim_joist_height') - args['floor_over_foundation_assembly_r'] = 18.7 - args.delete('rim_joist_assembly_r') - args['misc_plug_loads_other_annual_kwh'] = 1228.5 - elsif ['base-foundation-conditioned-basement-slab-insulation.xml'].include? hpxml_file - args['slab_under_insulation_r'] = 10 - args['slab_under_width'] = 4 - elsif ['base-foundation-conditioned-basement-wall-insulation.xml'].include? hpxml_file - args['foundation_wall_type'] = HPXML::FoundationWallTypeConcreteBlockFoamCore - args['foundation_wall_insulation_r'] = 18.9 - args['foundation_wall_insulation_distance_to_top'] = 1.0 - elsif ['base-foundation-slab.xml'].include? hpxml_file - args['geometry_unit_cfa'] = 1350.0 - args['geometry_foundation_type'] = HPXML::FoundationTypeSlab - args['geometry_foundation_height'] = 0.0 - args['geometry_foundation_height_above_grade'] = 0.0 - args.delete('foundation_wall_insulation_distance_to_bottom') - args['slab_under_insulation_r'] = 5 - args['slab_under_width'] = 999 - args['slab_carpet_fraction'] = 1.0 - args['slab_carpet_r'] = 2.5 - args['ducts_supply_location'] = HPXML::LocationUnderSlab - args['ducts_return_location'] = HPXML::LocationUnderSlab - args['misc_plug_loads_other_annual_kwh'] = 1228.5 - elsif ['base-foundation-unconditioned-basement.xml'].include? hpxml_file - args['geometry_unit_cfa'] = 1350.0 - args['geometry_foundation_type'] = HPXML::FoundationTypeBasementUnconditioned - args['floor_over_foundation_assembly_r'] = 18.7 - args['foundation_wall_insulation_r'] = 0 - args['foundation_wall_insulation_distance_to_bottom'] = 0.0 - args['rim_joist_assembly_r'] = 4.0 - args['ducts_supply_location'] = HPXML::LocationBasementUnconditioned - args['ducts_return_location'] = HPXML::LocationBasementUnconditioned - args['water_heater_location'] = HPXML::LocationBasementUnconditioned - args['clothes_washer_location'] = HPXML::LocationBasementUnconditioned - args['clothes_dryer_location'] = HPXML::LocationBasementUnconditioned - args['dishwasher_location'] = HPXML::LocationBasementUnconditioned - args['refrigerator_location'] = HPXML::LocationBasementUnconditioned - args['cooking_range_oven_location'] = HPXML::LocationBasementUnconditioned - args['misc_plug_loads_other_annual_kwh'] = 1228.5 - elsif ['base-foundation-basement-garage.xml'].include? hpxml_file - args['misc_plug_loads_other_annual_kwh'] = 1729 - elsif ['base-foundation-unconditioned-basement-above-grade.xml'].include? hpxml_file - args['geometry_foundation_height_above_grade'] = 4.0 - elsif ['base-foundation-unconditioned-basement-assembly-r.xml'].include? hpxml_file - args['foundation_wall_assembly_r'] = 10.69 - elsif ['base-foundation-unconditioned-basement-wall-insulation.xml'].include? hpxml_file - args['floor_over_foundation_assembly_r'] = 2.1 - args['foundation_wall_insulation_r'] = 8.9 - args['foundation_wall_insulation_distance_to_bottom'] = 4.0 - args['rim_joist_assembly_r'] = 23.0 - elsif ['base-foundation-unvented-crawlspace.xml'].include? hpxml_file - args['geometry_unit_cfa'] = 1350.0 - args['geometry_foundation_type'] = HPXML::FoundationTypeCrawlspaceUnvented - args['geometry_foundation_height'] = 4.0 - args['slab_thickness'] = 0.0 - args['floor_over_foundation_assembly_r'] = 18.7 - args['foundation_wall_insulation_distance_to_bottom'] = 4.0 - args['ducts_supply_location'] = HPXML::LocationCrawlspaceUnvented - args['ducts_return_location'] = HPXML::LocationCrawlspaceUnvented - args['water_heater_location'] = HPXML::LocationCrawlspaceUnvented - args['misc_plug_loads_other_annual_kwh'] = 1228.5 - elsif ['base-foundation-vented-crawlspace.xml'].include? hpxml_file - args['geometry_unit_cfa'] = 1350.0 - args['geometry_foundation_type'] = HPXML::FoundationTypeCrawlspaceVented - args['geometry_foundation_height'] = 4.0 - args['slab_thickness'] = 0.0 - args['floor_over_foundation_assembly_r'] = 18.7 - args['foundation_wall_insulation_distance_to_bottom'] = 4.0 - args['ducts_supply_location'] = HPXML::LocationCrawlspaceVented - args['ducts_return_location'] = HPXML::LocationCrawlspaceVented - args['water_heater_location'] = HPXML::LocationCrawlspaceVented - args['misc_plug_loads_other_annual_kwh'] = 1228.5 - elsif ['base-foundation-conditioned-crawlspace.xml'].include? hpxml_file - args['geometry_unit_cfa'] = 1350.0 - args['geometry_foundation_type'] = HPXML::FoundationTypeCrawlspaceConditioned - args['geometry_foundation_height'] = 4.0 - args['floor_over_foundation_assembly_r'] = 18.7 - args['foundation_wall_insulation_distance_to_bottom'] = 4.0 - args['ducts_supply_location'] = HPXML::LocationCrawlspaceConditioned - args['ducts_return_location'] = HPXML::LocationCrawlspaceConditioned - args['ducts_supply_leakage_to_outside_value'] = 0.0 - args['ducts_return_leakage_to_outside_value'] = 0.0 - args['water_heater_location'] = HPXML::LocationCrawlspaceConditioned - args['misc_plug_loads_other_annual_kwh'] = 1228.5 - elsif ['base-foundation-walkout-basement.xml'].include? hpxml_file - args['geometry_foundation_height_above_grade'] = 5.0 - args['foundation_wall_insulation_distance_to_bottom'] = 4.0 - end - - # HVAC - if ['base-hvac-air-to-air-heat-pump-1-speed.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = 'none' - args['heat_pump_type'] = HPXML::HVACTypeHeatPumpAirToAir - args['heat_pump_heating_capacity_17_f'] = args['heat_pump_heating_capacity'] * 0.6 - args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeIntegrated - elsif ['base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml'].include? hpxml_file - args['heat_pump_cooling_efficiency_type'] = HPXML::UnitsSEER2 - args['heat_pump_cooling_efficiency'] = (args['heat_pump_cooling_efficiency'] * 0.95).round(1) - args['heat_pump_heating_efficiency_type'] = HPXML::UnitsHSPF2 - args['heat_pump_heating_efficiency'] = (args['heat_pump_heating_efficiency'] * 0.85).round(1) - elsif ['base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml'].include? hpxml_file - args['heat_pump_heating_capacity'] = 0.0 - args['heat_pump_heating_capacity_17_f'] = 0.0 - args['heat_pump_fraction_heat_load_served'] = 0 - args['heat_pump_backup_type'] = 'none' - elsif ['base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml'].include? hpxml_file - args['heat_pump_cooling_capacity'] = 0.0 - args['heat_pump_fraction_cool_load_served'] = 0 - elsif ['base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml'].include? hpxml_file - args['hvac_control_heating_weekday_setpoint'] = '64, 64, 64, 64, 64, 64, 64, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 64, 64' - args['hvac_control_heating_weekend_setpoint'] = '64, 64, 64, 64, 64, 64, 64, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 64, 64' - args['heat_pump_backup_heating_lockout_temp'] = 35.0 - elsif ['base-hvac-air-to-air-heat-pump-2-speed.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = 'none' - args['heat_pump_type'] = HPXML::HVACTypeHeatPumpAirToAir - args['heat_pump_heating_efficiency'] = 9.3 - args['heat_pump_cooling_compressor_type'] = HPXML::HVACCompressorTypeTwoStage - args['heat_pump_heating_capacity_17_f'] = args['heat_pump_heating_capacity'] * 0.6 - args['heat_pump_cooling_efficiency'] = 18.0 - args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeIntegrated - elsif ['base-hvac-air-to-air-heat-pump-var-speed.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = 'none' - args['heat_pump_type'] = HPXML::HVACTypeHeatPumpAirToAir - args['heat_pump_heating_efficiency'] = 10.0 - args['heat_pump_cooling_compressor_type'] = HPXML::HVACCompressorTypeVariableSpeed - args['heat_pump_cooling_sensible_heat_fraction'] = 0.78 - args['heat_pump_heating_capacity_17_f'] = args['heat_pump_heating_capacity'] * 0.6 - args['heat_pump_cooling_efficiency'] = 22.0 - args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeIntegrated - elsif ['base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml'].include? hpxml_file - args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeSeparate - args['heat_pump_heating_capacity'] = 18000.0 - args['heat_pump_cooling_capacity'] = 18000.0 - args['heat_pump_heating_capacity_17_f'] = args['heat_pump_heating_capacity'] * 0.6 - args['heating_system_2_type'] = HPXML::HVACTypeBoiler - args['heating_system_2_fuel'] = HPXML::FuelTypeNaturalGas - args['heating_system_2_heating_efficiency'] = 0.8 - args['heating_system_2_heating_capacity'] = 60000.0 - elsif ['base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml'].include? hpxml_file - args['heat_pump_backup_heating_switchover_temp'] = 25 - elsif hpxml_file.include? 'autosize' - args.delete('heating_system_heating_capacity') - args.delete('heating_system_2_heating_capacity') - args.delete('cooling_system_cooling_capacity') - args.delete('heat_pump_heating_capacity') - args.delete('cooling_system_integrated_heating_system_capacity') - if hpxml_file.include? 'sizing-methodology-hers' - args['heat_pump_sizing_methodology'] = HPXML::HeatPumpSizingHERS - elsif hpxml_file.include? 'sizing-methodology-maxload' - args['heat_pump_sizing_methodology'] = HPXML::HeatPumpSizingMaxLoad - elsif hpxml_file.include? 'sizing-methodology-acca' - args['heat_pump_sizing_methodology'] = HPXML::HeatPumpSizingACCA - else - args['heat_pump_sizing_methodology'] = HPXML::HeatPumpSizingHERS - end - args.delete('heat_pump_heating_capacity_17_f') - args.delete('heat_pump_backup_heating_capacity') - args.delete('heat_pump_cooling_capacity') - elsif ['base-hvac-boiler-coal-only.xml', - 'base-hvac-furnace-coal-only.xml'].include? hpxml_file - args['heating_system_fuel'] = HPXML::FuelTypeCoal - elsif ['base-hvac-boiler-elec-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeBoiler - args['heating_system_fuel'] = HPXML::FuelTypeElectricity - args['heating_system_heating_efficiency'] = 0.98 - args['cooling_system_type'] = 'none' - elsif ['base-hvac-boiler-gas-central-ac-1-speed.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeBoiler - elsif ['base-hvac-boiler-gas-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeBoiler - args['cooling_system_type'] = 'none' - elsif ['base-hvac-boiler-oil-only.xml', - 'base-hvac-furnace-oil-only.xml'].include? hpxml_file - args['heating_system_fuel'] = HPXML::FuelTypeOil - elsif ['base-hvac-boiler-propane-only.xml', - 'base-hvac-furnace-propane-only.xml'].include? hpxml_file - args['heating_system_fuel'] = HPXML::FuelTypePropane - elsif ['base-hvac-boiler-wood-only.xml', - 'base-hvac-furnace-wood-only.xml'].include? hpxml_file - args['heating_system_fuel'] = HPXML::FuelTypeWoodCord - elsif ['base-hvac-central-ac-only-1-speed.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - elsif ['base-hvac-central-ac-only-1-speed-seer2.xml'].include? hpxml_file - args['cooling_system_cooling_efficiency_type'] = HPXML::UnitsSEER2 - args['cooling_system_cooling_efficiency'] = (args['cooling_system_cooling_efficiency'] * 0.95).round(1) - elsif ['base-hvac-central-ac-only-2-speed.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_cooling_efficiency'] = 18.0 - args['cooling_system_cooling_compressor_type'] = HPXML::HVACCompressorTypeTwoStage - elsif ['base-hvac-central-ac-only-var-speed.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_cooling_efficiency'] = 24.0 - args['cooling_system_cooling_compressor_type'] = HPXML::HVACCompressorTypeVariableSpeed - args['cooling_system_cooling_sensible_heat_fraction'] = 0.78 - elsif ['base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml'].include? hpxml_file - args['heat_pump_type'] = HPXML::HVACTypeHeatPumpAirToAir - args['heat_pump_heating_efficiency'] = 7.7 - args['heat_pump_heating_capacity_17_f'] = args['heat_pump_heating_capacity'] * 0.6 - args['heat_pump_fraction_cool_load_served'] = 0 - args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeIntegrated - args['heat_pump_backup_fuel'] = HPXML::FuelTypeElectricity - elsif ['base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml'].include? hpxml_file - args['heat_pump_heating_efficiency'] = 7.7 - args['heat_pump_backup_fuel'] = HPXML::FuelTypeNaturalGas - args['heat_pump_backup_heating_efficiency'] = 0.95 - args['heat_pump_backup_heating_switchover_temp'] = 25 - elsif ['base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml'].include? hpxml_file - args['heat_pump_backup_fuel'] = HPXML::FuelTypeElectricity - args['heat_pump_backup_heating_efficiency'] = 1.0 - elsif ['base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml', - 'base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml'].include? hpxml_file - args['heat_pump_backup_fuel'] = HPXML::FuelTypeNaturalGas - args['heat_pump_backup_heating_efficiency'] = 0.95 - args['heat_pump_backup_heating_switchover_temp'] = 25 - elsif ['base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml'].include? hpxml_file - args['heat_pump_heating_capacity'] = 36000.0 - args['heat_pump_backup_fuel'] = HPXML::FuelTypeNaturalGas - args['heat_pump_backup_heating_efficiency'] = 0.95 - args['heat_pump_backup_heating_switchover_temp'] = 25 - elsif ['base-hvac-ducts-leakage-cfm50.xml'].include? hpxml_file - args['ducts_leakage_units'] = HPXML::UnitsCFM50 - args['ducts_supply_leakage_to_outside_value'] = 100 - args['ducts_return_leakage_to_outside_value'] = 125 - elsif ['base-hvac-ducts-leakage-percent.xml'].include? hpxml_file - args['ducts_leakage_units'] = HPXML::UnitsPercent - args['ducts_supply_leakage_to_outside_value'] = 0.1 - args['ducts_return_leakage_to_outside_value'] = 0.05 - elsif ['base-hvac-elec-resistance-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeElectricResistance - args['heating_system_fuel'] = HPXML::FuelTypeElectricity - args['heating_system_heating_efficiency'] = 1.0 - args['cooling_system_type'] = 'none' - elsif ['base-hvac-evap-cooler-furnace-gas.xml'].include? hpxml_file - args['cooling_system_type'] = HPXML::HVACTypeEvaporativeCooler - args.delete('cooling_system_cooling_compressor_type') - args.delete('cooling_system_cooling_sensible_heat_fraction') - elsif ['base-hvac-evap-cooler-only.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = HPXML::HVACTypeEvaporativeCooler - args.delete('cooling_system_cooling_compressor_type') - args.delete('cooling_system_cooling_sensible_heat_fraction') - elsif ['base-hvac-evap-cooler-only-ducted.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = HPXML::HVACTypeEvaporativeCooler - args.delete('cooling_system_cooling_compressor_type') - args.delete('cooling_system_cooling_sensible_heat_fraction') - args['cooling_system_is_ducted'] = true - args['ducts_return_leakage_to_outside_value'] = 0.0 - elsif ['base-hvac-fireplace-wood-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeFireplace - args['heating_system_fuel'] = HPXML::FuelTypeWoodCord - elsif ['base-hvac-fixed-heater-gas-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeFixedHeater - args['heating_system_heating_efficiency'] = 1.0 - args['cooling_system_type'] = 'none' - elsif ['base-hvac-floor-furnace-propane-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeFloorFurnace - args['heating_system_fuel'] = HPXML::FuelTypePropane - elsif ['base-hvac-furnace-elec-central-ac-1-speed.xml'].include? hpxml_file - args['heating_system_fuel'] = HPXML::FuelTypeElectricity - args['heating_system_heating_efficiency'] = 1.0 - elsif ['base-hvac-furnace-elec-only.xml'].include? hpxml_file - args['heating_system_fuel'] = HPXML::FuelTypeElectricity - args['heating_system_heating_efficiency'] = 0.98 - args['cooling_system_type'] = 'none' - elsif ['base-hvac-furnace-gas-central-ac-2-speed.xml'].include? hpxml_file - args['cooling_system_cooling_efficiency'] = 18.0 - args['cooling_system_cooling_compressor_type'] = HPXML::HVACCompressorTypeTwoStage - elsif ['base-hvac-furnace-gas-central-ac-var-speed.xml'].include? hpxml_file - args['cooling_system_cooling_efficiency'] = 24.0 - args['cooling_system_cooling_compressor_type'] = HPXML::HVACCompressorTypeVariableSpeed - args['cooling_system_cooling_sensible_heat_fraction'] = 0.78 - elsif ['base-hvac-furnace-gas-only.xml'].include? hpxml_file - args['cooling_system_type'] = 'none' - elsif ['base-hvac-furnace-gas-room-ac.xml'].include? hpxml_file - args['cooling_system_type'] = HPXML::HVACTypeRoomAirConditioner - args['cooling_system_cooling_efficiency_type'] = HPXML::UnitsEER - args['cooling_system_cooling_efficiency'] = 8.5 - args.delete('cooling_system_cooling_compressor_type') - args['cooling_system_cooling_sensible_heat_fraction'] = 0.65 - elsif ['base-hvac-mini-split-air-conditioner-only-ducted.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = HPXML::HVACTypeMiniSplitAirConditioner - args['cooling_system_cooling_efficiency'] = 19.0 - args.delete('cooling_system_cooling_compressor_type') - args['cooling_system_is_ducted'] = true - args['ducts_supply_leakage_to_outside_value'] = 15.0 - args['ducts_return_leakage_to_outside_value'] = 5.0 - args['ducts_supply_insulation_r'] = 0.0 - args['ducts_supply_surface_area'] = 30.0 - args['ducts_return_surface_area'] = 10.0 - elsif ['base-hvac-mini-split-air-conditioner-only-ductless.xml'].include? hpxml_file - args['cooling_system_is_ducted'] = false - elsif ['base-hvac-ground-to-air-heat-pump.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = 'none' - args['heat_pump_type'] = HPXML::HVACTypeHeatPumpGroundToAir - args['heat_pump_heating_efficiency_type'] = HPXML::UnitsCOP - args['heat_pump_heating_efficiency'] = 3.6 - args['heat_pump_cooling_efficiency_type'] = HPXML::UnitsEER - args['heat_pump_cooling_efficiency'] = 16.6 - args.delete('heat_pump_cooling_compressor_type') - args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeIntegrated - elsif ['base-hvac-ground-to-air-heat-pump-cooling-only.xml'].include? hpxml_file - args['heat_pump_heating_capacity'] = 0.0 - args['heat_pump_fraction_heat_load_served'] = 0 - args['heat_pump_backup_type'] = 'none' - elsif ['base-hvac-ground-to-air-heat-pump-heating-only.xml'].include? hpxml_file - args['heat_pump_cooling_capacity'] = 0.0 - args['heat_pump_fraction_cool_load_served'] = 0 - elsif ['base-hvac-seasons.xml'].include? hpxml_file - args['hvac_control_heating_season_period'] = 'Nov 1 - May 1' - args['hvac_control_cooling_season_period'] = 'Jun 1 - Oct 1' - elsif ['base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml', - 'base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml', - 'base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml', - 'base-hvac-install-quality-ground-to-air-heat-pump.xml', - 'base-hvac-install-quality-mini-split-heat-pump-ducted.xml'].include? hpxml_file - args['heat_pump_airflow_defect_ratio'] = -0.25 - args['heat_pump_charge_defect_ratio'] = -0.25 - elsif ['base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml', - 'base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml', - 'base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml'].include? hpxml_file - args['heating_system_airflow_defect_ratio'] = -0.25 - args['cooling_system_airflow_defect_ratio'] = -0.25 - args['cooling_system_charge_defect_ratio'] = -0.25 - elsif ['base-hvac-install-quality-furnace-gas-only.xml'].include? hpxml_file - args['heating_system_airflow_defect_ratio'] = -0.25 - elsif ['base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml'].include? hpxml_file - args['cooling_system_airflow_defect_ratio'] = -0.25 - args['cooling_system_charge_defect_ratio'] = -0.25 - elsif ['base-hvac-mini-split-heat-pump-ducted.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = 'none' - args['heat_pump_type'] = HPXML::HVACTypeHeatPumpMiniSplit - args['heat_pump_heating_capacity_17_f'] = args['heat_pump_heating_capacity'] * 0.6 - args['heat_pump_heating_efficiency'] = 10.0 - args['heat_pump_cooling_efficiency'] = 19.0 - args.delete('heat_pump_cooling_compressor_type') - args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeIntegrated - args['heat_pump_is_ducted'] = true - args['ducts_supply_leakage_to_outside_value'] = 15.0 - args['ducts_return_leakage_to_outside_value'] = 5.0 - args['ducts_supply_insulation_r'] = 0.0 - args['ducts_supply_surface_area'] = 30.0 - args['ducts_return_surface_area'] = 10.0 - elsif ['base-hvac-mini-split-heat-pump-ducted-cooling-only.xml'].include? hpxml_file - args['heat_pump_heating_capacity'] = 0 - args['heat_pump_heating_capacity_17_f'] = 0 - args['heat_pump_fraction_heat_load_served'] = 0 - args['heat_pump_backup_type'] = 'none' - elsif ['base-hvac-mini-split-heat-pump-ducted-heating-only.xml'].include? hpxml_file - args['heat_pump_cooling_capacity'] = 0 - args['heat_pump_fraction_cool_load_served'] = 0 - args['heat_pump_backup_fuel'] = HPXML::FuelTypeElectricity - elsif ['base-hvac-mini-split-heat-pump-ductless.xml'].include? hpxml_file - args['heat_pump_backup_type'] = 'none' - args['heat_pump_is_ducted'] = false - elsif ['base-hvac-mini-split-heat-pump-ductless-backup-stove.xml'].include? hpxml_file - args['heat_pump_backup_type'] = HPXML::HeatPumpBackupTypeSeparate - args['heat_pump_heating_capacity'] = 18000.0 - args['heat_pump_cooling_capacity'] = 18000.0 - args['heat_pump_heating_capacity_17_f'] = args['heat_pump_heating_capacity'] * 0.6 - args['heating_system_2_type'] = HPXML::HVACTypeStove - args['heating_system_2_fuel'] = HPXML::FuelTypeOil - args['heating_system_2_heating_efficiency'] = 0.6 - args['heating_system_2_heating_capacity'] = 60000.0 - elsif ['base-hvac-none.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = 'none' - elsif ['base-hvac-portable-heater-gas-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypePortableHeater - args['heating_system_heating_efficiency'] = 1.0 - args['cooling_system_type'] = 'none' - elsif ['base-hvac-setpoints-daily-schedules.xml'].include? hpxml_file - args['hvac_control_heating_weekday_setpoint'] = '64, 64, 64, 64, 64, 64, 64, 70, 70, 66, 66, 66, 66, 66, 66, 66, 66, 68, 68, 68, 68, 68, 64, 64' - args['hvac_control_heating_weekend_setpoint'] = '68, 68, 68, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70' - args['hvac_control_cooling_weekday_setpoint'] = '80, 80, 80, 80, 80, 80, 80, 75, 75, 80, 80, 80, 80, 80, 80, 80, 80, 78, 78, 78, 78, 78, 80, 80' - args['hvac_control_cooling_weekend_setpoint'] = '78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78' - elsif ['base-hvac-room-ac-only.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = HPXML::HVACTypeRoomAirConditioner - args['cooling_system_cooling_efficiency_type'] = HPXML::UnitsEER - args['cooling_system_cooling_efficiency'] = 8.5 - args.delete('cooling_system_cooling_compressor_type') - args['cooling_system_cooling_sensible_heat_fraction'] = 0.65 - elsif ['base-hvac-room-ac-only-ceer.xml'].include? hpxml_file - args['cooling_system_cooling_efficiency_type'] = HPXML::UnitsCEER - args['cooling_system_cooling_efficiency'] = 8.4 - elsif ['base-hvac-room-ac-only-33percent.xml'].include? hpxml_file - args['cooling_system_fraction_cool_load_served'] = 0.33 - args['cooling_system_cooling_capacity'] = 8000.0 - elsif ['base-hvac-room-ac-with-heating.xml', - 'base-hvac-ptac-with-heating-electricity.xml', - 'base-hvac-ptac-with-heating-natural-gas.xml'].include? hpxml_file - args['cooling_system_integrated_heating_system_capacity'] = 36000.0 - args['cooling_system_integrated_heating_system_fraction_heat_load_served'] = 1.0 - if ['base-hvac-ptac-with-heating-natural-gas.xml'].include? hpxml_file - args['cooling_system_integrated_heating_system_fuel'] = HPXML::FuelTypeNaturalGas - args['cooling_system_integrated_heating_system_efficiency_percent'] = 0.8 - else - args['cooling_system_integrated_heating_system_fuel'] = HPXML::FuelTypeElectricity - args['cooling_system_integrated_heating_system_efficiency_percent'] = 1.0 - end - elsif ['base-hvac-setpoints.xml'].include? hpxml_file - args['hvac_control_heating_weekday_setpoint'] = 60 - args['hvac_control_heating_weekend_setpoint'] = 60 - args['hvac_control_cooling_weekday_setpoint'] = 80 - args['hvac_control_cooling_weekend_setpoint'] = 80 - elsif ['base-hvac-stove-oil-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeStove - args['heating_system_fuel'] = HPXML::FuelTypeOil - args['heating_system_heating_efficiency'] = 0.8 - args['cooling_system_type'] = 'none' - elsif ['base-hvac-stove-wood-pellets-only.xml'].include? hpxml_file - args['heating_system_fuel'] = HPXML::FuelTypeWoodPellets - elsif ['base-hvac-undersized.xml'].include? hpxml_file - args['heating_system_heating_capacity'] = 3600.0 - args['cooling_system_cooling_capacity'] = 2400.0 - args['ducts_supply_leakage_to_outside_value'] = 7.5 - args['ducts_return_leakage_to_outside_value'] = 2.5 - elsif ['base-hvac-wall-furnace-elec-only.xml'].include? hpxml_file - args['heating_system_type'] = HPXML::HVACTypeWallFurnace - args['heating_system_fuel'] = HPXML::FuelTypeElectricity - args['heating_system_heating_efficiency'] = 0.98 - args['cooling_system_type'] = 'none' - elsif ['base-hvac-pthp.xml'].include? hpxml_file - args['heat_pump_type'] = HPXML::HVACTypeHeatPumpPTHP - args['heat_pump_cooling_efficiency'] = 11.4 - args['heat_pump_cooling_sensible_heat_fraction'] = 0.65 - elsif ['base-hvac-room-ac-with-reverse-cycle.xml'].include? hpxml_file - args['heat_pump_type'] = HPXML::HVACTypeHeatPumpRoom - elsif ['base-hvac-ptac.xml'].include? hpxml_file - args['heating_system_type'] = 'none' - args['cooling_system_type'] = HPXML::HVACTypePTAC - args['cooling_system_cooling_efficiency_type'] = HPXML::UnitsEER - args['cooling_system_cooling_efficiency'] = 10.7 - args['cooling_system_cooling_sensible_heat_fraction'] = 0.65 - end - - # Lighting - if ['base-lighting-none.xml'].include? hpxml_file - args['lighting_present'] = false - elsif ['base-lighting-ceiling-fans.xml'].include? hpxml_file - args['ceiling_fan_present'] = true - args['ceiling_fan_efficiency'] = 100.0 - args['ceiling_fan_quantity'] = 4 - args['ceiling_fan_cooling_setpoint_temp_offset'] = 0.5 - elsif ['base-lighting-holiday.xml'].include? hpxml_file - args['holiday_lighting_present'] = true - args['holiday_lighting_daily_kwh'] = 1.1 - args['holiday_lighting_period'] = 'Nov 24 - Jan 6' - end - - # Location - if ['base-location-AMY-2012.xml'].include? hpxml_file - args['weather_station_epw_filepath'] = 'US_CO_Boulder_AMY_2012.epw' - elsif ['base-location-baltimore-md.xml'].include? hpxml_file - args['site_iecc_zone'] = '4A' - args['site_state_code'] = 'MD' - args['weather_station_epw_filepath'] = 'USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw' - args['heating_system_heating_capacity'] = 24000.0 - elsif ['base-location-dallas-tx.xml'].include? hpxml_file - args['site_iecc_zone'] = '3A' - args['site_state_code'] = 'TX' - args['weather_station_epw_filepath'] = 'USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3.epw' - args['heating_system_heating_capacity'] = 24000.0 - elsif ['base-location-duluth-mn.xml'].include? hpxml_file - args['site_iecc_zone'] = '7' - args['site_state_code'] = 'MN' - args['weather_station_epw_filepath'] = 'USA_MN_Duluth.Intl.AP.727450_TMY3.epw' - elsif ['base-location-helena-mt.xml'].include? hpxml_file - args['site_iecc_zone'] = '6B' - args['site_state_code'] = 'MT' - args['weather_station_epw_filepath'] = 'USA_MT_Helena.Rgnl.AP.727720_TMY3.epw' - args['heating_system_heating_capacity'] = 48000.0 - elsif ['base-location-honolulu-hi.xml'].include? hpxml_file - args['site_iecc_zone'] = '1A' - args['site_state_code'] = 'HI' - args['weather_station_epw_filepath'] = 'USA_HI_Honolulu.Intl.AP.911820_TMY3.epw' - args['heating_system_heating_capacity'] = 12000.0 - elsif ['base-location-miami-fl.xml', - 'base-appliances-oil-location-miami-fl.xml'].include? hpxml_file - args['site_iecc_zone'] = '1A' - args['site_state_code'] = 'FL' - args['weather_station_epw_filepath'] = 'USA_FL_Miami.Intl.AP.722020_TMY3.epw' - args['heating_system_heating_capacity'] = 12000.0 - elsif ['base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml'].include? hpxml_file - args['site_iecc_zone'] = '1A' - args['site_state_code'] = 'FL' - args['weather_station_epw_filepath'] = 'USA_FL_Miami.Intl.AP.722020_TMY3.epw' - elsif ['base-location-phoenix-az.xml'].include? hpxml_file - args['site_iecc_zone'] = '2B' - args['site_state_code'] = 'AZ' - args['weather_station_epw_filepath'] = 'USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw' - args['heating_system_heating_capacity'] = 24000.0 - elsif ['base-location-portland-or.xml', - 'base-appliances-propane-location-portland-or.xml'].include? hpxml_file - args['site_iecc_zone'] = '4C' - args['site_state_code'] = 'OR' - args['weather_station_epw_filepath'] = 'USA_OR_Portland.Intl.AP.726980_TMY3.epw' - args['heating_system_heating_capacity'] = 24000.0 - elsif ['base-location-capetown-zaf.xml'].include? hpxml_file - args.delete('site_iecc_zone') - args.delete('site_state_code') - args['weather_station_epw_filepath'] = 'ZAF_Cape.Town.688160_IWEC.epw' - args['heating_system_heating_capacity'] = 24000.0 - elsif ['base-misc-defaults.xml'].include? hpxml_file - args.delete('site_iecc_zone') - args.delete('site_state_code') - elsif ['base-misc-ground-conductivity.xml'].include? hpxml_file - args['site_ground_conductivity'] = 0.8 - end - - # Mechanical Ventilation - if ['base-mechvent-balanced.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeBalanced - args['mech_vent_fan_power'] = 60 - elsif ['base-mechvent-bath-kitchen-fans.xml'].include? hpxml_file - args['kitchen_fans_quantity'] = 1 - args['kitchen_fans_flow_rate'] = 100.0 - args['kitchen_fans_hours_in_operation'] = 1.5 - args['kitchen_fans_power'] = 30.0 - args['kitchen_fans_start_hour'] = 18 - args['bathroom_fans_quantity'] = 2 - args['bathroom_fans_flow_rate'] = 50.0 - args['bathroom_fans_hours_in_operation'] = 1.5 - args['bathroom_fans_power'] = 15.0 - args['bathroom_fans_start_hour'] = 7 - elsif ['base-mechvent-cfis.xml', - 'base-mechvent-cfis-dse.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeCFIS - args['mech_vent_flow_rate'] = 330 - args['mech_vent_hours_in_operation'] = 8 - args['mech_vent_fan_power'] = 300 - elsif ['base-mechvent-cfis-evap-cooler-only-ducted.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeCFIS - args['mech_vent_flow_rate'] = 330 - args['mech_vent_hours_in_operation'] = 8 - args['mech_vent_fan_power'] = 300 - elsif ['base-mechvent-erv.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeERV - args['mech_vent_fan_power'] = 60 - elsif ['base-mechvent-erv-atre-asre.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeERV - args['mech_vent_recovery_efficiency_type'] = 'Adjusted' - args['mech_vent_total_recovery_efficiency'] = 0.526 - args['mech_vent_sensible_recovery_efficiency'] = 0.79 - args['mech_vent_fan_power'] = 60 - elsif ['base-mechvent-exhaust.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeExhaust - elsif ['base-mechvent-exhaust-rated-flow-rate.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeExhaust - elsif ['base-mechvent-hrv.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeHRV - args['mech_vent_fan_power'] = 60 - elsif ['base-mechvent-hrv-asre.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeHRV - args['mech_vent_recovery_efficiency_type'] = 'Adjusted' - args['mech_vent_sensible_recovery_efficiency'] = 0.79 - args['mech_vent_fan_power'] = 60 - elsif ['base-mechvent-supply.xml'].include? hpxml_file - args['mech_vent_fan_type'] = HPXML::MechVentTypeSupply - elsif ['base-mechvent-whole-house-fan.xml'].include? hpxml_file - args['whole_house_fan_present'] = true - args['whole_house_fan_flow_rate'] = 4500.0 - args['whole_house_fan_power'] = 300.0 - end - - # Misc - if not orig_parent.nil? - args['additional_properties'] = "ParentHPXMLFile=#{File.basename(orig_parent)}" - end - if ['base-misc-additional-properties.xml'].include? hpxml_file - args['additional_properties'] += '|LowIncome=false|Remodeled|Description=2-story home in Denver|comma=,|special=<|special2=>|special3=/|special4=\\' - elsif ['base-misc-bills.xml'].include? hpxml_file - args['utility_bill_scenario_names'] = 'Bills' - args['utility_bill_electricity_fixed_charges'] = '12' - args['utility_bill_electricity_marginal_rates'] = '0.12' - args['utility_bill_natural_gas_fixed_charges'] = '12' - args['utility_bill_natural_gas_marginal_rates'] = '1.10' - elsif ['base-misc-bills-none.xml'].include? hpxml_file - args.delete('utility_bill_scenario_names') - elsif ['base-misc-bills-pv.xml'].include? hpxml_file - args['pv_system_max_power_output'] = 10000 # Ensure there is excess annual PV production - args['utility_bill_scenario_names'] = 'Net Metering w/ Wholesale Excess Rate, Net Metering w/ Retail Excess Rate, Feed-In Tariff' - args['utility_bill_electricity_fixed_charges'] = '10, 10, 10' - args['utility_bill_electricity_marginal_rates'] = '0.12, 0.12, 0.12' - args['utility_bill_natural_gas_fixed_charges'] = '11, 11, 11' - args['utility_bill_natural_gas_marginal_rates'] = '1.10, 1.10, 1.10' - args['utility_bill_pv_compensation_types'] = "#{HPXML::PVCompensationTypeNetMetering}, #{HPXML::PVCompensationTypeNetMetering}, #{HPXML::PVCompensationTypeFeedInTariff}" - args['utility_bill_pv_net_metering_annual_excess_sellback_rate_types'] = "#{HPXML::PVAnnualExcessSellbackRateTypeUserSpecified}, #{HPXML::PVAnnualExcessSellbackRateTypeRetailElectricityCost}, NA" - args['utility_bill_pv_net_metering_annual_excess_sellback_rates'] = '0.035, NA, NA' - args['utility_bill_pv_feed_in_tariff_rates'] = 'NA, NA, 0.13' - args['utility_bill_pv_monthly_grid_connection_fee_units'] = "#{HPXML::UnitsDollarsPerkW}, #{HPXML::UnitsDollarsPerkW}, #{HPXML::UnitsDollars}" - args['utility_bill_pv_monthly_grid_connection_fees'] = '2.5, 2.5, 7.5' - elsif ['base-misc-bills-pv-detailed-only.xml'].include? hpxml_file - args['utility_bill_scenario_names'] = 'Tiered, TOU, Tiered and TOU, Real-Time Pricing' - args['utility_bill_electricity_filepaths'] = '../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json, ../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json, ../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json, ../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json' - elsif ['base-misc-bills-pv-mixed.xml'].include? hpxml_file - args['utility_bill_scenario_names'] = 'Simple, Detailed' - args['utility_bill_electricity_filepaths'] = 'NA, ../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json' - elsif ['base-misc-defaults.xml'].include? hpxml_file - args.delete('simulation_control_timestep') - args.delete('site_type') - args.delete('geometry_unit_num_bathrooms') - args.delete('geometry_unit_num_occupants') - args.delete('foundation_wall_insulation_distance_to_top') - args.delete('foundation_wall_insulation_distance_to_bottom') - args.delete('foundation_wall_thickness') - args.delete('slab_thickness') - args.delete('slab_carpet_fraction') - args.delete('roof_material_type') - args['roof_color'] = HPXML::ColorLight - args.delete('roof_material_type') - args.delete('wall_siding_type') - args.delete('window_fraction_operable') - args.delete('window_interior_shading_winter') - args.delete('window_interior_shading_summer') - args.delete('cooling_system_cooling_compressor_type') - args.delete('cooling_system_cooling_sensible_heat_fraction') - args['mech_vent_fan_type'] = HPXML::MechVentTypeExhaust - args.delete('mech_vent_hours_in_operation') - args.delete('mech_vent_fan_power') - args.delete('ducts_supply_location') - args.delete('ducts_return_location') - args.delete('ducts_supply_surface_area') - args.delete('ducts_return_surface_area') - args['ducts_number_of_return_registers'] = 2 - args.delete('kitchen_fans_quantity') - args.delete('bathroom_fans_quantity') - args.delete('water_heater_location') - args.delete('water_heater_tank_volume') - args.delete('water_heater_setpoint_temperature') - args.delete('hot_water_distribution_standard_piping_length') - args.delete('hot_water_distribution_pipe_r') - args['solar_thermal_system_type'] = HPXML::SolarThermalSystemType - args['solar_thermal_collector_type'] = HPXML::SolarThermalTypeSingleGlazing - args['solar_thermal_collector_rated_optical_efficiency'] = 0.77 - args['solar_thermal_collector_rated_thermal_losses'] = 0.793 - args['pv_system_present'] = true - args.delete('pv_system_module_type') - args.delete('pv_system_inverter_efficiency') - args.delete('pv_system_system_losses_fraction') - args['battery_present'] = true - args.delete('battery_location') - args.delete('clothes_washer_location') - args.delete('clothes_washer_efficiency') - args.delete('clothes_washer_rated_annual_kwh') - args.delete('clothes_washer_label_electric_rate') - args.delete('clothes_washer_label_gas_rate') - args.delete('clothes_washer_label_annual_gas_cost') - args.delete('clothes_washer_label_usage') - args.delete('clothes_washer_capacity') - args.delete('clothes_dryer_location') - args.delete('clothes_dryer_efficiency') - args.delete('clothes_dryer_vented_flow_rate') - args.delete('dishwasher_location') - args.delete('dishwasher_efficiency') - args.delete('dishwasher_label_electric_rate') - args.delete('dishwasher_label_gas_rate') - args.delete('dishwasher_label_annual_gas_cost') - args.delete('dishwasher_label_usage') - args.delete('dishwasher_place_setting_capacity') - args.delete('refrigerator_location') - args.delete('refrigerator_rated_annual_kwh') - args.delete('cooking_range_oven_location') - args.delete('cooking_range_oven_is_induction') - args.delete('cooking_range_oven_is_convection') - args['ceiling_fan_present'] = true - args.delete('misc_plug_loads_television_annual_kwh') - args.delete('misc_plug_loads_other_annual_kwh') - args.delete('misc_plug_loads_other_frac_sensible') - args.delete('misc_plug_loads_other_frac_latent') - args.delete('mech_vent_flow_rate') - args.delete('kitchen_fans_flow_rate') - args.delete('bathroom_fans_flow_rate') - args['whole_house_fan_present'] = true - args.delete('whole_house_fan_flow_rate') - args.delete('whole_house_fan_power') - args.delete('hvac_control_heating_weekday_setpoint') - args.delete('hvac_control_heating_weekend_setpoint') - args.delete('hvac_control_cooling_weekday_setpoint') - args.delete('hvac_control_cooling_weekend_setpoint') - elsif ['base-misc-emissions.xml'].include? hpxml_file - args['emissions_scenario_names'] = 'Cambium Hourly MidCase LRMER RMPA, Cambium Hourly LowRECosts LRMER RMPA, Cambium Annual MidCase AER National, eGRID RMPA, eGRID RMPA' - args['emissions_types'] = 'CO2e, CO2e, CO2e, SO2, NOx' - args['emissions_electricity_units'] = 'kg/MWh, kg/MWh, kg/MWh, lb/MWh, lb/MWh' - args['emissions_electricity_values_or_filepaths'] = '../../HPXMLtoOpenStudio/resources/data/cambium/LRMER_MidCase.csv, ../../HPXMLtoOpenStudio/resources/data/cambium/LRMER_LowRECosts.csv, 392.6, 0.384, 0.67' - args['emissions_electricity_number_of_header_rows'] = '1, 1, , , ' - args['emissions_electricity_column_numbers'] = '17, 17, , , ' - elsif ['base-misc-loads-large-uncommon.xml'].include? hpxml_file - args.delete('extra_refrigerator_location') - args['extra_refrigerator_present'] = true - args['extra_refrigerator_rated_annual_kwh'] = 700.0 - args['freezer_present'] = true - args['freezer_location'] = HPXML::LocationLivingSpace - args['freezer_rated_annual_kwh'] = 300.0 - args['misc_plug_loads_well_pump_present'] = true - args['misc_plug_loads_well_pump_annual_kwh'] = 475.0 - args['misc_plug_loads_vehicle_present'] = true - args['misc_plug_loads_vehicle_annual_kwh'] = 1500.0 - args['misc_fuel_loads_grill_present'] = true - args['misc_fuel_loads_grill_fuel_type'] = HPXML::FuelTypePropane - args['misc_fuel_loads_grill_annual_therm'] = 25.0 - args['misc_fuel_loads_lighting_present'] = true - args['misc_fuel_loads_lighting_annual_therm'] = 28.0 - args['misc_fuel_loads_fireplace_present'] = true - args['misc_fuel_loads_fireplace_fuel_type'] = HPXML::FuelTypeWoodCord - args['misc_fuel_loads_fireplace_annual_therm'] = 55.0 - args['misc_fuel_loads_fireplace_frac_sensible'] = 0.5 - args['misc_fuel_loads_fireplace_frac_latent'] = 0.1 - args['pool_present'] = true - args['pool_heater_type'] = HPXML::HeaterTypeGas - args['pool_pump_annual_kwh'] = 2700.0 - args['pool_heater_annual_therm'] = 500.0 - args['hot_tub_present'] = true - args['hot_tub_pump_annual_kwh'] = 1000.0 - args['hot_tub_heater_annual_kwh'] = 1300.0 - elsif ['base-misc-loads-large-uncommon2.xml'].include? hpxml_file - args['pool_heater_type'] = HPXML::TypeNone - args['hot_tub_heater_type'] = HPXML::HeaterTypeHeatPump - args['hot_tub_heater_annual_kwh'] = 260.0 - args['misc_fuel_loads_grill_fuel_type'] = HPXML::FuelTypeOil - args['misc_fuel_loads_fireplace_fuel_type'] = HPXML::FuelTypeWoodPellets - elsif ['base-misc-neighbor-shading.xml'].include? hpxml_file - args['neighbor_back_distance'] = 10 - args['neighbor_front_distance'] = 15 - args['neighbor_front_height'] = 12 - elsif ['base-misc-shielding-of-home.xml'].include? hpxml_file - args['site_shielding_of_home'] = HPXML::ShieldingWellShielded - elsif ['base-misc-usage-multiplier.xml'].include? hpxml_file - args['water_fixtures_usage_multiplier'] = 0.9 - args['lighting_interior_usage_multiplier'] = 0.9 - args['lighting_exterior_usage_multiplier'] = 0.9 - args['lighting_garage_usage_multiplier'] = 0.9 - args['clothes_washer_usage_multiplier'] = 0.9 - args['clothes_dryer_usage_multiplier'] = 0.9 - args['dishwasher_usage_multiplier'] = 0.9 - args['refrigerator_usage_multiplier'] = 0.9 - args['freezer_present'] = true - args['freezer_location'] = HPXML::LocationLivingSpace - args['freezer_rated_annual_kwh'] = 300.0 - args['freezer_usage_multiplier'] = 0.9 - args['cooking_range_oven_usage_multiplier'] = 0.9 - args['misc_plug_loads_television_usage_multiplier'] = 0.9 - args['misc_plug_loads_other_usage_multiplier'] = 0.9 - args['pool_present'] = true - args['pool_pump_annual_kwh'] = 2700.0 - args['pool_pump_usage_multiplier'] = 0.9 - args['pool_heater_type'] = HPXML::HeaterTypeGas - args['pool_heater_annual_therm'] = 500.0 - args['pool_heater_usage_multiplier'] = 0.9 - args['hot_tub_present'] = true - args['hot_tub_pump_annual_kwh'] = 1000.0 - args['hot_tub_pump_usage_multiplier'] = 0.9 - args['hot_tub_heater_annual_kwh'] = 1300.0 - args['hot_tub_heater_usage_multiplier'] = 0.9 - args['misc_fuel_loads_grill_present'] = true - args['misc_fuel_loads_grill_fuel_type'] = HPXML::FuelTypePropane - args['misc_fuel_loads_grill_annual_therm'] = 25.0 - args['misc_fuel_loads_grill_usage_multiplier'] = 0.9 - args['misc_fuel_loads_lighting_present'] = true - args['misc_fuel_loads_lighting_annual_therm'] = 28.0 - args['misc_fuel_loads_lighting_usage_multiplier'] = 0.9 - args['misc_fuel_loads_fireplace_present'] = true - args['misc_fuel_loads_fireplace_fuel_type'] = HPXML::FuelTypeWoodCord - args['misc_fuel_loads_fireplace_annual_therm'] = 55.0 - args['misc_fuel_loads_fireplace_frac_sensible'] = 0.5 - args['misc_fuel_loads_fireplace_frac_latent'] = 0.1 - args['misc_fuel_loads_fireplace_usage_multiplier'] = 0.9 - elsif ['base-misc-loads-none.xml'].include? hpxml_file - args['misc_plug_loads_television_present'] = false - args['misc_plug_loads_other_annual_kwh'] = 0.0 - args.delete('misc_plug_loads_other_frac_sensible') - args.delete('misc_plug_loads_other_frac_latent') - end - - # PV - if ['base-pv.xml', - 'base-pv-battery.xml', - 'base-pv-battery-garage.xml'].include? hpxml_file - args['pv_system_present'] = true - args['pv_system_module_type'] = HPXML::PVModuleTypeStandard - args['pv_system_location'] = HPXML::LocationRoof - args['pv_system_tracking'] = HPXML::PVTrackingTypeFixed - args['pv_system_inverter_efficiency'] = 0.96 - args['pv_system_system_losses_fraction'] = 0.14 - args['pv_system_2_present'] = true - args['pv_system_2_module_type'] = HPXML::PVModuleTypePremium - args['pv_system_2_location'] = HPXML::LocationRoof - args['pv_system_2_tracking'] = HPXML::PVTrackingTypeFixed - args['pv_system_2_array_azimuth'] = 90 - args['pv_system_2_max_power_output'] = 1500 - end - - # Battery - if ['base-battery.xml', - 'base-misc-generators-battery.xml', - 'base-pv-battery-garage.xml', - 'base-pv-generators-battery.xml'].include? hpxml_file - args['battery_present'] = true - if hpxml_file == 'base-pv-battery-garage.xml' - args['battery_location'] = HPXML::LocationGarage - else - args['battery_location'] = HPXML::LocationOutside - end - args['battery_power'] = 6000 - args['battery_capacity'] = 20 - args['battery_usable_capacity'] = 18 - elsif ['base-pv-battery-round-trip-efficiency.xml'].include? hpxml_file - args['battery_round_trip_efficiency'] = 0.8 - end - - # Simulation Control - if ['base-simcontrol-calendar-year-custom.xml'].include? hpxml_file - args['simulation_control_run_period_calendar_year'] = 2010 - elsif ['base-simcontrol-daylight-saving-custom.xml'].include? hpxml_file - args['simulation_control_daylight_saving_enabled'] = true - args['simulation_control_daylight_saving_period'] = 'Mar 10 - Nov 6' - elsif ['base-simcontrol-daylight-saving-disabled.xml'].include? hpxml_file - args['simulation_control_daylight_saving_enabled'] = false - elsif ['base-simcontrol-runperiod-1-month.xml'].include? hpxml_file - args['simulation_control_run_period'] = 'Feb 1 - Feb 28' - elsif ['base-simcontrol-temperature-capacitance-multiplier.xml'].include? hpxml_file - args['simulation_control_temperature_capacitance_multiplier'] = 7.0 - elsif ['base-simcontrol-timestep-10-mins.xml'].include? hpxml_file - args['simulation_control_timestep'] = 10 - elsif ['base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml'].include? hpxml_file - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv' - elsif ['base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml'].include? hpxml_file - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv' - elsif ['base-simcontrol-timestep-30-mins.xml'].include? hpxml_file - args['simulation_control_timestep'] = 30 - end - - # Occupancy Schedules - if ['base-schedules-detailed-occupancy-smooth.xml'].include? hpxml_file - sch_args['hpxml_path'] = args['hpxml_path'] - sch_args['schedules_type'] = 'smooth' - sch_args['output_csv_path'] = '../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-smooth.csv' - sch_args['hpxml_output_path'] = sch_args['hpxml_path'] - elsif ['base-schedules-detailed-occupancy-stochastic.xml'].include? hpxml_file - sch_args['hpxml_path'] = args['hpxml_path'] - sch_args['schedules_type'] = 'stochastic' - sch_args['output_csv_path'] = '../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv' - sch_args['hpxml_output_path'] = sch_args['hpxml_path'] - elsif ['base-schedules-detailed-occupancy-stochastic-vacancy.xml'].include? hpxml_file - sch_args['hpxml_path'] = args['hpxml_path'] - sch_args['schedules_type'] = 'stochastic' - sch_args['schedules_vacancy_period'] = 'Dec 1 - Jan 31' - sch_args['output_csv_path'] = '../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-vacancy.csv' - sch_args['hpxml_output_path'] = sch_args['hpxml_path'] - elsif ['base-schedules-detailed-occupancy-stochastic-10-mins.xml'].include? hpxml_file - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv' - elsif ['base-schedules-detailed-all-10-mins.xml'].include? hpxml_file - sch_args['hpxml_path'] = args['hpxml_path'] - sch_args['schedules_type'] = 'stochastic' - sch_args['output_csv_path'] = '../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv' - sch_args['hpxml_output_path'] = sch_args['hpxml_path'] - end - - # Setpoint Schedules - if ['base-schedules-detailed-setpoints.xml'].include? hpxml_file - args.delete('hvac_control_heating_weekday_setpoint') - args.delete('hvac_control_heating_weekend_setpoint') - args.delete('hvac_control_cooling_weekday_setpoint') - args.delete('hvac_control_cooling_weekend_setpoint') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/setpoints.csv' - elsif ['base-schedules-detailed-setpoints-daily-schedules.xml'].include? hpxml_file - args.delete('hvac_control_heating_weekday_setpoint') - args.delete('hvac_control_heating_weekend_setpoint') - args.delete('hvac_control_cooling_weekday_setpoint') - args.delete('hvac_control_cooling_weekend_setpoint') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-daily-schedules.csv' - elsif ['base-schedules-detailed-setpoints-daily-setbacks.xml'].include? hpxml_file - args.delete('hvac_control_heating_weekday_setpoint') - args.delete('hvac_control_heating_weekend_setpoint') - args.delete('hvac_control_cooling_weekday_setpoint') - args.delete('hvac_control_cooling_weekend_setpoint') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-daily-setbacks.csv' - elsif ['base-schedules-detailed-all-10-mins.xml'].include? hpxml_file - args.delete('hvac_control_heating_weekday_setpoint') - args.delete('hvac_control_heating_weekend_setpoint') - args.delete('hvac_control_cooling_weekday_setpoint') - args.delete('hvac_control_cooling_weekend_setpoint') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-10-mins.csv' - elsif ['base-hvac-furnace-gas-only-detailed-setpoints.xml'].include? hpxml_file - args.delete('hvac_control_heating_weekday_setpoint') - args.delete('hvac_control_heating_weekend_setpoint') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-heating-only.csv' - elsif ['base-hvac-room-ac-only-detailed-setpoints.xml'].include? hpxml_file - args.delete('hvac_control_cooling_weekday_setpoint') - args.delete('hvac_control_cooling_weekend_setpoint') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-cooling-only.csv' - end - - # Water Heater Schedules - if ['base-dhw-tank-heat-pump-detailed-setpoints.xml', - 'base-dhw-indirect-detailed-setpoints.xml', - 'base-dhw-tank-detailed-setpoints.xml', - 'base-dhw-tankless-detailed-setpoints.xml'].include? hpxml_file - args.delete('water_heater_setpoint_temperature') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv' - elsif ['base-dhw-tank-heat-pump-detailed-operating-modes.xml'].include? hpxml_file - args.delete('water_heater_setpoint_temperature') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-operating-modes.csv' - elsif ['base-dhw-tank-heat-pump-detailed-schedules.xml'].include? hpxml_file - args.delete('water_heater_setpoint_temperature') - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv, ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-operating-modes.csv' - elsif ['base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml'].include? hpxml_file - sch_args['hpxml_path'] = args['hpxml_path'] - sch_args['schedules_type'] = 'stochastic' - sch_args['output_csv_path'] = '../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv' - sch_args['hpxml_output_path'] = sch_args['hpxml_path'] - elsif ['base-schedules-detailed-all-10-mins.xml'].include? hpxml_file - args.delete('water_heater_setpoint_temperature') - args['schedules_filepaths'] += ', ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints-10-mins.csv' - end - - # Battery Schedules - if ['base-battery-scheduled.xml', - 'base-misc-generators-battery-scheduled.xml', - 'base-pv-battery-scheduled.xml', - 'base-pv-generators-battery-scheduled.xml'].include? hpxml_file - args['schedules_filepaths'] = '../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv' - end -end - def apply_hpxml_modification_ashrae_140(hpxml) # Set detailed HPXML values for ASHRAE 140 test files - renumber_hpxml_ids(hpxml) - # ------------ # # HPXML Header # # ------------ # @@ -2617,6 +198,7 @@ def apply_hpxml_modification_ashrae_140(hpxml) hpxml.doors[0].area /= 2.0 hpxml.doors << hpxml.doors[0].dup hpxml.doors[1].azimuth = 0 + hpxml.doors[1].id = 'Door2' end hpxml.windows.each do |window| next if window.overhangs_depth.nil? @@ -2636,28 +218,16 @@ def apply_hpxml_modification_ashrae_140(hpxml) # HPXML MiscLoads # # --------------- # - hpxml.plug_loads[0].weekday_fractions = '0.0203, 0.0203, 0.0203, 0.0203, 0.0203, 0.0339, 0.0426, 0.0852, 0.0497, 0.0304, 0.0304, 0.0406, 0.0304, 0.0254, 0.0264, 0.0264, 0.0386, 0.0416, 0.0447, 0.0700, 0.0700, 0.0731, 0.0731, 0.0660' - hpxml.plug_loads[0].weekend_fractions = '0.0203, 0.0203, 0.0203, 0.0203, 0.0203, 0.0339, 0.0426, 0.0852, 0.0497, 0.0304, 0.0304, 0.0406, 0.0304, 0.0254, 0.0264, 0.0264, 0.0386, 0.0416, 0.0447, 0.0700, 0.0700, 0.0731, 0.0731, 0.0660' - hpxml.plug_loads[0].monthly_multipliers = '1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0' - - # ----- # - # FINAL # - # ----- # - - renumber_hpxml_ids(hpxml) + if hpxml.plug_loads[0].kwh_per_year > 0 + hpxml.plug_loads[0].weekday_fractions = '0.0203, 0.0203, 0.0203, 0.0203, 0.0203, 0.0339, 0.0426, 0.0852, 0.0497, 0.0304, 0.0304, 0.0406, 0.0304, 0.0254, 0.0264, 0.0264, 0.0386, 0.0416, 0.0447, 0.0700, 0.0700, 0.0731, 0.0731, 0.0660' + hpxml.plug_loads[0].weekend_fractions = '0.0203, 0.0203, 0.0203, 0.0203, 0.0203, 0.0339, 0.0426, 0.0852, 0.0497, 0.0304, 0.0304, 0.0406, 0.0304, 0.0254, 0.0264, 0.0264, 0.0386, 0.0416, 0.0447, 0.0700, 0.0700, 0.0731, 0.0731, 0.0660' + hpxml.plug_loads[0].monthly_multipliers = '1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0' + end end def apply_hpxml_modification(hpxml_file, hpxml) # Set detailed HPXML values for sample files - if hpxml_file.include? 'split-surfaces' - (hpxml.roofs + hpxml.rim_joists + hpxml.walls + hpxml.foundation_walls).each do |surface| - surface.azimuth = nil - end - hpxml.collapse_enclosure_surfaces() - end - renumber_hpxml_ids(hpxml) - # ------------ # # HPXML Header # # ------------ # @@ -2684,6 +254,9 @@ def apply_hpxml_modification(hpxml_file, hpxml) # Logic that can only be applied based on the file name if ['base-schedules-simple.xml', + 'base-schedules-simple-vacancy.xml', + 'base-schedules-simple-vacancy-year-round.xml', + 'base-schedules-simple-power-outage.xml', 'base-misc-loads-large-uncommon.xml', 'base-misc-loads-large-uncommon2.xml'].include? hpxml_file hpxml.building_occupancy.weekday_fractions = '0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061' @@ -2710,6 +283,8 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.building_construction.conditioned_floor_area -= 400 * 2 hpxml.building_construction.conditioned_building_volume -= 400 * 2 * 8 hpxml.air_infiltration_measurements[0].infiltration_volume = hpxml.building_construction.conditioned_building_volume + elsif ['base-bldgtype-multifamily-infil-compartmentalization-test.xml'].include? hpxml_file + hpxml.air_infiltration_measurements[0].a_ext = 0.2 end # --------------- # @@ -2784,7 +359,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) wall = hpxml.walls.select { |w| w.interior_adjacent_to == HPXML::LocationLivingSpace && w.exterior_adjacent_to == HPXML::LocationOtherHousingUnit - } [0] + }[0] wall.exterior_adjacent_to = adjacent_to hpxml.floors[0].exterior_adjacent_to = adjacent_to hpxml.floors[1].exterior_adjacent_to = adjacent_to @@ -2794,7 +369,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.floors[1].insulation_assembly_r_value = 18.7 end hpxml.windows.each do |window| - window.area *= 0.35 + window.area = (window.area * 0.35).round(1) end hpxml.doors.add(id: "Door#{hpxml.doors.size + 1}", wall_idref: wall.id, @@ -2813,11 +388,8 @@ def apply_hpxml_modification(hpxml_file, hpxml) wall = hpxml.walls.select { |w| w.interior_adjacent_to == HPXML::LocationLivingSpace && w.exterior_adjacent_to == HPXML::LocationOtherHousingUnit - } [0] + }[0] wall.delete - hpxml.walls.select.with_index { |w, i| w.id = "Wall#{i + 1}" } - hpxml.windows.select { |w| w.wall_idref = hpxml.walls[-1].id } - hpxml.doors.select { |d| d.wall_idref = hpxml.walls[-1].id } hpxml.walls.add(id: "Wall#{hpxml.walls.size + 1}", exterior_adjacent_to: HPXML::LocationOtherHeatedSpace, interior_adjacent_to: HPXML::LocationLivingSpace, @@ -2855,6 +427,8 @@ def apply_hpxml_modification(hpxml_file, hpxml) interior_finish_type: HPXML::InteriorFinishGypsumBoard, insulation_assembly_r_value: 4.0) hpxml.floors[0].delete + hpxml.floors[0].id = 'Floor1' + hpxml.floors[0].insulation_id = 'Floor1Insulation' hpxml.floors.add(id: "Floor#{hpxml.floors.size + 1}", exterior_adjacent_to: HPXML::LocationOtherNonFreezingSpace, interior_adjacent_to: HPXML::LocationLivingSpace, @@ -2879,7 +453,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) wall = hpxml.walls.select { |w| w.interior_adjacent_to == HPXML::LocationLivingSpace && w.exterior_adjacent_to == HPXML::LocationOtherMultifamilyBufferSpace - } [0] + }[0] hpxml.windows.add(id: "Window#{hpxml.windows.size + 1}", area: 50, azimuth: 270, @@ -2890,7 +464,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) wall = hpxml.walls.select { |w| w.interior_adjacent_to == HPXML::LocationLivingSpace && w.exterior_adjacent_to == HPXML::LocationOtherHeatedSpace - } [0] + }[0] hpxml.doors.add(id: "Door#{hpxml.doors.size + 1}", wall_idref: wall.id, area: 20, @@ -2899,7 +473,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) wall = hpxml.walls.select { |w| w.interior_adjacent_to == HPXML::LocationLivingSpace && w.exterior_adjacent_to == HPXML::LocationOtherHousingUnit - } [0] + }[0] hpxml.doors.add(id: "Door#{hpxml.doors.size + 1}", wall_idref: wall.id, area: 20, @@ -3124,6 +698,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) 'base-hvac-ducts-area-fractions.xml'].include? hpxml_file hpxml.rim_joists << hpxml.rim_joists[-1].dup hpxml.rim_joists[-1].id = "RimJoist#{hpxml.rim_joists.size}" + hpxml.rim_joists[-1].insulation_id = "RimJoist#{hpxml.rim_joists.size}Insulation" hpxml.rim_joists[-1].interior_adjacent_to = HPXML::LocationLivingSpace hpxml.rim_joists[-1].area = 116 elsif ['base-foundation-conditioned-basement-wall-insulation.xml'].include? hpxml_file @@ -3285,19 +860,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) exterior_adjacent_to: HPXML::LocationGround, interior_adjacent_to: HPXML::LocationBasementConditioned, height: 4, - area: 120, - thickness: 8, - depth_below_grade: 3, - interior_finish_type: HPXML::InteriorFinishGypsumBoard, - insulation_interior_r_value: 0, - insulation_exterior_distance_to_top: 0, - insulation_exterior_distance_to_bottom: 4, - insulation_exterior_r_value: 8.9) - hpxml.foundation_walls.add(id: "FoundationWall#{hpxml.foundation_walls.size + 1}", - exterior_adjacent_to: HPXML::LocationGround, - interior_adjacent_to: HPXML::LocationBasementConditioned, - height: 4, - area: 80, + area: 200, thickness: 8, depth_below_grade: 3, interior_finish_type: HPXML::InteriorFinishGypsumBoard, @@ -3324,20 +887,9 @@ def apply_hpxml_modification(hpxml_file, hpxml) carpet_r_value: 0) hpxml.slabs.add(id: "Slab#{hpxml.slabs.size + 1}", interior_adjacent_to: HPXML::LocationBasementConditioned, - area: 405, - thickness: 4, - exposed_perimeter: 45, - perimeter_insulation_depth: 1, - under_slab_insulation_width: 0, - perimeter_insulation_r_value: 5, - under_slab_insulation_r_value: 0, - carpet_fraction: 0, - carpet_r_value: 0) - hpxml.slabs.add(id: "Slab#{hpxml.slabs.size + 1}", - interior_adjacent_to: HPXML::LocationBasementConditioned, - area: 270, + area: 675, thickness: 4, - exposed_perimeter: 30, + exposed_perimeter: 75, perimeter_insulation_depth: 1, under_slab_insulation_width: 0, perimeter_insulation_r_value: 5, @@ -3438,6 +990,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) end hpxml.floors << ceiling hpxml.floors[-1].id = "Floor#{hpxml.floors.size}" + hpxml.floors[-1].insulation_id = "Floor#{hpxml.floors.size}Insulation" elsif ['base-enclosure-walltypes.xml'].include? hpxml_file hpxml.rim_joists.reverse_each do |rim_joist| rim_joist.delete @@ -3510,6 +1063,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) gable_walls.each do |gable_wall| hpxml.walls << gable_wall hpxml.walls[-1].id = "Wall#{hpxml.walls.size}" + hpxml.walls[-1].insulation_id = "Wall#{hpxml.walls.size}Insulation" hpxml.attics[0].attached_to_wall_idrefs << hpxml.walls[-1].id end hpxml.windows.reverse_each do |window| @@ -3585,138 +1139,6 @@ def apply_hpxml_modification(hpxml_file, hpxml) insulation_assembly_r_value: roof_type[0] == HPXML::RoofTypeEPS ? 7.0 : 2.3) hpxml.attics[0].attached_to_roof_idrefs << hpxml.roofs[-1].id end - elsif ['base-enclosure-split-surfaces.xml', - 'base-enclosure-split-surfaces2.xml'].include? hpxml_file - for n in 1..hpxml.roofs.size - hpxml.roofs[n - 1].area /= 9.0 - for i in 2..9 - hpxml.roofs << hpxml.roofs[n - 1].dup - hpxml.roofs[-1].id += "_#{i}" - if hpxml_file == 'base-enclosure-split-surfaces2.xml' - hpxml.roofs[-1].insulation_assembly_r_value += 0.01 * i - end - end - end - hpxml.roofs << hpxml.roofs[-1].dup - hpxml.roofs[-1].id += '_tiny' - hpxml.roofs[-1].area = 0.05 - for n in 1..hpxml.rim_joists.size - hpxml.rim_joists[n - 1].area /= 9.0 - for i in 2..9 - hpxml.rim_joists << hpxml.rim_joists[n - 1].dup - hpxml.rim_joists[-1].id += "_#{i}" - if hpxml_file == 'base-enclosure-split-surfaces2.xml' - hpxml.rim_joists[-1].insulation_assembly_r_value += 0.01 * i - end - end - end - hpxml.rim_joists << hpxml.rim_joists[-1].dup - hpxml.rim_joists[-1].id += '_tiny' - hpxml.rim_joists[-1].area = 0.05 - for n in 1..hpxml.walls.size - hpxml.walls[n - 1].area /= 9.0 - for i in 2..9 - hpxml.walls << hpxml.walls[n - 1].dup - hpxml.walls[-1].id += "_#{i}" - if hpxml_file == 'base-enclosure-split-surfaces2.xml' - hpxml.walls[-1].insulation_assembly_r_value += 0.01 * i - end - end - end - hpxml.walls << hpxml.walls[-1].dup - hpxml.walls[-1].id += '_tiny' - hpxml.walls[-1].area = 0.05 - for n in 1..hpxml.foundation_walls.size - hpxml.foundation_walls[n - 1].area /= 9.0 - for i in 2..9 - hpxml.foundation_walls << hpxml.foundation_walls[n - 1].dup - hpxml.foundation_walls[-1].id += "_#{i}" - if hpxml_file == 'base-enclosure-split-surfaces2.xml' - hpxml.foundation_walls[-1].insulation_exterior_r_value += 0.01 * i - end - end - end - hpxml.foundation_walls << hpxml.foundation_walls[-1].dup - hpxml.foundation_walls[-1].id += '_tiny' - hpxml.foundation_walls[-1].area = 0.05 - for n in 1..hpxml.floors.size - hpxml.floors[n - 1].area /= 9.0 - for i in 2..9 - hpxml.floors << hpxml.floors[n - 1].dup - hpxml.floors[-1].id += "_#{i}" - if hpxml_file == 'base-enclosure-split-surfaces2.xml' - hpxml.floors[-1].insulation_assembly_r_value += 0.01 * i - end - end - end - hpxml.floors << hpxml.floors[-1].dup - hpxml.floors[-1].id += '_tiny' - hpxml.floors[-1].area = 0.05 - for n in 1..hpxml.slabs.size - hpxml.slabs[n - 1].area /= 9.0 - hpxml.slabs[n - 1].exposed_perimeter /= 9.0 - for i in 2..9 - hpxml.slabs << hpxml.slabs[n - 1].dup - hpxml.slabs[-1].id += "_#{i}" - if hpxml_file == 'base-enclosure-split-surfaces2.xml' - hpxml.slabs[-1].perimeter_insulation_depth += 0.01 * i - hpxml.slabs[-1].perimeter_insulation_r_value += 0.01 * i - end - end - end - hpxml.slabs << hpxml.slabs[-1].dup - hpxml.slabs[-1].id += '_tiny' - hpxml.slabs[-1].area = 0.05 - for n in 1..hpxml.windows.size - hpxml.windows[n - 1].area /= 9.0 - hpxml.windows[n - 1].fraction_operable = 0.0 - for i in 2..9 - hpxml.windows << hpxml.windows[n - 1].dup - hpxml.windows[-1].id += "_#{i}" - hpxml.windows[-1].wall_idref += "_#{i}" - if i >= 4 - hpxml.windows[-1].fraction_operable = 1.0 - end - next unless hpxml_file == 'base-enclosure-split-surfaces2.xml' - - hpxml.windows[-1].ufactor += 0.01 * i - hpxml.windows[-1].interior_shading_factor_summer -= 0.02 * i - hpxml.windows[-1].interior_shading_factor_winter -= 0.01 * i - end - end - hpxml.windows << hpxml.windows[-1].dup - hpxml.windows[-1].id += '_tiny' - hpxml.windows[-1].area = 0.05 - for n in 1..hpxml.skylights.size - hpxml.skylights[n - 1].area /= 9.0 - for i in 2..9 - hpxml.skylights << hpxml.skylights[n - 1].dup - hpxml.skylights[-1].id += "_#{i}" - hpxml.skylights[-1].roof_idref += "_#{i}" - next unless hpxml_file == 'base-enclosure-split-surfaces2.xml' - - hpxml.skylights[-1].ufactor += 0.01 * i - hpxml.skylights[-1].interior_shading_factor_summer -= 0.02 * i - hpxml.skylights[-1].interior_shading_factor_winter -= 0.01 * i - end - end - hpxml.skylights << hpxml.skylights[-1].dup - hpxml.skylights[-1].id += '_tiny' - hpxml.skylights[-1].area = 0.05 - for n in 1..hpxml.doors.size - hpxml.doors[n - 1].area /= 9.0 - for i in 2..9 - hpxml.doors << hpxml.doors[n - 1].dup - hpxml.doors[-1].id += "_#{i}" - hpxml.doors[-1].wall_idref += "_#{i}" - if hpxml_file == 'base-enclosure-split-surfaces2.xml' - hpxml.doors[-1].r_value += 0.01 * i - end - end - end - hpxml.doors << hpxml.doors[-1].dup - hpxml.doors[-1].id += '_tiny' - hpxml.doors[-1].area = 0.05 elsif ['base-enclosure-overhangs.xml'].include? hpxml_file # Test relaxed overhangs validation; https://github.com/NREL/OpenStudio-HPXML/issues/866 hpxml.windows.each do |window| @@ -3732,13 +1154,17 @@ def apply_hpxml_modification(hpxml_file, hpxml) grg_wall = hpxml.walls.select { |w| w.interior_adjacent_to == HPXML::LocationGarage && w.exterior_adjacent_to == HPXML::LocationOutside - } [0] + }[0] hpxml.doors.add(id: "Door#{hpxml.doors.size + 1}", wall_idref: grg_wall.id, area: 70, azimuth: 180, r_value: 4.4) end + if ['base-misc-neighbor-shading-bldgtype-multifamily.xml'].include? hpxml_file + wall = hpxml.walls.select { |w| w.azimuth == hpxml.neighbor_buildings[0].azimuth }[0] + wall.exterior_adjacent_to = HPXML::LocationOtherHeatedSpace + end # ---------- # # HPXML HVAC # @@ -3956,9 +1382,6 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.heating_systems[i].fraction_heat_load_served = 0.35 end end - elsif ['base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml'].include? hpxml_file - hpxml.heat_pumps[0].backup_heating_efficiency_afue = hpxml.heat_pumps[0].backup_heating_efficiency_percent - hpxml.heat_pumps[0].backup_heating_efficiency_percent = nil elsif ['base-enclosure-2stories.xml', 'base-enclosure-2stories-garage.xml', 'base-hvac-ducts-area-fractions.xml'].include? hpxml_file @@ -3982,6 +1405,11 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.hvac_distributions[0].conditioned_floor_area_served = 4050.0 hpxml.hvac_distributions[0].number_of_return_registers = 3 end + elsif ['base-hvac-ducts-effective-rvalue.xml'].include? hpxml_file + hpxml.hvac_distributions[0].ducts[0].duct_insulation_r_value = nil + hpxml.hvac_distributions[0].ducts[1].duct_insulation_r_value = nil + hpxml.hvac_distributions[0].ducts[0].duct_effective_r_value = 4.5 + hpxml.hvac_distributions[0].ducts[1].duct_effective_r_value = 1.7 elsif ['base-hvac-multiple.xml'].include? hpxml_file hpxml.hvac_distributions.reverse_each do |hvac_distribution| hvac_distribution.delete @@ -4234,6 +1662,21 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.hvac_distributions[0].ducts[0].duct_surface_area_multiplier = 0.5 hpxml.hvac_distributions[0].ducts[1].duct_surface_area_multiplier = 1.5 end + if ['base-hvac-autosize-sizing-controls.xml'].include? hpxml_file + hpxml.header.manualj_heating_design_temp = 0 + hpxml.header.manualj_cooling_design_temp = 100 + hpxml.header.manualj_heating_setpoint = 60 + hpxml.header.manualj_cooling_setpoint = 80 + hpxml.header.manualj_humidity_setpoint = 0.55 + hpxml.header.manualj_internal_loads_sensible = 4000 + hpxml.header.manualj_internal_loads_latent = 200 + hpxml.header.manualj_num_occupants = 5 + end + if hpxml_file.include? 'heating-capacity-17f' + hpxml.heat_pumps[0].heating_capacity_17F = hpxml.heat_pumps[0].heating_capacity * hpxml.heat_pumps[0].heating_capacity_retention_fraction + hpxml.heat_pumps[0].heating_capacity_retention_fraction = nil + hpxml.heat_pumps[0].heating_capacity_retention_temp = nil + end # ------------------ # # HPXML WaterHeating # @@ -4241,6 +1684,9 @@ def apply_hpxml_modification(hpxml_file, hpxml) # Logic that can only be applied based on the file name if ['base-schedules-simple.xml', + 'base-schedules-simple-vacancy.xml', + 'base-schedules-simple-vacancy-year-round.xml', + 'base-schedules-simple-power-outage.xml', 'base-misc-loads-large-uncommon.xml', 'base-misc-loads-large-uncommon2.xml'].include? hpxml_file hpxml.water_heating.water_fixtures_weekday_fractions = '0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.087, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.039, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026' @@ -4480,7 +1926,7 @@ def apply_hpxml_modification(hpxml_file, hpxml) fan_power: 37.5, used_for_whole_building_ventilation: true, cfis_addtl_runtime_operating_mode: HPXML::CFISModeSupplementalFan, - cfis_supplemental_fan_idref: hpxml.ventilation_fans.select { |f| f.fan_type == HPXML::MechVentTypeExhaust }[0].id, + cfis_supplemental_fan_idref: hpxml.ventilation_fans.find { |f| f.fan_type == HPXML::MechVentTypeExhaust }.id, distribution_system_idref: 'HVACDistribution2') # Test ventilation system w/ zero airflow and hours hpxml.ventilation_fans.add(id: "VentilationFan#{hpxml.ventilation_fans.size + 1}", @@ -4530,17 +1976,17 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.generators.add(id: "Generator#{hpxml.generators.size + 1}", fuel_type: HPXML::FuelTypeNaturalGas, annual_consumption_kbtu: 8500, - annual_output_kwh: 500) + annual_output_kwh: 1200) hpxml.generators.add(id: "Generator#{hpxml.generators.size + 1}", fuel_type: HPXML::FuelTypeOil, annual_consumption_kbtu: 8500, - annual_output_kwh: 500) + annual_output_kwh: 1200) elsif ['base-bldgtype-multifamily-shared-generator.xml'].include? hpxml_file hpxml.generators.add(id: "Generator#{hpxml.generators.size + 1}", is_shared_system: true, fuel_type: HPXML::FuelTypePropane, annual_consumption_kbtu: 85000, - annual_output_kwh: 5000, + annual_output_kwh: 12000, number_of_bedrooms_served: 18) end @@ -4565,6 +2011,9 @@ def apply_hpxml_modification(hpxml_file, hpxml) # Logic that can only be applied based on the file name if ['base-schedules-simple.xml', + 'base-schedules-simple-vacancy.xml', + 'base-schedules-simple-vacancy-year-round.xml', + 'base-schedules-simple-power-outage.xml', 'base-misc-loads-large-uncommon.xml', 'base-misc-loads-large-uncommon2.xml'].include? hpxml_file hpxml.clothes_washers[0].weekday_fractions = '0.009, 0.007, 0.004, 0.004, 0.007, 0.011, 0.022, 0.049, 0.073, 0.086, 0.084, 0.075, 0.067, 0.060, 0.049, 0.052, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017' @@ -4649,6 +2098,9 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.lighting.holiday_weekday_fractions = '0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.008, 0.098, 0.168, 0.194, 0.284, 0.192, 0.037, 0.019' hpxml.lighting.holiday_weekend_fractions = '0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.008, 0.098, 0.168, 0.194, 0.284, 0.192, 0.037, 0.019' elsif ['base-schedules-simple.xml', + 'base-schedules-simple-vacancy.xml', + 'base-schedules-simple-vacancy-year-round.xml', + 'base-schedules-simple-power-outage.xml', 'base-misc-loads-large-uncommon.xml', 'base-misc-loads-large-uncommon2.xml'].include? hpxml_file hpxml.lighting.interior_weekday_fractions = '0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249' @@ -4660,6 +2112,35 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.lighting.garage_weekday_fractions = '0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063' hpxml.lighting.garage_weekend_fractions = '0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059' hpxml.lighting.garage_monthly_multipliers = '1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248' + elsif ['base-lighting-kwh-per-year.xml'].include? hpxml_file + ltg_kwhs_per_year = { HPXML::LocationInterior => 1500, + HPXML::LocationExterior => 150, + HPXML::LocationGarage => 0 } + hpxml.lighting_groups.clear + ltg_kwhs_per_year.each do |location, kwh_per_year| + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: location, + kwh_per_year: kwh_per_year) + end + elsif ['base-lighting-mixed.xml'].include? hpxml_file + hpxml.lighting_groups.reverse_each do |lg| + next unless lg.location == HPXML::LocationExterior + + lg.delete + end + hpxml.lighting_groups.each_with_index do |lg, i| + lg.id = "LightingGroup#{i + 1}" + end + hpxml.lighting_groups.add(id: "LightingGroup#{hpxml.lighting_groups.size + 1}", + location: HPXML::LocationExterior, + kwh_per_year: 150) + elsif ['base-foundation-basement-garage.xml'].include? hpxml_file + int_lighting_groups = hpxml.lighting_groups.select { |lg| lg.location == HPXML::LocationInterior } + int_lighting_groups.each do |lg| + hpxml.lighting_groups << lg.dup + hpxml.lighting_groups[-1].location = HPXML::LocationGarage + hpxml.lighting_groups[-1].id = "LightingGroup#{hpxml.lighting_groups.size}" + end end # --------------- # @@ -4668,6 +2149,9 @@ def apply_hpxml_modification(hpxml_file, hpxml) # Logic that can only be applied based on the file name if ['base-schedules-simple.xml', + 'base-schedules-simple-vacancy.xml', + 'base-schedules-simple-vacancy-year-round.xml', + 'base-schedules-simple-power-outage.xml', 'base-misc-loads-large-uncommon.xml', 'base-misc-loads-large-uncommon2.xml'].include? hpxml_file hpxml.plug_loads[0].weekday_fractions = '0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07' @@ -4698,91 +2182,6 @@ def apply_hpxml_modification(hpxml_file, hpxml) hpxml.fuel_loads[2].weekend_fractions = '0.044, 0.023, 0.019, 0.015, 0.016, 0.018, 0.026, 0.033, 0.033, 0.032, 0.033, 0.033, 0.032, 0.032, 0.032, 0.033, 0.045, 0.057, 0.066, 0.076, 0.081, 0.086, 0.075, 0.065' hpxml.fuel_loads[2].monthly_multipliers = '1.154, 1.161, 1.013, 1.010, 1.013, 0.888, 0.883, 0.883, 0.888, 0.978, 0.974, 1.154' end - - # ----- # - # FINAL # - # ----- # - - # Collapse some surfaces whose azimuth is a minor effect to simplify HPXMLs. - if not hpxml_file.include? 'split-surfaces' - (hpxml.roofs + hpxml.rim_joists + hpxml.walls + hpxml.foundation_walls).each do |surface| - surface.azimuth = nil - end - hpxml.collapse_enclosure_surfaces() - end - - # After surfaces are collapsed, round all areas - (hpxml.roofs + - hpxml.rim_joists + - hpxml.walls + - hpxml.foundation_walls + - hpxml.floors + - hpxml.slabs + - hpxml.windows + - hpxml.skylights + - hpxml.doors).each do |s| - next if s.area.nil? - - s.area = s.area.round(1) - end - - renumber_hpxml_ids(hpxml) -end - -def renumber_hpxml_ids(hpxml) - # Renumber surfaces - { hpxml.walls => 'Wall', - hpxml.foundation_walls => 'FoundationWall', - hpxml.rim_joists => 'RimJoist', - hpxml.floors => 'Floor', - hpxml.roofs => 'Roof', - hpxml.slabs => 'Slab', - hpxml.windows => 'Window', - hpxml.doors => 'Door', - hpxml.skylights => 'Skylight' }.each do |surfs, surf_name| - surfs.each_with_index do |surf, i| - (hpxml.attics + hpxml.foundations).each do |attic_or_fnd| - if attic_or_fnd.respond_to?(:attached_to_roof_idrefs) && !attic_or_fnd.attached_to_roof_idrefs.nil? && !attic_or_fnd.attached_to_roof_idrefs.delete(surf.id).nil? - attic_or_fnd.attached_to_roof_idrefs << "#{surf_name}#{i + 1}" - end - if attic_or_fnd.respond_to?(:attached_to_wall_idrefs) && !attic_or_fnd.attached_to_wall_idrefs.nil? && !attic_or_fnd.attached_to_wall_idrefs.delete(surf.id).nil? - attic_or_fnd.attached_to_wall_idrefs << "#{surf_name}#{i + 1}" - end - if attic_or_fnd.respond_to?(:attached_to_rim_joist_idrefs) && !attic_or_fnd.attached_to_rim_joist_idrefs.nil? && !attic_or_fnd.attached_to_rim_joist_idrefs.delete(surf.id).nil? - attic_or_fnd.attached_to_rim_joist_idrefs << "#{surf_name}#{i + 1}" - end - if attic_or_fnd.respond_to?(:attached_to_floor_idrefs) && !attic_or_fnd.attached_to_floor_idrefs.nil? && !attic_or_fnd.attached_to_floor_idrefs.delete(surf.id).nil? - attic_or_fnd.attached_to_floor_idrefs << "#{surf_name}#{i + 1}" - end - if attic_or_fnd.respond_to?(:attached_to_slab_idrefs) && !attic_or_fnd.attached_to_slab_idrefs.nil? && !attic_or_fnd.attached_to_slab_idrefs.delete(surf.id).nil? - attic_or_fnd.attached_to_slab_idrefs << "#{surf_name}#{i + 1}" - end - if attic_or_fnd.respond_to?(:attached_to_foundation_wall_idrefs) && !attic_or_fnd.attached_to_foundation_wall_idrefs.nil? && !attic_or_fnd.attached_to_foundation_wall_idrefs.delete(surf.id).nil? - attic_or_fnd.attached_to_foundation_wall_idrefs << "#{surf_name}#{i + 1}" - end - end - (hpxml.windows + hpxml.doors).each do |subsurf| - if subsurf.respond_to?(:wall_idref) && (subsurf.wall_idref == surf.id) - subsurf.wall_idref = "#{surf_name}#{i + 1}" - end - end - hpxml.skylights.each do |subsurf| - if subsurf.respond_to?(:roof_idref) && (subsurf.roof_idref == surf.id) - subsurf.roof_idref = "#{surf_name}#{i + 1}" - end - end - surf.id = "#{surf_name}#{i + 1}" - if surf.respond_to? :insulation_id - surf.insulation_id = "#{surf_name}#{i + 1}Insulation" - end - if surf.respond_to? :perimeter_insulation_id - surf.perimeter_insulation_id = "#{surf_name}#{i + 1}PerimeterInsulation" - end - if surf.respond_to? :under_slab_insulation_id - surf.under_slab_insulation_id = "#{surf_name}#{i + 1}UnderSlabInsulation" - end - end - end end def download_utility_rates @@ -4815,7 +2214,7 @@ def download_utility_rates exit! end -command_list = [:update_measures, :update_hpxmls, :cache_weather, :create_release_zips, :download_utility_rates] +command_list = [:update_measures, :update_hpxmls, :create_release_zips, :download_utility_rates] def display_usage(command_list) puts "Usage: openstudio #{File.basename(__FILE__)} [COMMAND]\nCommands:\n " + command_list.join("\n ") @@ -4865,7 +2264,7 @@ def display_usage(command_list) 'Style/SelfAssignment', 'Style/StringLiterals', 'Style/StringLiteralsInInterpolation'] - commands = ["\"require 'rubocop/rake_task'\"", + commands = ["\"require 'rubocop/rake_task' \"", "\"RuboCop::RakeTask.new(:rubocop) do |t| t.options = ['--auto-correct', '--format', 'simple', '--only', '#{cops.join(',')}'] end\"", '"Rake.application[:rubocop].invoke"'] command = "#{OpenStudio.getOpenStudioCLI} -e #{commands.join(' -e ')}" @@ -4926,26 +2325,10 @@ def display_usage(command_list) ENV['HOMEDRIVE'] = 'C:\\' if !ENV['HOMEDRIVE'].nil? && ENV['HOMEDRIVE'].start_with?('U:') # Create sample/test HPXMLs - create_hpxmls() -end - -if ARGV[0].to_sym == :cache_weather OpenStudio::Logger.instance.standardOutLogger.setLogLevel(OpenStudio::Fatal) - runner = OpenStudio::Measure::OSRunner.new(OpenStudio::WorkflowJSON.new) - puts 'Creating cache *.csv for weather files...' - - Dir['weather/*.epw'].each do |epw| - next if File.exist? epw.gsub('.epw', '.cache') - - puts "Processing #{epw}..." - model = OpenStudio::Model::Model.new - epw_file = OpenStudio::EpwFile.new(epw) - OpenStudio::Model::WeatherFile.setWeatherFile(model, epw_file).get - weather = WeatherProcess.new(model, runner) - File.open(epw.gsub('.epw', '-cache.csv'), 'wb') do |file| - weather.dump_to_csv(file) - end - end + t = Time.now + create_hpxmls() + puts "Completed in #{(Time.now - t).round(1)}s" end if ARGV[0].to_sym == :download_utility_rates diff --git a/example_files/resources/hpxml-measures/weather/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3-cache.csv deleted file mode 100644 index b18b7577..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Phoenix Sky Harbor Intl Ap -WeatherHeader.State,String,AZ -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,722780 -WeatherHeader.Latitude,Float,33.45 -WeatherHeader.Longitude,Float,-111.98 -WeatherHeader.Timezone,Float,-7.0 -WeatherHeader.Altitude,Float,1105.6430446194224 -WeatherHeader.LocalPressure,Float,0.960128965920963 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,74.84486986301377 -WeatherData.AnnualMinDrybulb,Float,35.96 -WeatherData.AnnualMaxDrybulb,Float,111.92 -WeatherData.CDD50F,Float,9119.197499999998 -WeatherData.CDD65F,Float,4643.43 -WeatherData.HDD50F,Float,50.820000000000014 -WeatherData.HDD65F,Float,1050.0524999999993 -WeatherData.AnnualAvgWindspeed,Float,2.758493150684718 -WeatherData.MonthlyAvgDrybulbs,Array,55.416693548387116,60.20267857142858,63.21088709677421,74.58124999999995,81.12088709677417,93.18425000000002,96.00959677419353,92.87677419354854,86.69175000000001,76.65693548387097,64.30999999999999,53.085161290322574 -WeatherData.GroundMonthlyTemps,Array,67.11766137331284,63.83469578991236,63.57178413257856,65.12971904962632,71.38395959199164,77.60906522872205,83.0058991196725,86.42466065716513,86.71510322769751,83.93451533233741,78.67530387416701,72.64115912307051 -WeatherData.WSF,Float,0.43 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,66.42064516129032,71.22071428571428,72.97032258064516,87.524,93.37999999999998,104.906,106.90322580645159,102.84451612903224,98.07800000000002,89.01935483870966,75.782,63.34903225806451 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,45.77870967741936,50.17999999999999,52.99612903225807,59.804,67.34387096774194,80.37200000000001,85.05354838709678,81.94129032258064,75.434,65.4741935483871,53.995999999999995,44.042580645161294 -WeatherDesign.HeatingDrybulb,Float,41.36 -WeatherDesign.HeatingWindspeed,Float,7.3 -WeatherDesign.CoolingDrybulb,Float,108.14 -WeatherDesign.CoolingWetbulb,Float,69.80000000000001 -WeatherDesign.CoolingHumidityRatio,Float,0.007144926870632435 -WeatherDesign.CoolingWindspeed,Float,4.1 -WeatherDesign.DailyTemperatureRange,Float,21.6 -WeatherDesign.DehumidDrybulb,Float,86.36 -WeatherDesign.DehumidHumidityRatio,Float,0.015313056552963082 -WeatherDesign.CoolingDirectNormal,Float,752.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,408.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_CO_Colorado.Springs-Peterson.Field.724660_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_CO_Colorado.Springs-Peterson.Field.724660_TMY3-cache.csv deleted file mode 100644 index f5a06afe..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_CO_Colorado.Springs-Peterson.Field.724660_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Colorado Springs Muni Ap -WeatherHeader.State,String,CO -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,724660 -WeatherHeader.Latitude,Float,38.82 -WeatherHeader.Longitude,Float,-104.72 -WeatherHeader.Timezone,Float,-7.0 -WeatherHeader.Altitude,Float,6141.7322834645665 -WeatherHeader.LocalPressure,Float,0.797705539274801 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,49.42393835616444 -WeatherData.AnnualMinDrybulb,Float,-0.9400000000000048 -WeatherData.AnnualMaxDrybulb,Float,95.0 -WeatherData.CDD50F,Float,2536.207500000001 -WeatherData.CDD65F,Float,510.81750000000005 -WeatherData.HDD50F,Float,2746.4700000000016 -WeatherData.HDD65F,Float,6196.0800000000045 -WeatherData.AnnualAvgWindspeed,Float,4.274840182648001 -WeatherData.MonthlyAvgDrybulbs,Array,27.696935483870966,31.760267857142857,40.524354838709684,48.278000000000006,57.5759677419355,66.7595,71.19983870967746,67.24927419354839,60.36224999999999,49.89064516129031,38.05974999999999,32.52959677419355 -WeatherData.GroundMonthlyTemps,Array,41.5881475368696,38.26093932880849,37.99448456342844,39.57341486651654,45.91194018428496,52.220937962179164,57.69050185596615,61.15533606149785,61.44969275823922,58.6316324911881,53.301545687954274,47.18608226488624 -WeatherData.WSF,Float,0.63 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,39.77483870967742,42.92857142857143,51.956774193548384,60.89,70.04967741935485,79.964,82.99806451612905,79.42129032258065,73.088,62.97161290322582,51.278000000000006,44.7858064516129 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,16.090322580645157,20.904285714285713,29.038709677419355,35.738,44.89612903225807,52.652,58.953548387096774,55.59161290322581,48.302,36.674193548387095,27.29,20.869032258064514 -WeatherDesign.HeatingDrybulb,Float,5.719999999999999 -WeatherDesign.HeatingWindspeed,Float,12.7 -WeatherDesign.CoolingDrybulb,Float,87.62 -WeatherDesign.CoolingWetbulb,Float,58.46 -WeatherDesign.CoolingHumidityRatio,Float,0.006236182719938453 -WeatherDesign.CoolingWindspeed,Float,5.4 -WeatherDesign.DailyTemperatureRange,Float,26.1 -WeatherDesign.DehumidDrybulb,Float,65.30000000000001 -WeatherDesign.DehumidHumidityRatio,Float,0.012231836611810107 -WeatherDesign.CoolingDirectNormal,Float,979.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,102.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_CO_Denver.Intl.AP.725650_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_CO_Denver.Intl.AP.725650_TMY3-cache.csv deleted file mode 100644 index 069f228c..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_CO_Denver.Intl.AP.725650_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Denver Intl Ap -WeatherHeader.State,String,CO -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,725650 -WeatherHeader.Latitude,Float,39.83 -WeatherHeader.Longitude,Float,-104.65 -WeatherHeader.Timezone,Float,-7.0 -WeatherHeader.Altitude,Float,5413.385826771653 -WeatherHeader.LocalPressure,Float,0.8193756768359655 -WeatherHeader.RecordsPerHour,Integer,1 -WeatherData.AnnualAvgDrybulb,Float,51.575616438356164 -WeatherData.AnnualMinDrybulb,Float,-2.9200000000000017 -WeatherData.AnnualMaxDrybulb,Float,104.0 -WeatherData.CDD50F,Float,3072.2925 -WeatherData.CDD65F,Float,883.6200000000002 -WeatherData.HDD50F,Float,2497.1925 -WeatherData.HDD65F,Float,5783.52 -WeatherData.AnnualAvgWindspeed,Float,3.916529680365297 -WeatherData.MonthlyAvgDrybulbs,Array,33.4191935483871,31.90142857142857,43.02620967741936,42.48625,59.87774193548387,73.57575,72.07975806451613,72.7000806451613,66.492,50.079112903225806,37.21825,34.58217741935484 -WeatherData.GroundMonthlyTemps,Array,44.083062859451616,40.895709049918594,40.64045432632042,42.15301657125059,48.22511111870409,54.26891927383741,59.508577937551024,62.82777283423496,63.10975667174995,60.410149503819355,55.304105212311526,49.44569647451425 -WeatherData.WSF,Float,0.59 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,47.41032258064516,46.58642857142857,55.15032258064517,53.708,72.80193548387098,88.676,86.1858064516129,85.87225806451613,82.082,63.18064516129033,48.733999999999995,48.87935483870967 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,19.34774193548387,19.85642857142857,30.316129032258065,31.112,47.41612903225806,57.902,59.063870967741934,60.956774193548384,52.352000000000004,38.41612903225806,27.002000000000002,23.029032258064518 -WeatherDesign.HeatingDrybulb,Float,6.800000000000001 -WeatherDesign.HeatingWindspeed,Float,12.0 -WeatherDesign.CoolingDrybulb,Float,91.76 -WeatherDesign.CoolingWetbulb,Float,60.08 -WeatherDesign.CoolingHumidityRatio,Float,0.006050392196571398 -WeatherDesign.CoolingWindspeed,Float,4.2 -WeatherDesign.DailyTemperatureRange,Float,27.36 -WeatherDesign.DehumidDrybulb,Float,67.28 -WeatherDesign.DehumidHumidityRatio,Float,0.012295426899271008 -WeatherDesign.CoolingDirectNormal,Float,985.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,84.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_DE_Wilmington-New.Castle.County.AP.724089_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_DE_Wilmington-New.Castle.County.AP.724089_TMY3-cache.csv deleted file mode 100644 index b5401487..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_DE_Wilmington-New.Castle.County.AP.724089_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Wilmington New Castle Cnty Ap -WeatherHeader.State,String,DE -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,724089 -WeatherHeader.Latitude,Float,39.67 -WeatherHeader.Longitude,Float,-75.6 -WeatherHeader.Timezone,Float,-5.0 -WeatherHeader.Altitude,Float,75.45931758530183 -WeatherHeader.LocalPressure,Float,0.9972269491412886 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,54.09386986301374 -WeatherData.AnnualMinDrybulb,Float,-13.0 -WeatherData.AnnualMaxDrybulb,Float,93.92 -WeatherData.CDD50F,Float,3549.7050000000013 -WeatherData.CDD65F,Float,1092.705 -WeatherData.HDD50F,Float,2055.4425 -WeatherData.HDD65F,Float,5073.4425 -WeatherData.AnnualAvgWindspeed,Float,4.005468036529352 -WeatherData.MonthlyAvgDrybulbs,Array,28.1091935483871,36.082410714285714,44.81967741935483,53.408000000000015,63.35290322580641,72.41725,76.25943548387099,74.90411290322585,65.78824999999998,54.44048387096777,45.265499999999975,33.197580645161295 -WeatherData.GroundMonthlyTemps,Array,45.385741959164875,41.703093944702346,41.408174284942675,43.155778937862976,50.17143777747094,57.15441470200477,63.20828249561913,67.04325885102986,67.36906115644985,64.24995246287659,58.35046185231448,51.581694217660356 -WeatherData.WSF,Float,0.52 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,35.321290322580644,43.73857142857143,55.556774193548385,63.158,72.75548387096774,81.536,85.2683870967742,83.67161290322582,75.05000000000001,64.10387096774194,54.062,41.464516129032255 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,20.149032258064512,28.759999999999998,34.229677419354836,43.49,53.036774193548396,62.51,67.01290322580647,66.77483870967743,56.24,45.29096774193548,36.764,24.956774193548387 -WeatherDesign.HeatingDrybulb,Float,16.159999999999997 -WeatherDesign.HeatingWindspeed,Float,11.6 -WeatherDesign.CoolingDrybulb,Float,89.24000000000001 -WeatherDesign.CoolingWetbulb,Float,74.12 -WeatherDesign.CoolingHumidityRatio,Float,0.014569278057277387 -WeatherDesign.CoolingWindspeed,Float,4.6 -WeatherDesign.DailyTemperatureRange,Float,17.1 -WeatherDesign.DehumidDrybulb,Float,79.52 -WeatherDesign.DehumidHumidityRatio,Float,0.01768447973725734 -WeatherDesign.CoolingDirectNormal,Float,908.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,134.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_FL_Miami.Intl.AP.722020_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_FL_Miami.Intl.AP.722020_TMY3-cache.csv deleted file mode 100644 index 86abded2..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_FL_Miami.Intl.AP.722020_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Miami Intl Ap -WeatherHeader.State,String,FL -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,722020 -WeatherHeader.Latitude,Float,25.82 -WeatherHeader.Longitude,Float,-80.3 -WeatherHeader.Timezone,Float,-5.0 -WeatherHeader.Altitude,Float,36.08923884514436 -WeatherHeader.LocalPressure,Float,0.9986727975237558 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,76.11243150684965 -WeatherData.AnnualMinDrybulb,Float,41.0 -WeatherData.AnnualMaxDrybulb,Float,96.08 -WeatherData.CDD50F,Float,9531.03750000001 -WeatherData.CDD65F,Float,4195.695000000002 -WeatherData.HDD50F,Float,0.0 -WeatherData.HDD65F,Float,139.65749999999994 -WeatherData.AnnualAvgWindspeed,Float,4.117751141552107 -WeatherData.MonthlyAvgDrybulbs,Array,66.95193548387095,69.5634821428572,70.82532258064509,75.40050000000002,79.54733870967738,81.83024999999998,82.63032258064513,82.35137096774197,81.48900000000006,79.41935483870965,74.45850000000013,68.52959677419348 -WeatherData.GroundMonthlyTemps,Array,73.49949161266244,72.30037030421141,72.20434036952582,72.77338470116848,75.05778059628489,77.33153480622997,79.3027581871666,80.55147971773891,80.65756547050086,79.64194038682461,77.72098435943627,75.51697966748856 -WeatherData.WSF,Float,0.41 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,74.53225806451614,77.66214285714287,77.27290322580646,81.72800000000001,86.04064516129033,86.98400000000001,90.42451612903224,88.4967741935484,87.90800000000002,85.89548387096775,80.03600000000002,75.40903225806453 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,59.80709677419355,61.73857142857143,64.17935483870968,69.69800000000001,74.1606451612903,76.73,76.30322580645162,77.12774193548387,75.84199999999998,74.00387096774193,67.946,61.816129032258054 -WeatherDesign.HeatingDrybulb,Float,51.620000000000005 -WeatherDesign.HeatingWindspeed,Float,9.3 -WeatherDesign.CoolingDrybulb,Float,90.68 -WeatherDesign.CoolingWetbulb,Float,77.53999999999999 -WeatherDesign.CoolingHumidityRatio,Float,0.01727054801900815 -WeatherDesign.CoolingWindspeed,Float,4.5 -WeatherDesign.DailyTemperatureRange,Float,12.06 -WeatherDesign.DehumidDrybulb,Float,83.12 -WeatherDesign.DehumidHumidityRatio,Float,0.020110612650924994 -WeatherDesign.CoolingDirectNormal,Float,817.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,229.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_HI_Honolulu.Intl.AP.911820_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_HI_Honolulu.Intl.AP.911820_TMY3-cache.csv deleted file mode 100644 index b65b51f6..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_HI_Honolulu.Intl.AP.911820_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Honolulu Intl Arpt -WeatherHeader.State,String,HI -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,911820 -WeatherHeader.Latitude,Float,21.32 -WeatherHeader.Longitude,Float,-157.93 -WeatherHeader.Timezone,Float,-10.0 -WeatherHeader.Altitude,Float,6.561679790026246 -WeatherHeader.LocalPressure,Float,0.9997585593352166 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,76.8457260273972 -WeatherData.AnnualMinDrybulb,Float,55.94 -WeatherData.AnnualMaxDrybulb,Float,91.94 -WeatherData.CDD50F,Float,9798.689999999999 -WeatherData.CDD65F,Float,4323.69 -WeatherData.HDD50F,Float,0.0 -WeatherData.HDD65F,Float,0.0 -WeatherData.AnnualAvgWindspeed,Float,4.7668835616436525 -WeatherData.MonthlyAvgDrybulbs,Array,72.4716935483871,73.04910714285711,73.70387096774198,74.76300000000003,77.42169354838698,78.55899999999991,80.42362903225818,80.71540322580644,80.37300000000008,79.18879032258069,76.56924999999987,74.63580645161286 -WeatherData.GroundMonthlyTemps,Array,75.62832565157879,74.9978266165785,74.94733399275168,75.24653800109053,76.44767536499074,77.64321732150069,78.67968830295302,79.33626717821875,79.39204716000398,78.8580306008227,77.84799023792488,76.68912263911267 -WeatherData.WSF,Float,0.42 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,80.0483870967742,80.61285714285714,81.74387096774194,82.51399999999998,85.41354838709677,84.27799999999999,87.80000000000001,88.94387096774196,86.99600000000001,88.22387096774196,83.6,80.64645161290323 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,66.11870967741936,65.88499999999999,66.59483870967742,68.75,70.71741935483871,73.71199999999999,75.2290322580645,74.51483870967742,75.16999999999999,71.92516129032259,70.59800000000001,69.14967741935484 -WeatherDesign.HeatingDrybulb,Float,63.31999999999999 -WeatherDesign.HeatingWindspeed,Float,9.9 -WeatherDesign.CoolingDrybulb,Float,89.06 -WeatherDesign.CoolingWetbulb,Float,73.58000000000001 -WeatherDesign.CoolingHumidityRatio,Float,0.014103177180367318 -WeatherDesign.CoolingWindspeed,Float,6.7 -WeatherDesign.DailyTemperatureRange,Float,12.78 -WeatherDesign.DehumidDrybulb,Float,80.24000000000001 -WeatherDesign.DehumidHumidityRatio,Float,0.017420709935526194 -WeatherDesign.CoolingDirectNormal,Float,843.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,254.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3-cache.csv deleted file mode 100644 index aeee5b0e..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Baltimore Blt Washngtn IntL -WeatherHeader.State,String,MD -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,724060 -WeatherHeader.Latitude,Float,39.17 -WeatherHeader.Longitude,Float,-76.68 -WeatherHeader.Timezone,Float,-5.0 -WeatherHeader.Altitude,Float,147.63779527559055 -WeatherHeader.LocalPressure,Float,0.9945816615705102 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,55.775863013698654 -WeatherData.AnnualMinDrybulb,Float,6.079999999999998 -WeatherData.AnnualMaxDrybulb,Float,95.0 -WeatherData.CDD50F,Float,3895.8675000000026 -WeatherData.CDD65F,Float,1232.8050000000005 -WeatherData.HDD50F,Float,1787.6774999999998 -WeatherData.HDD65F,Float,4599.615000000002 -WeatherData.AnnualAvgWindspeed,Float,3.91630136986276 -WeatherData.MonthlyAvgDrybulbs,Array,31.07290322580645,36.01651785714286,46.40943548387098,55.73075,64.99008064516127,73.27700000000002,77.61258064516136,75.69403225806451,68.78750000000005,54.77266129032259,48.04275000000003,35.72532258064517 -WeatherData.GroundMonthlyTemps,Array,47.37004902373786,43.81058091407067,43.52552594283651,45.21467543688158,51.99566938738104,58.745074591409946,64.59644818641158,68.3031494472445,68.61805407881508,65.60327561458001,59.90111548167869,53.35875453849877 -WeatherData.WSF,Float,0.5 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,38.28258064516129,43.97,55.81225806451613,65.366,75.31612903225805,83.564,85.73290322580644,84.89677419354837,77.01800000000001,64.36516129032258,58.07000000000001,43.26451612903226 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,23.696774193548386,27.185,36.29096774193548,46.76,54.273548387096774,62.60000000000001,69.44,66.5541935483871,60.464,45.697419354838715,38.366,27.43032258064516 -WeatherDesign.HeatingDrybulb,Float,17.240000000000002 -WeatherDesign.HeatingWindspeed,Float,10.8 -WeatherDesign.CoolingDrybulb,Float,91.22 -WeatherDesign.CoolingWetbulb,Float,74.30000000000001 -WeatherDesign.CoolingHumidityRatio,Float,0.01429659037353808 -WeatherDesign.CoolingWindspeed,Float,4.6 -WeatherDesign.DailyTemperatureRange,Float,18.720000000000002 -WeatherDesign.DehumidDrybulb,Float,79.88 -WeatherDesign.DehumidHumidityRatio,Float,0.017621851027692904 -WeatherDesign.CoolingDirectNormal,Float,874.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,154.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_MN_Duluth.Intl.AP.727450_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_MN_Duluth.Intl.AP.727450_TMY3-cache.csv deleted file mode 100644 index c04ce016..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_MN_Duluth.Intl.AP.727450_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Duluth International Arpt -WeatherHeader.State,String,MN -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,727450 -WeatherHeader.Latitude,Float,46.83 -WeatherHeader.Longitude,Float,-92.22 -WeatherHeader.Timezone,Float,-6.0 -WeatherHeader.Altitude,Float,1420.6036745406823 -WeatherHeader.LocalPressure,Float,0.9490647858377896 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,39.23713013698636 -WeatherData.AnnualMinDrybulb,Float,-23.080000000000005 -WeatherData.AnnualMaxDrybulb,Float,91.03999999999999 -WeatherData.CDD50F,Float,1569.3074999999985 -WeatherData.CDD65F,Float,162.01500000000013 -WeatherData.HDD50F,Float,5497.7549999999965 -WeatherData.HDD65F,Float,9565.462499999996 -WeatherData.AnnualAvgWindspeed,Float,4.632454337899146 -WeatherData.MonthlyAvgDrybulbs,Array,8.562983870967763,17.254196428571397,27.380483870967748,39.244249999999994,54.271129032258074,61.15599999999999,64.1016935483871,63.49927419354846,55.20074999999997,42.84717741935482,23.935750000000006,11.993145161290304 -WeatherData.GroundMonthlyTemps,Array,29.14213658551421,24.89440052650525,24.55422658961203,26.5699943936346,34.662178852663544,42.71666648359695,49.69947679357483,54.122915386226225,54.4987107908932,50.90098697432768,44.09624242696526,36.288833670044085 -WeatherData.WSF,Float,0.7 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,16.618709677419353,25.044285714285714,35.35612903225807,48.775999999999996,64.69032258064516,70.136,73.12709677419355,71.87870967741935,64.07000000000001,51.16129032258064,30.938,18.999354838709678 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,0.7380645161290325,9.210714285714275,18.732258064516127,29.708,44.21677419354839,51.242000000000004,54.02967741935484,55.0516129032258,46.321999999999996,34.903225806451616,15.931999999999999,4.309032258064516 -WeatherDesign.HeatingDrybulb,Float,-13.719999999999999 -WeatherDesign.HeatingWindspeed,Float,11.0 -WeatherDesign.CoolingDrybulb,Float,81.14 -WeatherDesign.CoolingWetbulb,Float,67.46000000000001 -WeatherDesign.CoolingHumidityRatio,Float,0.011905738755427593 -WeatherDesign.CoolingWindspeed,Float,5.2 -WeatherDesign.DailyTemperatureRange,Float,19.62 -WeatherDesign.DehumidDrybulb,Float,72.5 -WeatherDesign.DehumidHumidityRatio,Float,0.013990563905490075 -WeatherDesign.CoolingDirectNormal,Float,944.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,87.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_MT_Helena.Rgnl.AP.727720_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_MT_Helena.Rgnl.AP.727720_TMY3-cache.csv deleted file mode 100644 index 6774846d..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_MT_Helena.Rgnl.AP.727720_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Helena Regional Airport -WeatherHeader.State,String,MT -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,727720 -WeatherHeader.Latitude,Float,46.6 -WeatherHeader.Longitude,Float,-111.97 -WeatherHeader.Timezone,Float,-7.0 -WeatherHeader.Altitude,Float,3828.740157480315 -WeatherHeader.LocalPressure,Float,0.8685782167285727 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,44.89239726027402 -WeatherData.AnnualMinDrybulb,Float,-11.920000000000002 -WeatherData.AnnualMaxDrybulb,Float,95.0 -WeatherData.CDD50F,Float,1918.2525000000014 -WeatherData.CDD65F,Float,316.50750000000016 -WeatherData.HDD50F,Float,3782.527500000002 -WeatherData.HDD65F,Float,7655.782500000005 -WeatherData.AnnualAvgWindspeed,Float,3.2548059360729122 -WeatherData.MonthlyAvgDrybulbs,Array,23.495725806451617,25.39598214285714,35.862983870967746,43.150499999999994,53.30483870967741,63.23500000000002,68.94548387096773,65.36725806451614,58.453250000000025,43.26427419354839,34.01,22.958629032258067 -WeatherData.GroundMonthlyTemps,Array,36.59035182870804,33.073164939178696,32.79149599968258,34.460580894354166,41.16102665924251,47.83025890527921,53.61212683048524,57.27479795895971,57.58596198894605,54.606994636929414,48.97256773843611,42.507920373447405 -WeatherData.WSF,Float,0.63 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,33.85806451612903,32.668571428571425,46.29548387096774,55.538,64.18516129032258,75.386,83.10838709677418,78.74774193548387,71.246,55.13290322580646,44.804,32.33096774193548 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,12.606451612903228,17.927857142857146,26.036774193548386,31.298,41.51096774193549,50.648,54.976129032258065,52.11935483870967,47.3,33.236774193548385,24.355999999999998,14.197419354838711 -WeatherDesign.HeatingDrybulb,Float,-8.14 -WeatherDesign.HeatingWindspeed,Float,10.9 -WeatherDesign.CoolingDrybulb,Float,89.24000000000001 -WeatherDesign.CoolingWetbulb,Float,60.620000000000005 -WeatherDesign.CoolingHumidityRatio,Float,0.006230179125448771 -WeatherDesign.CoolingWindspeed,Float,4.9 -WeatherDesign.DailyTemperatureRange,Float,28.980000000000004 -WeatherDesign.DehumidDrybulb,Float,67.28 -WeatherDesign.DehumidHumidityRatio,Float,0.010202356266712235 -WeatherDesign.CoolingDirectNormal,Float,949.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,103.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_NC_Charlotte-Douglas.Intl.AP.723140_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_NC_Charlotte-Douglas.Intl.AP.723140_TMY3-cache.csv deleted file mode 100644 index 06bdffc9..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_NC_Charlotte-Douglas.Intl.AP.723140_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Charlotte Douglas Intl Arpt -WeatherHeader.State,String,NC -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,723140 -WeatherHeader.Latitude,Float,35.22 -WeatherHeader.Longitude,Float,-80.95 -WeatherHeader.Timezone,Float,-5.0 -WeatherHeader.Altitude,Float,728.3464566929133 -WeatherHeader.LocalPressure,Float,0.9735528669280933 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,60.774006849315086 -WeatherData.AnnualMinDrybulb,Float,19.04 -WeatherData.AnnualMaxDrybulb,Float,96.08 -WeatherData.CDD50F,Float,4761.832500000001 -WeatherData.CDD65F,Float,1597.995 -WeatherData.HDD50F,Float,829.3199999999998 -WeatherData.HDD65F,Float,3140.4825000000023 -WeatherData.AnnualAvgWindspeed,Float,3.076472602739503 -WeatherData.MonthlyAvgDrybulbs,Array,39.079516129032264,46.72892857142855,50.882096774193556,61.72975000000004,67.95306451612899,75.14000000000001,79.34653225806451,79.03854838709674,72.65800000000002,59.10814516129032,52.95425,43.935403225806446 -WeatherData.GroundMonthlyTemps,Array,53.54561404688269,50.465894381203725,50.21925938584434,51.68074372979845,57.547788967677036,63.387503019905864,68.45022300405725,71.65733159895677,71.9297930894889,69.32134928892384,64.38773163676598,58.72715622608604 -WeatherData.WSF,Float,0.43 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,48.426451612903236,56.81428571428572,61.29354838709678,72.95600000000002,78.11483870967741,85.952,89.50129032258064,87.48064516129033,81.656,70.45032258064516,63.31999999999999,53.745161290322585 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,30.27548387096774,36.75071428571428,40.54129032258065,49.47200000000001,57.54838709677419,65.36000000000001,70.22387096774195,71.83225806451614,64.982,48.223225806451616,42.65,33.70129032258065 -WeatherDesign.HeatingDrybulb,Float,24.62 -WeatherDesign.HeatingWindspeed,Float,8.7 -WeatherDesign.CoolingDrybulb,Float,91.58000000000001 -WeatherDesign.CoolingWetbulb,Float,74.12 -WeatherDesign.CoolingHumidityRatio,Float,0.014451485211324309 -WeatherDesign.CoolingWindspeed,Float,3.3 -WeatherDesign.DailyTemperatureRange,Float,18.18 -WeatherDesign.DehumidDrybulb,Float,79.16 -WeatherDesign.DehumidHumidityRatio,Float,0.01756326152603578 -WeatherDesign.CoolingDirectNormal,Float,867.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,165.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_NJ_Cape.May.County.AP.745966_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_NJ_Cape.May.County.AP.745966_TMY3-cache.csv deleted file mode 100644 index e5f00912..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_NJ_Cape.May.County.AP.745966_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Cape May Co -WeatherHeader.State,String,NJ -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,745966 -WeatherHeader.Latitude,Float,39.0 -WeatherHeader.Longitude,Float,-74.92 -WeatherHeader.Timezone,Float,-5.0 -WeatherHeader.Altitude,Float,22.96587926509186 -WeatherHeader.LocalPressure,Float,0.9991552126769478 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,56.26691780821926 -WeatherData.AnnualMinDrybulb,Float,18.14 -WeatherData.AnnualMaxDrybulb,Float,96.8 -WeatherData.CDD50F,Float,3629.9849999999983 -WeatherData.CDD65F,Float,1015.6350000000002 -WeatherData.HDD50F,Float,1342.56 -WeatherData.HDD65F,Float,4203.209999999999 -WeatherData.AnnualAvgWindspeed,Float,3.8458105022828852 -WeatherData.MonthlyAvgDrybulbs,Array,40.1682258064516,38.5957142857143,42.01516129032258,49.83775,60.554677419354896,70.2955,78.24282258064514,72.91975806451609,68.685,57.868467741935476,52.24500000000001,42.580806451612915 -WeatherData.GroundMonthlyTemps,Array,49.15488592253399,46.122578320899436,45.879740253658554,47.31872515063776,53.095447646589434,58.84525971854026,63.830039490534375,66.98777487793262,67.25604184329978,64.6877548485333,59.83008988736282,54.25665863038324 -WeatherData.WSF,Float,0.49 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,47.4741935483871,44.51,48.74,57.458,68.32516129032258,77.72,86.85354838709678,80.35612903225805,75.962,66.44967741935483,58.196000000000005,49.71548387096774 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,32.365806451612904,31.042142857142856,35.02516129032258,43.046,52.50838709677419,62.900000000000006,69.59677419354838,65.49741935483871,60.98600000000001,49.55290322580645,44.552,33.92774193548387 -WeatherDesign.HeatingDrybulb,Float,19.22 -WeatherDesign.HeatingWindspeed,Float,11.1 -WeatherDesign.CoolingDrybulb,Float,86.72 -WeatherDesign.CoolingWetbulb,Float,73.58000000000001 -WeatherDesign.CoolingHumidityRatio,Float,0.014678653657676495 -WeatherDesign.CoolingWindspeed,Float,4.4 -WeatherDesign.DailyTemperatureRange,Float,14.58 -WeatherDesign.DehumidDrybulb,Float,79.34 -WeatherDesign.DehumidHumidityRatio,Float,0.017322915664989832 -WeatherDesign.CoolingDirectNormal,Float,901.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,107.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_NV_Las.Vegas-McCarran.Intl.AP.723860_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_NV_Las.Vegas-McCarran.Intl.AP.723860_TMY3-cache.csv deleted file mode 100644 index a09e21b4..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_NV_Las.Vegas-McCarran.Intl.AP.723860_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Las Vegas Mccarran Intl Ap -WeatherHeader.State,String,NV -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,723860 -WeatherHeader.Latitude,Float,36.08 -WeatherHeader.Longitude,Float,-115.15 -WeatherHeader.Timezone,Float,-8.0 -WeatherHeader.Altitude,Float,2125.984251968504 -WeatherHeader.LocalPressure,Float,0.9247459568142373 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,67.7038424657533 -WeatherData.AnnualMinDrybulb,Float,26.060000000000002 -WeatherData.AnnualMaxDrybulb,Float,111.92 -WeatherData.CDD50F,Float,6839.444999999998 -WeatherData.CDD65F,Float,3316.2749999999987 -WeatherData.HDD50F,Float,377.5425 -WeatherData.HDD65F,Float,2329.372500000001 -WeatherData.AnnualAvgWindspeed,Float,4.462226027396803 -WeatherData.MonthlyAvgDrybulbs,Array,45.95822580645159,48.76276785714285,55.19508064516131,66.97825000000003,76.61483870967737,86.39624999999998,91.51951612903227,88.76677419354827,81.49850000000002,67.19314516129033,55.479500000000016,46.88048387096773 -WeatherData.GroundMonthlyTemps,Array,59.48167838833018,55.99703971158959,55.717977349698515,57.3716164543053,64.01005597915429,70.61757083652225,76.34593308419181,79.9747096818923,80.28299418531998,77.33159433719487,71.7493086900468,65.34448547562187 -WeatherData.WSF,Float,0.55 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,54.912258064516124,59.61714285714286,65.1316129032258,78.14000000000001,87.9625806451613,98.606,103.17548387096772,100.9574193548387,94.85,78.70709677419356,66.78800000000001,58.92451612903226 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,37.99225806451613,38.222857142857144,45.00064516129032,54.242000000000004,63.41870967741936,71.876,77.24967741935484,75.61806451612904,67.79599999999999,55.928387096774195,44.876000000000005,35.87290322580645 -WeatherDesign.HeatingDrybulb,Float,33.26 -WeatherDesign.HeatingWindspeed,Float,11.7 -WeatherDesign.CoolingDrybulb,Float,106.16000000000001 -WeatherDesign.CoolingWetbulb,Float,67.46000000000001 -WeatherDesign.CoolingHumidityRatio,Float,0.0063793837689728565 -WeatherDesign.CoolingWindspeed,Float,4.9 -WeatherDesign.DailyTemperatureRange,Float,23.400000000000002 -WeatherDesign.DehumidDrybulb,Float,86.18 -WeatherDesign.DehumidHumidityRatio,Float,0.012461154709013073 -WeatherDesign.CoolingDirectNormal,Float,964.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,185.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_OR_Portland.Intl.AP.726980_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_OR_Portland.Intl.AP.726980_TMY3-cache.csv deleted file mode 100644 index bf89e0a0..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_OR_Portland.Intl.AP.726980_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Portland International Ap -WeatherHeader.State,String,OR -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,726980 -WeatherHeader.Latitude,Float,45.6 -WeatherHeader.Longitude,Float,-122.62 -WeatherHeader.Timezone,Float,-8.0 -WeatherHeader.Altitude,Float,19.68503937007874 -WeatherHeader.LocalPressure,Float,0.9992758528723594 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,54.02721232876719 -WeatherData.AnnualMinDrybulb,Float,24.08 -WeatherData.AnnualMaxDrybulb,Float,100.03999999999999 -WeatherData.CDD50F,Float,2459.2275000000013 -WeatherData.CDD65F,Float,295.9050000000003 -WeatherData.HDD50F,Float,989.2950000000001 -WeatherData.HDD65F,Float,4300.972499999999 -WeatherData.AnnualAvgWindspeed,Float,3.3792237442919677 -WeatherData.MonthlyAvgDrybulbs,Array,41.899032258064494,44.33589285714284,46.970725806451625,53.047499999999985,57.10225806451613,63.62949999999998,67.8328225806452,68.15701612903226,63.078000000000046,55.01532258064521,47.29675000000002,39.37685483870967 -WeatherData.GroundMonthlyTemps,Array,48.95498030709081,46.75380333328184,46.577525187328945,47.62209613362148,51.81546640229709,55.98930217333981,59.607794719316246,61.90002075218189,62.094757943976504,60.230417336854146,56.704198475270516,52.658398985351425 -WeatherData.WSF,Float,0.52 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,47.31161290322581,52.13428571428571,55.97483870967742,61.166,66.83870967741936,74.186,79.18903225806451,79.6825806451613,74.438,62.79161290322581,53.264,44.75096774193548 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,36.87741935483871,37.39357142857143,38.4741935483871,46.052,48.79225806451613,54.128,58.082580645161286,58.59935483870968,52.861999999999995,47.98516129032258,42.44,34.258709677419354 -WeatherDesign.HeatingDrybulb,Float,28.58 -WeatherDesign.HeatingWindspeed,Float,12.5 -WeatherDesign.CoolingDrybulb,Float,87.08000000000001 -WeatherDesign.CoolingWetbulb,Float,66.56 -WeatherDesign.CoolingHumidityRatio,Float,0.009062490878777247 -WeatherDesign.CoolingWindspeed,Float,4.7 -WeatherDesign.DailyTemperatureRange,Float,21.96 -WeatherDesign.DehumidDrybulb,Float,71.42 -WeatherDesign.DehumidHumidityRatio,Float,0.011082752390407657 -WeatherDesign.CoolingDirectNormal,Float,854.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,226.0 diff --git a/example_files/resources/hpxml-measures/weather/USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3-cache.csv b/example_files/resources/hpxml-measures/weather/USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3-cache.csv deleted file mode 100644 index 4f50a1b2..00000000 --- a/example_files/resources/hpxml-measures/weather/USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Dallas Fort Worth Intl Ap -WeatherHeader.State,String,TX -WeatherHeader.Country,String,USA -WeatherHeader.DataSource,String,TMY3 -WeatherHeader.Station,String,722590 -WeatherHeader.Latitude,Float,32.9 -WeatherHeader.Longitude,Float,-97.02 -WeatherHeader.Timezone,Float,-6.0 -WeatherHeader.Altitude,Float,561.0236220472441 -WeatherHeader.LocalPressure,Float,0.9795659933969646 -WeatherHeader.RecordsPerHour,Fixnum,1 -WeatherData.AnnualAvgDrybulb,Float,65.7211917808219 -WeatherData.AnnualMinDrybulb,Float,10.940000000000001 -WeatherData.AnnualMaxDrybulb,Float,104.0 -WeatherData.CDD50F,Float,6370.1325000000015 -WeatherData.CDD65F,Float,2638.1925 -WeatherData.HDD50F,Float,631.8975 -WeatherData.HDD65F,Float,2374.9574999999995 -WeatherData.AnnualAvgWindspeed,Float,4.560433789954143 -WeatherData.MonthlyAvgDrybulbs,Array,44.22620967741936,48.79089285714288,58.969274193548365,67.09725000000006,73.15346774193547,80.15424999999999,85.49193548387096,84.1351612903226,79.13124999999994,65.05830645161294,55.807000000000016,45.62362903225806 -WeatherData.GroundMonthlyTemps,Array,58.30533437924129,55.14923096007038,54.89647887980294,56.39421121772381,62.40677195240875,68.39132362852894,73.57961009185607,76.86626196306878,77.14548109182391,74.47234220537808,69.41636009298537,63.61539008678113 -WeatherData.WSF,Float,0.53 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,54.83096774193548,60.028571428571425,70.16,77.132,82.81225806451613,90.26599999999999,95.56322580645163,94.49483870967742,89.792,76.37870967741935,65.28200000000001,56.12 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,34.32258064516129,37.76642857142857,48.101290322580645,57.242000000000004,64.17354838709679,69.596,75.00258064516129,74.87483870967742,69.21199999999999,54.27354838709678,47.576,35.65225806451613 -WeatherDesign.HeatingDrybulb,Float,25.88 -WeatherDesign.HeatingWindspeed,Float,12.0 -WeatherDesign.CoolingDrybulb,Float,98.42 -WeatherDesign.CoolingWetbulb,Float,74.66 -WeatherDesign.CoolingHumidityRatio,Float,0.013165601518251907 -WeatherDesign.CoolingWindspeed,Float,4.6 -WeatherDesign.DailyTemperatureRange,Float,19.8 -WeatherDesign.DehumidDrybulb,Float,82.03999999999999 -WeatherDesign.DehumidHumidityRatio,Float,0.018119854425077936 -WeatherDesign.CoolingDirectNormal,Float,889.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,162.0 diff --git a/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv b/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv deleted file mode 100644 index 131f341c..00000000 --- a/example_files/resources/hpxml-measures/weather/US_CO_Boulder_AMY_2012-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,Boulder -WeatherHeader.State,String,CO -WeatherHeader.Country,String,US -WeatherHeader.DataSource,String,NSRDB 2.0.1 2012 AMY -WeatherHeader.Station,String,724699 -WeatherHeader.Latitude,Float,40.13 -WeatherHeader.Longitude,Float,-105.22 -WeatherHeader.Timezone,Float,-7.0 -WeatherHeader.Altitude,Float,5300.1968503937005 -WeatherHeader.LocalPressure,Float,0.8227957848959558 -WeatherHeader.RecordsPerHour,Integer,1 -WeatherData.AnnualAvgDrybulb,Float,49.37385245901636 -WeatherData.AnnualMinDrybulb,Float,5.18 -WeatherData.AnnualMaxDrybulb,Float,100.22 -WeatherData.CDD50F,Float,2633.8050000000003 -WeatherData.CDD65F,Float,609.0900000000005 -WeatherData.HDD50F,Float,2862.975000000001 -WeatherData.HDD65F,Float,6328.26 -WeatherData.AnnualAvgWindspeed,Float,3.1285632969034616 -WeatherData.MonthlyAvgDrybulbs,Array,30.756693548387098,26.408620689655166,42.98798387096775,49.43600000000001,56.781451612903226,71.08874999999998,71.22572580645158,70.36758064516127,60.752750000000006,45.266048387096774,39.64775,27.041048387096776 -WeatherData.GroundMonthlyTemps,Array,41.29137700627439,37.863655430265,37.5891511939173,39.21578022596816,45.74578936070071,52.24537894270793,57.88017574462509,61.44968093363656,61.75293000534151,58.849737486020615,53.358631310824705,47.05842266389976 -WeatherData.WSF,Float,0.53 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,42.428387096774195,37.65071428571429,58.03032258064516,66.30799999999999,73.79483870967744,88.50800000000001,86.47612903225806,87.48064516129034,77.17399999999999,61.35741935483871,54.824,39.292903225806455 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,22.123225806451615,17.252857142857145,29.69483870967742,34.652,40.51806451612903,53.60000000000001,57.5658064516129,55.580000000000005,48.368,33.69548387096774,30.266000000000002,19.55677419354839 -WeatherDesign.HeatingDrybulb,Float,10.219999999999999 -WeatherDesign.HeatingWindspeed,Float,3.5214285714285714 -WeatherDesign.CoolingDrybulb,Float,91.4 -WeatherDesign.CoolingWetbulb,Float,57.98417219900444 -WeatherDesign.CoolingHumidityRatio,Float,0.0046138440452612025 -WeatherDesign.CoolingWindspeed,Float,1.9298245614035092 -WeatherDesign.DailyTemperatureRange,Float,31.900645161290335 -WeatherDesign.DehumidDrybulb,Float,64.9673417721519 -WeatherDesign.DehumidHumidityRatio,Float,0.010155075083581143 -WeatherDesign.CoolingDirectNormal,Float,984.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,121.0 diff --git a/example_files/resources/hpxml-measures/weather/ZAF_Cape.Town.688160_IWEC-cache.csv b/example_files/resources/hpxml-measures/weather/ZAF_Cape.Town.688160_IWEC-cache.csv deleted file mode 100644 index 2ff3c8eb..00000000 --- a/example_files/resources/hpxml-measures/weather/ZAF_Cape.Town.688160_IWEC-cache.csv +++ /dev/null @@ -1,35 +0,0 @@ -WeatherHeader.City,String,CAPE TOWN -WeatherHeader.State,String,- -WeatherHeader.Country,String,ZAF -WeatherHeader.DataSource,String,IWEC Data -WeatherHeader.Station,String,688160 -WeatherHeader.Latitude,Float,-33.98 -WeatherHeader.Longitude,Float,18.6 -WeatherHeader.Timezone,Float,2.0 -WeatherHeader.Altitude,Float,137.79527559055117 -WeatherHeader.LocalPressure,Float,0.9949419689957287 -WeatherHeader.RecordsPerHour,Integer,1 -WeatherData.AnnualAvgDrybulb,Float,61.7270205479452 -WeatherData.AnnualMinDrybulb,Float,33.44 -WeatherData.AnnualMaxDrybulb,Float,93.2 -WeatherData.CDD50F,Float,4297.8150000000005 -WeatherData.CDD65F,Float,502.9950000000003 -WeatherData.HDD50F,Float,17.452500000000004 -WeatherData.HDD65F,Float,1697.6324999999995 -WeatherData.AnnualAvgWindspeed,Float,5.145639269406393 -WeatherData.MonthlyAvgDrybulbs,Array,69.485,69.54473214285714,66.38701612903225,61.653499999999994,58.61362903225806,55.089749999999995,54.15233870967742,55.19459677419355,57.80225,60.740241935483866,64.98925,67.59064516129033 -WeatherData.GroundMonthlyTemps,Array,59.16776360959278,57.99051579450446,57.896237567610285,58.45490180899566,60.697627425969756,62.92990547560561,64.86517124221638,66.0911145084728,66.19526512256897,65.19816632841008,63.31225097507098,61.14845012376958 -WeatherData.WSF,Float,0.56 -WeatherData.MonthlyAvgDailyHighDrybulbs,Array,79.03806451612903,78.47857142857143,74.21870967741935,70.00399999999999,68.83612903225807,64.62200000000001,63.325806451612905,64.17935483870968,66.44,70.64774193548388,72.266,76.03612903225806 -WeatherData.MonthlyAvgDailyLowDrybulbs,Array,60.99161290322581,61.89928571428572,59.74903225806452,54.512,50.789677419354845,46.724000000000004,45.314193548387095,47.677419354838705,50.078,50.62129032258065,57.926,59.62709677419355 -WeatherDesign.HeatingDrybulb,Float,41.0 -WeatherDesign.HeatingWindspeed,Float,13.0 -WeatherDesign.CoolingDrybulb,Float,84.38 -WeatherDesign.CoolingWetbulb,Float,66.2 -WeatherDesign.CoolingHumidityRatio,Float,0.009503603077262935 -WeatherDesign.CoolingWindspeed,Float,5.4 -WeatherDesign.DailyTemperatureRange,Float,17.1 -WeatherDesign.DehumidDrybulb,Float,71.24000000000001 -WeatherDesign.DehumidHumidityRatio,Float,0.012918636810239106 -WeatherDesign.CoolingDirectNormal,Float,875.0 -WeatherDesign.CoolingDiffuseHorizontal,Float,127.0 diff --git a/example_files/resources/hpxml-measures/workflow/hpxml_inputs.json b/example_files/resources/hpxml-measures/workflow/hpxml_inputs.json new file mode 100644 index 00000000..95228734 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/hpxml_inputs.json @@ -0,0 +1,3401 @@ +{ + "tests/ASHRAE_Standard_140/L100AC.xml": { + "weather_station_epw_filepath": "USA_CO_Colorado.Springs-Peterson.Field.724660_TMY3.epw", + "geometry_unit_type": "single-family detached", + "geometry_unit_num_floors_above_grade": 1, + "geometry_unit_cfa": 1539, + "geometry_unit_aspect_ratio": 2.111111111, + "geometry_unit_orientation": 180, + "geometry_unit_num_bedrooms": 3, + "geometry_unit_num_occupants": 0, + "geometry_average_ceiling_height": 8, + "geometry_garage_width": 0, + "geometry_garage_depth": 0, + "geometry_garage_protrusion": 0, + "geometry_garage_position": "Right", + "geometry_foundation_type": "Ambient", + "geometry_foundation_height": 7.25, + "geometry_foundation_height_above_grade": 0.667, + "geometry_rim_joist_height": 9, + "geometry_attic_type": "VentedAttic", + "geometry_roof_type": "gable", + "geometry_roof_pitch": "4:12", + "geometry_eaves_depth": 0, + "neighbor_front_distance": 0, + "neighbor_back_distance": 0, + "neighbor_left_distance": 0, + "neighbor_right_distance": 0, + "floor_over_foundation_assembly_r": 14.15, + "floor_over_garage_assembly_r": 0, + "floor_type": "WoodFrame", + "foundation_wall_thickness": 6, + "foundation_wall_insulation_r": 0, + "foundation_wall_insulation_distance_to_top": 0, + "foundation_wall_insulation_distance_to_bottom": 0, + "rim_joist_assembly_r": 5.01, + "slab_perimeter_insulation_r": 0, + "slab_perimeter_depth": 0, + "slab_under_insulation_r": 0, + "slab_under_width": 0, + "slab_thickness": 4, + "slab_carpet_fraction": 0, + "slab_carpet_r": 0, + "ceiling_assembly_r": 18.45, + "roof_material_type": "asphalt or fiberglass shingles", + "roof_color": "medium", + "roof_assembly_r": 1.99, + "roof_radiant_barrier": false, + "wall_type": "WoodStud", + "wall_siding_type": "wood siding", + "wall_color": "medium", + "wall_assembly_r": 11.76, + "window_front_wwr": 0, + "window_back_wwr": 0, + "window_left_wwr": 0, + "window_right_wwr": 0, + "window_area_front": 90, + "window_area_back": 90, + "window_area_left": 45, + "window_area_right": 45, + "window_aspect_ratio": 1.667, + "window_fraction_operable": 0, + "window_ufactor": 1.039, + "window_shgc": 0.67, + "window_interior_shading_winter": 1, + "window_interior_shading_summer": 1, + "overhangs_front_depth": 0, + "overhangs_front_distance_to_top_of_window": 0, + "overhangs_front_distance_to_bottom_of_window": 0, + "overhangs_back_depth": 0, + "overhangs_back_distance_to_top_of_window": 0, + "overhangs_back_distance_to_bottom_of_window": 0, + "overhangs_left_depth": 0, + "overhangs_left_distance_to_top_of_window": 0, + "overhangs_left_distance_to_bottom_of_window": 0, + "overhangs_right_depth": 0, + "overhangs_right_distance_to_top_of_window": 0, + "overhangs_right_distance_to_bottom_of_window": 0, + "skylight_area_front": 0, + "skylight_area_back": 0, + "skylight_area_left": 0, + "skylight_area_right": 0, + "skylight_ufactor": 0, + "skylight_shgc": 0, + "door_area": 40, + "door_rvalue": 3.04, + "air_leakage_units": "ACHnatural", + "air_leakage_house_pressure": 50, + "air_leakage_value": 0.67, + "heating_system_type": "none", + "heating_system_fuel": "natural gas", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency_type": "SEER", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0, + "heat_pump_type": "none", + "heat_pump_heating_efficiency_type": "HSPF", + "heat_pump_heating_efficiency": 0, + "heat_pump_cooling_efficiency_type": "SEER", + "heat_pump_cooling_efficiency": 0, + "heat_pump_cooling_sensible_heat_fraction": 0, + "heat_pump_fraction_heat_load_served": 0, + "heat_pump_fraction_cool_load_served": 0, + "heat_pump_backup_type": "none", + "heat_pump_backup_fuel": "electricity", + "heat_pump_backup_heating_efficiency": 0, + "heating_system_2_type": "none", + "heating_system_2_fuel": "electricity", + "heating_system_2_heating_efficiency": 0, + "heating_system_2_fraction_heat_load_served": 0, + "hvac_control_heating_weekday_setpoint": 68, + "hvac_control_heating_weekend_setpoint": 68, + "hvac_control_cooling_weekday_setpoint": 78, + "hvac_control_cooling_weekend_setpoint": 78, + "ducts_leakage_units": "CFM25", + "ducts_supply_leakage_to_outside_value": 0, + "ducts_return_leakage_to_outside_value": 0, + "ducts_supply_insulation_r": 0, + "ducts_return_insulation_r": 0, + "mech_vent_fan_type": "none", + "mech_vent_recovery_efficiency_type": "Unadjusted", + "mech_vent_total_recovery_efficiency": 0, + "mech_vent_sensible_recovery_efficiency": 0, + "mech_vent_num_units_served": 0, + "mech_vent_2_fan_type": "none", + "mech_vent_2_flow_rate": 0, + "mech_vent_2_hours_in_operation": 0, + "mech_vent_2_recovery_efficiency_type": "Unadjusted", + "mech_vent_2_total_recovery_efficiency": 0, + "mech_vent_2_sensible_recovery_efficiency": 0, + "mech_vent_2_fan_power": 0, + "kitchen_fans_quantity": 0, + "bathroom_fans_quantity": 0, + "whole_house_fan_present": false, + "water_heater_type": "none", + "water_heater_fuel_type": "electricity", + "water_heater_efficiency_type": "EnergyFactor", + "water_heater_efficiency": 0, + "water_heater_num_units_served": 0, + "hot_water_distribution_system_type": "Standard", + "dwhr_facilities_connected": "none", + "water_fixtures_shower_low_flow": false, + "water_fixtures_sink_low_flow": false, + "water_fixtures_usage_multiplier": 0, + "solar_thermal_system_type": "none", + "solar_thermal_collector_area": 0, + "solar_thermal_collector_loop_type": "liquid indirect", + "solar_thermal_collector_type": "single glazing black", + "solar_thermal_collector_azimuth": 0, + "solar_thermal_collector_tilt": 0, + "solar_thermal_collector_rated_optical_efficiency": 0, + "solar_thermal_collector_rated_thermal_losses": 0, + "solar_thermal_solar_fraction": 0, + "pv_system_present": false, + "pv_system_array_azimuth": 0, + "pv_system_array_tilt": 0, + "pv_system_max_power_output": 0, + "pv_system_2_present": false, + "pv_system_2_array_azimuth": 0, + "pv_system_2_array_tilt": 0, + "pv_system_2_max_power_output": 0, + "battery_present": false, + "lighting_present": false, + "lighting_interior_fraction_cfl": 0, + "lighting_interior_fraction_lfl": 0, + "lighting_interior_fraction_led": 0, + "lighting_exterior_fraction_cfl": 0, + "lighting_exterior_fraction_lfl": 0, + "lighting_exterior_fraction_led": 0, + "lighting_garage_fraction_cfl": 0, + "lighting_garage_fraction_lfl": 0, + "lighting_garage_fraction_led": 0, + "holiday_lighting_present": false, + "dehumidifier_type": "none", + "dehumidifier_efficiency_type": "EnergyFactor", + "dehumidifier_efficiency": 0, + "dehumidifier_capacity": 0, + "dehumidifier_rh_setpoint": 0, + "dehumidifier_fraction_dehumidification_load_served": 0, + "clothes_washer_present": false, + "clothes_washer_efficiency_type": "IntegratedModifiedEnergyFactor", + "clothes_dryer_present": false, + "clothes_dryer_fuel_type": "electricity", + "clothes_dryer_efficiency_type": "CombinedEnergyFactor", + "dishwasher_present": false, + "dishwasher_efficiency_type": "RatedAnnualkWh", + "refrigerator_present": false, + "extra_refrigerator_present": false, + "freezer_present": false, + "cooking_range_oven_present": false, + "cooking_range_oven_fuel_type": "electricity", + "ceiling_fan_present": false, + "misc_plug_loads_television_present": false, + "misc_plug_loads_other_annual_kwh": 7302, + "misc_plug_loads_other_frac_sensible": 0.822, + "misc_plug_loads_other_frac_latent": 0.178, + "misc_plug_loads_well_pump_present": false, + "misc_plug_loads_vehicle_present": false, + "misc_fuel_loads_grill_present": false, + "misc_fuel_loads_grill_fuel_type": "natural gas", + "misc_fuel_loads_lighting_present": false, + "misc_fuel_loads_lighting_fuel_type": "natural gas", + "misc_fuel_loads_fireplace_present": false, + "misc_fuel_loads_fireplace_fuel_type": "natural gas", + "pool_present": false, + "pool_heater_type": "none", + "hot_tub_present": false, + "hot_tub_heater_type": "none", + "combine_like_surfaces": false + }, + "tests/ASHRAE_Standard_140/L110AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "air_leakage_value": 1.5 + }, + "tests/ASHRAE_Standard_140/L120AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "ceiling_assembly_r": 57.49, + "wall_assembly_r": 23.58 + }, + "tests/ASHRAE_Standard_140/L130AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "window_ufactor": 0.3, + "window_shgc": 0.335 + }, + "tests/ASHRAE_Standard_140/L140AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "window_area_front": 0, + "window_area_back": 0, + "window_area_left": 0, + "window_area_right": 0 + }, + "tests/ASHRAE_Standard_140/L150AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "window_area_front": 270, + "window_area_back": 0, + "window_area_left": 0, + "window_area_right": 0, + "window_aspect_ratio": 3.333 + }, + "tests/ASHRAE_Standard_140/L155AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L150AC.xml", + "overhangs_front_depth": 2.5, + "overhangs_front_distance_to_top_of_window": 1, + "overhangs_front_distance_to_bottom_of_window": 6 + }, + "tests/ASHRAE_Standard_140/L160AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "window_area_front": 0, + "window_area_back": 0, + "window_area_left": 135, + "window_area_right": 135, + "window_aspect_ratio": 3.333 + }, + "tests/ASHRAE_Standard_140/L170AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "misc_plug_loads_other_annual_kwh": 0, + "misc_plug_loads_other_frac_sensible": null, + "misc_plug_loads_other_frac_latent": null + }, + "tests/ASHRAE_Standard_140/L200AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "floor_over_foundation_assembly_r": 4.24, + "ceiling_assembly_r": 11.75, + "wall_assembly_r": 4.84, + "air_leakage_value": 1.5 + }, + "tests/ASHRAE_Standard_140/L202AC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L200AC.xml", + "roof_color": "reflective", + "wall_color": "reflective" + }, + "tests/ASHRAE_Standard_140/L302XC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "geometry_foundation_type": "SlabOnGrade", + "slab_carpet_fraction": 1, + "slab_carpet_r": 2.08 + }, + "tests/ASHRAE_Standard_140/L304XC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L302XC.xml", + "slab_perimeter_insulation_r": 5.4, + "slab_perimeter_depth": 2.5 + }, + "tests/ASHRAE_Standard_140/L322XC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "geometry_unit_cfa": 3078, + "geometry_foundation_type": "ConditionedBasement", + "air_leakage_value": 0.335 + }, + "tests/ASHRAE_Standard_140/L324XC.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L322XC.xml", + "foundation_wall_insulation_r": 10.2, + "foundation_wall_insulation_location": "interior", + "foundation_wall_insulation_distance_to_bottom": 7.25, + "rim_joist_assembly_r": 13.14 + }, + "tests/ASHRAE_Standard_140/L100AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AC.xml", + "weather_station_epw_filepath": "USA_NV_Las.Vegas-McCarran.Intl.AP.723860_TMY3.epw" + }, + "tests/ASHRAE_Standard_140/L110AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AL.xml", + "air_leakage_value": 1.5 + }, + "tests/ASHRAE_Standard_140/L120AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AL.xml", + "ceiling_assembly_r": 57.49, + "wall_assembly_r": 23.58 + }, + "tests/ASHRAE_Standard_140/L130AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AL.xml", + "window_ufactor": 0.3, + "window_shgc": 0.335 + }, + "tests/ASHRAE_Standard_140/L140AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AL.xml", + "window_area_front": 0, + "window_area_back": 0, + "window_area_left": 0, + "window_area_right": 0 + }, + "tests/ASHRAE_Standard_140/L150AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AL.xml", + "window_area_front": 270, + "window_area_back": 0, + "window_area_left": 0, + "window_area_right": 0, + "window_aspect_ratio": 3.333 + }, + "tests/ASHRAE_Standard_140/L155AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L150AL.xml", + "overhangs_front_depth": 2.5, + "overhangs_front_distance_to_top_of_window": 1, + "overhangs_front_distance_to_bottom_of_window": 6 + }, + "tests/ASHRAE_Standard_140/L160AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AL.xml", + "window_area_front": 0, + "window_area_back": 0, + "window_area_left": 135, + "window_area_right": 135, + "window_aspect_ratio": 3.333 + }, + "tests/ASHRAE_Standard_140/L170AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AL.xml", + "misc_plug_loads_other_annual_kwh": 0, + "misc_plug_loads_other_frac_sensible": null, + "misc_plug_loads_other_frac_latent": null + }, + "tests/ASHRAE_Standard_140/L200AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L100AL.xml", + "floor_over_foundation_assembly_r": 4.24, + "ceiling_assembly_r": 11.75, + "wall_assembly_r": 4.84, + "air_leakage_value": 1.5 + }, + "tests/ASHRAE_Standard_140/L202AL.xml": { + "parent_hpxml": "tests/ASHRAE_Standard_140/L200AL.xml", + "roof_color": "reflective", + "wall_color": "reflective" + }, + "sample_files/base.xml": { + "simulation_control_timestep": 60, + "site_type": "suburban", + "site_iecc_zone": "5B", + "site_state_code": "CO", + "weather_station_epw_filepath": "USA_CO_Denver.Intl.AP.725650_TMY3.epw", + "geometry_unit_type": "single-family detached", + "geometry_unit_num_floors_above_grade": 1, + "geometry_unit_cfa": 2700, + "geometry_unit_aspect_ratio": 1.5, + "geometry_unit_orientation": 180, + "geometry_unit_num_bedrooms": 3, + "geometry_unit_num_bathrooms": 2, + "geometry_average_ceiling_height": 8, + "geometry_garage_width": 0, + "geometry_garage_depth": 20, + "geometry_garage_protrusion": 0, + "geometry_garage_position": "Right", + "geometry_foundation_type": "ConditionedBasement", + "geometry_foundation_height": 8, + "geometry_foundation_height_above_grade": 1, + "geometry_rim_joist_height": 9.25, + "geometry_attic_type": "UnventedAttic", + "geometry_roof_type": "gable", + "geometry_roof_pitch": "6:12", + "geometry_eaves_depth": 0, + "neighbor_front_distance": 0, + "neighbor_back_distance": 0, + "neighbor_left_distance": 0, + "neighbor_right_distance": 0, + "floor_over_foundation_assembly_r": 0, + "floor_over_garage_assembly_r": 0, + "floor_type": "WoodFrame", + "foundation_wall_thickness": 8, + "foundation_wall_insulation_r": 8.9, + "foundation_wall_insulation_distance_to_top": 0, + "foundation_wall_insulation_distance_to_bottom": 8, + "rim_joist_assembly_r": 23, + "slab_perimeter_insulation_r": 0, + "slab_perimeter_depth": 0, + "slab_under_insulation_r": 0, + "slab_under_width": 0, + "slab_thickness": 4, + "slab_carpet_fraction": 0, + "slab_carpet_r": 0, + "ceiling_assembly_r": 39.3, + "roof_material_type": "asphalt or fiberglass shingles", + "roof_color": "medium", + "roof_assembly_r": 2.3, + "roof_radiant_barrier": false, + "wall_type": "WoodStud", + "wall_siding_type": "wood siding", + "wall_color": "medium", + "wall_assembly_r": 23, + "window_front_wwr": 0, + "window_back_wwr": 0, + "window_left_wwr": 0, + "window_right_wwr": 0, + "window_area_front": 108, + "window_area_back": 108, + "window_area_left": 72, + "window_area_right": 72, + "window_aspect_ratio": 1.333, + "window_fraction_operable": 0.67, + "window_ufactor": 0.33, + "window_shgc": 0.45, + "window_interior_shading_winter": 0.85, + "window_interior_shading_summer": 0.7, + "overhangs_front_depth": 0, + "overhangs_front_distance_to_top_of_window": 0, + "overhangs_front_distance_to_bottom_of_window": 0, + "overhangs_back_depth": 0, + "overhangs_back_distance_to_top_of_window": 0, + "overhangs_back_distance_to_bottom_of_window": 0, + "overhangs_left_depth": 0, + "overhangs_left_distance_to_top_of_window": 0, + "overhangs_left_distance_to_bottom_of_window": 0, + "overhangs_right_depth": 0, + "overhangs_right_distance_to_top_of_window": 0, + "overhangs_right_distance_to_bottom_of_window": 0, + "skylight_area_front": 0, + "skylight_area_back": 0, + "skylight_area_left": 0, + "skylight_area_right": 0, + "skylight_ufactor": 0.33, + "skylight_shgc": 0.45, + "door_area": 40, + "door_rvalue": 4.4, + "air_leakage_units": "ACH", + "air_leakage_house_pressure": 50, + "air_leakage_value": 3, + "heating_system_type": "Furnace", + "heating_system_fuel": "natural gas", + "heating_system_heating_efficiency": 0.92, + "heating_system_heating_capacity": 36000, + "heating_system_fraction_heat_load_served": 1, + "cooling_system_type": "central air conditioner", + "cooling_system_cooling_efficiency_type": "SEER", + "cooling_system_cooling_efficiency": 13, + "cooling_system_cooling_compressor_type": "single stage", + "cooling_system_cooling_sensible_heat_fraction": 0.73, + "cooling_system_cooling_capacity": 24000, + "cooling_system_fraction_cool_load_served": 1, + "heat_pump_type": "none", + "heat_pump_heating_efficiency_type": "HSPF", + "heat_pump_heating_efficiency": 0, + "heat_pump_cooling_efficiency_type": "SEER", + "heat_pump_cooling_efficiency": 0, + "heat_pump_cooling_sensible_heat_fraction": 0, + "heat_pump_fraction_heat_load_served": 0, + "heat_pump_fraction_cool_load_served": 0, + "heat_pump_backup_type": "none", + "heat_pump_backup_fuel": "electricity", + "heat_pump_backup_heating_efficiency": 0, + "heating_system_2_type": "none", + "heating_system_2_fuel": "electricity", + "heating_system_2_heating_efficiency": 0, + "heating_system_2_fraction_heat_load_served": 0, + "hvac_control_heating_weekday_setpoint": 68, + "hvac_control_heating_weekend_setpoint": 68, + "hvac_control_cooling_weekday_setpoint": 78, + "hvac_control_cooling_weekend_setpoint": 78, + "ducts_leakage_units": "CFM25", + "ducts_supply_leakage_to_outside_value": 75, + "ducts_return_leakage_to_outside_value": 25, + "ducts_supply_location": "attic - unvented", + "ducts_supply_insulation_r": 4, + "ducts_supply_surface_area": 150, + "ducts_return_location": "attic - unvented", + "ducts_return_insulation_r": 0, + "ducts_return_surface_area": 50, + "mech_vent_fan_type": "none", + "mech_vent_recovery_efficiency_type": "Unadjusted", + "mech_vent_total_recovery_efficiency": 0, + "mech_vent_sensible_recovery_efficiency": 0, + "mech_vent_num_units_served": 0, + "mech_vent_2_fan_type": "none", + "mech_vent_2_flow_rate": 0, + "mech_vent_2_hours_in_operation": 0, + "mech_vent_2_recovery_efficiency_type": "Unadjusted", + "mech_vent_2_total_recovery_efficiency": 0, + "mech_vent_2_sensible_recovery_efficiency": 0, + "mech_vent_2_fan_power": 0, + "kitchen_fans_quantity": 0, + "bathroom_fans_quantity": 0, + "whole_house_fan_present": false, + "water_heater_type": "storage water heater", + "water_heater_fuel_type": "electricity", + "water_heater_location": "living space", + "water_heater_tank_volume": 40, + "water_heater_efficiency_type": "EnergyFactor", + "water_heater_efficiency": 0.95, + "water_heater_heating_capacity": 18767, + "water_heater_jacket_rvalue": 0, + "water_heater_setpoint_temperature": 125, + "water_heater_num_units_served": 1, + "hot_water_distribution_system_type": "Standard", + "hot_water_distribution_standard_piping_length": 50, + "hot_water_distribution_pipe_r": 0, + "dwhr_facilities_connected": "none", + "water_fixtures_shower_low_flow": true, + "water_fixtures_sink_low_flow": false, + "solar_thermal_system_type": "none", + "solar_thermal_collector_area": 0, + "solar_thermal_collector_loop_type": "liquid indirect", + "solar_thermal_collector_type": "single glazing black", + "solar_thermal_collector_azimuth": 0, + "solar_thermal_collector_tilt": 0, + "solar_thermal_collector_rated_optical_efficiency": 0, + "solar_thermal_collector_rated_thermal_losses": 0, + "solar_thermal_solar_fraction": 0, + "pv_system_present": false, + "pv_system_array_azimuth": 0, + "pv_system_array_tilt": 0, + "pv_system_max_power_output": 0, + "pv_system_2_present": false, + "pv_system_2_array_azimuth": 0, + "pv_system_2_array_tilt": 0, + "pv_system_2_max_power_output": 0, + "battery_present": false, + "lighting_present": true, + "lighting_interior_fraction_cfl": 0.4, + "lighting_interior_fraction_lfl": 0.1, + "lighting_interior_fraction_led": 0.25, + "lighting_exterior_fraction_cfl": 0.4, + "lighting_exterior_fraction_lfl": 0.1, + "lighting_exterior_fraction_led": 0.25, + "lighting_garage_fraction_cfl": 0.4, + "lighting_garage_fraction_lfl": 0.1, + "lighting_garage_fraction_led": 0.25, + "holiday_lighting_present": false, + "dehumidifier_type": "none", + "dehumidifier_efficiency_type": "EnergyFactor", + "dehumidifier_efficiency": 0, + "dehumidifier_capacity": 0, + "dehumidifier_rh_setpoint": 0, + "dehumidifier_fraction_dehumidification_load_served": 0, + "clothes_washer_present": true, + "clothes_washer_location": "living space", + "clothes_washer_efficiency_type": "IntegratedModifiedEnergyFactor", + "clothes_washer_efficiency": 1.21, + "clothes_washer_rated_annual_kwh": 380, + "clothes_washer_label_electric_rate": 0.12, + "clothes_washer_label_gas_rate": 1.09, + "clothes_washer_label_annual_gas_cost": 27, + "clothes_washer_label_usage": 6, + "clothes_washer_capacity": 3.2, + "clothes_dryer_present": true, + "clothes_dryer_location": "living space", + "clothes_dryer_fuel_type": "electricity", + "clothes_dryer_efficiency_type": "CombinedEnergyFactor", + "clothes_dryer_efficiency": 3.73, + "clothes_dryer_vented_flow_rate": 150, + "dishwasher_present": true, + "dishwasher_location": "living space", + "dishwasher_efficiency_type": "RatedAnnualkWh", + "dishwasher_efficiency": 307, + "dishwasher_label_electric_rate": 0.12, + "dishwasher_label_gas_rate": 1.09, + "dishwasher_label_annual_gas_cost": 22.32, + "dishwasher_label_usage": 4, + "dishwasher_place_setting_capacity": 12, + "refrigerator_present": true, + "refrigerator_location": "living space", + "refrigerator_rated_annual_kwh": 650, + "extra_refrigerator_present": false, + "freezer_present": false, + "cooking_range_oven_present": true, + "cooking_range_oven_location": "living space", + "cooking_range_oven_fuel_type": "electricity", + "cooking_range_oven_is_induction": false, + "cooking_range_oven_is_convection": false, + "ceiling_fan_present": false, + "misc_plug_loads_television_present": true, + "misc_plug_loads_television_annual_kwh": 620, + "misc_plug_loads_other_annual_kwh": 2457, + "misc_plug_loads_other_frac_sensible": 0.855, + "misc_plug_loads_other_frac_latent": 0.045, + "misc_plug_loads_well_pump_present": false, + "misc_plug_loads_vehicle_present": false, + "misc_fuel_loads_grill_present": false, + "misc_fuel_loads_grill_fuel_type": "natural gas", + "misc_fuel_loads_lighting_present": false, + "misc_fuel_loads_lighting_fuel_type": "natural gas", + "misc_fuel_loads_fireplace_present": false, + "misc_fuel_loads_fireplace_fuel_type": "natural gas", + "pool_present": false, + "pool_heater_type": "none", + "hot_tub_present": false, + "hot_tub_heater_type": "none", + "utility_bill_scenario_names": "Bills", + "combine_like_surfaces": true + }, + "sample_files/base-appliances-coal.xml": { + "parent_hpxml": "sample_files/base-appliances-gas.xml", + "clothes_dryer_fuel_type": "coal", + "cooking_range_oven_fuel_type": "coal" + }, + "sample_files/base-appliances-dehumidifier.xml": { + "parent_hpxml": "sample_files/base-location-dallas-tx.xml", + "dehumidifier_type": "portable", + "dehumidifier_efficiency": 1.8, + "dehumidifier_capacity": 40, + "dehumidifier_rh_setpoint": 0.5, + "dehumidifier_fraction_dehumidification_load_served": 1 + }, + "sample_files/base-appliances-dehumidifier-ief-portable.xml": { + "parent_hpxml": "sample_files/base-appliances-dehumidifier.xml", + "dehumidifier_efficiency_type": "IntegratedEnergyFactor", + "dehumidifier_efficiency": 1.5 + }, + "sample_files/base-appliances-dehumidifier-ief-whole-home.xml": { + "parent_hpxml": "sample_files/base-appliances-dehumidifier-ief-portable.xml", + "dehumidifier_type": "whole-home" + }, + "sample_files/base-appliances-dehumidifier-multiple.xml": { + "parent_hpxml": "sample_files/base-appliances-dehumidifier.xml" + }, + "sample_files/base-appliances-gas.xml": { + "parent_hpxml": "sample_files/base.xml", + "clothes_dryer_fuel_type": "natural gas", + "clothes_dryer_efficiency": 3.3, + "clothes_dryer_vented_flow_rate": null, + "cooking_range_oven_fuel_type": "natural gas" + }, + "sample_files/base-appliances-oil.xml": { + "parent_hpxml": "sample_files/base-appliances-gas.xml", + "clothes_dryer_fuel_type": "fuel oil", + "cooking_range_oven_fuel_type": "fuel oil" + }, + "sample_files/base-appliances-oil-location-miami-fl.xml": { + "parent_hpxml": "sample_files/base-appliances-oil.xml", + "site_iecc_zone": "1A", + "site_state_code": "FL", + "weather_station_epw_filepath": "USA_FL_Miami.Intl.AP.722020_TMY3.epw", + "heating_system_heating_capacity": 12000 + }, + "sample_files/base-appliances-propane.xml": { + "parent_hpxml": "sample_files/base-appliances-gas.xml", + "clothes_dryer_fuel_type": "propane", + "cooking_range_oven_fuel_type": "propane" + }, + "sample_files/base-appliances-propane-location-portland-or.xml": { + "parent_hpxml": "sample_files/base-appliances-propane.xml", + "site_iecc_zone": "4C", + "site_state_code": "OR", + "weather_station_epw_filepath": "USA_OR_Portland.Intl.AP.726980_TMY3.epw", + "heating_system_heating_capacity": 24000 + }, + "sample_files/base-appliances-wood.xml": { + "parent_hpxml": "sample_files/base-appliances-gas.xml", + "clothes_dryer_fuel_type": "wood", + "cooking_range_oven_fuel_type": "wood" + }, + "sample_files/base-appliances-modified.xml": { + "parent_hpxml": "sample_files/base.xml", + "clothes_washer_efficiency_type": "ModifiedEnergyFactor", + "clothes_washer_efficiency": 1.65, + "clothes_dryer_efficiency_type": "EnergyFactor", + "clothes_dryer_efficiency": 4.29, + "clothes_dryer_vented_flow_rate": 0, + "dishwasher_efficiency_type": "EnergyFactor", + "dishwasher_efficiency": 0.7, + "dishwasher_place_setting_capacity": 6 + }, + "sample_files/base-appliances-none.xml": { + "parent_hpxml": "sample_files/base.xml", + "clothes_washer_present": false, + "clothes_dryer_present": false, + "dishwasher_present": false, + "refrigerator_present": false, + "cooking_range_oven_present": false + }, + "sample_files/base-atticroof-cathedral.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_floors_above_grade": 2, + "geometry_unit_cfa": 4050, + "geometry_attic_type": "ConditionedAttic", + "roof_assembly_r": 25.8, + "window_area_left": 120, + "window_area_right": 120, + "window_aspect_ratio": 2, + "ducts_supply_leakage_to_outside_value": 0, + "ducts_return_leakage_to_outside_value": 0, + "ducts_supply_location": "living space", + "ducts_return_location": "living space" + }, + "sample_files/base-atticroof-conditioned.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_floors_above_grade": 2, + "geometry_unit_cfa": 3600, + "geometry_attic_type": "ConditionedAttic", + "ducts_supply_leakage_to_outside_value": 50, + "ducts_return_leakage_to_outside_value": 100, + "ducts_supply_location": "living space", + "ducts_return_location": "living space", + "water_heater_location": "basement - conditioned", + "clothes_washer_location": "basement - conditioned", + "clothes_dryer_location": "basement - conditioned", + "dishwasher_location": "basement - conditioned", + "refrigerator_location": "basement - conditioned", + "cooking_range_oven_location": "basement - conditioned", + "misc_plug_loads_other_annual_kwh": 3276 + }, + "sample_files/base-atticroof-flat.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_attic_type": "FlatRoof", + "roof_assembly_r": 25.8, + "ducts_supply_leakage_to_outside_value": 0, + "ducts_return_leakage_to_outside_value": 0, + "ducts_supply_location": "basement - conditioned", + "ducts_return_location": "basement - conditioned" + }, + "sample_files/base-atticroof-radiant-barrier.xml": { + "parent_hpxml": "sample_files/base-location-dallas-tx.xml", + "ceiling_assembly_r": 8.7, + "roof_radiant_barrier": true, + "roof_radiant_barrier_grade": 2 + }, + "sample_files/base-atticroof-unvented-insulated-roof.xml": { + "parent_hpxml": "sample_files/base.xml", + "ceiling_assembly_r": 2.1, + "roof_assembly_r": 25.8 + }, + "sample_files/base-atticroof-vented.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_attic_type": "VentedAttic", + "ducts_supply_location": "attic - vented", + "ducts_return_location": "attic - vented", + "water_heater_location": "attic - vented" + }, + "sample_files/base-battery.xml": { + "parent_hpxml": "sample_files/base.xml", + "battery_present": true, + "battery_location": "outside", + "battery_power": 6000, + "battery_capacity": 20, + "battery_usable_capacity": 18 + }, + "sample_files/base-battery-scheduled.xml": { + "parent_hpxml": "sample_files/base-battery.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv" + }, + "sample_files/base-bldgtype-attached.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_type": "single-family attached", + "geometry_unit_right_wall_is_adiabatic": true, + "geometry_unit_cfa": 1800, + "geometry_unit_aspect_ratio": 0.6667, + "geometry_building_num_units": 3, + "window_front_wwr": 0.18, + "window_back_wwr": 0.18, + "window_left_wwr": 0.18, + "window_right_wwr": 0.18, + "window_area_front": 0, + "window_area_back": 0, + "window_area_left": 0, + "window_area_right": 0, + "air_leakage_type": "unit exterior only", + "heating_system_heating_capacity": 24000, + "misc_plug_loads_other_annual_kwh": 1638 + }, + "sample_files/base-bldgtype-attached-2stories.xml": { + "parent_hpxml": "sample_files/base-bldgtype-attached.xml", + "geometry_unit_num_floors_above_grade": 2, + "geometry_unit_cfa": 2700, + "heating_system_heating_capacity": 48000, + "cooling_system_cooling_capacity": 36000, + "ducts_supply_surface_area": 112.5, + "ducts_return_surface_area": 37.5, + "misc_plug_loads_other_annual_kwh": 2457 + }, + "sample_files/base-bldgtype-attached-atticroof-cathedral.xml": { + "parent_hpxml": "sample_files/base-bldgtype-attached-2stories.xml", + "geometry_attic_type": "ConditionedAttic", + "ducts_supply_leakage_to_outside_value": 0, + "ducts_return_leakage_to_outside_value": 0, + "ducts_supply_location": "living space", + "ducts_return_location": "living space" + }, + "sample_files/base-bldgtype-attached-infil-compartmentalization-test.xml": { + "parent_hpxml": "sample_files/base-bldgtype-attached.xml", + "air_leakage_value": 3.57, + "air_leakage_type": "unit total" + }, + "sample_files/base-bldgtype-multifamily.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_type": "apartment unit", + "geometry_unit_right_wall_is_adiabatic": true, + "geometry_unit_cfa": 900, + "geometry_unit_aspect_ratio": 0.6667, + "geometry_building_num_units": 6, + "geometry_foundation_type": "AboveApartment", + "geometry_attic_type": "BelowApartment", + "window_front_wwr": 0.18, + "window_back_wwr": 0.18, + "window_left_wwr": 0.18, + "window_right_wwr": 0.18, + "window_area_front": 0, + "window_area_back": 0, + "window_area_left": 0, + "window_area_right": 0, + "door_area": 20, + "air_leakage_type": "unit exterior only", + "heating_system_heating_capacity": 12000, + "cooling_system_cooling_capacity": 12000, + "ducts_supply_leakage_to_outside_value": 0, + "ducts_return_leakage_to_outside_value": 0, + "ducts_supply_location": "living space", + "ducts_supply_insulation_r": 0, + "ducts_return_location": "living space", + "misc_plug_loads_other_annual_kwh": 819 + }, + "sample_files/base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-adjacent-to-other-heated-space.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-infil-compartmentalization-test.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "air_leakage_value": 12.16, + "air_leakage_type": "unit total" + }, + "sample_files/base-bldgtype-multifamily-residents-1.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "geometry_unit_num_occupants": 1, + "misc_plug_loads_television_annual_kwh": null, + "misc_plug_loads_other_annual_kwh": null + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "heating_system_type": "Shared Boiler w/ Baseboard", + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml", + "heating_system_type": "Shared Boiler w/ Ductless Fan Coil" + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "heating_system_type": "Shared Boiler w/ Baseboard", + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml", + "heating_system_type": "Shared Boiler w/ Ductless Fan Coil" + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-generator.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-laundry-room.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-laundry-room.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-mechvent.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "mech_vent_fan_type": "supply only", + "mech_vent_flow_rate": 800, + "mech_vent_hours_in_operation": 24, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 240, + "mech_vent_num_units_served": 10, + "mech_vent_shared_frac_recirculation": 0.5, + "mech_vent_2_fan_type": "exhaust only", + "mech_vent_2_flow_rate": 72, + "mech_vent_2_hours_in_operation": 24, + "mech_vent_2_total_recovery_efficiency": 0.48, + "mech_vent_2_sensible_recovery_efficiency": 0.72, + "mech_vent_2_fan_power": 26 + }, + "sample_files/base-bldgtype-multifamily-shared-mechvent-multiple.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml" + }, + "sample_files/base-bldgtype-multifamily-shared-mechvent-preconditioning.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-mechvent.xml", + "mech_vent_shared_preheating_fuel": "natural gas", + "mech_vent_shared_preheating_efficiency": 0.92, + "mech_vent_shared_preheating_fraction_heat_load_served": 0.7, + "mech_vent_shared_precooling_fuel": "electricity", + "mech_vent_shared_precooling_efficiency": 4, + "mech_vent_shared_precooling_fraction_cool_load_served": 0.8 + }, + "sample_files/base-bldgtype-multifamily-shared-pv.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "pv_system_present": true, + "pv_system_module_type": "standard", + "pv_system_location": "ground", + "pv_system_tracking": "fixed", + "pv_system_array_azimuth": 225, + "pv_system_array_tilt": 30, + "pv_system_max_power_output": 30000, + "pv_system_inverter_efficiency": 0.96, + "pv_system_system_losses_fraction": 0.14, + "pv_system_num_bedrooms_served": 18 + }, + "sample_files/base-bldgtype-multifamily-shared-water-heater.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "water_heater_fuel_type": "natural gas", + "water_heater_tank_volume": 120, + "water_heater_efficiency": 0.59, + "water_heater_recovery_efficiency": 0.76, + "water_heater_heating_capacity": 40000, + "water_heater_num_units_served": 6 + }, + "sample_files/base-bldgtype-multifamily-shared-water-heater-recirc.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily-shared-water-heater.xml" + }, + "sample_files/base-dhw-combi-tankless.xml": { + "parent_hpxml": "sample_files/base-dhw-indirect.xml", + "water_heater_type": "space-heating boiler with tankless coil" + }, + "sample_files/base-dhw-combi-tankless-outside.xml": { + "parent_hpxml": "sample_files/base-dhw-combi-tankless.xml", + "water_heater_location": "other exterior" + }, + "sample_files/base-dhw-desuperheater.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-1-speed.xml", + "water_heater_uses_desuperheater": true + }, + "sample_files/base-dhw-desuperheater-2-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-2-speed.xml", + "water_heater_uses_desuperheater": true + }, + "sample_files/base-dhw-desuperheater-gshp.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump.xml", + "water_heater_uses_desuperheater": true + }, + "sample_files/base-dhw-desuperheater-hpwh.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-heat-pump.xml", + "water_heater_uses_desuperheater": true + }, + "sample_files/base-dhw-desuperheater-tankless.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-1-speed.xml", + "water_heater_type": "instantaneous water heater", + "water_heater_efficiency": 0.99, + "water_heater_uses_desuperheater": true + }, + "sample_files/base-dhw-desuperheater-var-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-var-speed.xml", + "water_heater_uses_desuperheater": true + }, + "sample_files/base-dhw-dwhr.xml": { + "parent_hpxml": "sample_files/base.xml", + "dwhr_facilities_connected": "all", + "dwhr_equal_flow": true, + "dwhr_efficiency": 0.55 + }, + "sample_files/base-dhw-indirect.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-only.xml", + "water_heater_type": "space-heating boiler with storage tank", + "water_heater_tank_volume": 50 + }, + "sample_files/base-dhw-indirect-detailed-setpoints.xml": { + "parent_hpxml": "sample_files/base-dhw-indirect.xml", + "water_heater_setpoint_temperature": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv" + }, + "sample_files/base-dhw-indirect-dse.xml": { + "parent_hpxml": "sample_files/base-dhw-indirect.xml" + }, + "sample_files/base-dhw-indirect-outside.xml": { + "parent_hpxml": "sample_files/base-dhw-indirect.xml", + "water_heater_location": "other exterior" + }, + "sample_files/base-dhw-indirect-standbyloss.xml": { + "parent_hpxml": "sample_files/base-dhw-indirect.xml", + "water_heater_standby_loss": 1 + }, + "sample_files/base-dhw-indirect-with-solar-fraction.xml": { + "parent_hpxml": "sample_files/base-dhw-indirect.xml", + "solar_thermal_system_type": "hot water", + "solar_thermal_solar_fraction": 0.65 + }, + "sample_files/base-dhw-jacket-indirect.xml": { + "parent_hpxml": "sample_files/base-dhw-indirect.xml", + "water_heater_jacket_rvalue": 10 + }, + "sample_files/base-dhw-jacket-electric.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_jacket_rvalue": 10 + }, + "sample_files/base-dhw-jacket-gas.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-gas.xml", + "water_heater_jacket_rvalue": 10 + }, + "sample_files/base-dhw-jacket-hpwh.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-heat-pump.xml", + "water_heater_jacket_rvalue": 10 + }, + "sample_files/base-dhw-low-flow-fixtures.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_fixtures_sink_low_flow": true + }, + "sample_files/base-dhw-multiple.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-only.xml" + }, + "sample_files/base-dhw-none.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_type": "none", + "water_heater_efficiency": 0 + }, + "sample_files/base-dhw-recirc-demand.xml": { + "parent_hpxml": "sample_files/base-dhw-recirc-nocontrol.xml", + "hot_water_distribution_recirc_control_type": "presence sensor demand control", + "hot_water_distribution_pipe_r": 3 + }, + "sample_files/base-dhw-recirc-manual.xml": { + "parent_hpxml": "sample_files/base-dhw-recirc-nocontrol.xml", + "hot_water_distribution_recirc_control_type": "manual demand control", + "hot_water_distribution_pipe_r": 3 + }, + "sample_files/base-dhw-recirc-nocontrol.xml": { + "parent_hpxml": "sample_files/base.xml", + "hot_water_distribution_system_type": "Recirculation", + "hot_water_distribution_recirc_control_type": "no control", + "hot_water_distribution_recirc_piping_length": 50, + "hot_water_distribution_recirc_branch_piping_length": 50, + "hot_water_distribution_recirc_pump_power": 50 + }, + "sample_files/base-dhw-recirc-temperature.xml": { + "parent_hpxml": "sample_files/base-dhw-recirc-nocontrol.xml", + "hot_water_distribution_recirc_control_type": "temperature" + }, + "sample_files/base-dhw-recirc-timer.xml": { + "parent_hpxml": "sample_files/base-dhw-recirc-nocontrol.xml", + "hot_water_distribution_recirc_control_type": "timer" + }, + "sample_files/base-dhw-solar-direct-evacuated-tube.xml": { + "parent_hpxml": "sample_files/base-dhw-solar-indirect-flat-plate.xml", + "solar_thermal_collector_loop_type": "liquid direct", + "solar_thermal_collector_type": "evacuated tube", + "solar_thermal_collector_rated_optical_efficiency": 0.5, + "solar_thermal_collector_rated_thermal_losses": 0.2799 + }, + "sample_files/base-dhw-solar-direct-flat-plate.xml": { + "parent_hpxml": "sample_files/base-dhw-solar-indirect-flat-plate.xml", + "solar_thermal_collector_loop_type": "liquid direct" + }, + "sample_files/base-dhw-solar-direct-ics.xml": { + "parent_hpxml": "sample_files/base-dhw-solar-indirect-flat-plate.xml", + "solar_thermal_collector_loop_type": "liquid direct", + "solar_thermal_collector_type": "integrated collector storage" + }, + "sample_files/base-dhw-solar-fraction.xml": { + "parent_hpxml": "sample_files/base.xml", + "solar_thermal_system_type": "hot water", + "solar_thermal_solar_fraction": 0.65 + }, + "sample_files/base-dhw-solar-indirect-flat-plate.xml": { + "parent_hpxml": "sample_files/base.xml", + "solar_thermal_system_type": "hot water", + "solar_thermal_collector_area": 40, + "solar_thermal_collector_azimuth": 180, + "solar_thermal_collector_tilt": 20, + "solar_thermal_collector_rated_optical_efficiency": 0.77, + "solar_thermal_collector_rated_thermal_losses": 0.793, + "solar_thermal_storage_volume": 60 + }, + "sample_files/base-dhw-solar-thermosyphon-flat-plate.xml": { + "parent_hpxml": "sample_files/base-dhw-solar-indirect-flat-plate.xml", + "solar_thermal_collector_loop_type": "passive thermosyphon" + }, + "sample_files/base-dhw-tank-coal.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-gas.xml", + "water_heater_fuel_type": "coal" + }, + "sample_files/base-dhw-tank-detailed-setpoints.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_setpoint_temperature": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv" + }, + "sample_files/base-dhw-tank-elec-uef.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_tank_volume": 30, + "water_heater_efficiency_type": "UniformEnergyFactor", + "water_heater_efficiency": 0.93, + "water_heater_usage_bin": "low", + "water_heater_heating_capacity": 15354 + }, + "sample_files/base-dhw-tank-gas.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_fuel_type": "natural gas", + "water_heater_tank_volume": 50, + "water_heater_efficiency": 0.59, + "water_heater_recovery_efficiency": 0.76, + "water_heater_heating_capacity": 40000 + }, + "sample_files/base-dhw-tank-gas-uef.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-gas.xml", + "water_heater_tank_volume": 30, + "water_heater_efficiency_type": "UniformEnergyFactor", + "water_heater_usage_bin": "medium", + "water_heater_recovery_efficiency": 0.75, + "water_heater_heating_capacity": 30000 + }, + "sample_files/base-dhw-tank-gas-uef-fhr.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-gas-uef.xml" + }, + "sample_files/base-dhw-tank-gas-outside.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-gas.xml", + "water_heater_location": "other exterior" + }, + "sample_files/base-dhw-tank-heat-pump.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_type": "heat pump water heater", + "water_heater_tank_volume": 80, + "water_heater_efficiency": 2.3 + }, + "sample_files/base-dhw-tank-heat-pump-outside.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-heat-pump.xml", + "water_heater_location": "other exterior" + }, + "sample_files/base-dhw-tank-heat-pump-uef.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-heat-pump.xml", + "water_heater_tank_volume": 50, + "water_heater_efficiency_type": "UniformEnergyFactor", + "water_heater_efficiency": 3.75, + "water_heater_usage_bin": "medium" + }, + "sample_files/base-dhw-tank-heat-pump-with-solar.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-heat-pump.xml", + "solar_thermal_system_type": "hot water", + "solar_thermal_collector_area": 40, + "solar_thermal_collector_azimuth": 180, + "solar_thermal_collector_tilt": 20, + "solar_thermal_collector_rated_optical_efficiency": 0.77, + "solar_thermal_collector_rated_thermal_losses": 0.793, + "solar_thermal_storage_volume": 60 + }, + "sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-heat-pump.xml", + "solar_thermal_system_type": "hot water", + "solar_thermal_solar_fraction": 0.65 + }, + "sample_files/base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-heat-pump-uef.xml", + "water_heater_operating_mode": "heat pump only" + }, + "sample_files/base-dhw-tank-heat-pump-detailed-schedules.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-heat-pump-uef.xml", + "water_heater_setpoint_temperature": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv, ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-operating-modes.csv" + }, + "sample_files/base-dhw-tank-model-type-stratified.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_tank_model_type": "stratified" + }, + "sample_files/base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-model-type-stratified.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv" + }, + "sample_files/base-dhw-tank-oil.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-gas.xml", + "water_heater_fuel_type": "fuel oil" + }, + "sample_files/base-dhw-tank-wood.xml": { + "parent_hpxml": "sample_files/base-dhw-tank-gas.xml", + "water_heater_fuel_type": "wood" + }, + "sample_files/base-dhw-tankless-electric.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_type": "instantaneous water heater", + "water_heater_efficiency": 0.99 + }, + "sample_files/base-dhw-tankless-electric-outside.xml": { + "parent_hpxml": "sample_files/base-dhw-tankless-electric.xml", + "water_heater_location": "other exterior" + }, + "sample_files/base-dhw-tankless-electric-uef.xml": { + "parent_hpxml": "sample_files/base-dhw-tankless-electric.xml", + "water_heater_efficiency_type": "UniformEnergyFactor", + "water_heater_efficiency": 0.98 + }, + "sample_files/base-dhw-tankless-gas.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_heater_type": "instantaneous water heater", + "water_heater_fuel_type": "natural gas", + "water_heater_efficiency": 0.82 + }, + "sample_files/base-dhw-tankless-gas-uef.xml": { + "parent_hpxml": "sample_files/base-dhw-tankless-gas.xml", + "water_heater_efficiency_type": "UniformEnergyFactor", + "water_heater_efficiency": 0.93 + }, + "sample_files/base-dhw-tankless-gas-with-solar.xml": { + "parent_hpxml": "sample_files/base-dhw-tankless-gas.xml", + "solar_thermal_system_type": "hot water", + "solar_thermal_collector_area": 40, + "solar_thermal_collector_azimuth": 180, + "solar_thermal_collector_tilt": 20, + "solar_thermal_collector_rated_optical_efficiency": 0.77, + "solar_thermal_collector_rated_thermal_losses": 0.793, + "solar_thermal_storage_volume": 60 + }, + "sample_files/base-dhw-tankless-gas-with-solar-fraction.xml": { + "parent_hpxml": "sample_files/base-dhw-tankless-gas.xml", + "solar_thermal_system_type": "hot water", + "solar_thermal_solar_fraction": 0.65 + }, + "sample_files/base-dhw-tankless-propane.xml": { + "parent_hpxml": "sample_files/base-dhw-tankless-gas.xml", + "water_heater_fuel_type": "propane" + }, + "sample_files/base-dhw-tankless-detailed-setpoints.xml": { + "parent_hpxml": "sample_files/base-dhw-tankless-gas.xml", + "water_heater_setpoint_temperature": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv" + }, + "sample_files/base-enclosure-2stories.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_floors_above_grade": 2, + "geometry_unit_cfa": 4050, + "window_area_front": 216, + "window_area_back": 216, + "window_area_left": 144, + "window_area_right": 144, + "heating_system_heating_capacity": 48000, + "cooling_system_cooling_capacity": 36000, + "ducts_supply_surface_area": 112.5, + "ducts_return_surface_area": 37.5, + "misc_plug_loads_other_annual_kwh": 3685.5 + }, + "sample_files/base-enclosure-2stories-garage.xml": { + "parent_hpxml": "sample_files/base-enclosure-2stories.xml", + "geometry_unit_cfa": 3250, + "geometry_garage_width": 20, + "floor_over_garage_assembly_r": 39.3, + "misc_plug_loads_other_annual_kwh": 2957.5 + }, + "sample_files/base-enclosure-beds-1.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_bedrooms": 1, + "geometry_unit_num_bathrooms": 1, + "misc_plug_loads_television_annual_kwh": 482 + }, + "sample_files/base-enclosure-beds-2.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_bedrooms": 2, + "geometry_unit_num_bathrooms": 1, + "misc_plug_loads_television_annual_kwh": 551 + }, + "sample_files/base-enclosure-beds-4.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_bedrooms": 4, + "misc_plug_loads_television_annual_kwh": 689 + }, + "sample_files/base-enclosure-beds-5.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_bedrooms": 5, + "geometry_unit_num_bathrooms": 3, + "misc_plug_loads_television_annual_kwh": 758 + }, + "sample_files/base-enclosure-ceilingtypes.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-enclosure-floortypes.xml": { + "parent_hpxml": "sample_files/base-foundation-ambient.xml" + }, + "sample_files/base-enclosure-garage.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_garage_width": 30, + "geometry_garage_protrusion": 1, + "window_area_front": 12, + "window_aspect_ratio": 3.333, + "ducts_supply_location": "garage", + "ducts_return_location": "garage", + "water_heater_location": "garage", + "clothes_washer_location": "garage", + "clothes_dryer_location": "garage", + "dishwasher_location": "garage", + "refrigerator_location": "garage", + "cooking_range_oven_location": "garage" + }, + "sample_files/base-enclosure-infil-ach-house-pressure.xml": { + "parent_hpxml": "sample_files/base.xml", + "air_leakage_house_pressure": 45, + "air_leakage_value": 2.8 + }, + "sample_files/base-enclosure-infil-cfm-house-pressure.xml": { + "parent_hpxml": "sample_files/base-enclosure-infil-cfm50.xml", + "air_leakage_house_pressure": 45, + "air_leakage_value": 1008.5 + }, + "sample_files/base-enclosure-infil-cfm50.xml": { + "parent_hpxml": "sample_files/base.xml", + "air_leakage_units": "CFM", + "air_leakage_value": 1080 + }, + "sample_files/base-enclosure-infil-ela.xml": { + "parent_hpxml": "sample_files/base.xml", + "air_leakage_units": "EffectiveLeakageArea", + "air_leakage_value": 123 + }, + "sample_files/base-enclosure-infil-flue.xml": { + "parent_hpxml": "sample_files/base.xml", + "air_leakage_has_flue_or_chimney_in_conditioned_space": true + }, + "sample_files/base-enclosure-infil-natural-ach.xml": { + "parent_hpxml": "sample_files/base.xml", + "air_leakage_units": "ACHnatural", + "air_leakage_value": 0.2 + }, + "sample_files/base-enclosure-infil-natural-cfm.xml": { + "parent_hpxml": "sample_files/base.xml", + "air_leakage_units": "CFMnatural", + "air_leakage_value": 72 + }, + "sample_files/base-enclosure-orientations.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-enclosure-overhangs.xml": { + "parent_hpxml": "sample_files/base.xml", + "overhangs_back_depth": 2.5, + "overhangs_back_distance_to_bottom_of_window": 4, + "overhangs_left_depth": 1.5, + "overhangs_left_distance_to_top_of_window": 2, + "overhangs_left_distance_to_bottom_of_window": 7, + "overhangs_right_depth": 1.5, + "overhangs_right_distance_to_top_of_window": 2, + "overhangs_right_distance_to_bottom_of_window": 6 + }, + "sample_files/base-enclosure-rooftypes.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-enclosure-skylights.xml": { + "parent_hpxml": "sample_files/base.xml", + "skylight_area_front": 15, + "skylight_area_back": 15 + }, + "sample_files/base-enclosure-skylights-physical-properties.xml": { + "parent_hpxml": "sample_files/base-enclosure-skylights.xml" + }, + "sample_files/base-enclosure-skylights-shading.xml": { + "parent_hpxml": "sample_files/base-enclosure-skylights.xml" + }, + "sample_files/base-enclosure-skylights-storms.xml": { + "parent_hpxml": "sample_files/base-enclosure-skylights.xml", + "skylight_ufactor": 0.6, + "skylight_storm_type": "clear" + }, + "sample_files/base-enclosure-split-level.xml": { + "parent_hpxml": "sample_files/base-foundation-slab.xml" + }, + "sample_files/base-enclosure-walltypes.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-enclosure-windows-natural-ventilation-availability.xml": { + "parent_hpxml": "sample_files/base.xml", + "window_natvent_availability": 7 + }, + "sample_files/base-enclosure-windows-none.xml": { + "parent_hpxml": "sample_files/base.xml", + "window_area_front": 0, + "window_area_back": 0, + "window_area_left": 0, + "window_area_right": 0 + }, + "sample_files/base-enclosure-windows-physical-properties.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-enclosure-windows-shading.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-enclosure-windows-shading-seasons.xml": { + "parent_hpxml": "sample_files/base.xml", + "window_shading_summer_season": "May 1 - Sep 30" + }, + "sample_files/base-enclosure-windows-storms.xml": { + "parent_hpxml": "sample_files/base.xml", + "window_ufactor": 0.6, + "window_storm_type": "low-e" + }, + "sample_files/base-enclosure-thermal-mass.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-foundation-ambient.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_cfa": 1350, + "geometry_foundation_type": "Ambient", + "floor_over_foundation_assembly_r": 18.7, + "misc_plug_loads_other_annual_kwh": 1228.5 + }, + "sample_files/base-foundation-basement-garage.xml": { + "parent_hpxml": "sample_files/base.xml", + "misc_plug_loads_other_annual_kwh": 1729 + }, + "sample_files/base-foundation-complex.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-foundation-conditioned-basement-slab-insulation.xml": { + "parent_hpxml": "sample_files/base.xml", + "slab_under_insulation_r": 10, + "slab_under_width": 4 + }, + "sample_files/base-foundation-conditioned-basement-wall-insulation.xml": { + "parent_hpxml": "sample_files/base.xml", + "foundation_wall_type": "concrete block foam core", + "foundation_wall_insulation_r": 18.9, + "foundation_wall_insulation_distance_to_top": 1 + }, + "sample_files/base-foundation-conditioned-crawlspace.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_cfa": 1350, + "geometry_foundation_type": "ConditionedCrawlspace", + "geometry_foundation_height": 4, + "floor_over_foundation_assembly_r": 18.7, + "foundation_wall_insulation_distance_to_bottom": 4, + "ducts_supply_leakage_to_outside_value": 0, + "ducts_return_leakage_to_outside_value": 0, + "ducts_supply_location": "crawlspace - conditioned", + "ducts_return_location": "crawlspace - conditioned", + "water_heater_location": "crawlspace - conditioned", + "misc_plug_loads_other_annual_kwh": 1228.5 + }, + "sample_files/base-foundation-slab.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_cfa": 1350, + "geometry_foundation_type": "SlabOnGrade", + "geometry_foundation_height": 0, + "geometry_foundation_height_above_grade": 0, + "slab_under_insulation_r": 5, + "slab_under_width": 999, + "slab_carpet_fraction": 1, + "slab_carpet_r": 2.5, + "ducts_supply_location": "under slab", + "ducts_return_location": "under slab", + "misc_plug_loads_other_annual_kwh": 1228.5 + }, + "sample_files/base-foundation-multiple.xml": { + "parent_hpxml": "sample_files/base-foundation-unconditioned-basement.xml" + }, + "sample_files/base-foundation-unconditioned-basement.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_cfa": 1350, + "geometry_foundation_type": "UnconditionedBasement", + "floor_over_foundation_assembly_r": 18.7, + "foundation_wall_insulation_r": 0, + "foundation_wall_insulation_distance_to_bottom": 0, + "rim_joist_assembly_r": 4, + "ducts_supply_location": "basement - unconditioned", + "ducts_return_location": "basement - unconditioned", + "water_heater_location": "basement - unconditioned", + "clothes_washer_location": "basement - unconditioned", + "clothes_dryer_location": "basement - unconditioned", + "dishwasher_location": "basement - unconditioned", + "refrigerator_location": "basement - unconditioned", + "cooking_range_oven_location": "basement - unconditioned", + "misc_plug_loads_other_annual_kwh": 1228.5 + }, + "sample_files/base-foundation-unconditioned-basement-above-grade.xml": { + "parent_hpxml": "sample_files/base-foundation-unconditioned-basement.xml", + "geometry_foundation_height_above_grade": 4 + }, + "sample_files/base-foundation-unconditioned-basement-assembly-r.xml": { + "parent_hpxml": "sample_files/base-foundation-unconditioned-basement.xml", + "foundation_wall_assembly_r": 10.69 + }, + "sample_files/base-foundation-unconditioned-basement-wall-insulation.xml": { + "parent_hpxml": "sample_files/base-foundation-unconditioned-basement.xml", + "floor_over_foundation_assembly_r": 2.1, + "foundation_wall_insulation_r": 8.9, + "foundation_wall_insulation_distance_to_bottom": 4, + "rim_joist_assembly_r": 23 + }, + "sample_files/base-foundation-unvented-crawlspace.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_cfa": 1350, + "geometry_foundation_type": "UnventedCrawlspace", + "geometry_foundation_height": 4, + "floor_over_foundation_assembly_r": 18.7, + "foundation_wall_insulation_distance_to_bottom": 4, + "slab_thickness": 0, + "ducts_supply_location": "crawlspace - unvented", + "ducts_return_location": "crawlspace - unvented", + "water_heater_location": "crawlspace - unvented", + "misc_plug_loads_other_annual_kwh": 1228.5 + }, + "sample_files/base-foundation-vented-crawlspace.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_cfa": 1350, + "geometry_foundation_type": "VentedCrawlspace", + "geometry_foundation_height": 4, + "floor_over_foundation_assembly_r": 18.7, + "foundation_wall_insulation_distance_to_bottom": 4, + "slab_thickness": 0, + "ducts_supply_location": "crawlspace - vented", + "ducts_return_location": "crawlspace - vented", + "water_heater_location": "crawlspace - vented", + "misc_plug_loads_other_annual_kwh": 1228.5 + }, + "sample_files/base-foundation-walkout-basement.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_foundation_height_above_grade": 5, + "foundation_wall_insulation_distance_to_bottom": 4 + }, + "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0, + "heat_pump_type": "air-to-air", + "heat_pump_heating_efficiency": 7.7, + "heat_pump_cooling_efficiency": 13, + "heat_pump_cooling_compressor_type": "single stage", + "heat_pump_cooling_sensible_heat_fraction": 0.73, + "heat_pump_heating_capacity": 36000, + "heat_pump_heating_capacity_retention_fraction": 0.6, + "heat_pump_heating_capacity_retention_temp": 17.0, + "heat_pump_cooling_capacity": 36000, + "heat_pump_fraction_heat_load_served": 1, + "heat_pump_fraction_cool_load_served": 1, + "heat_pump_backup_type": "integrated", + "heat_pump_backup_heating_efficiency": 1, + "heat_pump_backup_heating_capacity": 36000 + }, + "sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml" + }, + "sample_files/base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_backup_heating_capacity": null + }, + "sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_capacity": 0, + "heat_pump_fraction_heat_load_served": 0, + "heat_pump_backup_type": "none", + "heat_pump_backup_heating_efficiency": 0 + }, + "sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_cooling_capacity": 0, + "heat_pump_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_compressor_lockout_temp": 5, + "heat_pump_backup_heating_lockout_temp": 35, + "hvac_control_heating_weekday_setpoint": "64, 64, 64, 64, 64, 64, 64, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 64, 64", + "hvac_control_heating_weekend_setpoint": "64, 64, 64, 64, 64, 64, 64, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 64, 64" + }, + "sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_efficiency_type": "HSPF2", + "heat_pump_heating_efficiency": 6.5, + "heat_pump_cooling_efficiency_type": "SEER2", + "heat_pump_cooling_efficiency": 12.4 + }, + "sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_efficiency": 9.3, + "heat_pump_cooling_efficiency": 18, + "heat_pump_cooling_compressor_type": "two stage" + }, + "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_efficiency": 10, + "heat_pump_cooling_efficiency": 22, + "heat_pump_cooling_compressor_type": "variable speed", + "heat_pump_cooling_sensible_heat_fraction": 0.78 + }, + "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml", + "heat_pump_heating_capacity": 18000, + "heat_pump_heating_capacity_retention_fraction": 0.6, + "heat_pump_heating_capacity_retention_temp": 17.0, + "heat_pump_cooling_capacity": 18000, + "heat_pump_backup_type": "separate", + "heating_system_2_type": "Boiler", + "heating_system_2_fuel": "natural gas", + "heating_system_2_heating_efficiency": 0.8, + "heating_system_2_heating_capacity": 60000, + "heating_system_2_fraction_heat_load_served": 0.25 + }, + "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml", + "hvac_control_heating_season_period": "Nov 1 - May 1", + "hvac_control_cooling_season_period": "Jun 1 - Oct 1" + }, + "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml", + "heat_pump_compressor_lockout_temp": 30, + "heat_pump_backup_heating_lockout_temp": 30 + }, + "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml" + }, + "sample_files/base-hvac-autosize.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_heating_capacity": null, + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "ACCA" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "MaxLoad" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml": { + "parent_hpxml": "sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml", + "site_iecc_zone": "1A", + "site_state_code": "FL", + "weather_station_epw_filepath": "USA_FL_Miami.Intl.AP.722020_TMY3.epw" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "ACCA" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "MaxLoad" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "ACCA" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "MaxLoad" + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS", + "heating_system_2_heating_capacity": null + }, + "sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS", + "heating_system_2_heating_capacity": null + }, + "sample_files/base-hvac-autosize-boiler-elec-only.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-elec-only.xml", + "heating_system_heating_capacity": null + }, + "sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml", + "heating_system_heating_capacity": null, + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-boiler-gas-only.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-only.xml", + "heating_system_heating_capacity": null + }, + "sample_files/base-hvac-autosize-central-ac-only-1-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-1-speed.xml", + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-central-ac-only-2-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-2-speed.xml", + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-central-ac-only-var-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-var-speed.xml", + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml", + "cooling_system_cooling_capacity": null, + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml": { + "parent_hpxml": "sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "ACCA" + }, + "sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml": { + "parent_hpxml": "sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml": { + "parent_hpxml": "sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "MaxLoad" + }, + "sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml": { + "parent_hpxml": "sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml": { + "parent_hpxml": "sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml", + "heat_pump_backup_heating_capacity": 36000 + }, + "sample_files/base-hvac-autosize-elec-resistance-only.xml": { + "parent_hpxml": "sample_files/base-hvac-elec-resistance-only.xml", + "heating_system_heating_capacity": null + }, + "sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml": { + "parent_hpxml": "sample_files/base-hvac-evap-cooler-furnace-gas.xml", + "heating_system_heating_capacity": null, + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-floor-furnace-propane-only.xml": { + "parent_hpxml": "sample_files/base-hvac-floor-furnace-propane-only.xml", + "heating_system_heating_capacity": null + }, + "sample_files/base-hvac-autosize-furnace-elec-only.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-elec-only.xml", + "heating_system_heating_capacity": null + }, + "sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml", + "heating_system_heating_capacity": null, + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml", + "heating_system_heating_capacity": null, + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-furnace-gas-only.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-only.xml", + "heating_system_heating_capacity": null + }, + "sample_files/base-hvac-autosize-furnace-gas-room-ac.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-room-ac.xml", + "heating_system_heating_capacity": null, + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "ACCA" + }, + "sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "MaxLoad" + }, + "sample_files/base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml", + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "ACCA" + }, + "sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "MaxLoad" + }, + "sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS", + "heating_system_2_heating_capacity": null + }, + "sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml", + "heat_pump_heating_capacity": null, + "heat_pump_heating_capacity_retention_fraction": null, + "heat_pump_heating_capacity_retention_temp": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS", + "heating_system_2_heating_capacity": null + }, + "sample_files/base-hvac-autosize-ptac.xml": { + "parent_hpxml": "sample_files/base-hvac-ptac.xml", + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-ptac-with-heating.xml": { + "parent_hpxml": "sample_files/base-hvac-ptac-with-heating-electricity.xml", + "cooling_system_cooling_capacity": null, + "cooling_system_integrated_heating_system_capacity": null + }, + "sample_files/base-hvac-autosize-pthp-sizing-methodology-acca.xml": { + "parent_hpxml": "sample_files/base-hvac-pthp.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "ACCA" + }, + "sample_files/base-hvac-autosize-pthp-sizing-methodology-hers.xml": { + "parent_hpxml": "sample_files/base-hvac-pthp.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-pthp-sizing-methodology-maxload.xml": { + "parent_hpxml": "sample_files/base-hvac-pthp.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "MaxLoad" + }, + "sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-with-reverse-cycle.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "ACCA" + }, + "sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-with-reverse-cycle.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "HERS" + }, + "sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-with-reverse-cycle.xml", + "heat_pump_heating_capacity": null, + "heat_pump_cooling_capacity": null, + "heat_pump_backup_heating_capacity": null, + "heat_pump_sizing_methodology": "MaxLoad" + }, + "sample_files/base-hvac-autosize-room-ac-with-heating.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-with-heating.xml", + "cooling_system_cooling_capacity": null, + "cooling_system_integrated_heating_system_capacity": null + }, + "sample_files/base-hvac-autosize-room-ac-only.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-only.xml", + "cooling_system_cooling_capacity": null + }, + "sample_files/base-hvac-autosize-sizing-controls.xml": { + "parent_hpxml": "sample_files/base-hvac-autosize.xml", + "geometry_unit_num_occupants": 5, + "hvac_control_heating_weekday_setpoint": 60, + "hvac_control_heating_weekend_setpoint": 60, + "hvac_control_cooling_weekday_setpoint": 80, + "hvac_control_cooling_weekend_setpoint": 80 + }, + "sample_files/base-hvac-autosize-stove-oil-only.xml": { + "parent_hpxml": "sample_files/base-hvac-stove-oil-only.xml", + "heating_system_heating_capacity": null + }, + "sample_files/base-hvac-autosize-wall-furnace-elec-only.xml": { + "parent_hpxml": "sample_files/base-hvac-wall-furnace-elec-only.xml", + "heating_system_heating_capacity": null + }, + "sample_files/base-hvac-boiler-coal-only.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-only.xml", + "heating_system_fuel": "coal" + }, + "sample_files/base-hvac-boiler-elec-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "Boiler", + "heating_system_fuel": "electricity", + "heating_system_heating_efficiency": 0.98, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "Boiler" + }, + "sample_files/base-hvac-boiler-gas-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "Boiler", + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-boiler-gas-only-pilot.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-only.xml", + "heating_system_pilot_light": 600 + }, + "sample_files/base-hvac-boiler-oil-only.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-only.xml", + "heating_system_fuel": "fuel oil" + }, + "sample_files/base-hvac-boiler-propane-only.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-only.xml", + "heating_system_fuel": "propane" + }, + "sample_files/base-hvac-boiler-wood-only.xml": { + "parent_hpxml": "sample_files/base-hvac-boiler-gas-only.xml", + "heating_system_fuel": "wood" + }, + "sample_files/base-hvac-central-ac-only-1-speed.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0 + }, + "sample_files/base-hvac-central-ac-only-1-speed-seer2.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-1-speed.xml", + "cooling_system_cooling_efficiency_type": "SEER2", + "cooling_system_cooling_efficiency": 12.4 + }, + "sample_files/base-hvac-central-ac-only-2-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-1-speed.xml", + "cooling_system_cooling_efficiency": 18, + "cooling_system_cooling_compressor_type": "two stage" + }, + "sample_files/base-hvac-central-ac-only-var-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-1-speed.xml", + "cooling_system_cooling_efficiency": 24, + "cooling_system_cooling_compressor_type": "variable speed", + "cooling_system_cooling_sensible_heat_fraction": 0.78 + }, + "sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml": { + "parent_hpxml": "sample_files/base-hvac-central-ac-only-1-speed.xml", + "heat_pump_type": "air-to-air", + "heat_pump_heating_efficiency": 7.7, + "heat_pump_cooling_efficiency": 13, + "heat_pump_cooling_compressor_type": "single stage", + "heat_pump_cooling_sensible_heat_fraction": 0.73, + "heat_pump_heating_capacity": 36000, + "heat_pump_heating_capacity_retention_fraction": 0.6, + "heat_pump_heating_capacity_retention_temp": 17.0, + "heat_pump_cooling_capacity": 36000, + "heat_pump_fraction_heat_load_served": 1, + "heat_pump_backup_type": "integrated", + "heat_pump_backup_heating_efficiency": 1, + "heat_pump_backup_heating_capacity": 36000 + }, + "sample_files/base-hvac-crankcase-heater-40w.xml": { + "parent_hpxml": "sample_files/base.xml", + "cooling_system_crankcase_heater_watts": 40 + }, + "sample_files/base-hvac-dse.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_compressor_lockout_temp": 30, + "heat_pump_backup_fuel": "natural gas", + "heat_pump_backup_heating_efficiency": 0.95, + "heat_pump_backup_heating_lockout_temp": 30 + }, + "sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml": { + "parent_hpxml": "sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml", + "heat_pump_compressor_lockout_temp": 25, + "heat_pump_backup_heating_lockout_temp": 45 + }, + "sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml", + "heat_pump_compressor_lockout_temp": 30, + "heat_pump_backup_fuel": "natural gas", + "heat_pump_backup_heating_efficiency": 0.95, + "heat_pump_backup_heating_lockout_temp": 30 + }, + "sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml", + "heat_pump_compressor_lockout_temp": 30, + "heat_pump_backup_fuel": "natural gas", + "heat_pump_backup_heating_efficiency": 0.95, + "heat_pump_backup_heating_lockout_temp": 30 + }, + "sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml", + "heat_pump_compressor_lockout_temp": 30, + "heat_pump_backup_fuel": "natural gas", + "heat_pump_backup_heating_efficiency": 0.95, + "heat_pump_backup_heating_lockout_temp": 30 + }, + "sample_files/base-hvac-ducts-leakage-cfm50.xml": { + "parent_hpxml": "sample_files/base.xml", + "ducts_leakage_units": "CFM50", + "ducts_supply_leakage_to_outside_value": 100, + "ducts_return_leakage_to_outside_value": 125 + }, + "sample_files/base-hvac-ducts-leakage-percent.xml": { + "parent_hpxml": "sample_files/base.xml", + "ducts_leakage_units": "Percent", + "ducts_supply_leakage_to_outside_value": 0.1, + "ducts_return_leakage_to_outside_value": 0.05 + }, + "sample_files/base-hvac-ducts-area-fractions.xml": { + "parent_hpxml": "sample_files/base-enclosure-2stories.xml" + }, + "sample_files/base-hvac-ducts-area-multipliers.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-hvac-ducts-buried.xml": { + "parent_hpxml": "sample_files/base.xml", + "ducts_supply_buried_insulation_level": "deeply buried", + "ducts_return_buried_insulation_level": "deeply buried", + "ducts_return_insulation_r": 4 + }, + "sample_files/base-hvac-ducts-effective-rvalue.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-hvac-elec-resistance-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "ElectricResistance", + "heating_system_fuel": "electricity", + "heating_system_heating_efficiency": 1, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-evap-cooler-furnace-gas.xml": { + "parent_hpxml": "sample_files/base.xml", + "cooling_system_type": "evaporative cooler", + "cooling_system_is_ducted": false + }, + "sample_files/base-hvac-evap-cooler-only.xml": { + "parent_hpxml": "sample_files/base-hvac-evap-cooler-furnace-gas.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0 + }, + "sample_files/base-hvac-evap-cooler-only-ducted.xml": { + "parent_hpxml": "sample_files/base-hvac-evap-cooler-only.xml", + "cooling_system_is_ducted": true, + "ducts_return_leakage_to_outside_value": 0 + }, + "sample_files/base-hvac-fireplace-wood-only.xml": { + "parent_hpxml": "sample_files/base-hvac-stove-oil-only.xml", + "heating_system_type": "Fireplace", + "heating_system_fuel": "wood" + }, + "sample_files/base-hvac-fixed-heater-gas-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "FixedHeater", + "heating_system_heating_efficiency": 1, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-floor-furnace-propane-only.xml": { + "parent_hpxml": "sample_files/base-hvac-stove-oil-only.xml", + "heating_system_type": "FloorFurnace", + "heating_system_fuel": "propane" + }, + "sample_files/base-hvac-floor-furnace-propane-only-pilot-light.xml": { + "parent_hpxml": "sample_files/base-hvac-floor-furnace-propane-only.xml", + "heating_system_pilot_light": 600 + }, + "sample_files/base-hvac-furnace-coal-only.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-only.xml", + "heating_system_fuel": "coal" + }, + "sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_fuel": "electricity", + "heating_system_heating_efficiency": 1 + }, + "sample_files/base-hvac-furnace-elec-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_fuel": "electricity", + "heating_system_heating_efficiency": 0.98, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml": { + "parent_hpxml": "sample_files/base.xml", + "cooling_system_cooling_efficiency": 18, + "cooling_system_cooling_compressor_type": "two stage" + }, + "sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml": { + "parent_hpxml": "sample_files/base.xml", + "cooling_system_cooling_efficiency": 24, + "cooling_system_cooling_compressor_type": "variable speed", + "cooling_system_cooling_sensible_heat_fraction": 0.78 + }, + "sample_files/base-hvac-furnace-gas-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-furnace-gas-only-pilot.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-only.xml", + "heating_system_pilot_light": 600 + }, + "sample_files/base-hvac-furnace-gas-only-detailed-setpoints.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-only.xml", + "hvac_control_heating_weekday_setpoint": null, + "hvac_control_heating_weekend_setpoint": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-heating-only.csv" + }, + "sample_files/base-hvac-furnace-gas-room-ac.xml": { + "parent_hpxml": "sample_files/base.xml", + "cooling_system_type": "room air conditioner", + "cooling_system_cooling_efficiency_type": "EER", + "cooling_system_cooling_efficiency": 8.5, + "cooling_system_cooling_sensible_heat_fraction": 0.65 + }, + "sample_files/base-hvac-furnace-oil-only.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-only.xml", + "heating_system_fuel": "fuel oil" + }, + "sample_files/base-hvac-furnace-propane-only.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-only.xml", + "heating_system_fuel": "propane" + }, + "sample_files/base-hvac-furnace-wood-only.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-only.xml", + "heating_system_fuel": "wood" + }, + "sample_files/base-hvac-furnace-x3-dse.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-hvac-ground-to-air-heat-pump.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0, + "heat_pump_type": "ground-to-air", + "heat_pump_heating_efficiency_type": "COP", + "heat_pump_heating_efficiency": 3.6, + "heat_pump_cooling_efficiency_type": "EER", + "heat_pump_cooling_efficiency": 16.6, + "heat_pump_cooling_sensible_heat_fraction": 0.73, + "heat_pump_heating_capacity": 36000, + "heat_pump_cooling_capacity": 36000, + "heat_pump_fraction_heat_load_served": 1, + "heat_pump_fraction_cool_load_served": 1, + "heat_pump_backup_type": "integrated", + "heat_pump_backup_heating_efficiency": 1, + "heat_pump_backup_heating_capacity": 36000 + }, + "sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump.xml", + "heat_pump_heating_capacity": 0, + "heat_pump_fraction_heat_load_served": 0, + "heat_pump_backup_type": "none", + "heat_pump_backup_heating_efficiency": 0 + }, + "sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump.xml", + "heat_pump_cooling_capacity": 0, + "heat_pump_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml", + "heat_pump_airflow_defect_ratio": -0.25, + "heat_pump_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml", + "heat_pump_airflow_defect_ratio": -0.25, + "heat_pump_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml", + "heat_pump_airflow_defect_ratio": -0.25, + "heat_pump_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_airflow_defect_ratio": -0.25, + "cooling_system_airflow_defect_ratio": -0.25, + "cooling_system_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml", + "heating_system_airflow_defect_ratio": -0.25, + "cooling_system_airflow_defect_ratio": -0.25, + "cooling_system_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml", + "heating_system_airflow_defect_ratio": -0.25, + "cooling_system_airflow_defect_ratio": -0.25, + "cooling_system_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-furnace-gas-only.xml": { + "parent_hpxml": "sample_files/base-hvac-furnace-gas-only.xml", + "heating_system_airflow_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-ground-to-air-heat-pump.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump.xml", + "heat_pump_airflow_defect_ratio": -0.25, + "heat_pump_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml", + "cooling_system_airflow_defect_ratio": -0.25, + "cooling_system_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-install-quality-mini-split-heat-pump-ducted.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml", + "heat_pump_airflow_defect_ratio": -0.25, + "heat_pump_charge_defect_ratio": -0.25 + }, + "sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "mini-split", + "cooling_system_cooling_efficiency": 19, + "cooling_system_is_ducted": true, + "ducts_supply_leakage_to_outside_value": 15, + "ducts_return_leakage_to_outside_value": 5, + "ducts_supply_insulation_r": 0, + "ducts_supply_surface_area": 30, + "ducts_return_surface_area": 10 + }, + "sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml", + "cooling_system_is_ducted": false + }, + "sample_files/base-hvac-mini-split-heat-pump-ducted.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0, + "heat_pump_type": "mini-split", + "heat_pump_heating_efficiency": 10, + "heat_pump_cooling_efficiency": 19, + "heat_pump_cooling_sensible_heat_fraction": 0.73, + "heat_pump_heating_capacity": 36000, + "heat_pump_heating_capacity_retention_fraction": 0.6, + "heat_pump_heating_capacity_retention_temp": 17.0, + "heat_pump_cooling_capacity": 36000, + "heat_pump_fraction_heat_load_served": 1, + "heat_pump_fraction_cool_load_served": 1, + "heat_pump_backup_type": "integrated", + "heat_pump_backup_heating_efficiency": 1, + "heat_pump_backup_heating_capacity": 36000, + "heat_pump_is_ducted": true, + "ducts_supply_leakage_to_outside_value": 15, + "ducts_return_leakage_to_outside_value": 5, + "ducts_supply_insulation_r": 0, + "ducts_supply_surface_area": 30, + "ducts_return_surface_area": 10 + }, + "sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml", + "heat_pump_heating_capacity": 0, + "heat_pump_fraction_heat_load_served": 0, + "heat_pump_backup_type": "none", + "heat_pump_backup_heating_efficiency": 0 + }, + "sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml", + "heat_pump_cooling_capacity": 0, + "heat_pump_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-mini-split-heat-pump-ductless.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ducted.xml", + "heat_pump_backup_type": "none", + "heat_pump_backup_heating_efficiency": 0, + "heat_pump_is_ducted": false + }, + "sample_files/base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ductless.xml" + }, + "sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ductless.xml", + "heat_pump_heating_capacity": 18000, + "heat_pump_heating_capacity_retention_fraction": 0.6, + "heat_pump_heating_capacity_retention_temp": 17.0, + "heat_pump_cooling_capacity": 18000, + "heat_pump_backup_type": "separate", + "heat_pump_backup_heating_efficiency": 1, + "heat_pump_backup_heating_capacity": 36000, + "heating_system_2_type": "Stove", + "heating_system_2_fuel": "fuel oil", + "heating_system_2_heating_efficiency": 0.6, + "heating_system_2_heating_capacity": 60000, + "heating_system_2_fraction_heat_load_served": 0.25 + }, + "sample_files/base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml", + "heating_system_2_type": "ElectricResistance", + "heating_system_2_fuel": "electricity", + "heating_system_2_heating_efficiency": 1 + }, + "sample_files/base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml": { + "parent_hpxml": "sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml", + "heating_system_2_type": "Furnace", + "heating_system_2_fuel": "natural gas", + "heating_system_2_heating_efficiency": 0.8 + }, + "sample_files/base-hvac-multiple.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-hvac-none.xml": { + "parent_hpxml": "sample_files/base-location-honolulu-hi.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-portable-heater-gas-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "PortableHeater", + "heating_system_heating_efficiency": 1, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-ptac.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "packaged terminal air conditioner", + "cooling_system_cooling_efficiency_type": "EER", + "cooling_system_cooling_efficiency": 10.7, + "cooling_system_cooling_sensible_heat_fraction": 0.65 + }, + "sample_files/base-hvac-ptac-with-heating-electricity.xml": { + "parent_hpxml": "sample_files/base-hvac-ptac.xml", + "cooling_system_integrated_heating_system_fuel": "electricity", + "cooling_system_integrated_heating_system_efficiency_percent": 1, + "cooling_system_integrated_heating_system_capacity": 36000, + "cooling_system_integrated_heating_system_fraction_heat_load_served": 1 + }, + "sample_files/base-hvac-ptac-with-heating-natural-gas.xml": { + "parent_hpxml": "sample_files/base-hvac-ptac.xml", + "cooling_system_integrated_heating_system_fuel": "natural gas", + "cooling_system_integrated_heating_system_efficiency_percent": 0.8, + "cooling_system_integrated_heating_system_capacity": 36000, + "cooling_system_integrated_heating_system_fraction_heat_load_served": 1 + }, + "sample_files/base-hvac-pthp.xml": { + "parent_hpxml": "sample_files/base-hvac-ground-to-air-heat-pump.xml", + "heat_pump_type": "packaged terminal heat pump", + "heat_pump_cooling_efficiency": 11.4, + "heat_pump_cooling_sensible_heat_fraction": 0.65, + "heat_pump_heating_capacity_retention_fraction": 0.6, + "heat_pump_heating_capacity_retention_temp": 17.0 + }, + "sample_files/base-hvac-pthp-heating-capacity-17f.xml": { + "parent_hpxml": "sample_files/base-hvac-pthp.xml" + }, + "sample_files/base-hvac-room-ac-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "none", + "heating_system_heating_efficiency": 0, + "heating_system_fraction_heat_load_served": 0, + "cooling_system_type": "room air conditioner", + "cooling_system_cooling_efficiency_type": "EER", + "cooling_system_cooling_efficiency": 8.5, + "cooling_system_cooling_sensible_heat_fraction": 0.65 + }, + "sample_files/base-hvac-room-ac-only-33percent.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-only.xml", + "cooling_system_cooling_capacity": 8000, + "cooling_system_fraction_cool_load_served": 0.33 + }, + "sample_files/base-hvac-room-ac-only-ceer.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-only.xml", + "cooling_system_cooling_efficiency_type": "CEER", + "cooling_system_cooling_efficiency": 8.4 + }, + "sample_files/base-hvac-room-ac-with-heating.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-only.xml", + "cooling_system_integrated_heating_system_fuel": "electricity", + "cooling_system_integrated_heating_system_efficiency_percent": 1, + "cooling_system_integrated_heating_system_capacity": 36000, + "cooling_system_integrated_heating_system_fraction_heat_load_served": 1 + }, + "sample_files/base-hvac-room-ac-with-reverse-cycle.xml": { + "parent_hpxml": "sample_files/base-hvac-pthp.xml", + "heat_pump_type": "room air conditioner with reverse cycle", + "heat_pump_heating_capacity_retention_fraction": 0.6, + "heat_pump_heating_capacity_retention_temp": 17.0 + }, + "sample_files/base-hvac-room-ac-only-detailed-setpoints.xml": { + "parent_hpxml": "sample_files/base-hvac-room-ac-only.xml", + "hvac_control_cooling_weekday_setpoint": null, + "hvac_control_cooling_weekend_setpoint": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-cooling-only.csv" + }, + "sample_files/base-hvac-seasons.xml": { + "parent_hpxml": "sample_files/base.xml", + "hvac_control_heating_season_period": "Nov 1 - May 1", + "hvac_control_cooling_season_period": "Jun 1 - Oct 1" + }, + "sample_files/base-hvac-setpoints.xml": { + "parent_hpxml": "sample_files/base.xml", + "hvac_control_heating_weekday_setpoint": 60, + "hvac_control_heating_weekend_setpoint": 60, + "hvac_control_cooling_weekday_setpoint": 80, + "hvac_control_cooling_weekend_setpoint": 80 + }, + "sample_files/base-hvac-setpoints-daily-schedules.xml": { + "parent_hpxml": "sample_files/base-hvac-setpoints-daily-setbacks.xml", + "hvac_control_heating_weekday_setpoint": "64, 64, 64, 64, 64, 64, 64, 70, 70, 66, 66, 66, 66, 66, 66, 66, 66, 68, 68, 68, 68, 68, 64, 64", + "hvac_control_heating_weekend_setpoint": "68, 68, 68, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70", + "hvac_control_cooling_weekday_setpoint": "80, 80, 80, 80, 80, 80, 80, 75, 75, 80, 80, 80, 80, 80, 80, 80, 80, 78, 78, 78, 78, 78, 80, 80", + "hvac_control_cooling_weekend_setpoint": "78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78, 78" + }, + "sample_files/base-hvac-setpoints-daily-setbacks.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-hvac-stove-oil-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "Stove", + "heating_system_fuel": "fuel oil", + "heating_system_heating_efficiency": 0.8, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-hvac-stove-wood-pellets-only.xml": { + "parent_hpxml": "sample_files/base-hvac-stove-oil-only.xml", + "heating_system_fuel": "wood pellets" + }, + "sample_files/base-hvac-undersized.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_heating_capacity": 3600, + "cooling_system_cooling_capacity": 2400, + "ducts_supply_leakage_to_outside_value": 7.5, + "ducts_return_leakage_to_outside_value": 2.5 + }, + "sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml": { + "parent_hpxml": "sample_files/base-hvac-undersized.xml" + }, + "sample_files/base-hvac-wall-furnace-elec-only.xml": { + "parent_hpxml": "sample_files/base.xml", + "heating_system_type": "WallFurnace", + "heating_system_fuel": "electricity", + "heating_system_heating_efficiency": 0.98, + "cooling_system_type": "none", + "cooling_system_cooling_efficiency": 0, + "cooling_system_fraction_cool_load_served": 0 + }, + "sample_files/base-lighting-ceiling-fans.xml": { + "parent_hpxml": "sample_files/base.xml", + "ceiling_fan_present": true, + "ceiling_fan_efficiency": 100, + "ceiling_fan_quantity": 4, + "ceiling_fan_cooling_setpoint_temp_offset": 0.5 + }, + "sample_files/base-lighting-holiday.xml": { + "parent_hpxml": "sample_files/base.xml", + "holiday_lighting_present": true, + "holiday_lighting_daily_kwh": 1.1, + "holiday_lighting_period": "Nov 24 - Jan 6" + }, + "sample_files/base-lighting-kwh-per-year.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-lighting-mixed.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-lighting-none.xml": { + "parent_hpxml": "sample_files/base.xml", + "lighting_present": false + }, + "sample_files/base-lighting-none-ceiling-fans.xml": { + "parent_hpxml": "sample_files/base-lighting-ceiling-fans.xml", + "lighting_present": false + }, + "sample_files/base-location-AMY-2012.xml": { + "parent_hpxml": "sample_files/base.xml", + "weather_station_epw_filepath": "US_CO_Boulder_AMY_2012.epw" + }, + "sample_files/base-location-baltimore-md.xml": { + "parent_hpxml": "sample_files/base-foundation-unvented-crawlspace.xml", + "site_iecc_zone": "4A", + "site_state_code": "MD", + "weather_station_epw_filepath": "USA_MD_Baltimore-Washington.Intl.AP.724060_TMY3.epw", + "heating_system_heating_capacity": 24000 + }, + "sample_files/base-location-capetown-zaf.xml": { + "parent_hpxml": "sample_files/base-foundation-vented-crawlspace.xml", + "site_iecc_zone": null, + "site_state_code": null, + "weather_station_epw_filepath": "ZAF_Cape.Town.688160_IWEC.epw", + "heating_system_heating_capacity": 24000 + }, + "sample_files/base-location-dallas-tx.xml": { + "parent_hpxml": "sample_files/base-foundation-slab.xml", + "site_iecc_zone": "3A", + "site_state_code": "TX", + "weather_station_epw_filepath": "USA_TX_Dallas-Fort.Worth.Intl.AP.722590_TMY3.epw", + "heating_system_heating_capacity": 24000 + }, + "sample_files/base-location-duluth-mn.xml": { + "parent_hpxml": "sample_files/base-foundation-unconditioned-basement.xml", + "site_iecc_zone": 7, + "site_state_code": "MN", + "weather_station_epw_filepath": "USA_MN_Duluth.Intl.AP.727450_TMY3.epw" + }, + "sample_files/base-location-helena-mt.xml": { + "parent_hpxml": "sample_files/base.xml", + "site_iecc_zone": "6B", + "site_state_code": "MT", + "weather_station_epw_filepath": "USA_MT_Helena.Rgnl.AP.727720_TMY3.epw", + "heating_system_heating_capacity": 48000 + }, + "sample_files/base-location-honolulu-hi.xml": { + "parent_hpxml": "sample_files/base-foundation-slab.xml", + "site_iecc_zone": "1A", + "site_state_code": "HI", + "weather_station_epw_filepath": "USA_HI_Honolulu.Intl.AP.911820_TMY3.epw", + "heating_system_heating_capacity": 12000 + }, + "sample_files/base-location-miami-fl.xml": { + "parent_hpxml": "sample_files/base-foundation-slab.xml", + "site_iecc_zone": "1A", + "site_state_code": "FL", + "weather_station_epw_filepath": "USA_FL_Miami.Intl.AP.722020_TMY3.epw", + "heating_system_heating_capacity": 12000 + }, + "sample_files/base-location-phoenix-az.xml": { + "parent_hpxml": "sample_files/base-foundation-slab.xml", + "site_iecc_zone": "2B", + "site_state_code": "AZ", + "weather_station_epw_filepath": "USA_AZ_Phoenix-Sky.Harbor.Intl.AP.722780_TMY3.epw", + "heating_system_heating_capacity": 24000 + }, + "sample_files/base-location-portland-or.xml": { + "parent_hpxml": "sample_files/base-foundation-vented-crawlspace.xml", + "site_iecc_zone": "4C", + "site_state_code": "OR", + "weather_station_epw_filepath": "USA_OR_Portland.Intl.AP.726980_TMY3.epw", + "heating_system_heating_capacity": 24000 + }, + "sample_files/base-mechvent-balanced.xml": { + "parent_hpxml": "sample_files/base.xml", + "mech_vent_fan_type": "balanced", + "mech_vent_flow_rate": 110, + "mech_vent_hours_in_operation": 24, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 60, + "mech_vent_num_units_served": 1 + }, + "sample_files/base-mechvent-bath-kitchen-fans.xml": { + "parent_hpxml": "sample_files/base.xml", + "kitchen_fans_quantity": 1, + "kitchen_fans_flow_rate": 100, + "kitchen_fans_hours_in_operation": 1.5, + "kitchen_fans_power": 30, + "kitchen_fans_start_hour": 18, + "bathroom_fans_quantity": 2, + "bathroom_fans_flow_rate": 50, + "bathroom_fans_hours_in_operation": 1.5, + "bathroom_fans_power": 15, + "bathroom_fans_start_hour": 7 + }, + "sample_files/base-mechvent-cfis.xml": { + "parent_hpxml": "sample_files/base.xml", + "mech_vent_fan_type": "central fan integrated supply", + "mech_vent_flow_rate": 330, + "mech_vent_hours_in_operation": 8, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 300, + "mech_vent_num_units_served": 1 + }, + "sample_files/base-mechvent-cfis-airflow-fraction-zero.xml": { + "parent_hpxml": "sample_files/base-mechvent-cfis.xml" + }, + "sample_files/base-mechvent-cfis-dse.xml": { + "parent_hpxml": "sample_files/base-hvac-dse.xml", + "mech_vent_fan_type": "central fan integrated supply", + "mech_vent_flow_rate": 330, + "mech_vent_hours_in_operation": 8, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 300, + "mech_vent_num_units_served": 1 + }, + "sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml": { + "parent_hpxml": "sample_files/base-hvac-evap-cooler-only-ducted.xml", + "mech_vent_fan_type": "central fan integrated supply", + "mech_vent_flow_rate": 330, + "mech_vent_hours_in_operation": 8, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 300, + "mech_vent_num_units_served": 1 + }, + "sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml": { + "parent_hpxml": "sample_files/base-mechvent-cfis.xml" + }, + "sample_files/base-mechvent-cfis-supplemental-fan-supply.xml": { + "parent_hpxml": "sample_files/base-mechvent-cfis.xml" + }, + "sample_files/base-mechvent-erv.xml": { + "parent_hpxml": "sample_files/base.xml", + "mech_vent_fan_type": "energy recovery ventilator", + "mech_vent_flow_rate": 110, + "mech_vent_hours_in_operation": 24, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 60, + "mech_vent_num_units_served": 1 + }, + "sample_files/base-mechvent-erv-atre-asre.xml": { + "parent_hpxml": "sample_files/base-mechvent-erv.xml", + "mech_vent_recovery_efficiency_type": "Adjusted", + "mech_vent_total_recovery_efficiency": 0.526, + "mech_vent_sensible_recovery_efficiency": 0.79 + }, + "sample_files/base-mechvent-exhaust.xml": { + "parent_hpxml": "sample_files/base.xml", + "mech_vent_fan_type": "exhaust only", + "mech_vent_flow_rate": 110, + "mech_vent_hours_in_operation": 24, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 30, + "mech_vent_num_units_served": 1 + }, + "sample_files/base-mechvent-exhaust-rated-flow-rate.xml": { + "parent_hpxml": "sample_files/base-mechvent-exhaust.xml" + }, + "sample_files/base-mechvent-hrv.xml": { + "parent_hpxml": "sample_files/base.xml", + "mech_vent_fan_type": "heat recovery ventilator", + "mech_vent_flow_rate": 110, + "mech_vent_hours_in_operation": 24, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 60, + "mech_vent_num_units_served": 1 + }, + "sample_files/base-mechvent-hrv-asre.xml": { + "parent_hpxml": "sample_files/base-mechvent-hrv.xml", + "mech_vent_recovery_efficiency_type": "Adjusted", + "mech_vent_sensible_recovery_efficiency": 0.79 + }, + "sample_files/base-mechvent-multiple.xml": { + "parent_hpxml": "sample_files/base-mechvent-bath-kitchen-fans.xml" + }, + "sample_files/base-mechvent-supply.xml": { + "parent_hpxml": "sample_files/base.xml", + "mech_vent_fan_type": "supply only", + "mech_vent_flow_rate": 110, + "mech_vent_hours_in_operation": 24, + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_fan_power": 30, + "mech_vent_num_units_served": 1 + }, + "sample_files/base-mechvent-whole-house-fan.xml": { + "parent_hpxml": "sample_files/base.xml", + "whole_house_fan_present": true, + "whole_house_fan_flow_rate": 4500, + "whole_house_fan_power": 300 + }, + "sample_files/base-misc-additional-properties.xml": { + "parent_hpxml": "sample_files/base.xml", + "additional_properties": "LowIncome=false|Remodeled|Description=2-story home in Denver|comma=,|special=<|special2=>|special3=/|special4=\\" + }, + "sample_files/base-misc-bills.xml": { + "parent_hpxml": "sample_files/base.xml", + "utility_bill_electricity_fixed_charges": 12, + "utility_bill_natural_gas_fixed_charges": 12, + "utility_bill_electricity_marginal_rates": 0.12, + "utility_bill_natural_gas_marginal_rates": 1.1 + }, + "sample_files/base-misc-bills-none.xml": { + "parent_hpxml": "sample_files/base.xml", + "utility_bill_scenario_names": null + }, + "sample_files/base-misc-bills-pv.xml": { + "parent_hpxml": "sample_files/base-pv.xml", + "pv_system_max_power_output": 10000, + "utility_bill_scenario_names": "Net Metering w/ Wholesale Excess Rate, Net Metering w/ Retail Excess Rate, Feed-In Tariff", + "utility_bill_electricity_fixed_charges": "10, 10, 10", + "utility_bill_natural_gas_fixed_charges": "11, 11, 11", + "utility_bill_electricity_marginal_rates": "0.12, 0.12, 0.12", + "utility_bill_natural_gas_marginal_rates": "1.1, 1.1, 1.1", + "utility_bill_pv_compensation_types": "NetMetering, NetMetering, FeedInTariff", + "utility_bill_pv_net_metering_annual_excess_sellback_rate_types": "User-Specified, Retail Electricity Cost, NA", + "utility_bill_pv_net_metering_annual_excess_sellback_rates": "0.035, NA, NA", + "utility_bill_pv_feed_in_tariff_rates": "NA, NA, 0.13", + "utility_bill_pv_monthly_grid_connection_fee_units": "$/kW, $/kW, $", + "utility_bill_pv_monthly_grid_connection_fees": "2.5, 2.5, 7.5" + }, + "sample_files/base-misc-bills-pv-detailed-only.xml": { + "parent_hpxml": "sample_files/base-pv.xml", + "utility_bill_scenario_names": "Tiered, TOU, Tiered and TOU, Real-Time Pricing", + "utility_bill_electricity_filepaths": "../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json, ../../ReportUtilityBills/resources/detailed_rates/Sample Time-of-Use Rate.json, ../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Time-of-Use Rate.json, ../../ReportUtilityBills/resources/detailed_rates/Sample Real-Time Pricing Rate.json" + }, + "sample_files/base-misc-bills-pv-mixed.xml": { + "parent_hpxml": "sample_files/base-pv.xml", + "utility_bill_scenario_names": "Simple, Detailed", + "utility_bill_electricity_filepaths": "NA, ../../ReportUtilityBills/resources/detailed_rates/Sample Tiered Rate.json" + }, + "sample_files/base-misc-defaults.xml": { + "parent_hpxml": "sample_files/base.xml", + "simulation_control_timestep": null, + "site_type": null, + "site_iecc_zone": null, + "site_state_code": null, + "geometry_unit_num_bathrooms": null, + "foundation_wall_thickness": null, + "foundation_wall_insulation_distance_to_top": null, + "foundation_wall_insulation_distance_to_bottom": null, + "slab_thickness": null, + "slab_carpet_fraction": null, + "roof_material_type": null, + "roof_color": "light", + "wall_siding_type": null, + "window_fraction_operable": null, + "window_interior_shading_winter": null, + "window_interior_shading_summer": null, + "cooling_system_cooling_compressor_type": null, + "cooling_system_cooling_sensible_heat_fraction": null, + "hvac_control_heating_weekday_setpoint": null, + "hvac_control_heating_weekend_setpoint": null, + "hvac_control_cooling_weekday_setpoint": null, + "hvac_control_cooling_weekend_setpoint": null, + "ducts_supply_location": null, + "ducts_supply_surface_area": null, + "ducts_return_location": null, + "ducts_return_surface_area": null, + "ducts_number_of_return_registers": 2, + "mech_vent_fan_type": "exhaust only", + "mech_vent_total_recovery_efficiency": 0.48, + "mech_vent_sensible_recovery_efficiency": 0.72, + "mech_vent_num_units_served": 1, + "kitchen_fans_quantity": null, + "bathroom_fans_quantity": null, + "whole_house_fan_present": true, + "water_heater_location": null, + "water_heater_tank_volume": null, + "water_heater_setpoint_temperature": null, + "hot_water_distribution_standard_piping_length": null, + "hot_water_distribution_pipe_r": null, + "solar_thermal_system_type": "hot water", + "solar_thermal_collector_area": 40, + "solar_thermal_collector_loop_type": "liquid direct", + "solar_thermal_collector_azimuth": 180, + "solar_thermal_collector_tilt": 20, + "solar_thermal_collector_rated_optical_efficiency": 0.77, + "solar_thermal_collector_rated_thermal_losses": 0.793, + "pv_system_present": true, + "pv_system_array_azimuth": 180, + "pv_system_array_tilt": 20, + "pv_system_max_power_output": 4000, + "battery_present": true, + "clothes_washer_location": null, + "clothes_washer_efficiency": null, + "clothes_washer_rated_annual_kwh": null, + "clothes_washer_label_electric_rate": null, + "clothes_washer_label_gas_rate": null, + "clothes_washer_label_annual_gas_cost": null, + "clothes_washer_label_usage": null, + "clothes_washer_capacity": null, + "clothes_dryer_location": null, + "clothes_dryer_efficiency": null, + "clothes_dryer_vented_flow_rate": null, + "dishwasher_location": null, + "dishwasher_efficiency": null, + "dishwasher_label_electric_rate": null, + "dishwasher_label_gas_rate": null, + "dishwasher_label_annual_gas_cost": null, + "dishwasher_label_usage": null, + "dishwasher_place_setting_capacity": null, + "refrigerator_location": null, + "refrigerator_rated_annual_kwh": null, + "cooking_range_oven_location": null, + "cooking_range_oven_is_induction": null, + "cooking_range_oven_is_convection": null, + "ceiling_fan_present": true, + "misc_plug_loads_television_annual_kwh": null, + "misc_plug_loads_other_annual_kwh": null, + "misc_plug_loads_other_frac_sensible": null, + "misc_plug_loads_other_frac_latent": null + }, + "sample_files/base-misc-emissions.xml": { + "parent_hpxml": "sample_files/base-pv-battery.xml", + "emissions_scenario_names": "Cambium Hourly MidCase LRMER RMPA, Cambium Hourly LowRECosts LRMER RMPA, Cambium Annual MidCase AER National, eGRID RMPA, eGRID RMPA", + "emissions_types": "CO2e, CO2e, CO2e, SO2, NOx", + "emissions_electricity_units": "kg/MWh, kg/MWh, kg/MWh, lb/MWh, lb/MWh", + "emissions_electricity_values_or_filepaths": "../../HPXMLtoOpenStudio/resources/data/cambium/LRMER_MidCase.csv, ../../HPXMLtoOpenStudio/resources/data/cambium/LRMER_LowRECosts.csv, 392.6, 0.384, 0.67", + "emissions_electricity_number_of_header_rows": "1, 1, , , ", + "emissions_electricity_column_numbers": "17, 17, , , " + }, + "sample_files/base-misc-generators.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-misc-generators-battery.xml": { + "parent_hpxml": "sample_files/base-misc-generators.xml", + "battery_present": true, + "battery_location": "outside", + "battery_power": 6000, + "battery_capacity": 20, + "battery_usable_capacity": 18 + }, + "sample_files/base-misc-generators-battery-scheduled.xml": { + "parent_hpxml": "sample_files/base-misc-generators-battery.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv" + }, + "sample_files/base-misc-ground-conductivity.xml": { + "parent_hpxml": "sample_files/base.xml", + "site_ground_conductivity": 0.8 + }, + "sample_files/base-misc-loads-large-uncommon.xml": { + "parent_hpxml": "sample_files/base-schedules-simple.xml", + "extra_refrigerator_present": true, + "extra_refrigerator_rated_annual_kwh": 700, + "freezer_present": true, + "freezer_location": "living space", + "freezer_rated_annual_kwh": 300, + "misc_plug_loads_well_pump_present": true, + "misc_plug_loads_well_pump_annual_kwh": 475, + "misc_plug_loads_vehicle_present": true, + "misc_plug_loads_vehicle_annual_kwh": 1500, + "misc_fuel_loads_grill_present": true, + "misc_fuel_loads_grill_fuel_type": "propane", + "misc_fuel_loads_grill_annual_therm": 25, + "misc_fuel_loads_lighting_present": true, + "misc_fuel_loads_lighting_annual_therm": 28, + "misc_fuel_loads_fireplace_present": true, + "misc_fuel_loads_fireplace_fuel_type": "wood", + "misc_fuel_loads_fireplace_annual_therm": 55, + "misc_fuel_loads_fireplace_frac_sensible": 0.5, + "misc_fuel_loads_fireplace_frac_latent": 0.1, + "pool_present": true, + "pool_pump_annual_kwh": 2700, + "pool_heater_type": "gas fired", + "pool_heater_annual_therm": 500, + "hot_tub_present": true, + "hot_tub_pump_annual_kwh": 1000, + "hot_tub_heater_type": "electric resistance", + "hot_tub_heater_annual_kwh": 1300 + }, + "sample_files/base-misc-loads-large-uncommon2.xml": { + "parent_hpxml": "sample_files/base-misc-loads-large-uncommon.xml", + "misc_fuel_loads_grill_fuel_type": "fuel oil", + "misc_fuel_loads_fireplace_fuel_type": "wood pellets", + "pool_heater_type": "none", + "hot_tub_heater_type": "heat pump", + "hot_tub_heater_annual_kwh": 260 + }, + "sample_files/base-misc-loads-none.xml": { + "parent_hpxml": "sample_files/base.xml", + "misc_plug_loads_television_present": false, + "misc_plug_loads_other_annual_kwh": 0, + "misc_plug_loads_other_frac_sensible": null, + "misc_plug_loads_other_frac_latent": null + }, + "sample_files/base-misc-neighbor-shading.xml": { + "parent_hpxml": "sample_files/base.xml", + "neighbor_front_distance": 15, + "neighbor_back_distance": 10, + "neighbor_front_height": 12 + }, + "sample_files/base-misc-neighbor-shading-bldgtype-multifamily.xml": { + "parent_hpxml": "sample_files/base-bldgtype-multifamily.xml", + "neighbor_right_distance": 15, + "combine_like_surfaces": false + }, + "sample_files/base-misc-shielding-of-home.xml": { + "parent_hpxml": "sample_files/base.xml", + "site_shielding_of_home": "well-shielded" + }, + "sample_files/base-misc-usage-multiplier.xml": { + "parent_hpxml": "sample_files/base.xml", + "water_fixtures_usage_multiplier": 0.9, + "lighting_interior_usage_multiplier": 0.9, + "lighting_exterior_usage_multiplier": 0.9, + "lighting_garage_usage_multiplier": 0.9, + "clothes_washer_usage_multiplier": 0.9, + "clothes_dryer_usage_multiplier": 0.9, + "dishwasher_usage_multiplier": 0.9, + "refrigerator_usage_multiplier": 0.9, + "freezer_present": true, + "freezer_location": "living space", + "freezer_rated_annual_kwh": 300, + "freezer_usage_multiplier": 0.9, + "cooking_range_oven_usage_multiplier": 0.9, + "misc_plug_loads_television_usage_multiplier": 0.9, + "misc_plug_loads_other_usage_multiplier": 0.9, + "misc_fuel_loads_grill_present": true, + "misc_fuel_loads_grill_fuel_type": "propane", + "misc_fuel_loads_grill_annual_therm": 25, + "misc_fuel_loads_grill_usage_multiplier": 0.9, + "misc_fuel_loads_lighting_present": true, + "misc_fuel_loads_lighting_annual_therm": 28, + "misc_fuel_loads_lighting_usage_multiplier": 0.9, + "misc_fuel_loads_fireplace_present": true, + "misc_fuel_loads_fireplace_fuel_type": "wood", + "misc_fuel_loads_fireplace_annual_therm": 55, + "misc_fuel_loads_fireplace_frac_sensible": 0.5, + "misc_fuel_loads_fireplace_frac_latent": 0.1, + "misc_fuel_loads_fireplace_usage_multiplier": 0.9, + "pool_present": true, + "pool_pump_annual_kwh": 2700, + "pool_pump_usage_multiplier": 0.9, + "pool_heater_type": "gas fired", + "pool_heater_annual_therm": 500, + "pool_heater_usage_multiplier": 0.9, + "hot_tub_present": true, + "hot_tub_pump_annual_kwh": 1000, + "hot_tub_pump_usage_multiplier": 0.9, + "hot_tub_heater_type": "electric resistance", + "hot_tub_heater_annual_kwh": 1300, + "hot_tub_heater_usage_multiplier": 0.9 + }, + "sample_files/base-multiple-buildings.xml": { + "parent_hpxml": "sample_files/base.xml", + "clothes_dryer_present": false + }, + "sample_files/base-pv.xml": { + "parent_hpxml": "sample_files/base.xml", + "pv_system_present": true, + "pv_system_module_type": "standard", + "pv_system_location": "roof", + "pv_system_tracking": "fixed", + "pv_system_array_azimuth": 180, + "pv_system_array_tilt": 20, + "pv_system_max_power_output": 4000, + "pv_system_inverter_efficiency": 0.96, + "pv_system_system_losses_fraction": 0.14, + "pv_system_2_present": true, + "pv_system_2_module_type": "premium", + "pv_system_2_location": "roof", + "pv_system_2_tracking": "fixed", + "pv_system_2_array_azimuth": 90, + "pv_system_2_array_tilt": 20, + "pv_system_2_max_power_output": 1500 + }, + "sample_files/base-pv-battery.xml": { + "parent_hpxml": "sample_files/base-battery.xml", + "pv_system_present": true, + "pv_system_module_type": "standard", + "pv_system_location": "roof", + "pv_system_tracking": "fixed", + "pv_system_array_azimuth": 180, + "pv_system_array_tilt": 20, + "pv_system_max_power_output": 4000, + "pv_system_inverter_efficiency": 0.96, + "pv_system_system_losses_fraction": 0.14, + "pv_system_2_present": true, + "pv_system_2_module_type": "premium", + "pv_system_2_location": "roof", + "pv_system_2_tracking": "fixed", + "pv_system_2_array_azimuth": 90, + "pv_system_2_array_tilt": 20, + "pv_system_2_max_power_output": 1500 + }, + "sample_files/base-pv-battery-ah.xml": { + "parent_hpxml": "sample_files/base-pv-battery.xml" + }, + "sample_files/base-pv-battery-garage.xml": { + "parent_hpxml": "sample_files/base-enclosure-garage.xml", + "pv_system_present": true, + "pv_system_module_type": "standard", + "pv_system_location": "roof", + "pv_system_tracking": "fixed", + "pv_system_array_azimuth": 180, + "pv_system_array_tilt": 20, + "pv_system_max_power_output": 4000, + "pv_system_inverter_efficiency": 0.96, + "pv_system_system_losses_fraction": 0.14, + "pv_system_2_present": true, + "pv_system_2_module_type": "premium", + "pv_system_2_location": "roof", + "pv_system_2_tracking": "fixed", + "pv_system_2_array_azimuth": 90, + "pv_system_2_array_tilt": 20, + "pv_system_2_max_power_output": 1500, + "battery_present": true, + "battery_location": "garage", + "battery_power": 6000, + "battery_capacity": 20, + "battery_usable_capacity": 18 + }, + "sample_files/base-pv-battery-round-trip-efficiency.xml": { + "parent_hpxml": "sample_files/base-pv-battery.xml", + "battery_round_trip_efficiency": 0.8 + }, + "sample_files/base-pv-battery-scheduled.xml": { + "parent_hpxml": "sample_files/base-pv-battery.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv" + }, + "sample_files/base-pv-generators.xml": { + "parent_hpxml": "sample_files/base-pv.xml" + }, + "sample_files/base-pv-generators-battery.xml": { + "parent_hpxml": "sample_files/base-pv-generators.xml", + "battery_present": true, + "battery_location": "outside", + "battery_power": 6000, + "battery_capacity": 20, + "battery_usable_capacity": 18 + }, + "sample_files/base-pv-generators-battery-scheduled.xml": { + "parent_hpxml": "sample_files/base-pv-generators-battery.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv" + }, + "sample_files/base-residents-0.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_occupants": 0 + }, + "sample_files/base-residents-0-runperiod-1-month.xml": { + "parent_hpxml": "sample_files/base-residents-0.xml", + "simulation_control_run_period": "Feb 1 - Feb 28" + }, + "sample_files/base-residents-1.xml": { + "parent_hpxml": "sample_files/base.xml", + "geometry_unit_num_occupants": 1, + "misc_plug_loads_television_annual_kwh": null, + "misc_plug_loads_other_annual_kwh": null + }, + "sample_files/base-residents-1-misc-loads-large-uncommon.xml": { + "parent_hpxml": "sample_files/base-misc-loads-large-uncommon.xml", + "geometry_unit_num_occupants": 1, + "misc_plug_loads_television_annual_kwh": null, + "misc_plug_loads_other_annual_kwh": null, + "misc_plug_loads_well_pump_annual_kwh": null, + "misc_plug_loads_vehicle_annual_kwh": null, + "misc_fuel_loads_grill_annual_therm": null, + "misc_fuel_loads_lighting_annual_therm": null, + "misc_fuel_loads_fireplace_annual_therm": null, + "pool_pump_annual_kwh": null, + "pool_heater_annual_therm": null, + "hot_tub_pump_annual_kwh": null, + "hot_tub_heater_annual_kwh": null + }, + "sample_files/base-residents-1-misc-loads-large-uncommon2.xml": { + "parent_hpxml": "sample_files/base-misc-loads-large-uncommon2.xml", + "geometry_unit_num_occupants": 1, + "misc_plug_loads_television_annual_kwh": null, + "misc_plug_loads_other_annual_kwh": null, + "misc_plug_loads_well_pump_annual_kwh": null, + "misc_plug_loads_vehicle_annual_kwh": null, + "misc_fuel_loads_grill_annual_therm": null, + "misc_fuel_loads_lighting_annual_therm": null, + "misc_fuel_loads_fireplace_annual_therm": null, + "pool_pump_annual_kwh": null, + "pool_heater_annual_therm": null, + "hot_tub_pump_annual_kwh": null, + "hot_tub_heater_annual_kwh": null + }, + "sample_files/base-residents-5.xml": { + "parent_hpxml": "sample_files/base-misc-defaults.xml", + "geometry_unit_num_occupants": 5 + }, + "sample_files/base-schedules-simple.xml": { + "parent_hpxml": "sample_files/base.xml" + }, + "sample_files/base-schedules-simple-vacancy.xml": { + "parent_hpxml": "sample_files/base.xml", + "schedules_vacancy_period": "Dec 1 - Jan 31" + }, + "sample_files/base-schedules-simple-vacancy-year-round.xml": { + "parent_hpxml": "sample_files/base.xml", + "schedules_vacancy_period": "Jan 1 - Dec 31" + }, + "sample_files/base-schedules-simple-power-outage.xml": { + "parent_hpxml": "sample_files/base.xml", + "schedules_power_outage_period": "Jul 1 5 - Jul 31 14" + }, + "sample_files/base-schedules-simple-power-outage-natvent-available.xml": { + "parent_hpxml": "sample_files/base.xml", + "schedules_power_outage_period": "Jul 1 5 - Jul 31 14", + "schedules_power_outage_window_natvent_availability": "always available" + }, + "sample_files/base-schedules-simple-power-outage-natvent-unavailable.xml": { + "parent_hpxml": "sample_files/base.xml", + "schedules_power_outage_period": "Jul 1 5 - Jul 31 14", + "schedules_power_outage_window_natvent_availability": "always unavailable" + }, + "sample_files/base-schedules-detailed-all-10-mins.xml": { + "parent_hpxml": "sample_files/base-simcontrol-timestep-10-mins.xml", + "hvac_control_heating_weekday_setpoint": null, + "hvac_control_heating_weekend_setpoint": null, + "hvac_control_cooling_weekday_setpoint": null, + "hvac_control_cooling_weekend_setpoint": null, + "water_heater_setpoint_temperature": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-10-mins.csv, ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints-10-mins.csv, ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv" + }, + "sample_files/base-schedules-detailed-occupancy-stochastic.xml": { + "parent_hpxml": "sample_files/base.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv" + }, + "sample_files/base-schedules-detailed-occupancy-stochastic-vacancy.xml": { + "parent_hpxml": "sample_files/base-schedules-detailed-occupancy-stochastic.xml", + "schedules_vacancy_period": "Dec 1 - Jan 31" + }, + "sample_files/base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml": { + "parent_hpxml": "sample_files/base-schedules-detailed-occupancy-stochastic.xml", + "schedules_vacancy_period": "Jan 1 - Dec 31" + }, + "sample_files/base-schedules-detailed-occupancy-stochastic-power-outage.xml": { + "parent_hpxml": "sample_files/base-schedules-detailed-occupancy-stochastic.xml", + "schedules_power_outage_period": "Dec 1 5 - Jan 31 14" + }, + "sample_files/base-schedules-detailed-occupancy-stochastic-10-mins.xml": { + "parent_hpxml": "sample_files/base.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv" + }, + "sample_files/base-schedules-detailed-setpoints.xml": { + "parent_hpxml": "sample_files/base.xml", + "hvac_control_heating_weekday_setpoint": null, + "hvac_control_heating_weekend_setpoint": null, + "hvac_control_cooling_weekday_setpoint": null, + "hvac_control_cooling_weekend_setpoint": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/setpoints.csv" + }, + "sample_files/base-schedules-detailed-setpoints-daily-schedules.xml": { + "parent_hpxml": "sample_files/base.xml", + "hvac_control_heating_weekday_setpoint": null, + "hvac_control_heating_weekend_setpoint": null, + "hvac_control_cooling_weekday_setpoint": null, + "hvac_control_cooling_weekend_setpoint": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-daily-schedules.csv" + }, + "sample_files/base-schedules-detailed-setpoints-daily-setbacks.xml": { + "parent_hpxml": "sample_files/base.xml", + "hvac_control_heating_weekday_setpoint": null, + "hvac_control_heating_weekend_setpoint": null, + "hvac_control_cooling_weekday_setpoint": null, + "hvac_control_cooling_weekend_setpoint": null, + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-daily-setbacks.csv" + }, + "sample_files/base-simcontrol-calendar-year-custom.xml": { + "parent_hpxml": "sample_files/base.xml", + "simulation_control_run_period_calendar_year": 2010 + }, + "sample_files/base-simcontrol-daylight-saving-custom.xml": { + "parent_hpxml": "sample_files/base.xml", + "simulation_control_daylight_saving_enabled": true, + "simulation_control_daylight_saving_period": "Mar 10 - Nov 6" + }, + "sample_files/base-simcontrol-daylight-saving-disabled.xml": { + "parent_hpxml": "sample_files/base.xml", + "simulation_control_daylight_saving_enabled": false + }, + "sample_files/base-simcontrol-runperiod-1-month.xml": { + "parent_hpxml": "sample_files/base.xml", + "simulation_control_run_period": "Feb 1 - Feb 28" + }, + "sample_files/base-simcontrol-temperature-capacitance-multiplier.xml": { + "parent_hpxml": "sample_files/base.xml", + "simulation_control_temperature_capacitance_multiplier": 7 + }, + "sample_files/base-simcontrol-timestep-10-mins.xml": { + "parent_hpxml": "sample_files/base.xml", + "simulation_control_timestep": 10 + }, + "sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml": { + "parent_hpxml": "sample_files/base-simcontrol-timestep-10-mins.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv" + }, + "sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml": { + "parent_hpxml": "sample_files/base-simcontrol-timestep-10-mins.xml", + "schedules_filepaths": "../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv" + }, + "sample_files/base-simcontrol-timestep-30-mins.xml": { + "parent_hpxml": "sample_files/base.xml", + "simulation_control_timestep": 30 + } +} \ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house001.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house001.xml index 94ace3d6..33213f3f 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house001.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house001.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house002.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house002.xml index 9452f2da..f381ae90 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house002.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house002.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house003.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house003.xml index b1b64f01..e12f3659 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house003.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house003.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house004.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house004.xml index 618412c1..61fb6fcd 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house004.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house004.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house005.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house005.xml index 5938aed3..7a130100 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house005.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house005.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house006.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house006.xml index b87a418b..0fee76c2 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house006.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house006.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM @@ -470,11 +469,10 @@ - energy recovery ventilator + heat recovery ventilator 59.0 24.0 true - 0.0 0.65 105.0 diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house007.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house007.xml index b27c0705..93cb73a5 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house007.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house007.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house008.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house008.xml index 2cbf507e..c3bd587d 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house008.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house008.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM @@ -569,11 +568,10 @@ - energy recovery ventilator + heat recovery ventilator 80.0 24.0 true - 0.0 0.65 105.0 diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house009.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house009.xml index 08452720..75fabf41 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house009.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house009.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house010.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house010.xml index b2796679..8b0b8fe2 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house010.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house010.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM @@ -525,11 +524,10 @@ - energy recovery ventilator + heat recovery ventilator 80.0 24.0 true - 0.0 0.65 105.0 diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house011.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house011.xml index 4889285d..2326b00d 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house011.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house011.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house012.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house012.xml index d87ba6d6..851b4aa0 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house012.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house012.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house013.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house013.xml index ce6116da..ebc2dbe3 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house013.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house013.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house014.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house014.xml index ca749dbc..96bcb5d1 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house014.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house014.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house015.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house015.xml index ce6116da..ebc2dbe3 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house015.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house015.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house016.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house016.xml index 7d591456..d40774ac 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house016.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house016.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -366,7 +365,7 @@ - mechanical closet + living space @@ -590,11 +589,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house017.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house017.xml index 4c39dbfb..31097de6 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house017.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house017.xml @@ -53,7 +53,7 @@ - blower door + unit exterior only 50.0 CFM @@ -173,6 +173,19 @@ 4.0 + + + other housing unit + living space + + + + 512.0 + + + 4.0 + + @@ -364,7 +377,7 @@ - mechanical closet + living space @@ -507,11 +520,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house018.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house018.xml index 839fedb4..9cce4fae 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house018.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house018.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -437,11 +436,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house019.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house019.xml index 883a3666..485df9aa 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house019.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house019.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -321,7 +320,7 @@ - mechanical closet + living space @@ -471,11 +470,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house020.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house020.xml index cec76418..32e1c9a3 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house020.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house020.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -355,7 +354,7 @@ - mechanical closet + living space @@ -498,11 +497,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house021.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house021.xml index 64625cbd..69352cc2 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house021.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house021.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -420,7 +419,7 @@ - mechanical closet + living space @@ -435,7 +434,7 @@ - mechanical closet + living space @@ -646,11 +645,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house022.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house022.xml index b91f0eea..89f1970f 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house022.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house022.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -391,7 +390,7 @@ - mechanical closet + living space @@ -539,11 +538,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house023.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house023.xml index b1610e53..b5856110 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house023.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house023.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -359,7 +358,7 @@ - mechanical closet + living space @@ -500,11 +499,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house024.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house024.xml index 70c6aae3..42072c55 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house024.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house024.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -455,7 +454,7 @@ - mechanical closet + basement - unconditioned @@ -605,11 +604,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house025.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house025.xml index bd4a11f5..d69dceb0 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house025.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house025.xml @@ -53,7 +53,6 @@ - blower door 50.0 CFM @@ -328,7 +327,7 @@ - mechanical closet + crawlspace - unvented @@ -540,11 +539,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house026.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house026.xml index 5ddd602a..987c7bf4 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house026.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house026.xml @@ -40,7 +40,7 @@ - blower door + unit exterior only 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house027.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house027.xml index bff67e83..24ad3774 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house027.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house027.xml @@ -40,7 +40,7 @@ - blower door + unit exterior only 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house028.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house028.xml index c9f4365b..543f1e64 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house028.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house028.xml @@ -40,7 +40,7 @@ - blower door + unit exterior only 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house029.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house029.xml index deaf836f..5cfb7728 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house029.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house029.xml @@ -40,7 +40,7 @@ - blower door + unit exterior only 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house030.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house030.xml index 8ec3e883..22b2b413 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house030.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house030.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house031.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house031.xml index b44f909e..a8571914 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house031.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house031.xml @@ -52,7 +52,6 @@ - blower door 50.0 CFM @@ -367,7 +366,7 @@ - mechanical closet + living space @@ -382,7 +381,7 @@ - mechanical closet + living space @@ -564,11 +563,11 @@ - 1 + 1 - 1 + 1 natural gas diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house032.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house032.xml index 88c3a0af..213a4524 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house032.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house032.xml @@ -320,7 +320,7 @@ - mechanical closet + living space @@ -429,11 +429,11 @@ - 1 + 1 - 1 + 1 natural gas diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house033.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house033.xml index 060827ee..e64e5d11 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house033.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house033.xml @@ -334,7 +334,7 @@ - mechanical closet + basement - unconditioned @@ -409,11 +409,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house034.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house034.xml index d27eb05c..99110741 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house034.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house034.xml @@ -52,7 +52,6 @@ - blower door 50.0 CFM @@ -435,7 +434,7 @@ - mechanical closet + basement - conditioned @@ -511,11 +510,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house035.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house035.xml index 900df320..8db58cce 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house035.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house035.xml @@ -353,7 +353,7 @@ - mechanical closet + living space @@ -488,11 +488,11 @@ - 1 + 1 - 1 + 1 natural gas diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house036.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house036.xml index 9f8a5829..2e89b957 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house036.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house036.xml @@ -52,7 +52,6 @@ - blower door 50.0 CFM @@ -353,7 +352,7 @@ - mechanical closet + living space @@ -474,11 +473,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house037.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house037.xml index 79e57f25..61ba245e 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house037.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house037.xml @@ -370,7 +370,7 @@ - mechanical closet + basement - unconditioned @@ -445,11 +445,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house038.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house038.xml index d5f3b34e..5dc3f7af 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house038.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house038.xml @@ -52,7 +52,6 @@ - blower door 50.0 CFM @@ -367,7 +366,7 @@ - mechanical closet + living space @@ -488,11 +487,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house039.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house039.xml index f4d4e44b..85ab7dd1 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house039.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house039.xml @@ -381,7 +381,7 @@ - mechanical closet + basement - unconditioned @@ -457,11 +457,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house040.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house040.xml index a58c421c..1de86ae4 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house040.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house040.xml @@ -52,7 +52,6 @@ - blower door 50.0 CFM @@ -396,7 +395,7 @@ - mechanical closet + living space @@ -505,11 +504,11 @@ - 1 + 1 - 1 + 1 electricity diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house041.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house041.xml index 3dbe8634..02ef70c8 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house041.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house041.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house042.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house042.xml index e60fc896..1a8f3ff4 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house042.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house042.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house043.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house043.xml index c3ff73c7..4f34931d 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house043.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house043.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house044.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house044.xml index 28fe6a2c..8acab959 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house044.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house044.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house045.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house045.xml index 03e5663b..d0f95a25 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house045.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house045.xml @@ -41,7 +41,6 @@ - blower door 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house046.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house046.xml index beea83f3..067060aa 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house046.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house046.xml @@ -45,6 +45,7 @@ + unit exterior only ACHnatural 0.5 diff --git a/example_files/resources/hpxml-measures/workflow/real_homes/house047.xml b/example_files/resources/hpxml-measures/workflow/real_homes/house047.xml index bcade386..3d5082b8 100644 --- a/example_files/resources/hpxml-measures/workflow/real_homes/house047.xml +++ b/example_files/resources/hpxml-measures/workflow/real_homes/house047.xml @@ -46,6 +46,7 @@ + unit exterior only 50.0 CFM diff --git a/example_files/resources/hpxml-measures/workflow/run_simulation.rb b/example_files/resources/hpxml-measures/workflow/run_simulation.rb index 602bdcaf..c3c1d28e 100644 --- a/example_files/resources/hpxml-measures/workflow/run_simulation.rb +++ b/example_files/resources/hpxml-measures/workflow/run_simulation.rb @@ -12,20 +12,19 @@ basedir = File.expand_path(File.dirname(__FILE__)) def run_workflow(basedir, rundir, hpxml, debug, timeseries_output_freq, timeseries_outputs, skip_validation, add_comp_loads, - output_format, building_id, ep_input_format, detailed_schedules_type, timeseries_time_column_types, + output_format, building_id, ep_input_format, stochastic_schedules, timeseries_time_column_types, timeseries_output_variables, timeseries_timestamp_convention) measures_dir = File.join(basedir, '..') measures = {} # Optionally add schedule file measure to workflow - unless detailed_schedules_type.nil? + if stochastic_schedules measure_subdir = 'BuildResidentialScheduleFile' args = {} args['hpxml_path'] = hpxml args['hpxml_output_path'] = hpxml - args['schedules_type'] = detailed_schedules_type - args['output_csv_path'] = File.join(rundir, "#{detailed_schedules_type}.csv") + args['output_csv_path'] = File.join(rundir, 'stochastic.csv') args['debug'] = debug update_args_hash(measures, measure_subdir, args) end @@ -49,6 +48,7 @@ def run_workflow(basedir, rundir, hpxml, debug, timeseries_output_freq, timeseri args['include_timeseries_total_consumptions'] = timeseries_outputs.include? 'total' args['include_timeseries_fuel_consumptions'] = timeseries_outputs.include? 'fuels' args['include_timeseries_end_use_consumptions'] = timeseries_outputs.include? 'enduses' + args['include_timeseries_system_use_consumptions'] = timeseries_outputs.include? 'systemuses' args['include_timeseries_emissions'] = timeseries_outputs.include? 'emissions' args['include_timeseries_emission_fuels'] = timeseries_outputs.include? 'emissionfuels' args['include_timeseries_emission_end_uses'] = timeseries_outputs.include? 'emissionenduses' @@ -78,7 +78,7 @@ def run_workflow(basedir, rundir, hpxml, debug, timeseries_output_freq, timeseri return results[:success] end -timeseries_types = ['ALL', 'total', 'fuels', 'enduses', 'emissions', 'emissionfuels', +timeseries_types = ['ALL', 'total', 'fuels', 'enduses', 'systemuses', 'emissions', 'emissionfuels', 'emissionenduses', 'hotwater', 'loads', 'componentloads', 'unmethours', 'temperatures', 'airflows', 'weather'] @@ -128,8 +128,9 @@ def run_workflow(basedir, rundir, hpxml, debug, timeseries_output_freq, timeseri options[:add_comp_loads] = true end - opts.on('--add-detailed-schedule TYPE', ['smooth', 'stochastic'], 'Add detailed occupancy schedule of type (smooth, stochastic)') do |t| - options[:detailed_schedules_type] = t + options[:stochastic_schedules] = false + opts.on('--add-stochastic-schedules', 'Add detailed stochastic occupancy schedules') do |_t| + options[:stochastic_schedules] = true end options[:timeseries_time_column_types] = [] @@ -238,9 +239,12 @@ def run_workflow(basedir, rundir, hpxml, debug, timeseries_output_freq, timeseri # Run design puts "HPXML: #{options[:hpxml]}" + if not options[:building_id].nil? + puts "BuildingID: #{options[:building_id]}" + end success = run_workflow(basedir, rundir, options[:hpxml], options[:debug], timeseries_output_freq, timeseries_outputs, options[:skip_validation], options[:add_comp_loads], options[:output_format], options[:building_id], - options[:ep_input_format], options[:detailed_schedules_type], options[:timeseries_time_column_types], + options[:ep_input_format], options[:stochastic_schedules], options[:timeseries_time_column_types], options[:timeseries_output_variables], options[:timeseries_timestamp_convention]) if not success diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml index 6fb5a42d..8bc98c3b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-coal.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml index 2c43f073..c2b70c57 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-portable.xml @@ -11,9 +11,6 @@ 60 - - base-appliances-dehumidifier.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -457,26 +451,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -489,36 +483,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml index c6a36413..2cca3547 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-ief-whole-home.xml @@ -11,9 +11,6 @@ 60 - - base-appliances-dehumidifier-ief-portable.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -457,26 +451,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -489,36 +483,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml index c9654666..4b4ead8f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier-multiple.xml @@ -11,9 +11,6 @@ 60 - - base-appliances-dehumidifier.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -466,26 +460,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -498,36 +492,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml index 071a2212..bad5f383 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-dehumidifier.xml @@ -11,9 +11,6 @@ 60 - - base-location-dallas-tx.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -457,26 +451,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -489,36 +483,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml index 0d26cbee..4d0937cb 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-gas.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml index a6b000f0..b700d16e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-modified.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml index e6d7b88c..9b43b359 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-none.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -446,26 +440,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -478,36 +472,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil-location-miami-fl.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil-location-miami-fl.xml index 2b98aadf..805f97de 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil-location-miami-fl.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil-location-miami-fl.xml @@ -11,9 +11,6 @@ 60 - - base-appliances-oil.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml index 6319d414..88c4fab8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-oil.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane-location-portland-or.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane-location-portland-or.xml index b7dacc2e..62729d72 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane-location-portland-or.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane-location-portland-or.xml @@ -11,9 +11,6 @@ 60 - - base-appliances-propane.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml index 1cbef080..41c8f8dd 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-propane.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml index c991034c..b382a3c1 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-appliances-wood.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml index cd015388..7c510788 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-cathedral.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -109,7 +103,7 @@ living space - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -455,26 +449,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -487,36 +481,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml index 490c4a22..f91fc4b8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-conditioned.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 3.0 @@ -572,26 +566,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -604,36 +598,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml index 223050c3..2b548d64 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-flat.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -455,26 +449,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -487,36 +481,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml index d145881a..a91d8372 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-radiant-barrier.xml @@ -11,9 +11,6 @@ 60 - - base-location-dallas-tx.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -449,26 +443,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -481,36 +475,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml index 3e3fcb36..ec4f7e5a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-unvented-insulated-roof.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml index 1c9a5ef0..331d0e75 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-atticroof-vented.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - vented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-battery-scheduled.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-battery-scheduled.xml index 00a0c71f..326e21e8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-battery-scheduled.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-battery-scheduled.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv - - base-battery.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -510,26 +504,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -542,36 +536,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-battery.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-battery.xml index b0a6aa89..c6e6c13d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-battery.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-battery.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -509,26 +503,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -541,36 +535,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached-2stories.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-2stories.xml similarity index 93% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached-2stories.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-2stories.xml index dab42834..300c49b0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached-2stories.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-2stories.xml @@ -1,640 +1,611 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - - 60 - - - base-bldgtype-single-family-attached.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - attached on one side - no units above or below - 180 - - electricity - natural gas - - - - 3.0 - - - single-family attached - 3.0 - 2.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - - true - - - - - - - - - - - - - attic - unvented - 1006.2 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 66.1 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - basement - conditioned - basement - conditioned - 28.3 - 0.7 - 0.92 - - - 4.0 - - - - - - - outside - living space - - - - 1371.7 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - other housing unit - living space - - - - 587.9 - 0.7 - 0.92 - - gypsum board - - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 168.7 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - attic - unvented - attic - unvented - - - - 168.7 - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 685.9 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - basement - conditioned - basement - conditioned - 8.0 - 293.9 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 0.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 900.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 900.0 - 4.0 - 85.7 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 70.5 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 70.5 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 105.8 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 48000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 36000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 112.5 - - - - return - 0.0 - attic - unvented - 37.5 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - kWh/year - 620.0 - - - - - other - - kWh/year - 2457.0 - - - 0.855 - 0.045 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + attached on one side + no units above or below + 180 + + electricity + natural gas + + + + single-family attached + 3.0 + 2.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + unit exterior only + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + + true + + + + + + + + + + + + + attic - unvented + 1006.2 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 66.1 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + basement - conditioned + basement - conditioned + 28.3 + 0.7 + 0.92 + + + 4.0 + + + + + + + outside + living space + + + + 1371.7 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + other housing unit + living space + + + + 587.9 + 0.7 + 0.92 + + gypsum board + + + + 4.0 + + + + + outside + attic - unvented + gable + + + + 168.7 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + attic - unvented + attic - unvented + + + + 168.7 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 685.9 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + basement - conditioned + basement - conditioned + 8.0 + 293.9 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 0.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 900.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 900.0 + 4.0 + 85.7 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 70.5 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 70.5 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 105.8 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 48000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 36000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 112.5 + + + + return + 0.0 + attic - unvented + 37.5 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached-atticroof-cathedral.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-atticroof-cathedral.xml similarity index 92% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached-atticroof-cathedral.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-atticroof-cathedral.xml index 5c272156..c494b044 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached-atticroof-cathedral.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-atticroof-cathedral.xml @@ -1,588 +1,559 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - - 60 - - - base-bldgtype-single-family-attached-2stories.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - attached on one side - no units above or below - 180 - - electricity - natural gas - - - - 3.0 - - - single-family attached - 3.0 - 2.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - true - - - - - - - - - - - true - - - - - - - - - - - - - living space - 1006.2 - asphalt or fiberglass shingles - 0.7 - 0.92 - - gypsum board - - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 66.1 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - basement - conditioned - basement - conditioned - 28.3 - 0.7 - 0.92 - - - 4.0 - - - - - - - outside - living space - - - - 854.7 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - other housing unit - living space - - - - 462.7 - 0.7 - 0.92 - - gypsum board - - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 685.9 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - basement - conditioned - basement - conditioned - 8.0 - 293.9 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 0.0 - - - continuous - interior - 0.0 - - - - - - - - basement - conditioned - 900.0 - 4.0 - 85.7 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 35.3 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 35.3 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 83.3 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 48000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 36000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 0.0 - to outside - - - - return - - CFM25 - 0.0 - to outside - - - - - supply - 4.0 - living space - 112.5 - - - - return - 0.0 - living space - 37.5 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - kWh/year - 620.0 - - - - - other - - kWh/year - 2457.0 - - - 0.855 - 0.045 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + attached on one side + no units above or below + 180 + + electricity + natural gas + + + + single-family attached + 3.0 + 2.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + unit exterior only + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + true + + + + + + + + + + + true + + + + + + + + + + + + + living space + 1006.2 + asphalt or fiberglass shingles + 0.7 + 0.92 + + gypsum board + + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 66.1 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + basement - conditioned + basement - conditioned + 28.3 + 0.7 + 0.92 + + + 4.0 + + + + + + + outside + living space + + + + 854.6 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + other housing unit + living space + + + + 462.7 + 0.7 + 0.92 + + gypsum board + + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 685.9 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + basement - conditioned + basement - conditioned + 8.0 + 293.9 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 0.0 + + + continuous - interior + 0.0 + + + + + + + + basement - conditioned + 900.0 + 4.0 + 85.7 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 35.3 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 35.3 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 83.3 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 48000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 36000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 0.0 + to outside + + + + return + + CFM25 + 0.0 + to outside + + + + + supply + 4.0 + living space + 112.5 + + + + return + 0.0 + living space + 37.5 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-infil-compartmentalization-test.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-infil-compartmentalization-test.xml new file mode 100644 index 00000000..6068c2b0 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached-infil-compartmentalization-test.xml @@ -0,0 +1,611 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + attached on one side + no units above or below + 180 + + electricity + natural gas + + + + single-family attached + 2.0 + 1.0 + 8.0 + 3 + 2 + 1800.0 + 14400.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + unit total + 50.0 + + ACH + 3.57 + + 14400.0 + + + + + + + + false + + + false + + + + + + + + + + + + true + + + + + + + + + + + + + attic - unvented + 1006.2 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 66.1 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + basement - conditioned + basement - conditioned + 28.3 + 0.7 + 0.92 + + + 4.0 + + + + + + + outside + living space + + + + 685.9 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + other housing unit + living space + + + + 293.9 + 0.7 + 0.92 + + gypsum board + + + + 4.0 + + + + + outside + attic - unvented + gable + + + + 168.7 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + attic - unvented + attic - unvented + + + + 168.7 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 685.9 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + basement - conditioned + basement - conditioned + 8.0 + 293.9 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 0.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 900.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 900.0 + 4.0 + 85.7 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 35.3 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 35.3 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 52.9 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 24000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 1638.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached.xml similarity index 93% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached.xml index 9e45f14c..4b4243ac 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-single-family-attached.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-attached.xml @@ -1,640 +1,611 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - - 60 - - - base.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - attached on one side - no units above or below - 180 - - electricity - natural gas - - - - 3.0 - - - single-family attached - 2.0 - 1.0 - 8.0 - 3 - 2 - 1800.0 - 14400.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 14400.0 - - - - - - - - false - - - false - - - - - - - - - - - - true - - - - - - - - - - - - - attic - unvented - 1006.2 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 66.1 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - basement - conditioned - basement - conditioned - 28.3 - 0.7 - 0.92 - - - 4.0 - - - - - - - outside - living space - - - - 685.9 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - other housing unit - living space - - - - 293.9 - 0.7 - 0.92 - - gypsum board - - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 168.7 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - attic - unvented - attic - unvented - - - - 168.7 - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 685.9 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - basement - conditioned - basement - conditioned - 8.0 - 293.9 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 0.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 900.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 900.0 - 4.0 - 85.7 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 35.3 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 35.3 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 52.9 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 24000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 24000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - kWh/year - 620.0 - - - - - other - - kWh/year - 1638.0 - - - 0.855 - 0.045 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + attached on one side + no units above or below + 180 + + electricity + natural gas + + + + single-family attached + 2.0 + 1.0 + 8.0 + 3 + 2 + 1800.0 + 14400.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + unit exterior only + 50.0 + + ACH + 3.0 + + 14400.0 + + + + + + + + false + + + false + + + + + + + + + + + + true + + + + + + + + + + + + + attic - unvented + 1006.2 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 66.1 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + basement - conditioned + basement - conditioned + 28.3 + 0.7 + 0.92 + + + 4.0 + + + + + + + outside + living space + + + + 685.9 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + other housing unit + living space + + + + 293.9 + 0.7 + 0.92 + + gypsum board + + + + 4.0 + + + + + outside + attic - unvented + gable + + + + 168.7 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + attic - unvented + attic - unvented + + + + 168.7 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 685.9 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + basement - conditioned + basement - conditioned + 8.0 + 293.9 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 0.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 900.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 900.0 + 4.0 + 85.7 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 35.3 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 35.3 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 52.9 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 24000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 1638.0 + + + 0.855 + 0.045 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml index 32d509f4..edcf411c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -405,26 +400,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -437,36 +432,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml index 5bc6a1de..3b298aa8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-multiple.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -517,26 +512,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -549,36 +544,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml index 4c2fc9ff..eacccbaa 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -405,26 +400,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -437,36 +432,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-heated-space.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-heated-space.xml index ca40d99a..651cb02b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-heated-space.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-heated-space.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -405,26 +400,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -437,36 +432,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml index 9b9adcd2..3526c8b0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -405,26 +400,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -437,36 +432,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-infil-compartmentalization-test.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-infil-compartmentalization-test.xml new file mode 100644 index 00000000..f1c4eb6b --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-infil-compartmentalization-test.xml @@ -0,0 +1,462 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + attached on one side + unit above and below + 180 + + electricity + natural gas + + + + apartment unit + 1.0 + 1.0 + 8.0 + 3 + 2 + 900.0 + 7200.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + unit total + 50.0 + + ACH + 12.16 + + 7200.0 + + 0.2 + + + + + + + + + + + + + + + + + + + + + + + outside + living space + + + + 685.9 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + other housing unit + living space + + + + 293.9 + 0.7 + 0.92 + + gypsum board + + + + 4.0 + + + + + + + other housing unit + living space + floor + + + + 900.0 + + + 2.1 + + + + + other housing unit + living space + ceiling + + + + 900.0 + + gypsum board + + + + 2.1 + + + + + + + 35.3 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 35.3 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 52.9 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 20.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 12000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 12000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 0.0 + to outside + + + + return + + CFM25 + 0.0 + to outside + + + + + supply + 0.0 + living space + 150.0 + + + + return + 0.0 + living space + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 819.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-calctype-operational.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-residents-1.xml similarity index 91% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-calctype-operational.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-residents-1.xml index b52a578b..8958d6ed 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-calctype-operational.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-residents-1.xml @@ -1,481 +1,454 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - operational - - 60 - - - base-bldgtype-multifamily.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - attached on one side - unit above and below - 180 - - electricity - natural gas - - - - 1.0 - - - apartment unit - 1.0 - 1.0 - 8.0 - 3 - 2 - 900.0 - 7200.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 7200.0 - - - - - - - - - - - - - - - - - - - - - - outside - living space - - - - 685.9 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - other housing unit - living space - - - - 293.9 - 0.7 - 0.92 - - gypsum board - - - - 4.0 - - - - - - - other housing unit - living space - floor - - - - 900.0 - - - 2.1 - - - - - other housing unit - living space - ceiling - - - - 900.0 - - gypsum board - - - - 2.1 - - - - - - - 35.3 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 35.3 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 52.9 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 20.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 12000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 12000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 0.0 - to outside - - - - return - - CFM25 - 0.0 - to outside - - - - - supply - 0.0 - living space - 150.0 - - - - return - 0.0 - living space - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - - - other - - 0.855 - 0.045 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + attached on one side + unit above and below + 180 + + electricity + natural gas + + + + 1.0 + + + apartment unit + 1.0 + 1.0 + 8.0 + 3 + 2 + 900.0 + 7200.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + unit exterior only + 50.0 + + ACH + 3.0 + + 7200.0 + + + + + + + + + + + + + + + + + + + + + + outside + living space + + + + 685.9 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + other housing unit + living space + + + + 293.9 + 0.7 + 0.92 + + gypsum board + + + + 4.0 + + + + + + + other housing unit + living space + floor + + + + 900.0 + + + 2.1 + + + + + other housing unit + living space + ceiling + + + + 900.0 + + gypsum board + + + + 2.1 + + + + + + + 35.3 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 35.3 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 52.9 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 20.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 12000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 12000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 0.0 + to outside + + + + return + + CFM25 + 0.0 + to outside + + + + + supply + 0.0 + living space + 150.0 + + + + return + 0.0 + living space + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + + + other + + 0.855 + 0.045 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml index 2f1ca63f..939714e5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -375,26 +370,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -407,36 +402,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml index d2c33829..872796c2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -407,26 +402,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -439,36 +434,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml index 0cdfef74..aabe1fb5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -377,26 +372,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -409,36 +404,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml index aa914d7d..21cd5c56 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -429,26 +424,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -461,36 +456,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml index 05a6d37c..081561df 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -424,26 +419,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -456,36 +451,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml index a3da15c9..fec17aeb 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-baseboard.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -356,26 +351,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -388,36 +383,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml index 0deb44df..d7374424 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -387,26 +382,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -419,36 +414,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml index 74085597..a3afb1a2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -354,26 +349,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -386,36 +381,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml index da0017f4..ee59923b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-boiler-only-baseboard.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -357,26 +352,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -389,36 +384,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml index 0b9c75bd..3962a6b0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-boiler-only-baseboard.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -405,26 +400,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -437,36 +432,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml index 0519d3a3..cb33792d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-baseboard.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -356,26 +351,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -388,36 +383,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml index 7aaddfe9..f3e649ad 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -387,26 +382,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -419,36 +414,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml index 66b10eb9..342b716c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-chiller-only-baseboard.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -357,26 +352,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -389,36 +384,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml index 87a7eab2..e90a2a3f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-chiller-only-baseboard.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -405,26 +400,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -437,36 +432,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml index 900ba174..5a27aa89 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -400,26 +395,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -432,36 +427,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-generator.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-generator.xml index 3bf49640..c606f998 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-generator.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-generator.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -346,7 +341,7 @@ true propane 85000.0 - 5000.0 + 12000.0 18 @@ -410,26 +405,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -442,36 +437,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml index 266c7569..ea602a02 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -402,26 +397,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -434,36 +429,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml index 99f46e93..631f8fd1 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-laundry-room.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -420,26 +415,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -452,36 +447,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room.xml index 661ca68e..922c6ce7 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-laundry-room.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -406,26 +401,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -438,36 +433,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-multiple.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-multiple.xml index 064ebc10..1f9b9350 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-multiple.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-multiple.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -620,26 +615,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -652,36 +647,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-preconditioning.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-preconditioning.xml index 1e0205f4..c75da40d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-preconditioning.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent-preconditioning.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-mechvent.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -439,26 +434,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -471,36 +466,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent.xml index a304f878..d7543bf2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-mechvent.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -423,26 +418,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -455,36 +450,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-pv.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-pv.xml index 9c4367f7..f4354a72 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-pv.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-pv.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -349,12 +344,16 @@ 225 30.0 30000.0 - 0.96 0.14 + 18 + + + 0.96 + @@ -415,26 +414,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -447,36 +446,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater-recirc.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater-recirc.xml index dda5b087..c26ecc46 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater-recirc.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater-recirc.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily-shared-water-heater.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -408,26 +403,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -440,36 +435,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater.xml index 4da6c341..bf53a336 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily-shared-water-heater.xml @@ -11,9 +11,6 @@ 60 - - base-bldgtype-multifamily.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -401,26 +396,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -433,36 +428,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily.xml index 624294ff..3505b2dc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-bldgtype-multifamily.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - apartment unit 1.0 @@ -75,6 +69,7 @@ + unit exterior only 50.0 ACH @@ -398,26 +393,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -430,36 +425,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml index b5f4cad6..538e5cea 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless-outside.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-combi-tankless.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -445,26 +439,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -477,36 +471,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml index 073870c0..5e9d52c2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-combi-tankless.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-indirect.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -445,26 +439,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -477,36 +471,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml index 07149e56..d3161450 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-2-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -479,26 +473,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -511,36 +505,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml index dfe60421..84dd838c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-gshp.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ground-to-air-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml index f27d87b5..af1c9db3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-hpwh.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml index 06c14d5e..ecf7d73a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-tankless.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml index abd73a6c..2642cce6 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-var-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -479,26 +473,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -511,36 +505,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml index f0157423..6d584730 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-desuperheater.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -479,26 +473,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -511,36 +505,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml index 783f5eba..e0f67ff5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-dwhr.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -498,26 +492,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -530,36 +524,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-detailed-setpoints.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-detailed-setpoints.xml index 4a575040..896684fd 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-detailed-setpoints.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-detailed-setpoints.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv - - base-dhw-indirect.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -446,26 +440,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -478,36 +472,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml index 3fb65e5b..780ecf7f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-dse.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-indirect.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -446,26 +440,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -478,36 +472,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml index f72accbe..2815dd04 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-outside.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-indirect.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -446,26 +440,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -478,36 +472,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml index 93addb83..32b5184e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-standbyloss.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-indirect.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -450,26 +444,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -482,36 +476,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml index c381f88d..4f06276e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect-with-solar-fraction.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-indirect.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -454,26 +448,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -486,36 +480,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml index c962e631..4c138165 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-indirect.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -446,26 +440,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -478,36 +472,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml index dc75a5f2..d9e6b94d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-electric.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -498,26 +492,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -530,36 +524,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml index 499ae321..73ae450b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-gas.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -499,26 +493,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -531,36 +525,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml index 4654ed8a..11bba9a2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-hpwh.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -497,26 +491,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -529,36 +523,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml index b805bcb6..60f6126f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-jacket-indirect.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-indirect.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -451,26 +445,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -483,36 +477,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml index e32a54f6..c9008537 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-low-flow-fixtures.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml index 520f4a5f..ff41c81f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-multiple.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -504,26 +498,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -536,36 +530,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml index 98aff15c..a1362213 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-none.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -430,26 +424,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -462,36 +456,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml index 7a3f8d0e..f68de797 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-demand.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml index 0bc38922..23ac9346 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-manual.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml index 4b366118..3ae92a76 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-nocontrol.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml index 71975a0d..f4bcda54 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-temperature.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml index 4cd3a8e3..cd37103f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-recirc-timer.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml index 2269463f..ff0940f5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-evacuated-tube.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -508,26 +502,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -540,36 +534,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml index 3e938830..0b0e2f14 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-flat-plate.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-solar-indirect-flat-plate.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -508,26 +502,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -540,36 +534,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml index 1d411fb8..7a83744c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-direct-ics.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-solar-indirect-flat-plate.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -508,26 +502,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -540,36 +534,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml index 71493a5b..9acedfca 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-fraction.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -501,26 +495,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -533,36 +527,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml index aa78b731..d5e577a6 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-indirect-flat-plate.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -508,26 +502,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -540,36 +534,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml index 1e2b0a83..092413ca 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-solar-thermosyphon-flat-plate.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-solar-indirect-flat-plate.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -508,26 +502,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -540,36 +534,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml index bb28f372..39c5716d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-coal.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-detailed-setpoints.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-detailed-setpoints.xml index 9314c5ea..ff60c41e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-detailed-setpoints.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-detailed-setpoints.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml index 06225791..c321db16 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-elec-uef.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml index aa4984f6..868458af 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-outside.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef-fhr.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef-fhr.xml index 5e77b720..6b6bad9b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef-fhr.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef-fhr.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-gas-uef.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -495,26 +489,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -527,36 +521,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml index a9cf8b85..fffa42b2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas-uef.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -495,26 +489,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -527,36 +521,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml index 350ba5ab..e06c0087 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-gas.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-detailed-schedules.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-detailed-schedules.xml index dceca394..b202374f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-detailed-schedules.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-detailed-schedules.xml @@ -13,9 +13,6 @@ ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-operating-modes.csv - - base-dhw-tank-heat-pump-uef.xml - Bills @@ -46,9 +43,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -116,7 +110,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml index 0d82738d..1734f988 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-heat-pump-uef.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -409,11 +403,9 @@ 50.0 1.0 3.75 + heat pump only medium 125.0 - - heat pump only - @@ -496,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml index aac65fcc..c6fcf58c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-outside.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml index 2496943d..f6bdac7c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-uef.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml index c6bb1590..a4844639 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar-fraction.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -500,26 +494,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -532,36 +526,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml index 044ca9e5..7ab30308 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump-with-solar.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -507,26 +501,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -539,36 +533,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml index 8eddcea7..67b9a1a5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml index 070f324f..8f8972a3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv - - base-dhw-tank-model-type-stratified.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -497,26 +491,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -529,36 +523,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified.xml index 378715f9..93a94ce8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-model-type-stratified.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml index 8a9b0a30..1a50224d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-oil.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml index 89745cfb..104b7442 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tank-wood.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tank-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-detailed-setpoints.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-detailed-setpoints.xml index 1fdc4ec4..79947c9e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-detailed-setpoints.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-detailed-setpoints.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints.csv - - base-dhw-tankless-gas.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml index 5784101c..70d29a0c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-outside.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tankless-electric.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml index d1686f6e..a5043592 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric-uef.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tankless-electric.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml index e1937910..ef0eadd1 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-electric.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml index 95d3f2e4..6edb209f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-uef.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tankless-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml index 2e3e3d6a..5b518576 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar-fraction.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tankless-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -499,26 +493,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -531,36 +525,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml index b4631ebc..0a940432 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas-with-solar.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tankless-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -506,26 +500,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -538,36 +532,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml index caf7ddf3..52e3662a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-gas.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml index f49a0fee..829d712b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-dhw-tankless-propane.xml @@ -11,9 +11,6 @@ 60 - - base-dhw-tankless-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml index afdbea32..df2e09ba 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories-garage.xml @@ -11,9 +11,6 @@ 60 - - base-enclosure-2stories.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 3.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -601,26 +595,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -633,26 +627,26 @@ - garage - 0.1 + exterior + 0.25 - + - interior - 0.25 + garage + 0.4 - + - exterior - 0.25 + garage + 0.1 - + diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml index f81bfa08..9dbae18c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-2stories.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 3.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -520,26 +514,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -552,36 +546,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml index 5ca4174f..aeff2ca0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-1.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 1.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml index 89716b81..fc29f6bb 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-2.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 2.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml index 0de362f8..5d56306b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-4.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 4.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml index 0bcd93da..8a4b968f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-beds-5.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 5.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-ceilingtypes.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-ceilingtypes.xml index f88d0e8c..92b06c1f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-ceilingtypes.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-ceilingtypes.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -113,7 +107,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -517,26 +511,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -549,36 +543,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-floortypes.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-floortypes.xml index 59e8c2c5..254fa326 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-floortypes.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-floortypes.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-ambient.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -108,7 +102,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -460,26 +454,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -492,36 +486,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml index 5bf81efc..537a800a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-garage.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -575,26 +569,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -607,26 +601,26 @@ - garage - 0.1 + exterior + 0.25 - + - interior - 0.25 + garage + 0.4 - + - exterior - 0.25 + garage + 0.1 - + diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml index 47b23d96..36a7adc7 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ach-house-pressure.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -78,7 +72,7 @@ 45.0 ACH - 2.8014 + 2.8 21600.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml index dc598ec7..0c65811e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm-house-pressure.xml @@ -11,9 +11,6 @@ 60 - - base-enclosure-infil-cfm50.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -78,7 +72,7 @@ 45.0 CFM - 1008.5039999999999 + 1008.5 21600.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml index 08782f1a..ee7ee5ca 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-cfm50.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ela.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ela.xml new file mode 100644 index 00000000..2102c2a4 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-ela.xml @@ -0,0 +1,549 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 123.0 + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml index ae7cf356..f91b3f16 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-flue.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -56,9 +50,6 @@ 2 2700.0 21600.0 - - true - @@ -85,6 +76,9 @@
21600.0
+ + true +
@@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml index 5cfa7ff8..2762490c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-ach.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -113,7 +107,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-cfm.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-cfm.xml new file mode 100644 index 00000000..fb471dd6 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-infil-natural-cfm.xml @@ -0,0 +1,552 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + + CFMnatural + 72.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-orientations.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-orientations.xml index 16ff2437..3ffdee38 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-orientations.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-orientations.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -500,26 +494,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -532,36 +526,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml index 5ad0a8c1..2c59c3a4 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-overhangs.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -513,26 +507,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -545,36 +539,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml index 2c918445..e2dd241a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-rooftypes.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -121,7 +115,7 @@ attic - unvented - 188.7 + 188.6625 slate or tile shingles light 0.92 @@ -139,7 +133,7 @@ attic - unvented - 188.7 + 188.6625 metal surfacing reflective 0.92 @@ -157,7 +151,7 @@ attic - unvented - 188.7 + 188.6625 wood shingles or shakes dark 0.92 @@ -175,7 +169,7 @@ attic - unvented - 188.7 + 188.6625 shingles medium dark 0.92 @@ -193,7 +187,7 @@ attic - unvented - 188.7 + 188.6625 plastic/rubber/synthetic sheeting light 0.92 @@ -211,7 +205,7 @@ attic - unvented - 188.7 + 188.6625 expanded polystyrene sheathing medium 0.92 @@ -229,7 +223,7 @@ attic - unvented - 188.7 + 188.6625 concrete light 0.92 @@ -247,7 +241,7 @@ attic - unvented - 188.7 + 188.6625 cool roof reflective 0.92 @@ -630,26 +624,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -662,36 +656,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-physical-properties.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-physical-properties.xml index ef40cb59..3126e6a2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-physical-properties.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-physical-properties.xml @@ -11,9 +11,6 @@ 60 - - base-enclosure-skylights.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -530,26 +524,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -562,36 +556,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml index 51e30e6e..e781e3ff 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-shading.xml @@ -11,9 +11,6 @@ 60 - - base-enclosure-skylights.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -531,26 +525,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -563,36 +557,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-storms.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-storms.xml index 1cd7790f..1d47da16 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-storms.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights-storms.xml @@ -11,9 +11,6 @@ 60 - - base-enclosure-skylights.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -529,26 +523,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -561,36 +555,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml index 2b0a8573..180a61d0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-skylights.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -521,26 +515,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -553,36 +547,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml index 9bc407a4..9fe8a7c7 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-level.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-slab.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.5 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -448,26 +442,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -480,36 +474,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml deleted file mode 100644 index ee402bcd..00000000 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces.xml +++ /dev/null @@ -1,2508 +0,0 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - - 60 - - - base-enclosure-skylights.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 3.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 0.1 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 0.1 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - attic - unvented - gable - - - - 0.1 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 0.1 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 0.1 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 0.1 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - 0.1 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 1.0 - - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 0.1 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.4 - - - - - 0.1 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 36000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 24000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - kWh/year - 620.0 - - - - - other - - kWh/year - 2457.0 - - - 0.855 - 0.045 - - - - -
-
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces2.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces2.xml deleted file mode 100644 index 1a9b6e1f..00000000 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-split-surfaces2.xml +++ /dev/null @@ -1,2508 +0,0 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - - 60 - - - base-enclosure-skylights.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 3.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.32 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3299999999999996 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.34 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3499999999999996 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.36 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3699999999999997 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.38 - - - - - attic - unvented - 167.7 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3899999999999997 - - - - - attic - unvented - 0.1 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3899999999999997 - - - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.02 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.03 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.04 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.05 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.06 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.07 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.08 - - - - - outside - basement - conditioned - 12.8 - wood siding - 0.7 - 0.92 - - - 23.09 - - - - - outside - basement - conditioned - 0.1 - wood siding - 0.7 - 0.92 - - - 23.09 - - - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.02 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.03 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.04 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.05 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.06 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.07 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.08 - - - - - outside - living space - - - - 133.3 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.09 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.02 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.03 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.04 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.05 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.06 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.07 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.08 - - - - - outside - attic - unvented - gable - - - - 25.0 - wood siding - 0.7 - 0.92 - - - 4.09 - - - - - outside - attic - unvented - gable - - - - 0.1 - wood siding - 0.7 - 0.92 - - - 4.09 - - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.92 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.93 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.94 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.950000000000001 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.96 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.97 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.98 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 133.3 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.99 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - ground - basement - conditioned - 8.0 - 0.1 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.99 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.3 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.32 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.33 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.339999999999996 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.349999999999994 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.36 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.37 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.379999999999995 - - - - - attic - unvented - living space - ceiling - - - - 150.0 - - gypsum board - - - - 39.39 - - - - - attic - unvented - living space - ceiling - - - - 0.1 - - gypsum board - - - - 39.39 - - - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.02 - 0.02 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.03 - 0.03 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.04 - 0.04 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.05 - 0.05 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.06 - 0.06 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.07 - 0.07 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.08 - 0.08 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 150.0 - 4.0 - 16.666666666666668 - - - - 0.09 - 0.09 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - basement - conditioned - 0.1 - 4.0 - 16.666666666666668 - - - - 0.09 - 0.09 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 12.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 8.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 12.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 8.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.0 - - - - - 12.0 - 0 - 0.35000000000000003 - 0.45 - - - 0.6599999999999999 - 0.83 - - 0.0 - - - - - 12.0 - 0 - 0.36 - 0.45 - - - 0.6399999999999999 - 0.82 - - 0.0 - - - - - 12.0 - 0 - 0.37 - 0.45 - - - 0.62 - 0.8099999999999999 - - 1.0 - - - - - 12.0 - 0 - 0.38 - 0.45 - - - 0.6 - 0.7999999999999999 - - 1.0 - - - - - 12.0 - 0 - 0.39 - 0.45 - - - 0.58 - 0.79 - - 1.0 - - - - - 12.0 - 0 - 0.4 - 0.45 - - - 0.5599999999999999 - 0.78 - - 1.0 - - - - - 12.0 - 0 - 0.41000000000000003 - 0.45 - - - 0.5399999999999999 - 0.77 - - 1.0 - - - - - 12.0 - 0 - 0.42000000000000004 - 0.45 - - - 0.52 - 0.76 - - 1.0 - - - - - 8.0 - 90 - 0.35000000000000003 - 0.45 - - - 0.6599999999999999 - 0.83 - - 0.0 - - - - - 8.0 - 90 - 0.36 - 0.45 - - - 0.6399999999999999 - 0.82 - - 0.0 - - - - - 8.0 - 90 - 0.37 - 0.45 - - - 0.62 - 0.8099999999999999 - - 1.0 - - - - - 8.0 - 90 - 0.38 - 0.45 - - - 0.6 - 0.7999999999999999 - - 1.0 - - - - - 8.0 - 90 - 0.39 - 0.45 - - - 0.58 - 0.79 - - 1.0 - - - - - 8.0 - 90 - 0.4 - 0.45 - - - 0.5599999999999999 - 0.78 - - 1.0 - - - - - 8.0 - 90 - 0.41000000000000003 - 0.45 - - - 0.5399999999999999 - 0.77 - - 1.0 - - - - - 8.0 - 90 - 0.42000000000000004 - 0.45 - - - 0.52 - 0.76 - - 1.0 - - - - - 12.0 - 180 - 0.35000000000000003 - 0.45 - - - 0.6599999999999999 - 0.83 - - 0.0 - - - - - 12.0 - 180 - 0.36 - 0.45 - - - 0.6399999999999999 - 0.82 - - 0.0 - - - - - 12.0 - 180 - 0.37 - 0.45 - - - 0.62 - 0.8099999999999999 - - 1.0 - - - - - 12.0 - 180 - 0.38 - 0.45 - - - 0.6 - 0.7999999999999999 - - 1.0 - - - - - 12.0 - 180 - 0.39 - 0.45 - - - 0.58 - 0.79 - - 1.0 - - - - - 12.0 - 180 - 0.4 - 0.45 - - - 0.5599999999999999 - 0.78 - - 1.0 - - - - - 12.0 - 180 - 0.41000000000000003 - 0.45 - - - 0.5399999999999999 - 0.77 - - 1.0 - - - - - 12.0 - 180 - 0.42000000000000004 - 0.45 - - - 0.52 - 0.76 - - 1.0 - - - - - 8.0 - 270 - 0.35000000000000003 - 0.45 - - - 0.6599999999999999 - 0.83 - - 0.0 - - - - - 8.0 - 270 - 0.36 - 0.45 - - - 0.6399999999999999 - 0.82 - - 0.0 - - - - - 8.0 - 270 - 0.37 - 0.45 - - - 0.62 - 0.8099999999999999 - - 1.0 - - - - - 8.0 - 270 - 0.38 - 0.45 - - - 0.6 - 0.7999999999999999 - - 1.0 - - - - - 8.0 - 270 - 0.39 - 0.45 - - - 0.58 - 0.79 - - 1.0 - - - - - 8.0 - 270 - 0.4 - 0.45 - - - 0.5599999999999999 - 0.78 - - 1.0 - - - - - 8.0 - 270 - 0.41000000000000003 - 0.45 - - - 0.5399999999999999 - 0.77 - - 1.0 - - - - - 8.0 - 270 - 0.42000000000000004 - 0.45 - - - 0.52 - 0.76 - - 1.0 - - - - - 0.1 - 270 - 0.42000000000000004 - 0.45 - - - 0.52 - 0.76 - - 1.0 - - - - - - - 1.7 - 0 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 180 - 0.33 - 0.45 - - - 1.0 - 1.0 - - - - - - 1.7 - 0 - 0.35000000000000003 - 0.45 - - - 0.96 - 0.98 - - - - - - 1.7 - 0 - 0.36 - 0.45 - - - 0.94 - 0.97 - - - - - - 1.7 - 0 - 0.37 - 0.45 - - - 0.92 - 0.96 - - - - - - 1.7 - 0 - 0.38 - 0.45 - - - 0.9 - 0.95 - - - - - - 1.7 - 0 - 0.39 - 0.45 - - - 0.88 - 0.94 - - - - - - 1.7 - 0 - 0.4 - 0.45 - - - 0.86 - 0.9299999999999999 - - - - - - 1.7 - 0 - 0.41000000000000003 - 0.45 - - - 0.84 - 0.92 - - - - - - 1.7 - 0 - 0.42000000000000004 - 0.45 - - - 0.8200000000000001 - 0.91 - - - - - - 1.7 - 180 - 0.35000000000000003 - 0.45 - - - 0.96 - 0.98 - - - - - - 1.7 - 180 - 0.36 - 0.45 - - - 0.94 - 0.97 - - - - - - 1.7 - 180 - 0.37 - 0.45 - - - 0.92 - 0.96 - - - - - - 1.7 - 180 - 0.38 - 0.45 - - - 0.9 - 0.95 - - - - - - 1.7 - 180 - 0.39 - 0.45 - - - 0.88 - 0.94 - - - - - - 1.7 - 180 - 0.4 - 0.45 - - - 0.86 - 0.9299999999999999 - - - - - - 1.7 - 180 - 0.41000000000000003 - 0.45 - - - 0.84 - 0.92 - - - - - - 1.7 - 180 - 0.42000000000000004 - 0.45 - - - 0.8200000000000001 - 0.91 - - - - - - 0.1 - 180 - 0.42000000000000004 - 0.45 - - - 0.8200000000000001 - 0.91 - - - - - - - - - 4.4 - 180 - 4.4 - - - - - 4.4 - 180 - 4.42 - - - - - 4.4 - 180 - 4.430000000000001 - - - - - 4.4 - 180 - 4.44 - - - - - 4.4 - 180 - 4.45 - - - - - 4.4 - 180 - 4.46 - - - - - 4.4 - 180 - 4.470000000000001 - - - - - 4.4 - 180 - 4.48 - - - - - 4.4 - 180 - 4.49 - - - - - 0.1 - 180 - 4.49 - - - - - - - - - - - - - - - - - natural gas - 36000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 24000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - kWh/year - 620.0 - - - - - other - - kWh/year - 2457.0 - - - 0.855 - 0.045 - - - - -
-
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-thermal-mass.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-thermal-mass.xml index 9324558f..50a773dd 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-thermal-mass.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-thermal-mass.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -506,26 +500,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -538,36 +532,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml index 0b763ce1..d7ab020d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-walltypes.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -123,7 +117,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -806,26 +800,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -838,36 +832,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-natural-ventilation-availability.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-natural-ventilation-availability.xml index bb2fb20d..ee616a10 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-natural-ventilation-availability.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-natural-ventilation-availability.xml @@ -12,9 +12,6 @@ 60 7 - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml index 6084a336..8c4cd22b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-none.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -435,26 +429,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -467,36 +461,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-physical-properties.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-physical-properties.xml index 9e9f3c4e..8195a415 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-physical-properties.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-physical-properties.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -505,26 +499,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -537,36 +531,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading-seasons.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading-seasons.xml new file mode 100644 index 00000000..33961a0d --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading-seasons.xml @@ -0,0 +1,559 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + 5 + 1 + 9 + 30 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading.xml index 74658e5a..25c221fc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-shading.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -508,26 +502,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -540,36 +534,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-storms.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-storms.xml index 677e3702..6fed81d6 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-storms.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-enclosure-windows-storms.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -509,26 +503,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -541,36 +535,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml index db29b715..6e3aebaf 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-ambient.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -434,26 +428,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -466,36 +460,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml index 0b99d395..c2b59bab 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-basement-garage.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 2179.4 + 2179.3 asphalt or fiberglass shingles 0.7 0.92 @@ -582,26 +576,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -614,26 +608,26 @@ - garage - 0.1 + exterior + 0.25 - + - interior - 0.25 + garage + 0.4 - + - exterior - 0.25 + garage + 0.1 - + diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml index 1ec17d47..62f191d4 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-complex.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -118,7 +112,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -593,26 +587,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -625,36 +619,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml index 26a34b6e..1527fd3b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-slab-insulation.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-insulation.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-insulation.xml index 3444d92a..ed1facdc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-insulation.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-basement-wall-insulation.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-crawlspace.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-crawlspace.xml index 022be117..62cb0ab0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-crawlspace.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-conditioned-crawlspace.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml index 4745c2ab..01cced58 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-multiple.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-unconditioned-basement.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -124,7 +118,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -606,26 +600,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -638,36 +632,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml index 020300fc..16f6f98a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-slab.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -448,26 +442,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -480,36 +474,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml index 1c3bb798..9682918d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-above-grade.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-unconditioned-basement.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -542,26 +536,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -574,36 +568,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml index 0cb0b677..a7546681 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-assembly-r.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-unconditioned-basement.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -499,26 +493,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -531,36 +525,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml index 783073ba..0de5d41f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement-wall-insulation.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-unconditioned-basement.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -508,26 +502,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -540,36 +534,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml index 319e5523..c3263422 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unconditioned-basement.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -116,7 +110,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -507,26 +501,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -539,36 +533,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml index b863e2ef..a1df1287 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-unvented-crawlspace.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -116,7 +110,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -509,26 +503,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -541,36 +535,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml index af8bfd11..e507a912 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-vented-crawlspace.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -119,7 +113,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -512,26 +506,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -544,36 +538,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml index 25e756c3..ae8c236d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-foundation-walkout-basement.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -116,7 +110,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -554,26 +548,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -586,36 +580,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml new file mode 100644 index 00000000..2e247ac7 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml @@ -0,0 +1,557 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + air-to-air + electricity + 36000.0 + 36000.0 + single stage + 0.73 + integrated + electricity + + Percent + 1.0 + + 1.0 + 1.0 + + SEER + 13.0 + + + HSPF + 7.7 + + + + 0.6 + 17.0 + + + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml index ff83b2b8..bd5b3799 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -332,7 +326,6 @@ air-to-air electricity 0.0 - 0.0 36000.0 single stage 0.73 @@ -346,6 +339,12 @@ HSPF 7.7 + + + 0.6 + 17.0 + +
@@ -484,26 +483,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -516,36 +515,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml similarity index 91% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml index 2ed006d3..4fca728a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml @@ -1,584 +1,553 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - - 60 - - - base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 3.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 1509.4 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 115.6 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - - - outside - living space - - - - 1200.0 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 225.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 1200.0 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 1350.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 1350.0 - 4.0 - 150.0 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 108.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 108.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - air-to-air - electricity - 36000.0 - 21600.0 - 36000.0 - single stage - 0.73 - integrated - electricity - - AFUE - 1.0 - - 36000.0 - 25.0 - 1.0 - 1.0 - - SEER - 13.0 - - - HSPF - 7.7 - - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - kWh/year - 620.0 - - - - - other - - kWh/year - 2457.0 - - - 0.855 - 0.045 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + air-to-air + electricity + 36000.0 + 21600.0 + 36000.0 + single stage + 0.73 + integrated + electricity + + Percent + 1.0 + + 36000.0 + 1.0 + 1.0 + + SEER + 13.0 + + + HSPF + 7.7 + + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml index 32e04b20..5d66ea04 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -332,7 +326,6 @@ air-to-air electricity 36000.0 - 21600.0 0.0 single stage 0.73 @@ -353,6 +346,12 @@ HSPF 7.7 + + + 0.6 + 17.0 + +
@@ -491,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml similarity index 92% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml index d9292550..bd5a66b7 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml @@ -1,587 +1,563 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - - 60 - - - base-hvac-air-to-air-heat-pump-1-speed.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 3.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 1509.4 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 115.6 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - - - outside - living space - - - - 1200.0 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 225.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 1200.0 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 1350.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 1350.0 - 4.0 - 150.0 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 108.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 108.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - air-to-air - electricity - 36000.0 - 21600.0 - 36000.0 - single stage - 0.73 - integrated - electricity - - Percent - 1.0 - - 36000.0 - 35.0 - 1.0 - 1.0 - - SEER - 13.0 - - - HSPF - 7.7 - - - - - - 78.0 - - 64, 64, 64, 64, 64, 64, 64, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 64, 64 - 64, 64, 64, 64, 64, 64, 64, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 64, 64 - - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - kWh/year - 620.0 - - - - - other - - kWh/year - 2457.0 - - - 0.855 - 0.045 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + air-to-air + electricity + 36000.0 + 36000.0 + single stage + 5.0 + 0.73 + integrated + electricity + + Percent + 1.0 + + 36000.0 + 35.0 + 1.0 + 1.0 + + SEER + 13.0 + + + HSPF + 7.7 + + + + 0.6 + 17.0 + + + + + + + 78.0 + + 64, 64, 64, 64, 64, 64, 64, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 64, 64 + 64, 64, 64, 64, 64, 64, 64, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 64, 64 + + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml index 533e2410..6830ea8e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 single stage 0.73 @@ -354,6 +347,12 @@ HSPF2 6.5 + + + 0.6 + 17.0 + +
@@ -493,26 +492,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +524,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml index 237d54c7..d1d529da 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 single stage 0.73 @@ -354,6 +347,12 @@ HSPF 7.7 + + + 0.6 + 17.0 + +
@@ -493,26 +492,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +524,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml index 5b01db2c..6359a49c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 two stage 0.73 @@ -354,6 +347,12 @@ HSPF 9.3 + + + 0.6 + 17.0 + +
@@ -493,26 +492,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +524,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml new file mode 100644 index 00000000..9cf23453 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml @@ -0,0 +1,587 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 60000.0 + + AFUE + 0.8 + + 200.0 + + + + + air-to-air + electricity + 18000.0 + 18000.0 + variable speed + 0.78 + separate + + 1.0 + 1.0 + + SEER + 22.0 + + + HSPF + 10.0 + + + + 0.6 + 17.0 + + + + + + + 68.0 + 78.0 + + 11 + 1 + 5 + 1 + + + 6 + 1 + 10 + 1 + + + + + + + baseboard + + + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml index e72faf00..13829fa6 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -347,13 +341,12 @@ air-to-air electricity 18000.0 - 10800.0 18000.0 variable speed 0.78 separate - 25.0 + 30.0 1.0 1.0 @@ -364,6 +357,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + +
@@ -511,26 +510,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -543,36 +542,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml index d868e748..096a82ff 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-var-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -347,7 +341,6 @@ air-to-air electricity 18000.0 - 10800.0 18000.0 variable speed 0.78 @@ -363,6 +356,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + +
@@ -510,26 +509,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -542,36 +541,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml index 834a665d..b4c9f94e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -347,7 +341,6 @@ air-to-air electricity 18000.0 - 10800.0 18000.0 variable speed 0.78 @@ -363,6 +356,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + +
@@ -540,26 +539,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -572,36 +571,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml index 2d002ef8..ee1f1035 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-air-to-air-heat-pump-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 variable speed 0.78 @@ -354,6 +347,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + +
@@ -493,26 +492,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +524,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml index 8f1950da..3c5bdac0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -484,26 +478,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -516,36 +510,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml index e933e40a..74a5888b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -490,26 +484,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -522,36 +516,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml index 08dc86e6..a0fc2bfa 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml @@ -14,9 +14,6 @@ ACCA - - base-hvac-air-to-air-heat-pump-1-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml index bd7e9c43..9702e1b0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-air-to-air-heat-pump-1-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml index 1df314da..f7f1dce9 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml index 391acdcf..a8cf2f18 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-air-to-air-heat-pump-1-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml index fa740366..82e2d974 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml @@ -14,9 +14,6 @@ ACCA - - base-hvac-air-to-air-heat-pump-2-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml index 120d740f..b2e9ddc2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-air-to-air-heat-pump-2-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml index 99ee1574..abcaa712 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-air-to-air-heat-pump-2-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml index 1f866c2b..bd6fb557 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -509,26 +503,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -541,36 +535,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml index 54561b44..9d08573d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -539,26 +533,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -571,36 +565,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml index 93a3a1a8..cbc07789 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml @@ -14,9 +14,6 @@ ACCA - - base-hvac-air-to-air-heat-pump-var-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml index 410d3463..dcd0feb5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-air-to-air-heat-pump-var-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml index ed93cc4c..8b23b55a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-air-to-air-heat-pump-var-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-elec-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-elec-only.xml index a4b65e04..c4b4393a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-elec-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-elec-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-elec-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -446,26 +440,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -478,36 +472,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml index bb5ef1fc..b21f1316 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-central-ac-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-gas-central-ac-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -500,26 +494,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -532,36 +526,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-only.xml index 5030b511..335eec30 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-boiler-gas-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -447,26 +441,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -479,36 +473,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-1-speed.xml index 14ae3579..7237949f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -476,26 +470,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -508,36 +502,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-2-speed.xml index 0a8d7177..751ba56e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-2-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -476,26 +470,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -508,36 +502,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-var-speed.xml index 45d65aab..746435d9 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-only-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-var-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -476,26 +470,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -508,36 +502,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml index 756a078e..f0fa0f0d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -505,26 +499,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -537,36 +531,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml index 943ea3a7..3888c603 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml @@ -14,9 +14,6 @@ ACCA - - base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -343,7 +337,7 @@ AFUE 0.95 - 25.0 + 30.0 1.0 1.0 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml index c30eebea..f26fd15c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -343,7 +337,7 @@ AFUE 0.95 - 25.0 + 30.0 1.0 1.0 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml index 103b585e..246605b5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -343,7 +337,7 @@ AFUE 0.95 - 25.0 + 30.0 1.0 1.0 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml new file mode 100644 index 00000000..d61d4f85 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml @@ -0,0 +1,553 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + HERS + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + mini-split + electricity + 0.73 + integrated + natural gas + + AFUE + 0.95 + + 36000.0 + 30.0 + 1.0 + 1.0 + + SEER + 19.0 + + + HSPF + 10.0 + + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 15.0 + to outside + + + + return + + CFM25 + 5.0 + to outside + + + + + supply + 0.0 + attic - unvented + 30.0 + + + + return + 0.0 + attic - unvented + 10.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml index 71e176e0..2c5be527 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -342,7 +336,7 @@ AFUE 0.95 - 25.0 + 30.0 1.0 1.0 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-elec-resistance-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-elec-resistance-only.xml index 6a661704..13d03b2d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-elec-resistance-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-elec-resistance-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-elec-resistance-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -437,26 +431,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -469,36 +463,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml index d9d6f9f8..3514e9a0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-evap-cooler-furnace-gas.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-evap-cooler-furnace-gas.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -484,26 +478,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -516,36 +510,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-floor-furnace-propane-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-floor-furnace-propane-only.xml index 2fdafcbf..33d6a414 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-floor-furnace-propane-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-floor-furnace-propane-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-floor-furnace-propane-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -440,26 +434,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -472,36 +466,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-elec-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-elec-only.xml index 14c88fca..62631bf1 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-elec-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-elec-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-elec-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -476,26 +470,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -508,36 +502,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml index c1c59adf..3b56f2d7 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-central-ac-2-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml index 81364d86..f2d3c313 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-central-ac-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-central-ac-var-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml index c54b400c..8ce4f0bf 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -476,26 +470,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -508,36 +502,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-room-ac.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-room-ac.xml index 2bd18e60..f614b736 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-room-ac.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-furnace-gas-room-ac.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-room-ac.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -489,26 +483,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -521,36 +515,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml index bfa5c396..a6ba4e98 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-ground-to-air-heat-pump-cooling-only.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -486,26 +480,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -518,36 +512,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml index a9b6cbd6..107f7a7a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-ground-to-air-heat-pump-heating-only.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml index 68f88185..0c016a93 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml @@ -14,9 +14,6 @@ ACCA - - base-hvac-ground-to-air-heat-pump.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml index e44e3d9b..e999e701 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-ground-to-air-heat-pump.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml index a1034172..60edeb36 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-ground-to-air-heat-pump.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml index 2530e3f2..ecf9258b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-air-conditioner-only-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -475,26 +469,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -507,36 +501,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml index a7ec0ca6..9a88c41f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-mini-split-heat-pump-ducted-cooling-only.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -483,26 +477,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -515,36 +509,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml index 3d58b89c..3f737063 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-mini-split-heat-pump-ducted-heating-only.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -489,26 +483,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -521,36 +515,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml index 8a0b63f6..c8a4d354 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml @@ -14,9 +14,6 @@ ACCA - - base-hvac-mini-split-heat-pump-ducted.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml index 8a55112e..891871f0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-mini-split-heat-pump-ducted.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml index bde349df..921f35b3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-mini-split-heat-pump-ducted.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml new file mode 100644 index 00000000..022c2acd --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml @@ -0,0 +1,519 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + HERS + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + electricity + + Percent + 1.0 + + + + + mini-split + electricity + 0.73 + separate + + 1.0 + 1.0 + + SEER + 19.0 + + + HSPF + 10.0 + + + + + + 68.0 + 78.0 + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml index 6ad487d0..88f5f791 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-mini-split-heat-pump-ductless-backup-stove.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -462,26 +456,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -494,36 +488,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac-with-heating.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac-with-heating.xml index 83bede16..843eba38 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac-with-heating.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac-with-heating.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ptac-with-heating-electricity.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -443,26 +437,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -475,36 +469,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac.xml index cd73408b..1ea173fd 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-ptac.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ptac.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -436,26 +430,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -468,36 +462,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-acca.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-acca.xml index ee3fd87c..5e9baa26 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-acca.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-acca.xml @@ -14,9 +14,6 @@ ACCA - - base-hvac-pthp.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -351,6 +345,12 @@ COP 3.6 + + + 0.6 + 17.0 + +
@@ -452,26 +452,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -484,36 +484,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-hers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-hers.xml index ccd2a91b..fff07e26 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-hers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-hers.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-pthp.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -351,6 +345,12 @@ COP 3.6 + + + 0.6 + 17.0 + +
@@ -452,26 +452,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -484,36 +484,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-maxload.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-maxload.xml index e99e506d..4c33e92f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-maxload.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-pthp-sizing-methodology-maxload.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-pthp.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -351,6 +345,12 @@ COP 3.6 + + + 0.6 + 17.0 + +
@@ -452,26 +452,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -484,36 +484,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-only.xml index 42ee54c3..fa152f83 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-room-ac-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -436,26 +430,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -468,36 +462,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-heating.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-heating.xml index aaf2fbfc..5e76b688 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-heating.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-heating.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-room-ac-with-heating.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -443,26 +437,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -475,36 +469,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml index 53939cc7..42021819 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml @@ -14,9 +14,6 @@ ACCA - - base-hvac-room-ac-with-reverse-cycle.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -351,6 +345,12 @@ COP 3.6 + + + 0.6 + 17.0 + +
@@ -452,26 +452,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -484,36 +484,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml index abfec4a5..b6a2f3de 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml @@ -14,9 +14,6 @@ HERS - - base-hvac-room-ac-with-reverse-cycle.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -351,6 +345,12 @@ COP 3.6 + + + 0.6 + 17.0 + +
@@ -452,26 +452,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -484,36 +484,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml index 0389cea2..283775ac 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml @@ -14,9 +14,6 @@ MaxLoad - - base-hvac-room-ac-with-reverse-cycle.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -351,6 +345,12 @@ COP 3.6 + + + 0.6 + 17.0 + +
@@ -452,26 +452,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -484,36 +484,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-sizing-controls.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-sizing-controls.xml new file mode 100644 index 00000000..2f87f034 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-sizing-controls.xml @@ -0,0 +1,566 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + 0.0 + 100.0 + 60.0 + 80.0 + 0.55 + 4000.0 + 200.0 + 5 + + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + 5.0 + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 60.0 + 80.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-stove-oil-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-stove-oil-only.xml index ca1a086e..3d7fa9a3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-stove-oil-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-stove-oil-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-stove-oil-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -440,26 +434,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -472,36 +466,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-wall-furnace-elec-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-wall-furnace-elec-only.xml index f7dea9a3..264e5a51 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-wall-furnace-elec-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize-wall-furnace-elec-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-wall-furnace-elec-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -440,26 +434,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -472,36 +466,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize.xml index e55347b6..7d8e71e2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-autosize.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml index 5de0d847..87f2ed69 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-coal-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -447,26 +441,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -479,36 +473,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml index 5e29b1ef..04146c8a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-elec-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -447,26 +441,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -479,36 +473,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml index ab6ca38e..7630f474 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-central-ac-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -502,26 +496,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -534,36 +528,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only-pilot.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only-pilot.xml new file mode 100644 index 00000000..3c0b93f2 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only-pilot.xml @@ -0,0 +1,513 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + true + + 600.0 + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + 200.0 + + + + + 68.0 + + + + + + baseboard + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml index 66d5fe9d..28c3f796 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-gas-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -448,26 +442,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -480,36 +474,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml index 9bcee29d..e5030aa8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-oil-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -447,26 +441,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -479,36 +473,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml index 183e2e40..a6ba8a4f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-propane-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -447,26 +441,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -479,36 +473,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml index 7fe9ce6a..d54dca47 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-boiler-wood-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-boiler-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -447,26 +441,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -479,36 +473,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed-seer2.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed-seer2.xml index 17d5e37c..f865564f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed-seer2.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed-seer2.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml index 5ad81ec6..17f70043 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml index 8456b5f0..482675d7 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml index dfc60164..d27cc0a3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-only-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml index 7516766c..94242497 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-central-ac-only-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -347,7 +341,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 single stage 0.73 @@ -368,6 +361,12 @@ HSPF 7.7 + + + 0.6 + 17.0 + +
@@ -507,26 +506,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -539,36 +538,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-crankcase-heater-40w.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-crankcase-heater-40w.xml new file mode 100644 index 00000000..e56e7fc7 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-crankcase-heater-40w.xml @@ -0,0 +1,556 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + 40.0 + + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml index 9ff5c0fd..ddbfcdb5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dse.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -463,26 +457,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -495,36 +489,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml new file mode 100644 index 00000000..c728351d --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml @@ -0,0 +1,560 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + air-to-air + electricity + 36000.0 + 36000.0 + single stage + 25.0 + 0.73 + integrated + natural gas + + AFUE + 0.95 + + 36000.0 + 45.0 + 1.0 + 1.0 + + SEER + 13.0 + + + HSPF + 7.7 + + + + 0.6 + 17.0 + + + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml index c1644409..a5cc18b1 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 single stage 0.73 @@ -344,7 +337,7 @@ 0.95 36000.0 - 25.0 + 30.0 1.0 1.0 @@ -355,6 +348,12 @@ HSPF 7.7 + + + 0.6 + 17.0 + +
@@ -494,26 +493,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +525,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml index 0a3a7707..392165f0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-2-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 two stage 0.73 @@ -344,7 +337,7 @@ 0.95 36000.0 - 25.0 + 30.0 1.0 1.0 @@ -355,6 +348,12 @@ HSPF 9.3 + + + 0.6 + 17.0 + +
@@ -494,26 +493,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +525,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml index 352ce669..ca8bc39e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-var-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 variable speed 0.78 @@ -344,7 +337,7 @@ 0.95 36000.0 - 25.0 + 30.0 1.0 1.0 @@ -355,6 +348,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + +
@@ -494,26 +493,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +525,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml index beb4d1f3..449105a3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-heat-pump-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ mini-split electricity 36000.0 - 21600.0 36000.0 0.73 integrated @@ -343,7 +336,7 @@ 0.95 36000.0 - 25.0 + 30.0 1.0 1.0 @@ -354,6 +347,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + + @@ -493,26 +492,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +524,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-fractions.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-fractions.xml index c15f1731..42341ca2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-fractions.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-fractions.xml @@ -11,9 +11,6 @@ 60 - - base-enclosure-2stories.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 3.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -522,26 +516,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -554,36 +548,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-multipliers.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-multipliers.xml index f56b2d49..45ae9d9a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-multipliers.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-area-multipliers.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -499,26 +493,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -531,36 +525,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-buried.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-buried.xml new file mode 100644 index 00000000..63b694f7 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-buried.xml @@ -0,0 +1,555 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + deeply buried + attic - unvented + 150.0 + + + + return + 4.0 + deeply buried + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-effective-rvalue.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-effective-rvalue.xml new file mode 100644 index 00000000..4c2c27fb --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-effective-rvalue.xml @@ -0,0 +1,553 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.5 + attic - unvented + 150.0 + + + + return + 1.7 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-cfm50.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-cfm50.xml index 20c034f1..f6f0d42e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-cfm50.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-cfm50.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml index 2fe372a5..e1696a18 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ducts-leakage-percent.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml index 89a4b3f2..e4336d13 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-elec-resistance-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -438,26 +432,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -470,36 +464,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml index 7082065f..9f1018a5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-furnace-gas.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -486,26 +480,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -518,36 +512,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml index 0595731e..e8e496f6 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only-ducted.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -465,26 +459,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -497,36 +491,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml index a7494a04..3b536a97 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-evap-cooler-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -432,26 +426,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -464,36 +458,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml index e107379c..e23f3663 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fireplace-wood-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-stove-oil-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -441,26 +435,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -473,36 +467,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml index 782f41dd..16d2e71f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-fixed-heater-gas-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -441,26 +435,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -473,36 +467,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only-pilot-light.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only-pilot-light.xml new file mode 100644 index 00000000..feb44f40 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only-pilot-light.xml @@ -0,0 +1,506 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + true + + 600.0 + + + + propane + 36000.0 + + AFUE + 0.8 + + 1.0 + + 0.0 + + + + + + 68.0 + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml index 75edc7f8..c8206d08 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-floor-furnace-propane-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-stove-oil-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -441,26 +435,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -473,36 +467,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml index dffca865..410dabd0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-coal-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml index 764df0a8..d40422bc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-central-ac-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml index 9319324c..401c1cc8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-elec-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml index c2819ad8..ec75d88c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml index 5d1dceac..df652bc9 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-central-ac-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-detailed-setpoints.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-detailed-setpoints.xml index 9e204658..7397247f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-detailed-setpoints.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-detailed-setpoints.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-heating-only.csv - - base-hvac-furnace-gas-only.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-pilot.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-pilot.xml new file mode 100644 index 00000000..cd0fa113 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only-pilot.xml @@ -0,0 +1,542 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + true + + 600.0 + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + 68.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml index fcff56e8..707a1ebe 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml index 49c8e1aa..485f180d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-gas-room-ac.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -491,26 +485,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -523,36 +517,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml index 44d354b4..01b25fdd 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-oil-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml index ae8d4a18..ccc90c16 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-propane-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml index 76cc3370..e211a8a6 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-wood-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -477,26 +471,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -509,36 +503,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml index ed8a44c3..99d2db5e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-furnace-x3-dse.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -507,26 +501,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -539,36 +533,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml index 011a13a1..64c6d300 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-cooling-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ground-to-air-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -485,26 +479,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -517,36 +511,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml index 1fbce136..543fe2bc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump-heating-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ground-to-air-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml index 60196b64..29af0aa9 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ground-to-air-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml index 8a4f641d..7603cd48 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-1-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 single stage 0.73 @@ -358,6 +351,10 @@ -0.25 -0.25 0.365 + + 0.6 + 17.0 + @@ -498,26 +495,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -530,36 +527,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml index 554c68a0..e9be6997 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-2-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 two stage 0.73 @@ -358,6 +351,10 @@ -0.25 -0.25 0.365 + + 0.6 + 17.0 + @@ -498,26 +495,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -530,36 +527,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml index 887e20e9..bdcc9548 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-air-to-air-heat-pump-var-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ air-to-air electricity 36000.0 - 21600.0 36000.0 variable speed 0.78 @@ -358,6 +351,10 @@ -0.25 -0.25 0.365 + + 0.6 + 17.0 + @@ -498,26 +495,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -530,36 +527,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml index d7dab7c8..f9818e83 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -502,26 +496,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -534,36 +528,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml index 6805b0e1..1e45dcef 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-central-ac-2-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -502,26 +496,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -534,36 +528,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml index 6c0b9b91..2fb6e655 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-central-ac-var-speed.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -502,26 +496,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -534,36 +528,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-only.xml index f6cb8730..5285446b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-furnace-gas-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-furnace-gas-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -481,26 +475,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -513,36 +507,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-ground-to-air-heat-pump.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-ground-to-air-heat-pump.xml index 35230f69..cb0e40bf 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-ground-to-air-heat-pump.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-ground-to-air-heat-pump.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ground-to-air-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -497,26 +491,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -529,36 +523,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml index 6f7daf33..207e335f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-air-conditioner-only-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -481,26 +475,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -513,36 +507,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-heat-pump-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-heat-pump-ducted.xml index 65273fe1..eb8cca2c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-heat-pump-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-install-quality-mini-split-heat-pump-ducted.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-heat-pump-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ mini-split electricity 36000.0 - 21600.0 36000.0 0.73 integrated @@ -357,6 +350,10 @@ -0.25 -0.25 0.365 + + 0.6 + 17.0 + @@ -497,26 +494,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -529,36 +526,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml index 768e8f71..ffe71194 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ducted.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -476,26 +470,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -508,36 +502,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml index a0d35a86..e8589106 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-air-conditioner-only-ductless.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-air-conditioner-only-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -437,26 +431,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -469,36 +463,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml index f500caba..9b9351d3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-cooling-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-heat-pump-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -332,7 +326,6 @@ mini-split electricity 0.0 - 0.0 36000.0 0.73 0.0 @@ -345,6 +338,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + + @@ -483,26 +482,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -515,36 +514,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml index 082e6622..8801c85e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted-heating-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-heat-pump-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -332,7 +326,6 @@ mini-split electricity 36000.0 - 21600.0 0.0 0.73 integrated @@ -352,6 +345,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + + @@ -490,26 +489,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -522,36 +521,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml index 41251dce..e4e8828c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ducted.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -333,7 +327,6 @@ mini-split electricity 36000.0 - 21600.0 36000.0 0.73 integrated @@ -353,6 +346,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + + @@ -492,26 +491,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +523,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml new file mode 100644 index 00000000..fd79e19a --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml @@ -0,0 +1,525 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + electricity + 60000.0 + + Percent + 1.0 + + + + + mini-split + electricity + 18000.0 + 18000.0 + 0.73 + separate + + 1.0 + 1.0 + + SEER + 19.0 + + + HSPF + 10.0 + + + + 0.6 + 17.0 + + + + + + + 68.0 + 78.0 + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml new file mode 100644 index 00000000..4704139f --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml @@ -0,0 +1,564 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 60000.0 + + AFUE + 0.8 + + + + + mini-split + electricity + 18000.0 + 18000.0 + 0.73 + separate + + 1.0 + 1.0 + + SEER + 19.0 + + + HSPF + 10.0 + + + + 0.6 + 17.0 + + + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 15.0 + to outside + + + + return + + CFM25 + 5.0 + to outside + + + + + supply + 0.0 + attic - unvented + 30.0 + + + + return + 0.0 + attic - unvented + 10.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml index d09dac7f..cb8b2cde 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-backup-stove.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-heat-pump-ductless.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -347,7 +341,6 @@ mini-split electricity 18000.0 - 10800.0 18000.0 0.73 separate @@ -362,6 +355,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + + @@ -463,26 +462,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -495,36 +494,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml new file mode 100644 index 00000000..99bdd216 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml @@ -0,0 +1,506 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + mini-split + electricity + 36000.0 + 21600.0 + 36000.0 + 0.73 + 1.0 + 1.0 + + SEER + 19.0 + + + HSPF + 10.0 + + + + + + 68.0 + 78.0 + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml index e8217def..f89f7a86 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-mini-split-heat-pump-ductless.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-mini-split-heat-pump-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -332,7 +326,6 @@ mini-split electricity 36000.0 - 21600.0 36000.0 0.73 1.0 @@ -345,6 +338,12 @@ HSPF 10.0 + + + 0.6 + 17.0 + + @@ -446,26 +445,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -478,36 +477,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml index c565424f..016921dc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-multiple.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -874,26 +868,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -906,36 +900,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml index 4c267bee..7ce89b0e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-none.xml @@ -11,9 +11,6 @@ 60 - - base-location-honolulu-hi.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -369,26 +363,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -401,36 +395,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml index a6614fe7..9995b8de 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-portable-heater-gas-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -441,26 +435,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -473,36 +467,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-electricity.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-electricity.xml index f675cacd..7de995ac 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-electricity.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-electricity.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ptac.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -445,26 +439,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -477,36 +471,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-natural-gas.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-natural-gas.xml index f2160b6d..443e256f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-natural-gas.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac-with-heating-natural-gas.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ptac.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -445,26 +439,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -477,36 +471,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac.xml index 1e2ea495..e7113308 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-ptac.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -437,26 +431,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -469,36 +463,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp-heating-capacity-17f.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp-heating-capacity-17f.xml new file mode 100644 index 00000000..7e455635 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp-heating-capacity-17f.xml @@ -0,0 +1,513 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + packaged terminal heat pump + electricity + 36000.0 + 21600.0 + 36000.0 + 0.65 + integrated + electricity + + Percent + 1.0 + + 36000.0 + 1.0 + 1.0 + + EER + 11.4 + + + COP + 3.6 + + + + + + 68.0 + 78.0 + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp.xml index def9fa92..05eed290 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-pthp.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-ground-to-air-heat-pump.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -351,6 +345,12 @@ COP 3.6 + + + 0.6 + 17.0 + + @@ -452,26 +452,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -484,36 +484,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml index 1ae3cb99..46bfbcc5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-33percent.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-room-ac-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -437,26 +431,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -469,36 +463,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-ceer.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-ceer.xml index 98eb17a4..378084cf 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-ceer.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-ceer.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-room-ac-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -437,26 +431,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -469,36 +463,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-detailed-setpoints.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-detailed-setpoints.xml index 51ccf9a1..8ad99841 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-detailed-setpoints.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only-detailed-setpoints.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-cooling-only.csv - - base-hvac-room-ac-only.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -437,26 +431,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -469,36 +463,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml index bd1571b3..57785bb0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -437,26 +431,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -469,36 +463,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-heating.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-heating.xml index 0d2127c2..39a7ecf8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-heating.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-heating.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-room-ac-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -445,26 +439,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -477,36 +471,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-reverse-cycle.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-reverse-cycle.xml index deaf8f5c..68d89e99 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-reverse-cycle.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-room-ac-with-reverse-cycle.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-pthp.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -351,6 +345,12 @@ COP 3.6 + + + 0.6 + 17.0 + + @@ -452,26 +452,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -484,36 +484,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-seasons.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-seasons.xml index 7f1d5aac..70e60846 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-seasons.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-seasons.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -505,26 +499,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -537,36 +531,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-schedules.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-schedules.xml index 4e98d161..66216341 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-schedules.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-schedules.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-setpoints-daily-setbacks.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -497,26 +491,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -529,36 +523,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-setbacks.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-setbacks.xml index 5444d54c..d2d1aa74 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-setbacks.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints-daily-setbacks.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -501,26 +495,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -533,36 +527,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml index 72060f54..fd341067 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-setpoints.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml index 1d9d7263..74d6b297 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-oil-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -441,26 +435,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -473,36 +467,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml index 8dfa9c3c..af194385 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-stove-wood-pellets-only.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-stove-oil-only.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -441,26 +435,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -473,36 +467,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml index 9a9101fd..03b1c4e9 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized-allow-increased-fixed-capacities.xml @@ -14,9 +14,6 @@ true - - base-hvac-undersized.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml index 48f6c0a0..aa4280cf 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-undersized.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml index 374d98c8..764d2fbc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-hvac-wall-furnace-elec-only.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -441,26 +435,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -473,36 +467,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml index 9a89065a..ddc69a69 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-ceiling-fans.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,43 +522,19 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - medium 100.0 - 4 + 4 0.057, 0.057, 0.057, 0.057, 0.057, 0.057, 0.057, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.057, 0.057, 0.057, 0.057, 0.057, 0.057 0.057, 0.057, 0.057, 0.057, 0.057, 0.057, 0.057, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.024, 0.057, 0.057, 0.057, 0.057, 0.057, 0.057 diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-holiday.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-holiday.xml index 64071493..59ba34cd 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-holiday.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-holiday.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-kwh-per-year.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-kwh-per-year.xml new file mode 100644 index 00000000..919f3218 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-kwh-per-year.xml @@ -0,0 +1,529 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + + kWh/year + 1500.0 + + + + + exterior + + kWh/year + 150.0 + + + + + garage + + kWh/year + 0.0 + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-mixed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-mixed.xml new file mode 100644 index 00000000..e1b550c7 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-mixed.xml @@ -0,0 +1,537 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + + kWh/year + 150.0 + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none-ceiling-fans.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none-ceiling-fans.xml new file mode 100644 index 00000000..742070b9 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none-ceiling-fans.xml @@ -0,0 +1,516 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + 0.5 + + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + + medium + 100.0 + + 4 + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml index a5017a77..ebd8e2cc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-lighting-none.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml index 7e693784..347ba7f9 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-AMY-2012.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml index 01626140..423fabbc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-baltimore-md.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-unvented-crawlspace.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -116,7 +110,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -509,26 +503,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -541,36 +535,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-capetown-zaf.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-capetown-zaf.xml index 069aff21..bec29251 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-capetown-zaf.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-capetown-zaf.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-vented-crawlspace.xml - Bills @@ -38,9 +35,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -109,7 +103,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -502,26 +496,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -534,36 +528,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml index 44281aca..92b95022 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-dallas-tx.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-slab.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -448,26 +442,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -480,36 +474,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml index 6d75452f..3967ed0d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-duluth-mn.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-unconditioned-basement.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -506,26 +500,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -538,36 +532,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml index ea9293bd..df08b1fd 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-helena-mt.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml index 32bbc86c..12ad7863 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-honolulu-hi.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-slab.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -448,26 +442,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -480,36 +474,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml index aef59e42..02474072 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-miami-fl.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-slab.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -448,26 +442,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -480,36 +474,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml index 1ccfef12..caf66451 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-phoenix-az.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-slab.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -110,7 +104,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -448,26 +442,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -480,36 +474,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml index 538e95a9..52cc6bab 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-location-portland-or.xml @@ -11,9 +11,6 @@ 60 - - base-foundation-vented-crawlspace.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 1.0 @@ -119,7 +113,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -512,26 +506,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -544,36 +538,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml index 3de75a1d..c528f124 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-balanced.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -505,26 +499,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -537,36 +531,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml index 44c61ace..2db022f3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-bath-kitchen-fans.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -404,7 +398,7 @@ - 1 + 1 100.0 1.5 kitchen @@ -416,7 +410,7 @@ - 2 + 2 50.0 1.5 bath @@ -521,26 +515,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -553,36 +547,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-airflow-fraction-zero.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-airflow-fraction-zero.xml index d69bacb9..6d5ee173 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-airflow-fraction-zero.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-airflow-fraction-zero.xml @@ -11,9 +11,6 @@ 60 - - base-mechvent-cfis.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -512,26 +506,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -544,36 +538,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml index c895b7f2..bdcdaa22 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-dse.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-dse.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -479,26 +473,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -511,36 +505,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml index 8fb83e61..0ae5c218 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-evap-cooler-only-ducted.xml @@ -11,9 +11,6 @@ 60 - - base-hvac-evap-cooler-only-ducted.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -481,26 +475,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -513,36 +507,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml index 10c8db8b..1592af1b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-exhaust.xml @@ -11,9 +11,6 @@ 60 - - base-mechvent-cfis.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -517,26 +511,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -549,36 +543,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-supply.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-supply.xml index ac9a7ed4..e999c88d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-supply.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis-supplemental-fan-supply.xml @@ -11,9 +11,6 @@ 60 - - base-mechvent-cfis.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -517,26 +511,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -549,36 +543,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml index c029afe7..e3f4db39 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-cfis.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -509,26 +503,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -541,36 +535,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml index c5ca49a1..c1d6d9b6 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv-atre-asre.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -507,26 +501,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -539,36 +533,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml index 0effcc6a..0c528de5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-erv.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -507,26 +501,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -539,36 +533,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml index e71e5f0b..d72eb377 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust-rated-flow-rate.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -505,26 +499,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -537,36 +531,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml index e71e5f0b..d72eb377 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-exhaust.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -505,26 +499,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -537,36 +531,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml index bd3e8e0c..b8de06fe 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv-asre.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -506,26 +500,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -538,36 +532,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml index 5f7cfd39..2261b14f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-hrv.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -506,26 +500,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -538,36 +532,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml index 9f4dccd9..ec0af628 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-multiple.xml @@ -11,9 +11,6 @@ 60 - - base-mechvent-bath-kitchen-fans.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -470,7 +464,7 @@ - 1 + 1 50.0 1.5 kitchen @@ -482,7 +476,7 @@ - 2 + 2 25.0 1.5 bath @@ -590,7 +584,7 @@ - 2 + 2 25.0 0.5 bath @@ -602,7 +596,7 @@ - 1 + 1 50.0 0.5 kitchen @@ -750,26 +744,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -782,36 +776,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml index 7ce91465..e7f9d238 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-supply.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -505,26 +499,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -537,36 +531,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml index 7d5dcf19..677f62fe 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-mechvent-whole-house-fan.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -503,26 +497,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -535,36 +529,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-additional-properties.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-additional-properties.xml index a1cacb97..1cd29a58 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-additional-properties.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-additional-properties.xml @@ -12,7 +12,6 @@ 60 - base.xml false 2-story home in Denver @@ -52,9 +51,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -122,7 +118,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -501,26 +497,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -533,36 +529,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-none.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-none.xml index 97d4bea7..749d8dfa 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-none.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-none.xml @@ -11,9 +11,6 @@ 60 - - base.xml -
@@ -39,9 +36,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -109,7 +103,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -488,26 +482,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -520,36 +514,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-detailed-only.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-detailed-only.xml index 06422e2a..cd44c1d0 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-detailed-only.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-detailed-only.xml @@ -11,9 +11,6 @@ 60 - - base-pv.xml - Tiered @@ -69,9 +66,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -139,7 +133,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -468,8 +462,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -479,9 +473,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -542,26 +540,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -574,36 +572,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-mixed.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-mixed.xml index 45098e39..48c4a63c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-mixed.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv-mixed.xml @@ -11,9 +11,6 @@ 60 - - base-pv.xml - Simple @@ -51,9 +48,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -121,7 +115,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -450,8 +444,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -461,9 +455,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -524,26 +522,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -556,36 +554,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv.xml index f94223dc..a9741aa8 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills-pv.xml @@ -11,9 +11,6 @@ 60 - - base-pv.xml - Net Metering w/ Wholesale Excess Rate @@ -114,9 +111,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -184,7 +178,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -513,8 +507,8 @@ 180 20.0 10000.0 - 0.96 0.14 + @@ -524,9 +518,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -587,26 +585,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -619,36 +617,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills.xml index d90e9026..be3af1c5 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-bills.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -54,9 +51,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -124,7 +118,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -503,26 +497,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -535,36 +529,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml index 122f44d2..12b632de 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-defaults.xml @@ -8,9 +8,6 @@ - - base.xml - Bills @@ -66,7 +63,7 @@ attic - unvented - 1509.4 + 1509.3 6.0 @@ -367,7 +364,11 @@ 20.0 4000.0 2015 + + + + @@ -409,26 +410,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -441,36 +442,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-emissions.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-emissions.xml index 883bb5f7..e80a8650 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-emissions.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-emissions.xml @@ -11,9 +11,6 @@ 60 - - base-pv-battery.xml - Cambium Hourly MidCase LRMER RMPA @@ -98,9 +95,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -168,7 +162,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -497,8 +491,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -508,9 +502,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -587,26 +585,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -619,36 +617,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery-scheduled.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery-scheduled.xml index c62d20da..a8c22351 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery-scheduled.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery-scheduled.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv - - base-misc-generators-battery.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -457,13 +451,13 @@ natural gas 8500.0 - 500.0 + 1200.0 fuel oil 8500.0 - 500.0 + 1200.0 @@ -526,26 +520,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -558,36 +552,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery.xml index b5e38733..189d8c6d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators-battery.xml @@ -11,9 +11,6 @@ 60 - - base-misc-generators.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -456,13 +450,13 @@ natural gas 8500.0 - 500.0 + 1200.0 fuel oil 8500.0 - 500.0 + 1200.0
@@ -525,26 +519,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -557,36 +551,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml index db417ddb..bcfd8819 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-generators.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -440,13 +434,13 @@ natural gas 8500.0 - 500.0 + 1200.0 fuel oil 8500.0 - 500.0 + 1200.0 @@ -509,26 +503,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -541,36 +535,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-ground-conductivity.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-ground-conductivity.xml index 1126fbda..63eac1cb 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-ground-conductivity.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-ground-conductivity.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -47,9 +44,6 @@ 0.8 - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml index 7dfda20f..5d13610e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon.xml @@ -11,9 +11,6 @@ 60 - - base-schedules-simple.xml - Bills @@ -45,7 +42,6 @@ - 3.0 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 @@ -119,7 +115,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -568,26 +564,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -600,36 +596,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml index 3604d0f9..3737fc66 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-large-uncommon2.xml @@ -11,9 +11,6 @@ 60 - - base-misc-loads-large-uncommon.xml - Bills @@ -45,7 +42,6 @@ - 3.0 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 @@ -119,7 +115,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -568,26 +564,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -600,36 +596,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml index c703c2d6..bb8fb73b 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-loads-none.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading-bldgtype-multifamily.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading-bldgtype-multifamily.xml new file mode 100644 index 00000000..fb186309 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading-bldgtype-multifamily.xml @@ -0,0 +1,509 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + attached on one side + unit above and below + 180 + + electricity + natural gas + + + + + 90 + 15.0 + + + + + + apartment unit + 1.0 + 1.0 + 8.0 + 3 + 2 + 900.0 + 7200.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + unit exterior only + 50.0 + + ACH + 3.0 + + 7200.0 + + + + + + + + + + + + + + + + + + + + + + outside + living space + + + + 196.0 + 0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + other heated space + living space + + + + 293.9 + 90 + 0.7 + 0.92 + + gypsum board + + + + 4.0 + + + + + outside + living space + + + + 196.0 + 180 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + living space + + + + 293.9 + 270 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + + + other housing unit + living space + floor + + + + 900.0 + + + 2.1 + + + + + other housing unit + living space + ceiling + + + + 900.0 + + gypsum board + + + + 2.1 + + + + + + + 35.3 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 35.3 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 52.9 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 20.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 12000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 12000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 0.0 + to outside + + + + return + + CFM25 + 0.0 + to outside + + + + + supply + 0.0 + living space + 150.0 + + + + return + 0.0 + living space + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 819.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml index f30d3524..69dff9cb 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-neighbor-shading.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -57,9 +54,6 @@
- - 3.0 - single-family detached 2.0 @@ -127,7 +121,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -506,26 +500,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -538,36 +532,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml index 4ba5de57..320b924c 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-shielding-of-home.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml index b1d5e068..4e720b09 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-misc-usage-multiplier.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -533,26 +527,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -565,39 +559,14 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - 0.9 - 0.9 0.9 diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-buildings.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-buildings.xml index 18ded6e9..c13698c7 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-buildings.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-multiple-buildings.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -447,14 +441,6 @@ 6.0 3.2 - - - living space - electricity - 3.73 - true - 150.0 - living space @@ -493,26 +479,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +511,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - @@ -603,9 +565,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -673,7 +632,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -1006,14 +965,6 @@ 6.0 3.2 - - - living space - electricity - 3.73 - true - 150.0 - living space @@ -1052,26 +1003,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -1084,36 +1035,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - @@ -1162,9 +1089,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -1232,7 +1156,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -1565,14 +1489,6 @@ 6.0 3.2 - - - living space - electricity - 3.73 - true - 150.0 - living space @@ -1611,26 +1527,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -1643,36 +1559,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-ah.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-ah.xml index fd64a297..f16ee8ec 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-ah.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-ah.xml @@ -11,9 +11,6 @@ 60 - - base-pv-battery.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -443,8 +437,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -454,9 +448,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -533,26 +531,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -565,36 +563,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-garage.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-garage.xml index fd40a5b8..1913f597 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-garage.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-garage.xml @@ -11,9 +11,6 @@ 60 - - base-enclosure-garage.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -518,8 +512,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -529,9 +523,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -608,26 +606,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -640,26 +638,26 @@ - garage - 0.1 + exterior + 0.25 - + - interior - 0.25 + garage + 0.4 - + - exterior - 0.25 + garage + 0.1 - + diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-round-trip-efficiency.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-round-trip-efficiency.xml index a7b020ca..e191316d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-round-trip-efficiency.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-round-trip-efficiency.xml @@ -11,9 +11,6 @@ 60 - - base-pv-battery.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -443,8 +437,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -454,9 +448,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -534,26 +532,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -566,36 +564,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-scheduled.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-scheduled.xml index 81ba106d..7947ccb2 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-scheduled.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery-scheduled.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv - - base-pv-battery.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -444,8 +438,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -455,9 +449,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -534,26 +532,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -566,36 +564,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery.xml index 6f798050..e96fbd95 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-battery.xml @@ -11,9 +11,6 @@ 60 - - base-battery.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -443,8 +437,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -454,9 +448,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -533,26 +531,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -565,36 +563,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery-scheduled.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery-scheduled.xml index 4b675c59..36d19b45 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery-scheduled.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery-scheduled.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/battery.csv - - base-pv-generators-battery.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -444,8 +438,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -455,9 +449,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -481,13 +479,13 @@ natural gas 8500.0 - 500.0 + 1200.0 fuel oil 8500.0 - 500.0 + 1200.0
@@ -550,26 +548,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -582,36 +580,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery.xml index 8d83ec9e..e7a004fd 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators-battery.xml @@ -11,9 +11,6 @@ 60 - - base-pv-generators.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -443,8 +437,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -454,9 +448,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -480,13 +478,13 @@ natural gas 8500.0 - 500.0 + 1200.0 fuel oil 8500.0 - 500.0 + 1200.0
@@ -549,26 +547,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -581,36 +579,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators.xml index dac4a1c3..de72148d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv-generators.xml @@ -11,9 +11,6 @@ 60 - - base-pv.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -443,8 +437,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -454,9 +448,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -464,13 +462,13 @@ natural gas 8500.0 - 500.0 + 1200.0 fuel oil 8500.0 - 500.0 + 1200.0 @@ -533,26 +531,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -565,36 +563,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml index e571894d..3067b9d3 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-pv.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -443,8 +437,8 @@ 180 20.0 4000.0 - 0.96 0.14 + @@ -454,9 +448,13 @@ 90 20.0 1500.0 - 0.96 0.14 + + + + 0.96 + @@ -517,26 +515,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -549,36 +547,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0-runperiod-1-month.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0-runperiod-1-month.xml new file mode 100644 index 00000000..d74595fb --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0-runperiod-1-month.xml @@ -0,0 +1,560 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + 2 + 1 + 2 + 28 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + 0.0 + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0.xml new file mode 100644 index 00000000..46422abd --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-0.xml @@ -0,0 +1,556 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + 0.0 + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-loads-large-uncommon.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon.xml similarity index 93% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-loads-large-uncommon.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon.xml index 3c09c69c..506e053d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-loads-large-uncommon.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon.xml @@ -1,645 +1,617 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - operational - - 60 - - - base-misc-loads-large-uncommon.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 1.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 1509.4 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 115.6 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - - - outside - living space - - - - 1200.0 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 225.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 1200.0 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 1350.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 1350.0 - 4.0 - 150.0 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 108.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 108.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 36000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 24000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - 700.0 - false - - - - living space - 300.0 - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - unknown - - - - unknown - - - - - gas fired - - - - - - - unknown - - - - unknown - - - - - electric resistance - - - - - - - TV other - - - - other - - 0.855 - 0.045 - - - - - electric vehicle charging - - - - well pump - - - - grill - propane - - - - lighting - natural gas - - - - fireplace - wood - - 0.5 - 0.1 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + 1.0 + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + 700.0 + false + + + + living space + 300.0 + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + unknown + + + + unknown + + + + + gas fired + + + + + + + unknown + + + + unknown + + + + + electric resistance + + + + + + + TV other + + + + other + + 0.855 + 0.045 + + + + + electric vehicle charging + + + + well pump + + + + grill + propane + + + + lighting + natural gas + + + + fireplace + wood + + 0.5 + 0.1 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-loads-large-uncommon2.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon2.xml similarity index 93% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-loads-large-uncommon2.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon2.xml index 351f9afd..eb5d37ff 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-loads-large-uncommon2.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1-misc-loads-large-uncommon2.xml @@ -1,645 +1,617 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - operational - - 60 - - - base-misc-loads-large-uncommon2.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 1.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 1509.4 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 115.6 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - - - outside - living space - - - - 1200.0 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 225.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 1200.0 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 1350.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 1350.0 - 4.0 - 150.0 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 108.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 108.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 36000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 24000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - 700.0 - false - - - - living space - 300.0 - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - unknown - - - - unknown - - - - - none - - - - - - - unknown - - - - unknown - - - - - heat pump - - - - - - - TV other - - - - other - - 0.855 - 0.045 - - - - - electric vehicle charging - - - - well pump - - - - grill - fuel oil - - - - lighting - natural gas - - - - fireplace - wood pellets - - 0.5 - 0.1 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + 1.0 + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + 700.0 + false + + + + living space + 300.0 + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + unknown + + + + unknown + + + + + none + + + + + + + unknown + + + + unknown + + + + + heat pump + + + + + + + TV other + + + + other + + 0.855 + 0.045 + + + + + electric vehicle charging + + + + well pump + + + + grill + fuel oil + + + + lighting + natural gas + + + + fireplace + wood pellets + + 0.5 + 0.1 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1.xml similarity index 92% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1.xml index 23eceae0..f6e36b0d 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-1.xml @@ -1,576 +1,548 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - operational - - 60 - - - base.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 1.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 1509.4 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 115.6 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - - - outside - living space - - - - 1200.0 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 225.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 1200.0 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 1350.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 1350.0 - 4.0 - 150.0 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 108.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 108.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 36000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 24000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - - - other - - 0.855 - 0.045 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + 1.0 + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + + + other + + 0.855 + 0.045 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-defaults.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-5.xml similarity index 92% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-defaults.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-residents-5.xml index 4c26bd22..e977b945 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-calctype-operational-misc-defaults.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-residents-5.xml @@ -1,540 +1,516 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - operational - - base-misc-defaults.xml - - - - Bills - - - - - - - - proposed workscope - - - - - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 5.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2700.0 - 21600.0 - - - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 1509.4 - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 115.6 - 0.7 - 0.92 - - - 23.0 - - - - - - - outside - living space - - - - 1200.0 - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 225.0 - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 1200.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 1350.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 1350.0 - 150.0 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - - - - - - - 108.0 - 0 - 0.33 - 0.45 - - - - - 72.0 - 90 - 0.33 - 0.45 - - - - - 108.0 - 180 - 0.33 - 0.45 - - - - - 72.0 - 270 - 0.33 - 0.45 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 36000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 24000.0 - 1.0 - - SEER - 13.0 - - - - - - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - - - - return - 0.0 - - 2 - - - 2700.0 - - - - - - - exhaust only - true - - - - kitchen - true - - - - bath - true - - - - true - - - - - - - electricity - storage water heater - 1.0 - 18767.0 - 0.95 - - - - - - - - - - shower head - true - - - - faucet - false - - - - - - hot water - 40.0 - liquid direct - single glazing black - 180 - 20.0 - 0.77 - 0.793 - - - - - - - 180 - 20.0 - 4000.0 - - - - - - Li-ion - - - - - - - - - - electricity - - - - - - - true - - - - electricity - - - - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - - - - TV other - - - - other - - - - + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + + Bills + + + + + + + + proposed workscope + + + + + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + 5.0 + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2700.0 + 21600.0 + + + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + 1.0 + + SEER + 13.0 + + + + + + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + + + + return + 0.0 + + 2 + + + 2700.0 + + + + + + + exhaust only + true + + + + kitchen + true + + + + bath + true + + + + true + + + + + + + electricity + storage water heater + 1.0 + 18767.0 + 0.95 + + + + + + + + + + shower head + true + + + + faucet + false + + + + + + hot water + 40.0 + liquid direct + single glazing black + 180 + 20.0 + 0.77 + 0.793 + + + + + + + 180 + 20.0 + 4000.0 + + + + + + + + + + Li-ion + + + + + + + + + + electricity + + + + + + + true + + + + electricity + + + + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + + + + TV other + + + + other + + + + \ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-all-10-mins.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-all-10-mins.xml index 4478a0e2..8d5e2896 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-all-10-mins.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-all-10-mins.xml @@ -14,9 +14,6 @@ ../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-10-mins.csv ../../HPXMLtoOpenStudio/resources/schedule_files/water-heater-setpoints-10-mins.csv ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv - - base-simcontrol-timestep-10-mins.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-10-mins.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-10-mins.xml index 1f269134..7d158883 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-10-mins.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-10-mins.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-power-outage.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-power-outage.xml new file mode 100644 index 00000000..cdc41e7f --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-power-outage.xml @@ -0,0 +1,565 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv + + + Bills + + + + + Power Outage + 12 + 1 + 5 + 1 + 31 + 14 + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-smooth.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml similarity index 92% rename from example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-smooth.xml rename to example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml index db8b760f..ace0116f 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-smooth.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml @@ -1,584 +1,564 @@ - - - - HPXML - tasks.rb - 2000-01-01T00:00:00-07:00 - create - - - - - 60 - - ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-smooth.csv - - base.xml - - - - Bills - - - - - - - - -
- CO -
-
- - proposed workscope - - - - - suburban - stand-alone - no units above or below - 180 - - electricity - natural gas - - - - 3.0 - - - single-family detached - 2.0 - 1.0 - 8.0 - 3 - 2 - 2700.0 - 21600.0 - - - - - 2006 - 5B - - - - USA_CO_Denver.Intl.AP.725650_TMY3 - - USA_CO_Denver.Intl.AP.725650_TMY3.epw - - - - - - - - 50.0 - - ACH - 3.0 - - 21600.0 - - - - - - - - false - - - false - - - - - - - - - - - true - - - - - - - - - - - attic - unvented - 1509.4 - asphalt or fiberglass shingles - 0.7 - 0.92 - 6.0 - false - - - 2.3 - - - - - - - outside - basement - conditioned - 115.6 - wood siding - 0.7 - 0.92 - - - 23.0 - - - - - - - outside - living space - - - - 1200.0 - wood siding - 0.7 - 0.92 - - gypsum board - - - - 23.0 - - - - - outside - attic - unvented - gable - - - - 225.0 - wood siding - 0.7 - 0.92 - - - 4.0 - - - - - - - ground - basement - conditioned - 8.0 - 1200.0 - 8.0 - 7.0 - - gypsum board - - - - - continuous - exterior - 8.9 - 0.0 - 8.0 - - - continuous - interior - 0.0 - - - - - - - - attic - unvented - living space - ceiling - - - - 1350.0 - - gypsum board - - - - 39.3 - - - - - - - basement - conditioned - 1350.0 - 4.0 - 150.0 - - - - 0.0 - 0.0 - - - - - - 0.0 - 0.0 - - - - 0.0 - 0.0 - - - - - - - 108.0 - 0 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 90 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 108.0 - 180 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - 72.0 - 270 - 0.33 - 0.45 - - - 0.7 - 0.85 - - 0.67 - - - - - - - - 40.0 - 180 - 4.4 - - - - - - - - - - - - - - - - - natural gas - 36000.0 - - AFUE - 0.92 - - 1.0 - - - - - central air conditioner - electricity - 24000.0 - single stage - 1.0 - - SEER - 13.0 - - 0.73 - - - - - 68.0 - 78.0 - - - - - - regular velocity - - supply - - CFM25 - 75.0 - to outside - - - - return - - CFM25 - 25.0 - to outside - - - - - supply - 4.0 - attic - unvented - 150.0 - - - - return - 0.0 - attic - unvented - 50.0 - - - - - - - - - electricity - storage water heater - living space - 40.0 - 1.0 - 18767.0 - 0.95 - 125.0 - - - - - - 50.0 - - - - 0.0 - - - - - shower head - true - - - - faucet - false - - - - - - - living space - 1.21 - 380.0 - 0.12 - 1.09 - 27.0 - 6.0 - 3.2 - - - - living space - electricity - 3.73 - true - 150.0 - - - - living space - 307.0 - 12 - 0.12 - 1.09 - 22.32 - 4.0 - - - - living space - 650.0 - true - - - - living space - electricity - false - - - - false - - - - - - interior - 0.4 - - - - - - - exterior - 0.4 - - - - - - - garage - 0.4 - - - - - - - interior - 0.1 - - - - - - - exterior - 0.1 - - - - - - - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - - exterior - 0.25 - - - - - - - garage - 0.25 - - - - - - - - - TV other - - kWh/year - 620.0 - - - - - other - - kWh/year - 2457.0 - - - 0.855 - 0.045 - - - - -
+ + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv + + + Bills + + + + + Vacancy + 1 + 1 + 12 + 31 + always unavailable + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy.xml index c9147d51..acc1fd0e 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic-vacancy.xml @@ -11,15 +11,22 @@ 60 - ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-vacancy.csv - - base.xml - + ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv Bills + + + Vacancy + 12 + 1 + 1 + 31 + always unavailable + +
@@ -45,9 +52,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +119,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +498,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +530,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic.xml index 37a408e2..c4b35844 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-occupancy-stochastic.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-schedules.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-schedules.xml index c94c8429..8c56ed38 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-schedules.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-schedules.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-daily-schedules.csv - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-setbacks.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-setbacks.xml index 90ae3185..64551fcc 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-setbacks.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints-daily-setbacks.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/setpoints-daily-setbacks.csv - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints.xml index 6e03f994..da5db996 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-detailed-setpoints.xml @@ -12,9 +12,6 @@ 60 ../../HPXMLtoOpenStudio/resources/schedule_files/setpoints.csv - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -492,26 +486,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -524,36 +518,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage-natvent-available.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage-natvent-available.xml new file mode 100644 index 00000000..2b2ffcaf --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage-natvent-available.xml @@ -0,0 +1,565 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + Power Outage + 7 + 1 + 5 + 7 + 31 + 14 + always available + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage-natvent-unavailable.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage-natvent-unavailable.xml new file mode 100644 index 00000000..6a718bb5 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage-natvent-unavailable.xml @@ -0,0 +1,565 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + Power Outage + 7 + 1 + 5 + 7 + 31 + 14 + always unavailable + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + + + living space + electricity + 3.73 + true + 150.0 + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + + + living space + 650.0 + true + + + + living space + electricity + false + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + + + + TV other + + kWh/year + 620.0 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml new file mode 100644 index 00000000..51256737 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-power-outage.xml @@ -0,0 +1,620 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + Power Outage + 7 + 1 + 5 + 7 + 31 + 14 + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + + 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 + 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + 0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.087, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.039, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026 + 0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.087, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.039, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + 0.009, 0.007, 0.004, 0.004, 0.007, 0.011, 0.022, 0.049, 0.073, 0.086, 0.084, 0.075, 0.067, 0.060, 0.049, 0.052, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017 + 0.009, 0.007, 0.004, 0.004, 0.007, 0.011, 0.022, 0.049, 0.073, 0.086, 0.084, 0.075, 0.067, 0.060, 0.049, 0.052, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017 + 1.011, 1.002, 1.022, 1.020, 1.022, 0.996, 0.999, 0.999, 0.996, 0.964, 0.959, 1.011 + + + + + living space + electricity + 3.73 + true + 150.0 + + 0.010, 0.006, 0.004, 0.002, 0.004, 0.006, 0.016, 0.032, 0.048, 0.068, 0.078, 0.081, 0.074, 0.067, 0.057, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024 + 0.010, 0.006, 0.004, 0.002, 0.004, 0.006, 0.016, 0.032, 0.048, 0.068, 0.078, 0.081, 0.074, 0.067, 0.057, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + 0.015, 0.007, 0.005, 0.003, 0.003, 0.010, 0.020, 0.031, 0.058, 0.065, 0.056, 0.048, 0.041, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031 + 0.015, 0.007, 0.005, 0.003, 0.003, 0.010, 0.020, 0.031, 0.058, 0.065, 0.056, 0.048, 0.041, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031 + 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + + + + + living space + 650.0 + true + + 0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041 + 0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041 + 0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837 + + + + + living space + electricity + false + + 0.007, 0.007, 0.004, 0.004, 0.007, 0.011, 0.025, 0.042, 0.046, 0.048, 0.042, 0.050, 0.057, 0.046, 0.057, 0.044, 0.092, 0.150, 0.117, 0.060, 0.035, 0.025, 0.016, 0.011 + 0.007, 0.007, 0.004, 0.004, 0.007, 0.011, 0.025, 0.042, 0.046, 0.048, 0.042, 0.050, 0.057, 0.046, 0.057, 0.044, 0.092, 0.150, 0.117, 0.060, 0.035, 0.025, 0.016, 0.011 + 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 + 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 + 1.075, 1.064951905, 1.0375, 1.0, 0.9625, 0.935048095, 0.925, 0.935048095, 0.9625, 1.0, 1.0375, 1.064951905 + 0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063 + 0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + 0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063 + 0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + + + + + + TV other + + kWh/year + 620.0 + + + 0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07 + 0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07 + 1.137, 1.129, 0.961, 0.969, 0.961, 0.993, 0.996, 0.96, 0.993, 0.867, 0.86, 1.137 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + 0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036 + 0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy-year-round.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy-year-round.xml new file mode 100644 index 00000000..0d6e6919 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy-year-round.xml @@ -0,0 +1,619 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + Vacancy + 1 + 1 + 12 + 31 + always unavailable + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + + 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 + 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + 0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.087, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.039, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026 + 0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.087, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.039, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + 0.009, 0.007, 0.004, 0.004, 0.007, 0.011, 0.022, 0.049, 0.073, 0.086, 0.084, 0.075, 0.067, 0.060, 0.049, 0.052, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017 + 0.009, 0.007, 0.004, 0.004, 0.007, 0.011, 0.022, 0.049, 0.073, 0.086, 0.084, 0.075, 0.067, 0.060, 0.049, 0.052, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017 + 1.011, 1.002, 1.022, 1.020, 1.022, 0.996, 0.999, 0.999, 0.996, 0.964, 0.959, 1.011 + + + + + living space + electricity + 3.73 + true + 150.0 + + 0.010, 0.006, 0.004, 0.002, 0.004, 0.006, 0.016, 0.032, 0.048, 0.068, 0.078, 0.081, 0.074, 0.067, 0.057, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024 + 0.010, 0.006, 0.004, 0.002, 0.004, 0.006, 0.016, 0.032, 0.048, 0.068, 0.078, 0.081, 0.074, 0.067, 0.057, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + 0.015, 0.007, 0.005, 0.003, 0.003, 0.010, 0.020, 0.031, 0.058, 0.065, 0.056, 0.048, 0.041, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031 + 0.015, 0.007, 0.005, 0.003, 0.003, 0.010, 0.020, 0.031, 0.058, 0.065, 0.056, 0.048, 0.041, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031 + 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + + + + + living space + 650.0 + true + + 0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041 + 0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041 + 0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837 + + + + + living space + electricity + false + + 0.007, 0.007, 0.004, 0.004, 0.007, 0.011, 0.025, 0.042, 0.046, 0.048, 0.042, 0.050, 0.057, 0.046, 0.057, 0.044, 0.092, 0.150, 0.117, 0.060, 0.035, 0.025, 0.016, 0.011 + 0.007, 0.007, 0.004, 0.004, 0.007, 0.011, 0.025, 0.042, 0.046, 0.048, 0.042, 0.050, 0.057, 0.046, 0.057, 0.044, 0.092, 0.150, 0.117, 0.060, 0.035, 0.025, 0.016, 0.011 + 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 + 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 + 1.075, 1.064951905, 1.0375, 1.0, 0.9625, 0.935048095, 0.925, 0.935048095, 0.9625, 1.0, 1.0375, 1.064951905 + 0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063 + 0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + 0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063 + 0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + + + + + + TV other + + kWh/year + 620.0 + + + 0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07 + 0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07 + 1.137, 1.129, 0.961, 0.969, 0.961, 0.993, 0.996, 0.96, 0.993, 0.867, 0.86, 1.137 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + 0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036 + 0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml new file mode 100644 index 00000000..ab3ab2a6 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple-vacancy.xml @@ -0,0 +1,619 @@ + + + + HPXML + tasks.rb + 2000-01-01T00:00:00-07:00 + create + + + + + 60 + + + + Bills + + + + + Vacancy + 12 + 1 + 1 + 31 + always unavailable + + + + + + + + +
+ CO +
+
+ + proposed workscope + + + + + suburban + stand-alone + no units above or below + 180 + + electricity + natural gas + + + + + 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 + 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + single-family detached + 2.0 + 1.0 + 8.0 + 3 + 2 + 2700.0 + 21600.0 + + + + + 2006 + 5B + + + + USA_CO_Denver.Intl.AP.725650_TMY3 + + USA_CO_Denver.Intl.AP.725650_TMY3.epw + + + + + + + + 50.0 + + ACH + 3.0 + + 21600.0 + + + + + + + + false + + + false + + + + + + + + + + + true + + + + + + + + + + + attic - unvented + 1509.3 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + basement - conditioned + 115.6 + wood siding + 0.7 + 0.92 + + + 23.0 + + + + + + + outside + living space + + + + 1200.0 + wood siding + 0.7 + 0.92 + + gypsum board + + + + 23.0 + + + + + outside + attic - unvented + gable + + + + 225.0 + wood siding + 0.7 + 0.92 + + + 4.0 + + + + + + + ground + basement - conditioned + 8.0 + 1200.0 + 8.0 + 7.0 + + gypsum board + + + + + continuous - exterior + 8.9 + 0.0 + 8.0 + + + continuous - interior + 0.0 + + + + + + + + attic - unvented + living space + ceiling + + + + 1350.0 + + gypsum board + + + + 39.3 + + + + + + + basement - conditioned + 1350.0 + 4.0 + 150.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + + 108.0 + 0 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 90 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 108.0 + 180 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + 72.0 + 270 + 0.33 + 0.45 + + + 0.7 + 0.85 + + 0.67 + + + + + + + + 40.0 + 180 + 4.4 + + + + + + + + + + + + + + + + + natural gas + 36000.0 + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 24000.0 + single stage + 1.0 + + SEER + 13.0 + + 0.73 + + + + + 68.0 + 78.0 + + + + + + regular velocity + + supply + + CFM25 + 75.0 + to outside + + + + return + + CFM25 + 25.0 + to outside + + + + + supply + 4.0 + attic - unvented + 150.0 + + + + return + 0.0 + attic - unvented + 50.0 + + + + + + + + + electricity + storage water heater + living space + 40.0 + 1.0 + 18767.0 + 0.95 + 125.0 + + + + + + 50.0 + + + + 0.0 + + + + + shower head + true + + + + faucet + false + + + 0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.087, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.039, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026 + 0.012, 0.006, 0.004, 0.005, 0.010, 0.034, 0.078, 0.087, 0.080, 0.067, 0.056, 0.047, 0.040, 0.035, 0.033, 0.031, 0.039, 0.051, 0.060, 0.060, 0.055, 0.048, 0.038, 0.026 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + + + + living space + 1.21 + 380.0 + 0.12 + 1.09 + 27.0 + 6.0 + 3.2 + + 0.009, 0.007, 0.004, 0.004, 0.007, 0.011, 0.022, 0.049, 0.073, 0.086, 0.084, 0.075, 0.067, 0.060, 0.049, 0.052, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017 + 0.009, 0.007, 0.004, 0.004, 0.007, 0.011, 0.022, 0.049, 0.073, 0.086, 0.084, 0.075, 0.067, 0.060, 0.049, 0.052, 0.050, 0.049, 0.049, 0.049, 0.049, 0.047, 0.032, 0.017 + 1.011, 1.002, 1.022, 1.020, 1.022, 0.996, 0.999, 0.999, 0.996, 0.964, 0.959, 1.011 + + + + + living space + electricity + 3.73 + true + 150.0 + + 0.010, 0.006, 0.004, 0.002, 0.004, 0.006, 0.016, 0.032, 0.048, 0.068, 0.078, 0.081, 0.074, 0.067, 0.057, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024 + 0.010, 0.006, 0.004, 0.002, 0.004, 0.006, 0.016, 0.032, 0.048, 0.068, 0.078, 0.081, 0.074, 0.067, 0.057, 0.061, 0.055, 0.054, 0.051, 0.051, 0.052, 0.054, 0.044, 0.024 + 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 + + + + + living space + 307.0 + 12 + 0.12 + 1.09 + 22.32 + 4.0 + + 0.015, 0.007, 0.005, 0.003, 0.003, 0.010, 0.020, 0.031, 0.058, 0.065, 0.056, 0.048, 0.041, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031 + 0.015, 0.007, 0.005, 0.003, 0.003, 0.010, 0.020, 0.031, 0.058, 0.065, 0.056, 0.048, 0.041, 0.046, 0.036, 0.038, 0.038, 0.049, 0.087, 0.111, 0.090, 0.067, 0.044, 0.031 + 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + + + + + living space + 650.0 + true + + 0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041 + 0.040, 0.039, 0.038, 0.037, 0.036, 0.036, 0.038, 0.040, 0.041, 0.041, 0.040, 0.040, 0.042, 0.042, 0.042, 0.041, 0.044, 0.048, 0.050, 0.048, 0.047, 0.046, 0.044, 0.041 + 0.837, 0.835, 1.084, 1.084, 1.084, 1.096, 1.096, 1.096, 1.096, 0.931, 0.925, 0.837 + + + + + living space + electricity + false + + 0.007, 0.007, 0.004, 0.004, 0.007, 0.011, 0.025, 0.042, 0.046, 0.048, 0.042, 0.050, 0.057, 0.046, 0.057, 0.044, 0.092, 0.150, 0.117, 0.060, 0.035, 0.025, 0.016, 0.011 + 0.007, 0.007, 0.004, 0.004, 0.007, 0.011, 0.025, 0.042, 0.046, 0.048, 0.042, 0.050, 0.057, 0.046, 0.057, 0.044, 0.092, 0.150, 0.117, 0.060, 0.035, 0.025, 0.016, 0.011 + 1.097, 1.097, 0.991, 0.987, 0.991, 0.890, 0.896, 0.896, 0.890, 1.085, 1.085, 1.097 + + + + + false + + + + + + interior + 0.4 + + + + + + + interior + 0.1 + + + + + + + interior + 0.25 + + + + + + + exterior + 0.4 + + + + + + + exterior + 0.1 + + + + + + + exterior + 0.25 + + + + + + 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 + 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 + 1.075, 1.064951905, 1.0375, 1.0, 0.9625, 0.935048095, 0.925, 0.935048095, 0.9625, 1.0, 1.0375, 1.064951905 + 0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063 + 0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + 0.046, 0.046, 0.046, 0.046, 0.046, 0.037, 0.035, 0.034, 0.033, 0.028, 0.022, 0.015, 0.012, 0.011, 0.011, 0.012, 0.019, 0.037, 0.049, 0.065, 0.091, 0.105, 0.091, 0.063 + 0.046, 0.046, 0.045, 0.045, 0.046, 0.045, 0.044, 0.041, 0.036, 0.03, 0.024, 0.016, 0.012, 0.011, 0.011, 0.012, 0.019, 0.038, 0.048, 0.06, 0.083, 0.098, 0.085, 0.059 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + + + + + + TV other + + kWh/year + 620.0 + + + 0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07 + 0.045, 0.019, 0.01, 0.001, 0.001, 0.001, 0.005, 0.009, 0.018, 0.026, 0.032, 0.038, 0.04, 0.041, 0.043, 0.045, 0.05, 0.055, 0.07, 0.085, 0.097, 0.108, 0.089, 0.07 + 1.137, 1.129, 0.961, 0.969, 0.961, 0.993, 0.996, 0.96, 0.993, 0.867, 0.86, 1.137 + + + + + other + + kWh/year + 2457.0 + + + 0.855 + 0.045 + 0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036 + 0.035, 0.033, 0.032, 0.031, 0.032, 0.033, 0.037, 0.042, 0.043, 0.043, 0.043, 0.044, 0.045, 0.045, 0.044, 0.046, 0.048, 0.052, 0.053, 0.05, 0.047, 0.045, 0.04, 0.036 + 1.248, 1.257, 0.993, 0.989, 0.993, 0.827, 0.821, 0.821, 0.827, 0.99, 0.987, 1.248 + + + + +
+
\ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple.xml index 1a313eb8..6875c8af 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-schedules-simple.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -45,7 +42,6 @@ - 3.0 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.061, 0.053, 0.025, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.015, 0.018, 0.033, 0.054, 0.054, 0.054, 0.061, 0.061, 0.061 @@ -119,7 +115,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -528,26 +524,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -560,36 +556,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 0.124, 0.074, 0.050, 0.050, 0.053, 0.140, 0.330, 0.420, 0.430, 0.424, 0.411, 0.394, 0.382, 0.378, 0.378, 0.379, 0.386, 0.412, 0.484, 0.619, 0.783, 0.880, 0.597, 0.249 diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml index 472e0453..5e3310d4 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-calendar-year-custom.xml @@ -12,9 +12,6 @@ 60 2010 - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml index 925d9912..5d348862 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-custom.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -53,9 +50,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -123,7 +117,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -502,26 +496,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -534,36 +528,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml index c25be0d8..5063e74a 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-daylight-saving-disabled.xml @@ -11,9 +11,6 @@ 60 - - base.xml - Bills @@ -47,9 +44,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -117,7 +111,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -496,26 +490,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -528,36 +522,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml index fdc5ffce..9bd6daf1 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-runperiod-1-month.xml @@ -15,9 +15,6 @@ 2 28 - - base.xml - Bills @@ -48,9 +45,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -118,7 +112,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -497,26 +491,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -529,36 +523,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-temperature-capacitance-multiplier.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-temperature-capacitance-multiplier.xml index 3c5cecd1..454291cb 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-temperature-capacitance-multiplier.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-temperature-capacitance-multiplier.xml @@ -12,9 +12,6 @@ 60 7.0 - - base.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml index d2698d0c..30f47d76 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml @@ -12,9 +12,6 @@ 10 ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic-10-mins.csv - - base-simcontrol-timestep-10-mins.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml index 8a7ab84e..2b35efec 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml @@ -12,9 +12,6 @@ 10 ../../HPXMLtoOpenStudio/resources/schedule_files/occupancy-stochastic.csv - - base-simcontrol-timestep-10-mins.xml - Bills @@ -45,9 +42,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -115,7 +109,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -494,26 +488,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -526,36 +520,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml index c2139421..44ecd110 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-10-mins.xml @@ -11,9 +11,6 @@ 10 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-30-mins.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-30-mins.xml index 98d697fb..ccbdf579 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-30-mins.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base-simcontrol-timestep-30-mins.xml @@ -11,9 +11,6 @@ 30 - - base.xml - Bills @@ -44,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -114,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -493,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -525,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/sample_files/base.xml b/example_files/resources/hpxml-measures/workflow/sample_files/base.xml index 48e63ed0..beee4761 100644 --- a/example_files/resources/hpxml-measures/workflow/sample_files/base.xml +++ b/example_files/resources/hpxml-measures/workflow/sample_files/base.xml @@ -41,9 +41,6 @@ natural gas - - 3.0 - single-family detached 2.0 @@ -111,7 +108,7 @@ attic - unvented - 1509.4 + 1509.3 asphalt or fiberglass shingles 0.7 0.92 @@ -490,26 +487,26 @@ - exterior - 0.4 + interior + 0.1 - + - garage - 0.4 + interior + 0.25 - + - interior - 0.1 + exterior + 0.4 - + @@ -522,36 +519,12 @@ - garage - 0.1 - - - - - - - interior - 0.25 - - - - - - exterior 0.25 - - - garage - 0.25 - - - - diff --git a/example_files/resources/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw b/example_files/resources/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw index 166032ed..c2f2a1c2 100644 --- a/example_files/resources/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw +++ b/example_files/resources/hpxml-measures/workflow/template-build-and-run-hpxml-with-stochastic-occupancy.osw @@ -57,7 +57,6 @@ "hvac_control_cooling_weekend_setpoint": "78", "hvac_control_heating_weekday_setpoint": "68", "hvac_control_heating_weekend_setpoint": "68", - "occupancy_calculation_type": "asset", "rim_joist_assembly_r": 23.0, "roof_assembly_r": 2.3, "wall_assembly_r": 23, @@ -84,7 +83,6 @@ { "arguments": { "hpxml_path": "../built.xml", - "schedules_type": "stochastic", "output_csv_path": "stochastic.csv", "hpxml_output_path": "../built-stochastic-schedules.xml" }, @@ -103,10 +101,25 @@ { "arguments": { "output_format": "csv", + "include_annual_total_consumptions": true, + "include_annual_fuel_consumptions": true, + "include_annual_end_use_consumptions": true, + "include_annual_system_use_consumptions": true, + "include_annual_emissions": true, + "include_annual_emission_fuels": true, + "include_annual_emission_end_uses": true, + "include_annual_total_loads": true, + "include_annual_unmet_hours": true, + "include_annual_peak_fuels": true, + "include_annual_peak_loads": true, + "include_annual_component_loads": true, + "include_annual_hot_water_uses": true, + "include_annual_hvac_summary": true, "timeseries_frequency": "none", "include_timeseries_total_consumptions": false, "include_timeseries_fuel_consumptions": false, "include_timeseries_end_use_consumptions": false, + "include_timeseries_system_use_consumptions": false, "include_timeseries_emissions": false, "include_timeseries_emission_fuels": false, "include_timeseries_emission_end_uses": false, @@ -120,8 +133,7 @@ "timeseries_timestamp_convention": "start", "add_timeseries_dst_column": false, "add_timeseries_utc_column": false, - "user_output_variables": "", - "generate_eri_outputs": false + "user_output_variables": "" }, "measure_dir_name": "ReportSimulationOutput" }, diff --git a/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy-subset.osw b/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy-subset.osw index 00b04655..e9b8de8d 100644 --- a/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy-subset.osw +++ b/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy-subset.osw @@ -7,7 +7,6 @@ { "arguments": { "hpxml_path": "../../sample_files/base.xml", - "schedules_type": "stochastic", "output_csv_path": "stochastic.csv", "hpxml_output_path": "../built-stochastic-schedules.xml", "schedules_column_names": "cooking_range, dishwasher, hot_water_dishwasher, clothes_washer, hot_water_clothes_washer, clothes_dryer, hot_water_fixtures" @@ -27,10 +26,25 @@ { "arguments": { "output_format": "csv", + "include_annual_total_consumptions": true, + "include_annual_fuel_consumptions": true, + "include_annual_end_use_consumptions": true, + "include_annual_system_use_consumptions": true, + "include_annual_emissions": true, + "include_annual_emission_fuels": true, + "include_annual_emission_end_uses": true, + "include_annual_total_loads": true, + "include_annual_unmet_hours": true, + "include_annual_peak_fuels": true, + "include_annual_peak_loads": true, + "include_annual_component_loads": true, + "include_annual_hot_water_uses": true, + "include_annual_hvac_summary": true, "timeseries_frequency": "none", "include_timeseries_total_consumptions": false, "include_timeseries_fuel_consumptions": false, "include_timeseries_end_use_consumptions": false, + "include_timeseries_system_use_consumptions": false, "include_timeseries_emissions": false, "include_timeseries_emission_fuels": false, "include_timeseries_emission_end_uses": false, @@ -44,8 +58,7 @@ "timeseries_timestamp_convention": "start", "add_timeseries_dst_column": false, "add_timeseries_utc_column": false, - "user_output_variables": "", - "generate_eri_outputs": false + "user_output_variables": "" }, "measure_dir_name": "ReportSimulationOutput" }, diff --git a/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy.osw b/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy.osw index 8f9abd47..87516421 100644 --- a/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy.osw +++ b/example_files/resources/hpxml-measures/workflow/template-run-hpxml-with-stochastic-occupancy.osw @@ -7,7 +7,6 @@ { "arguments": { "hpxml_path": "../../sample_files/base.xml", - "schedules_type": "stochastic", "output_csv_path": "stochastic.csv", "hpxml_output_path": "../built-stochastic-schedules.xml" }, @@ -26,10 +25,25 @@ { "arguments": { "output_format": "csv", + "include_annual_total_consumptions": true, + "include_annual_fuel_consumptions": true, + "include_annual_end_use_consumptions": true, + "include_annual_system_use_consumptions": true, + "include_annual_emissions": true, + "include_annual_emission_fuels": true, + "include_annual_emission_end_uses": true, + "include_annual_total_loads": true, + "include_annual_unmet_hours": true, + "include_annual_peak_fuels": true, + "include_annual_peak_loads": true, + "include_annual_component_loads": true, + "include_annual_hot_water_uses": true, + "include_annual_hvac_summary": true, "timeseries_frequency": "none", "include_timeseries_total_consumptions": false, "include_timeseries_fuel_consumptions": false, "include_timeseries_end_use_consumptions": false, + "include_timeseries_system_use_consumptions": false, "include_timeseries_emissions": false, "include_timeseries_emission_fuels": false, "include_timeseries_emission_end_uses": false, @@ -43,8 +57,7 @@ "timeseries_timestamp_convention": "start", "add_timeseries_dst_column": false, "add_timeseries_utc_column": false, - "user_output_variables": "", - "generate_eri_outputs": false + "user_output_variables": "" }, "measure_dir_name": "ReportSimulationOutput" }, diff --git a/example_files/resources/hpxml-measures/workflow/template-run-hpxml.osw b/example_files/resources/hpxml-measures/workflow/template-run-hpxml.osw index 67ac3a1b..a5e7ac45 100644 --- a/example_files/resources/hpxml-measures/workflow/template-run-hpxml.osw +++ b/example_files/resources/hpxml-measures/workflow/template-run-hpxml.osw @@ -17,10 +17,25 @@ { "arguments": { "output_format": "csv", + "include_annual_total_consumptions": true, + "include_annual_fuel_consumptions": true, + "include_annual_end_use_consumptions": true, + "include_annual_system_use_consumptions": true, + "include_annual_emissions": true, + "include_annual_emission_fuels": true, + "include_annual_emission_end_uses": true, + "include_annual_total_loads": true, + "include_annual_unmet_hours": true, + "include_annual_peak_fuels": true, + "include_annual_peak_loads": true, + "include_annual_component_loads": true, + "include_annual_hot_water_uses": true, + "include_annual_hvac_summary": true, "timeseries_frequency": "none", "include_timeseries_total_consumptions": false, "include_timeseries_fuel_consumptions": false, "include_timeseries_end_use_consumptions": false, + "include_timeseries_system_use_consumptions": false, "include_timeseries_emissions": false, "include_timeseries_emission_fuels": false, "include_timeseries_emission_end_uses": false, @@ -34,8 +49,7 @@ "timeseries_timestamp_convention": "start", "add_timeseries_dst_column": false, "add_timeseries_utc_column": false, - "user_output_variables": "", - "generate_eri_outputs": false + "user_output_variables": "" }, "measure_dir_name": "ReportSimulationOutput" }, diff --git a/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Long_Residence.xml b/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Long_Residence.xml new file mode 100644 index 00000000..358019ae --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Long_Residence.xml @@ -0,0 +1,386 @@ + + + + HPXML + hand + 2000-01-01T00:00:00-07:00 + create + + + + + + proposed workscope + + + + + suburban + + + single-family detached + 2.0 + 1.0 + 3 + 2958.0 + + + + + + USA_IA_Cedar.Rapids.Muni.AP.725450_TMY3 + + USA_IA_Cedar.Rapids.Muni.AP.725450_TMY3.epw + + + + + + + + 50.0 + + ACH + 2.8 + + + + + + + attic - vented + 1712.7 + asphalt or fiberglass shingles + 0.92 + 0.92 + 7.0 + false + + + 2.3 + + + + + + + outside + living space + + + + 1280.0 + brick veneer + + + 10.3 + + + + + outside + basement - conditioned + + + + 480.0 + brick veneer + + + 7.7 + + + + + + + ground + basement - conditioned + concrete block + 5.0 + 800.0 + 5.0 + + + + continuous - exterior + 6.0 + 0.0 + 5.0 + + + continuous - interior + 0.0 + + + + + + + + attic - vented + living space + + + + 1479.0 + + + 20.4 + + + + + + + basement - conditioned + 1479.0 + 160.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + + + + + 20.0 + 0 + 0.56 + 0.66 + + + 0.6 + + + + + + 8.0 + 90 + 0.87 + 0.67 + + + 0.6 + + + + + + 8.0 + 180 + 0.87 + 0.67 + + + 0.6 + + + + + + 4.0 + 90 + 0.87 + 0.67 + + + 0.6 + + + + + + 11.0 + 90 + 0.57 + 0.56 + + + 0.6 + + + 1.0 + 1.0 + 5.0 + + + + + + 58.0 + 90 + 0.57 + 0.56 + + + 0.6 + + + 1.0 + 1.0 + 5.0 + + + + + + 22.0 + 180 + 0.57 + 0.56 + + + 0.6 + + + 1.0 + 5.0 + 9.0 + + + + + + 8.0 + 180 + 0.57 + 0.56 + + + 0.6 + + + 1.0 + 8.0 + 12.0 + + + + + + 40.0 + 270 + 0.56 + 0.66 + + + 0.6 + + + 1.0 + 1.0 + 6.0 + + + + + + + + + 17.33 + 90 + 2.86 + + + + + 21.0 + 270 + 2.86 + + + + + + + + + + + + + natural gas + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 1.0 + + SEER + 13.0 + + + + + + 70.0 + 75.0 + + + + + + regular velocity + + supply + + CFM25 + 0.0 + to outside + + + + return + + CFM25 + 0.0 + to outside + + + + + + + + + + + + + + electricity + + + + + + + + + other + + + + + \ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Vatilo_Residence.xml b/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Vatilo_Residence.xml new file mode 100644 index 00000000..f19a3664 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Vatilo_Residence.xml @@ -0,0 +1,381 @@ + + + + HPXML + hand + 2000-01-01T00:00:00-07:00 + create + + + + + + proposed workscope + + + + + suburban + + + single-family detached + 1.0 + 1.0 + 2 + 1200.0 + + + + + + USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3 + + USA_TX_Houston-Bush.Intercontinental.AP.722430_TMY3.epw + + + + + + + + 50.0 + + ACH + 6.5 + + + + + + + attic - vented + 1358.4 + asphalt or fiberglass shingles + 0.7 + 0.92 + 6.0 + false + + + 2.3 + + + + + + + outside + living space + + + + 976.0 + stucco + + + 12.35 + + + + + garage + living space + + + + 144.0 + + + 12.35 + + + + + outside + garage + + + + 432.0 + stucco + + + 4.0 + + + + + + + attic - vented + living space + + + + 1200.0 + + + 31.3 + + + + + attic - vented + garage + + + + 225.0 + + + 2.1 + + + + + + + living space + 1200.0 + 140.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + + + garage + 15.0 + 45.0 + 0.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + + + + + 24.0 + 0 + 0.63 + 0.69 + + + 0.6 + + + + + + 36.0 + 90 + 0.65 + 0.67 + + + 0.6 + + + 1.5 + 1.0 + 5.5 + + + + + + 44.3 + 270 + 0.65 + 0.67 + + + 0.6 + + + 1.5 + 1.5 + 7.83 + + + + + + 15.75 + 270 + 0.65 + 0.67 + + + 0.6 + + + 1.5 + 1.0 + 5.5 + + + + + + 36.0 + 0 + 0.65 + 0.67 + + + 0.6 + + + 1.5 + 1.0 + 5.5 + + + + + + 12.0 + 0 + 0.63 + 0.69 + + + 0.6 + + + 1.5 + 1.0 + 4.0 + + + + + + + + + 21.0 + 0 + 2.86 + + + + + 21.0 + 0 + 2.86 + + + + + + + + + + air-to-air + electricity + 1.0 + 1.0 + + SEER + 13.0 + + + HSPF + 7.7 + + + + + + 70.0 + 75.0 + + + + + + regular velocity + + supply + + CFM25 + 128.1 + to outside + + + + return + + CFM25 + 49.0 + to outside + + + + + supply + 4.0 + attic - vented + 366.0 + + + + return + 4.0 + attic - vented + 70.0 + + 1 + + + + + + + + + + + + electricity + + + + + + + + + other + + + + + \ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Victor_Residence.xml b/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Victor_Residence.xml new file mode 100644 index 00000000..fa4ce611 --- /dev/null +++ b/example_files/resources/hpxml-measures/workflow/tests/ACCA_Examples/Victor_Residence.xml @@ -0,0 +1,370 @@ + + + + HPXML + hand + 2000-01-01T00:00:00-07:00 + create + + + + + + proposed workscope + + + + + suburban + + + single-family detached + 1.0 + 1.0 + 3 + 1800.0 + + + + + + USA_IN_Lafayette-Purdue.University.AP.724386_TMY3 + + USA_IN_Lafayette-Purdue.University.AP.724386_TMY3.epw + + + + + + + + 50.0 + + ACH + 8.5 + + 26100.0 + + + + + + living space + 2068.6 + asphalt or fiberglass shingles + 0.92 + 0.92 + 7.0 + false + + + 19.6 + + + + + + + outside + living space + + + + 1376.0 + brick veneer + + + 11.63 + + + + + + + ground + crawlspace - unvented + 3.0 + 519.0 + 2.0 + + + + continuous - exterior + 0.0 + + + continuous - interior + 0.0 + + + + + + + + crawlspace - unvented + living space + + + + 1800.0 + + + 13.7 + + + + + + + crawlspace - unvented + 1800.0 + 172.0 + + + + 0.0 + 0.0 + + + + + + 0.0 + 0.0 + + + + + + + + 33.33 + 0 + 0.57 + 0.56 + + + 0.6 + + + + + + 9.0 + 0 + 0.56 + 0.66 + + + 0.6 + + + + + + 44.33 + 0 + 0.87 + 0.67 + + + 0.6 + + + + + + 31.5 + 90 + 0.57 + 0.56 + + + 0.6 + + + 1.0 + 5.0 + 9.5 + + + + + + 31.5 + 270 + 0.57 + 0.56 + + + 0.6 + + + 1.0 + 8.0 + 12.5 + + + + + + 90.0 + 180 + 0.56 + 0.66 + + + 0.6 + + + 6.0 + 1.0 + 5.5 + + + + + + + + 2.0 + 0 + 0.74 + 0.66 + + + + + 7.5 + 180 + 0.74 + 0.66 + + + + + + + + 21.0 + 0 + 2.86 + + + + + 21.0 + 0 + 2.86 + + + + + + + + + + + + + natural gas + + AFUE + 0.92 + + 1.0 + + + + + central air conditioner + electricity + 1.0 + + SEER + 13.0 + + + + + + 70.0 + 75.0 + + + + + + regular velocity + + supply + + CFM25 + 180.6 + to outside + + + + return + + CFM25 + 87.5 + to outside + + + + + supply + 2.0 + crawlspace - unvented + 516.0 + + + + return + 2.0 + crawlspace - unvented + 125.0 + + 1 + + + + + + + + + balanced + 30.0 + true + + + + + + + + + + + + + + electricity + + + + + + + + + other + + + + + \ No newline at end of file diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml index d857779b..60671c06 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AC.xml @@ -198,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -216,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml index 381c22d7..376acf92 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L100AL.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml index a47a46c1..75cd08f0 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml index ad8e292f..9580831e 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L110AL.xml @@ -9,9 +9,6 @@ true - - L100AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml index ed08a13a..9b78fff2 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml index a5fcb09e..c8e0905d 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L120AL.xml @@ -9,9 +9,6 @@ true - - L100AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml index a0303801..ec530bb1 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml index c28d6d2d..fa49d6b4 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L130AL.xml @@ -9,9 +9,6 @@ true - - L100AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml index 353667ed..1c908732 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml index 2aa5371c..63ab0327 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L140AL.xml @@ -9,9 +9,6 @@ true - - L100AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml index a9c8d1a7..de84aea1 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml index da39f89b..bc886ffd 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L150AL.xml @@ -9,9 +9,6 @@ true - - L100AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml index 66948206..72d10d21 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AC.xml @@ -9,9 +9,6 @@ true - - L150AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml index 2e7e5c5a..c3f5056d 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L155AL.xml @@ -9,9 +9,6 @@ true - - L150AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml index 4cab4844..f6abe1ca 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml index f6e32809..9ecbd2c2 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L160AL.xml @@ -9,9 +9,6 @@ true - - L100AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml index f4d315b9..3d56aa5b 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 @@ -356,13 +353,6 @@ kWh/year 0.0 - - 0.822 - 0.178 - 0.0203, 0.0203, 0.0203, 0.0203, 0.0203, 0.0339, 0.0426, 0.0852, 0.0497, 0.0304, 0.0304, 0.0406, 0.0304, 0.0254, 0.0264, 0.0264, 0.0386, 0.0416, 0.0447, 0.0700, 0.0700, 0.0731, 0.0731, 0.0660 - 0.0203, 0.0203, 0.0203, 0.0203, 0.0203, 0.0339, 0.0426, 0.0852, 0.0497, 0.0304, 0.0304, 0.0406, 0.0304, 0.0254, 0.0264, 0.0264, 0.0386, 0.0416, 0.0447, 0.0700, 0.0700, 0.0731, 0.0731, 0.0660 - 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 - diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml index 3efef7d6..945b2f5f 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L170AL.xml @@ -9,9 +9,6 @@ true - - L100AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 @@ -356,13 +353,6 @@ kWh/year 0.0 - - 0.822 - 0.178 - 0.0203, 0.0203, 0.0203, 0.0203, 0.0203, 0.0339, 0.0426, 0.0852, 0.0497, 0.0304, 0.0304, 0.0406, 0.0304, 0.0254, 0.0264, 0.0264, 0.0386, 0.0416, 0.0447, 0.0700, 0.0700, 0.0731, 0.0731, 0.0660 - 0.0203, 0.0203, 0.0203, 0.0203, 0.0203, 0.0339, 0.0426, 0.0852, 0.0497, 0.0304, 0.0304, 0.0406, 0.0304, 0.0254, 0.0264, 0.0264, 0.0386, 0.0416, 0.0447, 0.0700, 0.0700, 0.0731, 0.0731, 0.0660 - 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 - diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml index 211b2238..87d33ac2 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml index 78cd43ee..30c6f650 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L200AL.xml @@ -9,9 +9,6 @@ true - - L100AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml index f2b18aef..9fa2aad4 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AC.xml @@ -9,9 +9,6 @@ true - - L200AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.2 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.2 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml index 80bf32fc..a2756573 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L202AL.xml @@ -9,9 +9,6 @@ true - - L200AL.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.2 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.2 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml index 2988914d..df8135db 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L302XC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml index 488acb80..096e10ad 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L304XC.xml @@ -9,9 +9,6 @@ true - - L302XC.xml - @@ -201,7 +198,7 @@ - 60.7 + 60.8 90 wood siding 0.6 @@ -219,7 +216,7 @@ - 60.7 + 60.8 270 wood siding 0.6 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml index c921da8f..ba807861 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L322XC.xml @@ -9,9 +9,6 @@ true - - L100AC.xml - @@ -113,7 +110,7 @@ outside basement - conditioned - 42.8 + 42.7 0 wood siding 0.6 @@ -141,7 +138,7 @@ outside basement - conditioned - 42.8 + 42.7 180 wood siding 0.6 @@ -294,7 +291,7 @@ ground basement - conditioned 7.25 - 413.3 + 413.2 0 6.0 6.583 @@ -318,7 +315,7 @@ ground basement - conditioned 7.25 - 195.7 + 195.8 90 6.0 6.583 @@ -342,7 +339,7 @@ ground basement - conditioned 7.25 - 413.3 + 413.2 180 6.0 6.583 @@ -366,7 +363,7 @@ ground basement - conditioned 7.25 - 195.7 + 195.8 270 6.0 6.583 diff --git a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml index 9c68d485..46d9452a 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml +++ b/example_files/resources/hpxml-measures/workflow/tests/ASHRAE_Standard_140/L324XC.xml @@ -9,9 +9,6 @@ true - - L322XC.xml - @@ -113,7 +110,7 @@ outside basement - conditioned - 42.8 + 42.7 0 wood siding 0.6 @@ -141,7 +138,7 @@ outside basement - conditioned - 42.8 + 42.7 180 wood siding 0.6 @@ -294,7 +291,7 @@ ground basement - conditioned 7.25 - 413.3 + 413.2 0 6.0 6.583 @@ -321,7 +318,7 @@ ground basement - conditioned 7.25 - 195.7 + 195.8 90 6.0 6.583 @@ -348,7 +345,7 @@ ground basement - conditioned 7.25 - 413.3 + 413.2 180 6.0 6.583 @@ -375,7 +372,7 @@ ground basement - conditioned 7.25 - 195.7 + 195.8 270 6.0 6.583 diff --git a/example_files/resources/hpxml-measures/workflow/tests/base_results/results.csv b/example_files/resources/hpxml-measures/workflow/tests/base_results/results.csv index 1c86bc24..e993a1ea 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/base_results/results.csv +++ b/example_files/resources/hpxml-measures/workflow/tests/base_results/results.csv @@ -1,444 +1,475 @@ -HPXML,Energy Use: Total (MBtu),Energy Use: Net (MBtu),Fuel Use: Electricity: Total (MBtu),Fuel Use: Electricity: Net (MBtu),Fuel Use: Natural Gas: Total (MBtu),Fuel Use: Fuel Oil: Total (MBtu),Fuel Use: Propane: Total (MBtu),Fuel Use: Wood Cord: Total (MBtu),Fuel Use: Wood Pellets: Total (MBtu),Fuel Use: Coal: Total (MBtu),End Use: Electricity: Heating (MBtu),End Use: Electricity: Heating Heat Pump Backup (MBtu),End Use: Electricity: Heating Fans/Pumps (MBtu),End Use: Electricity: Cooling (MBtu),End Use: Electricity: Cooling Fans/Pumps (MBtu),End Use: Electricity: Hot Water (MBtu),End Use: Electricity: Hot Water Recirc Pump (MBtu),End Use: Electricity: Hot Water Solar Thermal Pump (MBtu),End Use: Electricity: Lighting Interior (MBtu),End Use: Electricity: Lighting Garage (MBtu),End Use: Electricity: Lighting Exterior (MBtu),End Use: Electricity: Mech Vent (MBtu),End Use: Electricity: Mech Vent Preheating (MBtu),End Use: Electricity: Mech Vent Precooling (MBtu),End Use: Electricity: Whole House Fan (MBtu),End Use: Electricity: Refrigerator (MBtu),End Use: Electricity: Freezer (MBtu),End Use: Electricity: Dehumidifier (MBtu),End Use: Electricity: Dishwasher (MBtu),End Use: Electricity: Clothes Washer (MBtu),End Use: Electricity: Clothes Dryer (MBtu),End Use: Electricity: Range/Oven (MBtu),End Use: Electricity: Ceiling Fan (MBtu),End Use: Electricity: Television (MBtu),End Use: Electricity: Plug Loads (MBtu),End Use: Electricity: Electric Vehicle Charging (MBtu),End Use: Electricity: Well Pump (MBtu),End Use: Electricity: Pool Heater (MBtu),End Use: Electricity: Pool Pump (MBtu),End Use: Electricity: Hot Tub Heater (MBtu),End Use: Electricity: Hot Tub Pump (MBtu),End Use: Electricity: PV (MBtu),End Use: Electricity: Generator (MBtu),End Use: Electricity: Battery (MBtu),End Use: Natural Gas: Heating (MBtu),End Use: Natural Gas: Heating Heat Pump Backup (MBtu),End Use: Natural Gas: Hot Water (MBtu),End Use: Natural Gas: Clothes Dryer (MBtu),End Use: Natural Gas: Range/Oven (MBtu),End Use: Natural Gas: Mech Vent Preheating (MBtu),End Use: Natural Gas: Pool Heater (MBtu),End Use: Natural Gas: Hot Tub Heater (MBtu),End Use: Natural Gas: Grill (MBtu),End Use: Natural Gas: Lighting (MBtu),End Use: Natural Gas: Fireplace (MBtu),End Use: Natural Gas: Generator (MBtu),End Use: Fuel Oil: Heating (MBtu),End Use: Fuel Oil: Heating Heat Pump Backup (MBtu),End Use: Fuel Oil: Hot Water (MBtu),End Use: Fuel Oil: Clothes Dryer (MBtu),End Use: Fuel Oil: Range/Oven (MBtu),End Use: Fuel Oil: Mech Vent Preheating (MBtu),End Use: Fuel Oil: Grill (MBtu),End Use: Fuel Oil: Lighting (MBtu),End Use: Fuel Oil: Fireplace (MBtu),End Use: Fuel Oil: Generator (MBtu),End Use: Propane: Heating (MBtu),End Use: Propane: Heating Heat Pump Backup (MBtu),End Use: Propane: Hot Water (MBtu),End Use: Propane: Clothes Dryer (MBtu),End Use: Propane: Range/Oven (MBtu),End Use: Propane: Mech Vent Preheating (MBtu),End Use: Propane: Grill (MBtu),End Use: Propane: Lighting (MBtu),End Use: Propane: Fireplace (MBtu),End Use: Propane: Generator (MBtu),End Use: Wood Cord: Heating (MBtu),End Use: Wood Cord: Heating Heat Pump Backup (MBtu),End Use: Wood Cord: Hot Water (MBtu),End Use: Wood Cord: Clothes Dryer (MBtu),End Use: Wood Cord: Range/Oven (MBtu),End Use: Wood Cord: Mech Vent Preheating (MBtu),End Use: Wood Cord: Grill (MBtu),End Use: Wood Cord: Lighting (MBtu),End Use: Wood Cord: Fireplace (MBtu),End Use: Wood Cord: Generator (MBtu),End Use: Wood Pellets: Heating (MBtu),End Use: Wood Pellets: Heating Heat Pump Backup (MBtu),End Use: Wood Pellets: Hot Water (MBtu),End Use: Wood Pellets: Clothes Dryer (MBtu),End Use: Wood Pellets: Range/Oven (MBtu),End Use: Wood Pellets: Mech Vent Preheating (MBtu),End Use: Wood Pellets: Grill (MBtu),End Use: Wood Pellets: Lighting (MBtu),End Use: Wood Pellets: Fireplace (MBtu),End Use: Wood Pellets: Generator (MBtu),End Use: Coal: Heating (MBtu),End Use: Coal: Heating Heat Pump Backup (MBtu),End Use: Coal: Hot Water (MBtu),End Use: Coal: Clothes Dryer (MBtu),End Use: Coal: Range/Oven (MBtu),End Use: Coal: Mech Vent Preheating (MBtu),End Use: Coal: Grill (MBtu),End Use: Coal: Lighting (MBtu),End Use: Coal: Fireplace (MBtu),End Use: Coal: Generator (MBtu),Load: Heating: Delivered (MBtu),Load: Cooling: Delivered (MBtu),Load: Hot Water: Delivered (MBtu),Load: Hot Water: Tank Losses (MBtu),Load: Hot Water: Desuperheater (MBtu),Load: Hot Water: Solar Thermal (MBtu),Unmet Hours: Heating (hr),Unmet Hours: Cooling (hr),Peak Electricity: Winter Total (W),Peak Electricity: Summer Total (W),Peak Load: Heating: Delivered (kBtu/hr),Peak Load: Cooling: Delivered (kBtu/hr),Component Load: Heating: Roofs (MBtu),Component Load: Heating: Ceilings (MBtu),Component Load: Heating: Walls (MBtu),Component Load: Heating: Rim Joists (MBtu),Component Load: Heating: Foundation Walls (MBtu),Component Load: Heating: Doors (MBtu),Component Load: Heating: Windows (MBtu),Component Load: Heating: Skylights (MBtu),Component Load: Heating: Floors (MBtu),Component Load: Heating: Slabs (MBtu),Component Load: Heating: Internal Mass (MBtu),Component Load: Heating: Infiltration (MBtu),Component Load: Heating: Natural Ventilation (MBtu),Component Load: Heating: Mechanical Ventilation (MBtu),Component Load: Heating: Whole House Fan (MBtu),Component Load: Heating: Ducts (MBtu),Component Load: Heating: Internal Gains (MBtu),Component Load: Cooling: Roofs (MBtu),Component Load: Cooling: Ceilings (MBtu),Component Load: Cooling: Walls (MBtu),Component Load: Cooling: Rim Joists (MBtu),Component Load: Cooling: Foundation Walls (MBtu),Component Load: Cooling: Doors (MBtu),Component Load: Cooling: Windows (MBtu),Component Load: Cooling: Skylights (MBtu),Component Load: Cooling: Floors (MBtu),Component Load: Cooling: Slabs (MBtu),Component Load: Cooling: Internal Mass (MBtu),Component Load: Cooling: Infiltration (MBtu),Component Load: Cooling: Natural Ventilation (MBtu),Component Load: Cooling: Mechanical Ventilation (MBtu),Component Load: Cooling: Whole House Fan (MBtu),Component Load: Cooling: Ducts (MBtu),Component Load: Cooling: Internal Gains (MBtu),Hot Water: Clothes Washer (gal),Hot Water: Dishwasher (gal),Hot Water: Fixtures (gal),Hot Water: Distribution Waste (gal),HVAC Capacity: Heating (Btu/h),HVAC Capacity: Cooling (Btu/h),HVAC Capacity: Heat Pump Backup (Btu/h),HVAC Design Temperature: Heating (F),HVAC Design Temperature: Cooling (F),HVAC Design Load: Heating: Total (Btu/h),HVAC Design Load: Heating: Ducts (Btu/h),HVAC Design Load: Heating: Windows (Btu/h),HVAC Design Load: Heating: Skylights (Btu/h),HVAC Design Load: Heating: Doors (Btu/h),HVAC Design Load: Heating: Walls (Btu/h),HVAC Design Load: Heating: Roofs (Btu/h),HVAC Design Load: Heating: Floors (Btu/h),HVAC Design Load: Heating: Slabs (Btu/h),HVAC Design Load: Heating: Ceilings (Btu/h),HVAC Design Load: Heating: Infiltration/Ventilation (Btu/h),HVAC Design Load: Cooling Sensible: Total (Btu/h),HVAC Design Load: Cooling Sensible: Ducts (Btu/h),HVAC Design Load: Cooling Sensible: Windows (Btu/h),HVAC Design Load: Cooling Sensible: Skylights (Btu/h),HVAC Design Load: Cooling Sensible: Doors (Btu/h),HVAC Design Load: Cooling Sensible: Walls (Btu/h),HVAC Design Load: Cooling Sensible: Roofs (Btu/h),HVAC Design Load: Cooling Sensible: Floors (Btu/h),HVAC Design Load: Cooling Sensible: Slabs (Btu/h),HVAC Design Load: Cooling Sensible: Ceilings (Btu/h),HVAC Design Load: Cooling Sensible: Infiltration/Ventilation (Btu/h),HVAC Design Load: Cooling Sensible: Internal Gains (Btu/h),HVAC Design Load: Cooling Latent: Total (Btu/h),HVAC Design Load: Cooling Latent: Ducts (Btu/h),HVAC Design Load: Cooling Latent: Infiltration/Ventilation (Btu/h),HVAC Design Load: Cooling Latent: Internal Gains (Btu/h),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Total (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Total (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Heating Fans/Pumps (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Cooling (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Cooling Fans/Pumps (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Hot Water (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Lighting Interior (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Lighting Exterior (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Refrigerator (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Dishwasher (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Clothes Washer (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Clothes Dryer (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Range/Oven (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Television (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Plug Loads (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: PV (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Electricity: Battery (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Natural Gas: Total (lb),Emissions: CO2e: Cambium Hourly MidCase LRMER RMPA: Natural Gas: Heating (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Total (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Total (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Heating Fans/Pumps (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Cooling (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Cooling Fans/Pumps (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Hot Water (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Lighting Interior (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Lighting Exterior (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Refrigerator (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Dishwasher (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Clothes Washer (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Clothes Dryer (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Range/Oven (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Television (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Plug Loads (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: PV (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Electricity: Battery (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Natural Gas: Total (lb),Emissions: CO2e: Cambium Hourly LowRECosts LRMER RMPA: Natural Gas: Heating (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Total (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Total (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Heating Fans/Pumps (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Cooling (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Cooling Fans/Pumps (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Hot Water (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Lighting Interior (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Lighting Exterior (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Refrigerator (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Dishwasher (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Clothes Washer (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Clothes Dryer (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Range/Oven (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Television (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Plug Loads (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: PV (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Electricity: Battery (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Natural Gas: Total (lb),Emissions: CO2e: Cambium Annual MidCase AER National: Natural Gas: Heating (lb),Emissions: SO2: eGRID RMPA: Total (lb),Emissions: SO2: eGRID RMPA: Electricity: Total (lb),Emissions: SO2: eGRID RMPA: Electricity: Heating Fans/Pumps (lb),Emissions: SO2: eGRID RMPA: Electricity: Cooling (lb),Emissions: SO2: eGRID RMPA: Electricity: Cooling Fans/Pumps (lb),Emissions: SO2: eGRID RMPA: Electricity: Hot Water (lb),Emissions: SO2: eGRID RMPA: Electricity: Lighting Interior (lb),Emissions: SO2: eGRID RMPA: Electricity: Lighting Exterior (lb),Emissions: SO2: eGRID RMPA: Electricity: Refrigerator (lb),Emissions: SO2: eGRID RMPA: Electricity: Dishwasher (lb),Emissions: SO2: eGRID RMPA: Electricity: Clothes Washer (lb),Emissions: SO2: eGRID RMPA: Electricity: Clothes Dryer (lb),Emissions: SO2: eGRID RMPA: Electricity: Range/Oven (lb),Emissions: SO2: eGRID RMPA: Electricity: Television (lb),Emissions: SO2: eGRID RMPA: Electricity: Plug Loads (lb),Emissions: SO2: eGRID RMPA: Electricity: PV (lb),Emissions: SO2: eGRID RMPA: Electricity: Battery (lb),Emissions: SO2: eGRID RMPA: Natural Gas: Total (lb),Emissions: SO2: eGRID RMPA: Natural Gas: Heating (lb),Emissions: NOx: eGRID RMPA: Total (lb),Emissions: NOx: eGRID RMPA: Electricity: Total (lb),Emissions: NOx: eGRID RMPA: Electricity: Heating Fans/Pumps (lb),Emissions: NOx: eGRID RMPA: Electricity: Cooling (lb),Emissions: NOx: eGRID RMPA: Electricity: Cooling Fans/Pumps (lb),Emissions: NOx: eGRID RMPA: Electricity: Hot Water (lb),Emissions: NOx: eGRID RMPA: Electricity: Lighting Interior (lb),Emissions: NOx: eGRID RMPA: Electricity: Lighting Exterior (lb),Emissions: NOx: eGRID RMPA: Electricity: Refrigerator (lb),Emissions: NOx: eGRID RMPA: Electricity: Dishwasher (lb),Emissions: NOx: eGRID RMPA: Electricity: Clothes Washer (lb),Emissions: NOx: eGRID RMPA: Electricity: Clothes Dryer (lb),Emissions: NOx: eGRID RMPA: Electricity: Range/Oven (lb),Emissions: NOx: eGRID RMPA: Electricity: Television (lb),Emissions: NOx: eGRID RMPA: Electricity: Plug Loads (lb),Emissions: NOx: eGRID RMPA: Electricity: PV (lb),Emissions: NOx: eGRID RMPA: Electricity: Battery (lb),Emissions: NOx: eGRID RMPA: Natural Gas: Total (lb),Emissions: NOx: eGRID RMPA: Natural Gas: Heating (lb) -base-appliances-coal.xml,60.245,60.245,33.212,33.212,22.167,0.0,0.0,0.0,0.0,4.866,0.0,0.0,0.366,4.363,0.845,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,20.759,14.329,9.234,0.614,0.0,0.0,0.0,0.0,1969.3,3144.1,22.992,18.208,0.0,3.552,3.64,0.512,7.517,0.63,-2.026,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-11.921,0.0,-0.056,-0.465,-0.052,2.676,-0.027,9.786,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.163,10.345,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-dehumidifier-ief-portable.xml,34.548,34.548,33.229,33.229,1.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006,8.784,1.873,6.813,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.622,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.158,30.522,6.675,0.572,0.0,0.0,0.0,0.0,2251.3,2761.9,9.474,14.235,0.0,1.762,1.644,0.0,0.0,0.39,0.124,0.0,0.0,1.306,-0.371,1.052,0.091,0.397,0.0,0.033,-5.52,0.0,0.54,-0.017,0.0,0.0,0.204,19.033,0.0,0.0,1.813,-0.366,-0.338,-1.892,-0.093,0.0,0.345,11.453,1354.8,997.6,9989.1,2461.3,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,14675.0,163.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,2520.0,1416.0,325.0,291.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-dehumidifier-ief-whole-home.xml,34.575,34.575,33.279,33.279,1.296,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006,8.783,1.873,6.813,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.674,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.296,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.147,30.512,6.675,0.571,0.0,0.0,0.0,0.0,2118.7,2761.9,9.489,14.235,0.0,1.774,1.655,0.0,0.0,0.393,0.139,0.0,0.0,1.314,-0.374,1.06,0.09,0.4,0.0,0.032,-5.585,0.0,0.55,-0.007,0.0,0.0,0.207,19.045,0.0,0.0,1.819,-0.369,-0.331,-1.888,-0.09,0.0,0.345,11.41,1354.8,997.6,9989.1,2461.3,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,14675.0,163.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,2520.0,1416.0,325.0,291.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-dehumidifier-multiple.xml,34.536,34.536,33.148,33.148,1.388,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006,8.771,1.87,6.813,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.558,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.388,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.239,30.485,6.675,0.572,0.0,0.0,0.0,0.0,2167.5,2757.4,9.55,14.236,0.0,1.77,1.649,0.0,0.0,0.388,0.018,0.0,0.0,1.319,-0.361,1.049,0.097,0.397,0.0,0.035,-5.383,0.0,0.554,-0.006,0.0,0.0,0.204,18.948,0.0,0.0,1.846,-0.356,-0.336,-1.876,-0.091,0.0,0.345,11.414,1354.8,997.6,9989.2,2461.4,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,14675.0,163.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,2520.0,1416.0,325.0,291.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-dehumidifier.xml,34.509,34.509,33.204,33.204,1.304,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006,8.775,1.871,6.813,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.608,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.304,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.166,30.477,6.675,0.572,0.0,0.0,0.0,0.0,2083.7,2761.9,9.546,14.235,0.0,1.777,1.657,0.0,0.0,0.395,0.134,0.0,0.0,1.307,-0.382,1.062,0.087,0.4,0.0,0.032,-5.552,0.0,0.558,-0.0,0.0,0.0,0.21,19.054,0.0,0.0,1.824,-0.377,-0.326,-1.889,-0.088,0.0,0.345,11.365,1354.8,997.6,9989.2,2461.4,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,14675.0,163.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,2520.0,1416.0,325.0,291.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-gas.xml,60.245,60.245,33.212,33.212,27.033,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.366,4.363,0.845,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.759,14.329,9.234,0.614,0.0,0.0,0.0,0.0,1969.3,3144.1,22.992,18.208,0.0,3.552,3.64,0.512,7.517,0.63,-2.026,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-11.921,0.0,-0.056,-0.465,-0.052,2.676,-0.027,9.786,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.163,10.345,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-modified.xml,58.861,58.861,36.897,36.897,21.965,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.362,4.392,0.852,9.69,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.636,0.365,1.519,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.965,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.57,14.466,9.799,0.614,0.0,0.0,0.0,0.0,2161.8,3672.8,22.992,18.124,0.0,3.553,3.64,0.512,7.521,0.63,-2.01,0.0,0.0,8.295,-0.067,5.405,0.0,0.0,0.0,4.777,-12.03,0.0,-0.063,-0.47,-0.053,2.665,-0.028,9.787,0.0,0.0,-6.383,-0.063,-1.315,-3.127,0.0,0.0,3.186,10.515,1354.8,1997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-none.xml,53.127,53.127,28.356,28.356,24.771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.409,3.941,0.742,7.933,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.199,12.589,7.908,0.616,0.0,0.0,0.0,0.0,1862.1,2851.9,23.392,16.892,0.0,3.516,3.617,0.509,7.449,0.625,-2.109,0.0,0.0,8.215,-0.059,5.395,0.0,0.0,0.0,5.311,-9.594,0.0,0.007,-0.415,-0.045,2.819,-0.013,9.92,0.0,0.0,-6.123,-0.055,-1.262,-2.89,0.0,0.0,2.849,7.977,0.0,0.0,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-oil-location-miami-fl.xml,50.188,50.188,45.322,45.322,0.0,4.866,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.888,4.111,4.848,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,67.867,4.659,0.55,0.0,0.0,0.0,0.0,0.0,3199.4,0.0,21.462,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.804,0.731,0.135,9.758,0.336,23.902,0.0,0.0,3.201,-0.01,-0.532,-2.922,-0.004,0.0,10.36,22.203,1354.8,997.6,8625.1,1979.2,12000.0,24000.0,0.0,51.62,90.68,12397.0,5549.0,2184.0,0.0,167.0,1864.0,0.0,0.0,711.0,631.0,1291.0,20738.0,7582.0,6532.0,0.0,279.0,580.0,0.0,0.0,0.0,2554.0,690.0,2520.0,2991.0,842.0,1349.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-oil.xml,60.245,60.245,33.212,33.212,22.167,4.866,0.0,0.0,0.0,0.0,0.0,0.0,0.366,4.363,0.845,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.759,14.329,9.234,0.614,0.0,0.0,0.0,0.0,1969.3,3144.1,22.992,18.208,0.0,3.552,3.64,0.512,7.517,0.63,-2.026,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-11.921,0.0,-0.056,-0.465,-0.052,2.676,-0.027,9.786,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.163,10.345,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-propane-location-portland-or.xml,55.111,55.111,29.754,29.754,20.491,0.0,4.866,0.0,0.0,0.0,0.0,0.0,0.084,2.101,0.355,8.739,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.491,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.936,5.92,8.776,0.615,0.0,0.0,0.0,0.0,1916.6,2896.1,14.11,14.958,0.0,3.146,3.297,0.464,7.018,0.645,-1.632,0.0,0.0,12.156,-0.072,4.333,0.0,0.553,0.0,4.074,-15.279,0.0,-0.13,-0.422,-0.05,1.292,-0.027,6.452,0.0,0.0,-6.11,-0.072,-0.929,-1.946,-0.123,0.0,1.129,6.988,1354.8,997.6,11239.6,2579.1,24000.0,24000.0,0.0,28.58,87.08,23400.0,7561.0,4921.0,0.0,377.0,4200.0,0.0,0.0,1603.0,1423.0,3315.0,18327.0,6166.0,6621.0,0.0,210.0,278.0,0.0,0.0,0.0,2032.0,500.0,2520.0,599.0,0.0,-201.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-propane.xml,60.245,60.245,33.212,33.212,22.167,0.0,4.866,0.0,0.0,0.0,0.0,0.0,0.366,4.363,0.845,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.759,14.329,9.234,0.614,0.0,0.0,0.0,0.0,1969.3,3144.1,22.992,18.208,0.0,3.552,3.64,0.512,7.517,0.63,-2.026,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-11.921,0.0,-0.056,-0.465,-0.052,2.676,-0.027,9.786,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.163,10.345,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-wood.xml,60.245,60.245,33.212,33.212,22.167,0.0,0.0,4.866,0.0,0.0,0.0,0.0,0.366,4.363,0.845,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.759,14.329,9.234,0.614,0.0,0.0,0.0,0.0,1969.3,3144.1,22.992,18.208,0.0,3.552,3.64,0.512,7.517,0.63,-2.026,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-11.921,0.0,-0.056,-0.465,-0.052,2.676,-0.027,9.786,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.163,10.345,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-cathedral.xml,62.076,62.076,35.748,35.748,26.328,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.434,4.091,0.781,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.328,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.636,13.096,9.234,0.616,0.0,0.0,0.0,0.0,2144.8,2994.4,22.739,15.269,6.753,0.0,4.218,0.511,7.47,0.631,-2.121,0.0,0.0,8.316,-0.088,9.307,0.0,0.728,0.0,0.0,-11.449,0.15,0.0,-0.5,-0.047,2.763,-0.016,13.652,0.0,0.0,-6.322,-0.063,-2.08,-3.866,-0.157,0.0,0.0,9.84,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,29887.0,0.0,9510.0,0.0,575.0,6763.0,3697.0,0.0,2446.0,0.0,6896.0,15154.0,0.0,10222.0,0.0,207.0,302.0,975.0,0.0,0.0,0.0,929.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-conditioned.xml,67.257,67.257,40.746,40.746,26.511,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.437,4.892,0.975,9.069,0.0,0.0,5.751,0.0,0.398,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,11.166,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.511,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.831,16.409,9.18,0.614,0.0,0.0,0.0,0.0,2408.7,3718.4,26.547,20.757,4.552,1.164,5.544,0.518,7.651,0.635,-1.587,0.0,0.0,8.521,-0.082,7.083,0.0,0.73,0.0,3.11,-13.415,0.005,0.021,-0.566,-0.053,2.687,-0.029,14.649,0.0,0.0,-6.349,-0.075,-1.69,-4.153,-0.166,0.0,0.937,11.5,1354.8,997.6,11399.6,2521.8,36000.0,24000.0,0.0,6.8,91.76,38250.0,7495.0,10436.0,0.0,575.0,7551.0,2464.0,0.0,2446.0,724.0,6561.0,18739.0,0.0,12709.0,0.0,207.0,1098.0,650.0,0.0,0.0,670.0,886.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-flat.xml,54.998,54.998,35.082,35.082,19.917,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.329,3.635,0.677,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.917,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.638,11.332,9.234,0.615,0.0,0.0,0.0,0.0,2122.6,2677.6,17.663,11.983,6.031,0.0,3.609,0.508,7.438,0.623,-2.118,0.0,0.0,8.179,-0.074,4.797,0.0,0.727,0.0,0.0,-11.408,0.306,0.0,-0.447,-0.049,2.732,-0.023,9.826,0.0,0.0,-6.268,-0.048,-1.153,-3.026,-0.163,0.0,0.0,9.88,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,24841.0,0.0,7508.0,0.0,575.0,6409.0,3307.0,0.0,2446.0,0.0,4597.0,11610.0,0.0,7127.0,0.0,207.0,265.0,872.0,0.0,0.0,0.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-radiant-barrier.xml,37.328,37.328,33.111,33.111,4.217,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.018,9.19,1.951,6.821,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.217,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.894,31.746,6.675,0.58,0.0,0.0,0.0,0.0,1664.3,3181.6,13.54,17.97,0.0,6.125,1.589,0.0,0.0,0.33,-1.485,0.0,0.0,0.856,-0.331,0.992,0.0,0.4,0.0,0.104,-4.908,0.0,2.477,0.172,0.0,0.0,0.203,18.136,0.0,0.0,2.125,-0.323,-0.274,-1.707,-0.046,0.0,0.367,10.902,1354.8,997.6,9989.1,2461.3,24000.0,24000.0,0.0,25.88,98.42,25739.0,1416.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,6846.0,1760.0,21453.0,156.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,9596.0,568.0,2520.0,1416.0,325.0,291.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-unvented-insulated-roof.xml,57.528,57.528,35.236,35.236,22.292,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.368,3.732,0.695,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.292,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.862,11.601,9.234,0.615,0.0,0.0,0.0,0.0,2128.9,2939.2,19.261,13.198,0.0,5.41,3.618,0.509,7.459,0.625,-2.094,0.0,0.0,8.254,-0.063,4.802,0.0,0.728,0.0,2.71,-11.418,0.0,-1.421,-0.414,-0.045,2.832,-0.014,9.931,0.0,0.0,-6.09,-0.054,-1.129,-2.881,-0.16,0.0,1.4,9.871,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,30549.0,4825.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,4190.0,4597.0,18589.0,1653.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,6198.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-vented.xml,58.215,58.215,35.577,35.577,22.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.373,3.861,0.727,9.34,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.198,12.237,9.234,0.803,0.0,0.0,0.0,0.0,2134.3,3231.4,21.558,14.345,0.0,3.887,3.629,0.511,7.487,0.628,-2.065,0.0,0.0,8.265,-0.062,4.804,0.0,0.728,0.0,4.161,-11.089,0.0,-0.516,-0.438,-0.048,2.753,-0.019,9.86,0.0,0.0,-6.236,-0.058,-1.149,-2.986,-0.162,0.0,1.888,9.584,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,15605.0,3604.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,1263.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-battery-scheduled.xml,60.446,60.446,37.615,37.615,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.703,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-battery.xml,58.743,58.743,35.912,35.912,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml,36.616,36.616,24.806,24.806,11.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.087,1.6,0.205,9.832,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.949,3.054,9.539,0.73,0.0,0.0,0.0,0.0,1572.3,1915.2,7.667,5.81,0.0,2.94,3.649,0.0,0.0,0.582,-0.166,0.0,2.975,0.0,-0.035,1.668,0.0,0.0,0.0,4.733,-5.435,0.0,-0.922,-0.231,0.0,0.0,-0.054,1.071,0.0,-0.935,0.0,-0.032,-0.285,-0.349,0.0,0.0,0.558,4.263,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,12347.0,5659.0,903.0,0.0,378.0,1949.0,0.0,963.0,0.0,963.0,1532.0,7440.0,2262.0,1223.0,0.0,142.0,280.0,0.0,403.0,0.0,403.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-multiple.xml,31.829,31.829,25.239,25.239,6.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.048,2.08,0.311,9.717,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.113,4.964,9.539,0.61,0.0,0.0,0.0,0.0,1569.8,2359.3,9.397,10.56,0.0,-0.004,3.294,0.0,0.0,1.383,-0.201,0.0,4.543,0.0,-0.057,1.248,0.0,0.79,0.0,2.45,-7.438,0.0,0.0,-0.445,0.0,0.0,-0.418,3.387,0.0,-3.023,0.0,-0.051,-0.247,-1.106,-0.13,0.0,0.48,6.588,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,12328.0,5014.0,2576.0,0.0,296.0,1671.0,0.0,1239.0,0.0,0.0,1532.0,9379.0,1558.0,3495.0,0.0,142.0,277.0,0.0,1181.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml,49.791,49.791,24.812,24.812,24.979,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.183,1.46,0.171,9.916,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.979,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.163,2.502,9.539,0.818,0.0,0.0,0.0,0.0,1579.7,2245.3,11.078,8.42,0.0,5.364,4.204,0.0,0.0,0.788,-0.296,0.0,5.416,0.0,-0.06,1.701,0.0,0.0,0.0,11.752,-5.734,0.0,-1.186,-0.054,0.0,0.0,-0.054,1.066,0.0,-1.192,0.0,-0.056,-0.191,-0.277,0.0,0.0,0.527,3.965,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,14594.0,6779.0,903.0,0.0,424.0,2068.0,0.0,1444.0,0.0,1444.0,1532.0,9351.0,3229.0,1223.0,0.0,180.0,380.0,0.0,807.0,0.0,807.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-other-heated-space.xml,26.032,26.032,24.669,24.669,1.362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01,1.624,0.211,9.743,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.261,3.156,9.539,0.636,0.0,0.0,0.0,0.0,1563.0,1883.9,3.416,5.811,0.0,0.353,3.152,0.0,0.0,0.376,-0.007,0.0,0.375,0.0,-0.006,1.698,0.0,0.0,0.0,0.387,-5.135,0.0,-0.831,-0.466,0.0,0.0,-0.076,1.051,0.0,-0.847,0.0,-0.002,-0.394,-0.388,0.0,0.0,0.576,4.564,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,8333.0,3674.0,903.0,0.0,296.0,1735.0,0.0,96.0,0.0,96.0,1532.0,7440.0,2262.0,1223.0,0.0,142.0,280.0,0.0,403.0,0.0,403.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml,26.329,26.329,25.213,25.213,1.116,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008,2.098,0.33,9.695,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.116,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.034,5.133,9.539,0.587,0.0,0.0,0.0,0.0,1556.3,1840.5,3.707,4.326,0.0,-0.003,3.197,0.0,0.0,0.368,0.126,0.0,-0.002,0.0,-0.063,1.761,0.0,0.0,0.0,0.321,-4.714,0.0,-0.001,-0.556,0.0,0.0,-0.044,0.987,0.0,-0.0,0.0,-0.059,-0.532,-0.512,0.0,0.0,0.913,4.984,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,7888.0,3455.0,903.0,0.0,287.0,1711.0,0.0,0.0,0.0,0.0,1532.0,5543.0,1310.0,1223.0,0.0,103.0,180.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-calctype-operational.xml,19.885,19.885,18.582,18.582,1.303,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01,2.353,0.391,4.595,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.169,0.22,0.912,1.184,0.0,1.505,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.303,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.205,6.696,4.213,0.586,0.0,0.0,0.0,0.0,1077.5,1601.3,3.915,6.507,0.0,-0.014,2.619,0.0,0.0,0.418,1.132,0.0,-0.012,0.0,-0.305,1.3,0.0,0.75,0.0,0.0,-4.763,0.0,-0.01,-0.765,0.0,0.0,-0.014,3.847,0.0,-0.007,0.0,-0.297,-0.396,-1.194,-0.273,0.0,0.0,5.892,817.2,530.6,4779.7,1341.4,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml,27.336,27.336,26.637,26.637,0.698,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.034,3.026,0.81,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.698,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.625,8.678,9.539,0.577,0.0,0.0,0.0,0.0,1573.4,2070.5,3.451,6.929,0.0,-0.013,2.524,0.0,0.0,0.42,1.418,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-5.46,0.0,-0.008,-1.03,0.0,0.0,-0.043,3.873,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,8.534,1354.8,997.6,11399.6,3156.5,0.0,8340.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml,28.116,28.116,27.371,27.371,0.746,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.059,3.63,0.914,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.746,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.663,9.807,9.539,0.577,0.0,0.0,0.0,1.0,1581.8,2296.5,3.602,8.022,0.0,-0.013,2.521,0.0,0.0,0.419,1.408,0.0,-0.008,0.0,-0.342,1.279,0.0,0.688,0.0,0.038,-5.445,0.0,-0.008,-1.032,0.0,0.0,-0.044,3.862,0.0,-0.003,0.0,-0.332,-0.505,-1.332,-0.376,0.0,1.138,8.548,1354.8,997.6,11399.6,3156.5,0.0,9375.0,0.0,6.8,91.76,8647.0,2761.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7342.0,861.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml,27.616,27.616,26.953,26.953,0.662,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.079,3.297,0.81,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.662,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.625,8.678,9.539,0.577,0.0,0.0,0.0,0.0,1595.2,2140.8,3.454,6.929,0.0,-0.013,2.524,0.0,0.0,0.42,1.418,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-5.46,0.0,-0.008,-1.03,0.0,0.0,-0.043,3.873,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,8.534,1354.8,997.6,11399.6,3156.5,0.0,8340.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml,32.747,32.747,32.203,32.203,0.544,0.0,0.0,0.0,0.0,0.0,0.034,0.0,0.034,8.453,0.914,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.638,9.807,9.539,0.577,0.0,0.0,0.0,1.0,1588.1,3611.8,3.535,8.022,0.0,-0.013,2.522,0.0,0.0,0.419,1.408,0.0,-0.008,0.0,-0.342,1.279,0.0,0.688,0.0,0.015,-5.445,0.0,-0.008,-1.032,0.0,0.0,-0.044,3.862,0.0,-0.003,0.0,-0.332,-0.505,-1.332,-0.376,0.0,1.138,8.548,1354.8,997.6,11399.6,3156.5,24000.0,9375.0,0.0,6.8,91.76,6770.0,884.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7342.0,861.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml,27.735,27.735,27.191,27.191,0.544,0.0,0.0,0.0,0.0,0.0,0.034,0.0,0.034,3.441,0.914,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.638,9.807,9.539,0.577,0.0,0.0,0.0,1.0,1588.1,2245.0,3.535,8.022,0.0,-0.013,2.522,0.0,0.0,0.419,1.408,0.0,-0.008,0.0,-0.342,1.279,0.0,0.688,0.0,0.015,-5.445,0.0,-0.008,-1.032,0.0,0.0,-0.044,3.862,0.0,-0.003,0.0,-0.332,-0.505,-1.332,-0.376,0.0,1.138,8.548,1354.8,997.6,11399.6,3156.5,24000.0,9375.0,0.0,6.8,91.76,6770.0,884.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7342.0,861.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-baseboard.xml,23.295,23.295,22.713,22.713,0.582,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.582,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.52,0.0,9.539,0.49,0.0,0.0,0.0,0.0,1523.3,0.0,3.451,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,0.992,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.0,-7.194,0.0,0.0,-1.535,0.0,0.0,-0.241,1.244,0.0,0.0,0.0,-0.0,-0.695,-4.751,-0.469,0.0,0.0,6.714,1354.8,997.6,11399.7,3156.5,0.0,0.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml,23.355,23.355,22.734,22.734,0.621,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.049,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.621,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.552,0.0,9.539,0.49,0.0,0.0,0.0,0.0,1531.6,0.0,3.603,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,0.992,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.032,-7.194,0.0,0.0,-1.535,0.0,0.0,-0.241,1.244,0.0,0.0,0.0,-0.0,-0.695,-4.751,-0.469,0.0,-0.0,6.714,1354.8,997.6,11399.7,3156.5,0.0,0.0,0.0,6.8,91.76,8647.0,2761.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml,23.302,23.302,22.748,22.748,0.554,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.064,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.554,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.52,0.0,9.539,0.49,0.0,0.0,0.0,0.0,1543.4,0.0,3.455,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,0.992,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.0,-7.194,0.0,0.0,-1.535,0.0,0.0,-0.241,1.244,0.0,0.0,0.0,-0.0,-0.695,-4.751,-0.469,0.0,0.0,6.714,1354.8,997.6,11399.7,3156.5,0.0,0.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml,23.302,23.302,22.751,22.751,0.552,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.066,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.552,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.52,0.0,9.539,0.49,0.0,0.0,0.0,0.0,1545.4,0.0,3.455,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,0.992,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.0,-7.194,0.0,0.0,-1.535,0.0,0.0,-0.241,1.244,0.0,0.0,0.0,-0.0,-0.695,-4.751,-0.469,0.0,0.0,6.714,1354.8,997.6,11399.7,3156.5,0.0,0.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml,23.195,23.195,22.742,22.742,0.453,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.028,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.453,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.532,0.0,9.539,0.49,0.0,0.0,0.0,0.0,1538.1,0.0,3.536,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,0.992,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.013,-7.194,0.0,0.0,-1.535,0.0,0.0,-0.241,1.244,0.0,0.0,0.0,-0.0,-0.695,-4.751,-0.469,0.0,0.0,6.714,1354.8,997.6,11399.7,3156.5,24000.0,0.0,0.0,6.8,91.76,6770.0,884.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-chiller-only-baseboard.xml,26.589,26.589,26.589,26.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.01,0.804,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.602,9.539,0.586,0.0,0.0,0.0,0.0,0.0,1968.7,0.0,6.929,0.0,-0.012,2.414,0.0,0.0,0.391,1.119,0.0,-0.009,0.0,-0.311,1.194,0.0,0.661,0.0,0.0,-5.569,0.0,-0.007,-0.991,0.0,0.0,-0.045,3.8,0.0,-0.003,0.0,-0.301,-0.494,-1.323,-0.361,0.0,0.0,8.433,1354.8,997.6,11399.6,3156.5,0.0,8340.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml,27.294,27.294,27.294,27.294,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.611,0.907,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.727,9.539,0.586,0.0,0.0,0.0,1.0,0.0,2145.4,0.0,8.022,0.0,-0.012,2.411,0.0,0.0,0.39,1.105,0.0,-0.008,0.0,-0.309,1.19,0.0,0.659,0.0,-0.0,-5.546,0.0,-0.006,-0.995,0.0,0.0,-0.046,3.785,0.0,-0.002,0.0,-0.299,-0.498,-1.33,-0.364,0.0,1.134,8.457,1354.8,997.6,11399.6,3156.5,0.0,9375.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7342.0,861.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml,26.858,26.858,26.858,26.858,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.279,0.804,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.602,9.539,0.586,0.0,0.0,0.0,0.0,0.0,2029.8,0.0,6.929,0.0,-0.012,2.414,0.0,0.0,0.391,1.119,0.0,-0.009,0.0,-0.311,1.194,0.0,0.661,0.0,0.0,-5.569,0.0,-0.007,-0.991,0.0,0.0,-0.045,3.8,0.0,-0.003,0.0,-0.301,-0.494,-1.323,-0.361,0.0,0.0,8.433,1354.8,997.6,11399.6,3156.5,0.0,8340.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml,32.085,32.085,32.085,32.085,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.402,0.907,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.727,9.539,0.586,0.0,0.0,0.0,1.0,0.0,3443.8,0.0,8.022,0.0,-0.012,2.411,0.0,0.0,0.39,1.105,0.0,-0.008,0.0,-0.309,1.19,0.0,0.659,0.0,-0.0,-5.546,0.0,-0.006,-0.995,0.0,0.0,-0.046,3.785,0.0,-0.002,0.0,-0.299,-0.498,-1.33,-0.364,0.0,1.134,8.457,1354.8,997.6,11399.6,3156.5,0.0,9375.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7342.0,861.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml,27.106,27.106,27.106,27.106,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.423,0.907,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.727,9.539,0.586,0.0,0.0,0.0,1.0,0.0,2101.7,0.0,8.022,0.0,-0.012,2.411,0.0,0.0,0.39,1.105,0.0,-0.008,0.0,-0.309,1.19,0.0,0.659,0.0,-0.0,-5.546,0.0,-0.006,-0.995,0.0,0.0,-0.046,3.785,0.0,-0.002,0.0,-0.299,-0.498,-1.33,-0.364,0.0,1.134,8.457,1354.8,997.6,11399.6,3156.5,0.0,9375.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7342.0,861.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-generator.xml,41.043,38.199,26.2,23.357,0.676,0.0,14.167,0.0,0.0,0.0,0.0,0.0,0.005,2.899,0.529,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-2.843,0.0,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,8.678,9.539,0.577,0.0,0.0,0.0,0.0,1562.0,2038.4,3.453,7.015,0.0,-0.013,2.523,0.0,0.0,0.42,1.418,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-5.458,0.0,-0.008,-1.031,0.0,0.0,-0.043,3.873,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,8.535,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml,27.931,27.931,27.931,27.931,0.0,0.0,0.0,0.0,0.0,0.0,0.185,0.0,0.357,1.813,2.81,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,8.676,9.539,0.577,0.0,0.0,0.0,0.0,1731.9,1814.9,3.453,7.017,0.0,-0.014,2.532,0.0,0.0,0.423,1.443,0.0,-0.01,0.0,-0.347,1.29,0.0,0.695,0.0,0.0,-5.507,0.0,-0.009,-1.021,0.0,0.0,-0.04,3.898,0.0,-0.005,0.0,-0.337,-0.495,-1.325,-0.369,0.0,0.0,8.487,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,12000.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml,31.811,31.811,16.583,16.583,15.227,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.004,2.953,0.544,0.0,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.613,0.0,14.614,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.566,8.962,9.539,2.265,0.0,0.0,0.0,0.0,880.5,1469.5,3.501,7.039,0.0,-0.014,2.492,0.0,0.0,0.42,1.472,0.0,-0.01,0.0,-0.361,2.037,0.0,0.0,0.0,0.0,-5.583,0.0,-0.009,-1.073,0.0,0.0,-0.045,3.908,0.0,-0.005,0.0,-0.351,-0.912,-1.343,0.0,0.0,0.0,8.899,1354.8,997.6,11399.9,3156.6,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-laundry-room.xml,29.707,29.707,16.395,16.395,13.312,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006,2.803,0.504,0.0,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.798,0.0,12.515,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.737,8.26,9.539,0.569,0.0,0.0,0.0,0.0,880.9,1458.2,3.659,6.923,0.0,-0.015,2.54,0.0,0.0,0.421,1.369,0.0,-0.011,0.0,-0.347,2.07,0.0,0.0,0.0,0.0,-5.386,0.0,-0.01,-0.98,0.0,0.0,-0.036,3.876,0.0,-0.006,0.0,-0.337,-0.835,-1.304,0.0,0.0,0.0,8.003,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-mechvent-multiple.xml,50.28,50.28,30.013,30.013,20.267,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.059,2.016,0.292,9.724,0.0,0.0,2.026,0.0,0.206,3.725,0.949,0.167,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.094,0.0,0.0,0.0,0.0,12.173,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.499,4.803,9.539,0.617,0.0,0.0,0.0,0.0,1800.9,2248.4,7.585,8.287,0.0,-0.016,2.789,0.0,0.0,0.404,0.226,0.0,-0.019,0.0,-0.243,0.076,0.0,12.281,0.0,0.0,-7.929,0.0,-0.012,-0.117,0.0,0.0,0.061,3.687,0.0,-0.015,0.0,-0.238,-0.006,-0.685,-4.129,0.0,0.0,6.105,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,8872.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,4518.0,7402.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,1127.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-mechvent-preconditioning.xml,32.687,32.687,27.32,27.32,5.367,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01,2.557,0.434,9.696,0.0,0.0,2.026,0.0,0.206,1.495,0.0,0.045,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.407,0.0,0.0,0.0,0.0,3.959,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.302,7.061,9.539,0.588,0.0,0.0,0.0,0.0,1613.4,2093.3,4.166,7.187,0.0,-0.014,2.686,0.0,0.0,0.425,1.125,0.0,-0.012,0.0,-0.298,1.779,0.0,1.923,0.0,0.0,-6.367,0.0,-0.009,-0.693,0.0,0.0,-0.005,3.856,0.0,-0.007,0.0,-0.29,-0.508,-1.14,-1.743,0.0,0.0,7.638,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,6182.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1828.0,6515.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,239.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-mechvent.xml,31.013,31.013,27.201,27.201,3.812,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.028,2.478,0.412,9.706,0.0,0.0,2.026,0.0,0.206,1.495,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.812,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.53,6.838,9.539,0.598,0.0,0.0,0.0,0.0,1610.1,2093.8,5.994,7.808,0.0,-0.012,2.709,0.0,0.0,0.39,0.549,0.0,-0.013,0.0,-0.198,1.733,0.0,5.303,0.0,0.0,-6.912,0.0,-0.008,-0.511,0.0,0.0,-0.01,3.532,0.0,-0.009,0.0,-0.191,-0.429,-1.139,-1.476,0.0,0.0,7.103,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,7785.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,3431.0,7001.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,725.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-pv.xml,26.876,2.428,26.2,1.752,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005,2.899,0.529,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,-24.448,0.0,0.0,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,8.678,9.539,0.577,0.0,0.0,0.0,0.0,1562.0,2038.4,3.453,7.015,0.0,-0.013,2.523,0.0,0.0,0.42,1.418,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-5.458,0.0,-0.008,-1.031,0.0,0.0,-0.043,3.873,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,8.535,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-water-heater-recirc.xml,30.878,30.878,17.508,17.508,13.369,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006,2.817,0.507,0.0,1.096,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.85,0.0,12.519,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.786,8.35,9.539,0.57,0.0,0.0,0.0,0.0,933.9,1519.0,3.654,7.037,0.0,-0.015,2.551,0.0,0.0,0.422,1.364,0.0,-0.013,0.0,-0.342,1.614,0.0,0.707,0.0,0.0,-5.596,0.0,-0.01,-0.966,0.0,0.0,-0.034,3.877,0.0,-0.008,0.0,-0.333,-0.604,-1.306,-0.345,0.0,0.0,8.191,1354.8,997.6,11399.7,3156.6,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-water-heater.xml,29.782,29.782,16.412,16.412,13.369,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.006,2.817,0.507,0.0,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.85,0.0,12.519,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.786,8.35,9.539,0.57,0.0,0.0,0.0,0.0,881.2,1466.3,3.654,7.037,0.0,-0.015,2.551,0.0,0.0,0.422,1.364,0.0,-0.013,0.0,-0.342,1.614,0.0,0.707,0.0,0.0,-5.596,0.0,-0.01,-0.966,0.0,0.0,-0.034,3.877,0.0,-0.008,0.0,-0.333,-0.604,-1.306,-0.345,0.0,0.0,8.191,1354.8,997.6,11399.7,3156.6,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily.xml,26.876,26.876,26.2,26.2,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.005,2.899,0.529,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,8.678,9.539,0.577,0.0,0.0,0.0,0.0,1562.0,2038.4,3.453,7.015,0.0,-0.013,2.523,0.0,0.0,0.42,1.418,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-5.458,0.0,-0.008,-1.031,0.0,0.0,-0.043,3.873,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,8.535,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,6482.0,0.0,3495.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,2520.0,458.0,0.0,-342.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-single-family-attached-2stories.xml,51.612,51.612,34.559,34.559,17.053,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.222,3.253,0.58,9.228,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.053,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.904,9.714,9.269,0.614,0.0,0.0,0.0,0.0,2112.4,3021.3,17.872,14.196,0.0,2.424,5.051,0.296,4.358,0.636,-0.789,0.0,0.0,4.99,-0.068,7.092,0.0,0.728,0.0,2.352,-11.4,0.0,0.007,-0.648,-0.026,1.614,-0.018,6.155,0.0,0.0,-3.98,-0.063,-1.693,-2.541,-0.162,0.0,1.305,9.887,1354.8,997.6,11399.6,2678.3,48000.0,36000.0,0.0,6.8,91.76,27861.0,7450.0,5147.0,0.0,575.0,5388.0,0.0,0.0,1913.0,1447.0,5942.0,16506.0,4315.0,6988.0,0.0,207.0,333.0,0.0,0.0,0.0,1340.0,803.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-single-family-attached-atticroof-cathedral.xml,98.047,98.047,37.197,37.197,60.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.793,4.948,0.944,9.236,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,60.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,56.741,15.617,9.269,0.623,0.0,0.0,0.0,0.0,2161.4,4385.4,36.465,27.658,49.5,0.0,2.937,0.289,3.699,0.667,-0.088,0.0,0.0,3.437,-0.838,7.548,0.0,0.773,0.0,0.0,-12.354,8.574,0.0,-0.154,0.004,1.546,0.121,4.57,0.0,0.0,-4.261,-0.799,-0.85,-1.172,-0.093,0.0,0.0,8.942,1354.8,997.6,11399.6,2678.3,48000.0,36000.0,0.0,6.8,91.76,43510.0,0.0,3210.0,0.0,575.0,4222.0,27649.0,0.0,1913.0,0.0,5942.0,23553.0,0.0,5262.0,0.0,207.0,210.0,14551.0,0.0,0.0,0.0,803.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-single-family-attached.xml,42.689,42.689,29.914,29.914,12.774,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.094,2.733,0.467,9.441,0.0,0.0,3.268,0.0,0.27,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,5.583,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.774,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.846,7.788,9.387,0.614,0.0,0.0,0.0,0.0,1823.2,2597.4,13.184,9.997,0.0,2.342,2.365,0.292,4.233,0.623,-0.404,0.0,0.0,4.663,-0.043,3.032,0.0,0.726,0.0,3.241,-9.37,0.0,0.024,-0.285,-0.027,1.554,-0.023,2.998,0.0,0.0,-4.085,-0.041,-0.769,-1.218,-0.166,0.0,1.59,8.289,1354.8,997.6,11399.6,2887.5,24000.0,24000.0,0.0,6.8,91.76,21565.0,8148.0,2576.0,0.0,575.0,3842.0,0.0,0.0,1913.0,1447.0,3065.0,13226.0,5081.0,3495.0,0.0,207.0,170.0,0.0,0.0,0.0,1340.0,413.0,2520.0,117.0,0.0,-683.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-calctype-operational-misc-defaults.xml,70.058,49.806,40.008,19.756,30.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.496,2.306,0.347,7.15,0.0,0.326,4.51,0.0,0.334,1.118,0.0,0.0,1.097,2.36,0.0,0.0,0.769,0.544,4.047,2.057,0.745,3.051,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-20.251,0.0,0.377,30.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.127,5.641,18.469,0.643,0.0,11.971,0.0,0.0,3202.3,3060.6,25.615,14.631,0.0,3.791,3.686,0.519,7.502,0.644,-1.967,0.0,0.0,8.352,-0.075,1.526,0.0,14.997,0.0,2.607,-13.727,0.0,0.229,-0.157,-0.008,3.413,0.052,10.641,0.0,0.0,-5.233,-0.071,-0.212,0.0,-3.563,-11.335,0.461,12.435,2592.2,2706.6,21154.0,5664.2,36000.0,24000.0,0.0,6.8,91.76,31061.0,4629.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7324.0,14665.0,902.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1634.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-calctype-operational-misc-loads-large-uncommon.xml,101.546,101.546,51.96,51.96,41.68,0.0,2.609,5.297,0.0,0.0,0.0,0.0,0.354,4.467,0.872,3.939,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,4.61,1.024,0.0,0.158,0.21,0.868,1.158,0.0,1.46,8.374,5.687,1.186,0.0,6.721,3.032,2.994,0.0,0.0,0.0,21.458,0.0,0.0,0.0,0.0,0.0,18.628,0.0,0.0,1.594,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.297,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.095,14.998,3.621,0.613,0.0,0.0,0.0,0.0,2605.5,4111.2,23.013,18.578,0.0,3.568,3.651,0.514,7.558,0.632,-1.976,0.0,0.0,8.348,-0.065,4.809,0.0,0.728,0.0,4.681,-12.696,0.0,-0.083,-0.488,-0.055,2.62,-0.032,9.738,0.0,0.0,-6.456,-0.062,-1.189,-3.18,-0.169,0.0,3.274,11.26,777.8,496.4,4294.1,850.6,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-calctype-operational-misc-loads-large-uncommon2.xml,80.492,80.492,49.534,49.534,23.052,2.609,0.0,0.0,5.297,0.0,0.0,0.0,0.354,4.467,0.872,3.939,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,4.61,1.024,0.0,0.158,0.21,0.868,1.158,0.0,1.46,8.374,5.687,1.186,0.0,6.721,0.606,2.994,0.0,0.0,0.0,21.458,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.594,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.297,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.095,14.998,3.621,0.613,0.0,0.0,0.0,0.0,2407.2,3924.9,23.013,18.578,0.0,3.568,3.651,0.514,7.558,0.632,-1.976,0.0,0.0,8.348,-0.065,4.809,0.0,0.728,0.0,4.681,-12.696,0.0,-0.083,-0.488,-0.055,2.62,-0.032,9.738,0.0,0.0,-6.456,-0.062,-1.189,-3.18,-0.169,0.0,3.274,11.26,777.8,496.4,4294.1,850.6,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-calctype-operational.xml,53.293,53.293,28.339,28.339,24.954,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.412,3.948,0.744,3.942,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.158,0.21,0.868,1.158,0.0,1.46,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.954,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.371,12.781,3.621,0.616,0.0,0.0,0.0,0.0,1659.7,3135.5,23.657,17.331,0.0,3.519,3.624,0.51,7.468,0.627,-2.082,0.0,0.0,8.25,-0.061,4.801,0.0,0.725,0.0,5.36,-9.692,0.0,-0.003,-0.422,-0.046,2.807,-0.015,9.91,0.0,0.0,-6.153,-0.057,-1.131,-2.89,-0.16,0.0,2.908,8.203,777.8,496.4,4294.0,850.5,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-combi-tankless-outside.xml,52.977,52.977,21.436,21.436,31.541,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.16,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.074,0.0,10.466,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.809,0.0,9.337,0.0,0.0,0.0,0.0,0.0,1377.1,0.0,17.092,0.0,0.0,3.733,3.632,0.511,7.472,0.629,-2.05,0.0,0.0,8.111,-0.067,5.886,0.0,0.727,0.0,0.0,-11.087,0.0,-0.437,-0.968,-0.125,1.202,-0.154,8.239,0.0,0.0,-8.409,-0.063,-1.956,-6.002,-0.267,0.0,0.0,9.586,1068.6,776.0,8563.5,1965.1,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-combi-tankless.xml,52.977,52.977,21.436,21.436,31.541,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.16,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.074,0.0,10.466,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.809,0.0,9.337,0.0,0.0,0.0,0.0,0.0,1377.1,0.0,17.092,0.0,0.0,3.733,3.632,0.511,7.472,0.629,-2.05,0.0,0.0,8.111,-0.067,5.886,0.0,0.727,0.0,0.0,-11.087,0.0,-0.437,-0.968,-0.125,1.202,-0.154,8.239,0.0,0.0,-8.409,-0.063,-1.956,-6.002,-0.267,0.0,0.0,9.586,1068.6,776.0,8563.5,1965.1,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-2-speed.xml,32.32,32.32,32.32,32.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.386,0.79,6.868,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.907,9.232,0.663,2.954,0.0,0.0,0.0,0.0,2744.4,0.0,18.863,0.0,2.634,2.492,0.348,4.188,0.339,-5.417,0.0,0.0,2.782,-0.138,3.037,0.0,0.517,0.0,0.0,-11.137,0.0,-0.085,-0.458,-0.05,2.695,-0.029,9.9,0.0,0.0,-6.89,-0.064,-1.186,-3.003,-0.165,0.0,3.752,10.669,1354.8,997.6,11412.5,2618.8,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-gshp.xml,37.468,37.468,37.468,37.468,0.0,0.0,0.0,0.0,0.0,0.0,5.42,0.0,0.449,2.585,1.046,6.692,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.288,13.38,9.232,0.614,2.925,0.0,0.0,0.0,3232.2,2114.7,21.316,15.109,0.0,3.591,3.633,0.511,7.496,0.628,-2.056,0.0,0.0,8.269,-0.061,4.802,0.0,0.728,0.0,3.516,-11.093,0.0,0.011,-0.453,-0.05,2.713,-0.024,9.814,0.0,0.0,-6.305,-0.057,-1.163,-3.084,-0.164,0.0,1.854,10.493,1354.8,997.6,11412.3,2618.8,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-hpwh.xml,57.002,57.002,29.658,29.658,27.345,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.451,4.377,0.849,2.704,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.345,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.609,14.452,9.245,1.81,2.999,0.0,0.0,0.0,1879.0,3058.7,23.523,18.509,0.0,3.512,3.628,0.51,7.484,0.625,-2.131,0.0,0.0,8.305,-0.049,4.794,0.0,0.726,0.0,5.761,-7.909,0.0,-0.004,-0.408,-0.044,2.858,-0.014,9.894,0.0,0.0,-6.065,-0.045,-1.114,-2.907,-0.155,0.0,3.15,9.601,1354.7,997.5,11377.0,2610.7,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-tankless.xml,33.734,33.734,33.734,33.734,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.376,1.178,6.904,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.156,9.238,0.0,2.927,0.0,0.0,0.0,0.0,3169.3,0.0,18.12,0.0,2.612,2.469,0.345,4.111,0.333,-5.488,0.0,0.0,2.666,-0.139,3.005,0.0,0.512,0.0,0.0,-10.764,0.0,-0.056,-0.452,-0.05,2.711,-0.028,9.917,0.0,0.0,-6.881,-0.064,-1.179,-2.973,-0.164,0.0,3.18,10.384,1354.8,997.6,11361.1,2607.0,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-var-speed.xml,31.427,31.427,31.427,31.427,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.923,0.333,6.894,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.613,9.232,0.663,2.917,0.0,0.0,0.0,0.0,2482.6,0.0,18.793,0.0,2.634,2.492,0.348,4.188,0.339,-5.417,0.0,0.0,2.782,-0.138,3.037,0.0,0.517,0.0,0.0,-11.137,0.0,-0.123,-0.458,-0.05,2.696,-0.029,9.9,0.0,0.0,-6.889,-0.064,-1.186,-3.006,-0.165,0.0,4.512,10.659,1354.8,997.6,11411.9,2618.7,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater.xml,33.753,33.753,33.753,33.753,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.43,1.196,6.85,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.385,9.232,0.663,2.982,0.0,0.0,0.0,0.0,3182.4,0.0,18.228,0.0,2.634,2.492,0.348,4.188,0.339,-5.417,0.0,0.0,2.782,-0.138,3.037,0.0,0.517,0.0,0.0,-11.137,0.0,-0.062,-0.458,-0.05,2.694,-0.029,9.899,0.0,0.0,-6.891,-0.064,-1.186,-3.003,-0.165,0.0,3.217,10.676,1354.8,997.6,11413.3,2619.0,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-dwhr.xml,56.504,56.504,33.673,33.673,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,6.924,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,6.826,0.614,0.0,0.0,0.0,0.0,2106.9,3315.2,23.055,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,10264.9,2355.5,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-detailed-setpoints.xml,54.542,54.542,21.425,21.425,33.117,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.149,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.624,0.0,13.493,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.55,0.0,9.256,2.367,0.0,0.0,0.0,0.0,1376.2,0.0,16.705,0.0,0.0,3.736,3.635,0.512,7.481,0.629,-2.03,0.0,0.0,8.097,-0.067,5.891,0.0,0.728,0.0,0.0,-12.395,0.0,-0.482,-1.015,-0.131,1.053,-0.166,8.101,0.0,0.0,-8.62,-0.064,-2.021,-6.306,-0.277,0.0,0.0,10.645,1161.6,860.2,9625.4,2208.7,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-dse.xml,59.639,59.639,21.463,21.463,38.176,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.187,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.587,0.0,13.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.592,0.0,9.262,2.273,0.0,0.0,0.0,0.0,1376.2,0.0,16.802,0.0,0.0,3.736,3.635,0.512,7.481,0.629,-2.029,0.0,0.0,8.099,-0.067,5.891,0.0,0.728,0.0,0.0,-12.357,0.0,-0.48,-1.013,-0.131,1.06,-0.166,8.109,0.0,0.0,-8.609,-0.064,-2.018,-6.287,-0.276,0.0,0.0,10.59,1071.3,776.0,9069.4,2081.1,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-outside.xml,57.314,57.314,21.436,21.436,35.878,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.16,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.074,0.0,14.803,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.809,0.0,9.264,3.3,0.0,0.0,0.0,0.0,1377.1,0.0,17.092,0.0,0.0,3.733,3.632,0.511,7.472,0.629,-2.05,0.0,0.0,8.111,-0.067,5.886,0.0,0.727,0.0,0.0,-11.087,0.0,-0.437,-0.968,-0.125,1.202,-0.154,8.239,0.0,0.0,-8.409,-0.063,-1.956,-6.002,-0.267,0.0,0.0,9.586,1066.9,771.0,9019.7,2069.7,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-standbyloss.xml,54.919,54.919,21.423,21.423,33.496,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.147,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.408,0.0,14.087,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.366,0.0,9.264,2.697,0.0,0.0,0.0,0.0,1376.1,0.0,16.729,0.0,0.0,3.736,3.636,0.512,7.483,0.629,-2.018,0.0,0.0,8.095,-0.07,5.892,0.0,0.728,0.0,0.0,-12.596,0.0,-0.488,-1.021,-0.132,1.034,-0.168,8.091,0.0,0.0,-8.647,-0.066,-2.029,-6.341,-0.278,0.0,0.0,10.775,1065.3,770.2,9041.3,2074.7,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-with-solar-fraction.xml,46.764,46.764,21.433,21.433,25.331,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.156,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.586,0.0,4.745,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.385,0.0,9.24,0.786,0.0,6.006,0.0,0.0,1376.8,0.0,16.971,0.0,0.0,3.735,3.633,0.511,7.475,0.629,-2.049,0.0,0.0,8.108,-0.066,5.888,0.0,0.728,0.0,0.0,-11.527,0.0,-0.451,-0.983,-0.127,1.154,-0.158,8.189,0.0,0.0,-8.477,-0.062,-1.977,-6.1,-0.27,0.0,0.0,9.932,390.6,287.7,3220.0,738.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect.xml,54.684,54.684,21.425,21.425,33.259,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.149,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.67,0.0,13.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.592,0.0,9.262,2.273,0.0,0.0,0.0,0.0,1376.2,0.0,16.802,0.0,0.0,3.736,3.635,0.512,7.481,0.629,-2.029,0.0,0.0,8.099,-0.067,5.891,0.0,0.728,0.0,0.0,-12.357,0.0,-0.48,-1.013,-0.131,1.06,-0.166,8.109,0.0,0.0,-8.609,-0.064,-2.018,-6.287,-0.276,0.0,0.0,10.59,1071.3,776.0,9069.4,2081.1,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-jacket-electric.xml,58.636,58.636,35.587,35.587,23.049,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.38,4.247,0.817,8.867,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.049,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.586,13.866,9.234,0.295,0.0,0.0,0.0,0.0,2130.9,3617.1,23.108,17.845,0.0,3.541,3.634,0.511,7.499,0.628,-2.055,0.0,0.0,8.275,-0.06,4.803,0.0,0.728,0.0,4.982,-11.234,0.0,-0.04,-0.452,-0.05,2.715,-0.024,9.815,0.0,0.0,-6.3,-0.056,-1.163,-3.048,-0.164,0.0,3.079,9.734,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-jacket-gas.xml,64.696,64.696,26.852,26.852,37.844,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.387,4.348,0.841,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.452,0.0,14.391,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.963,14.285,9.234,2.726,0.0,0.0,0.0,0.0,1464.8,3032.3,23.608,18.319,0.0,3.539,3.634,0.511,7.501,0.628,-2.045,0.0,0.0,8.277,-0.062,5.887,0.0,0.727,0.0,5.069,-12.042,0.0,-0.047,-0.455,-0.051,2.707,-0.024,9.815,0.0,0.0,-6.311,-0.058,-1.444,-3.074,-0.165,0.0,3.161,10.41,1354.8,997.6,11399.8,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-jacket-hpwh.xml,56.879,56.879,29.525,29.525,27.355,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.451,3.802,0.71,3.285,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.355,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.618,12.09,9.287,1.309,0.0,0.0,0.0,0.0,1896.9,2947.1,23.614,17.726,0.0,3.508,3.625,0.51,7.483,0.626,-2.131,0.0,0.0,8.307,-0.047,4.794,0.0,0.726,0.0,5.763,-7.888,0.0,0.019,-0.403,-0.043,2.882,-0.011,9.919,0.0,0.0,-6.027,-0.043,-1.107,-2.785,-0.153,0.0,2.75,7.413,1354.8,997.6,10993.5,2522.7,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-jacket-indirect.xml,54.482,54.482,21.427,21.427,33.055,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.151,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.89,0.0,13.165,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.783,0.0,9.26,1.915,0.0,0.0,0.0,0.0,1376.3,0.0,16.85,0.0,0.0,3.737,3.636,0.512,7.48,0.629,-2.038,0.0,0.0,8.103,-0.066,5.89,0.0,0.728,0.0,0.0,-12.158,0.0,-0.471,-1.005,-0.13,1.083,-0.163,8.124,0.0,0.0,-8.576,-0.062,-2.008,-6.244,-0.275,0.0,0.0,10.431,1074.9,777.1,9102.9,2088.8,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-low-flow-fixtures.xml,58.376,58.376,35.545,35.545,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,8.796,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,8.838,0.614,0.0,0.0,0.0,0.0,2112.2,3479.5,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,10829.7,2485.1,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-multiple.xml,47.424,47.424,23.377,23.377,24.047,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.152,0.0,0.0,1.948,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.101,0.0,3.945,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.969,0.0,9.225,2.82,0.0,5.996,0.0,0.0,2111.8,0.0,18.806,0.0,0.0,3.735,3.634,0.511,7.478,0.629,-2.034,0.0,0.0,8.103,-0.066,5.888,0.0,0.728,0.0,0.0,-11.968,0.0,-0.465,-0.998,-0.129,1.108,-0.162,8.155,0.0,0.0,-8.542,-0.062,-1.999,-6.182,-0.273,0.0,0.0,10.301,472.0,347.5,3998.4,917.5,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-none.xml,47.313,47.313,24.513,24.513,22.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.376,4.241,0.816,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.0,0.0,0.0,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.352,13.936,0.0,0.0,0.0,0.0,0.0,0.0,1361.1,2889.3,23.094,17.861,0.0,3.544,3.635,0.512,7.504,0.629,-2.041,0.0,0.0,8.281,-0.062,5.401,0.0,0.0,0.0,4.936,-11.32,0.0,-0.045,-0.457,-0.051,2.701,-0.024,9.811,0.0,0.0,-6.323,-0.059,-1.301,-3.065,0.0,0.0,3.079,9.851,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-demand.xml,58.693,58.693,35.863,35.863,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.088,0.026,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.174,0.614,0.0,0.0,0.0,0.0,2126.7,3624.2,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2510.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-manual.xml,58.267,58.267,35.436,35.436,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,8.67,0.017,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.174,0.614,0.0,0.0,0.0,0.0,2111.4,3609.6,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2510.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-nocontrol.xml,73.643,73.643,50.812,50.812,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,22.569,1.495,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.268,0.614,0.0,0.0,0.0,0.0,3075.9,4152.0,23.056,17.897,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2676.6,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-temperature.xml,68.733,68.733,45.902,45.902,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,18.904,0.249,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.268,0.614,0.0,0.0,0.0,0.0,2757.6,3912.7,23.056,17.897,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2676.6,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-timer.xml,73.643,73.643,50.812,50.812,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,22.569,1.495,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.268,0.614,0.0,0.0,0.0,0.0,3075.9,4152.0,23.056,17.897,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2676.6,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-direct-evacuated-tube.xml,52.893,52.893,30.062,30.062,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.276,0.824,2.986,0.0,0.324,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.993,9.255,0.628,0.0,6.676,0.0,0.0,2117.4,3021.1,23.054,17.915,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.315,-0.059,-1.166,-3.065,-0.165,0.0,3.099,9.895,1354.7,997.5,11208.2,2571.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-direct-flat-plate.xml,51.411,51.411,28.589,28.589,22.822,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.376,4.288,0.827,1.511,0.0,0.31,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.822,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.373,14.043,9.362,0.693,0.0,8.432,0.0,0.0,2006.9,3024.3,23.055,17.942,0.0,3.543,3.634,0.511,7.499,0.628,-2.045,0.0,0.0,8.272,-0.063,4.804,0.0,0.728,0.0,4.939,-11.413,0.0,-0.044,-0.456,-0.051,2.704,-0.024,9.814,0.0,0.0,-6.318,-0.059,-1.166,-3.07,-0.165,0.0,3.107,9.953,1354.4,997.2,10425.6,2392.4,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-direct-ics.xml,52.949,52.949,30.118,30.118,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.281,0.825,3.03,0.0,0.329,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,14.015,9.29,0.649,0.0,6.685,0.0,0.0,2125.9,3022.9,23.056,17.931,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.044,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.066,-0.165,0.0,3.103,9.917,1354.7,997.6,10951.8,2513.1,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-fraction.xml,53.024,53.024,29.92,29.92,23.104,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.381,4.24,0.815,3.208,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.104,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.637,13.838,9.234,0.215,0.0,6.002,0.0,0.0,1765.6,3298.8,23.122,17.832,0.0,3.541,3.634,0.511,7.498,0.628,-2.054,0.0,0.0,8.275,-0.061,4.803,0.0,0.728,0.0,4.993,-11.192,0.0,-0.039,-0.451,-0.05,2.717,-0.023,9.819,0.0,0.0,-6.297,-0.057,-1.161,-3.044,-0.164,0.0,3.074,9.696,474.2,349.2,3989.9,915.6,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-indirect-flat-plate.xml,51.145,51.145,28.677,28.677,22.468,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.371,4.39,0.852,1.482,0.0,0.306,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.468,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.041,14.484,9.342,0.682,0.0,8.431,0.0,0.0,2108.7,3058.0,23.09,18.24,0.0,3.547,3.636,0.512,7.506,0.629,-2.038,0.0,0.0,8.278,-0.064,4.807,0.0,0.729,0.0,4.871,-11.713,0.0,-0.054,-0.462,-0.052,2.685,-0.026,9.795,0.0,0.0,-6.344,-0.06,-1.174,-3.119,-0.166,0.0,3.182,10.464,1354.2,997.1,10551.8,2421.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-thermosyphon-flat-plate.xml,51.133,51.133,28.31,28.31,22.823,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.376,4.287,0.827,1.544,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.823,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.373,14.04,9.355,0.689,0.0,8.386,0.0,0.0,2076.9,2992.0,23.056,17.939,0.0,3.543,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.272,-0.063,4.804,0.0,0.728,0.0,4.939,-11.413,0.0,-0.044,-0.456,-0.051,2.704,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.07,-0.165,0.0,3.107,9.949,1354.4,997.2,10471.1,2402.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-coal.xml,65.426,65.426,26.905,26.905,23.051,0.0,0.0,0.0,0.0,15.47,0.0,0.0,0.38,4.396,0.853,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.051,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.587,14.492,9.234,3.624,0.0,0.0,0.0,0.0,1464.3,3044.2,23.504,18.416,0.0,3.542,3.635,0.512,7.504,0.629,-2.041,0.0,0.0,8.278,-0.062,5.889,0.0,0.728,0.0,4.991,-12.361,0.0,-0.052,-0.459,-0.051,2.694,-0.025,9.802,0.0,0.0,-6.331,-0.059,-1.45,-3.102,-0.166,0.0,3.194,10.68,1354.8,997.6,11399.9,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-detailed-setpoints.xml,58.727,58.727,35.902,35.902,22.825,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.153,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.825,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.375,13.981,9.207,0.623,0.0,0.0,0.0,0.0,2481.8,3308.8,23.031,17.893,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.939,-11.409,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.065,-0.165,0.0,3.097,9.887,1354.8,997.6,11442.3,2625.7,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-elec-uef.xml,58.77,58.77,35.992,35.992,22.778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.376,4.279,0.825,9.236,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.332,14.005,9.234,0.691,0.0,0.0,0.0,0.0,2134.7,3471.5,23.043,17.91,0.0,3.543,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.272,-0.063,4.804,0.0,0.728,0.0,4.93,-11.448,0.0,-0.044,-0.455,-0.051,2.704,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.068,-0.165,0.0,3.101,9.917,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-gas-outside.xml,68.571,68.571,26.693,26.693,41.878,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.407,4.205,0.806,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.67,0.0,17.208,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.104,13.667,9.234,5.067,0.0,0.0,0.0,0.0,1466.3,2998.2,23.894,18.028,0.0,3.529,3.632,0.511,7.495,0.628,-2.062,0.0,0.0,8.282,-0.061,5.884,0.0,0.727,0.0,5.302,-11.087,0.0,-0.029,-0.441,-0.049,2.752,-0.02,9.848,0.0,0.0,-6.24,-0.057,-1.421,-2.988,-0.162,0.0,3.061,9.586,1354.8,997.6,11399.7,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-gas-uef-fhr.xml,65.103,65.103,26.868,26.868,38.235,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.385,4.362,0.845,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.329,0.0,14.905,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.848,14.347,9.234,2.979,0.0,0.0,0.0,0.0,1464.7,3036.0,23.574,18.349,0.0,3.539,3.634,0.511,7.502,0.628,-2.045,0.0,0.0,8.277,-0.062,5.887,0.0,0.727,0.0,5.045,-12.137,0.0,-0.049,-0.457,-0.051,2.704,-0.025,9.81,0.0,0.0,-6.318,-0.058,-1.446,-3.082,-0.165,0.0,3.171,10.493,1354.8,997.6,11399.8,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-gas-uef.xml,65.103,65.103,26.868,26.868,38.235,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.385,4.362,0.845,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.329,0.0,14.905,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.848,14.347,9.234,2.979,0.0,0.0,0.0,0.0,1464.7,3036.0,23.574,18.349,0.0,3.539,3.634,0.511,7.502,0.628,-2.045,0.0,0.0,8.277,-0.062,5.887,0.0,0.727,0.0,5.045,-12.137,0.0,-0.049,-0.457,-0.051,2.704,-0.025,9.81,0.0,0.0,-6.318,-0.058,-1.446,-3.082,-0.165,0.0,3.171,10.493,1354.8,997.6,11399.8,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-gas.xml,65.426,65.426,26.905,26.905,38.521,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.38,4.396,0.853,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.051,0.0,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.587,14.492,9.234,3.624,0.0,0.0,0.0,0.0,1464.3,3044.2,23.504,18.416,0.0,3.542,3.635,0.512,7.504,0.629,-2.041,0.0,0.0,8.278,-0.062,5.889,0.0,0.728,0.0,4.991,-12.361,0.0,-0.052,-0.459,-0.051,2.694,-0.025,9.802,0.0,0.0,-6.331,-0.059,-1.45,-3.102,-0.166,0.0,3.194,10.68,1354.8,997.6,11399.9,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-detailed-schedules.xml,56.831,56.831,28.666,28.666,28.165,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.465,3.734,0.694,2.498,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.165,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.373,11.797,9.374,1.415,0.0,0.0,0.0,0.0,1847.4,2943.7,26.714,17.64,0.0,3.495,3.625,0.51,7.486,0.626,-2.097,0.0,0.0,8.312,-0.055,4.797,0.0,0.726,0.0,5.918,-7.316,0.0,0.034,-0.384,-0.04,2.924,-0.006,10.01,0.0,0.0,-5.946,-0.052,-1.078,-2.683,-0.152,0.0,2.67,7.029,1354.8,997.6,10201.5,2340.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,56.696,56.696,28.491,28.491,28.205,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.465,3.72,0.69,2.339,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.205,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.401,11.744,9.291,1.307,0.0,0.0,0.0,0.0,1860.5,3306.1,25.501,17.838,0.0,3.506,3.629,0.51,7.494,0.626,-2.145,0.0,0.0,8.336,-0.038,4.797,0.0,0.726,0.0,5.913,-7.292,0.0,0.034,-0.386,-0.041,2.93,-0.008,9.943,0.0,0.0,-5.951,-0.035,-1.089,-2.724,-0.15,0.0,2.678,7.03,1354.8,997.6,10960.9,2515.2,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-outside.xml,56.765,56.765,33.516,33.516,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,6.822,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.255,2.524,0.0,0.0,0.0,0.0,3063.8,3171.2,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,1354.8,997.6,11245.9,2580.6,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-uef.xml,56.696,56.696,28.491,28.491,28.205,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.465,3.72,0.69,2.339,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.205,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.401,11.744,9.291,1.307,0.0,0.0,0.0,0.0,1860.5,3306.1,25.501,17.838,0.0,3.506,3.629,0.51,7.494,0.626,-2.145,0.0,0.0,8.336,-0.038,4.797,0.0,0.726,0.0,5.913,-7.292,0.0,0.034,-0.386,-0.041,2.93,-0.008,9.943,0.0,0.0,-5.951,-0.035,-1.089,-2.724,-0.15,0.0,2.678,7.03,1354.8,997.6,10960.9,2515.2,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-with-solar-fraction.xml,52.42,52.42,27.787,27.787,24.633,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.406,4.078,0.776,1.251,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.633,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.068,13.187,9.267,0.602,0.0,6.023,0.0,0.0,1902.1,2986.9,26.041,17.868,0.0,3.531,3.631,0.511,7.491,0.627,-2.093,0.0,0.0,8.281,-0.052,4.798,0.0,0.727,0.0,5.272,-9.999,0.0,-0.015,-0.433,-0.048,2.774,-0.019,9.846,0.0,0.0,-6.204,-0.049,-1.142,-2.943,-0.16,0.0,2.951,8.869,474.2,349.2,3898.0,894.5,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-with-solar.xml,51.964,51.964,28.406,28.406,23.557,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.389,4.423,0.86,1.13,0.0,0.329,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.557,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.06,14.63,9.18,1.965,0.0,8.141,0.0,0.0,1894.5,3074.6,23.4,18.362,0.0,3.538,3.635,0.511,7.509,0.628,-2.049,0.0,0.0,8.282,-0.058,4.803,0.0,0.728,0.0,5.068,-10.881,0.0,-0.053,-0.459,-0.051,2.701,-0.026,9.797,0.0,0.0,-6.317,-0.054,-1.172,-3.115,-0.165,0.0,3.203,10.558,1354.4,997.3,11918.3,2734.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump.xml,56.944,56.944,29.667,29.667,27.277,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.45,3.806,0.711,3.424,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.277,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.542,12.116,9.279,1.72,0.0,0.0,0.0,0.0,1872.0,3193.4,23.47,18.01,0.0,3.512,3.626,0.51,7.481,0.626,-2.112,0.0,0.0,8.304,-0.054,4.796,0.0,0.726,0.0,5.748,-7.978,0.0,0.019,-0.404,-0.043,2.87,-0.012,9.93,0.0,0.0,-6.041,-0.05,-1.107,-2.791,-0.153,0.0,2.735,7.488,1354.8,997.6,11052.6,2536.2,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,59.407,59.407,35.57,35.57,23.837,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.393,4.327,0.836,8.728,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.218,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.837,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.322,14.168,9.275,0.094,0.0,0.0,0.0,0.0,5211.1,5532.6,30.98,19.212,0.0,3.536,3.634,0.511,7.5,0.629,-2.043,0.0,0.0,8.273,-0.061,5.261,0.0,0.775,0.0,5.128,-11.151,0.0,-0.041,-0.45,-0.05,2.721,-0.023,9.834,0.0,0.0,-6.291,-0.057,-1.261,-3.028,-0.184,0.0,3.132,10.077,1354.7,998.0,11011.6,2526.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-model-type-stratified.xml,58.622,58.622,35.437,35.437,23.186,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.382,4.23,0.813,8.735,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.186,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.714,13.796,9.282,0.094,0.0,0.0,0.0,0.0,1995.4,3318.8,23.141,17.812,0.0,3.54,3.633,0.511,7.498,0.628,-2.055,0.0,0.0,8.274,-0.061,4.803,0.0,0.728,0.0,5.009,-11.126,0.0,-0.038,-0.45,-0.05,2.72,-0.023,9.822,0.0,0.0,-6.292,-0.057,-1.16,-3.038,-0.164,0.0,3.067,9.641,1354.8,997.6,10995.2,2523.1,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-oil.xml,65.426,65.426,26.905,26.905,23.051,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.38,4.396,0.853,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.051,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.587,14.492,9.234,3.624,0.0,0.0,0.0,0.0,1464.3,3044.2,23.504,18.416,0.0,3.542,3.635,0.512,7.504,0.629,-2.041,0.0,0.0,8.278,-0.062,5.889,0.0,0.728,0.0,4.991,-12.361,0.0,-0.052,-0.459,-0.051,2.694,-0.025,9.802,0.0,0.0,-6.331,-0.059,-1.45,-3.102,-0.166,0.0,3.194,10.68,1354.8,997.6,11399.9,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-wood.xml,65.426,65.426,26.905,26.905,23.051,0.0,0.0,15.47,0.0,0.0,0.0,0.0,0.38,4.396,0.853,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.051,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.587,14.492,9.234,3.624,0.0,0.0,0.0,0.0,1464.3,3044.2,23.504,18.416,0.0,3.542,3.635,0.512,7.504,0.629,-2.041,0.0,0.0,8.278,-0.062,5.889,0.0,0.728,0.0,4.991,-12.361,0.0,-0.052,-0.459,-0.051,2.694,-0.025,9.802,0.0,0.0,-6.331,-0.059,-1.45,-3.102,-0.166,0.0,3.194,10.68,1354.8,997.6,11399.9,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-detailed-setpoints.xml,61.31,61.31,26.693,26.693,34.617,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,11.367,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.214,0.0,0.0,0.0,0.0,0.0,1463.0,2975.1,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,1354.8,997.6,11575.1,2656.1,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-electric-outside.xml,59.378,59.378,36.128,36.128,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,9.435,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.234,0.0,0.0,0.0,0.0,0.0,2022.6,3360.1,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,1354.8,997.6,11397.0,2615.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-electric-uef.xml,59.271,59.271,36.021,36.021,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,9.328,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.234,0.0,0.0,0.0,0.0,0.0,2016.2,3355.6,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,1354.8,997.6,11397.0,2615.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-electric.xml,59.378,59.378,36.128,36.128,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,9.435,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.234,0.0,0.0,0.0,0.0,0.0,2022.6,3360.1,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,1354.8,997.6,11397.0,2615.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-gas-uef.xml,59.773,59.773,26.693,26.693,33.079,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,9.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.234,0.0,0.0,0.0,0.0,0.0,1463.0,2975.1,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,1354.8,997.6,11397.0,2615.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-gas-with-solar-fraction.xml,53.93,53.93,26.693,26.693,27.236,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,3.987,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.234,0.0,0.0,6.002,0.0,0.0,1463.0,2975.1,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,474.2,349.2,3988.9,915.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-gas-with-solar.xml,51.647,51.647,27.123,27.123,24.524,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.378,4.329,0.837,0.0,0.0,0.304,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.886,0.0,1.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.433,14.216,9.417,0.0,0.0,8.084,0.0,0.0,1462.7,3041.4,23.19,18.092,0.0,3.543,3.635,0.511,7.502,0.629,-2.042,0.0,0.0,8.275,-0.063,4.805,0.0,0.728,0.0,4.952,-11.379,0.0,-0.047,-0.457,-0.051,2.7,-0.025,9.809,0.0,0.0,-6.323,-0.059,-1.168,-3.085,-0.165,0.0,3.139,10.132,1344.9,989.3,10033.9,2302.5,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-gas.xml,61.334,61.334,26.693,26.693,34.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,11.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.234,0.0,0.0,0.0,0.0,0.0,1463.0,2975.1,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,1354.8,997.6,11397.0,2615.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-propane.xml,61.334,61.334,26.693,26.693,23.25,0.0,11.39,0.0,0.0,0.0,0.0,0.0,0.384,4.223,0.811,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,13.763,9.234,0.0,0.0,0.0,0.0,0.0,1463.0,2975.1,23.157,17.797,0.0,3.54,3.633,0.511,7.497,0.628,-2.056,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-11.075,0.0,-0.037,-0.45,-0.05,2.722,-0.023,9.824,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.062,9.598,1354.8,997.6,11397.0,2615.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-2stories-garage.xml,66.371,66.371,40.827,40.827,25.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.333,6.191,1.261,9.12,0.0,0.0,5.268,0.142,0.373,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,10.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.821,21.373,9.211,0.61,0.0,0.0,0.0,0.0,2307.5,4368.4,30.693,26.147,0.0,3.841,7.532,1.088,5.863,0.683,-3.531,0.0,0.841,6.7,-0.147,8.949,0.0,0.76,0.0,3.397,-12.707,0.0,-0.092,-1.011,-0.105,1.884,-0.025,20.68,0.0,-0.121,-4.728,-0.138,-1.935,-6.036,-0.16,0.0,2.798,10.794,1354.8,997.6,11399.6,2576.4,48000.0,36000.0,0.0,6.8,91.76,43722.0,7646.0,15016.0,0.0,575.0,8855.0,0.0,511.0,1797.0,2171.0,7152.0,25185.0,4350.0,14254.0,0.0,207.0,696.0,0.0,181.0,0.0,2010.0,966.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-2stories.xml,74.48,74.48,44.13,44.13,30.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.396,6.075,1.233,9.005,0.0,0.0,6.372,0.0,0.43,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,12.562,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.306,20.889,9.146,0.612,0.0,0.0,0.0,0.0,2539.3,4496.4,33.969,26.262,0.0,3.753,7.843,1.066,7.87,0.663,-3.644,0.0,0.0,8.976,-0.137,11.122,0.0,0.744,0.0,3.983,-14.495,0.0,-0.062,-1.025,-0.098,2.681,-0.02,20.254,0.0,0.0,-6.427,-0.127,-2.467,-6.201,-0.161,0.0,2.723,12.233,1354.8,997.6,11399.6,2460.1,48000.0,36000.0,0.0,6.8,91.76,45827.0,7671.0,15016.0,0.0,575.0,9035.0,0.0,0.0,2446.0,2171.0,8913.0,25086.0,4349.0,14254.0,0.0,207.0,542.0,0.0,0.0,0.0,2010.0,1204.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-beds-1.xml,55.369,55.369,30.531,30.531,24.838,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.41,3.966,0.749,5.557,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.203,0.253,1.049,1.262,0.0,1.644,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.838,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.262,12.849,5.356,0.615,0.0,0.0,0.0,0.0,1850.0,3144.8,23.648,17.385,0.0,3.521,3.625,0.51,7.471,0.627,-2.078,0.0,0.0,8.255,-0.062,4.801,0.0,0.725,0.0,5.338,-9.794,0.0,-0.006,-0.424,-0.046,2.801,-0.015,9.904,0.0,0.0,-6.161,-0.058,-1.132,-2.898,-0.16,0.0,2.921,8.293,939.7,637.0,6287.7,1631.0,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17496.0,5208.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2060.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-beds-2.xml,57.09,57.09,33.258,33.258,23.832,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.393,4.117,0.785,7.399,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.261,0.309,1.281,1.395,0.0,1.879,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.832,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.32,13.408,7.337,0.615,0.0,0.0,0.0,0.0,2054.6,3225.9,23.352,17.64,0.0,3.533,3.63,0.511,7.486,0.628,-2.069,0.0,0.0,8.267,-0.06,4.802,0.0,0.727,0.0,5.14,-10.602,0.0,-0.023,-0.439,-0.048,2.755,-0.02,9.853,0.0,0.0,-6.235,-0.056,-1.149,-2.981,-0.162,0.0,3.009,9.085,1147.2,817.3,8843.7,2197.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17730.0,5212.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2290.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-beds-4.xml,60.373,60.373,38.534,38.534,21.839,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.36,4.432,0.862,10.89,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.376,0.421,1.744,1.661,0.0,2.35,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.839,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.452,14.56,11.089,0.614,0.0,0.0,0.0,0.0,2192.7,3457.7,22.757,18.225,0.0,3.555,3.64,0.512,7.518,0.629,-2.037,0.0,0.0,8.286,-0.06,4.805,0.0,0.729,0.0,4.742,-12.21,0.0,-0.061,-0.469,-0.053,2.662,-0.028,9.763,0.0,0.0,-6.384,-0.056,-1.182,-3.147,-0.167,0.0,3.185,10.678,1562.4,1177.9,13955.5,2960.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,18198.0,5219.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2750.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-beds-5.xml,61.996,61.996,41.137,41.137,20.859,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.344,4.596,0.902,12.591,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.434,0.477,1.976,1.794,0.0,2.585,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.859,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.534,15.156,12.918,0.613,0.0,0.0,0.0,0.0,2537.5,3781.9,22.461,18.551,0.0,3.566,3.644,0.513,7.535,0.63,-2.008,0.0,0.0,8.301,-0.063,4.808,0.0,0.731,0.0,4.545,-13.016,0.0,-0.08,-0.484,-0.055,2.615,-0.032,9.732,0.0,0.0,-6.454,-0.059,-1.197,-3.228,-0.169,0.0,3.274,11.473,1770.0,1358.2,16511.4,3258.4,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,18442.0,5234.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2980.0,175.0,0.0,-1025.0,1200.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-ceilingtypes.xml,74.877,74.877,36.44,36.44,38.437,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.634,4.485,0.877,9.168,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.437,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.991,14.849,9.234,0.618,0.0,0.0,0.0,0.0,2162.9,3369.0,29.366,18.642,0.0,17.257,3.59,0.505,7.246,0.62,-2.292,0.0,0.0,7.733,-0.076,4.851,0.0,0.734,0.0,7.068,-11.625,0.0,0.155,-0.318,-0.031,2.91,0.01,10.103,0.0,0.0,-6.072,-0.066,-1.008,-2.883,-0.139,0.0,2.725,9.667,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,44558.0,8858.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,14165.0,4597.0,29190.0,5336.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,13116.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-floortypes.xml,64.414,64.414,29.406,29.406,35.008,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.578,3.665,0.666,9.367,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.008,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.788,11.166,9.342,0.619,0.0,0.0,0.0,0.0,1758.8,3397.3,27.935,20.789,0.0,3.519,3.647,0.0,0.0,0.654,-2.911,0.0,26.42,0.0,-0.18,2.047,0.0,0.786,0.0,7.347,-8.982,0.0,0.393,-0.069,0.0,0.0,0.096,11.287,0.0,-7.529,0.0,-0.176,-0.275,-1.935,-0.093,0.0,2.755,6.868,1354.8,997.6,11399.6,2808.9,36000.0,24000.0,0.0,6.8,91.76,37636.0,8721.0,7508.0,0.0,575.0,2198.0,0.0,14165.0,0.0,2171.0,2299.0,19156.0,5236.0,7127.0,0.0,207.0,232.0,0.0,1515.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-garage.xml,59.052,59.052,34.589,34.589,24.463,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.404,2.98,0.521,9.266,0.0,0.0,4.51,0.142,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.463,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.904,8.709,9.234,0.724,0.0,0.0,0.0,0.0,2135.6,2488.1,18.052,10.754,0.0,3.524,3.783,0.502,5.84,0.613,1.992,0.0,0.0,6.558,-0.041,5.37,0.0,0.0,0.0,3.839,-9.273,0.0,0.112,-0.273,-0.035,2.444,0.002,6.623,0.0,0.0,-5.628,-0.038,-1.216,-2.073,0.0,0.0,1.265,7.682,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,29872.0,8041.0,5506.0,0.0,575.0,6537.0,0.0,0.0,2446.0,2171.0,4597.0,15062.0,3154.0,6028.0,0.0,207.0,523.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-ach-house-pressure.xml,58.743,58.743,35.912,35.912,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-cfm-house-pressure.xml,58.743,58.743,35.912,35.912,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-cfm50.xml,58.743,58.743,35.912,35.912,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-flue.xml,60.161,60.161,35.912,35.912,24.249,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4,4.254,0.818,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.249,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.71,13.879,9.234,0.615,0.0,0.0,0.0,0.0,2112.5,3385.8,23.792,18.129,0.0,3.532,3.632,0.511,7.496,0.628,-2.057,0.0,0.0,8.278,-0.06,5.885,0.0,0.727,0.0,5.221,-11.413,0.0,-0.036,-0.447,-0.049,2.736,-0.022,9.836,0.0,0.0,-6.267,-0.056,-1.43,-3.018,-0.163,0.0,3.095,9.875,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-natural-ach.xml,66.381,66.381,35.929,35.929,30.452,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.502,4.186,0.798,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.452,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.519,13.53,9.234,0.616,0.0,0.0,0.0,0.0,2132.9,3419.2,28.068,18.976,0.0,3.489,3.632,0.511,7.489,0.629,-2.058,0.0,0.0,8.309,-0.063,10.541,0.0,0.726,0.0,6.45,-11.45,0.0,-0.001,-0.411,-0.044,2.841,-0.011,9.947,0.0,0.0,-6.088,-0.059,-2.407,-2.866,-0.156,0.0,3.084,9.84,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,37365.0,8715.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,9542.0,18641.0,5227.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1285.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-orientations.xml,58.969,58.969,35.888,35.888,23.081,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.381,4.25,0.818,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.081,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.615,13.884,9.234,0.614,0.0,0.0,0.0,0.0,2110.4,3289.4,23.067,17.861,0.0,3.538,3.63,0.511,7.492,0.861,-2.057,0.0,0.0,8.261,-0.061,4.801,0.0,0.727,0.0,4.986,-11.406,0.0,-0.04,-0.452,-0.05,2.714,-0.153,9.824,0.0,0.0,-6.301,-0.058,-1.164,-3.049,-0.164,0.0,3.075,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-overhangs.xml,59.061,59.061,35.771,35.771,23.289,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.384,4.152,0.794,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.289,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.811,13.479,9.234,0.615,0.0,0.0,0.0,0.0,2109.9,3355.1,23.057,17.74,0.0,3.536,3.63,0.511,7.487,0.627,-1.646,0.0,0.0,8.255,-0.06,4.802,0.0,0.727,0.0,5.022,-11.414,0.0,-0.024,-0.443,-0.049,2.734,-0.021,9.239,0.0,0.0,-6.267,-0.056,-1.158,-3.016,-0.163,0.0,2.996,9.874,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,18020.0,5216.0,7182.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-rooftypes.xml,58.67,58.67,35.75,35.75,22.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.378,4.139,0.793,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.464,13.432,9.234,0.614,0.0,0.0,0.0,0.0,2132.2,3294.4,22.88,16.865,0.0,3.656,3.632,0.511,7.494,0.628,-2.058,0.0,0.0,8.268,-0.06,4.803,0.0,0.728,0.0,4.944,-11.41,0.0,-0.292,-0.449,-0.05,2.719,-0.023,9.825,0.0,0.0,-6.291,-0.057,-1.162,-3.046,-0.164,0.0,2.747,9.878,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-skylights-physical-properties.xml,61.24,61.24,37.006,37.006,24.234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.4,5.139,1.028,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.695,17.523,9.234,0.613,0.0,0.0,0.0,0.0,2115.9,3644.6,24.78,21.318,0.0,3.538,3.649,0.514,7.554,0.632,-1.953,0.538,0.0,8.428,-0.068,4.813,0.0,0.73,0.0,5.25,-11.385,0.0,-0.134,-0.508,-0.058,2.599,-0.037,9.661,3.686,0.0,-6.597,-0.063,-1.183,-3.216,-0.169,0.0,3.901,9.902,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,34658.0,8659.0,7508.0,2294.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,22841.0,5299.0,7127.0,4794.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-skylights-shading.xml,58.99,58.99,36.752,36.752,22.238,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.367,4.96,0.987,9.162,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.238,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.825,16.822,9.234,0.613,0.0,0.0,0.0,0.0,2110.1,3598.0,23.558,20.676,0.0,3.559,3.655,0.514,7.562,0.633,-1.945,-0.874,0.0,8.415,-0.066,4.813,0.0,0.73,0.0,4.841,-11.381,0.0,-0.128,-0.511,-0.059,2.582,-0.038,9.654,3.196,0.0,-6.604,-0.062,-1.196,-3.249,-0.17,0.0,3.703,9.905,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32946.0,8615.0,7508.0,626.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,18743.0,5228.0,7127.0,766.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-skylights-storms.xml,59.238,59.238,36.662,36.662,22.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.372,4.883,0.968,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.141,16.493,9.234,0.613,0.0,0.0,0.0,0.0,2133.9,3598.0,23.641,20.609,0.0,3.553,3.651,0.514,7.551,0.632,-1.966,-0.553,0.0,8.391,-0.064,4.812,0.0,0.73,0.0,4.907,-11.385,0.0,-0.116,-0.502,-0.057,2.602,-0.036,9.674,2.793,0.0,-6.559,-0.06,-1.19,-3.22,-0.169,0.0,3.64,9.901,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,33018.0,8617.0,7508.0,696.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,20957.0,5253.0,7127.0,2955.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-skylights.xml,58.986,58.986,36.762,36.762,22.225,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.367,4.968,0.989,9.162,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.225,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.812,16.855,9.234,0.613,0.0,0.0,0.0,0.0,2110.1,3598.0,23.557,20.684,0.0,3.56,3.655,0.514,7.563,0.633,-1.944,-0.888,0.0,8.416,-0.066,4.813,0.0,0.73,0.0,4.839,-11.381,0.0,-0.129,-0.511,-0.059,2.58,-0.038,9.652,3.234,0.0,-6.606,-0.062,-1.196,-3.251,-0.17,0.0,3.71,9.905,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32946.0,8615.0,7508.0,626.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,21201.0,5257.0,7127.0,3195.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-split-level.xml,40.726,40.726,29.418,29.418,11.308,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.187,3.818,0.719,9.565,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.308,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.582,11.956,9.458,0.607,0.0,0.0,0.0,0.0,1709.7,2429.5,13.185,12.044,0.0,3.938,3.832,0.0,0.0,0.682,-1.698,0.0,0.0,8.03,-0.118,2.648,0.0,0.774,0.0,0.304,-8.296,0.0,-0.075,-0.587,0.0,0.0,-0.025,10.734,0.0,0.0,-1.546,-0.115,-0.592,-2.999,-0.166,0.0,0.077,7.541,1354.8,997.6,11399.6,3013.0,36000.0,24000.0,0.0,6.8,91.76,29033.0,1685.0,7508.0,0.0,575.0,2198.0,0.0,0.0,12232.0,2171.0,2664.0,12455.0,0.0,7127.0,0.0,207.0,232.0,0.0,0.0,0.0,2010.0,359.0,2520.0,205.0,0.0,-595.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-split-surfaces.xml,58.981,58.981,36.782,36.782,22.199,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.366,4.984,0.993,9.162,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.199,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.788,16.925,9.234,0.612,0.0,0.0,0.0,0.0,2110.1,3598.0,23.558,20.698,0.0,3.56,3.656,0.513,7.563,0.627,-1.941,-0.906,0.0,8.419,-0.066,4.814,0.0,0.73,0.0,4.834,-11.381,0.0,-0.131,-0.513,-0.059,2.576,-0.038,9.648,3.299,0.0,-6.611,-0.062,-1.197,-3.244,-0.171,0.0,3.724,9.905,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32951.0,8615.0,7508.0,638.0,569.0,6407.0,0.0,0.0,2446.0,2171.0,4597.0,21264.0,5259.0,7127.0,3259.0,205.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-split-surfaces2.xml,62.102,62.102,36.891,36.891,25.211,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.416,5.033,1.003,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.211,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.611,17.093,9.234,0.614,0.0,0.0,0.0,0.0,2116.2,3597.8,24.832,20.998,0.0,3.382,3.625,0.508,7.554,0.618,0.35,-0.742,0.0,8.395,-0.061,4.804,0.0,0.728,0.0,5.407,-11.385,0.0,-0.031,-0.494,-0.056,2.619,-0.036,9.507,3.224,0.0,-6.595,-0.057,-1.175,-3.156,-0.168,0.0,3.84,9.902,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,36564.0,8696.0,8620.0,733.0,563.0,6389.0,0.0,0.0,4797.0,2168.0,4597.0,20423.0,5244.0,6806.0,2760.0,203.0,264.0,0.0,0.0,0.0,2008.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-thermal-mass.xml,58.549,58.549,35.867,35.867,22.682,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.374,4.237,0.816,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.682,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.242,13.861,9.234,0.614,0.0,0.0,0.0,0.0,2132.1,3343.3,22.923,17.578,0.0,3.544,3.632,0.511,7.478,0.627,-2.043,0.0,0.0,8.239,-0.095,4.798,0.0,0.727,0.0,4.894,-11.406,0.0,-0.036,-0.451,-0.05,2.721,-0.024,9.796,0.0,0.0,-6.301,-0.09,-1.17,-3.099,-0.165,0.0,3.032,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-walltypes.xml,75.001,75.001,34.76,34.76,40.241,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.664,3.095,0.554,9.171,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.241,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.673,9.205,9.234,0.621,0.0,0.0,0.0,0.0,2147.1,2977.0,25.83,12.775,0.0,3.341,16.93,0.472,7.159,0.835,-0.383,0.0,0.0,7.392,-0.041,4.825,0.0,0.731,0.0,7.796,-11.703,0.0,0.278,-0.677,-0.01,3.388,-0.088,1.503,0.0,0.0,-4.948,-0.036,-0.975,-0.379,-0.125,0.0,1.806,9.592,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,35314.0,8666.0,918.0,0.0,575.0,15942.0,0.0,0.0,2446.0,2171.0,4597.0,12750.0,5054.0,875.0,0.0,207.0,1464.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-natural-ventilation-availability.xml,57.839,57.839,34.937,34.937,22.902,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.378,3.492,0.625,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.902,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.448,10.48,9.234,0.617,0.0,0.0,0.0,0.0,2132.3,3251.7,23.054,17.526,0.0,3.541,3.633,0.511,7.507,0.628,-2.048,0.0,0.0,8.318,-0.06,4.803,0.0,0.728,0.0,4.955,-11.406,0.0,0.024,-0.403,-0.043,2.883,-0.011,9.975,0.0,0.0,-6.061,-0.056,-1.106,-6.902,-0.156,0.0,2.656,9.884,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-none.xml,58.871,58.871,33.998,33.998,24.873,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.41,2.679,0.464,9.168,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.873,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.285,7.552,9.234,0.619,0.0,0.0,0.0,0.0,2115.9,2536.2,17.247,8.404,0.0,3.468,5.157,0.5,7.22,0.601,0.0,0.0,0.0,7.494,-0.042,4.781,0.0,0.723,0.0,4.878,-11.566,0.0,0.204,-0.376,-0.023,3.188,0.013,0.0,0.0,0.0,-5.185,-0.04,-1.103,0.0,-0.144,0.0,1.316,9.727,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,25541.0,8355.0,0.0,0.0,575.0,7398.0,0.0,0.0,2446.0,2171.0,4597.0,10692.0,4967.0,0.0,0.0,207.0,369.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-physical-properties.xml,66.553,66.553,36.03,36.03,30.523,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.504,4.269,0.815,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.523,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.587,13.815,9.234,0.616,0.0,0.0,0.0,0.0,2151.1,3597.9,27.785,20.66,0.0,3.479,3.624,0.51,7.478,0.628,3.31,0.0,0.0,8.388,-0.076,4.826,0.0,0.731,0.0,6.483,-11.484,0.0,0.025,-0.382,-0.04,2.846,-0.004,8.857,0.0,0.0,-6.138,-0.07,-1.075,-2.813,-0.153,0.0,3.201,9.806,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,38729.0,8744.0,13788.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,21102.0,5256.0,10225.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-shading.xml,59.232,59.232,33.572,33.572,25.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.423,2.335,0.367,9.171,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.032,6.107,9.234,0.622,0.0,0.0,0.0,0.0,2110.0,2537.2,23.101,11.199,0.0,3.549,3.663,0.515,7.512,0.633,0.065,0.0,0.0,8.457,-0.043,4.862,0.0,0.738,0.0,5.45,-11.706,0.0,0.355,-0.109,-0.002,3.557,0.057,-0.742,0.0,0.0,-4.592,-0.039,-0.912,-2.167,-0.118,0.0,1.408,9.59,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,13759.0,5104.0,3034.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-storms.xml,59.695,59.695,35.338,35.338,24.357,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.402,3.787,0.708,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.357,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.811,11.984,9.234,0.616,0.0,0.0,0.0,0.0,2132.1,3069.2,22.514,15.928,0.0,3.504,3.601,0.507,7.401,0.621,-0.341,0.0,0.0,8.017,-0.059,4.792,0.0,0.725,0.0,5.195,-11.437,0.0,0.03,-0.4,-0.043,2.844,-0.011,7.45,0.0,0.0,-6.013,-0.055,-1.134,-2.874,-0.158,0.0,2.671,9.852,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,31450.0,8573.0,6680.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,16707.0,5174.0,5912.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-ambient.xml,47.513,47.513,30.276,30.276,17.237,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.284,4.61,0.898,9.353,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.237,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.147,15.206,9.342,0.606,0.0,0.0,0.0,2.0,1739.3,3397.3,20.36,21.102,0.0,3.835,3.82,0.0,0.0,0.743,-0.631,0.0,9.918,0.0,-0.403,2.064,0.0,0.788,0.0,3.878,-8.221,0.0,-0.044,-0.503,0.0,0.0,0.04,11.695,0.0,-3.613,0.0,-0.397,-0.407,-2.432,-0.157,0.0,3.599,7.616,1354.8,997.6,11399.6,2808.9,36000.0,24000.0,0.0,6.8,91.76,27750.0,8437.0,7508.0,0.0,575.0,2198.0,0.0,4563.0,0.0,2171.0,2299.0,18129.0,5236.0,7127.0,0.0,207.0,232.0,0.0,488.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-basement-garage.xml,52.873,52.873,32.633,32.633,20.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.334,4.294,0.827,9.402,0.0,0.0,3.406,0.142,0.277,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,5.893,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.954,14.031,9.365,0.613,0.0,0.0,0.0,0.0,1906.8,3256.9,21.422,18.537,0.0,3.646,4.699,0.512,5.489,0.696,-2.244,0.0,0.815,6.109,-0.038,3.247,0.0,0.733,0.0,4.538,-9.587,0.0,-0.028,-0.627,-0.055,1.931,-0.041,9.972,0.0,-0.116,-4.597,-0.035,-0.786,-2.985,-0.166,0.0,3.266,8.474,1354.8,997.6,11399.6,2849.6,36000.0,24000.0,0.0,6.8,91.76,31515.0,8575.0,7508.0,0.0,620.0,7098.0,0.0,511.0,1797.0,2171.0,3235.0,18231.0,5225.0,7127.0,0.0,223.0,509.0,0.0,181.0,0.0,2010.0,436.0,2520.0,79.0,0.0,-721.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-complex.xml,65.721,65.721,36.932,36.932,28.789,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.475,5.013,1.004,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.789,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.962,17.122,9.234,0.615,0.0,0.0,0.0,0.0,2121.9,3597.8,26.478,20.744,0.0,3.473,3.603,0.507,10.912,0.621,-2.192,0.0,0.0,9.47,-0.053,4.804,0.0,0.727,0.0,6.113,-11.414,0.0,-0.081,-0.468,-0.053,3.7,-0.028,9.781,0.0,0.0,-4.553,-0.048,-1.148,-3.157,-0.163,0.0,3.641,9.874,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,34257.0,8649.0,7508.0,0.0,575.0,7168.0,0.0,0.0,3589.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-conditioned-basement-slab-insulation.xml,57.621,57.621,36.118,36.118,21.502,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.355,4.456,0.868,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.502,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.136,14.751,9.234,0.613,0.0,0.0,0.0,0.0,2106.8,3395.1,22.78,18.763,0.0,3.57,3.653,0.514,7.799,0.632,-1.994,0.0,0.0,6.847,-0.058,4.81,0.0,0.729,0.0,4.688,-11.391,0.0,-0.068,-0.474,-0.053,2.517,-0.03,9.757,0.0,0.0,-5.32,-0.053,-1.177,-3.141,-0.167,0.0,3.235,9.896,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-conditioned-basement-wall-insulation.xml,57.496,57.496,35.453,35.453,22.043,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.364,3.916,0.734,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.043,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.642,12.418,9.234,0.614,0.0,0.0,0.0,0.0,2107.5,3259.9,23.247,17.665,0.0,3.57,3.658,0.515,6.077,0.634,-1.998,0.0,0.0,8.941,-0.062,4.822,0.0,0.732,0.0,4.811,-11.41,0.0,0.013,-0.412,-0.045,1.089,-0.014,9.916,0.0,0.0,-6.476,-0.057,-1.137,-2.881,-0.161,0.0,2.883,9.878,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,33075.0,8618.0,7508.0,0.0,575.0,7160.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-conditioned-crawlspace.xml,47.378,47.378,28.918,28.918,18.459,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.305,3.481,0.641,9.362,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.459,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.274,10.706,9.342,0.615,0.0,0.0,0.0,0.0,1732.0,2563.2,15.909,10.873,0.0,3.701,3.596,0.506,5.094,0.62,-2.327,0.0,0.0,9.966,-0.053,3.485,0.0,0.729,0.0,0.0,-8.362,0.0,0.035,-0.463,-0.052,1.801,-0.026,9.966,0.0,0.0,-3.811,-0.049,-0.835,-2.948,-0.163,0.0,0.0,7.484,1354.8,997.6,11399.6,2808.9,36000.0,24000.0,0.0,6.8,91.76,21924.0,0.0,7508.0,0.0,575.0,4819.0,0.0,0.0,3403.0,2171.0,3448.0,12594.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,464.0,2520.0,31.0,0.0,-769.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-multiple.xml,42.707,42.707,29.675,29.675,13.032,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.215,4.193,0.806,9.33,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.032,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.199,13.442,9.285,0.693,0.0,0.0,0.0,0.0,1720.9,2656.1,15.205,14.147,0.0,4.001,3.886,0.0,0.0,0.77,-0.388,0.0,5.324,0.0,-0.323,2.58,0.0,0.0,0.0,2.036,-6.065,0.0,-0.098,-0.674,0.0,0.0,-0.018,11.518,0.0,-0.625,0.0,-0.319,-0.562,-2.611,0.0,0.0,1.648,5.447,1354.8,997.6,11399.5,2706.9,36000.0,24000.0,0.0,6.8,91.76,23122.0,4833.0,7508.0,0.0,575.0,2198.0,0.0,3538.0,0.0,2171.0,2299.0,13488.0,145.0,7127.0,0.0,207.0,232.0,0.0,938.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-slab.xml,39.927,39.927,29.271,29.271,10.656,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.176,3.878,0.734,9.353,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.656,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.972,12.217,9.342,0.606,0.0,0.0,0.0,0.0,1712.9,2442.6,12.704,12.011,0.0,3.925,3.798,0.0,0.0,0.682,-1.657,0.0,0.0,8.035,-0.12,2.006,0.0,0.775,0.0,0.286,-8.264,0.0,-0.063,-0.572,0.0,0.0,-0.03,10.711,0.0,0.0,-1.604,-0.117,-0.465,-2.846,-0.17,0.0,0.079,7.573,1354.8,997.6,11399.6,2808.9,36000.0,24000.0,0.0,6.8,91.76,28666.0,1683.0,7508.0,0.0,575.0,2198.0,0.0,0.0,12232.0,2171.0,2299.0,12405.0,0.0,7127.0,0.0,207.0,232.0,0.0,0.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unconditioned-basement-above-grade.xml,43.907,43.907,29.819,29.819,14.088,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.232,4.281,0.826,9.348,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.088,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.189,13.831,9.285,0.712,0.0,0.0,0.0,0.0,1727.8,2758.5,16.464,15.101,0.0,4.001,3.883,0.0,0.0,0.77,-0.369,0.0,5.939,0.0,-0.341,2.585,0.0,0.0,0.0,2.461,-6.089,0.0,-0.081,-0.658,0.0,0.0,-0.013,11.49,0.0,-0.505,0.0,-0.336,-0.55,-2.6,0.0,0.0,1.927,5.424,1354.8,997.6,11399.5,2706.9,36000.0,24000.0,0.0,6.8,91.76,23083.0,4828.0,7508.0,0.0,575.0,2198.0,0.0,3504.0,0.0,2171.0,2299.0,13483.0,149.0,7127.0,0.0,207.0,232.0,0.0,929.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unconditioned-basement-assembly-r.xml,41.166,41.166,29.213,29.213,11.953,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.197,3.823,0.716,9.346,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.953,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.19,11.865,9.285,0.71,0.0,0.0,0.0,0.0,1718.9,2538.1,14.652,12.883,0.0,3.994,3.856,0.0,0.0,0.759,-0.27,0.0,4.456,0.0,-0.343,2.583,0.0,0.0,0.0,1.82,-6.035,0.0,-0.074,-0.626,0.0,0.0,0.009,11.654,0.0,-2.012,0.0,-0.339,-0.564,-2.512,0.0,0.0,1.122,5.478,1354.8,997.6,11399.6,2706.9,36000.0,24000.0,0.0,6.8,91.76,20580.0,4443.0,7508.0,0.0,575.0,2198.0,0.0,1386.0,0.0,2171.0,2299.0,13230.0,457.0,7127.0,0.0,207.0,232.0,0.0,368.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unconditioned-basement-wall-insulation.xml,48.922,48.922,28.926,28.926,19.996,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.33,3.537,0.647,9.28,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.996,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.715,10.743,9.285,0.64,0.0,0.0,0.0,0.0,1729.5,2469.6,16.597,11.56,0.0,3.723,3.619,0.0,0.0,0.633,-2.639,0.0,14.374,0.0,-0.047,2.46,0.0,0.0,0.0,2.599,-6.259,0.0,0.063,-0.441,0.0,0.0,-0.015,10.518,0.0,-2.768,0.0,-0.045,-0.521,-2.405,0.0,0.0,1.301,5.253,1354.8,997.6,11399.6,2706.9,36000.0,24000.0,0.0,6.8,91.76,23845.0,1648.0,7508.0,0.0,575.0,2198.0,0.0,7447.0,0.0,2171.0,2299.0,14480.0,100.0,7127.0,0.0,207.0,232.0,0.0,1975.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unconditioned-basement.xml,42.785,42.785,29.704,29.704,13.081,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.216,4.208,0.809,9.34,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.081,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.245,13.511,9.285,0.703,0.0,0.0,0.0,0.0,1723.7,2674.7,15.45,14.319,0.0,3.994,3.853,0.0,0.0,0.749,-0.43,0.0,5.381,0.0,-0.325,2.58,0.0,0.0,0.0,2.14,-6.063,0.0,-0.077,-0.629,0.0,0.0,-0.0,11.494,0.0,-0.672,0.0,-0.32,-0.562,-2.632,0.0,0.0,1.722,5.45,1354.8,997.6,11399.6,2706.9,36000.0,24000.0,0.0,6.8,91.76,23128.0,4833.0,7508.0,0.0,575.0,2198.0,0.0,3545.0,0.0,2171.0,2299.0,13490.0,145.0,7127.0,0.0,207.0,232.0,0.0,940.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unvented-crawlspace.xml,40.591,40.591,29.8,29.8,10.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.178,4.225,0.816,9.45,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.103,13.591,9.342,0.708,0.0,0.0,0.0,0.0,1707.3,2944.0,14.33,13.655,0.0,3.97,3.827,0.0,0.0,0.771,0.151,0.0,4.569,0.0,-0.405,2.046,0.0,0.776,0.0,1.645,-7.628,0.0,-0.196,-0.756,0.0,0.0,-0.002,11.776,0.0,-2.016,0.0,-0.401,-0.482,-2.713,-0.192,0.0,1.27,7.603,1354.8,997.6,11399.6,2808.9,36000.0,24000.0,0.0,6.8,91.76,20341.0,4163.0,7508.0,0.0,575.0,2198.0,0.0,1427.0,0.0,2171.0,2299.0,13315.0,531.0,7127.0,0.0,207.0,232.0,0.0,379.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-vented-crawlspace.xml,42.539,42.539,29.748,29.748,12.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.211,4.099,0.783,9.523,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.975,12.966,9.342,0.786,0.0,0.0,0.0,0.0,1723.5,2655.0,15.483,14.113,0.0,3.988,3.844,0.0,0.0,0.754,-0.322,0.0,6.778,0.0,-0.354,1.847,0.0,0.785,0.0,2.063,-7.801,0.0,-0.068,-0.628,0.0,0.0,0.007,11.623,0.0,-2.916,0.0,-0.349,-0.385,-2.579,-0.173,0.0,1.298,7.43,1354.8,997.6,11399.6,2808.9,36000.0,24000.0,0.0,6.8,91.76,23883.0,6886.0,7508.0,0.0,575.0,2198.0,0.0,2246.0,0.0,2171.0,2299.0,14616.0,1615.0,7127.0,0.0,207.0,232.0,0.0,596.0,0.0,2010.0,310.0,2520.0,288.0,0.0,-512.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-walkout-basement.xml,61.786,61.786,36.299,36.299,25.487,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.42,4.55,0.888,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.487,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.868,15.083,9.234,0.614,0.0,0.0,0.0,0.0,2142.2,3493.7,25.23,19.646,0.0,3.553,3.687,0.512,4.683,0.63,-1.545,0.0,0.0,10.608,-0.062,6.635,0.0,0.729,0.0,5.498,-11.406,0.0,-0.119,-0.524,-0.053,1.621,-0.027,9.913,0.0,0.0,-3.52,-0.058,-1.571,-3.422,-0.164,0.0,3.31,9.882,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,33114.0,8619.0,7925.0,0.0,575.0,4704.0,0.0,0.0,3178.0,2171.0,5942.0,18338.0,5222.0,7312.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,803.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml,45.613,45.613,45.613,45.613,0.0,0.0,0.0,0.0,0.0,0.0,9.326,0.599,0.939,3.302,1.007,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.131,12.572,9.234,0.614,0.0,0.0,145.0,0.0,10115.5,3139.1,37.546,15.162,0.0,3.608,3.668,0.515,7.764,0.622,-2.241,0.0,0.0,9.071,0.066,4.746,0.0,0.762,0.0,4.578,-11.412,0.0,0.016,-0.44,-0.05,2.779,-0.034,9.578,0.0,0.0,-6.34,0.057,-1.185,-3.289,-0.162,0.0,1.957,9.875,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,34.775,34.775,34.775,34.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.287,1.002,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.512,9.234,0.663,0.0,0.0,0.0,0.0,0.0,3246.1,0.0,15.025,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.01,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.894,-0.064,-1.188,-2.974,-0.166,0.0,1.947,10.044,1354.8,997.6,11399.6,2615.9,0.0,36000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,41.577,41.577,41.577,41.577,0.0,0.0,0.0,0.0,0.0,0.0,9.172,0.239,1.749,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.526,0.0,9.234,0.59,0.0,0.0,0.0,0.0,6200.9,0.0,25.271,0.0,0.0,3.492,3.637,0.512,7.484,0.629,-2.035,0.0,0.0,8.11,-0.066,4.805,0.0,0.728,0.0,6.281,-11.406,0.0,-0.462,-0.997,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.0,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml,45.845,45.845,45.845,45.845,0.0,0.0,0.0,0.0,0.0,0.0,9.766,0.229,1.01,3.367,1.032,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.891,12.9,9.234,0.614,0.0,0.0,0.0,0.0,5886.3,3148.8,24.222,15.299,0.0,3.52,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.274,-0.062,4.804,0.0,0.728,0.0,5.464,-11.406,0.0,0.003,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.166,-3.061,-0.165,0.0,1.997,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed.xml,45.785,45.785,45.785,45.785,0.0,0.0,0.0,0.0,0.0,0.0,9.691,0.229,1.01,3.382,1.032,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.891,12.9,9.234,0.614,0.0,0.0,0.0,0.0,5868.6,3155.5,24.222,15.299,0.0,3.52,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.274,-0.062,4.804,0.0,0.728,0.0,5.464,-11.406,0.0,0.003,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.166,-3.061,-0.165,0.0,1.997,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-2-speed.xml,41.503,41.503,41.503,41.503,0.0,0.0,0.0,0.0,0.0,0.0,7.122,0.225,0.598,2.443,0.674,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.959,13.239,9.234,0.614,0.0,0.0,0.0,0.0,5203.4,2732.2,24.213,16.269,0.0,3.478,3.634,0.511,7.501,0.629,-2.044,0.0,0.0,8.276,-0.063,4.804,0.0,0.728,0.0,6.565,-11.406,0.0,-0.011,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.061,-0.165,0.0,2.341,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,53.66,53.66,38.757,38.757,14.903,0.0,0.0,0.0,0.0,0.0,4.677,0.0,0.576,2.542,0.521,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.903,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.98,15.906,9.234,0.615,0.0,0.0,0.0,36.0,3378.6,2869.9,23.339,16.465,0.0,3.29,3.636,0.512,7.504,0.629,-2.062,0.0,0.0,8.296,-0.06,5.886,0.0,0.727,0.0,11.671,-11.421,0.0,-0.132,-0.445,-0.049,2.736,-0.022,9.824,0.0,0.0,-6.261,-0.056,-1.429,-3.028,-0.163,0.0,5.21,9.867,1354.8,997.6,11399.6,2615.8,18000.0,18000.0,60000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,45.922,45.922,42.259,42.259,3.663,0.0,0.0,0.0,0.0,0.0,7.686,0.0,1.068,2.542,0.522,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.663,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.167,15.906,9.234,0.615,0.0,0.0,0.0,36.0,3401.5,2869.9,24.483,16.465,0.0,3.239,3.636,0.512,7.505,0.629,-2.061,0.0,0.0,8.299,-0.06,5.886,0.0,0.727,0.0,12.898,-11.421,0.0,-0.132,-0.445,-0.049,2.736,-0.022,9.824,0.0,0.0,-6.26,-0.056,-1.429,-3.028,-0.163,0.0,5.21,9.867,1354.8,997.6,11399.6,2615.8,18000.0,18000.0,60000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,45.962,45.962,42.354,42.354,3.608,0.0,0.0,0.0,0.0,0.0,7.686,0.0,1.164,2.542,0.521,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.608,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.56,15.906,9.234,0.615,0.0,0.0,0.0,36.0,3412.2,2869.9,27.194,16.465,0.0,3.223,3.636,0.512,7.505,0.629,-2.063,0.0,0.0,8.299,-0.058,5.886,0.0,0.727,0.0,13.304,-11.419,0.0,-0.131,-0.445,-0.049,2.736,-0.022,9.821,0.0,0.0,-6.262,-0.054,-1.43,-3.028,-0.163,0.0,5.21,9.869,1354.8,997.6,11399.6,2615.8,18000.0,18000.0,60000.0,6.8,91.76,39811.0,16105.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,23179.0,10431.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-var-speed.xml,41.042,41.042,41.042,41.042,0.0,0.0,0.0,0.0,0.0,0.0,7.161,0.108,0.783,2.335,0.216,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.528,14.481,9.234,0.614,0.0,0.0,0.0,0.0,5209.9,2606.9,24.567,17.345,0.0,3.38,3.636,0.512,7.505,0.629,-2.047,0.0,0.0,8.283,-0.061,4.804,0.0,0.728,0.0,9.209,-11.408,0.0,-0.063,-0.454,-0.051,2.707,-0.024,9.81,0.0,0.0,-6.31,-0.057,-1.165,-3.064,-0.165,0.0,3.628,9.88,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml,35.359,35.359,35.359,35.359,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.718,1.155,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.541,9.234,0.663,0.0,0.0,0.0,10.0,0.0,3452.9,0.0,17.184,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.099,-0.46,-0.051,2.688,-0.03,9.893,0.0,0.0,-6.893,-0.064,-1.188,-2.979,-0.166,0.0,4.017,10.044,1354.8,997.6,11399.6,2615.8,0.0,18773.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml,42.049,42.049,42.049,42.049,0.0,0.0,0.0,0.0,0.0,0.0,9.407,0.403,1.822,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.578,0.0,9.234,0.59,0.0,0.0,0.0,0.0,6413.2,0.0,25.56,0.0,0.0,3.452,3.637,0.512,7.485,0.629,-2.035,0.0,0.0,8.113,-0.066,4.805,0.0,0.728,0.0,7.361,-11.406,0.0,-0.461,-0.997,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.0,9.858,1354.8,997.6,11399.6,2615.9,31214.0,0.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml,48.107,48.107,48.107,48.107,0.0,0.0,0.0,0.0,0.0,0.0,9.747,1.994,1.077,3.704,1.146,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.447,14.396,9.234,0.614,0.0,0.0,0.0,0.0,6961.8,3469.0,25.28,18.417,0.0,3.383,3.635,0.512,7.504,0.629,-2.042,0.0,0.0,8.28,-0.063,4.804,0.0,0.728,0.0,9.122,-11.406,0.0,-0.061,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.313,-0.059,-1.166,-3.065,-0.165,0.0,3.52,9.882,1354.8,997.6,11399.6,2615.9,21589.0,21589.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml,46.184,46.184,46.184,46.184,0.0,0.0,0.0,0.0,0.0,0.0,9.869,0.292,1.103,3.431,1.049,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.673,13.121,9.234,0.614,0.0,0.0,0.0,0.0,5947.9,3215.3,24.377,15.838,0.0,3.49,3.634,0.511,7.501,0.629,-2.044,0.0,0.0,8.276,-0.063,4.804,0.0,0.728,0.0,6.269,-11.406,0.0,-0.007,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.224,9.882,1354.8,997.6,11399.6,2615.9,32619.0,32619.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml,49.456,49.456,49.456,49.456,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,17.857,5.469,4.848,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,66.75,4.659,0.55,0.0,0.0,0.0,0.0,0.0,3523.8,0.0,21.466,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.822,0.738,0.136,9.776,0.338,23.92,0.0,0.0,3.225,-0.01,-0.524,-2.897,-0.006,0.0,10.108,21.224,1354.8,997.6,8625.1,1979.2,24446.0,24446.0,11215.0,51.62,90.68,11215.0,4367.0,2184.0,0.0,167.0,1864.0,0.0,0.0,711.0,631.0,1291.0,20738.0,7582.0,6532.0,0.0,279.0,580.0,0.0,0.0,0.0,2554.0,690.0,2520.0,2991.0,842.0,1349.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml,44.78,44.78,44.78,44.78,0.0,0.0,0.0,0.0,0.0,0.0,9.244,0.0,0.924,3.201,0.971,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.67,12.087,9.234,0.614,0.0,0.0,0.0,0.0,5004.5,2941.2,22.593,13.409,0.0,3.602,3.633,0.511,7.498,0.628,-2.047,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.18,-11.406,0.0,0.033,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.059,-0.165,0.0,1.169,9.882,1354.8,997.6,11399.6,2615.9,59238.0,59238.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml,43.5,43.5,43.5,43.5,0.0,0.0,0.0,0.0,0.0,0.0,6.919,1.992,0.755,2.644,0.75,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.356,14.749,9.234,0.614,0.0,0.0,0.0,0.0,6591.1,3083.5,25.139,18.903,0.0,3.347,3.636,0.512,7.506,0.629,-2.047,0.0,0.0,8.285,-0.061,4.804,0.0,0.728,0.0,10.061,-11.408,0.0,-0.074,-0.454,-0.051,2.708,-0.024,9.81,0.0,0.0,-6.309,-0.057,-1.165,-3.064,-0.165,0.0,3.875,9.88,1354.8,997.6,11399.6,2615.9,22720.0,22720.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml,41.93,41.93,41.93,41.93,0.0,0.0,0.0,0.0,0.0,0.0,7.161,0.442,0.727,2.475,0.686,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.134,13.479,9.234,0.614,0.0,0.0,0.0,0.0,5555.3,2781.4,24.354,16.902,0.0,3.433,3.635,0.511,7.503,0.629,-2.043,0.0,0.0,8.278,-0.062,4.804,0.0,0.728,0.0,7.775,-11.406,0.0,-0.02,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.586,9.882,1354.8,997.6,11399.6,2615.9,32897.0,32897.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml,40.92,40.92,40.92,40.92,0.0,0.0,0.0,0.0,0.0,0.0,6.934,0.0,0.636,2.29,0.621,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.521,12.132,9.234,0.614,0.0,0.0,0.0,0.0,4421.2,2521.1,23.406,13.566,0.0,3.569,3.633,0.511,7.499,0.628,-2.046,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,4.058,-11.406,0.0,0.032,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.316,-0.059,-1.166,-3.059,-0.165,0.0,1.214,9.882,1354.8,997.6,11399.6,2615.9,66229.0,66229.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml,41.573,41.573,41.404,41.404,0.169,0.0,0.0,0.0,0.0,0.0,7.551,0.0,0.865,2.326,0.221,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.169,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.461,14.54,9.234,0.615,0.0,0.0,0.0,0.0,4479.7,2707.9,24.798,17.773,0.0,3.345,3.635,0.511,7.503,0.629,-2.055,0.0,0.0,8.293,-0.061,5.886,0.0,0.727,0.0,10.115,-11.419,0.0,-0.062,-0.445,-0.049,2.738,-0.021,9.833,0.0,0.0,-6.26,-0.057,-1.428,-3.018,-0.163,0.0,3.787,9.869,1354.8,997.6,11399.6,2615.9,32827.0,32827.0,23705.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml,41.61,41.61,41.41,41.41,0.199,0.0,0.0,0.0,0.0,0.0,7.552,0.0,0.87,2.326,0.221,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.199,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.5,14.539,9.234,0.615,0.0,0.0,0.0,0.0,4484.8,2707.8,27.274,17.771,0.0,3.344,3.635,0.511,7.503,0.629,-2.055,0.0,0.0,8.293,-0.061,5.886,0.0,0.727,0.0,10.158,-11.419,0.0,-0.063,-0.445,-0.049,2.738,-0.021,9.833,0.0,0.0,-6.26,-0.057,-1.428,-3.018,-0.163,0.0,3.787,9.869,1354.8,997.6,11399.6,2615.9,32827.0,32827.0,32302.0,6.8,91.76,39811.0,16105.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,23179.0,10431.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml,42.165,42.165,42.165,42.165,0.0,0.0,0.0,0.0,0.0,0.0,7.472,0.63,0.913,2.401,0.309,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.518,15.29,9.234,0.614,0.0,0.0,0.0,0.0,6083.0,2890.8,25.251,18.592,0.0,3.302,3.636,0.512,7.507,0.629,-2.046,0.0,0.0,8.286,-0.061,4.804,0.0,0.728,0.0,11.258,-11.408,0.0,-0.104,-0.454,-0.05,2.708,-0.024,9.811,0.0,0.0,-6.308,-0.057,-1.166,-3.067,-0.165,0.0,4.46,9.88,1354.8,997.6,11399.6,2615.9,24560.0,24560.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml,41.153,41.153,41.153,41.153,0.0,0.0,0.0,0.0,0.0,0.0,7.232,0.105,0.822,2.333,0.221,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.128,14.644,9.234,0.614,0.0,0.0,0.0,0.0,5160.6,2642.6,24.703,17.604,0.0,3.357,3.636,0.512,7.506,0.629,-2.047,0.0,0.0,8.285,-0.061,4.804,0.0,0.728,0.0,9.827,-11.408,0.0,-0.071,-0.454,-0.051,2.708,-0.024,9.81,0.0,0.0,-6.31,-0.057,-1.165,-3.064,-0.165,0.0,3.795,9.88,1354.8,997.6,11399.6,2615.9,32827.0,32827.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml,40.773,40.773,40.773,40.773,0.0,0.0,0.0,0.0,0.0,0.0,7.061,0.0,0.739,2.337,0.196,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.175,13.641,9.234,0.614,0.0,0.0,0.0,0.0,4188.3,2564.6,23.86,16.338,0.0,3.431,3.635,0.511,7.503,0.629,-2.042,0.0,0.0,8.279,-0.063,4.804,0.0,0.728,0.0,7.818,-11.406,0.0,-0.027,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.314,-0.059,-1.166,-3.062,-0.165,0.0,2.766,9.882,1354.8,997.6,11399.6,2615.9,50891.0,50891.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-boiler-elec-only.xml,48.207,48.207,48.207,48.207,0.0,0.0,0.0,0.0,0.0,0.0,17.599,0.0,0.19,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,5898.6,0.0,16.443,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,23705.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-boiler-gas-central-ac-1-speed.xml,55.356,55.356,36.449,36.449,18.907,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.226,4.551,1.232,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.907,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.604,15.019,9.234,0.614,0.0,0.0,0.0,12.0,2094.3,3362.3,16.443,17.188,0.0,3.734,3.632,0.511,7.494,0.628,-2.047,0.0,0.0,8.265,-0.064,4.804,0.0,0.728,0.0,0.0,-11.407,0.0,-0.092,-0.455,-0.051,2.705,-0.024,9.818,0.0,0.0,-6.315,-0.06,-1.165,-3.067,-0.165,0.0,4.161,9.88,1354.8,997.6,11399.6,2615.9,23705.0,18773.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-boiler-gas-only.xml,49.358,49.358,30.641,30.641,18.717,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.224,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.717,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2044.3,0.0,16.443,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,23705.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-central-ac-only-1-speed.xml,36.132,36.132,36.132,36.132,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.448,1.198,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.587,9.234,0.663,0.0,0.0,0.0,11.0,0.0,3452.9,0.0,17.177,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.102,-0.46,-0.051,2.688,-0.03,9.893,0.0,0.0,-6.893,-0.064,-1.188,-2.979,-0.166,0.0,4.065,10.044,1354.8,997.6,11399.6,2615.8,0.0,18773.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-central-ac-only-2-speed.xml,34.704,34.704,34.704,34.704,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.431,0.786,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.014,9.234,0.663,0.0,0.0,0.0,4.0,0.0,3143.8,0.0,17.675,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.12,-0.46,-0.051,2.689,-0.03,9.894,0.0,0.0,-6.891,-0.064,-1.188,-2.979,-0.166,0.0,4.495,10.044,1354.8,997.6,11399.6,2615.9,0.0,18933.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-central-ac-only-var-speed.xml,33.891,33.891,33.891,33.891,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.938,0.467,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.491,9.234,0.663,0.0,0.0,0.0,9.0,0.0,2828.8,0.0,17.106,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.149,-0.46,-0.051,2.688,-0.03,9.893,0.0,0.0,-6.892,-0.064,-1.188,-2.984,-0.166,0.0,5.016,10.044,1354.8,997.6,11399.6,2615.8,0.0,18892.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml,47.964,47.964,47.964,47.964,0.0,0.0,0.0,0.0,0.0,0.0,9.497,0.405,1.839,4.551,1.232,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.81,15.02,9.234,0.614,0.0,0.0,0.0,12.0,6463.2,3362.3,25.56,17.188,0.0,3.447,3.634,0.511,7.502,0.629,-2.043,0.0,0.0,8.277,-0.063,4.804,0.0,0.728,0.0,7.428,-11.406,0.0,-0.09,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.314,-0.059,-1.166,-3.067,-0.165,0.0,4.16,9.882,1354.8,997.6,11399.6,2615.9,31214.0,18773.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml,54.008,54.008,42.34,42.34,11.668,0.0,0.0,0.0,0.0,0.0,5.906,0.0,1.144,3.704,1.146,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.668,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.773,14.396,9.234,0.614,0.0,0.0,11.0,0.0,3661.2,3469.0,25.284,18.417,0.0,3.366,3.635,0.511,7.503,0.629,-2.042,0.0,0.0,8.279,-0.063,4.803,0.0,0.728,0.0,9.47,-11.406,0.0,-0.061,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.313,-0.059,-1.166,-3.065,-0.165,0.0,3.52,9.882,1354.8,997.6,11399.6,2615.9,21589.0,21589.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml,52.773,52.773,41.861,41.861,10.911,0.0,0.0,0.0,0.0,0.0,5.534,0.0,1.407,3.431,1.049,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.911,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.786,13.121,9.234,0.614,0.0,0.0,0.0,0.0,3641.0,3215.3,24.37,15.838,0.0,3.44,3.634,0.511,7.503,0.629,-2.043,0.0,0.0,8.278,-0.063,4.804,0.0,0.728,0.0,7.424,-11.406,0.0,-0.007,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.224,9.882,1354.8,997.6,11399.6,2615.9,32619.0,32619.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml,52.773,52.773,41.861,41.861,10.911,0.0,0.0,0.0,0.0,0.0,5.534,0.0,1.407,3.431,1.049,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.911,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.786,13.121,9.234,0.614,0.0,0.0,0.0,0.0,3641.0,3215.3,24.37,15.838,0.0,3.44,3.634,0.511,7.503,0.629,-2.043,0.0,0.0,8.278,-0.063,4.804,0.0,0.728,0.0,7.424,-11.406,0.0,-0.007,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.224,9.882,1354.8,997.6,11399.6,2615.9,32619.0,32619.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml,44.576,44.576,35.896,35.896,8.68,0.0,0.0,0.0,0.0,0.0,2.732,0.0,0.525,2.119,0.081,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.037,12.2,9.234,0.614,0.0,0.0,0.0,0.0,2798.6,2187.1,19.433,13.341,0.0,3.591,3.633,0.511,7.498,0.628,-2.046,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,3.56,-11.406,0.0,0.03,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.06,-0.165,0.0,1.296,9.882,1354.8,997.6,11399.6,2615.9,26064.0,26064.0,26247.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-elec-resistance-only.xml,46.866,46.866,46.866,46.866,0.0,0.0,0.0,0.0,0.0,0.0,16.449,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,5920.3,0.0,16.455,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,23705.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-evap-cooler-furnace-gas.xml,56.321,56.321,32.059,32.059,24.262,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.63,0.0,0.988,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.262,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.954,10.926,9.234,0.614,0.0,0.0,0.0,0.0,2115.9,1921.2,25.08,11.067,0.0,3.486,3.635,0.512,7.502,0.628,-2.051,0.0,0.0,8.278,-0.061,4.804,0.0,0.728,0.0,6.551,-11.408,0.0,0.047,-0.454,-0.051,2.707,-0.024,9.808,0.0,0.0,-6.312,-0.057,-1.165,-3.053,-0.165,0.0,-0.001,9.88,1354.8,997.6,11399.6,2615.9,32302.0,12748.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-floor-furnace-propane-only.xml,52.3,52.3,30.418,30.418,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,9.234,0.591,0.0,0.0,0.0,0.0,2021.1,0.0,17.012,0.0,0.0,3.734,3.633,0.511,7.474,0.628,-2.051,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-11.415,0.0,-0.447,-0.98,-0.126,1.166,-0.157,8.2,0.0,0.0,-8.461,-0.061,-1.973,-6.076,-0.269,0.0,0.0,9.849,1354.8,997.6,11399.6,2615.9,23705.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-elec-only.xml,53.592,53.592,53.592,53.592,0.0,0.0,0.0,0.0,0.0,0.0,22.551,0.0,0.624,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.726,0.0,9.234,0.59,0.0,0.0,0.0,0.0,8594.3,0.0,25.08,0.0,0.0,3.491,3.638,0.512,7.485,0.629,-2.042,0.0,0.0,8.113,-0.065,4.806,0.0,0.728,0.0,6.488,-11.408,0.0,-0.46,-0.995,-0.129,1.106,-0.161,8.143,0.0,0.0,-8.542,-0.061,-1.606,-6.17,-0.273,0.0,-0.001,9.855,1354.8,997.6,11399.6,2615.9,32302.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-gas-central-ac-2-speed.xml,59.186,59.186,35.265,35.265,23.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.51,3.506,0.81,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.52,15.444,9.234,0.614,0.0,0.0,0.0,6.0,2138.8,3001.6,24.541,17.696,0.0,3.501,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,6.11,-11.406,0.0,-0.109,-0.455,-0.051,2.707,-0.024,9.817,0.0,0.0,-6.313,-0.059,-1.166,-3.066,-0.165,0.0,4.59,9.882,1354.8,997.6,11399.6,2615.9,32302.0,18933.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-gas-central-ac-var-speed.xml,58.354,58.354,34.429,34.429,23.925,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.512,2.994,0.484,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.925,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.524,15.911,9.234,0.614,0.0,0.0,0.0,11.0,2139.2,2777.5,24.547,17.133,0.0,3.501,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,6.116,-11.406,0.0,-0.137,-0.455,-0.051,2.707,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.071,-0.165,0.0,5.102,9.882,1354.8,997.6,11399.6,2615.9,32302.0,18892.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-gas-only.xml,55.063,55.063,31.041,31.041,24.021,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.021,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.726,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2115.9,0.0,25.08,0.0,0.0,3.491,3.638,0.512,7.485,0.629,-2.042,0.0,0.0,8.113,-0.065,4.806,0.0,0.728,0.0,6.488,-11.408,0.0,-0.46,-0.995,-0.129,1.106,-0.161,8.143,0.0,0.0,-8.542,-0.061,-1.606,-6.17,-0.273,0.0,-0.001,9.855,1354.8,997.6,11399.6,2615.9,32302.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-gas-room-ac.xml,60.335,60.335,36.073,36.073,24.262,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.63,5.003,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.262,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.954,10.924,9.234,0.614,0.0,0.0,0.0,0.0,2115.9,2942.7,25.08,10.58,0.0,3.486,3.635,0.512,7.502,0.628,-2.051,0.0,0.0,8.278,-0.061,4.804,0.0,0.728,0.0,6.551,-11.408,0.0,0.047,-0.454,-0.051,2.706,-0.024,9.808,0.0,0.0,-6.313,-0.057,-1.165,-3.054,-0.164,0.0,-0.001,9.88,1354.8,997.6,11399.6,2615.9,32302.0,13323.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml,34.3,34.3,34.3,34.3,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.982,0.832,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.057,9.234,0.663,0.0,0.0,0.0,0.0,0.0,3048.6,0.0,18.302,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.078,-0.46,-0.051,2.688,-0.03,9.893,0.0,0.0,-6.892,-0.064,-1.188,-2.979,-0.166,0.0,3.524,10.044,1354.8,997.6,11399.6,2615.9,0.0,22883.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml,36.693,36.693,36.693,36.693,0.0,0.0,0.0,0.0,0.0,0.0,5.482,0.0,0.794,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.055,0.0,9.234,0.59,0.0,0.0,0.0,0.0,3404.5,0.0,23.514,0.0,0.0,3.551,3.636,0.512,7.482,0.629,-2.037,0.0,0.0,8.107,-0.066,4.805,0.0,0.728,0.0,4.769,-11.406,0.0,-0.462,-0.996,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.0,9.858,1354.8,997.6,11399.6,2615.9,31214.0,0.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml,39.884,39.884,39.884,39.884,0.0,0.0,0.0,0.0,0.0,0.0,5.475,0.0,0.678,2.533,0.758,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.969,13.367,9.234,0.614,0.0,0.0,0.0,0.0,3359.6,2539.0,23.106,15.819,0.0,3.557,3.633,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.514,-11.406,0.0,-0.018,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.064,-0.165,0.0,2.481,9.882,1354.8,997.6,11399.6,2615.9,31214.0,31214.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml,39.704,39.704,39.704,39.704,0.0,0.0,0.0,0.0,0.0,0.0,5.336,0.0,0.444,2.478,1.007,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.256,12.878,9.234,0.614,0.0,0.0,0.0,0.0,3246.1,2589.1,21.738,15.127,0.0,3.582,3.633,0.511,7.498,0.628,-2.046,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,3.785,-11.406,0.0,0.005,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.166,-3.061,-0.165,0.0,1.97,9.882,1354.8,997.6,11399.6,2615.9,33024.0,33024.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml,39.704,39.704,39.704,39.704,0.0,0.0,0.0,0.0,0.0,0.0,5.336,0.0,0.444,2.478,1.007,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.256,12.878,9.234,0.614,0.0,0.0,0.0,0.0,3246.1,2589.1,21.738,15.127,0.0,3.582,3.633,0.511,7.498,0.628,-2.046,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,3.785,-11.406,0.0,0.005,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.166,-3.061,-0.165,0.0,1.97,9.882,1354.8,997.6,11399.6,2615.9,33024.0,33024.0,31214.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml,33.023,33.023,33.023,33.023,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.423,0.114,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.537,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2843.7,0.0,13.568,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.015,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.895,-0.064,-1.188,-2.977,-0.166,0.0,1.997,10.044,1354.8,997.6,11399.6,2615.9,0.0,14473.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml,33.023,33.023,33.023,33.023,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.423,0.114,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.537,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2843.7,0.0,13.568,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.015,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.895,-0.064,-1.188,-2.977,-0.166,0.0,1.997,10.044,1354.8,997.6,11399.6,2615.9,0.0,14473.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml,36.338,36.338,36.338,36.338,0.0,0.0,0.0,0.0,0.0,0.0,5.321,0.248,0.353,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.822,0.0,9.234,0.59,0.0,0.0,0.0,0.0,4621.1,0.0,19.495,0.0,0.0,3.595,3.636,0.512,7.482,0.629,-2.038,0.0,0.0,8.106,-0.066,4.805,0.0,0.728,0.0,3.506,-11.406,0.0,-0.462,-0.996,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.546,-0.062,-1.607,-6.17,-0.273,0.0,-0.0,9.858,1354.8,997.6,11399.6,2615.9,26247.0,0.0,26247.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml,39.512,39.512,39.512,39.512,0.0,0.0,0.0,0.0,0.0,0.0,5.594,0.848,0.35,2.188,0.092,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.569,12.619,9.234,0.614,0.0,0.0,0.0,0.0,5290.7,2300.0,19.695,13.566,0.0,3.573,3.633,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.106,-11.406,0.0,0.013,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,1.73,9.882,1354.8,997.6,11399.6,2615.9,18814.0,18814.0,26247.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml,38.582,38.582,38.582,38.582,0.0,0.0,0.0,0.0,0.0,0.0,5.37,0.257,0.316,2.119,0.081,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.966,12.2,9.234,0.614,0.0,0.0,0.0,0.0,4615.7,2187.1,19.434,13.341,0.0,3.593,3.633,0.511,7.498,0.628,-2.046,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,3.486,-11.406,0.0,0.03,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.06,-0.165,0.0,1.296,9.882,1354.8,997.6,11399.6,2615.9,26064.0,26064.0,26247.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml,38.049,38.049,38.049,38.049,0.0,0.0,0.0,0.0,0.0,0.0,5.048,0.0,0.296,2.189,0.077,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.948,11.547,9.234,0.614,0.0,0.0,0.0,0.0,3563.7,2218.6,19.051,12.221,0.0,3.627,3.633,0.511,7.498,0.628,-2.047,0.0,0.0,8.269,-0.062,4.804,0.0,0.728,0.0,2.441,-11.406,0.0,0.046,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.058,-0.165,0.0,0.628,9.882,1354.8,997.6,11399.6,2615.9,52054.0,52054.0,26247.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml,37.917,37.917,37.552,37.552,0.0,0.364,0.0,0.0,0.0,0.0,4.952,0.0,0.115,2.017,0.028,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.364,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.659,10.828,9.234,0.615,0.0,0.0,0.0,0.0,3293.6,2167.1,17.012,11.228,0.0,3.732,3.63,0.511,7.491,0.628,-2.059,0.0,0.0,8.271,-0.062,5.885,0.0,0.727,0.0,0.0,-11.415,0.0,0.052,-0.447,-0.049,2.736,-0.022,9.838,0.0,0.0,-6.268,-0.058,-1.429,-3.007,-0.163,0.0,0.0,9.873,1354.8,997.6,11399.6,2615.9,23540.0,23540.0,23705.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ptac-with-heating.xml,51.03,51.03,51.03,51.03,0.0,0.0,0.0,0.0,0.0,0.0,16.616,0.0,0.0,3.974,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.923,9.234,0.614,0.0,0.0,0.0,0.0,5920.3,2660.5,16.455,10.579,0.0,3.733,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.317,-0.059,-1.165,-3.054,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,23705.0,13323.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ptac.xml,34.354,34.354,34.354,34.354,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.868,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.584,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2839.1,0.0,10.55,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.031,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.895,-0.064,-1.188,-2.967,-0.166,0.0,0.0,10.044,1354.8,997.6,11399.6,2615.9,0.0,13323.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-pthp-sizing-methodology-acca.xml,41.555,41.555,41.555,41.555,0.0,0.0,0.0,0.0,0.0,0.0,6.294,1.02,0.0,3.801,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,4775.9,2620.1,16.455,11.065,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,15321.0,15321.0,23705.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-pthp-sizing-methodology-hers.xml,41.647,41.647,41.647,41.647,0.0,0.0,0.0,0.0,0.0,0.0,7.084,0.128,0.0,3.996,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,4069.7,2703.3,16.455,11.065,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,24773.0,24773.0,23705.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-pthp-sizing-methodology-maxload.xml,42.166,42.166,42.166,42.166,0.0,0.0,0.0,0.0,0.0,0.0,7.574,0.0,0.0,4.152,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,4019.5,2800.1,16.455,11.065,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,44989.0,44989.0,23705.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-only.xml,35.355,35.355,35.355,35.355,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.869,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.584,9.234,0.663,0.0,0.0,0.0,0.0,0.0,3163.4,0.0,10.55,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.031,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.895,-0.064,-1.188,-2.967,-0.166,0.0,0.0,10.044,1354.8,997.6,11399.6,2615.9,0.0,13323.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-with-heating.xml,52.059,52.059,52.059,52.059,0.0,0.0,0.0,0.0,0.0,0.0,16.616,0.0,0.0,5.003,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.923,9.234,0.614,0.0,0.0,0.0,0.0,5920.3,2942.7,16.455,10.579,0.0,3.733,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.317,-0.059,-1.165,-3.054,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,23705.0,13323.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml,41.555,41.555,41.555,41.555,0.0,0.0,0.0,0.0,0.0,0.0,6.294,1.02,0.0,3.801,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,4775.9,2620.1,16.455,11.065,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,15321.0,15321.0,23705.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml,41.647,41.647,41.647,41.647,0.0,0.0,0.0,0.0,0.0,0.0,7.084,0.128,0.0,3.996,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,4069.7,2703.3,16.455,11.065,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,24773.0,24773.0,23705.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml,42.166,42.166,42.166,42.166,0.0,0.0,0.0,0.0,0.0,0.0,7.574,0.0,0.0,4.152,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,4019.5,2800.1,16.455,11.065,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,44989.0,44989.0,23705.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-stove-oil-only.xml,52.275,52.275,30.518,30.518,0.0,21.756,0.0,0.0,0.0,0.0,0.0,0.0,0.1,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.756,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,9.234,0.591,0.0,0.0,0.0,0.0,2037.3,0.0,17.012,0.0,0.0,3.734,3.633,0.511,7.474,0.628,-2.051,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-11.415,0.0,-0.447,-0.98,-0.126,1.166,-0.157,8.2,0.0,0.0,-8.461,-0.061,-1.973,-6.076,-0.269,0.0,0.0,9.849,1354.8,997.6,11399.6,2615.9,23705.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-wall-furnace-elec-only.xml,47.201,47.201,47.201,47.201,0.0,0.0,0.0,0.0,0.0,0.0,16.784,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,6014.7,0.0,16.455,0.0,0.0,3.736,3.635,0.512,7.478,0.629,-2.041,0.0,0.0,8.099,-0.066,4.805,0.0,0.728,0.0,0.0,-11.406,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.15,0.0,0.0,-8.546,-0.062,-1.607,-6.17,-0.273,0.0,0.0,9.858,1354.8,997.6,11399.6,2615.9,23705.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize.xml,60.249,60.249,36.303,36.303,23.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.519,4.468,0.877,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.551,14.939,9.234,0.614,0.0,0.0,0.0,8.0,2140.7,3230.9,24.58,17.378,0.0,3.5,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,6.143,-11.406,0.0,-0.086,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.066,-0.165,0.0,4.077,9.882,1354.8,997.6,11399.6,2615.9,32302.0,18773.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-coal-only.xml,50.082,50.082,30.66,30.66,0.0,0.0,0.0,0.0,0.0,19.422,0.0,0.0,0.243,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.422,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2046.8,0.0,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-elec-only.xml,48.879,48.879,48.879,48.879,0.0,0.0,0.0,0.0,0.0,0.0,18.336,0.0,0.126,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,6035.7,0.0,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-gas-central-ac-1-speed.xml,55.829,55.829,36.119,36.119,19.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.149,4.358,1.171,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.604,14.065,9.234,0.614,0.0,0.0,0.0,0.0,2084.6,3476.0,16.463,18.09,0.0,3.734,3.632,0.511,7.494,0.628,-2.047,0.0,0.0,8.265,-0.064,4.804,0.0,0.728,0.0,0.0,-11.407,0.0,-0.048,-0.455,-0.051,2.706,-0.024,9.818,0.0,0.0,-6.314,-0.06,-1.165,-3.064,-0.165,0.0,3.184,9.88,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-gas-only.xml,50.077,50.077,30.565,30.565,19.512,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.148,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.512,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2034.6,0.0,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-oil-only.xml,50.082,50.082,30.66,30.66,0.0,19.422,0.0,0.0,0.0,0.0,0.0,0.0,0.243,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.422,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2046.8,0.0,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-propane-only.xml,50.075,50.075,30.543,30.543,0.0,0.0,19.532,0.0,0.0,0.0,0.0,0.0,0.126,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.532,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2031.7,0.0,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-wood-only.xml,50.075,50.075,30.543,30.543,0.0,0.0,0.0,19.532,0.0,0.0,0.0,0.0,0.126,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.532,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2031.7,0.0,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-only-1-speed-seer2.xml,35.866,35.866,35.866,35.866,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.242,1.138,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.651,9.234,0.663,0.0,0.0,0.0,0.0,0.0,3484.5,0.0,17.769,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.059,-0.46,-0.051,2.688,-0.03,9.893,0.0,0.0,-6.893,-0.064,-1.188,-2.977,-0.166,0.0,3.108,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-only-1-speed.xml,35.882,35.882,35.882,35.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.258,1.138,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.651,9.234,0.663,0.0,0.0,0.0,0.0,0.0,3491.0,0.0,17.769,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.059,-0.46,-0.051,2.688,-0.03,9.893,0.0,0.0,-6.893,-0.064,-1.188,-2.977,-0.166,0.0,3.108,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-only-2-speed.xml,34.51,34.51,34.51,34.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.27,0.754,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.18,9.234,0.663,0.0,0.0,0.0,0.0,0.0,3012.0,0.0,18.524,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.081,-0.46,-0.051,2.688,-0.03,9.893,0.0,0.0,-6.892,-0.064,-1.188,-2.977,-0.166,0.0,3.642,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-only-var-speed.xml,33.631,33.631,33.631,33.631,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.834,0.31,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.934,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2789.2,0.0,18.427,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.121,-0.46,-0.051,2.689,-0.03,9.894,0.0,0.0,-6.891,-0.064,-1.188,-2.98,-0.166,0.0,4.442,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,47.236,47.236,47.236,47.236,0.0,0.0,0.0,0.0,0.0,0.0,9.261,0.24,1.765,4.358,1.171,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.749,14.066,9.234,0.614,0.0,0.0,0.0,0.0,6250.9,3476.0,25.271,18.09,0.0,3.487,3.634,0.511,7.501,0.629,-2.044,0.0,0.0,8.276,-0.063,4.804,0.0,0.728,0.0,6.338,-11.406,0.0,-0.047,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.184,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dse.xml,58.968,58.968,36.789,36.789,22.179,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.366,5.049,0.934,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.179,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.926,9.234,0.614,0.0,0.0,0.0,0.0,2102.7,2604.2,16.455,11.066,0.0,3.733,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml,51.89,51.89,51.89,51.89,0.0,0.0,0.0,0.0,0.0,0.0,5.418,10.193,1.424,3.382,1.032,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.276,12.9,9.234,0.614,0.0,0.0,0.0,0.0,8245.3,3155.5,24.21,15.299,0.0,3.459,3.634,0.511,7.502,0.629,-2.043,0.0,0.0,8.277,-0.062,4.804,0.0,0.728,0.0,6.899,-11.406,0.0,0.003,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,1.997,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,52.427,52.427,41.697,41.697,10.729,0.0,0.0,0.0,0.0,0.0,5.418,0.0,1.424,3.382,1.032,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.729,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.276,12.9,9.234,0.614,0.0,0.0,0.0,0.0,3618.9,3155.5,24.21,15.299,0.0,3.459,3.634,0.511,7.502,0.629,-2.043,0.0,0.0,8.277,-0.062,4.804,0.0,0.728,0.0,6.899,-11.406,0.0,0.003,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,1.997,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,49.45,49.45,38.436,38.436,11.014,0.0,0.0,0.0,0.0,0.0,3.905,0.0,0.972,2.443,0.674,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.014,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.814,13.239,9.234,0.614,0.0,0.0,0.0,0.0,3019.6,2732.2,24.209,16.269,0.0,3.439,3.634,0.511,7.503,0.629,-2.043,0.0,0.0,8.278,-0.063,4.804,0.0,0.728,0.0,7.453,-11.406,0.0,-0.011,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.061,-0.165,0.0,2.341,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,49.229,49.229,38.408,38.408,10.82,0.0,0.0,0.0,0.0,0.0,3.891,0.0,1.526,2.335,0.216,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.955,14.482,9.234,0.614,0.0,0.0,0.0,0.0,3008.0,2606.9,24.562,17.345,0.0,3.361,3.636,0.512,7.506,0.629,-2.047,0.0,0.0,8.284,-0.061,4.804,0.0,0.728,0.0,9.652,-11.408,0.0,-0.063,-0.454,-0.051,2.707,-0.024,9.81,0.0,0.0,-6.31,-0.057,-1.165,-3.064,-0.165,0.0,3.63,9.88,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,44.567,44.567,36.13,36.13,8.437,0.0,0.0,0.0,0.0,0.0,2.768,0.0,0.686,2.157,0.079,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.437,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.692,11.836,9.234,0.614,0.0,0.0,0.0,0.0,2669.3,2204.4,19.25,12.799,0.0,3.601,3.633,0.511,7.498,0.628,-2.047,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.207,-11.406,0.0,0.04,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.059,-0.165,0.0,0.922,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ducts-area-fractions.xml,93.64,93.64,46.506,46.506,47.135,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.614,7.823,1.641,9.005,0.0,0.0,6.372,0.0,0.43,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,12.562,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.135,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.997,28.427,9.146,0.612,0.0,0.0,5.0,45.0,2578.2,5002.0,48.977,34.995,0.0,3.19,7.86,1.068,7.883,0.665,-3.688,0.0,0.0,8.992,-0.116,11.127,0.0,0.745,0.0,20.209,-14.509,0.0,-0.359,-1.011,-0.097,2.685,-0.02,20.199,0.0,0.0,-6.422,-0.104,-2.462,-6.236,-0.16,0.0,10.589,12.22,1354.8,997.6,11399.6,2460.1,48000.0,36000.0,0.0,6.8,91.76,71332.0,33176.0,15016.0,0.0,575.0,9035.0,0.0,0.0,2446.0,2171.0,8913.0,82948.0,62211.0,14254.0,0.0,207.0,542.0,0.0,0.0,0.0,2010.0,1204.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ducts-area-multipliers.xml,57.961,57.961,35.786,35.786,22.175,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.366,4.18,0.801,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.175,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.772,13.65,9.234,0.614,0.0,0.0,0.0,0.0,2108.8,3229.4,22.378,17.373,0.0,3.565,3.633,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.311,-11.406,0.0,-0.028,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.756,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,30853.0,7148.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17515.0,4767.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ducts-leakage-cfm50.xml,58.162,58.162,35.802,35.802,22.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.369,4.19,0.803,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.954,13.792,9.234,0.614,0.0,0.0,0.0,0.0,2109.1,3274.1,22.465,17.806,0.0,3.553,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.52,-11.406,0.0,-0.033,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.954,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,34564.0,10858.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,19299.0,6551.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ducts-leakage-percent.xml,59.978,59.978,36.109,36.109,23.869,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.394,4.419,0.857,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.869,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.359,14.625,9.234,0.614,0.0,0.0,0.0,0.0,2112.4,3472.3,24.274,19.52,0.0,3.507,3.635,0.511,7.502,0.628,-2.052,0.0,0.0,8.277,-0.061,4.804,0.0,0.728,0.0,5.951,-11.408,0.0,-0.071,-0.454,-0.05,2.708,-0.024,9.809,0.0,0.0,-6.31,-0.057,-1.165,-3.065,-0.165,0.0,3.766,9.88,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32737.0,9032.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,19502.0,6754.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-elec-resistance-only.xml,46.866,46.866,46.866,46.866,0.0,0.0,0.0,0.0,0.0,0.0,16.449,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,5920.3,0.0,16.455,0.0,0.0,3.736,3.635,0.512,7.477,0.629,-2.039,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-11.407,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.152,0.0,0.0,-8.545,-0.064,-1.606,-6.17,-0.273,0.0,0.0,9.856,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-evap-cooler-furnace-gas.xml,55.308,55.308,31.865,31.865,23.443,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.609,0.0,0.815,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.443,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.177,10.926,9.234,0.614,0.0,0.0,0.0,0.0,2111.2,1859.3,24.069,11.074,0.0,3.514,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.273,-0.063,4.804,0.0,0.728,0.0,5.753,-11.406,0.0,0.046,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,-0.001,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-evap-cooler-only-ducted.xml,31.363,31.363,31.363,31.363,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.876,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.51,9.234,0.663,0.0,0.0,0.0,0.0,0.0,1963.8,0.0,14.986,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.025,-0.461,-0.051,2.686,-0.03,9.891,0.0,0.0,-6.895,-0.064,-1.188,-2.971,-0.166,0.0,0.912,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14991.0,2242.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-evap-cooler-only.xml,31.279,31.279,31.279,31.279,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.793,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.234,0.663,0.0,0.0,0.0,0.0,0.0,1891.8,0.0,10.869,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.031,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.894,-0.064,-1.188,-2.966,-0.166,0.0,0.0,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-fireplace-wood-only.xml,52.3,52.3,30.418,30.418,0.0,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,9.234,0.591,0.0,0.0,0.0,0.0,2021.1,0.0,17.012,0.0,0.0,3.734,3.633,0.511,7.474,0.628,-2.051,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-11.415,0.0,-0.447,-0.98,-0.126,1.166,-0.157,8.2,0.0,0.0,-8.461,-0.061,-1.973,-6.076,-0.269,0.0,0.0,9.849,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-fixed-heater-gas-only.xml,46.866,46.866,30.417,30.417,16.449,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.449,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2020.7,0.0,16.455,0.0,0.0,3.736,3.635,0.512,7.478,0.629,-2.041,0.0,0.0,8.099,-0.066,4.805,0.0,0.728,0.0,0.0,-11.406,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.15,0.0,0.0,-8.546,-0.062,-1.607,-6.17,-0.273,0.0,0.0,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-floor-furnace-propane-only.xml,52.3,52.3,30.418,30.418,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,9.234,0.591,0.0,0.0,0.0,0.0,2021.1,0.0,17.012,0.0,0.0,3.734,3.633,0.511,7.474,0.628,-2.051,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-11.415,0.0,-0.447,-0.98,-0.126,1.166,-0.157,8.2,0.0,0.0,-8.461,-0.061,-1.973,-6.076,-0.269,0.0,0.0,9.849,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-coal-only.xml,54.23,54.23,31.02,31.02,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.603,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2111.2,0.0,24.069,0.0,0.0,3.519,3.636,0.512,7.483,0.629,-2.036,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-11.406,0.0,-0.462,-0.997,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.001,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-elec-central-ac-1-speed.xml,56.917,56.917,56.917,56.917,0.0,0.0,0.0,0.0,0.0,0.0,21.004,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,7905.8,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-elec-only.xml,52.809,52.809,52.809,52.809,0.0,0.0,0.0,0.0,0.0,0.0,21.789,0.0,0.603,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,9.234,0.59,0.0,0.0,0.0,0.0,8291.4,0.0,24.069,0.0,0.0,3.519,3.636,0.512,7.483,0.629,-2.036,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-11.406,0.0,-0.462,-0.997,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.001,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-central-ac-2-speed.xml,57.71,57.71,34.879,34.879,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,3.325,0.738,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,14.539,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3042.0,23.054,18.765,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.066,-0.455,-0.051,2.707,-0.024,9.816,0.0,0.0,-6.313,-0.059,-1.166,-3.063,-0.165,0.0,3.662,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-central-ac-var-speed.xml,56.857,56.857,34.026,34.026,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,2.888,0.322,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,15.346,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,2779.8,23.054,18.679,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.109,-0.455,-0.051,2.708,-0.024,9.817,0.0,0.0,-6.312,-0.059,-1.166,-3.067,-0.165,0.0,4.519,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-only-detailed-setpoints.xml,38.344,38.344,30.657,30.657,7.687,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.2,0.0,0.0,9.181,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.687,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.265,0.0,9.234,0.633,0.0,0.0,0.0,0.0,2068.3,0.0,18.191,0.0,0.0,2.82,2.763,0.387,5.284,0.406,-4.611,0.0,0.0,5.319,-0.06,3.456,0.0,0.568,0.0,1.864,-11.281,0.0,-0.343,-0.861,-0.109,1.448,-0.132,8.651,0.0,0.0,-8.765,-0.06,-1.495,-7.279,-0.25,0.0,0.0,10.025,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-only.xml,54.23,54.23,31.02,31.02,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.603,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2111.2,0.0,24.069,0.0,0.0,3.519,3.636,0.512,7.483,0.629,-2.036,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-11.406,0.0,-0.462,-0.997,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.001,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-room-ac.xml,59.837,59.837,36.394,36.394,23.443,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.609,5.345,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.443,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.177,10.926,9.234,0.614,0.0,0.0,0.0,0.0,2111.2,3196.3,24.069,11.066,0.0,3.514,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.273,-0.063,4.804,0.0,0.728,0.0,5.753,-11.406,0.0,0.046,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.165,-3.053,-0.165,0.0,-0.001,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-oil-only.xml,54.23,54.23,31.02,31.02,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.603,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2111.2,0.0,24.069,0.0,0.0,3.519,3.636,0.512,7.483,0.629,-2.036,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-11.406,0.0,-0.462,-0.997,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.001,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-propane-only.xml,54.23,54.23,31.02,31.02,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.603,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2111.2,0.0,24.069,0.0,0.0,3.519,3.636,0.512,7.483,0.629,-2.036,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-11.406,0.0,-0.462,-0.997,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.001,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-wood-only.xml,54.23,54.23,31.02,31.02,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.603,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2111.2,0.0,24.069,0.0,0.0,3.519,3.636,0.512,7.483,0.629,-2.036,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-11.406,0.0,-0.462,-0.997,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.545,-0.062,-1.607,-6.17,-0.273,0.0,-0.001,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-x3-dse.xml,58.965,58.965,36.819,36.819,22.146,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.396,5.049,0.934,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.146,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.926,9.234,0.614,0.0,0.0,0.0,0.0,2105.8,2604.2,16.455,11.066,0.0,3.733,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ground-to-air-heat-pump-cooling-only.xml,33.789,33.789,33.789,33.789,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.576,0.727,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.636,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2655.9,0.0,14.877,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.018,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.894,-0.064,-1.188,-2.976,-0.166,0.0,2.078,10.044,1354.8,997.6,11399.6,2615.9,0.0,36000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ground-to-air-heat-pump-heating-only.xml,36.574,36.574,36.574,36.574,0.0,0.0,0.0,0.0,0.0,0.0,5.394,0.0,0.763,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.341,0.0,9.234,0.59,0.0,0.0,0.0,0.0,3356.5,0.0,22.275,0.0,0.0,3.577,3.636,0.512,7.482,0.629,-2.037,0.0,0.0,8.106,-0.066,4.805,0.0,0.728,0.0,4.035,-11.406,0.0,-0.462,-0.996,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.546,-0.062,-1.607,-6.17,-0.273,0.0,-0.0,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ground-to-air-heat-pump.xml,39.678,39.678,39.678,39.678,0.0,0.0,0.0,0.0,0.0,0.0,5.328,0.0,0.442,2.475,0.994,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.944,12.703,9.234,0.614,0.0,0.0,0.0,0.0,3235.5,2573.1,21.206,14.728,0.0,3.593,3.633,0.511,7.498,0.628,-2.047,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.464,-11.406,0.0,0.011,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.166,-3.06,-0.165,0.0,1.792,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,48.927,48.927,48.927,48.927,0.0,0.0,0.0,0.0,0.0,0.0,12.429,0.533,0.707,4.125,0.693,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.347,13.433,9.234,0.614,0.0,0.0,0.0,0.0,6629.3,3400.9,24.735,16.384,0.0,3.465,3.634,0.511,7.502,0.629,-2.044,0.0,0.0,8.276,-0.063,4.804,0.0,0.728,0.0,6.962,-11.406,0.0,-0.02,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.063,-0.165,0.0,2.546,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,44.023,44.023,44.023,44.023,0.0,0.0,0.0,0.0,0.0,0.0,8.923,0.489,0.588,2.979,0.604,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.636,13.856,9.234,0.614,0.0,0.0,0.0,0.0,5902.5,3048.0,24.73,17.71,0.0,3.414,3.635,0.511,7.503,0.629,-2.042,0.0,0.0,8.279,-0.063,4.804,0.0,0.728,0.0,8.292,-11.406,0.0,-0.036,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.314,-0.059,-1.166,-3.063,-0.165,0.0,2.973,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,43.35,43.35,43.35,43.35,0.0,0.0,0.0,0.0,0.0,0.0,8.825,0.283,0.741,2.84,0.222,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.751,15.04,9.234,0.614,0.0,0.0,0.0,0.0,5873.3,2909.1,25.051,18.033,0.0,3.333,3.636,0.512,7.506,0.629,-2.047,0.0,0.0,8.285,-0.061,4.804,0.0,0.728,0.0,10.468,-11.408,0.0,-0.092,-0.454,-0.051,2.708,-0.024,9.811,0.0,0.0,-6.309,-0.057,-1.166,-3.067,-0.165,0.0,4.208,9.88,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,60.727,60.727,36.692,36.692,24.035,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.289,5.2,0.764,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.035,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.398,14.877,9.234,0.614,0.0,0.0,0.0,2.0,2099.0,3477.3,24.097,18.163,0.0,3.506,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.273,-0.063,4.804,0.0,0.728,0.0,5.99,-11.406,0.0,-0.085,-0.455,-0.051,2.707,-0.024,9.816,0.0,0.0,-6.313,-0.059,-1.166,-3.067,-0.165,0.0,4.018,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,59.426,59.426,35.387,35.387,24.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.29,3.978,0.68,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.404,15.414,9.234,0.614,0.0,0.0,0.0,2.0,2099.1,3160.0,24.104,18.415,0.0,3.506,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,5.995,-11.406,0.0,-0.108,-0.455,-0.051,2.707,-0.024,9.817,0.0,0.0,-6.312,-0.059,-1.166,-3.066,-0.165,0.0,4.562,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,58.627,58.627,34.588,34.588,24.039,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.29,3.455,0.404,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.039,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.403,16.019,9.234,0.614,0.0,0.0,0.0,5.0,2099.1,2962.7,24.104,17.798,0.0,3.506,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,5.995,-11.406,0.0,-0.143,-0.455,-0.051,2.708,-0.024,9.817,0.0,0.0,-6.312,-0.059,-1.166,-3.072,-0.165,0.0,5.215,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-furnace-gas-only.xml,55.619,55.619,30.886,30.886,24.733,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.469,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.733,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.221,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2080.1,0.0,25.381,0.0,0.0,3.473,3.638,0.512,7.485,0.629,-2.042,0.0,0.0,8.114,-0.065,4.805,0.0,0.728,0.0,7.002,-11.408,0.0,-0.46,-0.995,-0.129,1.107,-0.161,8.143,0.0,0.0,-8.542,-0.061,-1.606,-6.17,-0.273,0.0,-0.001,9.855,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-ground-to-air-heat-pump.xml,41.537,41.537,41.537,41.537,0.0,0.0,0.0,0.0,0.0,0.0,6.784,0.0,0.45,2.933,0.931,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.903,13.175,9.234,0.614,0.0,0.0,0.0,0.0,3466.7,2722.9,22.17,15.751,0.0,3.56,3.633,0.511,7.499,0.628,-2.046,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,4.451,-11.406,0.0,-0.009,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.276,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,31214.0,7508.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,33.235,33.235,33.235,33.235,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.584,0.165,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.274,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2603.4,0.0,13.386,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,-0.002,-0.461,-0.051,2.686,-0.03,9.891,0.0,0.0,-6.895,-0.064,-1.188,-2.976,-0.166,0.0,1.723,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-mini-split-heat-pump-ducted.xml,40.329,40.329,40.329,40.329,0.0,0.0,0.0,0.0,0.0,0.0,6.583,0.031,0.512,2.612,0.152,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.794,12.109,9.234,0.614,0.0,0.0,0.0,0.0,4309.7,2332.6,19.411,13.32,0.0,3.598,3.633,0.511,7.498,0.628,-2.047,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.311,-11.406,0.0,0.032,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.06,-0.165,0.0,1.203,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-air-conditioner-only-ducted.xml,32.622,32.622,32.622,32.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.056,0.08,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.936,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2281.6,0.0,13.174,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.012,-0.461,-0.051,2.686,-0.03,9.891,0.0,0.0,-6.895,-0.064,-1.188,-2.974,-0.166,0.0,1.372,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-air-conditioner-only-ductless.xml,32.496,32.496,32.496,32.496,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.982,0.027,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.586,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2156.6,0.0,10.861,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.031,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.894,-0.064,-1.188,-2.966,-0.166,0.0,0.0,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,32.659,32.659,32.659,32.659,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.096,0.076,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.474,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2253.6,0.0,12.563,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.026,-0.461,-0.051,2.686,-0.03,9.891,0.0,0.0,-6.895,-0.064,-1.188,-2.972,-0.166,0.0,0.898,10.044,1354.8,997.6,11399.6,2615.9,0.0,36000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ducted-heating-only.xml,35.899,35.899,35.899,35.899,0.0,0.0,0.0,0.0,0.0,0.0,5.174,0.009,0.299,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.195,0.0,9.234,0.59,0.0,0.0,0.0,0.0,3763.3,0.0,19.314,0.0,0.0,3.616,3.636,0.512,7.481,0.629,-2.038,0.0,0.0,8.105,-0.066,4.805,0.0,0.728,0.0,2.862,-11.406,0.0,-0.462,-0.996,-0.129,1.105,-0.161,8.149,0.0,0.0,-8.546,-0.062,-1.607,-6.17,-0.273,0.0,-0.0,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,36000.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ducted.xml,38.235,38.235,38.235,38.235,0.0,0.0,0.0,0.0,0.0,0.0,5.257,0.009,0.294,2.157,0.079,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.556,11.836,9.234,0.614,0.0,0.0,0.0,0.0,3745.4,2204.4,19.252,12.799,0.0,3.606,3.633,0.511,7.498,0.628,-2.047,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.066,-11.406,0.0,0.04,-0.455,-0.051,2.705,-0.024,9.814,0.0,0.0,-6.317,-0.059,-1.166,-3.059,-0.165,0.0,0.922,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,26247.0,2542.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,14574.0,1826.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,38.426,38.426,37.698,37.698,0.0,0.729,0.0,0.0,0.0,0.0,5.142,0.0,0.115,1.971,0.029,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.729,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.659,10.828,9.234,0.615,0.0,0.0,0.0,0.0,3135.3,2252.6,17.012,11.229,0.0,3.732,3.63,0.511,7.491,0.628,-2.059,0.0,0.0,8.271,-0.062,5.885,0.0,0.727,0.0,0.0,-11.415,0.0,0.052,-0.447,-0.049,2.736,-0.022,9.838,0.0,0.0,-6.268,-0.058,-1.429,-3.007,-0.163,0.0,0.0,9.873,1354.8,997.6,11399.6,2615.9,18000.0,18000.0,60000.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ductless.xml,37.384,37.384,37.384,37.384,0.0,0.0,0.0,0.0,0.0,0.0,4.672,0.0,0.097,2.147,0.028,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.604,10.926,9.234,0.614,0.0,0.0,0.0,0.0,3454.7,2166.2,16.454,11.066,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.804,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-multiple.xml,65.036,65.036,50.589,50.589,7.162,3.603,3.683,0.0,0.0,0.0,12.929,0.194,0.869,5.613,0.544,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.162,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.603,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.683,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.717,19.131,9.234,0.615,0.0,0.0,0.0,4.0,6428.3,4122.6,37.829,22.733,0.0,3.417,3.634,0.511,7.5,0.629,-2.065,0.0,0.0,8.29,-0.06,5.886,0.0,0.727,0.0,15.315,-11.421,0.0,-0.125,-0.445,-0.049,2.738,-0.021,9.826,0.0,0.0,-6.259,-0.056,-1.429,-3.048,-0.163,0.0,8.414,9.867,1354.8,997.6,11399.6,2615.9,59200.0,36799.2,10236.0,6.8,91.76,36780.0,13075.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,22621.0,9872.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-none.xml,19.737,19.737,19.737,19.737,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.607,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.572,0.327,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-3.484,-4.279,0.0,0.0,-0.959,11.061,0.0,0.0,-8.682,-0.056,-2.251,-4.738,-1.085,0.0,0.0,15.558,1354.8,997.6,8540.7,2104.4,0.0,0.0,0.0,63.32,89.06,2825.0,0.0,794.0,0.0,61.0,232.0,0.0,0.0,1293.0,229.0,216.0,12202.0,0.0,6223.0,0.0,264.0,451.0,0.0,0.0,0.0,2443.0,301.0,2520.0,1164.0,0.0,364.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-portable-heater-gas-only.xml,46.866,46.866,30.417,30.417,16.449,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.449,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,2020.7,0.0,16.455,0.0,0.0,3.736,3.635,0.512,7.478,0.629,-2.041,0.0,0.0,8.099,-0.066,4.805,0.0,0.728,0.0,0.0,-11.406,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.15,0.0,0.0,-8.546,-0.062,-1.607,-6.17,-0.273,0.0,0.0,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ptac-with-heating-electricity.xml,51.302,51.302,51.302,51.302,0.0,0.0,0.0,0.0,0.0,0.0,16.616,0.0,0.0,4.246,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,5920.3,2792.5,16.455,11.065,0.0,3.733,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ptac-with-heating-natural-gas.xml,55.456,55.456,34.685,34.685,20.771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.246,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,2020.7,2792.5,16.455,11.065,0.0,3.733,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ptac.xml,34.616,34.616,34.616,34.616,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.13,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2962.3,0.0,10.861,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.031,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-pthp.xml,41.98,41.98,41.98,41.98,0.0,0.0,0.0,0.0,0.0,0.0,7.437,0.001,0.0,4.103,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,3942.2,2769.2,16.455,11.065,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-only-33percent.xml,32.296,32.296,32.296,32.296,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.81,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.234,0.663,0.0,0.0,0.0,0.0,0.0,2195.0,0.0,10.861,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.031,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,10.044,1354.8,997.6,11399.6,2615.9,0.0,8000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-only-ceer.xml,35.694,35.694,35.694,35.694,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.208,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.234,0.663,0.0,0.0,0.0,0.0,0.0,3321.7,0.0,10.861,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.031,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-only-detailed-setpoints.xml,34.445,34.445,34.445,34.445,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.967,0.0,9.202,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.807,9.234,0.655,0.0,0.0,0.0,0.0,0.0,3167.3,0.0,9.816,0.0,2.649,2.507,0.35,4.224,0.343,-5.368,0.0,0.0,2.786,-0.139,3.059,0.0,0.52,0.0,0.0,-11.292,0.0,-0.133,-0.636,-0.076,2.201,-0.074,9.36,0.0,0.0,-7.631,-0.066,-1.33,-3.344,-0.198,0.0,0.0,10.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-only.xml,35.685,35.685,35.685,35.685,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.198,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.234,0.663,0.0,0.0,0.0,0.0,0.0,3318.4,0.0,10.861,0.0,2.643,2.501,0.349,4.22,0.341,-5.387,0.0,0.0,2.83,-0.137,3.051,0.0,0.519,0.0,0.0,-11.293,0.0,0.031,-0.461,-0.051,2.687,-0.03,9.892,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,10.044,1354.8,997.6,11399.6,2615.9,0.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-with-heating.xml,52.401,52.401,52.401,52.401,0.0,0.0,0.0,0.0,0.0,0.0,16.616,0.0,0.0,5.344,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,5920.3,3196.2,16.455,11.065,0.0,3.733,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-with-reverse-cycle.xml,41.98,41.98,41.98,41.98,0.0,0.0,0.0,0.0,0.0,0.0,7.437,0.001,0.0,4.103,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,10.925,9.234,0.614,0.0,0.0,0.0,0.0,3942.2,2769.2,16.455,11.065,0.0,3.734,3.632,0.511,7.495,0.628,-2.05,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-11.406,0.0,0.045,-0.455,-0.051,2.706,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,9.882,1354.8,997.6,11399.6,2615.9,36000.0,36000.0,36000.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-seasons.xml,58.53,58.53,35.87,35.87,22.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.374,4.24,0.815,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.221,13.835,9.234,0.614,0.0,0.0,0.0,0.0,2132.2,3368.4,23.054,17.892,0.0,3.502,3.596,0.506,7.5,0.614,-2.11,0.0,0.0,8.201,-0.033,4.75,0.0,0.721,0.0,4.908,-11.267,0.0,-0.083,-0.49,-0.055,2.714,-0.038,9.759,0.0,0.0,-6.376,-0.029,-1.216,-3.076,-0.171,0.0,3.068,10.021,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-setpoints-daily-schedules.xml,57.513,57.513,35.304,35.304,22.209,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.366,3.775,0.721,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.209,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.418,11.988,9.234,0.615,0.0,0.0,104.0,52.0,2148.2,3586.5,34.947,20.1,0.0,3.501,3.566,0.501,7.495,0.605,-2.32,0.0,0.0,8.632,0.006,4.646,0.0,0.726,0.0,4.591,-11.361,0.0,-0.061,-0.491,-0.056,2.64,-0.04,9.641,0.0,0.0,-6.625,-0.003,-1.216,-3.362,-0.173,0.0,2.387,9.928,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-setpoints-daily-setbacks.xml,56.925,56.925,35.455,35.455,21.469,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.354,3.91,0.749,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.469,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.015,12.6,9.234,0.616,0.0,0.0,0.0,8.0,2115.1,3597.9,25.353,20.664,0.0,3.494,3.55,0.499,7.328,0.602,-2.407,0.0,0.0,8.152,-0.021,4.634,0.0,0.723,0.0,4.487,-11.385,0.0,-0.044,-0.487,-0.056,2.594,-0.038,9.613,0.0,0.0,-6.609,-0.023,-1.199,-3.311,-0.176,0.0,2.533,9.905,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-setpoints.xml,41.598,41.598,34.088,34.088,7.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.124,2.983,0.511,9.194,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.028,8.751,9.234,0.647,0.0,0.0,0.0,0.0,2091.6,3309.2,17.433,15.113,0.0,2.824,2.759,0.386,5.283,0.405,-4.624,0.0,0.0,5.375,-0.06,3.451,0.0,0.567,0.0,1.603,-11.281,0.0,-0.109,-0.561,-0.065,2.387,-0.055,9.582,0.0,0.0,-7.541,-0.06,-1.254,-5.064,-0.187,0.0,2.029,10.039,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-stove-oil-only.xml,52.283,52.283,30.484,30.484,0.0,21.799,0.0,0.0,0.0,0.0,0.0,0.0,0.066,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,9.234,0.591,0.0,0.0,0.0,0.0,2031.8,0.0,17.012,0.0,0.0,3.734,3.633,0.511,7.474,0.628,-2.051,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-11.415,0.0,-0.447,-0.98,-0.126,1.166,-0.157,8.2,0.0,0.0,-8.461,-0.061,-1.973,-6.076,-0.269,0.0,0.0,9.849,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-stove-wood-pellets-only.xml,52.283,52.283,30.484,30.484,0.0,0.0,0.0,0.0,21.799,0.0,0.0,0.0,0.066,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,9.234,0.591,0.0,0.0,0.0,0.0,2031.8,0.0,17.012,0.0,0.0,3.734,3.633,0.511,7.474,0.628,-2.051,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-11.415,0.0,-0.447,-0.98,-0.126,1.166,-0.157,8.2,0.0,0.0,-8.461,-0.061,-1.973,-6.076,-0.269,0.0,0.0,9.849,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-undersized-allow-increased-fixed-capacities.xml,56.189,56.189,35.569,35.569,20.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.419,3.953,0.756,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.388,12.819,9.234,0.614,0.0,0.0,0.0,0.0,2118.2,2940.2,20.454,15.049,0.0,3.611,3.633,0.511,7.498,0.628,-2.047,0.0,0.0,8.269,-0.062,4.804,0.0,0.728,0.0,2.898,-11.406,0.0,0.008,-0.455,-0.051,2.705,-0.024,9.815,0.0,0.0,-6.316,-0.059,-1.166,-3.06,-0.165,0.0,1.934,9.882,1354.8,997.6,11399.6,2615.9,28964.0,17412.0,0.0,6.8,91.76,28964.0,5259.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,16662.0,3914.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-undersized.xml,48.702,48.702,33.139,33.139,15.563,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.251,2.078,0.354,9.18,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.563,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.572,6.31,9.234,0.631,0.0,0.0,3745.0,2587.0,2090.1,1946.3,3.836,2.686,0.0,2.666,2.896,0.405,5.299,0.442,-4.419,0.0,0.0,4.648,-0.118,3.588,0.0,0.595,0.0,9.677,-11.534,0.0,-0.358,-0.795,-0.1,1.623,-0.112,8.636,0.0,0.0,-8.033,-0.06,-1.413,-4.985,-0.233,0.0,2.665,9.771,1354.8,997.6,11399.6,2615.8,3600.0,2400.0,0.0,6.8,91.76,28964.0,5259.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,16662.0,3914.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-wall-furnace-elec-only.xml,47.201,47.201,47.201,47.201,0.0,0.0,0.0,0.0,0.0,0.0,16.784,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,9.234,0.59,0.0,0.0,0.0,0.0,6014.7,0.0,16.455,0.0,0.0,3.736,3.635,0.512,7.478,0.629,-2.041,0.0,0.0,8.099,-0.066,4.805,0.0,0.728,0.0,0.0,-11.406,0.0,-0.463,-0.996,-0.129,1.105,-0.161,8.15,0.0,0.0,-8.546,-0.062,-1.607,-6.17,-0.273,0.0,0.0,9.858,1354.8,997.6,11399.6,2615.9,36000.0,0.0,0.0,6.8,91.76,23705.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,12748.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-lighting-ceiling-fans.xml,59.113,59.113,36.302,36.302,22.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.376,4.166,0.797,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.525,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.362,13.595,9.234,0.612,0.0,0.0,0.0,0.0,2109.6,3333.4,23.054,17.688,0.0,3.543,3.634,0.511,7.498,0.628,-2.045,0.0,0.0,8.258,-0.063,4.804,0.0,0.728,0.0,4.936,-11.406,0.0,-0.083,-0.502,-0.057,2.578,-0.036,9.673,0.0,0.0,-6.512,-0.059,-1.201,-3.227,-0.173,0.0,2.98,10.405,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-lighting-holiday.xml,58.942,58.942,36.111,36.111,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.533,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2397.4,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-lighting-none.xml,56.347,56.347,30.718,30.718,25.629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.423,3.952,0.744,9.166,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.003,12.609,9.234,0.616,0.0,0.0,0.0,0.0,1752.1,3067.6,23.429,17.165,0.0,3.499,3.606,0.507,7.415,0.623,-2.146,0.0,0.0,8.164,-0.057,4.797,0.0,0.726,0.0,5.475,-8.931,0.0,0.015,-0.405,-0.044,2.849,-0.011,9.954,0.0,0.0,-6.075,-0.053,-1.126,-2.867,-0.158,0.0,2.864,7.849,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-AMY-2012.xml,67.388,67.388,34.848,34.848,32.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.529,2.911,0.486,9.58,0.0,0.0,4.524,0.0,0.335,0.0,0.0,0.0,0.0,2.225,0.0,0.0,0.32,0.366,1.517,1.533,0.0,2.121,8.403,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.469,8.508,9.676,0.619,0.0,0.0,0.0,0.0,2146.8,2731.9,23.494,14.858,0.0,4.247,4.367,0.62,9.821,0.801,-0.828,0.0,0.0,10.957,-0.074,5.178,0.0,0.772,0.0,7.182,-13.031,0.0,-0.011,-0.349,-0.043,1.62,-0.049,8.008,0.0,0.0,-7.424,-0.065,-0.892,-2.437,-0.098,0.0,2.072,8.326,1358.5,1000.6,11587.9,2659.1,36000.0,24000.0,0.0,10.22,91.4,30730.0,8345.0,7102.0,0.0,543.0,6062.0,0.0,0.0,2314.0,2054.0,4311.0,17718.0,5043.0,7109.0,0.0,204.0,251.0,0.0,0.0,0.0,1985.0,606.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-baltimore-md.xml,39.241,39.241,29.871,29.871,9.371,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.039,5.013,1.028,8.661,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.371,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.656,16.732,8.551,0.66,0.0,0.0,0.0,0.0,1685.2,2497.1,13.734,13.552,0.0,3.506,3.362,0.0,0.0,0.715,0.644,0.0,3.309,0.0,-0.292,2.06,0.0,0.807,0.0,1.522,-7.221,0.0,-0.093,-0.582,0.0,0.0,-0.007,11.358,0.0,-0.89,0.0,-0.285,-0.427,-1.52,-0.203,0.0,1.557,8.01,1354.8,997.6,11036.0,2719.3,24000.0,24000.0,0.0,17.24,91.22,18314.0,4508.0,6268.0,0.0,480.0,1835.0,0.0,1192.0,0.0,1812.0,2219.0,14335.0,1180.0,6959.0,0.0,247.0,387.0,0.0,366.0,0.0,2317.0,359.0,2520.0,1671.0,482.0,389.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-capetown-zaf.xml,27.702,27.702,27.5,27.5,0.202,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,3.827,0.913,7.629,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.202,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.187,14.577,7.422,0.693,0.0,0.0,0.0,0.0,1232.5,2220.9,4.635,11.44,0.0,1.698,1.431,0.0,0.0,0.571,-1.372,0.0,2.773,0.0,-0.881,0.769,0.0,0.34,0.0,0.03,-5.343,0.0,-0.685,-1.438,0.0,0.0,-0.436,14.386,0.0,-3.963,0.0,-0.88,-0.584,-1.952,-0.385,0.0,0.923,9.888,1354.8,997.6,10580.5,2607.1,24000.0,24000.0,0.0,41.0,84.38,13255.0,5428.0,3445.0,0.0,264.0,1009.0,0.0,1031.0,0.0,996.0,1083.0,13033.0,1990.0,5825.0,0.0,185.0,149.0,0.0,333.0,0.0,1847.0,183.0,2520.0,739.0,0.0,-61.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-dallas-tx.xml,34.297,34.297,32.531,32.531,1.765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.008,8.722,1.857,6.815,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.629,30.194,6.675,0.573,0.0,0.0,0.0,0.0,1662.1,2763.3,9.704,14.234,0.0,1.739,1.617,0.0,0.0,0.364,-0.299,0.0,0.0,1.268,-0.306,1.001,0.0,0.387,0.0,0.044,-4.416,0.0,0.559,0.0,0.0,0.0,0.189,18.747,0.0,0.0,1.906,-0.3,-0.357,-1.927,-0.093,0.0,0.344,11.388,1354.8,997.6,9989.1,2461.3,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,14675.0,163.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,2520.0,1416.0,325.0,291.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-duluth-mn.xml,70.947,70.947,29.773,29.773,41.174,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.438,2.254,0.326,11.624,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.174,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.316,5.224,11.597,0.833,0.0,0.0,0.0,0.0,1752.2,2394.7,26.507,11.148,0.0,7.047,7.051,0.0,0.0,1.588,6.72,0.0,10.017,0.0,-0.32,6.399,0.0,0.0,0.0,7.62,-8.223,0.0,-0.435,-0.782,0.0,0.0,-0.099,6.493,0.0,-1.555,0.0,-0.319,-0.516,-1.024,0.0,0.0,0.335,3.29,1354.8,997.6,12167.9,2889.4,36000.0,24000.0,0.0,-13.72,81.14,31260.0,6260.0,9946.0,0.0,761.0,2912.0,0.0,4696.0,0.0,2876.0,3808.0,11163.0,185.0,6163.0,0.0,156.0,64.0,0.0,344.0,0.0,1624.0,107.0,2520.0,1022.0,133.0,89.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-helena-mt.xml,78.165,78.165,35.299,35.299,42.866,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.05,2.292,0.348,10.333,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.866,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.487,5.871,10.479,0.625,0.0,0.0,0.0,0.0,2238.0,2947.0,30.347,14.135,0.0,5.348,5.459,0.773,11.506,1.046,0.473,0.0,0.0,13.881,-0.184,7.806,0.0,1.207,0.0,8.309,-15.579,0.0,0.013,-0.249,-0.026,1.306,0.009,7.279,0.0,0.0,-5.983,-0.177,-0.674,-2.354,-0.12,0.0,1.242,5.72,1354.8,997.6,11852.0,2719.7,48000.0,24000.0,0.0,-8.14,89.24,40049.0,10037.0,9283.0,0.0,710.0,7923.0,0.0,0.0,3024.0,2684.0,6386.0,17384.0,4998.0,7145.0,0.0,184.0,165.0,0.0,0.0,0.0,1837.0,535.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-honolulu-hi.xml,36.112,36.112,36.112,36.112,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.148,3.017,4.815,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.46,4.572,0.55,0.0,0.0,0.0,0.0,0.0,2301.6,0.0,13.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.228,0.744,0.0,0.0,0.3,26.44,0.0,0.0,6.019,-0.004,-0.045,-1.684,0.062,0.0,0.753,15.781,1354.8,997.6,8540.5,2104.4,12000.0,24000.0,0.0,63.32,89.06,3417.0,592.0,794.0,0.0,61.0,232.0,0.0,0.0,1293.0,229.0,216.0,12324.0,122.0,6223.0,0.0,264.0,451.0,0.0,0.0,0.0,2443.0,301.0,2520.0,1631.0,467.0,364.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-miami-fl.xml,35.272,35.272,35.272,35.272,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.381,2.813,4.948,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.971,4.712,0.551,0.0,0.0,0.0,0.0,0.0,2503.2,0.0,13.564,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.006,0.575,0.0,0.0,0.304,24.828,0.0,0.0,5.533,-0.004,-0.214,-2.358,-0.005,0.0,0.695,15.782,1354.8,997.6,8625.3,2125.3,12000.0,24000.0,0.0,51.62,90.68,8608.0,784.0,2184.0,0.0,167.0,639.0,0.0,0.0,3557.0,631.0,646.0,12608.0,-129.0,6532.0,0.0,279.0,507.0,0.0,0.0,0.0,2554.0,345.0,2520.0,2317.0,842.0,675.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-phoenix-az.xml,38.372,38.372,38.371,38.371,0.001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.98,3.08,5.181,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,51.764,4.955,0.556,0.0,0.0,0.0,0.0,1117.5,3312.6,0.594,17.637,0.0,0.71,0.522,0.0,0.0,0.205,0.389,0.0,0.0,-0.063,-0.459,0.366,0.0,0.124,0.0,-0.0,-1.908,0.0,1.784,1.422,0.0,0.0,0.805,29.748,0.0,0.0,7.027,-0.471,0.013,-3.122,0.118,0.0,0.884,13.879,1354.8,997.6,8429.2,2077.0,24000.0,24000.0,0.0,41.36,108.14,13271.0,1050.0,3402.0,0.0,260.0,996.0,0.0,0.0,5543.0,984.0,1035.0,17760.0,667.0,8833.0,0.0,401.0,975.0,0.0,0.0,0.0,3479.0,885.0,2520.0,400.0,0.0,-400.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-portland-or.xml,37.21,37.21,27.593,27.593,9.616,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.04,2.812,0.53,9.081,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.616,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.884,8.569,8.879,0.78,0.0,0.0,0.0,0.0,1686.5,2608.8,8.464,13.423,0.0,3.447,3.289,0.0,0.0,0.744,0.651,0.0,6.241,0.0,-0.412,1.469,0.0,0.813,0.0,1.647,-9.196,0.0,-0.3,-0.767,0.0,0.0,-0.009,9.028,0.0,-2.904,0.0,-0.409,-0.361,-1.829,-0.252,0.0,0.543,6.035,1354.8,997.6,11239.5,2769.4,24000.0,24000.0,0.0,28.58,87.08,17550.0,6260.0,4921.0,0.0,377.0,1441.0,0.0,1472.0,0.0,1423.0,1658.0,14354.0,2050.0,6621.0,0.0,210.0,243.0,0.0,429.0,0.0,2032.0,250.0,2520.0,700.0,0.0,-100.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-balanced.xml,80.174,80.174,37.759,37.759,42.415,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.7,4.06,0.759,9.17,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.415,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.726,12.824,9.234,0.62,0.0,0.0,0.0,0.0,2216.6,3658.0,32.404,20.832,0.0,3.499,3.714,0.523,7.426,0.654,-1.905,0.0,0.0,8.121,-0.117,5.505,0.0,15.088,0.0,8.679,-11.758,0.0,0.165,-0.244,-0.021,3.022,0.035,10.364,0.0,0.0,-5.928,-0.113,-1.007,-2.518,-3.51,0.0,3.119,9.536,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,38747.0,8745.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,10894.0,19647.0,5228.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,2289.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-bath-kitchen-fans.xml,60.529,60.529,36.005,36.005,24.524,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.405,4.235,0.813,9.164,0.0,0.0,4.51,0.0,0.334,0.112,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.524,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.966,13.791,9.234,0.615,0.0,0.0,0.0,0.0,2163.1,3507.1,24.925,19.503,0.0,3.534,3.633,0.511,7.498,0.628,-2.063,0.0,0.0,8.287,-0.057,4.318,0.0,2.47,0.0,5.276,-11.413,0.0,-0.029,-0.442,-0.049,2.749,-0.021,9.844,0.0,0.0,-6.239,-0.053,-1.041,-2.996,-0.683,0.0,3.078,9.876,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-airflow-fraction-zero.xml,73.506,73.506,37.657,37.657,35.849,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.591,4.149,0.784,9.168,0.0,0.0,4.51,0.0,0.334,1.689,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.849,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.575,13.258,9.234,0.618,0.0,0.0,0.0,0.0,2173.7,3595.3,29.409,20.555,0.0,3.473,3.65,0.514,7.482,0.635,-2.032,0.0,0.0,8.306,-0.071,1.506,0.0,13.869,0.0,7.47,-11.529,0.0,0.049,-0.357,-0.037,2.94,0.004,10.085,0.0,0.0,-5.941,-0.067,-0.254,-2.714,-3.249,0.0,3.144,9.763,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,35577.0,8672.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,19127.0,5217.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-dse.xml,73.618,73.618,38.597,38.597,35.021,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.578,4.854,0.875,9.168,0.0,0.0,4.51,0.0,0.334,1.846,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.021,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.219,10.192,9.234,0.618,0.0,0.0,0.0,0.0,2172.9,2703.1,21.257,12.592,0.0,3.748,3.646,0.513,7.474,0.634,-2.027,0.0,0.0,8.293,-0.074,1.506,0.0,13.743,0.0,0.0,-11.525,0.0,0.136,-0.359,-0.037,2.939,0.003,10.095,0.0,0.0,-5.945,-0.07,-0.254,-2.705,-3.217,0.0,0.0,9.767,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,26905.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,13910.0,0.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-evap-cooler-only-ducted.xml,34.15,34.15,34.15,34.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.887,9.233,0.0,0.0,4.51,0.0,0.334,2.754,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.036,9.234,0.688,0.0,0.0,0.0,0.0,0.0,1982.9,0.0,17.239,0.0,2.128,2.051,0.285,2.755,0.228,-6.767,0.0,0.0,0.654,-0.161,0.674,0.0,7.465,0.0,1.836,-11.313,0.0,0.157,-0.348,-0.035,3.008,-0.001,10.24,0.0,0.0,-6.545,-0.058,-0.256,-2.545,-3.07,0.0,0.632,10.049,1354.8,997.6,11399.6,2615.8,0.0,24000.0,0.0,6.8,91.76,26905.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,16170.0,2259.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-supplemental-fan-exhaust.xml,70.694,70.694,36.313,36.313,34.381,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.567,4.059,0.763,9.169,0.0,0.0,4.51,0.0,0.334,0.478,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.381,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.201,12.897,9.234,0.619,0.0,0.0,0.0,0.0,2139.0,3876.6,29.41,20.493,0.0,3.508,3.673,0.517,7.458,0.642,-1.983,0.0,0.0,8.239,-0.088,1.924,0.0,12.451,0.0,7.191,-11.625,0.0,0.105,-0.303,-0.029,3.006,0.019,10.232,0.0,0.0,-5.882,-0.084,-0.252,-2.582,-3.977,0.0,3.066,9.668,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35577.0,8672.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,19127.0,5217.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-supplemental-fan-supply.xml,72.846,72.846,36.34,36.34,36.506,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.602,4.066,0.763,9.168,0.0,0.0,4.51,0.0,0.334,0.464,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.506,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.191,12.902,9.234,0.619,0.0,0.0,0.0,0.0,2155.7,3590.4,29.41,20.51,0.0,3.483,3.663,0.515,7.468,0.639,-2.007,0.0,0.0,8.268,-0.079,1.51,0.0,14.428,0.0,7.583,-11.578,0.0,0.083,-0.325,-0.032,2.979,0.012,10.17,0.0,0.0,-5.903,-0.075,-0.244,-2.623,-3.848,0.0,3.09,9.714,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,35577.0,8672.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,19127.0,5217.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis.xml,74.678,74.678,37.592,37.592,37.087,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.612,4.097,0.77,9.169,0.0,0.0,4.51,0.0,0.334,1.667,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.087,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.736,13.016,9.234,0.619,0.0,0.0,0.0,0.0,2170.7,3586.8,29.408,20.479,0.0,3.487,3.701,0.521,7.447,0.651,-1.898,0.0,0.0,8.178,-0.117,1.521,0.0,14.075,0.0,8.56,-11.667,0.0,0.161,-0.289,-0.027,2.954,0.024,10.272,0.0,0.0,-5.989,-0.113,-0.231,-2.632,-3.006,0.0,2.409,9.626,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,35577.0,8672.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,19127.0,5217.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-erv-atre-asre.xml,65.586,65.586,37.78,37.78,27.807,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.459,4.268,0.818,9.165,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.807,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.042,13.87,9.234,0.616,0.0,0.0,0.0,0.0,2182.4,3639.6,25.37,19.163,0.0,3.506,3.63,0.511,7.494,0.628,-2.072,0.0,0.0,8.31,-0.059,5.396,0.0,3.901,0.0,5.917,-11.436,0.0,-0.017,-0.424,-0.046,2.815,-0.015,9.898,0.0,0.0,-6.133,-0.055,-1.251,-2.914,-0.846,0.0,3.154,9.853,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,33661.0,8634.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,5920.0,18320.0,5221.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,970.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-erv.xml,65.59,65.59,37.78,37.78,27.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.459,4.268,0.818,9.165,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.046,13.869,9.234,0.616,0.0,0.0,0.0,0.0,2182.4,3640.3,25.372,19.164,0.0,3.506,3.63,0.511,7.494,0.628,-2.072,0.0,0.0,8.31,-0.059,5.396,0.0,3.904,0.0,5.918,-11.436,0.0,-0.017,-0.424,-0.046,2.815,-0.015,9.899,0.0,0.0,-6.133,-0.055,-1.251,-2.914,-0.847,0.0,3.154,9.853,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,33663.0,8634.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,5921.0,18321.0,5221.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,970.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-exhaust-rated-flow-rate.xml,74.393,74.393,36.753,36.753,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.621,4.034,0.755,9.169,0.0,0.0,4.51,0.0,0.334,0.897,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.254,12.755,9.234,0.619,0.0,0.0,0.0,0.0,2171.9,3924.8,29.46,20.62,0.0,3.49,3.676,0.517,7.461,0.642,-2.003,0.0,0.0,8.245,-0.083,1.464,0.0,15.401,0.0,7.781,-11.631,0.0,0.108,-0.299,-0.029,3.01,0.019,10.213,0.0,0.0,-5.874,-0.079,-0.23,-2.573,-4.161,0.0,3.077,9.662,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35577.0,8672.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,19127.0,5217.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-exhaust.xml,74.393,74.393,36.753,36.753,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.621,4.034,0.755,9.169,0.0,0.0,4.51,0.0,0.334,0.897,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.254,12.755,9.234,0.619,0.0,0.0,0.0,0.0,2171.9,3924.8,29.46,20.62,0.0,3.49,3.676,0.517,7.461,0.642,-2.003,0.0,0.0,8.245,-0.083,1.464,0.0,15.401,0.0,7.781,-11.631,0.0,0.108,-0.299,-0.029,3.01,0.019,10.213,0.0,0.0,-5.874,-0.079,-0.23,-2.573,-4.161,0.0,3.077,9.662,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35577.0,8672.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,19127.0,5217.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-hrv-asre.xml,65.587,65.587,37.783,37.783,27.804,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.459,4.27,0.819,9.165,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.804,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.04,13.872,9.234,0.616,0.0,0.0,0.0,0.0,2182.4,3641.1,25.369,19.166,0.0,3.507,3.63,0.511,7.494,0.628,-2.072,0.0,0.0,8.31,-0.059,5.396,0.0,3.899,0.0,5.917,-11.436,0.0,-0.017,-0.424,-0.046,2.815,-0.015,9.898,0.0,0.0,-6.133,-0.055,-1.251,-2.914,-0.846,0.0,3.155,9.853,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,33661.0,8634.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,5920.0,18320.0,5221.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,970.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-hrv.xml,65.591,65.591,37.783,37.783,27.808,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.459,4.27,0.819,9.165,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.808,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.043,13.871,9.234,0.616,0.0,0.0,0.0,0.0,2182.4,3641.9,25.371,19.167,0.0,3.507,3.63,0.511,7.494,0.628,-2.072,0.0,0.0,8.31,-0.059,5.396,0.0,3.902,0.0,5.918,-11.436,0.0,-0.017,-0.424,-0.046,2.815,-0.015,9.899,0.0,0.0,-6.133,-0.055,-1.251,-2.914,-0.847,0.0,3.155,9.853,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,33663.0,8634.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,5921.0,18321.0,5221.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,970.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-multiple.xml,80.69,80.69,37.522,37.522,43.169,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.709,3.721,0.668,9.172,0.0,0.0,4.51,0.0,0.334,1.574,0.0,0.0,0.401,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.169,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.433,11.273,9.234,0.623,0.0,0.0,0.0,17.0,2222.3,3783.8,35.926,22.635,0.0,3.171,3.704,0.521,7.466,0.651,-1.904,0.0,0.0,8.252,-0.111,3.867,0.0,9.547,0.0,16.605,-11.658,0.0,0.069,-0.201,-0.014,3.217,0.045,10.522,0.0,0.0,-5.586,-0.107,-0.605,0.0,-2.126,-8.036,4.588,9.638,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,42830.0,16258.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7464.0,23590.0,10050.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1411.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-supply.xml,72.97,72.97,36.823,36.823,36.147,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.596,4.111,0.774,9.168,0.0,0.0,4.51,0.0,0.334,0.897,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.147,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.855,13.084,9.234,0.619,0.0,0.0,0.0,0.0,2189.4,3628.1,29.275,20.603,0.0,3.486,3.662,0.515,7.468,0.639,-2.01,0.0,0.0,8.268,-0.078,1.51,0.0,14.153,0.0,7.516,-11.572,0.0,0.081,-0.326,-0.032,2.977,0.012,10.164,0.0,0.0,-5.906,-0.074,-0.245,-2.628,-3.691,0.0,3.127,9.721,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,35577.0,8672.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7797.0,19127.0,5217.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-whole-house-fan.xml,57.308,57.308,34.296,34.296,23.011,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.38,2.435,0.377,9.172,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.657,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.011,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.55,6.245,9.234,0.623,0.0,0.0,0.0,0.0,2132.4,2972.2,23.054,15.0,0.0,3.54,3.632,0.511,7.517,0.628,-2.052,0.0,0.0,8.392,-0.056,4.803,0.0,0.728,0.0,4.978,-11.406,0.0,0.099,-0.258,-0.022,3.287,0.023,10.401,0.0,0.0,-5.383,-0.052,-0.988,0.0,-0.134,-11.497,1.716,9.89,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-additional-properties.xml,58.743,58.743,35.912,35.912,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills-none.xml,58.743,58.743,35.912,35.912,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills-pv-detailed-only.xml,58.743,31.857,35.912,9.026,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills-pv-mixed.xml,58.743,31.857,35.912,9.026,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills-pv.xml,58.743,1.48,35.912,-21.351,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-57.264,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills.xml,58.743,58.743,35.912,35.912,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-defaults.xml,63.823,44.275,31.476,11.928,32.347,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.534,2.189,0.321,2.18,0.0,0.312,4.51,0.0,0.334,1.118,0.0,0.0,1.066,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.745,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-19.548,0.0,0.494,32.347,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.278,5.223,10.641,0.694,0.0,9.158,0.0,0.0,2426.4,2793.5,26.061,14.278,0.0,3.486,3.682,0.517,7.45,1.118,-1.945,0.0,0.0,8.236,-0.093,1.533,0.0,15.072,0.0,2.802,-11.852,0.0,0.704,-0.084,0.003,3.464,-0.192,10.775,0.0,0.0,-5.195,-0.089,-0.197,0.0,-3.391,-10.662,0.429,10.567,1610.4,1574.2,10555.8,3720.0,36000.0,24000.0,0.0,6.8,91.76,31061.0,4629.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,7324.0,14665.0,902.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1634.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-emissions.xml,59.524,32.637,36.693,9.807,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.781,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,5147.32,1784.34,66.43,708.27,135.22,1590.64,790.52,60.7,392.41,55.6,62.16,257.77,261.29,375.64,1467.15,-4339.79,-99.69,3362.98,3362.98,4556.72,1193.74,43.71,405.48,75.83,943.85,474.09,37.41,232.37,33.15,36.24,150.75,155.82,224.9,888.52,-2371.19,-137.2,3362.98,3362.98,5850.56,2487.58,95.54,1083.82,208.81,2324.48,1143.92,84.66,563.04,80.8,92.67,383.71,387.61,536.3,2124.29,-6820.1,198.04,3362.98,3362.98,1.12,1.1,0.04,0.48,0.09,1.03,0.51,0.04,0.25,0.04,0.04,0.17,0.17,0.24,0.94,-3.03,0.09,0.01,0.01,4.03,1.93,0.07,0.84,0.16,1.8,0.89,0.07,0.44,0.06,0.07,0.3,0.3,0.42,1.64,-5.28,0.15,2.11,2.11 -base-misc-generators-battery-scheduled.xml,77.446,74.034,37.615,34.203,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-3.412,1.703,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-generators-battery.xml,75.743,72.331,35.912,32.5,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-3.412,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-generators.xml,75.743,72.331,35.912,32.5,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-3.412,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-ground-conductivity.xml,56.423,56.423,35.833,35.833,20.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.34,4.239,0.815,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.282,13.826,9.234,0.614,0.0,0.0,0.0,0.0,2105.7,3303.7,22.17,17.953,0.0,3.58,3.657,0.515,7.281,0.633,-1.974,0.0,0.0,6.657,-0.06,4.809,0.0,0.729,0.0,4.507,-11.389,0.0,-0.051,-0.464,-0.052,2.411,-0.027,9.796,0.0,0.0,-6.108,-0.055,-1.176,-3.078,-0.167,0.0,3.08,9.898,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,31497.0,8574.0,7508.0,0.0,575.0,6098.0,0.0,0.0,1975.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-loads-large-uncommon.xml,146.578,146.578,68.355,68.355,70.228,0.0,2.499,5.496,0.0,0.0,0.0,0.0,0.288,5.256,1.068,9.16,0.0,0.0,4.508,0.0,0.334,0.0,0.0,0.0,0.0,7.342,2.39,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,5.118,1.62,0.0,9.207,4.437,3.415,0.0,0.0,0.0,17.463,0.0,0.0,0.0,0.0,0.0,49.967,0.0,0.0,2.798,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.496,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.352,18.231,9.234,0.61,0.0,0.0,0.0,0.0,3243.9,5128.0,21.973,20.1,0.0,3.621,3.68,0.518,7.681,0.637,-1.845,0.0,0.0,8.49,-0.067,4.825,0.0,0.732,0.0,3.877,-16.171,0.0,-0.186,-0.569,-0.067,2.419,-0.054,9.54,0.0,0.0,-6.771,-0.064,-1.265,-3.539,-0.18,0.0,3.763,15.371,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-loads-large-uncommon2.xml,93.063,93.063,64.806,64.806,20.261,2.499,0.0,0.0,5.496,0.0,0.0,0.0,0.288,5.256,1.068,9.16,0.0,0.0,4.508,0.0,0.334,0.0,0.0,0.0,0.0,7.342,2.39,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,5.118,1.62,0.0,9.207,0.887,3.415,0.0,0.0,0.0,17.463,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.798,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.496,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.352,18.231,9.234,0.61,0.0,0.0,0.0,0.0,3184.2,4725.5,21.973,20.1,0.0,3.621,3.68,0.518,7.681,0.637,-1.845,0.0,0.0,8.49,-0.067,4.825,0.0,0.732,0.0,3.877,-16.171,0.0,-0.186,-0.569,-0.067,2.419,-0.054,9.54,0.0,0.0,-6.771,-0.064,-1.265,-3.539,-0.18,0.0,3.763,15.371,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-loads-none.xml,53.537,53.537,24.68,24.68,28.857,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.476,3.592,0.657,9.167,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.857,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.028,11.116,9.234,0.618,0.0,0.0,0.0,0.0,1538.1,2704.9,24.287,16.127,0.0,3.465,3.592,0.505,7.378,0.62,-2.214,0.0,0.0,8.142,-0.049,4.795,0.0,0.726,0.0,6.082,-6.317,0.0,0.073,-0.356,-0.037,3.004,0.001,10.062,0.0,0.0,-5.828,-0.045,-1.078,-2.66,-0.15,0.0,2.6,5.7,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-neighbor-shading.xml,61.613,61.613,35.585,35.585,26.028,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.429,3.964,0.749,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.028,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.376,12.696,9.234,0.616,0.0,0.0,0.0,0.0,2116.8,3194.6,23.3,17.061,0.0,3.507,3.809,0.561,7.402,0.827,0.339,0.0,0.0,8.048,-0.061,4.794,0.0,0.725,0.0,5.537,-11.433,0.0,-0.003,-0.534,-0.07,2.804,-0.081,8.486,0.0,0.0,-6.136,-0.056,-1.138,-2.926,-0.16,0.0,2.833,9.856,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-shielding-of-home.xml,58.397,58.397,36.051,36.051,22.345,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.369,4.391,0.853,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.345,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.926,14.505,9.234,0.614,0.0,0.0,0.0,0.0,2132.0,3292.2,23.034,17.861,0.0,3.547,3.636,0.512,7.503,0.629,-2.038,0.0,0.0,8.27,-0.064,4.422,0.0,0.729,0.0,4.848,-11.406,0.0,-0.057,-0.467,-0.052,2.669,-0.027,9.781,0.0,0.0,-6.372,-0.061,-1.059,-2.575,-0.167,0.0,3.166,9.881,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,31456.0,8573.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,3775.0,17855.0,5214.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,512.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-usage-multiplier.xml,126.558,126.558,50.735,50.735,68.627,0.0,2.249,4.947,0.0,0.0,0.0,0.0,0.349,4.541,0.89,8.303,0.0,0.0,4.059,0.0,0.3,0.0,0.0,0.0,0.0,1.998,2.151,0.0,0.287,0.329,1.361,1.375,0.0,1.903,7.537,0.0,0.0,0.0,8.286,3.993,3.073,0.0,0.0,0.0,21.139,0.0,0.0,0.0,0.0,0.0,44.97,0.0,0.0,2.518,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.249,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.796,15.117,8.31,0.613,0.0,0.0,0.0,0.0,2739.6,4281.9,22.756,18.522,0.0,3.566,3.647,0.513,7.543,0.631,-1.992,0.0,0.0,8.318,-0.065,4.859,0.0,0.657,0.0,4.608,-12.834,0.0,-0.083,-0.487,-0.055,2.615,-0.033,9.737,0.0,0.0,-6.459,-0.061,-1.206,-3.21,-0.152,0.0,3.276,11.416,1219.3,897.9,10259.7,2354.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery-ah.xml,59.524,32.637,36.693,9.807,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.781,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery-garage.xml,59.897,33.011,35.422,8.536,24.475,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.404,2.985,0.523,9.264,0.0,0.0,4.51,0.142,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.828,24.475,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.914,8.733,9.234,0.722,0.0,0.0,0.0,0.0,2135.7,2506.5,18.053,10.771,0.0,3.527,3.787,0.502,5.84,0.613,1.992,0.0,0.0,6.558,-0.041,5.37,0.0,0.0,0.0,3.843,-9.273,0.0,0.117,-0.268,-0.035,2.444,0.002,6.623,0.0,0.0,-5.628,-0.038,-1.216,-2.073,0.0,0.0,1.281,7.682,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,29872.0,8041.0,5506.0,0.0,575.0,6537.0,0.0,0.0,2446.0,2171.0,4597.0,15062.0,3154.0,6028.0,0.0,207.0,523.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery-round-trip-efficiency.xml,60.657,33.771,37.826,10.94,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,1.914,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery-scheduled.xml,60.446,33.559,37.615,10.728,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,1.703,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery.xml,59.524,32.637,36.693,9.807,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.781,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-generators-battery-scheduled.xml,77.446,47.147,37.615,7.316,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,-3.412,1.703,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-generators-battery.xml,76.55,46.251,36.719,6.42,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,-3.412,0.807,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-generators.xml,75.743,45.445,35.912,5.614,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,-3.412,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv.xml,58.743,31.857,35.912,9.026,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-all-10-mins.xml,60.176,60.176,36.175,36.175,24.001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.396,4.462,0.863,9.169,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.218,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.476,14.586,9.21,0.638,0.0,0.0,0.333,1.0,9360.3,10852.1,37.395,21.881,0.0,3.592,3.658,0.515,7.565,0.64,-1.883,0.0,0.0,8.29,-0.061,5.303,0.0,0.776,0.0,5.225,-11.445,0.0,-0.163,-0.479,-0.055,2.728,-0.03,9.808,0.0,0.0,-6.288,-0.057,-1.272,-2.954,-0.176,0.0,3.329,10.339,1354.7,998.0,11489.7,2636.5,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-occupancy-smooth.xml,58.753,58.753,35.924,35.924,22.828,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.274,0.824,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.218,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.828,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.379,13.985,9.234,0.614,0.0,0.0,0.0,0.0,2135.3,3287.0,23.061,17.867,0.0,3.543,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.273,-0.062,4.804,0.0,0.728,0.0,4.94,-11.41,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.315,-0.058,-1.166,-3.062,-0.165,0.0,3.099,9.885,1354.7,998.0,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-occupancy-stochastic-10-mins.xml,59.597,59.597,36.091,36.091,23.507,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.388,4.38,0.849,9.086,0.0,0.0,4.482,0.0,0.334,0.0,0.0,0.0,0.0,2.218,0.0,0.0,0.323,0.356,1.504,1.664,0.0,2.116,8.391,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.507,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.01,14.389,9.148,0.616,0.0,0.0,0.0,0.0,9194.1,7395.4,31.582,20.756,0.0,3.543,3.638,0.512,7.505,0.63,-2.033,0.0,0.0,8.28,-0.062,5.319,0.0,0.763,0.0,5.061,-11.459,0.0,-0.041,-0.45,-0.05,2.714,-0.023,9.832,0.0,0.0,-6.298,-0.058,-1.278,-3.043,-0.188,0.0,3.171,10.372,1002.6,945.2,11591.5,2659.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-occupancy-stochastic-vacancy.xml,58.248,58.248,30.826,30.826,27.422,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.452,4.369,0.846,7.489,0.0,0.0,3.622,0.0,0.263,0.0,0.0,0.0,0.0,2.218,0.0,0.0,0.267,0.304,1.259,1.256,0.0,1.705,6.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.422,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.68,14.349,7.433,0.615,0.0,0.0,0.0,0.0,5309.2,5556.7,31.023,19.302,0.0,3.491,3.612,0.508,7.426,0.623,-2.106,0.0,0.0,8.116,-0.063,5.303,0.0,0.513,0.0,5.814,-7.875,0.0,-0.046,-0.454,-0.051,2.708,-0.024,9.821,0.0,0.0,-6.314,-0.058,-1.267,-3.051,-0.185,0.0,3.161,10.325,1141.2,883.5,9305.3,2135.3,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-occupancy-stochastic.xml,59.531,59.531,36.049,36.049,23.482,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.387,4.369,0.846,9.16,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.218,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.482,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.989,14.351,9.229,0.615,0.0,0.0,0.0,0.0,5309.2,5557.0,30.897,19.304,0.0,3.539,3.634,0.511,7.501,0.629,-2.041,0.0,0.0,8.272,-0.062,5.262,0.0,0.776,0.0,5.06,-11.424,0.0,-0.046,-0.454,-0.051,2.708,-0.024,9.821,0.0,0.0,-6.311,-0.058,-1.267,-3.052,-0.185,0.0,3.161,10.325,1354.7,998.0,11396.7,2615.2,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-setpoints-daily-schedules.xml,57.513,57.513,35.304,35.304,22.209,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.366,3.775,0.721,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.209,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.418,11.988,9.234,0.615,0.0,0.0,104.0,52.0,2148.2,3586.5,34.947,20.1,0.0,3.501,3.566,0.501,7.495,0.605,-2.32,0.0,0.0,8.632,0.006,4.646,0.0,0.726,0.0,4.591,-11.361,0.0,-0.061,-0.491,-0.056,2.64,-0.04,9.641,0.0,0.0,-6.625,-0.003,-1.216,-3.362,-0.173,0.0,2.387,9.928,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-setpoints-daily-setbacks.xml,56.925,56.925,35.455,35.455,21.469,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.354,3.91,0.749,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.469,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.015,12.6,9.234,0.616,0.0,0.0,0.0,8.0,2115.1,3597.9,25.353,20.664,0.0,3.494,3.55,0.499,7.328,0.602,-2.407,0.0,0.0,8.152,-0.021,4.634,0.0,0.723,0.0,4.487,-11.385,0.0,-0.044,-0.487,-0.056,2.594,-0.038,9.613,0.0,0.0,-6.609,-0.023,-1.199,-3.311,-0.176,0.0,2.533,9.905,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-setpoints.xml,41.598,41.598,34.088,34.088,7.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.124,2.983,0.511,9.194,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.028,8.751,9.234,0.647,0.0,0.0,0.0,0.0,2091.6,3309.2,17.433,15.113,0.0,2.824,2.759,0.386,5.283,0.405,-4.624,0.0,0.0,5.375,-0.06,3.451,0.0,0.567,0.0,1.603,-11.281,0.0,-0.109,-0.561,-0.065,2.387,-0.055,9.582,0.0,0.0,-7.541,-0.06,-1.254,-5.064,-0.187,0.0,2.029,10.039,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-simple.xml,58.916,58.916,35.948,35.948,22.968,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.379,4.301,0.83,9.164,0.0,0.0,4.508,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.968,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.51,14.096,9.234,0.614,0.0,0.0,0.0,0.0,2011.2,3317.6,23.088,17.977,0.0,3.54,3.632,0.511,7.494,0.628,-2.051,0.0,0.0,8.262,-0.062,4.803,0.0,0.728,0.0,4.966,-11.275,0.0,-0.046,-0.457,-0.051,2.701,-0.025,9.81,0.0,0.0,-6.322,-0.059,-1.166,-3.071,-0.165,0.0,3.118,10.011,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-calendar-year-custom.xml,58.722,58.722,35.884,35.884,22.837,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.249,0.818,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.837,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.387,13.885,9.234,0.614,0.0,0.0,0.0,0.0,2132.2,3337.4,23.054,17.946,0.0,3.542,3.634,0.511,7.5,0.628,-2.046,0.0,0.0,8.276,-0.062,4.804,0.0,0.728,0.0,4.942,-11.406,0.0,-0.037,-0.451,-0.05,2.728,-0.023,9.83,0.0,0.0,-6.293,-0.058,-1.16,-3.206,-0.164,0.0,3.062,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-daylight-saving-custom.xml,58.744,58.744,35.912,35.912,22.832,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.832,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.382,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.5,0.628,-2.045,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-daylight-saving-disabled.xml,58.714,58.714,35.897,35.897,22.818,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.376,4.259,0.82,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.818,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.369,13.922,9.234,0.614,0.0,0.0,0.0,0.0,2132.2,3208.4,23.054,17.52,0.0,3.543,3.633,0.511,7.502,0.628,-2.061,0.0,0.0,8.274,-0.058,4.802,0.0,0.726,0.0,4.937,-11.404,0.0,-0.041,-0.454,-0.051,2.707,-0.025,9.803,0.0,0.0,-6.308,-0.054,-1.169,-3.089,-0.162,0.0,3.073,9.884,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-runperiod-1-month.xml,9.4047,9.4047,2.9166,2.9166,6.488,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.107,0.1034,0.0,0.841,0.0,0.0,0.3993,0.0,0.0322,0.0,0.0,0.0,0.0,0.1421,0.0,0.0,0.0268,0.0281,0.116,0.1286,0.0,0.1838,0.8083,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.488,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.0743,0.0,0.8532,0.0511,0.0,0.0,0.0,0.0,2116.03,0.0,24.5225,0.0,0.0,0.6214,0.6509,0.092,1.7772,0.1113,-0.1295,0.0,0.0,2.307,0.0011,0.8922,0.0,0.1316,0.0,1.404,-1.8345,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,104.12,83.97,925.58,212.39,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-temperature-capacitance-multiplier.xml,58.634,58.634,35.808,35.808,22.825,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.188,0.804,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.825,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.376,13.635,9.234,0.614,0.0,0.0,0.0,0.0,2131.7,3377.2,22.995,17.802,0.0,3.61,3.631,0.511,7.497,0.626,-2.076,0.0,0.0,8.252,-0.053,4.8,0.0,0.727,0.0,4.933,-11.398,0.0,-0.21,-0.452,-0.05,2.711,-0.025,9.801,0.0,0.0,-6.309,-0.05,-1.173,-3.133,-0.163,0.0,2.943,9.89,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,60.188,60.188,36.171,36.171,24.017,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.396,4.46,0.862,9.167,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.218,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.017,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.49,14.579,9.232,0.617,0.0,0.0,0.333,1.0,9430.1,8357.5,37.398,21.88,0.0,3.592,3.658,0.515,7.565,0.64,-1.883,0.0,0.0,8.29,-0.062,5.303,0.0,0.776,0.0,5.228,-11.435,0.0,-0.163,-0.479,-0.055,2.729,-0.03,9.809,0.0,0.0,-6.287,-0.057,-1.271,-2.952,-0.176,0.0,3.328,10.328,1354.7,998.0,11410.5,2618.4,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,60.109,60.109,36.163,36.163,23.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.395,4.458,0.862,9.161,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.218,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.946,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.424,14.573,9.229,0.615,0.0,0.0,0.0,0.167,6214.2,7309.5,35.35,21.266,0.0,3.592,3.658,0.515,7.564,0.64,-1.887,0.0,0.0,8.287,-0.061,5.251,0.0,0.77,0.0,5.217,-11.425,0.0,-0.163,-0.479,-0.055,2.728,-0.03,9.806,0.0,0.0,-6.29,-0.056,-1.257,-2.955,-0.185,0.0,3.326,10.323,1354.7,998.0,11396.6,2615.2,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-timestep-10-mins.xml,59.338,59.338,36.025,36.025,23.314,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.385,4.36,0.838,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.314,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.831,14.196,9.234,0.614,0.0,0.0,0.0,0.0,3548.4,4938.6,23.341,17.918,0.0,3.598,3.658,0.515,7.564,0.64,-1.895,0.0,0.0,8.292,-0.058,4.788,0.0,0.734,0.0,5.1,-11.407,0.0,-0.159,-0.477,-0.055,2.731,-0.03,9.8,0.0,0.0,-6.282,-0.054,-1.15,-2.961,-0.171,0.0,3.261,9.88,1354.8,997.6,11399.7,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-timestep-30-mins.xml,59.114,59.114,35.974,35.974,23.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.382,4.321,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.669,14.072,9.234,0.614,0.0,0.0,0.0,0.0,2143.4,3618.6,23.243,17.914,0.0,3.581,3.651,0.514,7.536,0.637,-1.938,0.0,0.0,8.282,-0.059,4.79,0.0,0.731,0.0,5.038,-11.408,0.0,-0.128,-0.472,-0.054,2.727,-0.029,9.799,0.0,0.0,-6.292,-0.055,-1.155,-3.008,-0.169,0.0,3.172,9.88,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base.xml,58.743,58.743,35.912,35.912,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.377,4.273,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,13.978,9.234,0.614,0.0,0.0,0.0,0.0,2109.6,3297.4,23.054,17.898,0.0,3.542,3.634,0.511,7.499,0.628,-2.046,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-11.406,0.0,-0.043,-0.455,-0.051,2.706,-0.024,9.816,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.097,9.882,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,32302.0,8597.0,7508.0,0.0,575.0,6409.0,0.0,0.0,2446.0,2171.0,4597.0,17964.0,5216.0,7127.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2520.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house001.xml,87.655,87.655,47.054,47.054,40.601,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.265,15.761,4.415,0.0,0.0,0.0,7.38,0.315,0.652,0.448,0.0,0.0,0.0,2.483,0.0,0.0,0.609,0.442,3.284,1.794,0.0,2.585,6.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.565,0.0,17.036,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.109,50.172,10.416,2.673,0.0,0.0,0.0,0.0,1857.1,6429.7,40.431,40.682,0.489,1.963,7.184,0.418,0.0,0.959,2.625,0.0,0.436,1.218,-0.267,5.165,0.0,5.156,0.0,3.357,-9.733,0.579,2.038,3.842,0.309,0.0,0.263,11.904,0.0,0.575,6.824,-0.253,-0.453,-1.389,-0.722,0.0,10.829,15.998,2104.5,2144.0,14468.8,4385.1,90000.0,60000.0,0.0,25.88,98.42,62092.0,24399.0,7740.0,0.0,942.0,7599.0,453.0,609.0,9636.0,2236.0,8478.0,99887.0,72262.0,9995.0,0.0,781.0,5722.0,299.0,576.0,0.0,4148.0,3124.0,2980.0,5399.0,2597.0,1602.0,1200.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house002.xml,67.981,67.981,39.858,39.858,28.124,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.164,13.753,3.414,0.0,0.0,0.0,6.381,0.315,0.594,0.448,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,5.487,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.642,0.0,13.481,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.871,39.441,7.526,2.888,0.0,0.0,0.0,0.0,1556.6,4944.7,25.364,28.55,0.0,2.516,5.041,0.0,0.0,0.847,1.932,0.0,0.0,1.731,-0.146,2.166,0.0,3.786,0.0,1.436,-7.591,0.0,3.121,2.799,0.0,0.0,0.406,8.133,0.0,0.0,8.491,-0.14,-0.234,-1.035,-0.619,0.0,5.901,12.792,1610.9,1574.7,9989.5,3520.4,90000.0,60000.0,0.0,25.88,98.42,47924.0,15311.0,6070.0,0.0,752.0,4731.0,0.0,0.0,12952.0,3120.0,4987.0,34810.0,14856.0,7099.0,0.0,748.0,3138.0,0.0,0.0,0.0,4572.0,1877.0,2520.0,3061.0,1299.0,962.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house003.xml,69.561,69.561,40.145,40.145,29.416,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.182,12.795,3.557,0.0,0.0,0.0,6.875,0.315,0.623,0.448,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,6.048,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.178,0.0,13.238,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.116,40.969,7.526,2.686,0.0,0.0,0.0,0.0,1635.5,5175.2,28.303,31.648,0.645,2.766,4.648,0.0,0.0,0.979,2.732,0.0,0.0,1.039,-0.168,2.708,0.0,3.936,0.0,1.7,-8.021,0.813,3.105,2.639,0.0,0.0,0.645,9.662,0.0,0.0,6.546,-0.161,-0.273,-1.076,-0.609,0.0,6.519,13.336,1610.9,1574.7,9989.4,3520.4,90000.0,60000.0,0.0,25.88,98.42,48411.0,15944.0,6644.0,0.0,892.0,4431.0,610.0,0.0,11450.0,2908.0,5532.0,42968.0,18995.0,9541.0,0.0,930.0,3135.0,403.0,0.0,0.0,5394.0,2049.0,2520.0,3149.0,1299.0,1051.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house004.xml,139.222,139.222,75.872,75.872,63.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.419,29.4,9.578,0.0,0.0,0.0,11.562,0.315,0.893,0.448,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,2.899,1.661,1.633,2.35,11.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.21,0.0,16.141,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.176,107.87,8.985,3.505,0.0,0.0,0.0,139.0,2440.4,7373.0,58.904,50.183,0.128,5.532,11.447,0.0,0.0,1.26,8.001,0.0,0.0,3.191,-0.724,6.625,0.0,6.327,0.0,7.461,-11.388,0.203,6.842,11.784,0.0,0.0,0.534,22.891,0.0,0.0,18.901,-0.711,1.532,0.0,1.911,0.0,21.709,22.531,1857.7,1859.3,12229.1,3983.9,80000.0,60000.0,0.0,25.88,98.42,76554.0,20975.0,11324.0,0.0,882.0,8959.0,101.0,0.0,19021.0,5929.0,9362.0,54634.0,19418.0,12979.0,0.0,688.0,7055.0,65.0,0.0,0.0,8310.0,3369.0,2750.0,3680.0,952.0,1727.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house005.xml,96.573,96.573,53.429,53.429,43.144,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.314,18.378,5.178,0.0,0.0,0.0,9.155,0.315,0.754,0.448,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,2.899,1.661,0.0,2.35,8.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.951,0.0,15.193,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.667,59.898,8.985,2.724,0.0,0.0,0.0,0.0,2080.4,7521.3,49.166,51.179,0.0,2.996,8.095,0.266,0.0,1.337,3.365,0.0,0.369,1.211,-0.334,6.048,0.0,5.084,0.0,4.583,-10.548,0.0,3.064,4.412,0.216,0.0,0.306,15.748,0.0,0.449,7.545,-0.317,-0.524,-1.738,-0.699,0.0,14.646,16.992,1857.7,1859.4,12229.0,3983.9,90000.0,60000.0,0.0,25.88,98.42,71539.0,26959.0,10216.0,0.0,1260.0,8257.0,0.0,480.0,11638.0,3312.0,9418.0,67465.0,32792.0,14422.0,0.0,1034.0,6463.0,0.0,454.0,0.0,6143.0,3406.0,2750.0,5343.0,2597.0,1746.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house006.xml,142.222,142.222,31.875,31.875,110.347,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.939,2.978,0.345,0.0,0.0,0.0,8.687,0.29,0.705,3.138,0.0,0.0,0.0,1.707,0.0,0.0,0.447,0.338,0.199,0.105,0.0,2.114,8.883,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,84.5,0.0,20.136,2.642,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,81.35,7.988,13.085,3.278,0.0,0.0,0.0,0.0,1993.4,2446.3,41.347,14.879,0.0,4.247,22.232,1.986,37.105,1.863,8.465,0.0,0.0,12.082,-0.315,9.522,0.0,4.368,0.0,0.0,-21.027,0.0,0.178,-0.794,-0.045,2.679,-0.086,3.364,0.0,0.0,-3.557,-0.314,-0.514,-0.619,-0.075,0.0,0.0,7.876,1610.9,1574.7,12168.2,4288.2,80000.0,30000.0,0.0,-13.72,81.14,39295.0,0.0,8907.0,0.0,750.0,19692.0,0.0,0.0,2813.0,1874.0,5257.0,9402.0,0.0,4578.0,0.0,186.0,888.0,0.0,0.0,0.0,1059.0,171.0,2520.0,1215.0,0.0,415.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house007.xml,141.635,141.635,34.03,34.03,107.605,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.691,2.586,0.407,0.0,0.0,0.0,10.299,0.315,0.82,1.943,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.35,9.938,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,77.937,0.0,23.282,3.047,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,73.383,5.998,15.632,3.268,0.0,0.0,0.0,0.0,2197.3,2570.4,40.522,13.448,0.0,4.696,23.603,4.396,10.144,1.496,9.606,0.0,0.076,14.267,-0.347,6.117,0.0,20.825,0.0,2.966,-24.987,0.0,0.203,-0.715,-0.042,0.519,-0.048,3.983,0.0,-0.009,-3.729,-0.343,-0.193,-0.595,-1.898,0.0,0.107,8.852,1857.7,1859.4,14896.4,4852.9,90000.0,42000.0,0.0,-13.72,81.14,43883.0,5469.0,9095.0,0.0,587.0,14942.0,0.0,27.0,2642.0,2001.0,9120.0,11972.0,1069.0,5464.0,0.0,151.0,923.0,0.0,0.0,0.0,1130.0,484.0,2750.0,1620.0,219.0,401.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house008.xml,185.73,185.73,39.257,39.257,146.472,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.539,3.615,0.542,0.0,0.0,0.0,11.006,0.315,0.861,3.138,0.0,0.0,0.0,2.483,0.0,0.0,0.609,0.442,0.26,0.123,0.0,2.585,10.741,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,113.034,0.0,26.377,3.452,3.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,106.509,10.33,18.129,3.214,0.0,0.0,0.0,0.0,2477.8,3295.1,55.444,19.562,0.0,7.203,27.364,4.679,24.317,1.177,14.546,0.0,1.223,19.697,-0.363,18.32,0.0,6.384,0.0,7.958,-26.844,0.0,0.306,-1.139,-0.066,1.602,-0.088,3.961,0.0,-0.104,-2.372,-0.363,-0.992,-0.691,-0.286,0.0,0.545,10.115,2104.5,2144.0,17624.7,5341.6,90000.0,36000.0,0.0,-13.72,81.14,60317.0,10599.0,10314.0,0.0,587.0,20172.0,0.0,891.0,4910.0,3226.0,9618.0,18248.0,2426.0,9152.0,0.0,112.0,1287.0,0.0,153.0,0.0,1822.0,316.0,2980.0,1893.0,85.0,608.0,1200.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house009.xml,153.998,153.998,33.977,33.977,120.021,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.029,2.376,0.286,0.0,0.0,0.0,10.271,0.315,0.819,1.943,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.35,9.907,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,90.344,0.0,23.291,3.047,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,85.128,5.244,15.632,3.276,0.0,0.0,0.0,0.0,2226.3,2600.8,44.091,13.917,0.0,5.088,28.337,4.269,13.075,2.251,11.34,0.0,0.266,15.531,-0.345,8.73,0.0,21.437,0.0,0.0,-25.377,0.0,0.245,-0.691,-0.018,0.744,-0.076,3.744,0.0,-0.028,-4.085,-0.341,-0.259,-0.523,-1.801,0.0,0.0,8.415,1857.7,1859.4,14896.4,4852.9,90000.0,36000.0,0.0,-13.72,81.14,45251.0,0.0,8913.0,0.0,885.0,18118.0,0.0,95.0,4218.0,2204.0,10820.0,12202.0,0.0,6524.0,0.0,212.0,951.0,0.0,1.0,0.0,1244.0,518.0,2750.0,1429.0,0.0,429.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house010.xml,156.306,156.306,37.654,37.654,118.651,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.914,2.94,0.28,0.0,0.0,0.0,10.986,0.315,0.86,3.138,0.0,0.0,0.0,2.483,0.0,0.0,0.609,0.442,0.26,0.123,0.0,2.585,10.719,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,85.214,0.0,26.377,3.452,3.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,80.298,7.539,18.129,3.213,0.0,0.0,0.0,0.0,2413.9,2815.7,46.01,15.53,0.872,4.91,25.351,4.845,9.789,1.246,14.22,0.0,0.893,13.855,-0.364,19.559,0.0,6.4,0.0,4.992,-26.878,0.025,0.219,-0.753,-0.078,0.5,-0.073,3.7,0.0,-0.046,-3.891,-0.361,-1.028,-0.687,-0.272,0.0,0.345,10.043,2104.5,2144.0,17624.7,5341.6,90000.0,30000.0,0.0,-13.72,81.14,52115.0,8291.0,10714.0,0.0,587.0,16310.0,359.0,532.0,2642.0,2165.0,10515.0,13819.0,1817.0,5798.0,0.0,112.0,1426.0,37.0,87.0,0.0,1222.0,340.0,2980.0,1969.0,141.0,628.0,1200.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house011.xml,44.589,44.589,44.589,44.589,0.0,0.0,0.0,0.0,0.0,0.0,7.047,0.096,0.624,7.873,2.314,10.452,0.0,0.0,4.905,0.0,0.509,0.003,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.0,0.0,1.661,0.0,2.35,3.809,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.706,25.69,9.325,1.124,0.0,0.0,0.0,308.0,4893.3,3171.6,18.278,15.57,0.0,2.7,5.407,0.0,0.0,1.638,0.352,0.0,1.883,0.0,-0.367,1.846,0.0,5.42,0.0,3.962,-8.145,0.0,1.654,1.147,0.0,0.0,0.155,5.602,0.0,0.754,0.0,-0.366,-0.197,-0.181,-1.003,0.0,6.609,11.642,0.0,1859.4,12951.4,4219.3,24000.0,18000.0,34120.0,24.62,91.58,20649.0,6686.0,2440.0,0.0,1007.0,3251.0,0.0,546.0,0.0,1795.0,4923.0,20439.0,7796.0,3938.0,0.0,612.0,1210.0,0.0,199.0,0.0,2697.0,1236.0,2750.0,2661.0,372.0,1289.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house012.xml,35.531,35.531,35.531,35.531,0.0,0.0,0.0,0.0,0.0,0.0,4.801,0.0,0.245,5.511,1.513,8.943,0.0,0.0,4.378,0.0,0.478,0.003,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.0,0.0,1.528,0.0,2.114,3.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.065,16.196,7.782,1.158,0.0,0.0,0.0,0.0,3031.5,2478.0,11.058,10.81,0.0,2.364,4.744,0.0,0.0,0.628,0.992,0.0,2.047,0.0,-0.23,1.646,0.0,4.367,0.0,0.321,-6.815,0.0,1.715,1.082,0.0,0.0,-0.034,3.739,0.0,1.585,0.0,-0.23,-0.16,-0.164,-0.732,0.0,0.273,9.187,0.0,1574.7,10579.5,3728.4,23400.0,23200.0,0.0,24.62,91.58,13914.0,1327.0,1906.0,0.0,333.0,2909.0,0.0,1767.0,0.0,1513.0,4159.0,11073.0,622.0,2703.0,0.0,202.0,1083.0,0.0,646.0,0.0,2273.0,1024.0,2520.0,2166.0,298.0,1068.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house013.xml,30.663,30.663,30.663,30.663,0.0,0.0,0.0,0.0,0.0,0.0,2.873,0.0,0.166,3.873,1.308,7.706,0.0,0.0,3.966,0.0,0.455,0.001,0.0,0.0,0.0,1.52,0.0,0.0,0.366,0.286,2.129,1.395,0.0,1.879,2.742,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.124,15.099,6.85,0.853,0.0,0.0,0.0,0.0,2660.8,2099.5,9.741,9.286,0.0,1.636,2.868,0.0,0.0,0.655,0.531,0.0,2.099,0.0,-0.263,1.522,0.0,1.064,0.0,1.2,-5.215,0.0,1.081,0.381,0.0,0.0,-0.092,4.01,0.0,0.54,0.0,-0.262,-0.252,-0.199,-0.278,0.0,1.465,8.791,1364.1,1290.1,8207.3,3131.8,18000.0,18000.0,17060.0,24.62,91.58,12482.0,3021.0,2049.0,0.0,363.0,1822.0,0.0,1575.0,0.0,1042.0,2610.0,9124.0,1054.0,2271.0,0.0,221.0,604.0,0.0,576.0,0.0,1565.0,545.0,2290.0,1419.0,251.0,568.0,600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house014.xml,31.578,31.578,31.578,31.578,0.0,0.0,0.0,0.0,0.0,0.0,3.4,0.004,0.201,4.182,1.411,7.451,0.0,0.0,4.053,0.0,0.46,0.001,0.0,0.0,0.0,1.52,0.0,0.0,0.366,0.286,2.129,1.395,0.0,1.879,2.841,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.534,16.389,6.85,0.597,0.0,0.0,0.0,0.0,2729.4,2185.8,10.982,10.107,0.0,1.705,3.7,0.0,0.0,0.584,0.615,0.0,2.211,0.0,-0.229,1.727,0.0,1.119,0.0,1.494,-5.427,0.0,1.141,0.558,0.0,0.0,-0.068,5.038,0.0,0.623,0.0,-0.229,-0.248,-0.225,-0.258,0.0,1.653,8.495,1364.1,1290.1,8207.3,3131.8,18000.0,18000.0,17060.0,24.62,91.58,13648.0,3089.0,2335.0,0.0,320.0,2332.0,0.0,1632.0,0.0,1080.0,2860.0,10173.0,1044.0,3060.0,0.0,194.0,773.0,0.0,596.0,0.0,1622.0,594.0,2290.0,1471.0,251.0,620.0,600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house015.xml,30.663,30.663,30.663,30.663,0.0,0.0,0.0,0.0,0.0,0.0,2.873,0.0,0.166,3.873,1.308,7.706,0.0,0.0,3.966,0.0,0.455,0.001,0.0,0.0,0.0,1.52,0.0,0.0,0.366,0.286,2.129,1.395,0.0,1.879,2.742,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.124,15.099,6.85,0.853,0.0,0.0,0.0,0.0,2660.8,2099.5,9.741,9.286,0.0,1.636,2.868,0.0,0.0,0.655,0.531,0.0,2.099,0.0,-0.263,1.522,0.0,1.064,0.0,1.2,-5.215,0.0,1.081,0.381,0.0,0.0,-0.092,4.01,0.0,0.54,0.0,-0.262,-0.252,-0.199,-0.278,0.0,1.465,8.791,1364.1,1290.1,8207.3,3131.8,18000.0,18000.0,17060.0,24.62,91.58,12482.0,3021.0,2049.0,0.0,363.0,1822.0,0.0,1575.0,0.0,1042.0,2610.0,9124.0,1054.0,2271.0,0.0,221.0,604.0,0.0,576.0,0.0,1565.0,545.0,2290.0,1419.0,251.0,568.0,600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house016.xml,59.145,59.145,39.312,39.312,0.0,0.0,19.833,0.0,0.0,0.0,7.582,0.17,0.551,3.034,1.026,0.0,0.0,0.0,8.606,0.0,0.723,0.215,0.0,0.0,0.0,2.448,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,8.015,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.24,0.0,13.593,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.405,11.971,9.378,0.0,0.0,0.0,1.0,14.0,7420.3,3510.1,42.959,18.987,0.0,4.421,10.842,0.619,5.709,0.298,-0.631,0.0,0.0,6.771,-0.02,5.733,0.0,3.859,0.0,0.0,-13.316,0.0,-0.347,-0.872,-0.023,2.902,-0.047,11.772,0.0,0.0,-8.864,-0.022,-1.374,-1.186,-1.026,0.0,0.0,11.541,1610.9,1574.7,11979.5,4221.7,136000.0,36000.0,36000.0,19.22,86.72,27038.0,0.0,5399.0,0.0,171.0,10377.0,0.0,0.0,3117.0,2689.0,5286.0,18485.0,0.0,9792.0,0.0,90.0,3334.0,0.0,0.0,0.0,2156.0,593.0,2520.0,1784.0,0.0,984.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house017.xml,92.446,92.446,28.302,28.302,64.144,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.267,4.496,0.757,0.0,0.0,0.0,4.67,0.187,0.387,0.033,0.0,0.0,0.0,2.086,0.0,0.0,0.528,0.39,2.899,1.661,0.0,2.35,6.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.289,0.0,18.855,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.493,10.413,11.749,3.414,0.0,0.0,152.0,106.0,1745.7,3534.0,60.23,19.227,0.0,5.431,14.635,0.652,10.664,0.362,-2.301,0.0,0.705,4.375,0.008,19.791,0.0,1.221,0.0,0.0,-14.269,0.0,-0.178,-1.069,-0.025,4.569,-0.062,6.935,0.0,-0.002,-4.864,0.01,-2.8,-0.737,-0.261,0.0,0.0,8.943,1857.7,1859.4,14839.0,4834.2,60000.0,24000.0,0.0,16.16,89.24,35600.0,0.0,4833.0,0.0,181.0,13937.0,0.0,354.0,1635.0,3048.0,11612.0,17539.0,0.0,7766.0,0.0,85.0,2970.0,0.0,176.0,0.0,2221.0,1571.0,2750.0,3084.0,0.0,2084.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house018.xml,39.162,39.162,39.162,39.162,0.0,0.0,0.0,0.0,0.0,0.0,4.529,0.0,0.202,2.677,0.823,9.93,0.0,0.0,4.761,0.0,0.461,0.112,0.0,0.0,0.0,4.21,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,4.516,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.425,9.883,9.377,0.551,0.0,0.0,0.0,0.0,4904.0,2762.1,19.89,11.097,0.0,4.59,4.651,0.0,0.0,0.277,-0.084,0.0,2.192,0.0,-0.019,2.627,0.0,2.085,0.0,1.792,-9.794,0.0,-0.554,-0.841,0.0,0.0,-0.097,3.361,0.0,-0.039,0.0,-0.015,-0.784,-0.654,-0.76,0.0,1.312,9.185,1610.9,1574.7,11983.2,4223.1,36000.0,36000.0,36000.0,19.22,86.72,18300.0,4909.0,2514.0,0.0,150.0,3004.0,0.0,1816.0,0.0,2749.0,3160.0,9257.0,725.0,2260.0,0.0,79.0,696.0,0.0,419.0,0.0,2204.0,354.0,2520.0,2144.0,756.0,588.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house019.xml,133.02,133.02,55.027,55.027,77.993,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.118,11.3,3.791,11.933,0.0,0.0,8.923,0.0,0.741,0.054,0.0,0.0,0.0,2.005,1.27,0.0,0.447,0.338,2.514,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,74.924,0.0,0.0,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,67.89,44.734,10.1,1.826,0.0,0.0,193.0,277.0,2884.8,6701.3,84.649,46.146,0.0,11.383,44.783,0.65,5.019,1.919,1.569,0.0,0.0,5.939,-0.024,8.871,0.0,1.864,0.0,0.0,-15.595,0.0,2.953,9.973,0.147,2.835,0.264,19.777,0.0,0.0,-4.314,-0.011,-0.175,-0.155,0.018,0.0,0.0,12.108,1610.9,1574.7,10370.6,3654.8,100000.0,60000.0,0.0,16.16,89.24,50337.0,0.0,9523.0,0.0,1028.0,26480.0,0.0,0.0,2084.0,5769.0,5453.0,31793.0,0.0,13774.0,0.0,482.0,10075.0,0.0,0.0,0.0,4204.0,738.0,2520.0,1779.0,0.0,979.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house020.xml,114.912,114.912,56.309,56.309,0.0,0.0,58.604,0.0,0.0,0.0,0.0,0.0,0.814,13.157,2.899,0.0,0.0,0.0,12.75,0.0,0.892,0.026,0.0,0.0,0.0,3.976,0.0,0.0,0.447,0.338,2.514,0.105,0.0,2.114,16.277,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.044,0.0,17.491,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.044,34.463,9.377,4.221,0.0,0.0,0.0,0.0,2672.1,6567.7,31.038,32.512,0.908,11.002,10.573,1.133,9.803,0.632,-0.797,0.0,0.0,7.518,-0.036,15.228,0.0,0.835,0.0,0.0,-22.113,0.244,0.151,0.179,0.053,6.393,0.012,19.74,0.0,0.0,-6.706,-0.026,-2.708,-1.673,-0.198,0.0,0.0,19.169,1610.9,1574.7,11983.5,4223.2,120000.0,60000.0,0.0,19.22,86.72,45228.0,0.0,10325.0,0.0,395.0,12858.0,598.0,0.0,3897.0,6812.0,10343.0,24478.0,0.0,11826.0,0.0,208.0,3049.0,253.0,0.0,0.0,5463.0,1160.0,2520.0,2725.0,0.0,1925.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house021.xml,156.988,156.988,48.28,48.28,108.708,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.985,7.821,1.57,0.0,0.0,0.0,10.64,0.244,0.771,0.071,0.0,0.0,0.0,2.448,1.472,0.0,0.528,0.39,2.899,1.661,0.0,2.35,13.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,88.689,0.0,20.019,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,72.927,19.03,11.749,3.814,0.0,0.0,0.0,0.0,2767.4,4769.1,81.115,23.85,0.0,8.268,27.059,2.421,9.203,0.859,0.738,0.0,1.083,9.441,-0.315,26.612,0.0,2.489,0.0,6.037,-21.575,0.0,0.013,-0.869,0.005,2.2,-0.094,13.929,0.0,0.044,-6.095,-0.292,-2.439,-0.872,-0.391,0.0,1.32,12.724,1857.7,1859.4,14839.2,4834.2,130000.0,60000.0,0.0,16.16,89.24,52812.0,8050.0,10175.0,0.0,318.0,15504.0,0.0,396.0,2243.0,3431.0,12694.0,26586.0,5715.0,9853.0,0.0,149.0,3704.0,0.0,196.0,0.0,2501.0,1718.0,2750.0,4182.0,904.0,2279.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house022.xml,135.955,135.955,47.23,47.23,0.0,88.725,0.0,0.0,0.0,0.0,0.0,0.0,2.206,8.637,1.167,11.316,0.0,0.0,6.69,0.0,0.61,0.034,0.0,0.0,0.0,2.086,1.649,0.0,0.447,0.338,2.514,1.528,0.0,2.114,5.893,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,88.725,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,72.829,19.615,9.834,1.479,0.0,0.0,184.0,124.0,2873.0,5409.9,90.662,27.688,3.696,3.766,20.667,0.0,0.0,1.489,2.808,0.0,14.722,0.0,-0.288,37.698,0.0,1.154,0.0,0.0,-13.712,1.096,0.154,0.527,0.0,0.0,-0.127,11.106,0.0,1.911,0.0,-0.279,-2.739,-0.639,-0.074,0.0,0.0,8.533,1610.9,1574.7,12121.0,4271.6,100000.0,36000.0,0.0,16.16,89.24,53604.0,0.0,10741.0,0.0,737.0,11570.0,2029.0,5140.0,0.0,2115.0,21272.0,23289.0,0.0,8957.0,0.0,345.0,4498.0,1190.0,1360.0,0.0,1542.0,2878.0,2520.0,4618.0,0.0,3818.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house023.xml,133.775,133.775,58.843,58.843,0.0,74.931,0.0,0.0,0.0,0.0,0.0,0.0,1.887,5.653,0.804,17.103,0.0,0.0,9.219,0.0,0.692,0.045,0.0,0.0,0.0,4.21,0.0,0.0,0.528,0.39,2.899,1.661,0.0,2.35,11.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,74.931,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,62.558,16.52,14.227,2.769,0.0,0.0,0.0,0.0,3862.8,4304.4,62.436,20.673,0.0,10.216,21.504,1.202,16.468,0.851,1.721,0.0,0.0,6.185,-0.032,23.712,0.0,1.639,0.0,0.0,-21.264,0.0,-0.203,-1.047,-0.016,5.942,-0.114,8.597,0.0,0.0,-6.023,-0.009,-2.689,-0.769,-0.316,0.0,0.0,13.261,1857.7,1859.4,6346.2,2067.4,125000.0,42000.0,0.0,16.16,89.24,44344.0,0.0,5067.0,0.0,362.0,17083.0,0.0,0.0,1842.0,4899.0,15091.0,21470.0,0.0,9506.0,0.0,170.0,3445.0,0.0,0.0,0.0,3570.0,2029.0,2750.0,3692.0,0.0,2692.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house024.xml,132.124,132.124,37.948,37.948,0.0,94.176,0.0,0.0,0.0,0.0,0.0,0.0,2.342,5.263,0.964,12.284,0.0,0.0,3.916,0.0,0.396,0.058,0.0,0.0,0.0,2.005,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,3.778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,94.176,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,77.641,15.695,10.188,2.088,0.0,0.0,0.0,0.0,2575.5,3431.7,78.78,17.835,0.0,7.197,30.092,0.0,0.0,0.683,-1.018,0.0,4.815,0.0,-0.118,32.036,0.0,1.838,0.0,12.665,-10.836,0.0,0.604,1.278,0.0,0.0,-0.038,6.294,0.0,0.601,0.0,-0.111,-1.718,-0.321,-0.188,0.0,2.734,6.621,1610.9,1574.7,9900.4,3489.0,85000.0,30000.0,0.0,16.16,89.24,60409.0,12599.0,4381.0,0.0,318.0,17712.0,0.0,4475.0,0.0,4266.0,16658.0,20929.0,1250.0,4060.0,0.0,149.0,6404.0,0.0,1183.0,0.0,3109.0,2254.0,2520.0,6044.0,2254.0,2990.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house025.xml,109.166,109.166,73.066,73.066,36.1,0.0,0.0,0.0,0.0,0.0,6.343,0.0,1.09,18.685,3.345,14.465,0.0,0.0,9.263,0.0,0.783,0.0,0.0,0.0,0.0,4.105,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,8.046,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.946,48.554,10.555,3.831,0.0,0.0,0.0,0.0,4521.2,7088.7,37.506,33.352,0.0,3.38,17.589,0.0,0.0,2.172,1.414,0.0,6.822,0.0,-1.331,15.157,0.0,0.411,0.0,5.062,-12.791,0.0,1.081,5.659,0.0,0.0,0.438,15.28,0.0,5.576,0.0,-1.329,-0.818,-0.163,-0.004,0.0,6.233,16.882,1610.9,1574.7,4628.0,1631.0,158000.0,81000.0,33000.0,24.62,91.58,54382.0,20089.0,4722.0,0.0,1238.0,9584.0,0.0,6119.0,0.0,1863.0,10768.0,30864.0,8850.0,8255.0,0.0,752.0,4348.0,0.0,2236.0,0.0,1707.0,2197.0,2520.0,7891.0,4800.0,2291.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house026.xml,58.0,58.0,24.86,24.86,33.141,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.048,0.0,0.0,0.0,0.0,0.0,6.534,0.251,0.548,0.299,0.0,0.0,0.0,1.987,0.0,0.0,0.447,0.338,2.514,1.528,0.934,2.114,7.317,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.007,0.0,14.133,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.58,0.0,8.607,2.072,0.0,0.0,0.0,0.0,1554.5,0.0,18.08,0.0,0.0,1.764,6.788,0.231,0.0,0.196,1.944,0.0,7.417,0.0,-0.062,2.889,0.0,3.124,0.0,0.0,-9.806,0.0,-0.165,-4.528,-0.155,0.0,-0.157,2.02,0.0,-2.521,0.0,-0.059,-1.937,-2.336,-2.829,0.0,0.0,12.856,1295.1,1282.2,8578.7,3023.2,84000.0,0.0,0.0,24.62,91.58,22421.0,0.0,3869.0,0.0,128.0,5749.0,0.0,5824.0,0.0,1459.0,5391.0,16444.0,0.0,5841.0,0.0,78.0,2390.0,0.0,2232.0,0.0,2192.0,1191.0,2520.0,2042.0,0.0,1242.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house027.xml,72.906,72.906,32.001,32.001,40.905,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.435,7.647,1.513,0.0,0.0,0.0,5.947,0.218,0.485,0.927,0.0,0.0,0.0,1.724,0.0,0.0,0.447,0.338,2.514,0.105,0.0,2.114,7.587,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.956,0.0,17.88,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.796,23.278,8.564,5.231,0.0,0.0,0.0,0.0,1578.9,3750.1,24.005,23.256,0.717,1.779,7.835,0.433,0.0,0.588,1.189,0.0,0.372,3.347,-0.138,1.744,0.0,10.422,0.0,2.032,-11.629,0.486,1.112,0.735,0.091,0.0,-0.107,5.336,0.0,0.112,3.831,-0.138,-0.366,-0.973,-3.484,0.0,2.721,13.836,1610.9,1574.7,10579.6,3728.4,75000.0,36000.0,0.0,24.62,91.58,33085.0,7576.0,4494.0,0.0,375.0,6506.0,550.0,250.0,4088.0,1516.0,7731.0,18431.0,3513.0,4326.0,0.0,228.0,2868.0,270.0,163.0,0.0,2277.0,2267.0,2520.0,4578.0,1414.0,2364.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house028.xml,67.708,67.708,29.644,29.644,38.064,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.257,7.078,1.508,0.0,0.0,0.0,6.138,0.226,0.503,0.618,0.0,0.0,0.0,2.104,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.35,7.602,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.558,0.0,18.12,3.047,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.732,22.83,10.226,3.619,0.0,0.0,0.0,0.0,1516.9,3307.5,19.98,21.232,0.767,1.659,7.019,0.34,0.0,0.428,1.687,0.0,0.233,2.471,-0.05,4.04,0.0,4.465,0.0,1.534,-11.981,0.614,1.245,-0.523,0.118,0.0,0.074,5.679,0.0,0.073,1.831,-0.051,-1.083,-1.206,-1.646,0.0,2.916,14.763,1857.7,1859.4,12951.7,4219.4,75000.0,36000.0,0.0,24.62,91.58,31420.0,8676.0,4365.0,0.0,315.0,5287.0,616.0,180.0,3569.0,1488.0,6925.0,19287.0,3836.0,6007.0,0.0,203.0,2207.0,374.0,113.0,0.0,2235.0,1562.0,2750.0,4257.0,1628.0,1629.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house029.xml,78.091,78.091,30.073,30.073,48.018,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.647,6.206,0.924,0.0,0.0,0.0,6.543,0.274,0.569,0.76,0.0,0.0,0.0,1.981,0.0,0.0,0.447,0.338,2.514,0.105,0.0,2.114,6.653,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.353,0.0,12.596,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.015,14.034,9.614,0.0,0.0,0.0,0.0,0.0,1605.9,3008.5,28.665,14.172,0.0,3.353,14.661,0.392,0.0,0.306,0.217,0.0,7.295,0.0,-0.082,7.286,0.0,7.296,0.0,3.208,-12.076,0.0,1.121,-0.886,0.008,0.0,0.054,6.07,0.0,-0.004,0.0,-0.077,-0.819,-1.09,-1.55,0.0,1.28,10.011,1610.9,1574.7,11033.1,3888.2,77000.0,36000.0,0.0,17.24,91.22,29358.0,2294.0,4924.0,0.0,157.0,7940.0,0.0,2973.0,0.0,2105.0,8965.0,15965.0,-59.0,5307.0,0.0,131.0,2819.0,0.0,914.0,0.0,2691.0,1642.0,2520.0,3313.0,732.0,1781.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house030.xml,58.718,58.718,17.191,17.191,0.0,0.0,41.527,0.0,0.0,0.0,0.0,0.0,0.056,0.0,0.0,0.0,0.0,0.0,5.324,0.272,0.497,0.57,0.0,0.0,0.0,1.834,0.0,0.0,0.366,0.286,0.168,0.096,0.701,1.879,5.143,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.217,0.0,13.274,2.238,2.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.525,0.0,7.715,2.195,0.0,0.0,0.0,0.0,1134.0,0.0,16.286,0.0,0.0,1.661,10.17,0.487,1.11,1.042,0.96,0.0,0.0,4.32,-0.041,2.74,0.0,5.69,0.0,0.0,-10.764,0.0,-0.015,-3.29,-0.142,0.149,-0.344,1.801,0.0,0.0,-2.214,-0.036,-0.79,-2.018,-2.828,0.0,0.0,9.886,1066.4,992.7,6764.0,2581.0,87000.0,0.0,0.0,17.24,91.22,18525.0,0.0,3366.0,0.0,474.0,6809.0,0.0,0.0,3152.0,1036.0,3688.0,9617.0,0.0,2691.0,0.0,278.0,2202.0,0.0,0.0,0.0,1324.0,832.0,2290.0,1503.0,0.0,903.0,600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house031.xml,229.304,229.304,49.326,49.326,179.977,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.015,12.383,3.637,0.0,0.0,0.0,10.36,0.246,0.758,0.0,0.0,0.0,0.0,1.605,0.0,0.0,0.689,0.493,0.29,0.132,0.0,2.82,12.897,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,145.484,0.0,26.758,3.857,3.878,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,119.268,40.666,16.074,5.233,0.0,0.0,48.0,119.0,2872.1,7740.0,125.329,49.607,0.0,14.457,41.997,1.048,6.666,1.392,2.522,0.0,1.902,6.06,-0.819,56.848,0.0,0.653,0.0,9.715,-23.344,0.0,2.191,4.989,0.171,2.821,0.11,18.573,0.0,0.264,-3.65,-0.786,-2.002,-0.394,-0.011,0.0,3.13,14.827,2351.3,2428.6,16182.3,4593.4,200000.0,96000.0,0.0,16.16,89.24,83057.0,13664.0,10261.0,0.0,650.0,23266.0,0.0,869.0,1754.0,7333.0,25259.0,44083.0,9876.0,13739.0,0.0,305.0,7760.0,0.0,431.0,0.0,5345.0,3418.0,3210.0,7447.0,1513.0,4534.0,1400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house032.xml,108.131,108.131,16.382,16.382,91.749,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.489,0.0,0.0,0.0,0.0,0.0,5.094,0.0,0.518,0.0,0.0,0.0,0.0,1.605,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.35,4.066,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,63.85,0.0,21.513,3.047,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.105,0.0,12.214,4.917,0.0,0.0,152.0,0.0,1415.1,0.0,50.256,0.0,0.0,10.438,8.787,1.928,20.507,1.415,-1.396,0.0,0.0,4.551,0.02,14.987,0.0,0.626,0.0,0.0,-12.699,0.0,-1.796,-2.192,-0.449,0.47,-0.441,6.67,0.0,0.0,-4.805,0.026,-3.323,-1.47,-0.191,0.0,0.0,7.637,1857.7,1859.4,11844.0,3858.5,75000.0,0.0,0.0,16.16,89.24,30739.0,0.0,5132.0,0.0,690.0,10940.0,0.0,0.0,1537.0,5647.0,6794.0,16466.0,0.0,6284.0,0.0,324.0,2076.0,0.0,0.0,0.0,4115.0,917.0,2750.0,2217.0,0.0,1217.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house033.xml,125.325,125.325,17.732,17.732,0.0,107.593,0.0,0.0,0.0,0.0,0.0,0.0,0.311,0.0,0.0,0.0,0.0,0.0,4.888,0.0,0.528,0.0,0.0,0.0,0.0,1.294,0.0,0.0,0.0,0.39,2.899,1.661,0.0,2.35,3.412,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,83.733,0.0,23.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,63.077,0.0,10.968,0.0,0.0,0.0,0.0,0.0,1203.9,0.0,48.448,0.0,0.0,19.147,14.581,0.0,0.0,1.001,3.204,0.0,14.741,0.0,-0.36,18.581,0.0,0.793,0.0,0.0,-8.902,0.0,-0.731,-1.505,0.0,0.0,-0.17,3.795,0.0,-2.725,0.0,-0.351,-2.096,-0.574,-0.157,0.0,0.0,4.55,1857.7,0.0,12693.2,4135.1,109000.0,0.0,0.0,16.16,89.24,32325.0,0.0,5273.0,0.0,362.0,6028.0,0.0,4559.0,0.0,8461.0,7643.0,18211.0,0.0,4574.0,0.0,170.0,2314.0,0.0,1206.0,0.0,6166.0,1032.0,2750.0,2369.0,0.0,1369.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house034.xml,153.67,153.67,43.566,43.566,0.0,0.0,110.104,0.0,0.0,0.0,0.0,0.0,0.081,0.0,0.0,0.0,0.0,0.0,16.498,0.341,1.204,0.0,0.0,0.0,0.0,1.909,0.0,0.0,0.528,0.39,2.899,1.661,0.0,2.35,15.707,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,87.793,0.0,22.311,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,62.077,0.0,12.369,5.395,0.0,0.0,0.0,0.0,2971.8,0.0,85.99,0.0,0.0,8.912,27.067,0.0,2.878,1.906,-0.783,0.0,10.825,2.702,0.075,34.84,0.0,0.572,0.0,0.0,-26.762,0.0,-2.174,-8.145,0.0,-0.194,-0.537,17.485,0.0,-2.919,-3.97,0.111,-9.695,-5.565,-0.208,0.0,0.0,15.856,1857.7,1859.4,11100.4,3616.2,210000.0,0.0,0.0,16.16,89.24,61172.0,0.0,15758.0,0.0,1028.0,15579.0,0.0,4773.0,1343.0,4622.0,18068.0,37136.0,0.0,21864.0,0.0,482.0,4382.0,0.0,1842.0,0.0,3369.0,2447.0,2750.0,4246.0,0.0,3246.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house035.xml,73.573,73.573,18.701,18.701,54.872,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.796,1.796,0.125,0.0,0.0,0.0,5.438,0.0,0.533,0.0,0.0,0.0,0.0,2.257,0.0,0.0,0.447,0.338,0.199,0.105,0.0,2.114,4.553,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.019,0.0,17.142,2.642,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.292,2.838,9.967,3.817,0.0,0.0,101.0,0.0,1416.4,1983.7,38.931,10.019,0.369,6.176,10.914,0.0,0.0,0.54,-1.551,0.0,7.868,0.0,0.004,13.643,0.0,0.492,0.0,0.0,-11.963,0.058,-0.607,-1.642,0.0,0.0,-0.085,6.075,0.0,-4.526,0.0,0.009,-2.775,-0.748,-0.13,0.0,0.0,7.33,1610.9,1574.7,11176.8,3938.8,80000.0,24000.0,0.0,16.16,89.24,27631.0,0.0,4397.0,0.0,318.0,7248.0,249.0,1468.0,0.0,4065.0,9886.0,15754.0,0.0,6100.0,0.0,149.0,2208.0,88.0,388.0,0.0,2962.0,1338.0,2520.0,2575.0,0.0,1775.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house036.xml,82.585,82.585,26.121,26.121,56.465,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.964,5.937,1.044,0.0,0.0,0.0,5.449,0.0,0.536,0.0,0.0,0.0,0.0,1.617,0.0,0.0,0.366,0.286,2.129,1.395,0.0,1.879,4.519,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.758,0.0,17.707,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.857,15.012,8.412,5.837,0.0,0.0,102.0,126.0,1466.7,3222.0,31.784,17.347,5.544,2.267,3.994,0.0,0.0,1.83,-1.182,0.0,21.292,0.0,-0.001,7.412,0.0,0.555,0.0,0.0,-9.871,1.567,0.12,-0.032,0.0,0.0,-0.224,6.117,0.0,2.213,0.0,-0.0,-0.749,-0.417,-0.061,0.0,0.0,6.381,1364.1,1290.1,6619.3,2525.8,60000.0,24000.0,0.0,16.16,89.24,25212.0,0.0,4435.0,0.0,1019.0,2375.0,3328.0,7811.0,0.0,1320.0,4925.0,12355.0,0.0,4257.0,0.0,478.0,403.0,1235.0,2066.0,0.0,962.0,665.0,2290.0,1482.0,0.0,882.0,600.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house037.xml,93.255,93.255,22.744,22.744,0.0,70.511,0.0,0.0,0.0,0.0,0.0,0.0,0.178,0.0,0.0,0.0,0.0,0.0,6.807,0.0,0.61,0.0,0.0,0.0,0.0,2.004,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,6.203,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.828,0.0,20.683,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.961,0.0,9.51,0.0,0.0,0.0,0.0,0.0,1517.3,0.0,29.501,0.0,0.0,16.719,11.335,0.0,0.0,1.564,-3.211,0.0,6.599,0.0,-0.306,14.697,0.0,0.461,0.0,0.0,-10.835,0.0,-3.306,-3.337,0.0,0.0,-0.653,11.344,0.0,-4.637,0.0,-0.304,-4.588,-2.604,-0.204,0.0,0.0,8.874,1610.9,1574.7,11016.6,3882.4,110000.0,0.0,0.0,19.22,86.72,40440.0,0.0,6057.0,0.0,969.0,7752.0,0.0,1095.0,0.0,13572.0,10994.0,25198.0,0.0,7073.0,0.0,510.0,2730.0,0.0,253.0,0.0,10883.0,1229.0,2520.0,2840.0,0.0,2040.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house038.xml,127.921,127.921,52.513,52.513,75.408,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.9,13.88,2.898,0.0,0.0,0.0,6.908,0.315,0.625,0.0,0.0,0.0,0.0,1.603,0.0,0.0,0.689,0.493,3.669,1.927,0.0,2.82,6.085,0.0,0.0,0.0,9.699,0.0,0.0,0.0,0.0,0.0,49.688,0.0,25.721,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.629,31.883,16.074,4.6,0.0,0.0,0.0,236.0,2508.7,5703.9,48.199,27.527,0.0,3.656,14.888,0.651,4.456,0.808,1.569,0.0,1.802,2.339,-0.047,22.421,0.0,0.593,0.0,0.0,-14.01,0.0,0.831,2.535,0.138,2.215,0.013,14.604,0.0,0.363,-0.613,-0.036,-0.636,-0.146,0.002,0.0,0.0,11.874,2351.3,2428.6,16182.3,4593.4,71000.0,36000.0,0.0,16.16,89.24,30786.0,0.0,6993.0,0.0,362.0,9341.0,0.0,865.0,750.0,1706.0,10769.0,18374.0,0.0,9560.0,0.0,170.0,2306.0,0.0,429.0,0.0,1243.0,1457.0,3210.0,3333.0,0.0,1933.0,1400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house039.xml,98.468,98.468,20.911,20.911,77.557,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.151,0.0,0.0,3.759,0.0,0.0,4.411,0.239,0.418,0.0,0.0,0.0,0.0,1.763,0.0,0.0,0.447,0.338,2.514,0.105,0.0,2.114,4.652,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,74.489,0.0,0.0,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.543,0.0,9.905,1.135,0.0,0.0,0.0,0.0,1574.5,0.0,52.851,0.0,0.0,14.268,5.407,0.0,0.0,2.518,1.884,0.0,13.81,0.0,-0.046,16.972,0.0,0.557,0.0,0.0,-8.231,0.0,-2.199,-1.276,0.0,0.0,-0.771,7.734,0.0,-3.792,0.0,-0.034,-3.655,-1.423,-0.173,0.0,0.0,5.892,1610.9,1574.7,11659.5,4109.0,87000.0,0.0,0.0,16.16,89.24,42559.0,0.0,11110.0,0.0,1456.0,3312.0,0.0,6991.0,0.0,8806.0,10883.0,24051.0,0.0,9921.0,0.0,683.0,526.0,0.0,2514.0,0.0,6418.0,1470.0,2520.0,2750.0,0.0,1950.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house040.xml,104.765,104.765,24.472,24.472,80.293,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.291,0.0,0.0,0.0,0.0,0.0,7.373,0.0,0.651,0.0,0.0,0.0,0.0,1.603,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,6.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,60.085,0.0,20.208,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,56.605,0.0,10.233,5.495,0.0,0.0,0.0,0.0,1809.7,0.0,62.242,0.0,11.282,5.625,22.318,0.0,4.337,2.097,-0.206,0.0,2.046,3.41,-0.078,19.733,0.0,0.612,0.0,0.0,-15.001,0.122,-0.775,-5.169,0.0,-0.055,-0.604,8.05,0.0,-0.045,-3.814,-0.055,-4.223,-1.976,-0.185,0.0,0.0,8.836,1610.9,1574.7,9674.8,3409.5,75000.0,0.0,0.0,16.16,89.24,44215.0,0.0,7249.0,0.0,1028.0,13423.0,5873.0,795.0,1188.0,3065.0,11594.0,23164.0,0.0,8221.0,0.0,482.0,4483.0,3446.0,210.0,0.0,2234.0,1569.0,2520.0,2881.0,0.0,2081.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house041.xml,263.626,263.626,47.308,47.308,216.318,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.262,2.642,0.265,0.0,0.0,0.0,13.943,0.315,1.031,0.05,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,2.899,1.661,0.473,2.35,14.078,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,189.767,0.0,26.551,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,178.811,4.914,15.632,5.037,0.0,0.0,140.0,0.0,3249.4,4571.8,77.768,23.849,0.0,11.231,44.603,3.437,35.032,3.016,18.288,0.0,4.272,22.319,-0.484,64.007,0.0,2.762,0.0,0.0,-31.261,0.0,0.083,-2.236,-0.118,1.495,-0.212,7.02,0.0,-0.318,-4.879,-0.482,-3.525,-1.055,-0.26,0.0,0.0,9.528,1857.7,1859.4,14896.5,4852.9,75000.0,30000.0,0.0,-13.72,81.14,98322.0,0.0,18666.0,0.0,1544.0,30313.0,0.0,2471.0,9011.0,5077.0,31239.0,28288.0,0.0,18014.0,0.0,293.0,3145.0,0.0,394.0,0.0,2867.0,825.0,2750.0,1684.0,0.0,684.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house042.xml,233.898,233.898,40.201,40.201,193.697,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.967,1.845,0.077,0.0,0.0,0.0,9.539,0.213,0.678,0.093,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,2.899,1.661,0.0,2.35,13.542,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,169.261,0.0,24.436,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,166.422,3.165,15.632,3.225,0.0,0.0,0.0,0.0,2767.6,3100.9,89.495,19.853,0.0,9.183,39.876,3.992,43.914,2.661,12.432,0.0,2.425,19.204,-0.37,56.218,0.0,1.75,0.0,0.0,-26.742,0.0,0.183,-1.615,-0.065,2.502,-0.161,3.913,0.0,-0.272,-4.669,-0.366,-2.879,-0.664,-0.146,0.0,0.0,7.505,1857.7,1859.4,14896.4,4852.9,90000.0,24000.0,0.0,-13.72,81.14,86413.0,0.0,17465.0,0.0,1066.0,30498.0,0.0,927.0,4709.0,4248.0,27501.0,15616.0,0.0,6423.0,0.0,249.0,3057.0,0.0,13.0,0.0,2399.0,726.0,2750.0,1601.0,0.0,601.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house043.xml,160.736,160.736,30.139,30.139,130.597,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.513,2.056,0.122,0.0,0.0,0.0,6.562,0.213,0.514,0.093,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,8.765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,110.697,0.0,19.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,105.439,3.154,13.085,2.206,0.0,0.0,0.0,0.0,1994.0,2799.2,55.418,13.976,0.0,3.166,23.182,2.279,33.907,5.589,11.96,0.0,0.547,12.702,-0.276,28.925,0.0,1.576,0.0,0.0,-19.509,0.0,0.028,-0.929,-0.095,1.426,-0.379,3.425,0.0,-0.071,-3.42,-0.276,-1.629,-0.549,-0.148,0.0,0.0,5.875,1610.9,1574.7,12168.1,4288.2,90000.0,30000.0,0.0,-13.72,81.14,55143.0,0.0,11581.0,0.0,2417.0,20151.0,0.0,202.0,3040.0,1519.0,16233.0,14843.0,0.0,8011.0,0.0,572.0,2451.0,0.0,3.0,0.0,858.0,429.0,2520.0,1155.0,0.0,355.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house044.xml,229.007,229.007,43.645,43.645,185.362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.768,2.135,0.205,0.0,0.0,0.0,12.955,0.315,0.974,0.037,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,12.956,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,162.796,0.0,22.566,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,151.254,3.935,13.085,4.45,0.0,0.0,0.0,0.0,3101.2,3556.0,81.854,19.162,4.363,6.889,36.357,9.098,19.367,2.733,5.62,0.0,12.688,18.441,-0.465,61.877,0.0,1.435,0.0,0.0,-28.264,0.233,0.435,-1.481,-0.103,1.067,-0.123,5.562,0.0,-1.161,-4.597,-0.463,-2.763,-0.501,-0.103,0.0,0.0,8.015,1610.9,1574.7,12168.2,4288.2,110000.0,36000.0,0.0,-13.72,81.14,80986.0,0.0,8527.0,0.0,1403.0,26527.0,1911.0,5425.0,4343.0,3592.0,29257.0,20452.0,0.0,11261.0,0.0,269.0,3025.0,368.0,208.0,0.0,2028.0,772.0,2520.0,1440.0,0.0,640.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house045.xml,152.482,152.482,35.224,35.224,117.257,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.776,2.391,0.298,0.0,0.0,0.0,9.065,0.315,0.749,1.793,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,8.536,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,94.806,0.0,22.452,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,88.082,4.068,13.085,4.362,0.0,0.0,0.0,0.0,2317.0,3000.6,47.217,12.937,3.564,3.072,15.126,2.27,32.793,1.139,6.247,0.636,0.086,12.675,-0.187,20.633,0.0,10.931,0.0,0.0,-21.687,-0.013,0.005,-1.094,-0.117,0.875,-0.089,5.06,0.328,-0.013,-4.088,-0.186,-1.186,-0.918,-1.261,0.0,0.0,6.865,1610.9,1574.7,12168.2,4288.2,70000.0,30000.0,0.0,-13.72,81.14,45770.0,0.0,8927.0,496.0,442.0,17005.0,1494.0,31.0,2796.0,1367.0,13211.0,15016.0,0.0,9495.0,885.0,110.0,629.0,197.0,0.0,0.0,772.0,407.0,2520.0,1137.0,0.0,337.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house046.xml,24.966,24.966,24.966,24.966,0.0,0.0,0.0,0.0,0.0,0.0,5.409,0.272,0.38,3.589,1.142,4.924,0.0,0.0,1.03,0.0,0.082,0.0,0.0,0.0,0.0,1.793,0.0,0.0,0.256,0.005,0.482,1.262,0.0,1.644,2.698,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.979,12.719,4.305,0.617,0.0,0.0,0.0,0.0,3780.1,2265.4,16.064,12.964,0.0,2.52,3.83,0.0,0.0,0.327,0.647,0.0,-0.138,0.0,-0.274,7.96,0.0,0.378,0.0,2.827,-4.067,0.0,1.287,2.524,0.0,0.0,0.024,3.101,0.0,-0.137,0.0,-0.272,-0.46,-0.142,0.019,0.0,1.684,5.134,596.8,442.2,5543.5,2208.6,18000.0,18000.0,17065.0,24.62,91.58,19009.0,4026.0,1800.0,0.0,182.0,2847.0,0.0,0.0,0.0,1604.0,8550.0,14319.0,3821.0,3366.0,0.0,110.0,1427.0,0.0,0.0,0.0,1823.0,1711.0,2060.0,2573.0,388.0,1784.0,400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house047.xml,20.753,20.753,14.467,14.467,6.286,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.139,0.587,0.005,4.487,0.0,0.0,0.921,0.0,0.463,0.182,0.0,0.0,0.0,1.444,0.0,0.0,0.256,0.111,0.738,1.262,0.0,1.644,2.227,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.286,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.111,1.539,4.203,0.0,0.0,0.0,0.0,0.0,873.3,966.0,4.758,2.532,0.0,-0.001,0.775,0.127,0.0,0.0,1.175,0.0,0.0,1.373,-0.01,1.573,0.0,4.97,0.0,0.206,-4.101,0.0,-0.0,0.101,0.032,0.0,0.0,0.705,0.0,0.0,-1.121,-0.01,-0.229,-0.243,-1.378,0.0,-0.0,3.685,251.7,442.2,5772.6,1524.2,20000.0,18000.0,0.0,19.22,86.72,7389.0,1053.0,1216.0,0.0,0.0,630.0,0.0,0.0,705.0,0.0,3785.0,3312.0,0.0,477.0,0.0,0.0,177.0,0.0,0.0,0.0,0.0,597.0,2060.0,1391.0,0.0,991.0,400.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house048.xml,94.857,94.857,41.464,41.464,53.393,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.343,14.217,4.289,0.0,0.0,0.0,3.691,0.085,0.498,2.892,0.0,0.0,0.0,2.421,0.0,0.0,0.474,1.108,0.67,0.114,0.0,2.35,8.312,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.438,0.0,12.616,0.0,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.285,52.236,7.253,2.672,0.0,0.0,0.0,0.0,1520.6,5080.6,46.206,33.552,1.017,2.619,11.977,0.0,0.0,0.813,2.388,0.0,0.058,2.019,-0.532,8.103,0.0,4.231,0.0,6.496,-9.004,1.353,1.065,9.369,0.0,0.0,0.563,7.068,0.0,0.074,10.115,-0.52,0.771,-0.441,1.851,0.0,7.487,13.678,130.3,817.7,11617.7,3495.1,63000.0,46500.0,0.0,25.88,98.42,51008.0,12331.0,4499.0,0.0,585.0,9704.0,828.0,45.0,11275.0,2249.0,9492.0,29992.0,8413.0,4654.0,0.0,589.0,7601.0,547.0,57.0,0.0,1959.0,3421.0,2750.0,3589.0,835.0,1754.0,1000.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house049.xml,32.052,32.052,28.556,28.556,3.497,0.0,0.0,0.0,0.0,0.0,5.849,0.0,0.035,5.861,0.158,2.621,0.249,0.0,1.474,0.057,0.099,2.092,0.0,0.0,0.0,3.073,0.0,0.0,0.329,0.006,0.053,0.096,0.0,1.879,4.625,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.698,2.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.203,34.04,4.262,1.305,0.0,0.0,0.0,107.0,4425.3,2165.2,12.334,17.679,0.0,1.365,4.439,0.0,0.0,0.0,-3.667,0.0,0.0,1.448,-0.076,2.578,0.0,1.806,0.0,0.0,-2.872,0.0,1.568,6.672,0.0,0.0,0.0,18.287,0.0,0.0,2.969,-0.076,-0.317,-3.562,0.51,0.0,0.0,8.569,728.6,567.4,7485.0,928.3,39000.0,16000.0,0.0,33.26,106.16,18656.0,0.0,5635.0,0.0,0.0,5120.0,0.0,0.0,2100.0,1357.0,4445.0,20462.0,0.0,6837.0,0.0,0.0,6369.0,0.0,0.0,0.0,2075.0,2891.0,2290.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house050.xml,51.808,51.808,21.832,21.832,29.977,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.275,1.887,0.33,0.0,0.0,0.0,1.782,0.057,0.111,2.23,0.0,0.0,0.0,2.36,0.0,0.0,0.471,0.497,3.653,0.105,0.0,2.114,5.961,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.061,0.0,10.847,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.688,5.135,8.573,0.0,0.0,0.0,0.0,0.0,1156.7,2577.1,11.113,15.357,0.0,4.131,6.506,0.0,0.0,2.03,1.424,0.0,4.907,0.0,-0.124,2.665,0.0,3.668,0.0,1.92,-11.514,0.0,-0.284,-0.31,0.0,0.0,-0.39,3.474,0.0,-0.955,0.0,-0.123,-0.557,-1.22,-0.76,0.0,0.565,5.804,1689.0,437.0,10675.0,2994.2,58000.0,29000.0,0.0,28.58,87.08,21920.0,7753.0,3277.0,0.0,856.0,3061.0,0.0,2043.0,0.0,1771.0,3159.0,18368.0,5020.0,6268.0,0.0,572.0,1190.0,0.0,596.0,0.0,1585.0,616.0,2520.0,307.0,0.0,-493.0,800.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +HPXML,Energy Use: Total (MBtu),Energy Use: Net (MBtu),Fuel Use: Electricity: Total (MBtu),Fuel Use: Electricity: Net (MBtu),Fuel Use: Natural Gas: Total (MBtu),Fuel Use: Fuel Oil: Total (MBtu),Fuel Use: Propane: Total (MBtu),Fuel Use: Wood Cord: Total (MBtu),Fuel Use: Wood Pellets: Total (MBtu),Fuel Use: Coal: Total (MBtu),End Use: Electricity: Heating (MBtu),End Use: Electricity: Heating Fans/Pumps (MBtu),End Use: Electricity: Heating Heat Pump Backup (MBtu),End Use: Electricity: Heating Heat Pump Backup Fans/Pumps (MBtu),End Use: Electricity: Cooling (MBtu),End Use: Electricity: Cooling Fans/Pumps (MBtu),End Use: Electricity: Hot Water (MBtu),End Use: Electricity: Hot Water Recirc Pump (MBtu),End Use: Electricity: Hot Water Solar Thermal Pump (MBtu),End Use: Electricity: Lighting Interior (MBtu),End Use: Electricity: Lighting Garage (MBtu),End Use: Electricity: Lighting Exterior (MBtu),End Use: Electricity: Mech Vent (MBtu),End Use: Electricity: Mech Vent Preheating (MBtu),End Use: Electricity: Mech Vent Precooling (MBtu),End Use: Electricity: Whole House Fan (MBtu),End Use: Electricity: Refrigerator (MBtu),End Use: Electricity: Freezer (MBtu),End Use: Electricity: Dehumidifier (MBtu),End Use: Electricity: Dishwasher (MBtu),End Use: Electricity: Clothes Washer (MBtu),End Use: Electricity: Clothes Dryer (MBtu),End Use: Electricity: Range/Oven (MBtu),End Use: Electricity: Ceiling Fan (MBtu),End Use: Electricity: Television (MBtu),End Use: Electricity: Plug Loads (MBtu),End Use: Electricity: Electric Vehicle Charging (MBtu),End Use: Electricity: Well Pump (MBtu),End Use: Electricity: Pool Heater (MBtu),End Use: Electricity: Pool Pump (MBtu),End Use: Electricity: Hot Tub Heater (MBtu),End Use: Electricity: Hot Tub Pump (MBtu),End Use: Electricity: PV (MBtu),End Use: Electricity: Generator (MBtu),End Use: Electricity: Battery (MBtu),End Use: Natural Gas: Heating (MBtu),End Use: Natural Gas: Heating Heat Pump Backup (MBtu),End Use: Natural Gas: Hot Water (MBtu),End Use: Natural Gas: Clothes Dryer (MBtu),End Use: Natural Gas: Range/Oven (MBtu),End Use: Natural Gas: Mech Vent Preheating (MBtu),End Use: Natural Gas: Pool Heater (MBtu),End Use: Natural Gas: Hot Tub Heater (MBtu),End Use: Natural Gas: Grill (MBtu),End Use: Natural Gas: Lighting (MBtu),End Use: Natural Gas: Fireplace (MBtu),End Use: Natural Gas: Generator (MBtu),End Use: Fuel Oil: Heating (MBtu),End Use: Fuel Oil: Heating Heat Pump Backup (MBtu),End Use: Fuel Oil: Hot Water (MBtu),End Use: Fuel Oil: Clothes Dryer (MBtu),End Use: Fuel Oil: Range/Oven (MBtu),End Use: Fuel Oil: Mech Vent Preheating (MBtu),End Use: Fuel Oil: Grill (MBtu),End Use: Fuel Oil: Lighting (MBtu),End Use: Fuel Oil: Fireplace (MBtu),End Use: Fuel Oil: Generator (MBtu),End Use: Propane: Heating (MBtu),End Use: Propane: Heating Heat Pump Backup (MBtu),End Use: Propane: Hot Water (MBtu),End Use: Propane: Clothes Dryer (MBtu),End Use: Propane: Range/Oven (MBtu),End Use: Propane: Mech Vent Preheating (MBtu),End Use: Propane: Grill (MBtu),End Use: Propane: Lighting (MBtu),End Use: Propane: Fireplace (MBtu),End Use: Propane: Generator (MBtu),End Use: Wood Cord: Heating (MBtu),End Use: Wood Cord: Heating Heat Pump Backup (MBtu),End Use: Wood Cord: Hot Water (MBtu),End Use: Wood Cord: Clothes Dryer (MBtu),End Use: Wood Cord: Range/Oven (MBtu),End Use: Wood Cord: Mech Vent Preheating (MBtu),End Use: Wood Cord: Grill (MBtu),End Use: Wood Cord: Lighting (MBtu),End Use: Wood Cord: Fireplace (MBtu),End Use: Wood Cord: Generator (MBtu),End Use: Wood Pellets: Heating (MBtu),End Use: Wood Pellets: Heating Heat Pump Backup (MBtu),End Use: Wood Pellets: Hot Water (MBtu),End Use: Wood Pellets: Clothes Dryer (MBtu),End Use: Wood Pellets: Range/Oven (MBtu),End Use: Wood Pellets: Mech Vent Preheating (MBtu),End Use: Wood Pellets: Grill (MBtu),End Use: Wood Pellets: Lighting (MBtu),End Use: Wood Pellets: Fireplace (MBtu),End Use: Wood Pellets: Generator (MBtu),End Use: Coal: Heating (MBtu),End Use: Coal: Heating Heat Pump Backup (MBtu),End Use: Coal: Hot Water (MBtu),End Use: Coal: Clothes Dryer (MBtu),End Use: Coal: Range/Oven (MBtu),End Use: Coal: Mech Vent Preheating (MBtu),End Use: Coal: Grill (MBtu),End Use: Coal: Lighting (MBtu),End Use: Coal: Fireplace (MBtu),End Use: Coal: Generator (MBtu),Load: Heating: Delivered (MBtu),Load: Heating: Heat Pump Backup (MBtu),Load: Cooling: Delivered (MBtu),Load: Hot Water: Delivered (MBtu),Load: Hot Water: Tank Losses (MBtu),Load: Hot Water: Desuperheater (MBtu),Load: Hot Water: Solar Thermal (MBtu),Unmet Hours: Heating (hr),Unmet Hours: Cooling (hr),Peak Electricity: Winter Total (W),Peak Electricity: Summer Total (W),Peak Load: Heating: Delivered (kBtu/hr),Peak Load: Cooling: Delivered (kBtu/hr),Component Load: Heating: Roofs (MBtu),Component Load: Heating: Ceilings (MBtu),Component Load: Heating: Walls (MBtu),Component Load: Heating: Rim Joists (MBtu),Component Load: Heating: Foundation Walls (MBtu),Component Load: Heating: Doors (MBtu),Component Load: Heating: Windows Conduction (MBtu),Component Load: Heating: Windows Solar (MBtu),Component Load: Heating: Skylights Conduction (MBtu),Component Load: Heating: Skylights Solar (MBtu),Component Load: Heating: Floors (MBtu),Component Load: Heating: Slabs (MBtu),Component Load: Heating: Internal Mass (MBtu),Component Load: Heating: Infiltration (MBtu),Component Load: Heating: Natural Ventilation (MBtu),Component Load: Heating: Mechanical Ventilation (MBtu),Component Load: Heating: Whole House Fan (MBtu),Component Load: Heating: Ducts (MBtu),Component Load: Heating: Internal Gains (MBtu),Component Load: Heating: Lighting (MBtu),Component Load: Cooling: Roofs (MBtu),Component Load: Cooling: Ceilings (MBtu),Component Load: Cooling: Walls (MBtu),Component Load: Cooling: Rim Joists (MBtu),Component Load: Cooling: Foundation Walls (MBtu),Component Load: Cooling: Doors (MBtu),Component Load: Cooling: Windows Conduction (MBtu),Component Load: Cooling: Windows Solar (MBtu),Component Load: Cooling: Skylights Conduction (MBtu),Component Load: Cooling: Skylights Solar (MBtu),Component Load: Cooling: Floors (MBtu),Component Load: Cooling: Slabs (MBtu),Component Load: Cooling: Internal Mass (MBtu),Component Load: Cooling: Infiltration (MBtu),Component Load: Cooling: Natural Ventilation (MBtu),Component Load: Cooling: Mechanical Ventilation (MBtu),Component Load: Cooling: Whole House Fan (MBtu),Component Load: Cooling: Ducts (MBtu),Component Load: Cooling: Internal Gains (MBtu),Component Load: Cooling: Lighting (MBtu),Hot Water: Clothes Washer (gal),Hot Water: Dishwasher (gal),Hot Water: Fixtures (gal),Hot Water: Distribution Waste (gal),HVAC Capacity: Heating (Btu/h),HVAC Capacity: Cooling (Btu/h),HVAC Capacity: Heat Pump Backup (Btu/h),HVAC Design Temperature: Heating (F),HVAC Design Temperature: Cooling (F),HVAC Design Load: Heating: Total (Btu/h),HVAC Design Load: Heating: Ducts (Btu/h),HVAC Design Load: Heating: Windows (Btu/h),HVAC Design Load: Heating: Skylights (Btu/h),HVAC Design Load: Heating: Doors (Btu/h),HVAC Design Load: Heating: Walls (Btu/h),HVAC Design Load: Heating: Roofs (Btu/h),HVAC Design Load: Heating: Floors (Btu/h),HVAC Design Load: Heating: Slabs (Btu/h),HVAC Design Load: Heating: Ceilings (Btu/h),HVAC Design Load: Heating: Infiltration/Ventilation (Btu/h),HVAC Design Load: Cooling Sensible: Total (Btu/h),HVAC Design Load: Cooling Sensible: Ducts (Btu/h),HVAC Design Load: Cooling Sensible: Windows (Btu/h),HVAC Design Load: Cooling Sensible: Skylights (Btu/h),HVAC Design Load: Cooling Sensible: Doors (Btu/h),HVAC Design Load: Cooling Sensible: Walls (Btu/h),HVAC Design Load: Cooling Sensible: Roofs (Btu/h),HVAC Design Load: Cooling Sensible: Floors (Btu/h),HVAC Design Load: Cooling Sensible: Slabs (Btu/h),HVAC Design Load: Cooling Sensible: Ceilings (Btu/h),HVAC Design Load: Cooling Sensible: Infiltration/Ventilation (Btu/h),HVAC Design Load: Cooling Sensible: Internal Gains (Btu/h),HVAC Design Load: Cooling Latent: Total (Btu/h),HVAC Design Load: Cooling Latent: Ducts (Btu/h),HVAC Design Load: Cooling Latent: Infiltration/Ventilation (Btu/h),HVAC Design Load: Cooling Latent: Internal Gains (Btu/h) +base-appliances-coal.xml,60.283,60.283,33.25,33.25,22.167,0.0,0.0,0.0,0.0,4.866,0.0,0.366,0.0,0.0,4.392,0.853,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,20.759,0.0,14.344,9.233,0.614,0.0,0.0,0.0,0.0,1987.8,3146.8,22.994,18.213,0.0,3.552,3.64,0.512,7.517,0.63,10.524,-12.551,0.0,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-9.423,-2.499,0.0,-0.057,-0.465,-0.052,2.676,-0.027,-1.946,11.732,0.0,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.177,8.334,2.011,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-appliances-dehumidifier-ief-portable.xml,34.583,34.583,33.262,33.262,1.321,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,8.825,1.883,6.813,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.604,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.321,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.18,0.0,30.514,6.675,0.572,0.0,0.0,0.0,0.0,2183.1,2769.1,9.476,14.236,0.0,1.76,1.643,0.0,0.0,0.389,5.007,-4.88,0.0,0.0,0.0,1.307,-0.369,1.05,0.081,0.396,0.0,0.033,-4.717,-0.767,0.0,0.538,-0.018,0.0,0.0,0.204,1.904,17.134,0.0,0.0,0.0,1.816,-0.364,-0.339,-1.902,-0.093,0.0,0.344,9.575,1.88,1354.8,997.6,9989.1,2461.3,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,15384.0,72.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,3320.0,1629.0,437.0,392.0,800.0 +base-appliances-dehumidifier-ief-whole-home.xml,34.611,34.611,33.313,33.313,1.299,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,8.825,1.883,6.813,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.655,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.299,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.15,0.0,30.49,6.675,0.572,0.0,0.0,0.0,0.0,2132.0,2767.0,9.495,14.236,0.0,1.77,1.652,0.0,0.0,0.392,5.039,-4.911,0.0,0.0,0.0,1.312,-0.373,1.058,0.077,0.399,0.0,0.032,-4.78,-0.772,0.0,0.548,-0.009,0.0,0.0,0.206,1.933,17.103,0.0,0.0,0.0,1.819,-0.368,-0.332,-1.9,-0.091,0.0,0.344,9.532,1.875,1354.8,997.6,9989.1,2461.3,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,15384.0,72.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,3320.0,1629.0,437.0,392.0,800.0 +base-appliances-dehumidifier-multiple.xml,34.574,34.574,33.184,33.184,1.39,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,8.813,1.88,6.813,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.541,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.234,0.0,30.452,6.675,0.572,0.0,0.0,0.0,0.0,2161.3,2769.3,9.552,14.236,0.0,1.77,1.649,0.0,0.0,0.389,4.992,-4.971,0.0,0.0,0.0,1.322,-0.362,1.049,0.08,0.397,0.0,0.035,-4.607,-0.774,0.0,0.554,-0.005,0.0,0.0,0.205,1.909,17.044,0.0,0.0,0.0,1.85,-0.357,-0.336,-1.892,-0.09,0.0,0.344,9.512,1.873,1354.8,997.6,9989.1,2461.3,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,15384.0,72.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,3320.0,1629.0,437.0,392.0,800.0 +base-appliances-dehumidifier.xml,34.548,34.548,33.243,33.243,1.306,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,8.818,1.882,6.813,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.593,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.306,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.174,0.0,30.467,6.675,0.572,0.0,0.0,0.0,0.0,2021.7,2769.0,9.548,14.236,0.0,1.779,1.659,0.0,0.0,0.394,5.053,-4.954,0.0,0.0,0.0,1.316,-0.378,1.061,0.077,0.4,0.0,0.032,-4.743,-0.777,0.0,0.561,0.002,0.0,0.0,0.209,1.962,17.061,0.0,0.0,0.0,1.837,-0.373,-0.326,-1.898,-0.088,0.0,0.344,9.498,1.87,1354.8,997.6,9989.1,2461.3,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,15384.0,72.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,3320.0,1629.0,437.0,392.0,800.0 +base-appliances-gas.xml,60.283,60.283,33.25,33.25,27.033,0.0,0.0,0.0,0.0,0.0,0.0,0.366,0.0,0.0,4.392,0.853,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.759,0.0,14.344,9.233,0.614,0.0,0.0,0.0,0.0,1987.8,3146.8,22.994,18.213,0.0,3.552,3.64,0.512,7.517,0.63,10.524,-12.551,0.0,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-9.423,-2.499,0.0,-0.057,-0.465,-0.052,2.676,-0.027,-1.946,11.732,0.0,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.177,8.334,2.011,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-appliances-modified.xml,58.898,58.898,36.934,36.934,21.965,0.0,0.0,0.0,0.0,0.0,0.0,0.362,0.0,0.0,4.421,0.86,9.69,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.636,0.365,1.519,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.965,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.569,0.0,14.481,9.799,0.614,0.0,0.0,0.0,0.0,2145.2,3338.0,22.992,18.129,0.0,3.553,3.64,0.512,7.521,0.63,10.527,-12.537,0.0,0.0,0.0,8.295,-0.067,5.405,0.0,0.0,0.0,4.777,-9.533,-2.497,0.0,-0.064,-0.47,-0.053,2.665,-0.028,-1.959,11.746,0.0,0.0,0.0,-6.383,-0.063,-1.315,-3.127,0.0,0.0,3.2,8.503,2.012,1354.8,1997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-appliances-none.xml,53.16,53.16,28.389,28.389,24.771,0.0,0.0,0.0,0.0,0.0,0.0,0.409,0.0,0.0,3.967,0.749,7.932,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.199,0.0,12.602,7.908,0.616,0.0,0.0,0.0,0.0,1857.3,2854.2,23.391,16.897,0.0,3.516,3.617,0.509,7.449,0.625,10.463,-12.573,0.0,0.0,0.0,8.215,-0.059,5.395,0.0,0.0,0.0,5.311,-7.089,-2.504,0.0,0.006,-0.415,-0.045,2.819,-0.013,-1.79,11.71,0.0,0.0,0.0,-6.123,-0.055,-1.262,-2.89,0.0,0.0,2.862,5.972,2.005,0.0,0.0,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-appliances-oil-location-miami-fl.xml,50.322,50.322,45.456,45.456,0.0,4.866,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.994,4.138,4.848,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,67.896,4.659,0.55,0.0,0.0,0.0,0.0,2457.6,3204.1,0.0,21.363,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.803,0.731,0.135,9.758,0.336,4.056,19.846,0.0,0.0,0.0,3.201,-0.01,-0.532,-2.922,-0.004,0.0,10.389,17.693,4.51,1354.8,997.6,8625.2,1979.2,12000.0,24000.0,0.0,51.62,90.68,12246.0,5542.0,2184.0,0.0,167.0,1864.0,0.0,0.0,567.0,631.0,1291.0,21535.0,7579.0,6532.0,0.0,279.0,580.0,0.0,0.0,0.0,2554.0,690.0,3320.0,3282.0,954.0,1529.0,800.0 +base-appliances-oil.xml,60.283,60.283,33.25,33.25,22.167,4.866,0.0,0.0,0.0,0.0,0.0,0.366,0.0,0.0,4.392,0.853,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.759,0.0,14.344,9.233,0.614,0.0,0.0,0.0,0.0,1987.8,3146.8,22.994,18.213,0.0,3.552,3.64,0.512,7.517,0.63,10.524,-12.551,0.0,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-9.423,-2.499,0.0,-0.057,-0.465,-0.052,2.676,-0.027,-1.946,11.732,0.0,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.177,8.334,2.011,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-appliances-propane-location-portland-or.xml,55.136,55.136,29.779,29.779,20.491,0.0,4.866,0.0,0.0,0.0,0.0,0.084,0.0,0.0,2.121,0.36,8.739,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.491,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.936,0.0,5.929,8.776,0.615,0.0,0.0,0.0,0.0,1916.9,2708.6,14.111,15.007,0.0,3.146,3.297,0.464,7.019,0.645,9.268,-10.9,0.0,0.0,0.0,12.156,-0.072,4.333,0.0,0.553,0.0,4.074,-12.106,-3.173,0.0,-0.13,-0.422,-0.05,1.292,-0.027,-1.54,7.992,0.0,0.0,0.0,-6.11,-0.072,-0.929,-1.946,-0.123,0.0,1.138,5.651,1.337,1354.8,997.6,11239.5,2579.1,24000.0,24000.0,0.0,28.58,87.08,23059.0,7546.0,4921.0,0.0,377.0,4200.0,0.0,0.0,1278.0,1423.0,3315.0,19188.0,6278.0,6570.0,0.0,210.0,278.0,0.0,0.0,0.0,2032.0,500.0,3320.0,768.0,0.0,-32.0,800.0 +base-appliances-propane.xml,60.283,60.283,33.25,33.25,22.167,0.0,4.866,0.0,0.0,0.0,0.0,0.366,0.0,0.0,4.392,0.853,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.759,0.0,14.344,9.233,0.614,0.0,0.0,0.0,0.0,1987.8,3146.8,22.994,18.213,0.0,3.552,3.64,0.512,7.517,0.63,10.524,-12.551,0.0,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-9.423,-2.499,0.0,-0.057,-0.465,-0.052,2.676,-0.027,-1.946,11.732,0.0,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.177,8.334,2.011,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-appliances-wood.xml,60.283,60.283,33.25,33.25,22.167,0.0,0.0,4.866,0.0,0.0,0.0,0.366,0.0,0.0,4.392,0.853,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,0.135,0.105,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.797,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.759,0.0,14.344,9.233,0.614,0.0,0.0,0.0,0.0,1987.8,3146.8,22.994,18.213,0.0,3.552,3.64,0.512,7.517,0.63,10.524,-12.551,0.0,0.0,0.0,8.295,-0.065,4.983,0.0,0.487,0.0,4.815,-9.423,-2.499,0.0,-0.057,-0.465,-0.052,2.676,-0.027,-1.946,11.732,0.0,0.0,0.0,-6.361,-0.061,-1.213,-3.111,-0.111,0.0,3.177,8.334,2.011,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-atticroof-cathedral.xml,62.108,62.108,35.78,35.78,26.327,0.0,0.0,0.0,0.0,0.0,0.0,0.434,0.0,0.0,4.116,0.788,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.327,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.636,0.0,13.096,9.233,0.616,0.0,0.0,0.0,0.0,2144.9,2994.5,22.741,15.269,6.752,0.0,4.218,0.511,7.47,0.631,13.357,-15.479,0.0,0.0,0.0,8.316,-0.088,9.307,0.0,0.728,0.0,0.0,-8.943,-2.507,0.15,0.0,-0.5,-0.047,2.763,-0.016,-2.011,15.663,0.0,0.0,0.0,-6.322,-0.063,-2.08,-3.866,-0.157,0.0,0.0,7.837,2.003,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,29390.0,0.0,9510.0,0.0,575.0,6763.0,3697.0,0.0,1949.0,0.0,6896.0,15704.0,0.0,9971.0,0.0,207.0,302.0,975.0,0.0,0.0,0.0,929.0,3320.0,0.0,0.0,0.0,0.0 +base-atticroof-conditioned.xml,67.293,67.293,40.782,40.782,26.511,0.0,0.0,0.0,0.0,0.0,0.0,0.437,0.0,0.0,4.921,0.983,9.068,0.0,0.0,5.751,0.0,0.398,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,11.166,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.511,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.831,0.0,16.409,9.18,0.614,0.0,0.0,0.0,0.0,2378.3,3719.8,26.547,20.758,4.552,1.164,5.544,0.518,7.651,0.635,15.399,-16.987,0.0,0.0,0.0,8.521,-0.082,7.083,0.0,0.73,0.0,3.11,-10.232,-3.183,0.005,0.021,-0.566,-0.053,2.687,-0.029,-3.027,17.676,0.0,0.0,0.0,-6.349,-0.075,-1.69,-4.153,-0.166,0.0,0.937,8.933,2.568,1354.8,997.6,11399.6,2521.8,36000.0,24000.0,0.0,6.8,91.76,37750.0,7491.0,10436.0,0.0,575.0,7551.0,2464.0,0.0,1949.0,724.0,6561.0,18712.0,182.0,11700.0,0.0,207.0,1098.0,650.0,0.0,0.0,670.0,886.0,3320.0,0.0,0.0,0.0,0.0 +base-atticroof-flat.xml,55.025,55.025,35.109,35.109,19.917,0.0,0.0,0.0,0.0,0.0,0.0,0.329,0.0,0.0,3.657,0.683,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.917,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.638,0.0,11.332,9.233,0.615,0.0,0.0,0.0,0.0,2122.7,2676.8,17.665,11.983,6.031,0.0,3.609,0.508,7.438,0.623,10.437,-12.555,0.0,0.0,0.0,8.179,-0.074,4.797,0.0,0.727,0.0,0.0,-8.909,-2.5,0.306,0.0,-0.447,-0.049,2.732,-0.023,-1.898,11.723,0.0,0.0,0.0,-6.268,-0.048,-1.153,-3.026,-0.163,0.0,0.0,7.87,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,24345.0,0.0,7508.0,0.0,575.0,6409.0,3307.0,0.0,1949.0,0.0,4597.0,12320.0,0.0,7037.0,0.0,207.0,265.0,872.0,0.0,0.0,0.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-atticroof-radiant-barrier.xml,37.385,37.385,33.168,33.168,4.217,0.0,0.0,0.0,0.0,0.0,0.0,0.018,0.0,0.0,9.236,1.963,6.821,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.217,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.893,0.0,31.745,6.675,0.58,0.0,0.0,0.0,0.0,1819.0,3190.7,13.54,17.969,0.0,6.125,1.589,0.0,0.0,0.33,4.482,-5.968,0.0,0.0,0.0,0.856,-0.331,0.992,0.0,0.4,0.0,0.104,-4.05,-0.858,0.0,2.477,0.172,0.0,0.0,0.203,2.089,16.047,0.0,0.0,0.0,2.125,-0.323,-0.274,-1.707,-0.047,0.0,0.366,9.113,1.789,1354.8,997.6,9989.0,2461.3,24000.0,24000.0,0.0,25.88,98.42,25739.0,1416.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,6846.0,1760.0,22162.0,65.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,9596.0,568.0,3320.0,1629.0,437.0,392.0,800.0 +base-atticroof-unvented-insulated-roof.xml,57.557,57.557,35.266,35.266,22.291,0.0,0.0,0.0,0.0,0.0,0.0,0.368,0.0,0.0,3.755,0.701,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.291,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.862,0.0,11.601,9.233,0.615,0.0,0.0,0.0,0.0,2113.8,2770.7,19.263,13.198,0.0,5.41,3.618,0.509,7.459,0.625,10.466,-12.56,0.0,0.0,0.0,8.254,-0.063,4.802,0.0,0.728,0.0,2.71,-8.917,-2.501,0.0,-1.422,-0.414,-0.045,2.832,-0.014,-1.793,11.723,0.0,0.0,0.0,-6.09,-0.054,-1.129,-2.881,-0.16,0.0,1.401,7.863,2.008,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,30047.0,4820.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,4190.0,4597.0,19417.0,1771.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,6198.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-atticroof-vented.xml,58.246,58.246,35.607,35.607,22.638,0.0,0.0,0.0,0.0,0.0,0.0,0.373,0.0,0.0,3.885,0.733,9.339,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.198,0.0,12.242,9.233,0.803,0.0,0.0,0.0,0.0,2134.4,2894.3,21.558,14.347,0.0,3.887,3.629,0.511,7.487,0.628,10.499,-12.564,0.0,0.0,0.0,8.265,-0.062,4.804,0.0,0.728,0.0,4.161,-8.587,-2.503,0.0,-0.516,-0.438,-0.048,2.753,-0.019,-1.859,11.719,0.0,0.0,0.0,-6.236,-0.058,-1.149,-2.986,-0.162,0.0,1.893,7.577,2.007,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,16424.0,3713.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,1263.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-battery-scheduled.xml,60.483,60.483,37.652,37.652,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.703,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-battery.xml,58.78,58.78,35.949,35.949,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-bldgtype-attached-2stories.xml,51.64,51.64,34.587,34.587,17.053,0.0,0.0,0.0,0.0,0.0,0.0,0.222,0.0,0.0,3.276,0.585,9.228,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.053,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.904,0.0,9.72,9.269,0.614,0.0,0.0,0.0,0.0,2094.2,2982.2,17.87,14.198,0.0,2.424,5.051,0.296,4.358,0.636,7.701,-8.49,0.0,0.0,0.0,4.99,-0.068,7.092,0.0,0.728,0.0,2.352,-8.901,-2.5,0.0,0.007,-0.648,-0.026,1.614,-0.018,-1.758,7.913,0.0,0.0,0.0,-3.98,-0.063,-1.693,-2.541,-0.162,0.0,1.311,7.878,2.01,1354.8,997.6,11399.5,2678.2,48000.0,36000.0,0.0,6.8,91.76,27461.0,7439.0,5147.0,0.0,575.0,5388.0,0.0,0.0,1524.0,1447.0,5942.0,16950.0,4420.0,6528.0,0.0,207.0,333.0,0.0,0.0,0.0,1340.0,803.0,3320.0,0.0,0.0,0.0,0.0 +base-bldgtype-attached-atticroof-cathedral.xml,98.082,98.082,37.233,37.233,60.849,0.0,0.0,0.0,0.0,0.0,0.0,0.793,0.0,0.0,4.976,0.951,9.236,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,60.849,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,56.74,0.0,15.618,9.269,0.623,0.0,0.0,0.0,0.0,2190.6,4386.8,36.464,27.659,49.5,0.0,2.937,0.289,3.699,0.667,5.179,-5.267,0.0,0.0,0.0,3.437,-0.838,7.548,0.0,0.773,0.0,0.0,-9.671,-2.683,8.574,0.0,-0.154,0.004,1.546,0.121,-0.516,5.086,0.0,0.0,0.0,-4.261,-0.799,-0.85,-1.172,-0.093,0.0,0.0,7.116,1.827,1354.8,997.6,11399.5,2678.2,48000.0,36000.0,0.0,6.8,91.76,43121.0,0.0,3210.0,0.0,575.0,4222.0,27649.0,0.0,1524.0,0.0,5942.0,24053.0,0.0,4963.0,0.0,207.0,210.0,14551.0,0.0,0.0,0.0,803.0,3320.0,0.0,0.0,0.0,0.0 +base-bldgtype-attached-infil-compartmentalization-test.xml,42.713,42.713,29.938,29.938,12.774,0.0,0.0,0.0,0.0,0.0,0.0,0.094,0.0,0.0,2.752,0.472,9.441,0.0,0.0,3.268,0.0,0.27,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,5.583,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.774,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.846,0.0,7.797,9.387,0.614,0.0,0.0,0.0,0.0,1823.3,2287.8,13.185,10.004,0.0,2.342,2.365,0.292,4.233,0.623,3.86,-4.264,0.0,0.0,0.0,4.663,-0.043,3.032,0.0,0.726,0.0,3.241,-7.558,-1.813,0.0,0.024,-0.285,-0.027,1.554,-0.023,-0.966,3.964,0.0,0.0,0.0,-4.085,-0.041,-0.769,-1.218,-0.166,0.0,1.598,6.833,1.455,1354.8,997.6,11399.5,2887.5,24000.0,24000.0,0.0,6.8,91.76,21138.0,8111.0,2576.0,0.0,575.0,3842.0,0.0,0.0,1524.0,1447.0,3064.0,13940.0,5225.0,3264.0,0.0,207.0,170.0,0.0,0.0,0.0,1340.0,413.0,3320.0,240.0,0.0,-560.0,800.0 +base-bldgtype-attached.xml,42.713,42.713,29.938,29.938,12.774,0.0,0.0,0.0,0.0,0.0,0.0,0.094,0.0,0.0,2.752,0.472,9.441,0.0,0.0,3.268,0.0,0.27,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,5.583,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.774,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.846,0.0,7.797,9.387,0.614,0.0,0.0,0.0,0.0,1823.3,2287.8,13.185,10.004,0.0,2.342,2.365,0.292,4.233,0.623,3.86,-4.264,0.0,0.0,0.0,4.663,-0.043,3.032,0.0,0.726,0.0,3.241,-7.558,-1.813,0.0,0.024,-0.285,-0.027,1.554,-0.023,-0.966,3.964,0.0,0.0,0.0,-4.085,-0.041,-0.769,-1.218,-0.166,0.0,1.598,6.833,1.455,1354.8,997.6,11399.5,2887.5,24000.0,24000.0,0.0,6.8,91.76,21139.0,8111.0,2576.0,0.0,575.0,3842.0,0.0,0.0,1524.0,1447.0,3065.0,13940.0,5225.0,3264.0,0.0,207.0,170.0,0.0,0.0,0.0,1340.0,413.0,3320.0,240.0,0.0,-560.0,800.0 +base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml,36.626,36.626,24.815,24.815,11.811,0.0,0.0,0.0,0.0,0.0,0.0,0.087,0.0,0.0,1.608,0.207,9.832,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.949,0.0,3.054,9.538,0.73,0.0,0.0,0.0,0.0,1572.5,2015.2,7.667,5.819,0.0,2.94,3.649,0.0,0.0,0.582,1.416,-1.582,0.0,0.0,2.975,0.0,-0.035,1.668,0.0,0.0,0.0,4.733,-4.25,-1.186,0.0,-0.922,-0.231,0.0,0.0,-0.054,-0.234,1.305,0.0,0.0,-0.935,0.0,-0.032,-0.285,-0.349,0.0,0.0,0.559,3.423,0.841,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,12347.0,5659.0,903.0,0.0,378.0,1949.0,0.0,963.0,0.0,963.0,1532.0,8172.0,2276.0,1142.0,0.0,142.0,280.0,0.0,403.0,0.0,403.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-adjacent-to-multiple.xml,31.845,31.845,25.255,25.255,6.59,0.0,0.0,0.0,0.0,0.0,0.0,0.048,0.0,0.0,2.093,0.314,9.717,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.113,0.0,4.965,9.538,0.61,0.0,0.0,0.0,0.0,1562.3,2239.8,9.397,10.552,0.0,-0.004,3.294,0.0,0.0,1.383,4.001,-4.202,0.0,0.0,4.543,0.0,-0.057,1.248,0.0,0.79,0.0,2.45,-6.296,-1.142,0.0,0.0,-0.445,0.0,0.0,-0.418,-0.571,3.958,0.0,0.0,-3.023,0.0,-0.051,-0.247,-1.106,-0.13,0.0,0.481,5.704,0.884,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,12328.0,5014.0,2576.0,0.0,296.0,1671.0,0.0,1239.0,0.0,0.0,1532.0,9963.0,1572.0,3264.0,0.0,142.0,277.0,0.0,1181.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml,49.799,49.799,24.82,24.82,24.979,0.0,0.0,0.0,0.0,0.0,0.0,0.183,0.0,0.0,1.466,0.173,9.916,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.979,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.163,0.0,2.504,9.538,0.818,0.0,0.0,0.0,0.0,1579.9,2256.3,11.078,8.452,0.0,5.364,4.204,0.0,0.0,0.788,1.403,-1.699,0.0,0.0,5.416,0.0,-0.06,1.701,0.0,0.0,0.0,11.752,-4.485,-1.249,0.0,-1.186,-0.054,0.0,0.0,-0.054,-0.122,1.188,0.0,0.0,-1.192,0.0,-0.056,-0.191,-0.277,0.0,0.0,0.528,3.187,0.778,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,14594.0,6779.0,903.0,0.0,424.0,2068.0,0.0,1444.0,0.0,1444.0,1532.0,10080.0,3239.0,1142.0,0.0,180.0,380.0,0.0,807.0,0.0,807.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-adjacent-to-other-heated-space.xml,26.041,26.041,24.679,24.679,1.362,0.0,0.0,0.0,0.0,0.0,0.0,0.01,0.0,0.0,1.632,0.213,9.742,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.261,0.0,3.156,9.538,0.636,0.0,0.0,0.0,0.0,1563.1,2015.1,3.416,5.821,0.0,0.353,3.152,0.0,0.0,0.376,1.484,-1.49,0.0,0.0,0.375,0.0,-0.006,1.698,0.0,0.0,0.0,0.387,-4.015,-1.12,0.0,-0.831,-0.466,0.0,0.0,-0.076,-0.345,1.397,0.0,0.0,-0.847,0.0,-0.002,-0.394,-0.388,0.0,0.0,0.576,3.657,0.907,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,8333.0,3674.0,903.0,0.0,296.0,1735.0,0.0,96.0,0.0,96.0,1532.0,8172.0,2276.0,1142.0,0.0,142.0,280.0,0.0,403.0,0.0,403.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml,26.343,26.343,25.227,25.227,1.116,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,2.109,0.333,9.695,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.116,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.034,0.0,5.133,9.538,0.587,0.0,0.0,0.0,0.0,1559.4,1834.6,3.707,4.327,0.0,-0.003,3.197,0.0,0.0,0.368,1.519,-1.394,0.0,0.0,-0.002,0.0,-0.063,1.76,0.0,0.0,0.0,0.321,-3.692,-1.021,0.0,-0.001,-0.556,0.0,0.0,-0.044,-0.506,1.493,0.0,0.0,-0.0,0.0,-0.059,-0.532,-0.512,0.0,0.0,0.913,3.98,1.006,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,7888.0,3455.0,903.0,0.0,287.0,1711.0,0.0,0.0,0.0,0.0,1532.0,6278.0,1326.0,1142.0,0.0,103.0,180.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-infil-compartmentalization-test.xml,26.841,26.841,26.284,26.284,0.557,0.0,0.0,0.0,0.0,0.0,0.0,0.004,0.0,0.0,2.967,0.547,9.684,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.557,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.514,0.0,8.85,9.538,0.575,0.0,0.0,0.0,0.0,1703.9,1962.7,3.256,6.985,0.0,-0.013,2.505,0.0,0.0,0.42,4.041,-2.559,0.0,0.0,-0.009,0.0,-0.344,0.994,0.0,0.68,0.0,0.0,-4.559,-0.773,0.0,-0.008,-1.074,0.0,0.0,-0.048,-1.702,5.598,0.0,0.0,-0.004,0.0,-0.334,-0.402,-1.335,-0.391,0.0,0.0,7.407,1.254,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,5596.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1242.0,7012.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,167.0,3320.0,573.0,0.0,-227.0,800.0 +base-bldgtype-multifamily-residents-1.xml,19.898,19.898,18.595,18.595,1.303,0.0,0.0,0.0,0.0,0.0,0.0,0.01,0.0,0.0,2.363,0.394,4.595,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.169,0.22,0.912,1.184,0.0,1.505,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.303,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.205,0.0,6.696,4.213,0.585,0.0,0.0,0.0,0.0,1104.0,1602.9,3.916,6.507,0.0,-0.014,2.619,0.0,0.0,0.418,4.236,-3.104,0.0,0.0,-0.012,0.0,-0.305,1.3,0.0,0.75,0.0,0.0,-3.826,-0.937,0.0,-0.01,-0.765,0.0,0.0,-0.014,-1.207,5.053,0.0,0.0,-0.007,0.0,-0.297,-0.396,-1.194,-0.272,0.0,0.0,4.803,1.089,817.2,530.6,4779.7,1341.4,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml,27.394,27.394,26.696,26.696,0.698,0.0,0.0,0.0,0.0,0.0,0.0,0.034,0.0,0.0,3.07,0.825,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.698,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.625,0.0,8.678,9.538,0.577,0.0,0.0,0.0,0.0,1670.4,2088.4,3.455,7.011,0.0,-0.013,2.524,0.0,0.0,0.42,4.069,-2.651,0.0,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-4.666,-0.794,0.0,-0.008,-1.03,0.0,0.0,-0.043,-1.633,5.506,0.0,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,7.301,1.233,1354.8,997.6,11399.5,3156.5,5886.0,9233.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml,28.149,28.149,27.404,27.404,0.746,0.0,0.0,0.0,0.0,0.0,0.0,0.059,0.0,0.0,3.656,0.921,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.746,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.663,0.0,9.699,9.538,0.577,0.0,0.0,0.0,0.0,1695.4,2322.2,3.602,8.433,0.0,-0.013,2.521,0.0,0.0,0.419,4.058,-2.65,0.0,0.0,-0.008,0.0,-0.342,1.279,0.0,0.688,0.0,0.038,-4.653,-0.792,0.0,-0.008,-1.032,0.0,0.0,-0.044,-1.644,5.507,0.0,0.0,-0.003,0.0,-0.332,-0.505,-1.331,-0.376,0.0,1.03,7.314,1.234,1354.8,997.6,11399.5,3156.5,8647.0,10342.0,0.0,6.8,91.76,8647.0,2761.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7961.0,910.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml,27.679,27.679,27.017,27.017,0.662,0.0,0.0,0.0,0.0,0.0,0.0,0.079,0.0,0.0,3.346,0.825,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.662,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,0.0,8.678,9.538,0.577,0.0,0.0,0.0,0.0,1680.5,2160.3,3.454,7.011,0.0,-0.013,2.524,0.0,0.0,0.42,4.069,-2.651,0.0,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-4.666,-0.794,0.0,-0.008,-1.03,0.0,0.0,-0.043,-1.633,5.506,0.0,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,7.301,1.233,1354.8,997.6,11399.5,3156.5,5886.0,9233.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml,32.821,32.821,32.278,32.278,0.544,0.0,0.0,0.0,0.0,0.0,0.035,0.034,0.0,0.0,8.52,0.921,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.638,0.0,9.699,9.538,0.577,0.0,0.0,0.0,0.0,1940.2,3671.7,3.535,8.433,0.0,-0.013,2.521,0.0,0.0,0.419,4.058,-2.65,0.0,0.0,-0.008,0.0,-0.342,1.279,0.0,0.688,0.0,0.015,-4.653,-0.792,0.0,-0.008,-1.032,0.0,0.0,-0.044,-1.644,5.507,0.0,0.0,-0.003,0.0,-0.332,-0.505,-1.331,-0.376,0.0,1.03,7.314,1.234,1354.8,997.6,11399.5,3156.5,28548.0,10342.0,0.0,6.8,91.76,6770.0,884.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7961.0,910.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml,27.766,27.766,27.223,27.223,0.544,0.0,0.0,0.0,0.0,0.0,0.035,0.034,0.0,0.0,3.465,0.921,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.638,0.0,9.699,9.538,0.577,0.0,0.0,0.0,0.0,1688.5,2269.4,3.535,8.433,0.0,-0.013,2.521,0.0,0.0,0.419,4.058,-2.65,0.0,0.0,-0.008,0.0,-0.342,1.279,0.0,0.688,0.0,0.015,-4.653,-0.792,0.0,-0.008,-1.032,0.0,0.0,-0.044,-1.644,5.507,0.0,0.0,-0.003,0.0,-0.332,-0.505,-1.331,-0.376,0.0,1.03,7.314,1.234,1354.8,997.6,11399.5,3156.5,28548.0,10342.0,0.0,6.8,91.76,6770.0,884.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7961.0,910.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-only-baseboard.xml,23.295,23.295,22.713,22.713,0.582,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.582,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.52,0.0,0.0,9.538,0.49,0.0,0.0,0.0,0.0,1509.2,1333.8,3.459,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,5.188,-4.196,0.0,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.0,-6.08,-1.114,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,3156.5,5886.0,0.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml,23.356,23.356,22.734,22.734,0.621,0.0,0.0,0.0,0.0,0.0,0.0,0.049,0.0,0.0,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.621,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.552,0.0,0.0,9.538,0.49,0.0,0.0,0.0,0.0,1522.4,1334.7,3.605,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,5.188,-4.196,0.0,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.032,-6.08,-1.114,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,3156.5,8647.0,0.0,0.0,6.8,91.76,8647.0,2761.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml,23.302,23.302,22.749,22.749,0.554,0.0,0.0,0.0,0.0,0.0,0.0,0.064,0.0,0.0,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.554,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.52,0.0,0.0,9.538,0.49,0.0,0.0,0.0,0.0,1534.7,1333.8,3.456,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,5.188,-4.196,0.0,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.0,-6.08,-1.114,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,3156.5,5886.0,0.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml,23.303,23.303,22.751,22.751,0.552,0.0,0.0,0.0,0.0,0.0,0.0,0.066,0.0,0.0,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.552,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.52,0.0,0.0,9.538,0.49,0.0,0.0,0.0,0.0,1536.8,1333.8,3.456,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,5.188,-4.196,0.0,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.0,-6.08,-1.114,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,3156.5,5886.0,0.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml,23.195,23.195,22.742,22.742,0.453,0.0,0.0,0.0,0.0,0.0,0.028,0.028,0.0,0.0,0.0,0.0,9.603,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.453,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.532,0.0,0.0,9.538,0.49,0.0,0.0,0.0,0.0,1528.0,1334.7,3.537,0.0,0.0,-0.003,3.438,0.0,0.0,0.487,5.188,-4.196,0.0,0.0,-0.003,0.0,-0.008,1.655,0.0,0.962,0.0,0.013,-6.08,-1.114,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,3156.5,28548.0,0.0,0.0,6.8,91.76,6770.0,884.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-chiller-only-baseboard.xml,26.649,26.649,26.649,26.649,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.054,0.819,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.602,9.538,0.586,0.0,0.0,0.0,0.0,1670.9,2071.3,0.0,7.011,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.007,-0.991,0.0,0.0,-0.045,-1.599,5.4,0.0,0.0,-0.003,0.0,-0.301,-0.494,-1.323,-0.361,0.0,0.0,7.222,1.212,1354.8,997.6,11399.5,3156.5,0.0,9233.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml,27.327,27.327,27.327,27.327,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.637,0.914,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.62,9.538,0.586,0.0,0.0,0.0,0.0,1702.6,2322.2,0.0,8.433,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.006,-0.995,0.0,0.0,-0.046,-1.616,5.402,0.0,0.0,-0.002,0.0,-0.299,-0.498,-1.329,-0.364,0.0,1.025,7.242,1.215,1354.8,997.6,11399.5,3156.5,0.0,10342.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7961.0,910.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml,26.922,26.922,26.922,26.922,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.328,0.819,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.602,9.538,0.586,0.0,0.0,0.0,0.0,1681.0,2152.3,0.0,7.011,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.007,-0.991,0.0,0.0,-0.045,-1.599,5.4,0.0,0.0,-0.003,0.0,-0.301,-0.494,-1.323,-0.361,0.0,0.0,7.222,1.212,1354.8,997.6,11399.5,3156.5,0.0,9233.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml,32.159,32.159,32.159,32.159,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.469,0.914,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.62,9.538,0.586,0.0,0.0,0.0,0.0,2005.7,3671.6,0.0,8.433,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.006,-0.995,0.0,0.0,-0.046,-1.616,5.402,0.0,0.0,-0.002,0.0,-0.299,-0.498,-1.329,-0.364,0.0,1.025,7.242,1.215,1354.8,997.6,11399.5,3156.5,0.0,10342.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7961.0,910.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml,27.138,27.138,27.138,27.138,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.447,0.914,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.62,9.538,0.586,0.0,0.0,0.0,0.0,1690.7,2269.3,0.0,8.433,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.006,-0.995,0.0,0.0,-0.046,-1.616,5.402,0.0,0.0,-0.002,0.0,-0.299,-0.498,-1.329,-0.364,0.0,1.025,7.242,1.215,1354.8,997.6,11399.5,3156.5,0.0,10342.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7961.0,910.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-generator.xml,41.066,34.242,26.223,19.399,0.676,0.0,14.167,0.0,0.0,0.0,0.0,0.005,0.0,0.0,2.917,0.534,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-6.824,0.0,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.167,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,0.0,8.678,9.538,0.577,0.0,0.0,0.0,0.0,1650.1,2043.8,3.454,7.015,0.0,-0.013,2.523,0.0,0.0,0.42,4.068,-2.65,0.0,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-4.665,-0.793,0.0,-0.008,-1.031,0.0,0.0,-0.043,-1.634,5.507,0.0,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,7.302,1.233,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml,27.969,27.969,27.969,27.969,0.0,0.0,0.0,0.0,0.0,0.0,0.185,0.304,0.0,0.0,1.818,2.895,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,0.0,8.676,9.538,0.577,0.0,0.0,0.0,0.0,1731.9,1820.0,3.454,7.018,0.0,-0.014,2.532,0.0,0.0,0.423,4.098,-2.656,0.0,0.0,-0.01,0.0,-0.346,1.289,0.0,0.695,0.0,0.0,-4.704,-0.801,0.0,-0.009,-1.021,0.0,0.0,-0.04,-1.604,5.501,0.0,0.0,-0.005,0.0,-0.336,-0.495,-1.325,-0.369,0.0,0.0,7.263,1.226,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,12000.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml,31.834,31.834,16.607,16.607,15.227,0.0,0.0,0.0,0.0,0.0,0.0,0.004,0.0,0.0,2.971,0.549,0.0,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.613,0.0,14.614,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.566,0.0,8.962,9.538,2.265,0.0,0.0,0.0,0.0,1016.3,1476.1,3.506,7.04,0.0,-0.014,2.49,0.0,0.0,0.42,4.044,-2.567,0.0,0.0,-0.01,0.0,-0.363,2.037,0.0,0.0,0.0,0.0,-4.807,-0.776,0.0,-0.009,-1.075,0.0,0.0,-0.045,-1.677,5.59,0.0,0.0,-0.005,0.0,-0.352,-0.911,-1.343,0.0,0.0,0.0,7.648,1.25,1354.8,997.6,11399.8,3156.6,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-laundry-room.xml,29.729,29.729,16.418,16.418,13.311,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.821,0.509,0.0,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.798,0.0,12.514,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.737,0.0,8.26,9.539,0.569,0.0,0.0,0.0,0.0,1007.2,1464.8,3.657,6.923,0.0,-0.015,2.54,0.0,0.0,0.421,4.11,-2.742,0.0,0.0,-0.011,0.0,-0.347,2.07,0.0,0.0,0.0,0.0,-4.563,-0.822,0.0,-0.01,-0.98,0.0,0.0,-0.036,-1.539,5.415,0.0,0.0,-0.006,0.0,-0.337,-0.835,-1.304,0.0,0.0,0.0,6.799,1.205,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-mechvent-multiple.xml,51.004,51.004,30.737,30.737,20.267,0.0,0.0,0.0,0.0,0.0,0.0,0.059,0.0,0.0,2.739,0.294,9.724,0.0,0.0,2.026,0.0,0.206,3.725,0.949,0.167,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.094,0.0,0.0,0.0,0.0,12.173,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.499,0.0,4.803,9.538,0.617,0.0,0.0,0.0,0.0,1848.6,2360.1,7.584,8.287,0.0,-0.016,2.789,0.0,0.0,0.404,4.453,-4.226,0.0,0.0,-0.019,0.0,-0.243,0.076,0.0,12.281,0.0,0.0,-6.729,-1.2,0.0,-0.012,-0.117,0.0,0.0,0.061,-0.243,3.931,0.0,0.0,-0.015,0.0,-0.238,-0.006,-0.685,-4.13,0.0,0.0,5.278,0.826,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,8872.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,4518.0,7972.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,1127.0,3320.0,0.0,0.0,0.0,0.0 +base-bldgtype-multifamily-shared-mechvent-preconditioning.xml,32.708,32.708,27.342,27.342,5.366,0.0,0.0,0.0,0.0,0.0,0.0,0.01,0.0,0.0,2.574,0.439,9.696,0.0,0.0,2.026,0.0,0.206,1.495,0.0,0.045,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.407,0.0,0.0,0.0,0.0,3.959,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.302,0.0,7.061,9.538,0.588,0.0,0.0,0.0,0.0,1711.5,2147.3,4.167,7.187,0.0,-0.014,2.686,0.0,0.0,0.425,4.308,-3.183,0.0,0.0,-0.012,0.0,-0.298,1.779,0.0,1.923,0.0,0.0,-5.414,-0.952,0.0,-0.009,-0.693,0.0,0.0,-0.005,-1.118,4.974,0.0,0.0,-0.007,0.0,-0.29,-0.508,-1.14,-1.743,0.0,0.0,6.564,1.074,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,6182.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1828.0,7084.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,239.0,3320.0,0.0,0.0,0.0,0.0 +base-bldgtype-multifamily-shared-mechvent.xml,31.03,31.03,27.217,27.217,3.812,0.0,0.0,0.0,0.0,0.0,0.0,0.028,0.0,0.0,2.492,0.416,9.705,0.0,0.0,2.026,0.0,0.206,1.495,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.812,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.53,0.0,6.838,9.538,0.598,0.0,0.0,0.0,0.0,1638.9,2132.2,5.993,7.808,0.0,-0.012,2.709,0.0,0.0,0.39,4.232,-3.684,0.0,0.0,-0.013,0.0,-0.198,1.733,0.0,5.303,0.0,0.0,-5.86,-1.052,0.0,-0.008,-0.511,0.0,0.0,-0.01,-0.941,4.473,0.0,0.0,-0.009,0.0,-0.191,-0.429,-1.139,-1.476,0.0,0.0,6.129,0.974,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,7785.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,3431.0,7570.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,725.0,3320.0,0.0,0.0,0.0,0.0 +base-bldgtype-multifamily-shared-pv.xml,26.899,2.451,26.223,1.775,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,2.917,0.534,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,-24.448,0.0,0.0,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,0.0,8.678,9.538,0.577,0.0,0.0,0.0,0.0,1650.1,2043.8,3.454,7.015,0.0,-0.013,2.523,0.0,0.0,0.42,4.068,-2.65,0.0,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-4.665,-0.793,0.0,-0.008,-1.031,0.0,0.0,-0.043,-1.634,5.507,0.0,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,7.302,1.233,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-water-heater-recirc.xml,30.901,30.901,17.531,17.531,13.369,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.835,0.512,0.0,1.096,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.85,0.0,12.519,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.786,0.0,8.35,9.539,0.57,0.0,0.0,0.0,0.0,1052.2,1525.8,3.652,7.037,0.0,-0.015,2.551,0.0,0.0,0.422,4.132,-2.768,0.0,0.0,-0.013,0.0,-0.342,1.614,0.0,0.707,0.0,0.0,-4.764,-0.833,0.0,-0.01,-0.966,0.0,0.0,-0.034,-1.512,5.389,0.0,0.0,-0.008,0.0,-0.333,-0.604,-1.306,-0.345,0.0,0.0,6.998,1.194,1354.8,997.6,11399.7,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily-shared-water-heater.xml,29.805,29.805,16.435,16.435,13.369,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.835,0.512,0.0,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.85,0.0,12.519,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.786,0.0,8.35,9.539,0.57,0.0,0.0,0.0,0.0,999.5,1473.1,3.652,7.037,0.0,-0.015,2.551,0.0,0.0,0.422,4.132,-2.768,0.0,0.0,-0.013,0.0,-0.342,1.614,0.0,0.707,0.0,0.0,-4.764,-0.833,0.0,-0.01,-0.966,0.0,0.0,-0.034,-1.512,5.389,0.0,0.0,-0.008,0.0,-0.333,-0.604,-1.306,-0.345,0.0,0.0,6.998,1.194,1354.8,997.6,11399.7,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-bldgtype-multifamily.xml,26.899,26.899,26.223,26.223,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,2.917,0.534,9.685,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.624,0.0,8.678,9.538,0.577,0.0,0.0,0.0,0.0,1650.1,2043.8,3.454,7.015,0.0,-0.013,2.523,0.0,0.0,0.42,4.068,-2.65,0.0,0.0,-0.009,0.0,-0.344,1.282,0.0,0.689,0.0,0.0,-4.665,-0.793,0.0,-0.008,-1.031,0.0,0.0,-0.043,-1.634,5.507,0.0,0.0,-0.004,0.0,-0.334,-0.502,-1.325,-0.374,0.0,0.0,7.302,1.233,1354.8,997.6,11399.5,3156.5,12000.0,12000.0,0.0,6.8,91.76,5886.0,0.0,2576.0,0.0,287.0,1490.0,0.0,0.0,0.0,0.0,1532.0,7051.0,0.0,3264.0,0.0,103.0,157.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-dhw-combi-tankless-outside.xml,51.768,51.768,21.427,21.427,30.341,0.0,0.0,0.0,0.0,0.0,0.0,0.151,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.875,0.0,10.466,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.75,0.0,0.0,9.337,0.0,0.0,0.0,0.0,0.0,1375.7,1017.3,16.535,0.0,0.0,3.736,3.634,0.511,7.475,0.629,10.51,-12.558,0.0,0.0,0.0,8.104,-0.066,4.805,0.0,0.728,0.0,0.0,-8.579,-2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1068.6,776.0,8563.5,1965.1,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-combi-tankless.xml,52.977,52.977,21.436,21.436,31.54,0.0,0.0,0.0,0.0,0.0,0.0,0.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.074,0.0,10.466,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.809,0.0,0.0,9.337,0.0,0.0,0.0,0.0,0.0,1377.1,1017.3,17.092,0.0,0.0,3.733,3.632,0.511,7.472,0.629,10.508,-12.558,0.0,0.0,0.0,8.111,-0.067,5.886,0.0,0.727,0.0,0.0,-8.585,-2.502,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1068.6,776.0,8563.5,1965.1,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-desuperheater-2-speed.xml,32.124,32.124,32.124,32.124,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.207,0.732,6.909,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.765,9.232,0.663,2.895,0.0,0.0,0.0,2068.1,2725.1,0.0,18.862,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.079,-0.458,-0.05,2.695,-0.029,-1.953,11.853,0.0,0.0,0.0,-6.89,-0.064,-1.186,-3.002,-0.165,0.0,3.624,8.617,2.036,1354.8,997.6,11410.8,2618.4,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-desuperheater-gshp.xml,37.345,37.345,37.345,37.345,0.0,0.0,0.0,0.0,0.0,0.0,5.342,0.373,0.0,0.0,2.587,1.074,6.692,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.898,0.0,13.36,9.232,0.614,2.924,0.0,0.0,0.0,3219.0,2126.0,21.008,15.09,0.0,3.604,3.633,0.511,7.495,0.628,10.5,-12.557,0.0,0.0,0.0,8.269,-0.061,4.802,0.0,0.728,0.0,3.115,-8.592,-2.5,0.0,0.012,-0.453,-0.05,2.713,-0.024,-1.912,11.726,0.0,0.0,0.0,-6.305,-0.057,-1.163,-3.084,-0.164,0.0,1.833,8.483,2.01,1354.8,997.6,11413.1,2619.0,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-desuperheater-hpwh.xml,57.041,57.041,29.693,29.693,27.348,0.0,0.0,0.0,0.0,0.0,0.0,0.451,0.0,0.0,4.408,0.858,2.7,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.348,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.611,0.0,14.48,9.244,1.81,3.013,0.0,0.0,0.0,1880.1,3036.3,23.523,18.455,0.0,3.513,3.628,0.51,7.483,0.625,10.475,-12.606,0.0,0.0,0.0,8.304,-0.049,4.794,0.0,0.726,0.0,5.763,-5.396,-2.509,0.0,-0.005,-0.408,-0.044,2.857,-0.014,-1.783,11.677,0.0,0.0,0.0,-6.065,-0.045,-1.113,-2.905,-0.155,0.0,3.161,7.609,2.001,1354.7,997.5,11383.0,2612.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-desuperheater-tankless.xml,33.772,33.772,33.772,33.772,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.406,1.189,6.901,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.172,9.238,0.0,2.931,0.0,0.0,0.0,1942.6,3172.4,0.0,18.126,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.056,-0.452,-0.05,2.711,-0.028,-1.935,11.853,0.0,0.0,0.0,-6.881,-0.064,-1.179,-2.973,-0.164,0.0,3.194,8.35,2.036,1354.8,997.6,11360.5,2606.9,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-desuperheater-var-speed.xml,31.39,31.39,31.39,31.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.898,0.314,6.902,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.586,9.232,0.663,2.907,0.0,0.0,0.0,2070.2,2473.4,0.0,18.782,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.121,-0.458,-0.05,2.696,-0.029,-1.952,11.853,0.0,0.0,0.0,-6.889,-0.064,-1.186,-3.005,-0.165,0.0,4.485,8.621,2.036,1354.8,997.6,11409.3,2618.1,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-desuperheater.xml,33.792,33.792,33.792,33.792,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.46,1.207,6.848,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.4,9.232,0.663,2.985,0.0,0.0,0.0,2070.2,3185.6,0.0,18.235,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.063,-0.458,-0.05,2.694,-0.029,-1.954,11.853,0.0,0.0,0.0,-6.891,-0.064,-1.186,-3.003,-0.165,0.0,3.232,8.642,2.036,1354.8,997.6,11412.3,2618.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-dwhr.xml,56.54,56.54,33.709,33.709,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,6.924,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,6.826,0.614,0.0,0.0,0.0,0.0,2106.8,3294.9,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,10264.9,2355.5,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-indirect-detailed-setpoints.xml,54.543,54.543,21.425,21.425,33.117,0.0,0.0,0.0,0.0,0.0,0.0,0.149,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.624,0.0,13.494,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.55,0.0,0.0,9.256,2.367,0.0,0.0,0.0,0.0,1376.2,1017.3,16.705,0.0,0.0,3.736,3.635,0.512,7.481,0.629,10.514,-12.544,0.0,0.0,0.0,8.097,-0.067,5.891,0.0,0.728,0.0,0.0,-9.897,-2.498,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1161.3,860.3,9624.9,2208.6,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-indirect-dse.xml,59.639,59.639,21.463,21.463,38.176,0.0,0.0,0.0,0.0,0.0,0.0,0.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.587,0.0,13.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.592,0.0,0.0,9.261,2.273,0.0,0.0,0.0,0.0,1376.2,1017.3,16.802,0.0,0.0,3.736,3.635,0.512,7.481,0.629,10.514,-12.544,0.0,0.0,0.0,8.099,-0.067,5.891,0.0,0.728,0.0,0.0,-9.859,-2.498,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1071.5,776.2,9071.6,2081.6,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-indirect-outside.xml,56.105,56.105,21.427,21.427,34.678,0.0,0.0,0.0,0.0,0.0,0.0,0.151,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.875,0.0,14.803,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.75,0.0,0.0,9.264,3.3,0.0,0.0,0.0,0.0,1375.7,1017.3,16.535,0.0,0.0,3.736,3.634,0.511,7.475,0.629,10.51,-12.558,0.0,0.0,0.0,8.104,-0.066,4.805,0.0,0.728,0.0,0.0,-8.579,-2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1066.9,770.9,9019.2,2069.6,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-indirect-standbyloss.xml,54.919,54.919,21.423,21.423,33.495,0.0,0.0,0.0,0.0,0.0,0.0,0.147,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.408,0.0,14.087,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.366,0.0,0.0,9.263,2.697,0.0,0.0,0.0,0.0,1376.1,1017.3,16.729,0.0,0.0,3.736,3.636,0.512,7.483,0.629,10.519,-12.537,0.0,0.0,0.0,8.095,-0.07,5.892,0.0,0.728,0.0,0.0,-10.098,-2.498,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1065.2,770.1,9040.2,2074.4,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-indirect-with-solar-fraction.xml,46.763,46.763,21.433,21.433,25.33,0.0,0.0,0.0,0.0,0.0,0.0,0.156,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.587,0.0,4.743,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.386,0.0,0.0,9.239,0.785,0.0,6.005,0.0,0.0,1376.8,1017.3,16.971,0.0,0.0,3.735,3.633,0.511,7.475,0.629,10.508,-12.557,0.0,0.0,0.0,8.108,-0.066,5.888,0.0,0.728,0.0,0.0,-9.026,-2.501,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,388.3,286.5,3205.6,735.6,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-indirect.xml,54.684,54.684,21.425,21.425,33.259,0.0,0.0,0.0,0.0,0.0,0.0,0.149,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.67,0.0,13.589,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.592,0.0,0.0,9.261,2.273,0.0,0.0,0.0,0.0,1376.2,1017.3,16.802,0.0,0.0,3.736,3.635,0.512,7.481,0.629,10.514,-12.544,0.0,0.0,0.0,8.099,-0.067,5.891,0.0,0.728,0.0,0.0,-9.859,-2.498,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1071.5,776.2,9071.6,2081.6,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-jacket-electric.xml,58.672,58.672,35.623,35.623,23.049,0.0,0.0,0.0,0.0,0.0,0.0,0.38,0.0,0.0,4.275,0.824,8.867,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.049,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.585,0.0,13.881,9.233,0.295,0.0,0.0,0.0,0.0,2107.4,3292.9,23.108,17.85,0.0,3.541,3.634,0.511,7.499,0.628,10.502,-12.557,0.0,0.0,0.0,8.275,-0.06,4.803,0.0,0.728,0.0,4.982,-8.735,-2.5,0.0,-0.04,-0.452,-0.05,2.715,-0.024,-1.911,11.726,0.0,0.0,0.0,-6.3,-0.056,-1.163,-3.048,-0.164,0.0,3.093,7.724,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-jacket-gas.xml,64.732,64.732,26.889,26.889,37.843,0.0,0.0,0.0,0.0,0.0,0.0,0.387,0.0,0.0,4.377,0.849,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.452,0.0,14.391,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.963,0.0,14.3,9.233,2.726,0.0,0.0,0.0,0.0,1464.8,3035.1,23.604,18.324,0.0,3.539,3.634,0.511,7.501,0.628,10.506,-12.551,0.0,0.0,0.0,8.277,-0.062,5.887,0.0,0.727,0.0,5.069,-9.542,-2.499,0.0,-0.047,-0.455,-0.051,2.707,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.311,-0.058,-1.444,-3.074,-0.165,0.0,3.176,8.4,2.01,1354.8,997.6,11399.7,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-jacket-hpwh.xml,56.917,56.917,29.56,29.56,27.358,0.0,0.0,0.0,0.0,0.0,0.0,0.451,0.0,0.0,3.83,0.717,3.286,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.358,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.621,0.0,12.107,9.286,1.31,0.0,0.0,0.0,0.0,1896.8,2948.9,23.614,17.73,0.0,3.509,3.626,0.51,7.482,0.626,10.48,-12.606,0.0,0.0,0.0,8.304,-0.05,4.796,0.0,0.726,0.0,5.762,-5.375,-2.511,0.0,0.018,-0.402,-0.043,2.882,-0.011,-1.754,11.677,0.0,0.0,0.0,-6.033,-0.046,-1.105,-2.778,-0.153,0.0,2.769,5.41,1.998,1354.8,997.6,10997.9,2523.7,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-jacket-indirect.xml,54.482,54.482,21.427,21.427,33.055,0.0,0.0,0.0,0.0,0.0,0.0,0.151,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.89,0.0,13.165,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.783,0.0,0.0,9.26,1.915,0.0,0.0,0.0,0.0,1376.3,1017.3,16.85,0.0,0.0,3.737,3.636,0.512,7.48,0.629,10.513,-12.551,0.0,0.0,0.0,8.103,-0.066,5.89,0.0,0.728,0.0,0.0,-9.659,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1075.0,777.3,9103.8,2089.0,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-low-flow-fixtures.xml,58.412,58.412,35.581,35.581,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,8.796,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,8.838,0.614,0.0,0.0,0.0,0.0,2129.4,3298.9,23.054,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,10829.6,2485.1,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-multiple.xml,47.428,47.428,23.377,23.377,24.051,0.0,0.0,0.0,0.0,0.0,0.0,0.152,0.0,0.0,0.0,0.0,1.948,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.106,0.0,3.945,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.972,0.0,0.0,9.225,2.82,0.0,5.996,0.0,0.0,2111.8,1752.0,18.807,0.0,0.0,3.734,3.634,0.511,7.48,0.629,10.515,-12.546,0.0,0.0,0.0,8.108,-0.068,5.89,0.0,0.728,0.0,0.0,-9.471,-2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,472.0,347.5,3998.4,917.5,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-none.xml,47.347,47.347,24.547,24.547,22.8,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.268,0.824,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.0,0.0,0.0,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.352,0.0,13.95,0.0,0.0,0.0,0.0,0.0,0.0,1361.1,2891.6,23.094,17.865,0.0,3.544,3.635,0.512,7.504,0.629,10.51,-12.551,0.0,0.0,0.0,8.281,-0.062,5.401,0.0,0.0,0.0,4.936,-8.821,-2.499,0.0,-0.045,-0.457,-0.051,2.701,-0.024,-1.921,11.732,0.0,0.0,0.0,-6.323,-0.059,-1.301,-3.065,0.0,0.0,3.093,7.84,2.01,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-recirc-demand.xml,58.73,58.73,35.899,35.899,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.088,0.026,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.174,0.614,0.0,0.0,0.0,0.0,2126.7,3299.9,23.054,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2510.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-recirc-manual.xml,58.303,58.303,35.472,35.472,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,8.67,0.017,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.174,0.614,0.0,0.0,0.0,0.0,2111.4,3285.5,23.054,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2510.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-recirc-nocontrol.xml,73.68,73.68,50.849,50.849,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,22.571,1.495,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.268,0.614,0.0,0.0,0.0,0.0,3079.0,3899.1,23.054,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2676.6,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-recirc-temperature.xml,68.769,68.769,45.938,45.938,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,18.905,0.249,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.268,0.614,0.0,0.0,0.0,0.0,2760.7,3714.1,23.054,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2676.6,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-recirc-timer.xml,73.68,73.68,50.849,50.849,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,22.571,1.495,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.268,0.614,0.0,0.0,0.0,0.0,3079.0,3899.1,23.054,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2676.6,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-solar-direct-evacuated-tube.xml,52.929,52.929,30.099,30.099,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.305,0.832,2.985,0.0,0.324,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,14.007,9.254,0.627,0.0,6.674,0.0,0.0,2116.0,3023.4,23.053,17.918,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.065,-0.165,0.0,3.114,7.884,2.01,1354.7,997.5,11215.8,2573.7,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-solar-direct-flat-plate.xml,51.45,51.45,28.628,28.628,22.822,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.317,0.834,1.513,0.0,0.311,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.822,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.373,0.0,14.058,9.362,0.693,0.0,8.431,0.0,0.0,2086.4,3026.8,23.053,17.947,0.0,3.543,3.634,0.511,7.499,0.628,10.506,-12.551,0.0,0.0,0.0,8.272,-0.063,4.804,0.0,0.728,0.0,4.938,-8.914,-2.499,0.0,-0.045,-0.456,-0.051,2.704,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.318,-0.059,-1.166,-3.07,-0.165,0.0,3.122,7.943,2.01,1354.4,997.2,10424.5,2392.1,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-solar-direct-ics.xml,52.988,52.988,30.157,30.157,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.31,0.833,3.032,0.0,0.329,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,14.03,9.29,0.649,0.0,6.682,0.0,0.0,2102.4,3025.4,23.054,17.935,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.066,-0.165,0.0,3.118,7.906,2.01,1354.7,997.6,10950.8,2512.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-solar-fraction.xml,53.061,53.061,29.957,29.957,23.104,0.0,0.0,0.0,0.0,0.0,0.0,0.381,0.0,0.0,4.269,0.823,3.208,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.104,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.637,0.0,13.853,9.233,0.215,0.0,6.002,0.0,0.0,1767.9,3288.2,23.12,17.836,0.0,3.541,3.634,0.511,7.498,0.628,10.504,-12.557,0.0,0.0,0.0,8.275,-0.061,4.803,0.0,0.728,0.0,4.993,-8.693,-2.5,0.0,-0.039,-0.451,-0.05,2.717,-0.023,-1.907,11.726,0.0,0.0,0.0,-6.297,-0.057,-1.161,-3.044,-0.164,0.0,3.089,7.686,2.01,474.2,349.2,3989.9,915.6,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-solar-indirect-flat-plate.xml,51.182,51.182,28.714,28.714,22.468,0.0,0.0,0.0,0.0,0.0,0.0,0.371,0.0,0.0,4.419,0.86,1.483,0.0,0.306,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.468,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.041,0.0,14.496,9.341,0.681,0.0,8.428,0.0,0.0,2074.8,3060.5,23.088,18.246,0.0,3.547,3.636,0.512,7.506,0.629,10.511,-12.551,0.0,0.0,0.0,8.277,-0.062,4.806,0.0,0.729,0.0,4.871,-9.213,-2.499,0.0,-0.054,-0.462,-0.052,2.685,-0.026,-1.94,11.732,0.0,0.0,0.0,-6.346,-0.059,-1.174,-3.119,-0.166,0.0,3.196,8.453,2.011,1354.2,997.1,10554.8,2422.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-solar-thermosyphon-flat-plate.xml,51.171,51.171,28.349,28.349,22.822,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.316,0.834,1.546,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.822,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.373,0.0,14.056,9.358,0.691,0.0,8.388,0.0,0.0,2092.7,2994.6,23.054,17.945,0.0,3.542,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.272,-0.063,4.804,0.0,0.728,0.0,4.939,-8.914,-2.499,0.0,-0.045,-0.456,-0.051,2.704,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.07,-0.165,0.0,3.122,7.94,2.01,1354.4,997.3,10451.0,2398.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-coal.xml,65.464,65.464,26.943,26.943,23.051,0.0,0.0,0.0,0.0,15.47,0.0,0.38,0.0,0.0,4.425,0.861,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.051,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.587,0.0,14.507,9.233,3.624,0.0,0.0,0.0,0.0,1464.3,3046.0,23.508,18.419,0.0,3.542,3.635,0.512,7.504,0.629,10.51,-12.551,0.0,0.0,0.0,8.278,-0.062,5.889,0.0,0.728,0.0,4.991,-9.862,-2.499,0.0,-0.053,-0.459,-0.051,2.694,-0.025,-1.931,11.732,0.0,0.0,0.0,-6.331,-0.059,-1.45,-3.102,-0.166,0.0,3.209,8.669,2.011,1354.8,997.6,11399.8,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-detailed-setpoints.xml,58.763,58.763,35.938,35.938,22.824,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.302,0.831,9.153,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.824,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.375,0.0,13.996,9.207,0.623,0.0,0.0,0.0,0.0,2477.3,3311.0,23.031,17.898,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.939,-8.91,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.065,-0.165,0.0,3.112,7.877,2.01,1354.8,997.6,11442.2,2625.6,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-elec-uef.xml,58.806,58.806,36.028,36.028,22.778,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.308,0.832,9.236,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.332,0.0,14.02,9.233,0.691,0.0,0.0,0.0,0.0,2178.8,3473.7,23.043,17.915,0.0,3.543,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.272,-0.063,4.804,0.0,0.728,0.0,4.93,-8.949,-2.499,0.0,-0.045,-0.455,-0.051,2.704,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.068,-0.165,0.0,3.116,7.907,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-gas-outside.xml,67.187,67.187,26.73,26.73,40.457,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,17.207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.233,5.067,0.0,0.0,0.0,0.0,1463.0,2977.5,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11399.6,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-gas-uef-fhr.xml,65.14,65.14,26.905,26.905,38.234,0.0,0.0,0.0,0.0,0.0,0.0,0.385,0.0,0.0,4.392,0.852,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.329,0.0,14.905,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.848,0.0,14.362,9.233,2.979,0.0,0.0,0.0,0.0,1464.7,3038.3,23.579,18.354,0.0,3.539,3.634,0.511,7.502,0.628,10.506,-12.551,0.0,0.0,0.0,8.277,-0.062,5.887,0.0,0.727,0.0,5.045,-9.639,-2.499,0.0,-0.049,-0.457,-0.051,2.704,-0.025,-1.923,11.732,0.0,0.0,0.0,-6.318,-0.058,-1.446,-3.082,-0.165,0.0,3.185,8.482,2.011,1354.8,997.6,11399.7,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-gas-uef.xml,65.14,65.14,26.905,26.905,38.234,0.0,0.0,0.0,0.0,0.0,0.0,0.385,0.0,0.0,4.392,0.852,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.329,0.0,14.905,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.848,0.0,14.362,9.233,2.979,0.0,0.0,0.0,0.0,1464.7,3038.3,23.579,18.354,0.0,3.539,3.634,0.511,7.502,0.628,10.506,-12.551,0.0,0.0,0.0,8.277,-0.062,5.887,0.0,0.727,0.0,5.045,-9.639,-2.499,0.0,-0.049,-0.457,-0.051,2.704,-0.025,-1.923,11.732,0.0,0.0,0.0,-6.318,-0.058,-1.446,-3.082,-0.165,0.0,3.185,8.482,2.011,1354.8,997.6,11399.7,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-gas.xml,65.464,65.464,26.943,26.943,38.521,0.0,0.0,0.0,0.0,0.0,0.0,0.38,0.0,0.0,4.425,0.861,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.051,0.0,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.587,0.0,14.507,9.233,3.624,0.0,0.0,0.0,0.0,1464.3,3046.0,23.508,18.419,0.0,3.542,3.635,0.512,7.504,0.629,10.51,-12.551,0.0,0.0,0.0,8.278,-0.062,5.889,0.0,0.728,0.0,4.991,-9.862,-2.499,0.0,-0.053,-0.459,-0.051,2.694,-0.025,-1.931,11.732,0.0,0.0,0.0,-6.331,-0.059,-1.45,-3.102,-0.166,0.0,3.209,8.669,2.011,1354.8,997.6,11399.8,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-heat-pump-detailed-schedules.xml,56.865,56.865,28.695,28.695,28.17,0.0,0.0,0.0,0.0,0.0,0.0,0.465,0.0,0.0,3.757,0.7,2.497,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.377,0.0,11.801,9.374,1.415,0.0,0.0,0.0,0.0,1848.0,2945.6,26.714,17.642,0.0,3.495,3.625,0.51,7.486,0.626,10.488,-12.585,0.0,0.0,0.0,8.312,-0.055,4.797,0.0,0.726,0.0,5.918,-4.803,-2.511,0.0,0.034,-0.384,-0.04,2.924,-0.006,-1.689,11.698,0.0,0.0,0.0,-5.946,-0.052,-1.078,-2.685,-0.152,0.0,2.681,5.024,1.999,1354.8,997.6,10202.1,2341.1,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,56.729,56.729,28.522,28.522,28.207,0.0,0.0,0.0,0.0,0.0,0.0,0.465,0.0,0.0,3.745,0.697,2.339,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.402,0.0,11.754,9.29,1.307,0.0,0.0,0.0,0.0,1860.6,3307.7,25.501,17.84,0.0,3.504,3.627,0.51,7.491,0.626,10.48,-12.612,0.0,0.0,0.0,8.328,-0.042,4.796,0.0,0.726,0.0,5.913,-4.781,-2.512,0.0,0.033,-0.388,-0.041,2.929,-0.008,-1.715,11.672,0.0,0.0,0.0,-5.957,-0.038,-1.089,-2.719,-0.15,0.0,2.69,5.025,1.998,1354.8,997.6,10960.9,2515.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-heat-pump-outside.xml,56.802,56.802,33.552,33.552,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,6.822,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.255,2.524,0.0,0.0,0.0,0.0,3085.8,3224.7,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11245.7,2580.5,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-heat-pump-uef.xml,56.729,56.729,28.522,28.522,28.207,0.0,0.0,0.0,0.0,0.0,0.0,0.465,0.0,0.0,3.745,0.697,2.339,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.207,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.402,0.0,11.754,9.29,1.307,0.0,0.0,0.0,0.0,1860.6,3307.7,25.501,17.84,0.0,3.504,3.627,0.51,7.491,0.626,10.48,-12.612,0.0,0.0,0.0,8.328,-0.042,4.796,0.0,0.726,0.0,5.913,-4.781,-2.512,0.0,0.033,-0.388,-0.041,2.929,-0.008,-1.715,11.672,0.0,0.0,0.0,-5.957,-0.038,-1.089,-2.719,-0.15,0.0,2.69,5.025,1.998,1354.8,997.6,10960.9,2515.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-heat-pump-with-solar-fraction.xml,52.46,52.46,27.824,27.824,24.636,0.0,0.0,0.0,0.0,0.0,0.0,0.406,0.0,0.0,4.106,0.783,1.252,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.636,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.072,0.0,13.205,9.267,0.602,0.0,6.023,0.0,0.0,1880.7,2989.2,26.041,17.872,0.0,3.531,3.631,0.511,7.491,0.627,10.485,-12.578,0.0,0.0,0.0,8.282,-0.053,4.798,0.0,0.727,0.0,5.273,-7.497,-2.502,0.0,-0.015,-0.432,-0.048,2.775,-0.019,-1.858,11.705,0.0,0.0,0.0,-6.202,-0.049,-1.142,-2.942,-0.16,0.0,2.966,6.86,2.008,474.2,349.2,3897.9,894.4,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-heat-pump-with-solar.xml,52.005,52.005,28.444,28.444,23.562,0.0,0.0,0.0,0.0,0.0,0.0,0.389,0.0,0.0,4.453,0.868,1.127,0.0,0.33,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.562,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.064,0.0,14.648,9.179,1.964,0.0,8.146,0.0,0.0,1891.8,3077.3,23.401,18.369,0.0,3.538,3.634,0.511,7.508,0.628,10.502,-12.543,0.0,0.0,0.0,8.28,-0.059,4.803,0.0,0.728,0.0,5.069,-8.38,-2.498,0.0,-0.054,-0.46,-0.051,2.7,-0.026,-1.935,11.74,0.0,0.0,0.0,-6.319,-0.056,-1.172,-3.112,-0.166,0.0,3.219,8.553,2.011,1354.5,997.3,11926.4,2736.7,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-heat-pump.xml,56.981,56.981,29.699,29.699,27.282,0.0,0.0,0.0,0.0,0.0,0.0,0.45,0.0,0.0,3.83,0.717,3.425,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.282,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.546,0.0,12.12,9.279,1.72,0.0,0.0,0.0,0.0,1871.9,3196.2,23.471,18.027,0.0,3.509,3.626,0.51,7.486,0.626,10.482,-12.605,0.0,0.0,0.0,8.315,-0.051,4.796,0.0,0.726,0.0,5.749,-5.462,-2.511,0.0,0.016,-0.404,-0.043,2.875,-0.011,-1.758,11.678,0.0,0.0,0.0,-6.03,-0.047,-1.106,-2.786,-0.153,0.0,2.745,5.483,1.998,1354.8,997.6,11052.7,2536.3,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,59.373,59.373,35.588,35.588,23.784,0.0,0.0,0.0,0.0,0.0,0.0,0.392,0.0,0.0,4.341,0.84,8.728,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.784,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.272,0.0,14.116,9.275,0.094,0.0,0.0,0.0,0.0,4637.0,5545.0,30.801,19.255,0.0,3.537,3.634,0.511,7.5,0.629,10.508,-12.551,0.0,0.0,0.0,8.27,-0.06,5.261,0.0,0.775,0.0,5.118,-8.683,-2.504,0.0,-0.042,-0.451,-0.05,2.718,-0.023,-1.901,11.732,0.0,0.0,0.0,-6.297,-0.056,-1.263,-3.035,-0.185,0.0,3.139,8.038,2.005,1354.7,998.0,11011.7,2526.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-model-type-stratified.xml,58.658,58.658,35.472,35.472,23.186,0.0,0.0,0.0,0.0,0.0,0.0,0.382,0.0,0.0,4.259,0.82,8.734,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.186,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.714,0.0,13.811,9.282,0.094,0.0,0.0,0.0,0.0,1992.4,3338.0,23.141,17.816,0.0,3.54,3.633,0.511,7.498,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.803,0.0,0.728,0.0,5.009,-8.627,-2.5,0.0,-0.038,-0.45,-0.05,2.72,-0.023,-1.904,11.726,0.0,0.0,0.0,-6.292,-0.057,-1.16,-3.038,-0.164,0.0,3.082,7.632,2.01,1354.8,997.6,10995.3,2523.1,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-oil.xml,65.464,65.464,26.943,26.943,23.051,15.47,0.0,0.0,0.0,0.0,0.0,0.38,0.0,0.0,4.425,0.861,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.051,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.587,0.0,14.507,9.233,3.624,0.0,0.0,0.0,0.0,1464.3,3046.0,23.508,18.419,0.0,3.542,3.635,0.512,7.504,0.629,10.51,-12.551,0.0,0.0,0.0,8.278,-0.062,5.889,0.0,0.728,0.0,4.991,-9.862,-2.499,0.0,-0.053,-0.459,-0.051,2.694,-0.025,-1.931,11.732,0.0,0.0,0.0,-6.331,-0.059,-1.45,-3.102,-0.166,0.0,3.209,8.669,2.011,1354.8,997.6,11399.8,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tank-wood.xml,65.464,65.464,26.943,26.943,23.051,0.0,0.0,15.47,0.0,0.0,0.0,0.38,0.0,0.0,4.425,0.861,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.051,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.587,0.0,14.507,9.233,3.624,0.0,0.0,0.0,0.0,1464.3,3046.0,23.508,18.419,0.0,3.542,3.635,0.512,7.504,0.629,10.51,-12.551,0.0,0.0,0.0,8.278,-0.062,5.889,0.0,0.728,0.0,4.991,-9.862,-2.499,0.0,-0.053,-0.459,-0.051,2.694,-0.025,-1.931,11.732,0.0,0.0,0.0,-6.331,-0.059,-1.45,-3.102,-0.166,0.0,3.209,8.669,2.011,1354.8,997.6,11399.8,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-detailed-setpoints.xml,61.346,61.346,26.73,26.73,34.616,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,11.367,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.214,0.0,0.0,0.0,0.0,0.0,1463.0,2977.5,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11575.0,2656.1,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-electric-outside.xml,59.414,59.414,36.164,36.164,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,9.434,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.234,0.0,0.0,0.0,0.0,0.0,2022.7,3361.2,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11396.9,2615.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-electric-uef.xml,59.307,59.307,36.057,36.057,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,9.328,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.234,0.0,0.0,0.0,0.0,0.0,2016.3,3356.7,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11396.9,2615.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-electric.xml,59.414,59.414,36.164,36.164,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,9.434,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.234,0.0,0.0,0.0,0.0,0.0,2022.7,3361.2,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11396.9,2615.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-gas-uef.xml,59.809,59.809,26.73,26.73,33.079,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,9.829,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.234,0.0,0.0,0.0,0.0,0.0,1463.0,2977.5,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11396.9,2615.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-gas-with-solar-fraction.xml,53.966,53.966,26.73,26.73,27.236,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,3.987,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.234,0.0,0.0,6.002,0.0,0.0,1463.0,2977.5,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,474.2,349.2,3988.9,915.3,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-gas-with-solar.xml,51.686,51.686,27.159,27.159,24.527,0.0,0.0,0.0,0.0,0.0,0.0,0.378,0.0,0.0,4.358,0.845,0.0,0.0,0.303,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.887,0.0,1.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.433,0.0,14.231,9.417,0.0,0.0,8.083,0.0,0.0,1462.7,3044.0,23.19,18.098,0.0,3.543,3.635,0.511,7.502,0.629,10.509,-12.551,0.0,0.0,0.0,8.276,-0.063,4.805,0.0,0.728,0.0,4.952,-8.88,-2.499,0.0,-0.048,-0.457,-0.051,2.7,-0.025,-1.923,11.732,0.0,0.0,0.0,-6.323,-0.059,-1.168,-3.085,-0.165,0.0,3.154,8.121,2.01,1344.9,989.3,10031.1,2301.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-gas.xml,61.37,61.37,26.73,26.73,34.64,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,11.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.234,0.0,0.0,0.0,0.0,0.0,1463.0,2977.5,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11396.9,2615.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-dhw-tankless-propane.xml,61.37,61.37,26.73,26.73,23.25,0.0,11.39,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.251,0.818,0.0,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.774,0.0,13.778,9.234,0.0,0.0,0.0,0.0,0.0,1463.0,2977.5,23.156,17.801,0.0,3.54,3.633,0.511,7.497,0.628,10.502,-12.557,0.0,0.0,0.0,8.274,-0.061,4.802,0.0,0.728,0.0,5.021,-8.575,-2.5,0.0,-0.038,-0.45,-0.05,2.722,-0.023,-1.902,11.726,0.0,0.0,0.0,-6.289,-0.057,-1.16,-3.033,-0.164,0.0,3.077,7.588,2.01,1354.8,997.6,11396.9,2615.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-2stories-garage.xml,66.421,66.421,40.877,40.877,25.544,0.0,0.0,0.0,0.0,0.0,0.0,0.333,0.0,0.0,6.231,1.271,9.12,0.0,0.0,5.268,0.142,0.373,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,10.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.544,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.821,0.0,21.385,9.211,0.61,0.0,0.0,0.0,0.0,2307.6,4369.7,30.693,26.147,0.0,3.841,7.532,1.088,5.863,0.683,21.205,-24.736,0.0,0.0,0.841,6.7,-0.147,8.949,0.0,0.76,0.0,3.397,-9.771,-2.936,0.0,-0.092,-1.011,-0.105,1.884,-0.025,-2.658,23.338,0.0,0.0,-0.121,-4.728,-0.138,-1.935,-6.036,-0.16,0.0,2.81,8.461,2.333,1354.8,997.6,11399.5,2576.4,48000.0,36000.0,0.0,6.8,91.76,43353.0,7641.0,15016.0,0.0,575.0,8855.0,0.0,511.0,1432.0,2171.0,7152.0,25898.0,4444.0,14074.0,0.0,207.0,696.0,0.0,181.0,0.0,2010.0,966.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-2stories.xml,74.53,74.53,44.181,44.181,30.35,0.0,0.0,0.0,0.0,0.0,0.0,0.396,0.0,0.0,6.115,1.243,9.004,0.0,0.0,6.372,0.0,0.43,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,12.562,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.306,0.0,20.901,9.146,0.612,0.0,0.0,0.0,0.0,2520.5,4533.7,33.969,26.263,0.0,3.753,7.843,1.066,7.87,0.663,21.281,-24.925,0.0,0.0,0.0,8.976,-0.137,11.122,0.0,0.744,0.0,3.983,-10.955,-3.54,0.0,-0.062,-1.025,-0.098,2.681,-0.02,-3.125,23.379,0.0,0.0,0.0,-6.427,-0.127,-2.467,-6.201,-0.161,0.0,2.735,9.401,2.832,1354.8,997.6,11399.5,2460.1,48000.0,36000.0,0.0,6.8,91.76,45325.0,7665.0,15016.0,0.0,575.0,9035.0,0.0,0.0,1949.0,2171.0,8913.0,25800.0,4443.0,14074.0,0.0,207.0,542.0,0.0,0.0,0.0,2010.0,1204.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-beds-1.xml,55.4,55.4,30.562,30.562,24.838,0.0,0.0,0.0,0.0,0.0,0.0,0.41,0.0,0.0,3.991,0.755,5.557,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.203,0.253,1.049,1.262,0.0,1.644,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.838,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.262,0.0,12.863,5.356,0.616,0.0,0.0,0.0,0.0,1783.8,3178.5,23.645,17.391,0.0,3.521,3.625,0.51,7.471,0.627,10.488,-12.566,0.0,0.0,0.0,8.255,-0.062,4.801,0.0,0.725,0.0,5.338,-7.29,-2.504,0.0,-0.005,-0.424,-0.046,2.801,-0.015,-1.813,11.717,0.0,0.0,0.0,-6.161,-0.058,-1.132,-2.898,-0.16,0.0,2.934,6.287,2.006,939.7,637.0,6287.8,1631.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18319.0,5321.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,2860.0,0.0,0.0,0.0,0.0 +base-enclosure-beds-2.xml,57.123,57.123,33.291,33.291,23.832,0.0,0.0,0.0,0.0,0.0,0.0,0.393,0.0,0.0,4.144,0.792,7.399,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.261,0.309,1.281,1.395,0.0,1.879,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.832,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.319,0.0,13.422,7.337,0.615,0.0,0.0,0.0,0.0,2048.0,3228.0,23.349,17.645,0.0,3.533,3.63,0.511,7.486,0.628,10.495,-12.564,0.0,0.0,0.0,8.267,-0.06,4.802,0.0,0.727,0.0,5.14,-8.1,-2.502,0.0,-0.024,-0.439,-0.048,2.755,-0.02,-1.866,11.719,0.0,0.0,0.0,-6.235,-0.056,-1.149,-2.981,-0.162,0.0,3.023,7.077,2.008,1147.2,817.3,8843.6,2197.3,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18552.0,5324.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3090.0,0.0,0.0,0.0,0.0 +base-enclosure-beds-4.xml,60.412,60.412,38.573,38.573,21.839,0.0,0.0,0.0,0.0,0.0,0.0,0.36,0.0,0.0,4.463,0.87,10.889,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.376,0.421,1.744,1.661,0.0,2.35,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.839,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.452,0.0,14.575,11.089,0.614,0.0,0.0,0.0,0.0,2192.9,3504.6,22.758,18.231,0.0,3.555,3.64,0.512,7.518,0.629,10.513,-12.551,0.0,0.0,0.0,8.286,-0.06,4.805,0.0,0.729,0.0,4.742,-9.713,-2.498,0.0,-0.062,-0.469,-0.053,2.662,-0.028,-1.969,11.732,0.0,0.0,0.0,-6.384,-0.056,-1.182,-3.147,-0.167,0.0,3.2,8.666,2.012,1562.4,1177.9,13955.4,2960.3,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,19030.0,5341.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3550.0,160.0,0.0,-840.0,1000.0 +base-enclosure-beds-5.xml,62.039,62.039,41.18,41.18,20.859,0.0,0.0,0.0,0.0,0.0,0.0,0.344,0.0,0.0,4.63,0.911,12.591,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.434,0.477,1.976,1.794,0.0,2.585,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.859,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.534,0.0,15.172,12.918,0.613,0.0,0.0,0.0,0.0,2561.6,3800.5,22.461,18.556,0.0,3.566,3.644,0.513,7.535,0.63,10.529,-12.537,0.0,0.0,0.0,8.301,-0.063,4.808,0.0,0.731,0.0,4.545,-10.52,-2.496,0.0,-0.08,-0.484,-0.055,2.615,-0.032,-2.014,11.746,0.0,0.0,0.0,-6.453,-0.059,-1.197,-3.228,-0.169,0.0,3.29,9.46,2.013,1770.0,1358.2,16511.3,3258.4,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,19257.0,5338.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3780.0,360.0,0.0,-840.0,1200.0 +base-enclosure-ceilingtypes.xml,74.912,74.912,36.476,36.476,38.437,0.0,0.0,0.0,0.0,0.0,0.0,0.634,0.0,0.0,4.513,0.884,9.168,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.437,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.991,0.0,14.856,9.233,0.618,0.0,0.0,0.0,0.0,2163.1,3370.6,29.367,18.643,0.0,17.257,3.59,0.505,7.246,0.62,10.388,-12.681,0.0,0.0,0.0,7.733,-0.076,4.851,0.0,0.734,0.0,7.068,-9.079,-2.545,0.0,0.153,-0.318,-0.031,2.91,0.01,-1.499,11.603,0.0,0.0,0.0,-6.072,-0.066,-1.008,-2.883,-0.139,0.0,2.734,7.703,1.964,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,44054.0,8851.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,14165.0,4597.0,30006.0,5442.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,13116.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-floortypes.xml,64.445,64.445,29.438,29.438,35.007,0.0,0.0,0.0,0.0,0.0,0.0,0.578,0.0,0.0,3.69,0.673,9.366,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.007,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.788,0.0,11.181,9.342,0.619,0.0,0.0,0.0,0.0,1757.2,3482.5,27.934,20.772,0.0,3.519,3.647,0.0,0.0,0.654,9.893,-12.804,0.0,0.0,26.42,0.0,-0.18,2.047,0.0,0.786,0.0,7.347,-7.418,-1.565,0.0,0.392,-0.069,0.0,0.0,0.096,0.251,11.037,0.0,0.0,-7.528,0.0,-0.176,-0.275,-1.935,-0.093,0.0,2.77,5.786,1.082,1354.8,997.6,11399.5,2808.9,36000.0,24000.0,0.0,6.8,91.76,37636.0,8721.0,7508.0,0.0,575.0,2198.0,0.0,14165.0,0.0,2171.0,2299.0,19985.0,5355.0,7037.0,0.0,207.0,232.0,0.0,1515.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-enclosure-garage.xml,59.077,59.077,34.614,34.614,24.463,0.0,0.0,0.0,0.0,0.0,0.0,0.404,0.0,0.0,2.999,0.526,9.266,0.0,0.0,4.51,0.142,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.463,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.904,0.0,8.712,9.233,0.724,0.0,0.0,0.0,0.0,2122.9,2825.8,18.052,10.755,0.0,3.524,3.783,0.502,5.84,0.613,8.595,-6.603,0.0,0.0,0.0,6.558,-0.041,5.37,0.0,0.0,0.0,3.839,-6.765,-2.508,0.0,0.112,-0.273,-0.035,2.444,0.002,-1.643,8.266,0.0,0.0,0.0,-5.628,-0.038,-1.216,-2.073,0.0,0.0,1.268,5.681,2.001,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,29361.0,8026.0,5506.0,0.0,575.0,6537.0,0.0,0.0,1949.0,2171.0,4597.0,15521.0,3263.0,5579.0,0.0,207.0,523.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-infil-ach-house-pressure.xml,58.764,58.764,35.949,35.949,22.815,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.302,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.815,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.366,0.0,13.994,9.233,0.614,0.0,0.0,0.0,0.0,2115.3,3299.5,23.045,17.9,0.0,3.542,3.634,0.511,7.499,0.628,10.506,-12.551,0.0,0.0,0.0,8.272,-0.063,4.792,0.0,0.728,0.0,4.937,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.163,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31789.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4595.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-infil-cfm-house-pressure.xml,58.764,58.764,35.949,35.949,22.815,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.302,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.815,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.366,0.0,13.994,9.233,0.614,0.0,0.0,0.0,0.0,2115.3,3299.5,23.045,17.9,0.0,3.542,3.634,0.511,7.499,0.628,10.506,-12.551,0.0,0.0,0.0,8.272,-0.063,4.792,0.0,0.728,0.0,4.937,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.163,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31791.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-infil-cfm50.xml,58.78,58.78,35.949,35.949,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-infil-ela.xml,66.417,66.417,35.965,35.965,30.452,0.0,0.0,0.0,0.0,0.0,0.0,0.502,0.0,0.0,4.215,0.806,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.452,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.519,0.0,13.545,9.233,0.616,0.0,0.0,0.0,0.0,2155.1,3739.7,28.07,18.98,0.0,3.489,3.632,0.511,7.489,0.629,10.514,-12.573,0.0,0.0,0.0,8.309,-0.063,10.541,0.0,0.726,0.0,6.45,-8.942,-2.508,0.0,-0.001,-0.411,-0.044,2.841,-0.011,-1.764,11.71,0.0,0.0,0.0,-6.088,-0.059,-2.407,-2.866,-0.156,0.0,3.099,7.838,2.002,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,36858.0,8703.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,9543.0,19444.0,5320.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1285.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-infil-flue.xml,60.198,60.198,35.949,35.949,24.249,0.0,0.0,0.0,0.0,0.0,0.0,0.4,0.0,0.0,4.283,0.825,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.249,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.71,0.0,13.894,9.233,0.615,0.0,0.0,0.0,0.0,2135.7,3424.0,23.794,18.134,0.0,3.532,3.632,0.511,7.496,0.628,10.5,-12.557,0.0,0.0,0.0,8.278,-0.06,5.885,0.0,0.727,0.0,5.221,-8.912,-2.5,0.0,-0.036,-0.447,-0.049,2.736,-0.022,-1.89,11.726,0.0,0.0,0.0,-6.267,-0.056,-1.43,-3.018,-0.163,0.0,3.11,7.866,2.009,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-infil-natural-ach.xml,66.417,66.417,35.965,35.965,30.452,0.0,0.0,0.0,0.0,0.0,0.0,0.502,0.0,0.0,4.215,0.806,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.452,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.519,0.0,13.545,9.233,0.616,0.0,0.0,0.0,0.0,2155.1,3739.7,28.07,18.98,0.0,3.489,3.632,0.511,7.489,0.629,10.514,-12.573,0.0,0.0,0.0,8.309,-0.063,10.541,0.0,0.726,0.0,6.45,-8.942,-2.508,0.0,-0.001,-0.411,-0.044,2.841,-0.011,-1.764,11.71,0.0,0.0,0.0,-6.088,-0.059,-2.407,-2.866,-0.156,0.0,3.099,7.838,2.002,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,36857.0,8703.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,9542.0,19444.0,5320.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1285.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-infil-natural-cfm.xml,66.417,66.417,35.965,35.965,30.452,0.0,0.0,0.0,0.0,0.0,0.0,0.502,0.0,0.0,4.215,0.806,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.452,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.519,0.0,13.545,9.233,0.616,0.0,0.0,0.0,0.0,2155.1,3739.7,28.07,18.98,0.0,3.489,3.632,0.511,7.489,0.629,10.514,-12.573,0.0,0.0,0.0,8.309,-0.063,10.541,0.0,0.726,0.0,6.45,-8.942,-2.508,0.0,-0.001,-0.411,-0.044,2.841,-0.011,-1.764,11.71,0.0,0.0,0.0,-6.088,-0.059,-2.407,-2.866,-0.156,0.0,3.099,7.838,2.002,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,36857.0,8703.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,9542.0,19444.0,5320.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1285.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-orientations.xml,59.006,59.006,35.925,35.925,23.081,0.0,0.0,0.0,0.0,0.0,0.0,0.381,0.0,0.0,4.279,0.825,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.081,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.615,0.0,13.898,9.233,0.614,0.0,0.0,0.0,0.0,2115.9,3291.8,23.069,17.866,0.0,3.539,3.631,0.511,7.493,0.861,10.494,-12.557,0.0,0.0,0.0,8.264,-0.06,4.802,0.0,0.728,0.0,4.986,-8.908,-2.5,0.0,-0.039,-0.451,-0.05,2.715,-0.153,-1.909,11.726,0.0,0.0,0.0,-6.297,-0.056,-1.163,-3.049,-0.164,0.0,3.09,7.87,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-overhangs.xml,59.096,59.096,35.807,35.807,23.289,0.0,0.0,0.0,0.0,0.0,0.0,0.384,0.0,0.0,4.181,0.802,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.289,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.81,0.0,13.493,9.233,0.615,0.0,0.0,0.0,0.0,2132.5,3472.3,23.059,17.745,0.0,3.536,3.63,0.511,7.487,0.627,10.919,-12.564,0.0,0.0,0.0,8.255,-0.06,4.802,0.0,0.727,0.0,5.022,-8.913,-2.501,0.0,-0.025,-0.443,-0.049,2.734,-0.021,-2.458,11.697,0.0,0.0,0.0,-6.267,-0.056,-1.158,-3.016,-0.163,0.0,3.01,7.865,2.009,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-rooftypes.xml,58.705,58.705,35.785,35.785,22.919,0.0,0.0,0.0,0.0,0.0,0.0,0.378,0.0,0.0,4.167,0.8,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.919,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.463,0.0,13.443,9.233,0.614,0.0,0.0,0.0,0.0,2115.5,3169.6,22.882,16.869,0.0,3.655,3.632,0.511,7.494,0.628,10.499,-12.557,0.0,0.0,0.0,8.268,-0.06,4.803,0.0,0.728,0.0,4.944,-8.91,-2.5,0.0,-0.293,-0.449,-0.05,2.719,-0.023,-1.901,11.726,0.0,0.0,0.0,-6.29,-0.057,-1.162,-3.046,-0.164,0.0,2.759,7.868,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-skylights-physical-properties.xml,61.282,61.282,37.048,37.048,24.234,0.0,0.0,0.0,0.0,0.0,0.0,0.4,0.0,0.0,5.172,1.037,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.234,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.695,0.0,17.54,9.233,0.613,0.0,0.0,0.0,0.0,2138.9,3597.9,24.782,21.386,0.0,3.538,3.649,0.514,7.554,0.632,10.54,-12.493,2.712,-2.174,0.0,8.428,-0.068,4.813,0.0,0.73,0.0,5.25,-8.889,-2.495,0.0,-0.135,-0.508,-0.058,2.599,-0.037,-2.046,11.707,-0.064,3.749,0.0,-6.596,-0.063,-1.183,-3.216,-0.169,0.0,3.918,7.888,2.014,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,34149.0,8646.0,7508.0,2294.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,23503.0,5405.0,7037.0,4640.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-skylights-shading.xml,59.032,59.032,36.794,36.794,22.238,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,4.992,0.996,9.162,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.238,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.825,0.0,16.838,9.233,0.613,0.0,0.0,0.0,0.0,2133.5,3597.9,23.56,20.664,0.0,3.559,3.655,0.514,7.562,0.633,10.556,-12.5,0.767,-1.641,0.0,8.415,-0.066,4.813,0.0,0.73,0.0,4.841,-8.886,-2.495,0.0,-0.128,-0.511,-0.059,2.582,-0.038,-2.065,11.719,0.25,2.946,0.0,-6.604,-0.062,-1.196,-3.249,-0.17,0.0,3.719,7.891,2.014,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,32435.0,8601.0,7508.0,626.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,19513.0,5321.0,7037.0,733.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-skylights-storms.xml,59.278,59.278,36.703,36.703,22.575,0.0,0.0,0.0,0.0,0.0,0.0,0.372,0.0,0.0,4.915,0.977,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.575,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.141,0.0,16.51,9.233,0.613,0.0,0.0,0.0,0.0,2134.1,3598.0,23.644,20.596,0.0,3.553,3.651,0.514,7.551,0.632,10.544,-12.51,0.856,-1.409,0.0,8.391,-0.064,4.812,0.0,0.73,0.0,4.907,-8.889,-2.496,0.0,-0.117,-0.502,-0.057,2.602,-0.036,-2.043,11.717,0.256,2.537,0.0,-6.559,-0.06,-1.19,-3.22,-0.169,0.0,3.657,7.888,2.014,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,32508.0,8603.0,7508.0,696.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,21675.0,5363.0,7037.0,2854.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-skylights.xml,59.028,59.028,36.803,36.803,22.225,0.0,0.0,0.0,0.0,0.0,0.0,0.367,0.0,0.0,5.0,0.998,9.162,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.225,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.812,0.0,16.872,9.233,0.613,0.0,0.0,0.0,0.0,2133.5,3597.9,23.56,20.672,0.0,3.559,3.655,0.514,7.563,0.633,10.556,-12.5,0.763,-1.652,0.0,8.416,-0.066,4.813,0.0,0.73,0.0,4.839,-8.886,-2.495,0.0,-0.129,-0.511,-0.059,2.58,-0.038,-2.066,11.718,0.259,2.975,0.0,-6.606,-0.062,-1.196,-3.251,-0.17,0.0,3.726,7.891,2.014,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,32435.0,8601.0,7508.0,626.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,21909.0,5367.0,7037.0,3084.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-split-level.xml,40.753,40.753,29.446,29.446,11.307,0.0,0.0,0.0,0.0,0.0,0.0,0.187,0.0,0.0,3.84,0.724,9.565,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.307,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.581,0.0,11.955,9.458,0.607,0.0,0.0,0.0,0.0,1711.3,2605.0,13.185,12.044,0.0,3.937,3.831,0.0,0.0,0.682,10.398,-12.088,0.0,0.0,0.0,8.025,-0.119,2.647,0.0,0.774,0.0,0.304,-6.836,-1.458,0.0,-0.076,-0.588,0.0,0.0,-0.025,-1.297,12.039,0.0,0.0,0.0,-1.551,-0.117,-0.592,-2.999,-0.167,0.0,0.076,6.354,1.189,1354.8,997.6,11399.6,3013.0,36000.0,24000.0,0.0,6.8,91.76,29033.0,1685.0,7508.0,0.0,575.0,2198.0,0.0,0.0,12232.0,2171.0,2664.0,13165.0,0.0,7037.0,0.0,207.0,232.0,0.0,0.0,0.0,2010.0,359.0,3320.0,312.0,0.0,-488.0,800.0 +base-enclosure-thermal-mass.xml,58.585,58.585,35.903,35.903,22.682,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.265,0.824,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.682,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.242,0.0,13.875,9.233,0.614,0.0,0.0,0.0,0.0,2132.3,3344.8,22.925,17.582,0.0,3.544,3.632,0.511,7.478,0.627,10.521,-12.564,0.0,0.0,0.0,8.239,-0.095,4.798,0.0,0.727,0.0,4.894,-8.907,-2.499,0.0,-0.037,-0.451,-0.05,2.721,-0.024,-1.938,11.733,0.0,0.0,0.0,-6.301,-0.09,-1.17,-3.099,-0.165,0.0,3.046,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-walltypes.xml,75.025,75.025,34.784,34.784,40.241,0.0,0.0,0.0,0.0,0.0,0.0,0.664,0.0,0.0,3.114,0.559,9.171,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.241,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.673,0.0,9.214,9.233,0.621,0.0,0.0,0.0,0.0,2147.2,2993.9,25.831,12.815,0.0,3.341,16.93,0.472,7.159,0.835,1.312,-1.695,0.0,0.0,0.0,7.392,-0.041,4.825,0.0,0.731,0.0,7.796,-9.14,-2.562,0.0,0.277,-0.677,-0.01,3.388,-0.088,-0.17,1.673,0.0,0.0,0.0,-4.948,-0.036,-0.975,-0.379,-0.125,0.0,1.816,7.645,1.947,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,34804.0,8652.0,918.0,0.0,575.0,15942.0,0.0,0.0,1949.0,2171.0,4597.0,13670.0,5182.0,867.0,0.0,207.0,1464.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-windows-natural-ventilation-availability.xml,57.871,57.871,34.969,34.969,22.902,0.0,0.0,0.0,0.0,0.0,0.0,0.378,0.0,0.0,3.517,0.631,9.167,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.902,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.448,0.0,10.496,9.233,0.617,0.0,0.0,0.0,0.0,2115.4,3253.2,23.056,17.529,0.0,3.541,3.633,0.511,7.507,0.628,10.503,-12.551,0.0,0.0,0.0,8.318,-0.06,4.803,0.0,0.728,0.0,4.955,-8.907,-2.499,0.0,0.024,-0.403,-0.043,2.883,-0.011,-1.757,11.732,0.0,0.0,0.0,-6.061,-0.056,-1.106,-6.902,-0.156,0.0,2.672,7.874,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-windows-none.xml,58.889,58.889,34.016,34.016,24.873,0.0,0.0,0.0,0.0,0.0,0.0,0.41,0.0,0.0,2.693,0.468,9.169,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.873,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.285,0.0,7.558,9.233,0.619,0.0,0.0,0.0,0.0,2108.0,2386.2,17.249,8.428,0.0,3.468,5.157,0.5,7.22,0.601,0.0,0.0,0.0,0.0,0.0,7.494,-0.042,4.781,0.0,0.723,0.0,4.878,-9.033,-2.532,0.0,0.204,-0.376,-0.023,3.188,0.013,0.0,0.0,0.0,0.0,0.0,-5.185,-0.04,-1.103,0.0,-0.144,0.0,1.322,7.749,1.978,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,25022.0,8332.0,0.0,0.0,575.0,7398.0,0.0,0.0,1949.0,2171.0,4597.0,11624.0,5098.0,0.0,0.0,207.0,369.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-windows-physical-properties.xml,66.589,66.589,36.066,36.066,30.523,0.0,0.0,0.0,0.0,0.0,0.0,0.504,0.0,0.0,4.298,0.823,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.523,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.587,0.0,13.831,9.233,0.616,0.0,0.0,0.0,0.0,2151.2,3923.3,27.787,20.647,0.0,3.479,3.624,0.51,7.478,0.628,19.95,-16.639,0.0,0.0,0.0,8.388,-0.076,4.826,0.0,0.731,0.0,6.483,-8.971,-2.514,0.0,0.024,-0.382,-0.04,2.846,-0.004,-5.438,14.295,0.0,0.0,0.0,-6.138,-0.07,-1.075,-2.813,-0.153,0.0,3.217,7.81,1.996,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,38222.0,8734.0,13788.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,21179.0,5354.0,9403.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-windows-shading-seasons.xml,58.531,58.531,35.961,35.961,22.57,0.0,0.0,0.0,0.0,0.0,0.0,0.372,0.0,0.0,4.315,0.834,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.137,0.0,14.06,9.233,0.614,0.0,0.0,0.0,0.0,2132.3,3299.8,23.056,17.902,0.0,3.548,3.638,0.512,7.5,0.63,10.479,-12.684,0.0,0.0,0.0,8.231,-0.07,4.807,0.0,0.728,0.0,4.887,-8.907,-2.499,0.0,-0.06,-0.472,-0.053,2.647,-0.028,-1.852,12.087,0.0,0.0,0.0,-6.451,-0.066,-1.181,-3.164,-0.167,0.0,3.123,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-windows-shading.xml,59.255,59.255,33.594,33.594,25.66,0.0,0.0,0.0,0.0,0.0,0.0,0.423,0.0,0.0,2.352,0.371,9.172,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.032,0.0,6.117,9.233,0.622,0.0,0.0,0.0,0.0,2115.5,2565.4,23.103,11.205,0.0,3.549,3.663,0.515,7.512,0.633,11.222,-11.157,0.0,0.0,0.0,8.457,-0.043,4.862,0.0,0.738,0.0,5.45,-9.146,-2.561,0.0,0.355,-0.109,-0.002,3.557,0.057,-3.66,2.918,0.0,0.0,0.0,-4.591,-0.039,-0.912,-2.167,-0.118,0.0,1.417,7.64,1.949,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,14669.0,5214.0,3034.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-enclosure-windows-storms.xml,59.727,59.727,35.371,35.371,24.357,0.0,0.0,0.0,0.0,0.0,0.0,0.402,0.0,0.0,3.813,0.715,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.357,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.811,0.0,11.997,9.233,0.616,0.0,0.0,0.0,0.0,2132.3,3071.6,22.515,15.932,0.0,3.504,3.601,0.507,7.401,0.621,9.008,-9.349,0.0,0.0,0.0,8.017,-0.059,4.792,0.0,0.725,0.0,5.195,-8.932,-2.505,0.0,0.029,-0.4,-0.043,2.844,-0.011,-1.232,8.682,0.0,0.0,0.0,-6.013,-0.055,-1.134,-2.874,-0.158,0.0,2.684,7.848,2.004,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,30939.0,8558.0,6680.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,17520.0,5291.0,5808.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-foundation-ambient.xml,47.553,47.553,30.316,30.316,17.237,0.0,0.0,0.0,0.0,0.0,0.0,0.284,0.0,0.0,4.641,0.906,9.353,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.237,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.147,0.0,15.224,9.342,0.606,0.0,0.0,0.0,2.0,1739.5,3551.4,20.358,21.092,0.0,3.835,3.82,0.0,0.0,0.743,10.74,-11.371,0.0,0.0,9.918,0.0,-0.403,2.064,0.0,0.788,0.0,3.878,-6.786,-1.435,0.0,-0.045,-0.503,0.0,0.0,0.04,-0.774,12.469,0.0,0.0,-3.613,0.0,-0.397,-0.407,-2.432,-0.157,0.0,3.617,6.404,1.212,1354.8,997.6,11399.5,2808.9,36000.0,24000.0,0.0,6.8,91.76,27750.0,8437.0,7508.0,0.0,575.0,2198.0,0.0,4563.0,0.0,2171.0,2299.0,18957.0,5353.0,7037.0,0.0,207.0,232.0,0.0,488.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-basement-garage.xml,52.909,52.909,32.669,32.669,20.24,0.0,0.0,0.0,0.0,0.0,0.0,0.334,0.0,0.0,4.323,0.834,9.402,0.0,0.0,3.406,0.142,0.277,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,5.893,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.954,0.0,14.048,9.365,0.613,0.0,0.0,0.0,0.0,1906.9,3259.2,21.422,18.543,0.0,3.646,4.699,0.512,5.489,0.696,10.233,-12.477,0.0,0.0,0.815,6.109,-0.038,3.247,0.0,0.733,0.0,4.538,-7.701,-1.886,0.0,-0.029,-0.627,-0.055,1.931,-0.041,-1.709,11.682,0.0,0.0,-0.116,-4.597,-0.035,-0.786,-2.985,-0.166,0.0,3.282,6.955,1.52,1354.8,997.6,11399.5,2849.5,36000.0,24000.0,0.0,6.8,91.76,31139.0,8564.0,7508.0,0.0,620.0,7098.0,0.0,511.0,1432.0,2171.0,3235.0,19060.0,5345.0,7037.0,0.0,223.0,509.0,0.0,181.0,0.0,2010.0,436.0,3320.0,209.0,0.0,-591.0,800.0 +base-foundation-complex.xml,65.762,65.762,36.973,36.973,28.789,0.0,0.0,0.0,0.0,0.0,0.0,0.475,0.0,0.0,5.045,1.013,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.789,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.962,0.0,17.137,9.233,0.615,0.0,0.0,0.0,0.0,2145.5,3923.4,26.48,20.732,0.0,3.473,3.603,0.507,10.912,0.621,10.368,-12.56,0.0,0.0,0.0,9.47,-0.053,4.804,0.0,0.727,0.0,6.113,-8.913,-2.501,0.0,-0.082,-0.468,-0.053,3.7,-0.028,-1.929,11.71,0.0,0.0,0.0,-4.553,-0.048,-1.148,-3.157,-0.163,0.0,3.656,7.866,2.009,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,33064.0,8618.0,7508.0,0.0,575.0,7168.0,0.0,0.0,2427.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-foundation-conditioned-basement-slab-insulation.xml,57.658,57.658,36.156,36.156,21.502,0.0,0.0,0.0,0.0,0.0,0.0,0.355,0.0,0.0,4.486,0.876,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.502,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.136,0.0,14.766,9.233,0.613,0.0,0.0,0.0,0.0,2131.1,3720.9,22.783,18.768,0.0,3.57,3.653,0.514,7.799,0.632,10.55,-12.544,0.0,0.0,0.0,6.847,-0.058,4.81,0.0,0.729,0.0,4.687,-8.894,-2.497,0.0,-0.069,-0.474,-0.053,2.517,-0.03,-1.983,11.739,0.0,0.0,0.0,-5.32,-0.053,-1.177,-3.141,-0.167,0.0,3.25,7.883,2.013,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31189.0,8565.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1365.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-foundation-conditioned-basement-wall-insulation.xml,57.531,57.531,35.488,35.488,22.043,0.0,0.0,0.0,0.0,0.0,0.0,0.364,0.0,0.0,3.943,0.741,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.043,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.642,0.0,12.433,9.233,0.614,0.0,0.0,0.0,0.0,2130.0,3262.4,23.249,17.67,0.0,3.57,3.658,0.515,6.077,0.634,10.566,-12.564,0.0,0.0,0.0,8.941,-0.062,4.822,0.0,0.732,0.0,4.811,-8.909,-2.501,0.0,0.012,-0.412,-0.045,1.089,-0.014,-1.803,11.719,0.0,0.0,0.0,-6.476,-0.057,-1.137,-2.881,-0.161,0.0,2.898,7.869,2.009,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,32565.0,8604.0,7508.0,0.0,575.0,7160.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-foundation-conditioned-crawlspace.xml,47.403,47.403,28.944,28.944,18.459,0.0,0.0,0.0,0.0,0.0,0.0,0.305,0.0,0.0,3.5,0.646,9.362,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.459,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.274,0.0,10.706,9.342,0.615,0.0,0.0,0.0,0.0,1720.4,2459.5,15.91,10.873,0.0,3.701,3.596,0.506,5.094,0.62,10.202,-12.529,0.0,0.0,0.0,9.966,-0.053,3.485,0.0,0.729,0.0,0.0,-6.894,-1.468,0.0,0.035,-0.463,-0.052,1.801,-0.026,-1.728,11.695,0.0,0.0,0.0,-3.811,-0.049,-0.835,-2.948,-0.163,0.0,0.0,6.304,1.179,1354.8,997.6,11399.5,2808.9,36000.0,24000.0,0.0,6.8,91.76,21226.0,0.0,7508.0,0.0,575.0,4819.0,0.0,0.0,2706.0,2171.0,3448.0,13304.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,464.0,3320.0,170.0,0.0,-630.0,800.0 +base-foundation-multiple.xml,42.738,42.738,29.706,29.706,13.032,0.0,0.0,0.0,0.0,0.0,0.0,0.215,0.0,0.0,4.218,0.812,9.33,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.032,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.199,0.0,13.443,9.285,0.693,0.0,0.0,0.0,0.0,1723.6,2714.9,15.205,14.147,0.0,4.001,3.886,0.0,0.0,0.77,10.857,-11.246,0.0,0.0,5.324,0.0,-0.323,2.58,0.0,0.0,0.0,2.036,-4.636,-1.429,0.0,-0.098,-0.674,0.0,0.0,-0.018,-1.077,12.595,0.0,0.0,-0.625,0.0,-0.319,-0.562,-2.611,0.0,0.0,1.65,4.23,1.218,1354.8,997.6,11399.4,2706.9,36000.0,24000.0,0.0,6.8,91.76,23122.0,4833.0,7508.0,0.0,575.0,2198.0,0.0,3538.0,0.0,2171.0,2299.0,14275.0,222.0,7037.0,0.0,207.0,232.0,0.0,938.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-slab.xml,39.954,39.954,29.299,29.299,10.655,0.0,0.0,0.0,0.0,0.0,0.0,0.176,0.0,0.0,3.9,0.74,9.353,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.655,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.972,0.0,12.215,9.342,0.606,0.0,0.0,0.0,0.0,1717.9,2611.5,12.703,12.011,0.0,3.925,3.798,0.0,0.0,0.682,10.395,-12.052,0.0,0.0,0.0,8.035,-0.12,2.006,0.0,0.775,0.0,0.286,-6.81,-1.454,0.0,-0.063,-0.572,0.0,0.0,-0.03,-1.364,12.074,0.0,0.0,0.0,-1.604,-0.117,-0.465,-2.846,-0.17,0.0,0.078,6.379,1.193,1354.8,997.6,11399.5,2808.9,36000.0,24000.0,0.0,6.8,91.76,28666.0,1683.0,7508.0,0.0,575.0,2198.0,0.0,0.0,12232.0,2171.0,2299.0,13115.0,0.0,7037.0,0.0,207.0,232.0,0.0,0.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-unconditioned-basement-above-grade.xml,43.94,43.94,29.852,29.852,14.088,0.0,0.0,0.0,0.0,0.0,0.0,0.232,0.0,0.0,4.308,0.833,9.348,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.088,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.189,0.0,13.834,9.285,0.712,0.0,0.0,0.0,0.0,1728.0,2759.0,16.464,15.101,0.0,4.001,3.883,0.0,0.0,0.77,10.912,-11.281,0.0,0.0,5.939,0.0,-0.341,2.585,0.0,0.0,0.0,2.461,-4.654,-1.434,0.0,-0.081,-0.658,0.0,0.0,-0.013,-1.069,12.56,0.0,0.0,-0.506,0.0,-0.336,-0.55,-2.6,0.0,0.0,1.93,4.211,1.213,1354.8,997.6,11399.5,2706.9,36000.0,24000.0,0.0,6.8,91.76,23083.0,4828.0,7508.0,0.0,575.0,2198.0,0.0,3504.0,0.0,2171.0,2299.0,14270.0,226.0,7037.0,0.0,207.0,232.0,0.0,929.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-unconditioned-basement-assembly-r.xml,41.196,41.196,29.243,29.243,11.953,0.0,0.0,0.0,0.0,0.0,0.0,0.197,0.0,0.0,3.847,0.722,9.346,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.953,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.19,0.0,11.864,9.285,0.71,0.0,0.0,0.0,0.0,1718.3,2855.2,14.652,12.883,0.0,3.994,3.856,0.0,0.0,0.759,10.855,-11.125,0.0,0.0,4.456,0.0,-0.343,2.583,0.0,0.0,0.0,1.82,-4.614,-1.421,0.0,-0.074,-0.626,0.0,0.0,0.009,-1.062,12.715,0.0,0.0,-2.011,0.0,-0.339,-0.564,-2.512,0.0,0.0,1.12,4.251,1.226,1354.8,997.6,11399.5,2706.9,36000.0,24000.0,0.0,6.8,91.76,20580.0,4443.0,7508.0,0.0,575.0,2198.0,0.0,1386.0,0.0,2171.0,2299.0,14016.0,533.0,7037.0,0.0,207.0,232.0,0.0,368.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-unconditioned-basement-wall-insulation.xml,48.948,48.948,28.952,28.952,19.996,0.0,0.0,0.0,0.0,0.0,0.0,0.33,0.0,0.0,3.558,0.653,9.28,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.996,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.715,0.0,10.743,9.285,0.64,0.0,0.0,0.0,0.0,1726.7,2483.3,16.597,11.56,0.0,3.723,3.619,0.0,0.0,0.633,9.712,-12.351,0.0,0.0,14.373,0.0,-0.047,2.46,0.0,0.0,0.0,2.599,-4.778,-1.481,0.0,0.063,-0.441,0.0,0.0,-0.015,-0.972,11.49,0.0,0.0,-2.769,0.0,-0.045,-0.521,-2.405,0.0,0.0,1.302,4.088,1.166,1354.8,997.6,11399.5,2706.9,36000.0,24000.0,0.0,6.8,91.76,23845.0,1648.0,7508.0,0.0,575.0,2198.0,0.0,7447.0,0.0,2171.0,2299.0,15218.0,128.0,7037.0,0.0,207.0,232.0,0.0,1975.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-unconditioned-basement.xml,42.817,42.817,29.736,29.736,13.081,0.0,0.0,0.0,0.0,0.0,0.0,0.216,0.0,0.0,4.234,0.816,9.34,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.081,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.245,0.0,13.513,9.285,0.703,0.0,0.0,0.0,0.0,1723.8,2921.5,15.45,14.318,0.0,3.994,3.853,0.0,0.0,0.749,10.805,-11.235,0.0,0.0,5.381,0.0,-0.325,2.58,0.0,0.0,0.0,2.14,-4.634,-1.429,0.0,-0.077,-0.629,0.0,0.0,-0.0,-1.111,12.605,0.0,0.0,-0.673,0.0,-0.32,-0.562,-2.632,0.0,0.0,1.724,4.231,1.218,1354.8,997.6,11399.5,2706.9,36000.0,24000.0,0.0,6.8,91.76,23128.0,4833.0,7508.0,0.0,575.0,2198.0,0.0,3545.0,0.0,2171.0,2299.0,14277.0,222.0,7037.0,0.0,207.0,232.0,0.0,940.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-unvented-crawlspace.xml,40.623,40.623,29.832,29.832,10.791,0.0,0.0,0.0,0.0,0.0,0.0,0.178,0.0,0.0,4.25,0.823,9.449,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.103,0.0,13.589,9.342,0.708,0.0,0.0,0.0,0.0,1718.2,2606.2,14.33,13.656,0.0,3.97,3.827,0.0,0.0,0.771,10.903,-10.751,0.0,0.0,4.569,0.0,-0.405,2.046,0.0,0.776,0.0,1.645,-6.24,-1.387,0.0,-0.196,-0.756,0.0,0.0,-0.002,-1.313,13.089,0.0,0.0,-2.016,0.0,-0.401,-0.482,-2.713,-0.192,0.0,1.268,6.344,1.26,1354.8,997.6,11399.5,2808.9,36000.0,24000.0,0.0,6.8,91.76,20341.0,4163.0,7508.0,0.0,575.0,2198.0,0.0,1427.0,0.0,2171.0,2299.0,14101.0,608.0,7037.0,0.0,207.0,232.0,0.0,379.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-vented-crawlspace.xml,42.569,42.569,29.778,29.778,12.791,0.0,0.0,0.0,0.0,0.0,0.0,0.211,0.0,0.0,4.124,0.79,9.523,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.975,0.0,12.965,9.342,0.786,0.0,0.0,0.0,0.0,1712.6,2821.5,15.483,14.113,0.0,3.988,3.844,0.0,0.0,0.754,10.827,-11.149,0.0,0.0,6.777,0.0,-0.354,1.847,0.0,0.785,0.0,2.063,-6.38,-1.421,0.0,-0.068,-0.628,0.0,0.0,0.007,-1.069,12.692,0.0,0.0,-2.916,0.0,-0.349,-0.385,-2.579,-0.173,0.0,1.297,6.204,1.226,1354.8,997.6,11399.5,2808.9,36000.0,24000.0,0.0,6.8,91.76,23883.0,6886.0,7508.0,0.0,575.0,2198.0,0.0,2246.0,0.0,2171.0,2299.0,15424.0,1713.0,7037.0,0.0,207.0,232.0,0.0,596.0,0.0,2010.0,310.0,3320.0,380.0,0.0,-420.0,800.0 +base-foundation-walkout-basement.xml,61.824,61.824,36.337,36.337,25.487,0.0,0.0,0.0,0.0,0.0,0.0,0.42,0.0,0.0,4.58,0.896,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.487,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.868,0.0,15.098,9.233,0.614,0.0,0.0,0.0,0.0,2142.3,3805.8,25.232,19.65,0.0,3.553,3.687,0.512,4.683,0.63,11.227,-12.771,0.0,0.0,0.0,10.608,-0.062,6.635,0.0,0.729,0.0,5.498,-8.906,-2.499,0.0,-0.12,-0.524,-0.053,1.621,-0.027,-2.145,12.058,0.0,0.0,0.0,-3.52,-0.058,-1.571,-3.422,-0.164,0.0,3.325,7.872,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,32446.0,8601.0,7925.0,0.0,575.0,4704.0,0.0,0.0,2528.0,2171.0,5942.0,19160.0,5334.0,7221.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,803.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml,45.839,45.839,45.839,45.839,0.0,0.0,0.0,0.0,0.0,0.0,9.671,0.995,0.266,0.015,3.409,1.042,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.891,0.281,12.909,9.233,0.614,0.0,0.0,0.0,0.0,6936.9,3157.6,24.224,15.302,0.0,3.52,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.274,-0.062,4.804,0.0,0.728,0.0,5.464,-8.907,-2.499,0.0,0.003,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,2.006,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,34.811,34.811,34.811,34.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.314,1.011,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.522,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,3123.7,0.0,15.028,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.01,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.974,-0.166,0.0,1.956,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,36000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,45.839,45.839,45.839,45.839,0.0,0.0,0.0,0.0,0.0,0.0,9.671,0.995,0.266,0.015,3.409,1.042,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.891,0.281,12.909,9.233,0.614,0.0,0.0,0.0,0.0,6936.9,3157.6,24.224,15.302,0.0,3.52,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.274,-0.062,4.804,0.0,0.728,0.0,5.464,-8.907,-2.499,0.0,0.003,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,2.006,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,42.14,42.14,42.14,42.14,0.0,0.0,0.0,0.0,0.0,0.0,9.698,1.721,0.276,0.028,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.526,0.303,0.0,9.233,0.59,0.0,0.0,0.0,0.0,7253.7,1637.3,25.274,0.0,0.0,3.492,3.637,0.512,7.484,0.629,10.516,-12.551,0.0,0.0,0.0,8.11,-0.066,4.805,0.0,0.728,0.0,6.281,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,45.785,45.785,45.785,45.785,0.0,0.0,0.0,0.0,0.0,0.0,9.211,0.901,0.839,0.048,3.329,1.016,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.171,0.887,12.582,9.233,0.614,0.0,0.0,145.0,0.0,10081.5,3141.2,37.467,15.165,0.0,3.606,3.668,0.515,7.764,0.622,10.449,-12.69,0.0,0.0,0.0,9.071,0.066,4.746,0.0,0.762,0.0,4.62,-8.899,-2.514,0.0,0.016,-0.44,-0.05,2.779,-0.034,-2.016,11.593,0.0,0.0,0.0,-6.34,0.057,-1.185,-3.289,-0.162,0.0,1.966,7.879,1.996,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml,45.899,45.899,45.899,45.899,0.0,0.0,0.0,0.0,0.0,0.0,9.746,0.995,0.266,0.015,3.395,1.042,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.891,0.281,12.909,9.233,0.614,0.0,0.0,0.0,0.0,6936.9,3150.9,24.224,15.302,0.0,3.52,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.274,-0.062,4.804,0.0,0.728,0.0,5.464,-8.907,-2.499,0.0,0.003,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,2.006,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-1-speed.xml,45.839,45.839,45.839,45.839,0.0,0.0,0.0,0.0,0.0,0.0,9.671,0.995,0.266,0.015,3.409,1.042,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.891,0.281,12.909,9.233,0.614,0.0,0.0,0.0,0.0,6936.9,3157.6,24.224,15.302,0.0,3.52,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.274,-0.062,4.804,0.0,0.728,0.0,5.464,-8.907,-2.499,0.0,0.003,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,2.006,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-2-speed.xml,41.295,41.295,41.295,41.295,0.0,0.0,0.0,0.0,0.0,0.0,7.107,0.587,0.263,0.011,2.269,0.618,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.959,0.274,13.138,9.233,0.614,0.0,0.0,0.0,0.0,6906.4,2725.7,24.215,16.235,0.0,3.478,3.634,0.511,7.501,0.629,10.507,-12.551,0.0,0.0,0.0,8.276,-0.063,4.804,0.0,0.728,0.0,6.565,-8.907,-2.499,0.0,-0.006,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.061,-0.165,0.0,2.24,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,53.511,53.511,38.615,38.615,14.896,0.0,0.0,0.0,0.0,0.0,4.615,0.513,0.0,0.055,2.491,0.5,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.896,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.695,11.151,15.725,9.233,0.615,0.0,0.0,2.0,34.0,3384.0,2906.6,23.34,16.546,0.0,3.248,3.595,0.506,7.501,0.614,10.343,-12.459,0.0,0.0,0.0,8.212,-0.031,5.817,0.0,0.719,0.0,11.526,-8.79,-2.477,0.0,-0.173,-0.482,-0.054,2.746,-0.036,-2.042,11.824,0.0,0.0,0.0,-6.33,-0.027,-1.492,-3.036,-0.17,0.0,5.131,7.988,2.033,1354.8,997.6,11399.5,2615.8,18000.0,18000.0,60000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,56.913,56.913,37.463,37.463,19.451,0.0,0.0,0.0,0.0,0.0,3.569,0.361,0.0,0.073,2.515,0.503,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.451,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.306,14.518,15.862,9.233,0.615,0.0,0.0,206.0,34.0,3017.5,2718.4,23.543,16.546,0.0,3.278,3.606,0.507,7.43,0.617,10.337,-12.556,0.0,0.0,0.0,8.231,-0.023,5.804,0.0,0.719,0.0,11.134,-8.846,-2.484,0.0,-0.15,-0.464,-0.052,2.701,-0.031,-2.024,11.727,0.0,0.0,0.0,-6.262,-0.02,-1.483,-3.027,-0.169,0.0,5.081,7.933,2.025,1354.8,997.6,11399.5,2615.8,18000.0,18000.0,60000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,53.609,53.609,38.709,38.709,14.9,0.0,0.0,0.0,0.0,0.0,4.673,0.521,0.0,0.055,2.516,0.503,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.98,11.154,15.893,9.233,0.615,0.0,0.0,2.0,34.0,3384.0,2820.4,23.34,16.546,0.0,3.29,3.635,0.512,7.504,0.629,10.508,-12.571,0.0,0.0,0.0,8.296,-0.06,5.886,0.0,0.727,0.0,11.671,-8.919,-2.502,0.0,-0.131,-0.445,-0.049,2.737,-0.022,-1.889,11.712,0.0,0.0,0.0,-6.26,-0.056,-1.429,-3.028,-0.163,0.0,5.196,7.859,2.007,1354.8,997.6,11399.5,2615.8,18000.0,18000.0,60000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,53.671,53.671,38.877,38.877,14.794,0.0,0.0,0.0,0.0,0.0,4.471,0.494,0.0,0.446,2.524,0.502,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.794,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,29.208,12.281,16.006,9.233,0.614,0.0,0.0,2.0,31.0,3385.8,2826.5,26.771,16.487,0.0,3.234,3.638,0.512,7.507,0.629,10.506,-12.563,0.0,0.0,0.0,8.289,-0.058,4.802,0.0,0.728,0.0,12.998,-8.907,-2.499,0.0,-0.139,-0.454,-0.051,2.706,-0.024,-1.924,11.72,0.0,0.0,0.0,-6.311,-0.054,-1.168,-3.074,-0.165,0.0,5.208,7.871,2.011,1354.8,997.6,11399.5,2615.8,18000.0,18000.0,60000.0,6.8,91.76,39288.0,16080.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-air-to-air-heat-pump-var-speed.xml,41.028,41.028,41.028,41.028,0.0,0.0,0.0,0.0,0.0,0.0,7.142,0.772,0.149,0.011,2.315,0.198,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.528,0.16,14.392,9.233,0.614,0.0,0.0,0.0,0.0,7002.3,2597.4,24.569,17.323,0.0,3.38,3.636,0.512,7.505,0.629,10.509,-12.557,0.0,0.0,0.0,8.283,-0.061,4.804,0.0,0.728,0.0,9.209,-8.908,-2.5,0.0,-0.059,-0.454,-0.051,2.707,-0.024,-1.916,11.726,0.0,0.0,0.0,-6.31,-0.057,-1.165,-3.063,-0.165,0.0,3.534,7.87,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml,35.333,35.333,35.333,35.333,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.7,1.147,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.314,9.233,0.663,0.0,0.0,0.0,2.0,2021.1,3336.7,0.0,17.774,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.089,-0.46,-0.051,2.688,-0.03,-1.96,11.853,0.0,0.0,0.0,-6.892,-0.064,-1.188,-2.978,-0.166,0.0,3.781,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,19922.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml,42.69,42.69,42.69,42.69,0.0,0.0,0.0,0.0,0.0,0.0,9.829,1.766,0.625,0.054,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.692,0.679,0.0,9.233,0.59,0.0,0.0,0.0,0.0,7301.8,1637.3,25.597,0.0,0.0,3.448,3.637,0.512,7.485,0.629,10.517,-12.551,0.0,0.0,0.0,8.113,-0.066,4.805,0.0,0.728,0.0,7.479,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,30706.0,0.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml,47.902,47.902,47.902,47.902,0.0,0.0,0.0,0.0,0.0,0.0,9.744,1.041,1.78,0.071,3.687,1.139,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.093,1.851,14.187,9.233,0.614,0.0,0.0,0.0,0.0,7104.3,3514.9,25.121,18.487,0.0,3.396,3.635,0.511,7.503,0.629,10.509,-12.551,0.0,0.0,0.0,8.279,-0.063,4.804,0.0,0.728,0.0,8.759,-8.907,-2.499,0.0,-0.052,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.308,7.871,2.01,1354.8,997.6,11399.5,2615.8,22910.0,22910.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml,46.191,46.191,46.191,46.191,0.0,0.0,0.0,0.0,0.0,0.0,9.727,1.011,0.469,0.025,3.46,1.059,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.516,0.494,13.136,9.233,0.614,0.0,0.0,0.0,0.0,6957.6,3218.7,24.38,15.851,0.0,3.496,3.634,0.511,7.501,0.628,10.507,-12.551,0.0,0.0,0.0,8.275,-0.063,4.804,0.0,0.728,0.0,6.107,-8.907,-2.499,0.0,-0.007,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.238,7.871,2.01,1354.8,997.6,11399.5,2615.8,32561.0,32561.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml,49.461,49.461,49.461,49.461,0.0,0.0,0.0,0.0,0.0,0.0,0.005,0.0,0.0,0.0,17.87,5.461,4.848,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,66.201,4.659,0.55,0.0,0.0,0.0,0.0,2700.1,3650.5,0.0,21.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.848,0.737,0.136,9.776,0.338,4.074,19.846,0.0,0.0,0.0,3.224,-0.01,-0.524,-2.897,-0.007,0.0,9.541,16.714,4.51,1354.8,997.6,8625.2,1979.2,25971.0,25971.0,11059.0,51.62,90.68,11059.0,4355.0,2184.0,0.0,167.0,1864.0,0.0,0.0,567.0,631.0,1291.0,21535.0,7579.0,6532.0,0.0,279.0,580.0,0.0,0.0,0.0,2554.0,690.0,3320.0,3282.0,954.0,1529.0,800.0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml,44.826,44.826,44.826,44.826,0.0,0.0,0.0,0.0,0.0,0.0,9.162,0.998,0.046,0.006,3.202,0.972,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.529,0.052,11.986,9.233,0.614,0.0,0.0,0.0,0.0,6646.5,2916.0,22.763,13.183,0.0,3.606,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.036,-8.907,-2.499,0.0,0.036,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.059,-0.165,0.0,1.066,7.871,2.01,1354.8,997.6,11399.5,2615.8,64975.0,64975.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml,42.715,42.715,42.715,42.715,0.0,0.0,0.0,0.0,0.0,0.0,7.02,0.658,1.448,0.045,2.428,0.675,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.773,1.493,14.362,9.233,0.614,0.0,0.0,0.0,0.0,7064.5,3018.0,24.982,18.75,0.0,3.37,3.636,0.512,7.505,0.629,10.509,-12.557,0.0,0.0,0.0,8.284,-0.061,4.804,0.0,0.728,0.0,9.461,-8.908,-2.5,0.0,-0.058,-0.454,-0.051,2.707,-0.024,-1.916,11.726,0.0,0.0,0.0,-6.31,-0.057,-1.165,-3.064,-0.165,0.0,3.485,7.87,2.01,1354.8,997.6,11399.5,2615.8,24186.0,24186.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml,41.589,41.589,41.589,41.589,0.0,0.0,0.0,0.0,0.0,0.0,7.132,0.631,0.441,0.017,2.299,0.628,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.714,0.459,13.364,9.233,0.614,0.0,0.0,0.0,0.0,6927.3,2770.1,24.354,16.817,0.0,3.45,3.634,0.511,7.502,0.629,10.508,-12.551,0.0,0.0,0.0,8.277,-0.063,4.804,0.0,0.728,0.0,7.343,-8.907,-2.499,0.0,-0.016,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.47,7.871,2.01,1354.8,997.6,11399.5,2615.8,32943.0,32943.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml,40.631,40.631,40.631,40.631,0.0,0.0,0.0,0.0,0.0,0.0,6.888,0.551,0.049,0.005,2.127,0.57,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.241,0.054,12.109,9.233,0.614,0.0,0.0,0.0,0.0,6743.7,2524.4,23.408,13.625,0.0,3.58,3.633,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.271,-0.063,4.804,0.0,0.728,0.0,3.769,-8.907,-2.499,0.0,0.033,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.059,-0.165,0.0,1.19,7.871,2.01,1354.8,997.6,11399.5,2615.8,64639.0,64639.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml,51.163,51.163,37.631,37.631,13.533,0.0,0.0,0.0,0.0,0.0,4.159,0.371,0.0,0.14,2.311,0.209,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.533,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.77,11.263,14.484,9.233,0.615,0.0,0.0,2.0,0.0,3199.7,2682.1,23.554,17.721,0.0,3.374,3.634,0.511,7.502,0.629,10.508,-12.564,0.0,0.0,0.0,8.292,-0.061,5.886,0.0,0.727,0.0,9.401,-8.918,-2.502,0.0,-0.06,-0.445,-0.049,2.738,-0.021,-1.886,11.719,0.0,0.0,0.0,-6.26,-0.057,-1.428,-3.017,-0.163,0.0,3.73,7.861,2.008,1354.8,997.6,11399.5,2615.8,33152.0,33152.0,23209.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml,54.524,54.524,37.837,37.837,16.688,0.0,0.0,0.0,0.0,0.0,4.012,0.354,0.0,0.503,2.318,0.209,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.688,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.611,13.853,14.589,9.233,0.614,0.0,0.0,2.0,0.0,3340.9,2627.7,30.723,17.555,0.0,3.247,3.637,0.512,7.508,0.629,10.512,-12.557,0.0,0.0,0.0,8.29,-0.061,4.804,0.0,0.728,0.0,12.383,-8.908,-2.5,0.0,-0.068,-0.454,-0.051,2.708,-0.024,-1.916,11.726,0.0,0.0,0.0,-6.309,-0.057,-1.165,-3.064,-0.165,0.0,3.737,7.87,2.01,1354.8,997.6,11399.5,2615.8,33152.0,33152.0,31792.0,6.8,91.76,39288.0,16080.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml,41.854,41.854,41.854,41.854,0.0,0.0,0.0,0.0,0.0,0.0,7.494,0.815,0.462,0.024,2.354,0.264,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.012,0.487,15.105,9.233,0.614,0.0,0.0,0.0,0.0,7149.0,2803.7,25.102,18.295,0.0,3.322,3.636,0.512,7.506,0.629,10.51,-12.557,0.0,0.0,0.0,8.286,-0.061,4.804,0.0,0.728,0.0,10.735,-8.908,-2.5,0.0,-0.094,-0.454,-0.05,2.708,-0.024,-1.915,11.726,0.0,0.0,0.0,-6.309,-0.057,-1.165,-3.066,-0.165,0.0,4.27,7.87,2.01,1354.8,997.6,11399.5,2615.8,26367.0,26367.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml,41.183,41.183,41.183,41.183,0.0,0.0,0.0,0.0,0.0,0.0,7.323,0.751,0.133,0.009,2.318,0.209,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.86,0.141,14.588,9.233,0.614,0.0,0.0,0.0,0.0,7037.5,2627.7,24.691,17.555,0.0,3.367,3.636,0.512,7.505,0.629,10.51,-12.557,0.0,0.0,0.0,8.284,-0.061,4.804,0.0,0.728,0.0,9.551,-8.908,-2.5,0.0,-0.068,-0.454,-0.051,2.708,-0.024,-1.916,11.726,0.0,0.0,0.0,-6.31,-0.057,-1.165,-3.064,-0.165,0.0,3.737,7.87,2.01,1354.8,997.6,11399.5,2615.8,33152.0,33152.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml,40.896,40.896,40.896,40.896,0.0,0.0,0.0,0.0,0.0,0.0,7.275,0.644,0.051,0.006,2.308,0.171,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.845,0.057,13.53,9.233,0.614,0.0,0.0,0.0,0.0,6897.7,2562.2,23.861,16.36,0.0,3.444,3.635,0.511,7.502,0.629,10.508,-12.551,0.0,0.0,0.0,8.278,-0.063,4.804,0.0,0.728,0.0,7.477,-8.907,-2.499,0.0,-0.022,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.061,-0.165,0.0,2.648,7.871,2.01,1354.8,997.6,11399.5,2615.8,49709.0,49709.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-boiler-elec-only.xml,48.173,48.173,48.173,48.173,0.0,0.0,0.0,0.0,0.0,0.0,17.561,0.194,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,5904.4,1637.3,16.457,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,23209.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-boiler-gas-central-ac-1-speed.xml,55.298,55.298,36.433,36.433,18.865,0.0,0.0,0.0,0.0,0.0,0.0,0.231,0.0,0.0,4.535,1.227,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.865,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.604,0.0,14.792,9.233,0.614,0.0,0.0,0.0,4.0,2097.2,3330.0,16.457,17.819,0.0,3.734,3.632,0.511,7.494,0.628,10.503,-12.551,0.0,0.0,0.0,8.265,-0.064,4.804,0.0,0.728,0.0,0.0,-8.908,-2.499,0.0,-0.081,-0.455,-0.051,2.706,-0.024,-1.913,11.732,0.0,0.0,0.0,-6.314,-0.06,-1.165,-3.065,-0.165,0.0,3.924,7.87,2.01,1354.8,997.6,11399.5,2615.8,23209.0,19922.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-boiler-gas-only.xml,49.322,49.322,30.646,30.646,18.676,0.0,0.0,0.0,0.0,0.0,0.0,0.228,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.676,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2058.6,1637.3,16.457,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,23209.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-central-ac-only-1-speed.xml,36.11,36.11,36.11,36.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.432,1.192,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.363,9.233,0.663,0.0,0.0,0.0,2.0,2071.1,3339.5,0.0,17.774,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.091,-0.46,-0.051,2.688,-0.03,-1.96,11.853,0.0,0.0,0.0,-6.892,-0.064,-1.188,-2.978,-0.166,0.0,3.833,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,19922.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-central-ac-only-2-speed.xml,34.429,34.429,34.429,34.429,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.213,0.73,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.699,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,2947.5,0.0,18.464,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.106,-0.46,-0.051,2.689,-0.03,-1.959,11.853,0.0,0.0,0.0,-6.891,-0.064,-1.188,-2.978,-0.166,0.0,4.174,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,20155.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-central-ac-only-var-speed.xml,33.76,33.76,33.76,33.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.879,0.394,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.303,9.233,0.663,0.0,0.0,0.0,3.0,2071.1,2618.4,0.0,17.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.139,-0.46,-0.051,2.689,-0.03,-1.958,11.853,0.0,0.0,0.0,-6.891,-0.064,-1.188,-2.982,-0.166,0.0,4.82,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,20283.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml,48.583,48.583,48.583,48.583,0.0,0.0,0.0,0.0,0.0,0.0,9.917,1.783,0.627,0.054,4.535,1.227,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.925,0.681,14.793,9.233,0.614,0.0,0.0,0.0,4.0,7330.8,3330.1,25.597,17.819,0.0,3.442,3.634,0.511,7.502,0.629,10.508,-12.551,0.0,0.0,0.0,8.277,-0.063,4.804,0.0,0.728,0.0,7.547,-8.907,-2.499,0.0,-0.079,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.066,-0.165,0.0,3.924,7.871,2.01,1354.8,997.6,11399.5,2615.8,30706.0,19922.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml,56.621,56.621,40.953,40.953,15.668,0.0,0.0,0.0,0.0,0.0,4.379,0.423,0.0,0.885,3.687,1.139,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.668,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.968,15.77,14.187,9.233,0.614,0.0,0.0,0.0,0.0,3490.2,3514.9,25.12,18.487,0.0,3.356,3.635,0.512,7.505,0.629,10.51,-12.551,0.0,0.0,0.0,8.281,-0.063,4.804,0.0,0.728,0.0,9.673,-8.907,-2.499,0.0,-0.052,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.308,7.871,2.01,1354.8,997.6,11399.5,2615.8,22910.0,22910.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml,55.484,55.484,40.703,40.703,14.78,0.0,0.0,0.0,0.0,0.0,4.131,0.357,0.0,1.255,3.46,1.059,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.482,15.296,13.136,9.233,0.614,0.0,0.0,0.0,0.0,3476.2,3218.7,24.372,15.851,0.0,3.41,3.635,0.511,7.503,0.629,10.509,-12.551,0.0,0.0,0.0,8.28,-0.063,4.804,0.0,0.728,0.0,8.144,-8.907,-2.499,0.0,-0.007,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.238,7.871,2.01,1354.8,997.6,11399.5,2615.8,32561.0,32561.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml,55.484,55.484,40.703,40.703,14.78,0.0,0.0,0.0,0.0,0.0,4.131,0.357,0.0,1.255,3.46,1.059,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.482,15.296,13.136,9.233,0.614,0.0,0.0,0.0,0.0,3476.2,3218.7,24.372,15.851,0.0,3.41,3.635,0.511,7.503,0.629,10.509,-12.551,0.0,0.0,0.0,8.28,-0.063,4.804,0.0,0.728,0.0,8.144,-8.907,-2.499,0.0,-0.007,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.238,7.871,2.01,1354.8,997.6,11399.5,2615.8,32561.0,32561.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml,47.583,47.583,35.911,35.911,11.672,0.0,0.0,0.0,0.0,0.0,2.48,0.097,0.0,0.655,2.159,0.078,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.672,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.182,11.744,12.267,9.233,0.614,0.0,0.0,0.0,0.0,2588.4,2190.0,19.512,13.381,0.0,3.586,3.633,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,3.71,-8.907,-2.499,0.0,0.027,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.061,-0.165,0.0,1.365,7.871,2.01,1354.8,997.6,11399.5,2615.8,25707.0,25707.0,36000.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml,47.583,47.583,35.911,35.911,11.672,0.0,0.0,0.0,0.0,0.0,2.48,0.097,0.0,0.655,2.159,0.078,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.672,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.182,11.744,12.267,9.233,0.614,0.0,0.0,0.0,0.0,2588.4,2190.0,19.512,13.381,0.0,3.586,3.633,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,3.71,-8.907,-2.499,0.0,0.027,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.061,-0.165,0.0,1.365,7.871,2.01,1354.8,997.6,11399.5,2615.8,25707.0,25707.0,25749.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-elec-resistance-only.xml,46.866,46.866,46.866,46.866,0.0,0.0,0.0,0.0,0.0,0.0,16.449,0.0,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,5930.0,1637.3,16.457,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,23209.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-evap-cooler-furnace-gas.xml,56.437,56.437,32.047,32.047,24.391,0.0,0.0,0.0,0.0,0.0,0.0,0.634,0.0,0.0,0.0,0.972,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.391,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.076,0.0,10.926,9.233,0.614,0.0,0.0,0.0,0.0,2116.7,1915.1,25.24,11.075,0.0,3.482,3.635,0.512,7.502,0.628,10.506,-12.557,0.0,0.0,0.0,8.278,-0.061,4.804,0.0,0.728,0.0,6.677,-8.908,-2.5,0.0,0.047,-0.454,-0.051,2.707,-0.024,-1.918,11.726,0.0,0.0,0.0,-6.312,-0.057,-1.165,-3.054,-0.165,0.0,-0.001,7.87,2.01,1354.8,997.6,11399.5,2615.8,31792.0,13458.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-floor-furnace-propane-only.xml,52.3,52.3,30.418,30.418,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,0.0,9.233,0.591,0.0,0.0,0.0,0.0,2021.3,1635.7,17.014,0.0,0.0,3.734,3.633,0.511,7.474,0.628,10.507,-12.557,0.0,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,2615.8,23209.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-furnace-elec-only.xml,53.715,53.715,53.715,53.715,0.0,0.0,0.0,0.0,0.0,0.0,22.67,0.628,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.847,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,8664.8,1637.3,25.24,0.0,0.0,3.487,3.638,0.512,7.485,0.629,10.515,-12.557,0.0,0.0,0.0,8.113,-0.065,4.806,0.0,0.728,0.0,6.613,-8.908,-2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,31792.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-furnace-gas-central-ac-2-speed.xml,58.65,58.65,34.864,34.864,23.786,0.0,0.0,0.0,0.0,0.0,0.0,0.434,0.0,0.0,3.27,0.719,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.786,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.319,0.0,15.071,9.233,0.614,0.0,0.0,0.0,1.0,2122.6,2947.8,24.293,18.493,0.0,3.508,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,5.905,-8.907,-2.499,0.0,-0.091,-0.455,-0.051,2.707,-0.024,-1.915,11.732,0.0,0.0,0.0,-6.313,-0.059,-1.166,-3.065,-0.165,0.0,4.206,7.871,2.01,1354.8,997.6,11399.5,2615.8,31792.0,20155.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-furnace-gas-central-ac-var-speed.xml,57.98,57.98,34.213,34.213,23.767,0.0,0.0,0.0,0.0,0.0,0.0,0.428,0.0,0.0,2.934,0.409,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.767,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.296,0.0,15.722,9.233,0.614,0.0,0.0,0.0,3.0,2121.8,2796.9,24.264,17.856,0.0,3.509,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,5.882,-8.907,-2.499,0.0,-0.127,-0.454,-0.051,2.708,-0.024,-1.915,11.732,0.0,0.0,0.0,-6.312,-0.059,-1.166,-3.069,-0.165,0.0,4.903,7.871,2.01,1354.8,997.6,11399.5,2615.8,31792.0,20283.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-furnace-gas-only.xml,55.194,55.194,31.045,31.045,24.149,0.0,0.0,0.0,0.0,0.0,0.0,0.628,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.149,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.847,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2122.9,1637.3,25.24,0.0,0.0,3.487,3.638,0.512,7.485,0.629,10.515,-12.557,0.0,0.0,0.0,8.113,-0.065,4.806,0.0,0.728,0.0,6.613,-8.908,-2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,31792.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-furnace-gas-room-ac.xml,60.517,60.517,36.126,36.126,24.391,0.0,0.0,0.0,0.0,0.0,0.0,0.634,0.0,0.0,5.051,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.391,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.076,0.0,10.926,9.233,0.614,0.0,0.0,0.0,0.0,2116.7,3023.7,25.24,11.066,0.0,3.482,3.635,0.512,7.502,0.628,10.506,-12.557,0.0,0.0,0.0,8.278,-0.061,4.804,0.0,0.728,0.0,6.677,-8.908,-2.5,0.0,0.047,-0.454,-0.051,2.707,-0.024,-1.918,11.726,0.0,0.0,0.0,-6.312,-0.057,-1.165,-3.054,-0.164,0.0,-0.001,7.87,2.01,1354.8,997.6,11399.5,2615.8,31792.0,14272.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml,34.324,34.324,34.324,34.324,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.964,0.874,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.707,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,2888.0,0.0,17.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.062,-0.46,-0.051,2.688,-0.03,-1.96,11.853,0.0,0.0,0.0,-6.893,-0.064,-1.188,-2.977,-0.166,0.0,3.164,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24222.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml,36.719,36.719,36.719,36.719,0.0,0.0,0.0,0.0,0.0,0.0,5.502,0.8,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.152,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,3429.1,1637.3,23.668,0.0,0.0,3.547,3.636,0.512,7.483,0.629,10.514,-12.551,0.0,0.0,0.0,8.108,-0.066,4.805,0.0,0.728,0.0,4.869,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,30706.0,0.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml,40.005,40.005,40.005,40.005,0.0,0.0,0.0,0.0,0.0,0.0,5.519,0.693,0.0,0.0,2.54,0.813,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.204,0.0,13.313,9.233,0.614,0.0,0.0,0.0,0.0,3372.7,2561.2,23.122,15.813,0.0,3.548,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.758,-8.907,-2.499,0.0,-0.015,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.063,-0.165,0.0,2.422,7.871,2.01,1354.8,997.6,11399.5,2615.8,30706.0,30706.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml,39.579,39.579,39.579,39.579,0.0,0.0,0.0,0.0,0.0,0.0,5.255,0.37,0.0,0.0,2.479,1.034,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.85,0.0,12.857,9.233,0.614,0.0,0.0,0.0,0.0,3225.9,2597.8,21.438,15.107,0.0,3.596,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.366,-8.907,-2.499,0.0,0.006,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.061,-0.165,0.0,1.948,7.871,2.01,1354.8,997.6,11399.5,2615.8,33016.0,33016.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml,39.579,39.579,39.579,39.579,0.0,0.0,0.0,0.0,0.0,0.0,5.255,0.37,0.0,0.0,2.479,1.034,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.85,0.0,12.857,9.233,0.614,0.0,0.0,0.0,0.0,3225.9,2597.8,21.438,15.107,0.0,3.596,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.366,-8.907,-2.499,0.0,0.006,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.061,-0.165,0.0,1.948,7.871,2.01,1354.8,997.6,11399.5,2615.8,33016.0,33016.0,30706.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml,33.683,33.683,33.683,33.683,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.095,0.102,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.544,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,2686.6,0.0,13.567,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.015,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.895,-0.064,-1.188,-2.977,-0.166,0.0,2.005,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,15281.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml,32.97,32.97,32.97,32.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.382,0.102,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.544,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,2686.6,0.0,13.567,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.015,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.895,-0.064,-1.188,-2.977,-0.166,0.0,2.005,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,15281.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml,36.625,36.625,36.625,36.625,0.0,0.0,0.0,0.0,0.0,0.0,5.808,0.316,0.082,0.003,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.818,0.085,0.0,9.233,0.59,0.0,0.0,0.0,0.0,4309.1,1637.3,19.511,0.0,0.0,3.595,3.636,0.512,7.482,0.629,10.513,-12.551,0.0,0.0,0.0,8.106,-0.066,4.805,0.0,0.728,0.0,3.502,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,25749.0,0.0,25749.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml,39.603,39.603,39.603,39.603,0.0,0.0,0.0,0.0,0.0,0.0,6.124,0.346,0.392,0.01,2.205,0.085,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.516,0.403,12.61,9.233,0.614,0.0,0.0,0.0,0.0,4941.7,2286.7,19.72,13.567,0.0,3.575,3.633,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.051,-8.907,-2.499,0.0,0.014,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,1.721,7.871,2.01,1354.8,997.6,11399.5,2615.8,19866.0,19866.0,25749.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml,38.941,38.941,38.941,38.941,0.0,0.0,0.0,0.0,0.0,0.0,5.858,0.319,0.084,0.003,2.159,0.078,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.012,0.087,12.267,9.233,0.614,0.0,0.0,0.0,0.0,4313.4,2190.0,19.512,13.381,0.0,3.592,3.633,0.511,7.498,0.628,10.505,-12.551,0.0,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,3.534,-8.907,-2.499,0.0,0.027,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.061,-0.165,0.0,1.365,7.871,2.01,1354.8,997.6,11399.5,2615.8,25707.0,25707.0,25749.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml,38.41,38.41,38.41,38.41,0.0,0.0,0.0,0.0,0.0,0.0,5.415,0.269,0.0,0.0,2.211,0.074,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.078,0.0,11.748,9.233,0.614,0.0,0.0,0.0,0.0,3649.5,2213.4,19.201,12.59,0.0,3.623,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.269,-0.062,4.804,0.0,0.728,0.0,2.574,-8.907,-2.499,0.0,0.042,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.059,-0.165,0.0,0.833,7.871,2.01,1354.8,997.6,11399.5,2615.8,41152.0,41152.0,25749.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml,37.761,37.761,37.761,37.761,0.0,0.0,0.0,0.0,0.0,0.0,5.087,0.103,0.048,0.0,2.055,0.027,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.048,10.925,9.233,0.614,0.0,0.0,0.0,0.0,3723.6,2118.3,16.457,11.065,0.0,3.734,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.804,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,23171.0,23171.0,23209.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml,47.931,47.931,35.611,35.611,0.0,12.32,0.0,0.0,0.0,0.0,3.013,0.093,0.0,0.0,2.038,0.027,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.658,7.392,10.828,9.233,0.615,0.0,0.0,2.0,0.0,2851.6,2121.4,17.014,11.228,0.0,3.732,3.63,0.511,7.491,0.628,10.498,-12.557,0.0,0.0,0.0,8.271,-0.062,5.885,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.052,-0.447,-0.049,2.736,-0.022,-1.888,11.726,0.0,0.0,0.0,-6.268,-0.058,-1.429,-3.007,-0.163,0.0,0.0,7.864,2.009,1354.8,997.6,11399.5,2615.8,23171.0,23171.0,23209.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-ptac-with-heating.xml,51.069,51.069,51.069,51.069,0.0,0.0,0.0,0.0,0.0,0.0,16.616,0.0,0.0,0.0,4.012,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.0,10.925,9.233,0.614,0.0,0.0,0.0,0.0,5929.5,2674.2,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,23209.0,14272.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-ptac.xml,34.391,34.391,34.391,34.391,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.905,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,2699.5,0.0,10.861,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,14272.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-pthp-sizing-methodology-acca.xml,41.566,41.566,41.566,41.566,0.0,0.0,0.0,0.0,0.0,0.0,6.404,0.0,0.889,0.0,3.833,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.889,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2632.3,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,16412.0,16412.0,23209.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-pthp-sizing-methodology-hers.xml,41.687,41.687,41.687,41.687,0.0,0.0,0.0,0.0,0.0,0.0,7.031,0.0,0.222,0.0,3.993,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.222,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2701.9,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,24611.0,24611.0,23209.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-pthp-sizing-methodology-maxload.xml,42.219,42.219,42.219,42.219,0.0,0.0,0.0,0.0,0.0,0.0,7.577,0.0,0.038,0.0,4.164,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.038,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2807.3,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,47663.0,47663.0,23209.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-room-ac-only.xml,35.402,35.402,35.402,35.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.915,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,3002.2,0.0,10.861,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,14272.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-room-ac-with-heating.xml,52.108,52.108,52.108,52.108,0.0,0.0,0.0,0.0,0.0,0.0,16.616,0.0,0.0,0.0,5.051,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.0,10.925,9.233,0.614,0.0,0.0,0.0,0.0,5929.5,3023.6,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,23209.0,14272.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml,41.566,41.566,41.566,41.566,0.0,0.0,0.0,0.0,0.0,0.0,6.404,0.0,0.889,0.0,3.833,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.889,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2632.3,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,16412.0,16412.0,23209.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml,41.687,41.687,41.687,41.687,0.0,0.0,0.0,0.0,0.0,0.0,7.031,0.0,0.222,0.0,3.993,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.222,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2701.9,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,24611.0,24611.0,23209.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml,42.219,42.219,42.219,42.219,0.0,0.0,0.0,0.0,0.0,0.0,7.577,0.0,0.038,0.0,4.164,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.038,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2807.3,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,47663.0,47663.0,23209.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-sizing-controls.xml,49.618,49.618,42.911,42.911,6.707,0.0,0.0,0.0,0.0,0.0,0.0,0.038,0.0,0.0,3.206,0.542,15.944,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.548,0.588,2.435,2.057,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.707,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.203,0.0,9.35,16.489,0.644,0.0,0.0,0.0,0.0,2613.9,3427.6,16.935,14.883,0.0,2.872,2.804,0.392,5.427,0.416,7.943,-12.43,0.0,0.0,0.0,5.595,-0.058,3.509,0.0,0.577,0.0,1.461,-10.184,-2.473,0.0,-0.137,-0.595,-0.07,2.285,-0.064,-2.374,11.853,0.0,0.0,0.0,-7.661,-0.059,-1.288,-5.271,-0.192,0.0,1.904,9.376,2.036,2181.0,1715.2,21571.8,3761.0,31005.0,27561.0,0.0,0.0,100.0,31005.0,9028.0,7128.0,0.0,545.0,6084.0,0.0,0.0,1851.0,2061.0,4307.0,22992.0,6410.0,7422.0,0.0,236.0,593.0,0.0,0.0,0.0,2405.0,776.0,5150.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-stove-oil-only.xml,52.274,52.274,30.521,30.521,0.0,21.754,0.0,0.0,0.0,0.0,0.0,0.102,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.754,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,0.0,9.233,0.591,0.0,0.0,0.0,0.0,2037.8,1635.7,17.014,0.0,0.0,3.734,3.633,0.511,7.474,0.628,10.507,-12.557,0.0,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,2615.8,23209.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize-wall-furnace-elec-only.xml,47.201,47.201,47.201,47.201,0.0,0.0,0.0,0.0,0.0,0.0,16.784,0.0,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.435,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,6024.4,1637.3,16.457,0.0,0.0,3.736,3.635,0.512,7.478,0.629,10.51,-12.551,0.0,0.0,0.0,8.099,-0.066,4.805,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,23209.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-autosize.xml,60.029,60.029,36.205,36.205,23.824,0.0,0.0,0.0,0.0,0.0,0.0,0.445,0.0,0.0,4.449,0.87,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.824,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.365,0.0,14.705,9.233,0.614,0.0,0.0,0.0,2.0,2124.2,3189.8,24.351,18.003,0.0,3.506,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,5.952,-8.907,-2.499,0.0,-0.076,-0.455,-0.051,2.707,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.065,-0.165,0.0,3.837,7.871,2.01,1354.8,997.6,11399.5,2615.8,31792.0,19922.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-coal-only.xml,50.082,50.082,30.66,30.66,0.0,0.0,0.0,0.0,0.0,19.422,0.0,0.243,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.422,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2060.9,1637.3,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-elec-only.xml,48.879,48.879,48.879,48.879,0.0,0.0,0.0,0.0,0.0,0.0,18.336,0.126,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,6044.7,1637.3,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-gas-central-ac-1-speed.xml,55.87,55.87,36.159,36.159,19.71,0.0,0.0,0.0,0.0,0.0,0.0,0.149,0.0,0.0,4.388,1.182,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.604,0.0,14.079,9.233,0.614,0.0,0.0,0.0,0.0,2085.8,3478.9,16.463,18.096,0.0,3.734,3.632,0.511,7.494,0.628,10.503,-12.551,0.0,0.0,0.0,8.265,-0.064,4.804,0.0,0.728,0.0,0.0,-8.908,-2.499,0.0,-0.049,-0.455,-0.051,2.706,-0.024,-1.914,11.732,0.0,0.0,0.0,-6.314,-0.06,-1.165,-3.064,-0.165,0.0,3.198,7.87,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-gas-only-pilot.xml,55.062,55.062,30.565,30.565,24.497,0.0,0.0,0.0,0.0,0.0,0.0,0.148,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.497,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2045.4,1637.3,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-gas-only.xml,50.077,50.077,30.565,30.565,19.512,0.0,0.0,0.0,0.0,0.0,0.0,0.148,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.512,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2045.4,1637.3,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-oil-only.xml,50.082,50.082,30.66,30.66,0.0,19.422,0.0,0.0,0.0,0.0,0.0,0.243,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.422,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2060.9,1637.3,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-propane-only.xml,50.075,50.075,30.543,30.543,0.0,0.0,19.532,0.0,0.0,0.0,0.0,0.126,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.532,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2041.8,1637.3,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-boiler-wood-only.xml,50.075,50.075,30.543,30.543,0.0,0.0,0.0,19.532,0.0,0.0,0.0,0.126,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.532,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2041.8,1637.3,16.463,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-central-ac-only-1-speed-seer2.xml,35.905,35.905,35.905,35.905,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.271,1.148,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.665,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,3432.9,0.0,17.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.06,-0.46,-0.051,2.688,-0.03,-1.96,11.853,0.0,0.0,0.0,-6.893,-0.064,-1.188,-2.977,-0.166,0.0,3.122,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-central-ac-only-1-speed.xml,35.921,35.921,35.921,35.921,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.287,1.148,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.665,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,3440.7,0.0,17.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.06,-0.46,-0.051,2.688,-0.03,-1.96,11.853,0.0,0.0,0.0,-6.893,-0.064,-1.188,-2.977,-0.166,0.0,3.122,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-central-ac-only-2-speed.xml,34.281,34.281,34.281,34.281,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.096,0.698,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.048,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,2993.9,0.0,18.526,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.076,-0.46,-0.051,2.688,-0.03,-1.959,11.853,0.0,0.0,0.0,-6.892,-0.064,-1.188,-2.977,-0.166,0.0,3.511,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-central-ac-only-var-speed.xml,33.588,33.588,33.588,33.588,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.81,0.292,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.904,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,2741.2,0.0,18.416,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.119,-0.46,-0.051,2.689,-0.03,-1.958,11.853,0.0,0.0,0.0,-6.891,-0.064,-1.188,-2.98,-0.166,0.0,4.411,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,47.838,47.838,47.838,47.838,0.0,0.0,0.0,0.0,0.0,0.0,9.785,1.737,0.277,0.028,4.388,1.182,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.749,0.305,14.08,9.233,0.614,0.0,0.0,0.0,0.0,7284.9,3479.0,25.274,18.096,0.0,3.487,3.634,0.511,7.501,0.629,10.507,-12.551,0.0,0.0,0.0,8.276,-0.063,4.804,0.0,0.728,0.0,6.338,-8.907,-2.499,0.0,-0.048,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.198,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-crankcase-heater-40w.xml,58.638,58.638,35.807,35.807,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.159,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2105.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-dse.xml,59.006,59.006,36.828,36.828,22.179,0.0,0.0,0.0,0.0,0.0,0.0,0.366,0.0,0.0,5.08,0.942,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.179,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.0,10.926,9.233,0.614,0.0,0.0,0.0,0.0,2105.8,2603.4,16.457,11.066,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,52.464,52.464,41.735,41.735,10.729,0.0,0.0,0.0,0.0,0.0,5.418,0.496,0.0,0.929,3.409,1.042,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.729,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.276,11.121,12.909,9.233,0.614,0.0,0.0,0.0,0.0,3619.1,3157.6,24.213,15.302,0.0,3.459,3.634,0.511,7.502,0.629,10.508,-12.551,0.0,0.0,0.0,8.277,-0.062,4.804,0.0,0.728,0.0,6.899,-8.907,-2.499,0.0,0.003,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.062,-0.165,0.0,2.006,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,55.248,55.248,40.712,40.712,14.536,0.0,0.0,0.0,0.0,0.0,4.081,0.349,0.0,1.39,3.41,1.042,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.536,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.179,15.199,12.909,9.233,0.614,0.0,0.0,0.0,0.0,3465.8,3157.6,24.211,15.303,0.0,3.421,3.635,0.511,7.503,0.629,10.509,-12.551,0.0,0.0,0.0,8.279,-0.063,4.804,0.0,0.728,0.0,7.832,-8.907,-2.499,0.0,0.003,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.006,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,52.453,52.453,37.517,37.517,14.937,0.0,0.0,0.0,0.0,0.0,2.953,0.193,0.0,1.042,2.269,0.618,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.937,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.535,15.232,13.139,9.233,0.614,0.0,0.0,0.0,0.0,2779.5,2725.7,24.21,16.235,0.0,3.409,3.635,0.511,7.504,0.629,10.509,-12.551,0.0,0.0,0.0,8.28,-0.063,4.804,0.0,0.728,0.0,8.199,-8.907,-2.499,0.0,-0.006,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.24,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,52.451,52.451,37.865,37.865,14.587,0.0,0.0,0.0,0.0,0.0,2.91,0.245,0.0,1.756,2.315,0.198,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.587,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.265,15.613,14.392,9.233,0.614,0.0,0.0,0.0,0.0,2778.7,2597.4,24.564,17.323,0.0,3.348,3.636,0.512,7.506,0.629,10.51,-12.557,0.0,0.0,0.0,8.285,-0.061,4.804,0.0,0.728,0.0,9.973,-8.908,-2.5,0.0,-0.059,-0.454,-0.051,2.707,-0.024,-1.916,11.726,0.0,0.0,0.0,-6.31,-0.057,-1.165,-3.063,-0.165,0.0,3.534,7.87,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,47.429,47.429,36.169,36.169,11.259,0.0,0.0,0.0,0.0,0.0,2.444,0.093,0.0,0.918,2.198,0.075,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.259,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.708,11.614,11.87,9.233,0.614,0.0,0.0,0.0,0.0,2543.3,2208.0,19.314,12.832,0.0,3.602,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.222,-8.907,-2.499,0.0,0.039,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.059,-0.165,0.0,0.958,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ducts-area-fractions.xml,93.7,93.7,46.566,46.566,47.134,0.0,0.0,0.0,0.0,0.0,0.0,0.614,0.0,0.0,7.871,1.654,9.005,0.0,0.0,6.372,0.0,0.43,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,12.562,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,47.134,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.997,0.0,28.454,9.146,0.612,0.0,0.0,5.0,50.0,2578.2,5001.5,48.977,34.866,0.0,3.19,7.86,1.068,7.883,0.665,21.299,-24.987,0.0,0.0,0.0,8.992,-0.116,11.127,0.0,0.745,0.0,20.208,-10.965,-3.544,0.0,-0.361,-1.011,-0.097,2.685,-0.02,-3.119,23.317,0.0,0.0,0.0,-6.422,-0.104,-2.462,-6.237,-0.16,0.0,10.619,9.391,2.828,1354.8,997.6,11399.5,2460.1,48000.0,36000.0,0.0,6.8,91.76,70776.0,33116.0,15016.0,0.0,575.0,9035.0,0.0,0.0,1949.0,2171.0,8913.0,85427.0,64071.0,14074.0,0.0,207.0,542.0,0.0,0.0,0.0,2010.0,1204.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ducts-area-multipliers.xml,57.997,57.997,35.822,35.822,22.175,0.0,0.0,0.0,0.0,0.0,0.0,0.366,0.0,0.0,4.208,0.808,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.175,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.772,0.0,13.664,9.233,0.614,0.0,0.0,0.0,0.0,2113.9,3232.2,22.38,17.379,0.0,3.565,3.633,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.311,-8.907,-2.499,0.0,-0.029,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.77,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31013.0,7804.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18408.0,4949.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ducts-buried.xml,56.325,56.325,35.58,35.58,20.744,0.0,0.0,0.0,0.0,0.0,0.0,0.342,0.0,0.0,4.029,0.768,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.744,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.419,0.0,12.842,9.233,0.614,0.0,0.0,0.0,0.0,2111.6,2949.4,20.291,14.835,0.0,3.612,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.269,-0.062,4.804,0.0,0.728,0.0,2.916,-8.907,-2.499,0.0,0.003,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.063,-0.165,0.0,1.926,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,28177.0,4969.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15787.0,2329.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ducts-effective-rvalue.xml,58.776,58.776,35.949,35.949,22.827,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.827,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.377,0.0,13.991,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.2,23.051,17.898,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.937,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.109,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31786.0,8577.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18782.0,5324.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ducts-leakage-cfm50.xml,58.197,58.197,35.837,35.837,22.36,0.0,0.0,0.0,0.0,0.0,0.0,0.369,0.0,0.0,4.217,0.81,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.954,0.0,13.805,9.233,0.614,0.0,0.0,0.0,0.0,2114.1,3278.7,22.467,17.816,0.0,3.553,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.52,-8.907,-2.499,0.0,-0.033,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.968,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,34050.0,10841.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,20347.0,6889.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ducts-leakage-percent.xml,60.017,60.017,36.148,36.148,23.869,0.0,0.0,0.0,0.0,0.0,0.0,0.394,0.0,0.0,4.449,0.865,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.869,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.359,0.0,14.642,9.233,0.614,0.0,0.0,0.0,0.0,2117.1,3475.8,24.276,19.53,0.0,3.507,3.635,0.511,7.502,0.628,10.506,-12.557,0.0,0.0,0.0,8.277,-0.061,4.804,0.0,0.728,0.0,5.951,-8.908,-2.5,0.0,-0.072,-0.454,-0.05,2.708,-0.024,-1.916,11.726,0.0,0.0,0.0,-6.31,-0.057,-1.165,-3.065,-0.165,0.0,3.783,7.87,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,32152.0,8944.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,20670.0,7212.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-elec-resistance-only.xml,46.866,46.866,46.866,46.866,0.0,0.0,0.0,0.0,0.0,0.0,16.449,0.0,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.436,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,5930.0,1637.3,16.457,0.0,0.0,3.736,3.635,0.512,7.477,0.629,10.512,-12.551,0.0,0.0,0.0,8.1,-0.067,4.806,0.0,0.729,0.0,0.0,-8.908,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-evap-cooler-furnace-gas.xml,55.308,55.308,31.865,31.865,23.443,0.0,0.0,0.0,0.0,0.0,0.0,0.609,0.0,0.0,0.0,0.815,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.443,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.177,0.0,10.926,9.233,0.614,0.0,0.0,0.0,0.0,2111.3,1859.1,24.071,11.074,0.0,3.514,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.273,-0.063,4.804,0.0,0.728,0.0,5.753,-8.907,-2.499,0.0,0.046,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,-0.001,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-evap-cooler-only-ducted.xml,31.362,31.362,31.362,31.362,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.876,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.51,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,2017.8,0.0,14.986,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.025,-0.461,-0.051,2.686,-0.03,-1.962,11.853,0.0,0.0,0.0,-6.895,-0.064,-1.188,-2.971,-0.166,0.0,0.912,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15717.0,2259.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-evap-cooler-only.xml,31.279,31.279,31.279,31.279,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.793,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,1939.3,0.0,10.869,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-fireplace-wood-only.xml,52.3,52.3,30.418,30.418,0.0,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,0.0,9.233,0.591,0.0,0.0,0.0,0.0,2021.3,1635.7,17.014,0.0,0.0,3.734,3.633,0.511,7.474,0.628,10.507,-12.557,0.0,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-fixed-heater-gas-only.xml,46.866,46.866,30.417,30.417,16.448,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.448,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.435,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2021.3,1637.3,16.457,0.0,0.0,3.736,3.635,0.512,7.478,0.629,10.51,-12.551,0.0,0.0,0.0,8.099,-0.066,4.805,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-floor-furnace-propane-only-pilot-light.xml,57.264,57.264,30.418,30.418,0.0,0.0,26.846,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.846,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,0.0,9.233,0.591,0.0,0.0,0.0,0.0,2021.3,1635.7,17.014,0.0,0.0,3.734,3.633,0.511,7.474,0.628,10.507,-12.557,0.0,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-floor-furnace-propane-only.xml,52.3,52.3,30.418,30.418,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.882,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,0.0,9.233,0.591,0.0,0.0,0.0,0.0,2021.3,1635.7,17.014,0.0,0.0,3.734,3.633,0.511,7.474,0.628,10.507,-12.557,0.0,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-coal-only.xml,54.23,54.23,31.021,31.021,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.603,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2119.2,1637.3,24.071,0.0,0.0,3.519,3.636,0.512,7.483,0.629,10.515,-12.551,0.0,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-elec-central-ac-1-speed.xml,56.954,56.954,56.954,56.954,0.0,0.0,0.0,0.0,0.0,0.0,21.004,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,7929.1,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-elec-only.xml,52.809,52.809,52.809,52.809,0.0,0.0,0.0,0.0,0.0,0.0,21.789,0.603,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,8314.7,1637.3,24.071,0.0,0.0,3.519,3.636,0.512,7.483,0.629,10.515,-12.551,0.0,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-gas-central-ac-2-speed.xml,57.47,57.47,34.639,34.639,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,3.145,0.676,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,14.392,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3023.6,23.056,18.768,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.061,-0.455,-0.051,2.707,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.515,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-gas-central-ac-var-speed.xml,56.814,56.814,33.983,33.983,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,2.863,0.303,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,15.318,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,2770.7,23.056,18.67,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.107,-0.454,-0.051,2.708,-0.024,-1.915,11.732,0.0,0.0,0.0,-6.312,-0.059,-1.166,-3.067,-0.165,0.0,4.488,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-gas-only-detailed-setpoints.xml,38.344,38.344,30.657,30.657,7.687,0.0,0.0,0.0,0.0,0.0,0.0,0.2,0.0,0.0,0.0,0.0,9.181,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.687,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.265,0.0,0.0,9.233,0.633,0.0,0.0,0.0,0.0,2071.2,1637.4,18.192,0.0,0.0,2.82,2.763,0.387,5.284,0.406,7.819,-12.43,0.0,0.0,0.0,5.319,-0.06,3.456,0.0,0.568,0.0,1.864,-8.807,-2.473,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-gas-only-pilot.xml,59.13,59.13,31.021,31.021,28.11,0.0,0.0,0.0,0.0,0.0,0.0,0.603,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2119.2,1637.3,24.071,0.0,0.0,3.519,3.636,0.512,7.483,0.629,10.515,-12.551,0.0,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-gas-only.xml,54.23,54.23,31.021,31.021,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.603,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2119.2,1637.3,24.071,0.0,0.0,3.519,3.636,0.512,7.483,0.629,10.515,-12.551,0.0,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-gas-room-ac.xml,59.838,59.838,36.395,36.395,23.443,0.0,0.0,0.0,0.0,0.0,0.0,0.609,0.0,0.0,5.345,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.443,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.177,0.0,10.926,9.233,0.614,0.0,0.0,0.0,0.0,2111.3,3196.2,24.071,11.066,0.0,3.514,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.273,-0.063,4.804,0.0,0.728,0.0,5.753,-8.907,-2.499,0.0,0.046,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.165,-3.053,-0.165,0.0,-0.001,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-oil-only.xml,54.23,54.23,31.021,31.021,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.603,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2119.2,1637.3,24.071,0.0,0.0,3.519,3.636,0.512,7.483,0.629,10.515,-12.551,0.0,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-propane-only.xml,54.23,54.23,31.021,31.021,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.603,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2119.2,1637.3,24.071,0.0,0.0,3.519,3.636,0.512,7.483,0.629,10.515,-12.551,0.0,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-wood-only.xml,54.23,54.23,31.021,31.021,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.603,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.957,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2119.2,1637.3,24.071,0.0,0.0,3.519,3.636,0.512,7.483,0.629,10.515,-12.551,0.0,0.0,0.0,8.109,-0.066,4.805,0.0,0.728,0.0,5.698,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-furnace-x3-dse.xml,59.004,59.004,36.858,36.858,22.146,0.0,0.0,0.0,0.0,0.0,0.0,0.396,0.0,0.0,5.08,0.942,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.146,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.769,0.0,10.926,9.233,0.614,0.0,0.0,0.0,0.0,2109.2,2603.4,16.622,11.066,0.0,3.771,3.668,0.516,7.57,0.634,10.606,-12.676,0.0,0.0,0.0,8.346,-0.063,4.852,0.0,0.735,0.0,0.0,-8.996,-2.524,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ground-to-air-heat-pump-cooling-only.xml,33.834,33.834,33.834,33.834,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.571,0.777,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.556,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,2618.9,0.0,14.783,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.013,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.975,-0.166,0.0,1.993,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,36000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ground-to-air-heat-pump-heating-only.xml,36.574,36.574,36.574,36.574,0.0,0.0,0.0,0.0,0.0,0.0,5.394,0.763,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.341,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,3367.4,1637.3,22.277,0.0,0.0,3.577,3.636,0.512,7.482,0.629,10.514,-12.551,0.0,0.0,0.0,8.106,-0.066,4.805,0.0,0.728,0.0,4.035,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ground-to-air-heat-pump.xml,39.556,39.556,39.556,39.556,0.0,0.0,0.0,0.0,0.0,0.0,5.252,0.367,0.0,0.0,2.476,1.021,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.559,0.0,12.683,9.233,0.614,0.0,0.0,0.0,0.0,3214.4,2581.7,20.901,14.709,0.0,3.606,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.067,-8.907,-2.499,0.0,0.012,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.06,-0.165,0.0,1.771,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,48.968,48.968,48.968,48.968,0.0,0.0,0.0,0.0,0.0,0.0,12.408,0.689,0.567,0.018,4.149,0.698,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.347,0.585,13.441,9.233,0.614,0.0,0.0,0.0,0.0,7036.9,3402.7,24.737,16.387,0.0,3.465,3.634,0.511,7.502,0.629,10.507,-12.551,0.0,0.0,0.0,8.276,-0.063,4.804,0.0,0.728,0.0,6.962,-8.907,-2.499,0.0,-0.021,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.063,-0.165,0.0,2.554,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,43.851,43.851,43.851,43.851,0.0,0.0,0.0,0.0,0.0,0.0,8.907,0.572,0.523,0.016,2.825,0.567,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.636,0.54,13.765,9.233,0.614,0.0,0.0,0.0,0.0,7011.6,3040.2,24.732,17.667,0.0,3.414,3.635,0.511,7.503,0.629,10.509,-12.551,0.0,0.0,0.0,8.279,-0.063,4.804,0.0,0.728,0.0,8.292,-8.907,-2.499,0.0,-0.033,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.063,-0.165,0.0,2.883,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,43.335,43.335,43.335,43.335,0.0,0.0,0.0,0.0,0.0,0.0,8.802,0.724,0.321,0.017,2.821,0.21,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.751,0.338,14.996,9.233,0.614,0.0,0.0,0.0,0.0,7134.8,2898.1,25.053,18.025,0.0,3.333,3.636,0.512,7.506,0.629,10.51,-12.557,0.0,0.0,0.0,8.285,-0.061,4.804,0.0,0.728,0.0,10.468,-8.908,-2.5,0.0,-0.089,-0.454,-0.051,2.708,-0.024,-1.916,11.726,0.0,0.0,0.0,-6.309,-0.057,-1.166,-3.066,-0.165,0.0,4.161,7.87,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,60.758,60.758,36.724,36.724,24.035,0.0,0.0,0.0,0.0,0.0,0.0,0.289,0.0,0.0,5.226,0.769,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.035,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.398,0.0,14.889,9.233,0.614,0.0,0.0,0.0,2.0,2103.3,3477.2,24.099,18.143,0.0,3.506,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.273,-0.063,4.804,0.0,0.728,0.0,5.99,-8.907,-2.499,0.0,-0.085,-0.455,-0.051,2.707,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.313,-0.059,-1.166,-3.067,-0.165,0.0,4.031,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,59.234,59.234,35.2,35.2,24.035,0.0,0.0,0.0,0.0,0.0,0.0,0.289,0.0,0.0,3.828,0.642,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.035,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.398,0.0,15.318,9.233,0.614,0.0,0.0,0.0,2.0,2103.3,3154.9,24.099,18.541,0.0,3.506,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.273,-0.063,4.804,0.0,0.728,0.0,5.99,-8.907,-2.499,0.0,-0.104,-0.455,-0.051,2.707,-0.024,-1.915,11.732,0.0,0.0,0.0,-6.313,-0.059,-1.166,-3.066,-0.165,0.0,4.465,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,58.589,58.589,34.555,34.555,24.034,0.0,0.0,0.0,0.0,0.0,0.0,0.289,0.0,0.0,3.435,0.391,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.034,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.398,0.0,15.998,9.233,0.614,0.0,0.0,0.0,5.0,2103.3,2961.4,24.099,17.829,0.0,3.506,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.274,-0.063,4.804,0.0,0.728,0.0,5.99,-8.907,-2.499,0.0,-0.141,-0.454,-0.051,2.708,-0.024,-1.915,11.732,0.0,0.0,0.0,-6.312,-0.059,-1.166,-3.071,-0.165,0.0,5.192,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-furnace-gas-only.xml,55.619,55.619,30.886,30.886,24.733,0.0,0.0,0.0,0.0,0.0,0.0,0.469,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.733,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.221,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2097.0,1637.3,25.383,0.0,0.0,3.473,3.638,0.512,7.485,0.629,10.515,-12.557,0.0,0.0,0.0,8.114,-0.065,4.805,0.0,0.728,0.0,7.002,-8.908,-2.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-ground-to-air-heat-pump.xml,41.381,41.381,41.381,41.381,0.0,0.0,0.0,0.0,0.0,0.0,6.67,0.384,0.0,0.0,2.932,0.954,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.447,0.0,13.147,9.233,0.614,0.0,0.0,0.0,0.0,3447.4,2730.1,21.835,15.722,0.0,3.576,3.633,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.271,-0.062,4.804,0.0,0.728,0.0,3.98,-8.907,-2.499,0.0,-0.008,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.315,-0.059,-1.166,-3.062,-0.165,0.0,2.246,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,30706.0,7497.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,34.013,34.013,34.013,34.013,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.367,0.16,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.335,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,2594.9,0.0,13.432,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.005,-0.461,-0.051,2.686,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.895,-0.064,-1.188,-2.976,-0.166,0.0,1.787,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-install-quality-mini-split-heat-pump-ducted.xml,40.668,40.668,40.668,40.668,0.0,0.0,0.0,0.0,0.0,0.0,6.804,0.575,0.03,0.002,2.67,0.145,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.849,0.032,12.157,9.233,0.614,0.0,0.0,0.0,0.0,4380.1,2336.3,19.479,13.36,0.0,3.596,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.27,-0.062,4.804,0.0,0.728,0.0,3.367,-8.907,-2.499,0.0,0.03,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.061,-0.165,0.0,1.253,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-air-conditioner-only-ducted.xml,33.372,33.372,33.372,33.372,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.81,0.076,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.986,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,2236.5,0.0,13.209,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01,-0.461,-0.051,2.686,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.895,-0.064,-1.188,-2.974,-0.166,0.0,1.425,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-air-conditioner-only-ductless.xml,33.232,33.232,33.232,33.232,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.72,0.026,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.586,9.233,0.663,0.0,0.0,0.0,0.0,2071.1,2125.8,0.0,10.861,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,32.695,32.695,32.695,32.695,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.136,0.073,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.507,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,2211.4,0.0,12.594,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.024,-0.461,-0.051,2.686,-0.03,-1.962,11.853,0.0,0.0,0.0,-6.895,-0.064,-1.188,-2.972,-0.166,0.0,0.933,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,36000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-heat-pump-ducted-heating-only.xml,36.136,36.136,36.136,36.136,0.0,0.0,0.0,0.0,0.0,0.0,5.41,0.299,0.009,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.195,0.009,0.0,9.233,0.59,0.0,0.0,0.0,0.0,3769.3,1637.3,19.316,0.0,0.0,3.616,3.636,0.512,7.481,0.629,10.513,-12.551,0.0,0.0,0.0,8.105,-0.066,4.805,0.0,0.728,0.0,2.862,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,36000.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-heat-pump-ducted.xml,38.478,38.478,38.478,38.478,0.0,0.0,0.0,0.0,0.0,0.0,5.453,0.302,0.009,0.0,2.198,0.075,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.385,0.01,11.87,9.233,0.614,0.0,0.0,0.0,0.0,3769.3,2208.0,19.316,12.832,0.0,3.613,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.269,-0.062,4.804,0.0,0.728,0.0,2.889,-8.907,-2.499,0.0,0.039,-0.455,-0.051,2.705,-0.024,-1.918,11.732,0.0,0.0,0.0,-6.317,-0.059,-1.166,-3.059,-0.165,0.0,0.958,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,25749.0,2540.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,15306.0,1848.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,38.062,38.062,38.062,38.062,0.0,0.0,0.0,0.0,0.0,0.0,5.097,0.117,0.367,0.0,2.012,0.028,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.367,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4370.0,2151.7,16.457,11.066,0.0,3.734,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.804,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,18000.0,18000.0,60000.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,44.653,44.653,35.668,35.668,8.985,0.0,0.0,0.0,0.0,0.0,2.867,0.05,0.0,0.271,2.012,0.028,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.985,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.998,7.459,10.925,9.233,0.614,0.0,0.0,1.0,0.0,2829.9,2151.7,17.596,11.066,0.0,3.713,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.265,-0.062,4.803,0.0,0.728,0.0,0.414,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,18000.0,18000.0,60000.0,6.8,91.76,26137.0,2928.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,47.935,47.935,35.57,35.57,0.0,12.364,0.0,0.0,0.0,0.0,3.033,0.071,0.0,0.0,1.999,0.028,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.364,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.658,7.419,10.828,9.233,0.615,0.0,0.0,2.0,0.0,2913.9,2188.7,17.014,11.229,0.0,3.732,3.63,0.511,7.491,0.628,10.498,-12.557,0.0,0.0,0.0,8.271,-0.062,5.885,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.052,-0.447,-0.049,2.736,-0.022,-1.888,11.726,0.0,0.0,0.0,-6.268,-0.058,-1.429,-3.007,-0.163,0.0,0.0,7.864,2.009,1354.8,997.6,11399.5,2615.8,18000.0,18000.0,60000.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,37.634,37.634,37.634,37.634,0.0,0.0,0.0,0.0,0.0,0.0,4.894,0.098,0.0,0.0,2.175,0.027,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.0,10.925,9.233,0.614,0.0,0.0,0.0,0.0,3470.0,2167.0,16.457,11.066,0.0,3.734,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.804,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-mini-split-heat-pump-ductless.xml,37.634,37.634,37.634,37.634,0.0,0.0,0.0,0.0,0.0,0.0,4.894,0.098,0.0,0.0,2.175,0.027,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.0,10.925,9.233,0.614,0.0,0.0,0.0,0.0,3470.0,2167.0,16.457,11.066,0.0,3.734,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.804,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-multiple.xml,66.378,66.378,51.93,51.93,7.162,3.603,3.683,0.0,0.0,0.0,13.664,0.862,0.199,0.008,6.203,0.554,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.162,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.603,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.683,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.718,0.207,18.969,9.233,0.615,0.0,0.0,0.0,4.0,6442.4,4057.4,37.83,22.72,0.0,3.417,3.634,0.511,7.5,0.629,10.505,-12.571,0.0,0.0,0.0,8.29,-0.06,5.886,0.0,0.727,0.0,15.316,-8.919,-2.502,0.0,-0.122,-0.445,-0.049,2.738,-0.021,-1.886,11.711,0.0,0.0,0.0,-6.258,-0.056,-1.428,-3.046,-0.163,0.0,8.244,7.859,2.007,1354.8,997.6,11399.5,2615.8,59200.0,36799.2,10236.0,6.8,91.76,36503.0,13294.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,23817.0,10359.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-none.xml,19.737,19.737,19.737,19.737,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.607,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.572,0.327,0.0,0.0,0.0,0.0,1280.7,1085.4,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1354.8,997.6,8540.6,2104.4,0.0,0.0,0.0,63.32,89.06,2825.0,0.0,794.0,0.0,61.0,232.0,0.0,0.0,1293.0,229.0,216.0,13002.0,0.0,6223.0,0.0,264.0,451.0,0.0,0.0,0.0,2443.0,301.0,3320.0,1251.0,0.0,451.0,800.0 +base-hvac-portable-heater-gas-only.xml,46.866,46.866,30.417,30.417,16.448,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.448,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.435,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,2021.3,1637.3,16.457,0.0,0.0,3.736,3.635,0.512,7.478,0.629,10.51,-12.551,0.0,0.0,0.0,8.099,-0.066,4.805,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ptac-with-heating-electricity.xml,51.303,51.303,51.303,51.303,0.0,0.0,0.0,0.0,0.0,0.0,16.616,0.0,0.0,0.0,4.246,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.0,10.925,9.233,0.614,0.0,0.0,0.0,0.0,5929.5,2792.5,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ptac-with-heating-natural-gas.xml,55.457,55.457,34.686,34.686,20.771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.246,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.771,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.0,10.925,9.233,0.614,0.0,0.0,0.0,0.0,2020.9,2792.5,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-ptac.xml,34.616,34.616,34.616,34.616,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.13,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,2798.2,0.0,10.861,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-pthp-heating-capacity-17f.xml,41.992,41.992,41.992,41.992,0.0,0.0,0.0,0.0,0.0,0.0,7.402,0.0,0.047,0.0,4.103,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.047,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2769.1,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-pthp.xml,41.992,41.992,41.992,41.992,0.0,0.0,0.0,0.0,0.0,0.0,7.402,0.0,0.047,0.0,4.103,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.047,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2769.1,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-room-ac-only-33percent.xml,32.296,32.296,32.296,32.296,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.81,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.493,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,2126.3,0.0,3.584,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.01,-0.152,-0.017,0.887,-0.01,-0.647,3.911,0.0,0.0,0.0,-2.275,-0.021,-0.392,-0.979,-0.055,0.0,0.0,2.643,0.672,1354.8,997.6,11399.5,2615.8,0.0,8000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-room-ac-only-ceer.xml,35.694,35.694,35.694,35.694,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.208,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,3174.2,0.0,10.861,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-room-ac-only-detailed-setpoints.xml,34.446,34.446,34.446,34.446,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,3.967,0.0,9.203,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.807,9.233,0.655,0.0,0.0,0.0,0.0,2021.1,3004.3,0.0,9.816,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-0.133,-0.636,-0.076,2.201,-0.074,-2.493,11.853,0.0,0.0,0.0,-7.631,-0.066,-1.33,-3.345,-0.198,0.0,0.0,8.0,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-room-ac-only.xml,35.685,35.685,35.685,35.685,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.198,0.0,9.21,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.585,9.233,0.663,0.0,0.0,0.0,0.0,2021.1,3170.5,0.0,10.861,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.031,-0.461,-0.051,2.687,-0.03,-1.961,11.853,0.0,0.0,0.0,-6.894,-0.064,-1.188,-2.967,-0.166,0.0,0.0,8.008,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-room-ac-with-heating.xml,52.401,52.401,52.401,52.401,0.0,0.0,0.0,0.0,0.0,0.0,16.616,0.0,0.0,0.0,5.344,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.0,10.925,9.233,0.614,0.0,0.0,0.0,0.0,5929.5,3196.2,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-room-ac-with-reverse-cycle.xml,41.992,41.992,41.992,41.992,0.0,0.0,0.0,0.0,0.0,0.0,7.402,0.0,0.047,0.0,4.103,0.0,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.603,0.047,10.925,9.233,0.614,0.0,0.0,0.0,0.0,4794.5,2769.1,16.457,11.065,0.0,3.733,3.632,0.511,7.495,0.628,10.501,-12.551,0.0,0.0,0.0,8.264,-0.062,4.803,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.045,-0.455,-0.051,2.706,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.165,-3.053,-0.165,0.0,0.0,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,36000.0,36000.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-seasons.xml,58.566,58.566,35.906,35.906,22.66,0.0,0.0,0.0,0.0,0.0,0.0,0.374,0.0,0.0,4.269,0.823,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.221,0.0,13.849,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3353.5,23.056,17.896,0.0,3.502,3.596,0.506,7.5,0.614,10.349,-12.459,0.0,0.0,0.0,8.201,-0.033,4.75,0.0,0.721,0.0,4.908,-8.79,-2.477,0.0,-0.084,-0.49,-0.055,2.714,-0.038,-2.066,11.824,0.0,0.0,0.0,-6.376,-0.029,-1.216,-3.076,-0.171,0.0,3.083,7.988,2.033,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-setpoints-daily-schedules.xml,57.547,57.547,35.338,35.338,22.209,0.0,0.0,0.0,0.0,0.0,0.0,0.366,0.0,0.0,3.802,0.729,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.209,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.418,0.0,11.999,9.233,0.615,0.0,0.0,104.0,52.0,2155.5,3923.8,34.947,20.085,0.0,3.501,3.566,0.501,7.495,0.605,10.228,-12.548,0.0,0.0,0.0,8.632,0.006,4.646,0.0,0.726,0.0,4.591,-8.865,-2.497,0.0,-0.061,-0.491,-0.056,2.64,-0.04,-2.094,11.735,0.0,0.0,0.0,-6.625,-0.003,-1.216,-3.364,-0.173,0.0,2.398,7.915,2.013,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-setpoints-daily-setbacks.xml,56.958,56.958,35.488,35.488,21.469,0.0,0.0,0.0,0.0,0.0,0.0,0.354,0.0,0.0,3.936,0.756,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.469,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.015,0.0,12.611,9.233,0.616,0.0,0.0,0.0,11.0,2137.5,3597.9,25.353,20.652,0.0,3.493,3.55,0.499,7.328,0.602,10.177,-12.584,0.0,0.0,0.0,8.152,-0.021,4.634,0.0,0.723,0.0,4.487,-8.884,-2.501,0.0,-0.044,-0.487,-0.056,2.594,-0.038,-2.086,11.699,0.0,0.0,0.0,-6.609,-0.023,-1.199,-3.313,-0.176,0.0,2.544,7.896,2.009,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-setpoints.xml,41.624,41.624,34.114,34.114,7.51,0.0,0.0,0.0,0.0,0.0,0.0,0.124,0.0,0.0,3.004,0.516,9.194,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.028,0.0,8.762,9.233,0.647,0.0,0.0,0.0,0.0,2102.7,2974.3,17.434,15.12,0.0,2.824,2.759,0.386,5.283,0.405,7.806,-12.43,0.0,0.0,0.0,5.375,-0.06,3.451,0.0,0.567,0.0,1.603,-8.808,-2.473,0.0,-0.109,-0.561,-0.065,2.387,-0.055,-2.27,11.853,0.0,0.0,0.0,-7.541,-0.06,-1.254,-5.064,-0.187,0.0,2.04,8.003,2.036,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-stove-oil-only.xml,52.283,52.283,30.484,30.484,0.0,21.799,0.0,0.0,0.0,0.0,0.0,0.066,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,0.0,9.233,0.591,0.0,0.0,0.0,0.0,2032.0,1635.7,17.014,0.0,0.0,3.734,3.633,0.511,7.474,0.628,10.507,-12.557,0.0,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-stove-wood-pellets-only.xml,52.283,52.283,30.484,30.484,0.0,0.0,0.0,0.0,21.799,0.0,0.0,0.066,0.0,0.0,0.0,0.0,9.142,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.492,0.0,0.0,9.233,0.591,0.0,0.0,0.0,0.0,2032.0,1635.7,17.014,0.0,0.0,3.734,3.633,0.511,7.474,0.628,10.507,-12.557,0.0,0.0,0.0,8.108,-0.065,5.887,0.0,0.727,0.0,0.0,-8.914,-2.501,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.6,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-undersized-allow-increased-fixed-capacities.xml,56.236,56.236,35.518,35.518,20.719,0.0,0.0,0.0,0.0,0.0,0.0,0.361,0.0,0.0,3.959,0.758,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.719,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.42,0.0,12.717,9.233,0.614,0.0,0.0,0.0,0.0,2113.9,2961.2,20.504,15.145,0.0,3.61,3.633,0.511,7.498,0.628,10.504,-12.551,0.0,0.0,0.0,8.269,-0.062,4.804,0.0,0.728,0.0,2.932,-8.907,-2.499,0.0,0.012,-0.455,-0.051,2.705,-0.024,-1.917,11.732,0.0,0.0,0.0,-6.316,-0.059,-1.166,-3.06,-0.165,0.0,1.83,7.871,2.01,1354.8,997.6,11399.5,2615.8,28463.0,18434.0,0.0,6.8,91.76,28463.0,5254.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,17383.0,3925.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-undersized.xml,48.701,48.701,33.139,33.139,15.563,0.0,0.0,0.0,0.0,0.0,0.0,0.251,0.0,0.0,2.078,0.355,9.179,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.563,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.572,0.0,6.262,9.233,0.631,0.0,0.0,3745.0,2593.0,2089.4,1809.8,3.836,2.669,0.0,2.666,2.896,0.405,5.299,0.442,8.258,-12.677,0.0,0.0,0.0,4.647,-0.118,3.588,0.0,0.595,0.0,9.677,-9.014,-2.519,0.0,-0.358,-0.796,-0.1,1.619,-0.113,-2.975,11.606,0.0,0.0,0.0,-8.039,-0.06,-1.414,-4.994,-0.233,0.0,2.646,7.78,1.99,1354.8,997.6,11399.6,2615.9,3600.0,2400.0,0.0,6.8,91.76,28463.0,5254.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,17383.0,3925.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-hvac-wall-furnace-elec-only.xml,47.201,47.201,47.201,47.201,0.0,0.0,0.0,0.0,0.0,0.0,16.784,0.0,0.0,0.0,0.0,0.0,9.141,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.435,0.0,0.0,9.233,0.59,0.0,0.0,0.0,0.0,6024.4,1637.3,16.457,0.0,0.0,3.736,3.635,0.512,7.478,0.629,10.51,-12.551,0.0,0.0,0.0,8.099,-0.066,4.805,0.0,0.728,0.0,0.0,-8.907,-2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1354.8,997.6,11399.5,2615.8,36000.0,0.0,0.0,6.8,91.76,23209.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,13458.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-lighting-ceiling-fans.xml,59.148,59.148,36.337,36.337,22.811,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.194,0.804,9.162,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.525,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.362,0.0,13.609,9.233,0.612,0.0,0.0,0.0,0.0,2132.3,3336.0,23.056,17.693,0.0,3.543,3.634,0.511,7.498,0.628,10.506,-12.551,0.0,0.0,0.0,8.258,-0.063,4.804,0.0,0.728,0.0,4.936,-8.907,-2.499,0.0,-0.084,-0.502,-0.057,2.578,-0.036,-2.059,11.732,0.0,0.0,0.0,-6.512,-0.059,-1.201,-3.228,-0.173,0.0,2.994,8.394,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-lighting-holiday.xml,58.979,58.979,36.149,36.149,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.533,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2397.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-lighting-kwh-per-year.xml,59.243,59.243,36.784,36.784,22.46,0.0,0.0,0.0,0.0,0.0,0.0,0.371,0.0,0.0,4.346,0.842,9.164,0.0,0.0,5.118,0.0,0.511,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.033,0.0,14.182,9.233,0.614,0.0,0.0,0.0,0.0,2193.9,3333.9,23.005,18.0,0.0,3.549,3.638,0.512,7.512,0.63,10.518,-12.549,0.0,0.0,0.0,8.291,-0.064,4.806,0.0,0.728,0.0,4.868,-8.907,-2.836,0.0,-0.051,-0.461,-0.051,2.688,-0.025,-1.933,11.731,0.0,0.0,0.0,-6.342,-0.06,-1.17,-3.09,-0.165,0.0,3.143,7.871,2.282,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-lighting-mixed.xml,58.958,58.958,36.127,36.127,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.511,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2124.1,3304.2,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-lighting-none-ceiling-fans.xml,56.751,56.751,31.143,31.143,25.608,0.0,0.0,0.0,0.0,0.0,0.0,0.422,0.0,0.0,3.874,0.726,9.164,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.525,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.608,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.983,0.0,12.249,9.233,0.614,0.0,0.0,0.0,0.0,1752.1,3091.0,23.431,16.958,0.0,3.499,3.606,0.507,7.413,0.623,10.44,-12.586,0.0,0.0,0.0,8.149,-0.058,4.797,0.0,0.726,0.0,5.471,-8.931,0.0,0.0,-0.025,-0.452,-0.05,2.72,-0.023,-1.909,11.721,0.0,0.0,0.0,-6.27,-0.053,-1.161,-3.026,-0.166,0.0,2.764,8.371,0.0,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-lighting-none.xml,56.382,56.382,30.752,30.752,25.629,0.0,0.0,0.0,0.0,0.0,0.0,0.423,0.0,0.0,3.979,0.751,9.166,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.629,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.003,0.0,12.623,9.233,0.616,0.0,0.0,0.0,0.0,1752.1,3381.6,23.431,17.169,0.0,3.499,3.606,0.507,7.415,0.623,10.439,-12.586,0.0,0.0,0.0,8.164,-0.057,4.797,0.0,0.726,0.0,5.475,-8.931,0.0,0.0,0.014,-0.405,-0.044,2.849,-0.011,-1.767,11.721,0.0,0.0,0.0,-6.075,-0.053,-1.126,-2.867,-0.158,0.0,2.878,7.849,0.0,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-location-AMY-2012.xml,67.4,67.4,34.86,34.86,32.54,0.0,0.0,0.0,0.0,0.0,0.0,0.529,0.0,0.0,2.921,0.489,9.579,0.0,0.0,4.524,0.0,0.335,0.0,0.0,0.0,0.0,2.225,0.0,0.0,0.32,0.366,1.517,1.533,0.0,2.121,8.403,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.468,0.0,8.514,9.674,0.619,0.0,0.0,0.0,0.0,2146.9,2807.5,23.495,14.853,0.0,4.247,4.367,0.62,9.821,0.801,12.983,-13.811,0.0,0.0,0.0,10.957,-0.074,5.178,0.0,0.772,0.0,7.182,-10.166,-2.865,0.0,-0.011,-0.349,-0.043,1.62,-0.049,-2.071,10.078,0.0,0.0,0.0,-7.424,-0.065,-0.892,-2.437,-0.098,0.0,2.078,6.666,1.659,1358.5,1000.6,11587.6,2659.0,36000.0,24000.0,0.0,10.22,91.4,30246.0,8331.0,7102.0,0.0,543.0,6062.0,0.0,0.0,1844.0,2054.0,4311.0,18521.0,5156.0,7000.0,0.0,204.0,251.0,0.0,0.0,0.0,1985.0,606.0,3320.0,0.0,0.0,0.0,0.0 +base-location-baltimore-md.xml,39.279,39.279,29.909,29.909,9.371,0.0,0.0,0.0,0.0,0.0,0.0,0.039,0.0,0.0,5.043,1.036,8.66,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.371,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.656,0.0,16.732,8.551,0.66,0.0,0.0,0.0,0.0,1686.1,2485.1,13.734,13.553,0.0,3.506,3.362,0.0,0.0,0.715,9.254,-8.61,0.0,0.0,3.309,0.0,-0.292,2.06,0.0,0.807,0.0,1.522,-5.903,-1.317,0.0,-0.093,-0.582,0.0,0.0,-0.007,-0.451,11.809,0.0,0.0,-0.89,0.0,-0.285,-0.427,-1.52,-0.203,0.0,1.557,6.68,1.33,1354.8,997.6,11035.9,2719.3,24000.0,24000.0,0.0,17.24,91.22,18314.0,4508.0,6268.0,0.0,480.0,1835.0,0.0,1192.0,0.0,1812.0,2219.0,15107.0,1151.0,6959.0,0.0,247.0,387.0,0.0,366.0,0.0,2317.0,359.0,3320.0,1874.0,594.0,480.0,800.0 +base-location-capetown-zaf.xml,27.716,27.716,27.495,27.495,0.221,0.0,0.0,0.0,0.0,0.0,0.0,0.001,0.0,0.0,3.822,0.912,7.629,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.221,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.205,0.0,14.417,7.422,0.693,0.0,0.0,0.0,0.0,1761.2,2271.9,4.66,11.44,0.0,1.709,1.454,0.0,0.0,0.578,5.136,-6.481,0.0,0.0,2.766,0.0,-0.881,0.766,0.0,0.341,0.0,0.033,-4.538,-0.847,0.0,-0.719,-1.461,0.0,0.0,-0.441,-2.713,17.022,0.0,0.0,-3.937,0.0,-0.88,-0.579,-1.951,-0.382,0.0,0.911,8.046,1.8,1354.8,997.6,10580.5,2607.1,24000.0,24000.0,0.0,41.0,84.38,13255.0,5428.0,3445.0,0.0,264.0,1009.0,0.0,1031.0,0.0,996.0,1083.0,13718.0,2061.0,5640.0,0.0,185.0,149.0,0.0,333.0,0.0,1847.0,183.0,3320.0,845.0,26.0,19.0,800.0 +base-location-dallas-tx.xml,34.353,34.353,32.588,32.588,1.765,0.0,0.0,0.0,0.0,0.0,0.0,0.008,0.0,0.0,8.767,1.868,6.814,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.629,0.0,30.193,6.675,0.573,0.0,0.0,0.0,0.0,2014.4,2771.1,9.706,14.235,0.0,1.739,1.617,0.0,0.0,0.364,4.749,-5.048,0.0,0.0,0.0,1.268,-0.306,1.001,0.0,0.387,0.0,0.044,-3.657,-0.759,0.0,0.559,0.0,0.0,0.0,0.189,1.78,16.967,0.0,0.0,0.0,1.906,-0.3,-0.357,-1.927,-0.093,0.0,0.343,9.5,1.888,1354.8,997.6,9989.0,2461.3,24000.0,24000.0,0.0,25.88,98.42,20378.0,1385.0,5241.0,0.0,401.0,1535.0,0.0,0.0,8539.0,1516.0,1760.0,15384.0,72.0,7662.0,0.0,313.0,637.0,0.0,0.0,0.0,2811.0,568.0,3320.0,1629.0,437.0,392.0,800.0 +base-location-duluth-mn.xml,70.96,70.96,29.786,29.786,41.174,0.0,0.0,0.0,0.0,0.0,0.0,0.438,0.0,0.0,2.265,0.329,11.623,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.174,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.316,0.0,5.222,11.597,0.833,0.0,0.0,0.0,0.0,1760.4,2414.3,26.507,11.148,0.0,7.047,7.051,0.0,0.0,1.588,19.994,-13.274,0.0,0.0,10.017,0.0,-0.32,6.399,0.0,0.0,0.0,7.62,-6.293,-1.93,0.0,-0.435,-0.782,0.0,0.0,-0.099,-1.383,7.876,0.0,0.0,-1.555,0.0,-0.319,-0.516,-1.024,0.0,0.0,0.334,2.573,0.717,1354.8,997.6,12167.9,2889.4,36000.0,24000.0,0.0,-13.72,81.14,31260.0,6260.0,9946.0,0.0,761.0,2912.0,0.0,4696.0,0.0,2876.0,3808.0,11642.0,149.0,5878.0,0.0,156.0,64.0,0.0,344.0,0.0,1624.0,107.0,3320.0,1209.0,246.0,163.0,800.0 +base-location-helena-mt.xml,78.178,78.178,35.312,35.312,42.866,0.0,0.0,0.0,0.0,0.0,0.0,1.05,0.0,0.0,2.302,0.351,10.333,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.866,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.487,0.0,5.875,10.479,0.625,0.0,0.0,0.0,0.0,2225.9,2823.6,30.346,14.138,0.0,5.348,5.459,0.773,11.506,1.046,15.949,-15.475,0.0,0.0,0.0,13.881,-0.184,7.806,0.0,1.207,0.0,8.309,-12.196,-3.383,0.0,0.013,-0.249,-0.026,1.306,0.009,-0.94,8.219,0.0,0.0,0.0,-5.983,-0.177,-0.674,-2.354,-0.12,0.0,1.247,4.593,1.127,1354.8,997.6,11851.9,2719.7,48000.0,24000.0,0.0,-8.14,89.24,39420.0,10023.0,9283.0,0.0,710.0,7923.0,0.0,0.0,2410.0,2684.0,6386.0,17991.0,5112.0,6838.0,0.0,184.0,165.0,0.0,0.0,0.0,1837.0,535.0,3320.0,80.0,0.0,-720.0,800.0 +base-location-honolulu-hi.xml,36.199,36.199,36.199,36.199,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.218,3.035,4.816,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.46,4.572,0.55,0.0,0.0,0.0,0.0,2132.0,2154.5,0.0,13.168,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.228,0.744,0.0,0.0,0.3,5.979,20.462,0.0,0.0,0.0,6.019,-0.004,-0.045,-1.684,0.062,0.0,0.753,13.134,2.647,1354.8,997.6,8540.5,2104.4,12000.0,24000.0,0.0,63.32,89.06,3417.0,592.0,794.0,0.0,61.0,232.0,0.0,0.0,1293.0,229.0,216.0,13034.0,32.0,6223.0,0.0,264.0,451.0,0.0,0.0,0.0,2443.0,301.0,3320.0,1830.0,579.0,451.0,800.0 +base-location-miami-fl.xml,35.353,35.353,35.353,35.353,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.444,2.83,4.948,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.97,4.712,0.551,0.0,0.0,0.0,0.0,2104.8,2424.8,0.0,13.564,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.006,0.575,0.0,0.0,0.304,5.178,19.65,0.0,0.0,0.0,5.533,-0.004,-0.214,-2.358,-0.005,0.0,0.695,13.135,2.647,1354.8,997.6,8625.1,2125.3,12000.0,24000.0,0.0,51.62,90.68,8608.0,784.0,2184.0,0.0,167.0,639.0,0.0,0.0,3557.0,631.0,646.0,13318.0,-219.0,6532.0,0.0,279.0,507.0,0.0,0.0,0.0,2554.0,345.0,3320.0,2518.0,954.0,764.0,800.0 +base-location-phoenix-az.xml,38.434,38.434,38.433,38.433,0.001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.029,3.092,5.181,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.001,0.0,51.765,4.955,0.556,0.0,0.0,0.0,0.0,2368.2,3386.4,0.593,17.634,0.0,0.71,0.522,0.0,0.0,0.205,2.256,-1.868,0.0,0.0,0.0,-0.063,-0.459,0.366,0.0,0.124,0.0,-0.0,-1.629,-0.279,0.0,1.784,1.422,0.0,0.0,0.805,5.612,24.136,0.0,0.0,0.0,7.027,-0.471,0.013,-3.122,0.118,0.0,0.884,11.511,2.368,1354.8,997.6,8429.2,2077.0,24000.0,24000.0,0.0,41.36,108.14,13271.0,1050.0,3402.0,0.0,260.0,996.0,0.0,0.0,5543.0,984.0,1035.0,18582.0,689.0,8833.0,0.0,401.0,975.0,0.0,0.0,0.0,3479.0,885.0,3320.0,514.0,0.0,-286.0,800.0 +base-location-portland-or.xml,37.236,37.236,27.62,27.62,9.616,0.0,0.0,0.0,0.0,0.0,0.0,0.04,0.0,0.0,2.833,0.536,9.081,0.0,0.0,2.647,0.0,0.238,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,4.187,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,9.616,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.884,0.0,8.567,8.879,0.78,0.0,0.0,0.0,0.0,1686.4,2822.8,8.464,13.424,0.0,3.445,3.288,0.0,0.0,0.744,8.892,-8.235,0.0,0.0,6.239,0.0,-0.414,1.469,0.0,0.813,0.0,1.647,-7.536,-1.659,0.0,-0.301,-0.768,0.0,0.0,-0.009,-1.255,10.288,0.0,0.0,-2.905,0.0,-0.411,-0.361,-1.829,-0.252,0.0,0.541,5.048,0.988,1354.8,997.6,11239.5,2769.4,24000.0,24000.0,0.0,28.58,87.08,17550.0,6260.0,4921.0,0.0,377.0,1441.0,0.0,1472.0,0.0,1423.0,1658.0,15200.0,2146.0,6570.0,0.0,210.0,243.0,0.0,429.0,0.0,2032.0,250.0,3320.0,784.0,0.0,-16.0,800.0 +base-mechvent-balanced.xml,80.208,80.208,37.793,37.793,42.415,0.0,0.0,0.0,0.0,0.0,0.0,0.7,0.0,0.0,4.087,0.766,9.17,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,42.415,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.726,0.0,12.839,9.233,0.62,0.0,0.0,0.0,0.0,2216.6,3658.1,32.406,20.823,0.0,3.499,3.714,0.523,7.426,0.654,10.811,-12.716,0.0,0.0,0.0,8.121,-0.117,5.505,0.0,15.088,0.0,8.679,-9.187,-2.57,0.0,0.165,-0.244,-0.021,3.022,0.035,-1.203,11.567,0.0,0.0,0.0,-5.928,-0.113,-1.007,-2.519,-3.51,0.0,3.135,7.597,1.939,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,38240.0,8734.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,10894.0,20470.0,5341.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,2289.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-bath-kitchen-fans.xml,60.565,60.565,36.042,36.042,24.524,0.0,0.0,0.0,0.0,0.0,0.0,0.405,0.0,0.0,4.264,0.821,9.164,0.0,0.0,4.51,0.0,0.334,0.112,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.524,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.966,0.0,13.806,9.233,0.615,0.0,0.0,0.0,0.0,2186.4,3689.2,24.925,19.507,0.0,3.534,3.633,0.511,7.498,0.628,10.497,-12.56,0.0,0.0,0.0,8.287,-0.057,4.318,0.0,2.47,0.0,5.276,-8.912,-2.501,0.0,-0.03,-0.442,-0.049,2.749,-0.021,-1.88,11.723,0.0,0.0,0.0,-6.239,-0.053,-1.041,-2.996,-0.683,0.0,3.093,7.867,2.009,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-cfis-airflow-fraction-zero.xml,73.539,73.539,37.691,37.691,35.848,0.0,0.0,0.0,0.0,0.0,0.0,0.591,0.0,0.0,4.177,0.791,9.168,0.0,0.0,4.51,0.0,0.334,1.688,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.848,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.575,0.0,13.271,9.233,0.618,0.0,0.0,0.0,0.0,2171.2,3597.0,29.411,20.558,0.0,3.473,3.65,0.514,7.482,0.635,10.584,-12.616,0.0,0.0,0.0,8.306,-0.071,1.506,0.0,13.869,0.0,7.47,-9.006,-2.523,0.0,0.048,-0.357,-0.037,2.94,0.004,-1.582,11.667,0.0,0.0,0.0,-5.941,-0.067,-0.254,-2.714,-3.251,0.0,3.159,7.776,1.987,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35068.0,8659.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,19951.0,5331.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-cfis-dse.xml,73.651,73.651,38.63,38.63,35.021,0.0,0.0,0.0,0.0,0.0,0.0,0.578,0.0,0.0,4.882,0.882,9.168,0.0,0.0,4.51,0.0,0.334,1.844,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.021,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.219,0.0,10.19,9.233,0.618,0.0,0.0,0.0,0.0,2170.2,2697.0,21.259,12.591,0.0,3.748,3.646,0.513,7.474,0.634,10.577,-12.604,0.0,0.0,0.0,8.293,-0.074,1.506,0.0,13.743,0.0,0.0,-9.003,-2.522,0.0,0.136,-0.359,-0.037,2.939,0.003,-1.583,11.679,0.0,0.0,0.0,-5.945,-0.07,-0.254,-2.705,-3.22,0.0,0.0,7.779,1.988,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,26408.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,14620.0,0.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-cfis-evap-cooler-only-ducted.xml,34.15,34.15,34.15,34.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.887,9.233,0.0,0.0,4.51,0.0,0.334,2.754,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.036,9.233,0.688,0.0,0.0,0.0,0.0,2121.4,2181.0,0.0,17.239,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.157,-0.348,-0.035,3.008,-0.001,-1.613,11.853,0.0,0.0,0.0,-6.545,-0.058,-0.256,-2.545,-3.07,0.0,0.632,8.013,2.036,1354.8,997.6,11399.5,2615.8,0.0,24000.0,0.0,6.8,91.76,26408.0,0.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,16881.0,2261.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-cfis-supplemental-fan-exhaust.xml,70.727,70.727,36.346,36.346,34.381,0.0,0.0,0.0,0.0,0.0,0.0,0.567,0.0,0.0,4.087,0.77,9.169,0.0,0.0,4.51,0.0,0.334,0.478,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.381,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.2,0.0,12.913,9.233,0.619,0.0,0.0,0.0,0.0,2162.6,3589.9,29.412,20.495,0.0,3.507,3.673,0.517,7.458,0.642,10.669,-12.652,0.0,0.0,0.0,8.239,-0.088,1.924,0.0,12.451,0.0,7.191,-9.082,-2.543,0.0,0.105,-0.303,-0.029,3.006,0.019,-1.399,11.631,0.0,0.0,0.0,-5.882,-0.084,-0.252,-2.582,-3.976,0.0,3.081,7.702,1.966,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35068.0,8659.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,19951.0,5331.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-cfis-supplemental-fan-supply.xml,72.881,72.881,36.375,36.375,36.506,0.0,0.0,0.0,0.0,0.0,0.0,0.602,0.0,0.0,4.094,0.771,9.169,0.0,0.0,4.51,0.0,0.334,0.463,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.506,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.191,0.0,12.918,9.233,0.619,0.0,0.0,0.0,0.0,2140.7,3722.6,29.411,20.512,0.0,3.483,3.663,0.515,7.468,0.639,10.627,-12.634,0.0,0.0,0.0,8.268,-0.079,1.51,0.0,14.428,0.0,7.583,-9.045,-2.533,0.0,0.083,-0.325,-0.032,2.979,0.012,-1.479,11.649,0.0,0.0,0.0,-5.903,-0.075,-0.244,-2.624,-3.849,0.0,3.106,7.738,1.976,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35068.0,8659.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,19951.0,5331.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-cfis.xml,74.71,74.71,37.624,37.624,37.087,0.0,0.0,0.0,0.0,0.0,0.0,0.612,0.0,0.0,4.125,0.777,9.168,0.0,0.0,4.51,0.0,0.334,1.666,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.087,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.736,0.0,13.028,9.233,0.619,0.0,0.0,0.0,0.0,2169.4,3588.4,29.41,20.482,0.0,3.487,3.701,0.521,7.447,0.651,10.764,-12.662,0.0,0.0,0.0,8.178,-0.117,1.521,0.0,14.075,0.0,8.56,-9.114,-2.552,0.0,0.161,-0.289,-0.027,2.954,0.024,-1.349,11.621,0.0,0.0,0.0,-5.989,-0.113,-0.231,-2.632,-3.007,0.0,2.423,7.668,1.957,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35068.0,8659.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,19951.0,5331.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-erv-atre-asre.xml,65.623,65.623,37.817,37.817,27.807,0.0,0.0,0.0,0.0,0.0,0.0,0.459,0.0,0.0,4.297,0.826,9.166,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.807,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.042,0.0,13.884,9.233,0.616,0.0,0.0,0.0,0.0,2186.2,3813.0,25.372,19.167,0.0,3.506,3.63,0.511,7.494,0.628,10.501,-12.573,0.0,0.0,0.0,8.31,-0.059,5.396,0.0,3.901,0.0,5.917,-8.931,-2.505,0.0,-0.018,-0.424,-0.046,2.815,-0.015,-1.812,11.71,0.0,0.0,0.0,-6.133,-0.055,-1.251,-2.914,-0.846,0.0,3.168,7.849,2.004,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,33151.0,8620.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,5920.0,19143.0,5334.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,970.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-erv.xml,65.627,65.627,37.817,37.817,27.811,0.0,0.0,0.0,0.0,0.0,0.0,0.459,0.0,0.0,4.297,0.826,9.166,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.811,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.046,0.0,13.884,9.233,0.616,0.0,0.0,0.0,0.0,2186.2,3813.1,25.374,19.168,0.0,3.506,3.63,0.511,7.494,0.628,10.501,-12.573,0.0,0.0,0.0,8.31,-0.059,5.396,0.0,3.904,0.0,5.918,-8.931,-2.505,0.0,-0.018,-0.424,-0.046,2.815,-0.015,-1.812,11.71,0.0,0.0,0.0,-6.133,-0.055,-1.251,-2.914,-0.847,0.0,3.168,7.849,2.004,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,33153.0,8620.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,5921.0,19143.0,5334.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,970.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-exhaust-rated-flow-rate.xml,74.427,74.427,36.786,36.786,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.621,0.0,0.0,4.062,0.762,9.169,0.0,0.0,4.51,0.0,0.334,0.897,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.254,0.0,12.77,9.233,0.619,0.0,0.0,0.0,0.0,2195.3,3628.1,29.462,20.613,0.0,3.49,3.676,0.517,7.461,0.642,10.668,-12.671,0.0,0.0,0.0,8.245,-0.083,1.464,0.0,15.401,0.0,7.781,-9.087,-2.545,0.0,0.108,-0.299,-0.029,3.01,0.019,-1.399,11.612,0.0,0.0,0.0,-5.874,-0.079,-0.23,-2.573,-4.16,0.0,3.093,7.697,1.965,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35068.0,8659.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,19951.0,5331.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-exhaust.xml,74.427,74.427,36.786,36.786,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.621,0.0,0.0,4.062,0.762,9.169,0.0,0.0,4.51,0.0,0.334,0.897,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.254,0.0,12.77,9.233,0.619,0.0,0.0,0.0,0.0,2195.3,3628.1,29.462,20.613,0.0,3.49,3.676,0.517,7.461,0.642,10.668,-12.671,0.0,0.0,0.0,8.245,-0.083,1.464,0.0,15.401,0.0,7.781,-9.087,-2.545,0.0,0.108,-0.299,-0.029,3.01,0.019,-1.399,11.612,0.0,0.0,0.0,-5.874,-0.079,-0.23,-2.573,-4.16,0.0,3.093,7.697,1.965,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35068.0,8659.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,19951.0,5331.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-hrv-asre.xml,65.624,65.624,37.82,37.82,27.804,0.0,0.0,0.0,0.0,0.0,0.0,0.459,0.0,0.0,4.299,0.827,9.166,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.804,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.04,0.0,13.886,9.233,0.616,0.0,0.0,0.0,0.0,2186.2,3814.2,25.371,19.169,0.0,3.507,3.63,0.511,7.494,0.628,10.501,-12.573,0.0,0.0,0.0,8.31,-0.059,5.396,0.0,3.899,0.0,5.917,-8.931,-2.505,0.0,-0.017,-0.424,-0.046,2.815,-0.015,-1.812,11.71,0.0,0.0,0.0,-6.133,-0.055,-1.251,-2.914,-0.846,0.0,3.17,7.849,2.004,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,33151.0,8620.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,5920.0,19143.0,5334.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,970.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-hrv.xml,65.628,65.628,37.82,37.82,27.808,0.0,0.0,0.0,0.0,0.0,0.0,0.459,0.0,0.0,4.299,0.827,9.166,0.0,0.0,4.51,0.0,0.334,1.793,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.808,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.043,0.0,13.886,9.233,0.616,0.0,0.0,0.0,0.0,2186.2,3814.3,25.373,19.169,0.0,3.507,3.63,0.511,7.494,0.628,10.501,-12.573,0.0,0.0,0.0,8.31,-0.059,5.396,0.0,3.902,0.0,5.918,-8.931,-2.505,0.0,-0.017,-0.424,-0.046,2.815,-0.015,-1.812,11.71,0.0,0.0,0.0,-6.133,-0.055,-1.251,-2.914,-0.847,0.0,3.17,7.849,2.004,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,33153.0,8620.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,5921.0,19143.0,5334.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,970.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-multiple.xml,81.436,81.436,38.268,38.268,43.169,0.0,0.0,0.0,0.0,0.0,0.0,0.709,0.0,0.0,4.461,0.674,9.172,0.0,0.0,4.51,0.0,0.334,1.574,0.0,0.0,0.401,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,43.169,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,40.432,0.0,11.296,9.233,0.623,0.0,0.0,0.0,19.0,2272.3,3783.6,35.927,22.435,0.0,3.171,3.704,0.521,7.466,0.651,10.762,-12.666,0.0,0.0,0.0,8.252,-0.111,3.867,0.0,9.547,0.0,16.605,-9.108,-2.55,0.0,0.068,-0.201,-0.014,3.217,0.045,-1.095,11.617,0.0,0.0,0.0,-5.586,-0.107,-0.605,0.0,-2.127,-8.037,4.612,7.679,1.96,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,42299.0,16223.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7464.0,24526.0,10276.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1411.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-supply.xml,73.005,73.005,36.858,36.858,36.147,0.0,0.0,0.0,0.0,0.0,0.0,0.596,0.0,0.0,4.139,0.781,9.169,0.0,0.0,4.51,0.0,0.334,0.897,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.147,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,33.855,0.0,13.1,9.233,0.619,0.0,0.0,0.0,0.0,2170.1,3893.4,29.277,20.595,0.0,3.486,3.662,0.515,7.468,0.639,10.623,-12.634,0.0,0.0,0.0,8.268,-0.078,1.51,0.0,14.153,0.0,7.515,-9.04,-2.532,0.0,0.08,-0.326,-0.032,2.977,0.012,-1.485,11.649,0.0,0.0,0.0,-5.906,-0.074,-0.245,-2.628,-3.691,0.0,3.142,7.743,1.978,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,35068.0,8659.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7797.0,19951.0,5331.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1781.0,3320.0,0.0,0.0,0.0,0.0 +base-mechvent-whole-house-fan.xml,57.328,57.328,34.317,34.317,23.011,0.0,0.0,0.0,0.0,0.0,0.0,0.38,0.0,0.0,2.452,0.381,9.172,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.657,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.011,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.55,0.0,6.256,9.233,0.623,0.0,0.0,0.0,0.0,2132.6,2967.4,23.056,15.045,0.0,3.54,3.632,0.511,7.517,0.628,10.499,-12.551,0.0,0.0,0.0,8.392,-0.056,4.803,0.0,0.728,0.0,4.978,-8.907,-2.499,0.0,0.099,-0.258,-0.022,3.287,0.023,-1.331,11.732,0.0,0.0,0.0,-5.383,-0.052,-0.988,0.0,-0.134,-11.497,1.727,7.88,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-additional-properties.xml,58.78,58.78,35.949,35.949,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-bills-none.xml,58.78,58.78,35.949,35.949,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-bills-pv-detailed-only.xml,58.78,31.894,35.949,9.063,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-bills-pv-mixed.xml,58.78,31.894,35.949,9.063,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-bills-pv.xml,58.78,1.517,35.949,-21.314,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-57.264,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-bills.xml,58.78,58.78,35.949,35.949,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-defaults.xml,63.835,44.385,31.488,12.038,32.347,0.0,0.0,0.0,0.0,0.0,0.0,0.534,0.0,0.0,2.201,0.323,2.182,0.0,0.312,4.51,0.0,0.334,1.118,0.0,0.0,1.066,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.745,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-19.45,0.0,0.488,32.347,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,30.278,0.0,5.223,10.64,0.694,0.0,9.154,0.0,0.0,2454.6,2793.8,26.061,14.278,0.0,3.486,3.682,0.517,7.45,1.118,10.738,-12.683,0.0,0.0,0.0,8.236,-0.093,1.533,0.0,15.072,0.0,2.802,-9.292,-2.56,0.0,0.704,-0.084,0.003,3.464,-0.192,-0.826,11.6,0.0,0.0,0.0,-5.195,-0.089,-0.197,0.0,-3.391,-10.662,0.429,8.617,1.949,1610.4,1574.1,10561.7,3722.1,36000.0,24000.0,0.0,6.8,91.76,30567.0,4631.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7324.0,15480.0,1007.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1634.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-emissions.xml,59.559,32.673,36.729,9.842,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.779,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-generators-battery-scheduled.xml,77.483,69.294,37.652,29.463,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,1.703,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-generators-battery.xml,75.78,67.591,35.949,27.76,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-generators.xml,75.78,67.591,35.949,27.76,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-8.189,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-ground-conductivity.xml,56.46,56.46,35.869,35.869,20.591,0.0,0.0,0.0,0.0,0.0,0.0,0.34,0.0,0.0,4.268,0.822,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.282,0.0,13.841,9.233,0.614,0.0,0.0,0.0,0.0,2129.8,3632.2,22.173,17.957,0.0,3.58,3.657,0.515,7.281,0.633,10.563,-12.537,0.0,0.0,0.0,6.657,-0.06,4.809,0.0,0.729,0.0,4.507,-8.893,-2.496,0.0,-0.051,-0.464,-0.052,2.411,-0.027,-1.95,11.746,0.0,0.0,0.0,-6.108,-0.055,-1.176,-3.078,-0.167,0.0,3.095,7.885,2.013,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31472.0,8574.0,7508.0,0.0,575.0,6098.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-loads-large-uncommon.xml,146.622,146.622,68.399,68.399,70.228,0.0,2.499,5.496,0.0,0.0,0.0,0.288,0.0,0.0,5.29,1.078,9.16,0.0,0.0,4.508,0.0,0.334,0.0,0.0,0.0,0.0,7.342,2.39,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,5.118,1.62,0.0,9.207,4.437,3.415,0.0,0.0,0.0,17.463,0.0,0.0,0.0,0.0,0.0,49.967,0.0,0.0,2.798,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.496,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.352,0.0,18.247,9.233,0.61,0.0,0.0,0.0,0.0,3233.0,5130.6,21.975,20.104,0.0,3.621,3.68,0.518,7.681,0.637,10.628,-12.473,0.0,0.0,0.0,8.49,-0.067,4.825,0.0,0.732,0.0,3.877,-13.819,-2.352,0.0,-0.186,-0.569,-0.067,2.419,-0.054,-2.27,11.81,0.0,0.0,0.0,-6.771,-0.064,-1.265,-3.539,-0.18,0.0,3.778,13.215,2.156,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,19990.0,5332.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,4520.0,0.0,0.0,0.0,0.0 +base-misc-loads-large-uncommon2.xml,93.106,93.106,64.849,64.849,20.261,2.499,0.0,0.0,5.496,0.0,0.0,0.288,0.0,0.0,5.29,1.078,9.16,0.0,0.0,4.508,0.0,0.334,0.0,0.0,0.0,0.0,7.342,2.39,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,5.118,1.62,0.0,9.207,0.887,3.415,0.0,0.0,0.0,17.463,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.798,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.499,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.496,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.352,0.0,18.247,9.233,0.61,0.0,0.0,0.0,0.0,3187.7,4728.1,21.975,20.104,0.0,3.621,3.68,0.518,7.681,0.637,10.628,-12.473,0.0,0.0,0.0,8.49,-0.067,4.825,0.0,0.732,0.0,3.877,-13.819,-2.352,0.0,-0.186,-0.569,-0.067,2.419,-0.054,-2.27,11.81,0.0,0.0,0.0,-6.771,-0.064,-1.265,-3.539,-0.18,0.0,3.778,13.215,2.156,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,19990.0,5332.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,4520.0,0.0,0.0,0.0,0.0 +base-misc-loads-none.xml,53.568,53.568,24.712,24.712,28.857,0.0,0.0,0.0,0.0,0.0,0.0,0.476,0.0,0.0,3.617,0.663,9.168,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.857,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.028,0.0,11.129,9.233,0.618,0.0,0.0,0.0,0.0,1524.7,2707.1,24.289,16.132,0.0,3.465,3.592,0.505,7.378,0.62,10.396,-12.611,0.0,0.0,0.0,8.142,-0.049,4.795,0.0,0.726,0.0,6.082,-3.803,-2.514,0.0,0.072,-0.356,-0.037,3.004,0.001,-1.61,11.673,0.0,0.0,0.0,-5.828,-0.045,-1.078,-2.66,-0.15,0.0,2.614,3.704,1.995,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-neighbor-shading-bldgtype-multifamily.xml,26.538,26.538,25.654,25.654,0.884,0.0,0.0,0.0,0.0,0.0,0.0,0.006,0.0,0.0,2.461,0.411,9.694,0.0,0.0,2.026,0.0,0.206,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,2.791,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.884,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.818,0.0,6.55,9.538,0.586,0.0,0.0,0.0,0.0,1633.8,2100.9,3.34,7.455,0.0,-0.011,3.836,0.0,0.0,0.412,4.238,-3.264,0.0,0.0,-0.008,0.0,-0.261,1.311,0.0,0.769,0.0,0.0,-5.413,-0.959,0.0,-0.006,-2.656,0.0,0.0,-0.012,-1.14,4.893,0.0,0.0,-0.003,0.0,-0.252,-0.382,-1.167,-0.257,0.0,0.0,6.563,1.067,1354.8,997.6,11399.6,3156.5,12000.0,12000.0,0.0,6.8,91.76,6033.0,0.0,2576.0,0.0,287.0,1637.0,0.0,0.0,0.0,0.0,1532.0,7661.0,0.0,3264.0,0.0,103.0,767.0,0.0,0.0,0.0,0.0,206.0,3320.0,520.0,0.0,-280.0,800.0 +base-misc-neighbor-shading.xml,61.647,61.647,35.619,35.619,26.028,0.0,0.0,0.0,0.0,0.0,0.0,0.429,0.0,0.0,3.992,0.756,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.028,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.376,0.0,12.71,9.233,0.616,0.0,0.0,0.0,0.0,2122.9,3534.6,23.302,17.066,0.0,3.507,3.809,0.561,7.402,0.827,11.046,-10.706,0.0,0.0,0.0,8.048,-0.061,4.794,0.0,0.725,0.0,5.537,-8.929,-2.504,0.0,-0.004,-0.534,-0.07,2.804,-0.081,-2.167,10.654,0.0,0.0,0.0,-6.136,-0.056,-1.138,-2.926,-0.16,0.0,2.847,7.851,2.005,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-misc-shielding-of-home.xml,58.433,58.433,36.088,36.088,22.345,0.0,0.0,0.0,0.0,0.0,0.0,0.369,0.0,0.0,4.419,0.86,9.163,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.345,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.926,0.0,14.519,9.233,0.614,0.0,0.0,0.0,0.0,2132.2,3295.3,23.037,17.868,0.0,3.547,3.636,0.512,7.503,0.629,10.513,-12.551,0.0,0.0,0.0,8.27,-0.064,4.422,0.0,0.729,0.0,4.848,-8.907,-2.499,0.0,-0.058,-0.467,-0.052,2.669,-0.027,-1.951,11.732,0.0,0.0,0.0,-6.372,-0.061,-1.059,-2.575,-0.167,0.0,3.181,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,30944.0,8558.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,3775.0,18684.0,5333.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,512.0,3320.0,105.0,0.0,-695.0,800.0 +base-misc-usage-multiplier.xml,126.596,126.596,50.773,50.773,68.627,0.0,2.249,4.947,0.0,0.0,0.0,0.349,0.0,0.0,4.571,0.898,8.303,0.0,0.0,4.059,0.0,0.3,0.0,0.0,0.0,0.0,1.998,2.151,0.0,0.287,0.329,1.361,1.375,0.0,1.903,7.537,0.0,0.0,0.0,8.286,3.993,3.073,0.0,0.0,0.0,21.139,0.0,0.0,0.0,0.0,0.0,44.97,0.0,0.0,2.518,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.249,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.947,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.796,0.0,15.132,8.31,0.613,0.0,0.0,0.0,0.0,2749.9,4284.4,22.757,18.527,0.0,3.566,3.647,0.513,7.543,0.631,10.539,-12.532,0.0,0.0,0.0,8.318,-0.065,4.859,0.0,0.657,0.0,4.608,-10.588,-2.246,0.0,-0.083,-0.487,-0.055,2.615,-0.033,-2.017,11.754,0.0,0.0,0.0,-6.459,-0.061,-1.206,-3.21,-0.152,0.0,3.291,9.604,1.812,1219.3,897.9,10259.6,2354.3,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,19990.0,5332.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,4520.0,0.0,0.0,0.0,0.0 +base-pv-battery-ah.xml,59.559,32.673,36.729,9.842,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.779,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-pv-battery-garage.xml,59.922,33.035,35.447,8.561,24.475,0.0,0.0,0.0,0.0,0.0,0.0,0.404,0.0,0.0,3.005,0.528,9.264,0.0,0.0,4.51,0.142,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.828,24.475,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.914,0.0,8.736,9.233,0.722,0.0,0.0,0.0,0.0,2135.8,2828.5,18.053,10.775,0.0,3.527,3.787,0.502,5.84,0.613,8.595,-6.603,0.0,0.0,0.0,6.558,-0.041,5.37,0.0,0.0,0.0,3.843,-6.765,-2.508,0.0,0.117,-0.268,-0.035,2.444,0.002,-1.643,8.266,0.0,0.0,0.0,-5.628,-0.038,-1.216,-2.073,0.0,0.0,1.284,5.681,2.001,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,29361.0,8026.0,5506.0,0.0,575.0,6537.0,0.0,0.0,1949.0,2171.0,4597.0,15521.0,3263.0,5579.0,0.0,207.0,523.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-pv-battery-round-trip-efficiency.xml,60.69,33.803,37.859,10.972,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,1.909,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-pv-battery-scheduled.xml,60.483,33.596,37.652,10.766,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,1.703,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-pv-battery.xml,59.559,32.673,36.729,9.842,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.779,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-pv-generators-battery-scheduled.xml,77.483,42.407,37.652,2.576,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,1.703,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-pv-generators-battery.xml,76.584,41.509,36.754,1.678,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,0.804,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-pv-generators.xml,75.78,40.705,35.949,0.874,31.331,8.5,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,-8.189,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-pv.xml,58.78,31.894,35.949,9.063,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-26.886,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-residents-0-runperiod-1-month.xml,8.8432,8.8432,0.431,0.431,8.4121,0.0,0.0,0.0,0.0,0.0,0.0,0.1388,0.0,0.0,0.1034,0.0,0.0468,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.1421,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.4121,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.8746,0.0,0.0,0.0,0.0511,0.0,0.0,0.0,0.0,556.25,0.0,26.9061,0.0,0.0,0.6026,0.6425,0.0908,1.745,0.1094,1.8341,-1.9879,0.0,0.0,0.0,2.2325,-0.0004,1.0008,0.0,0.0,0.0,1.753,-0.1932,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-residents-0.xml,41.944,41.944,7.258,7.258,34.686,0.0,0.0,0.0,0.0,0.0,0.0,0.572,0.0,0.0,3.296,0.593,0.577,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.49,0.0,10.421,0.0,0.62,0.0,0.0,0.0,0.0,544.2,1873.0,25.515,14.549,0.0,3.414,3.581,0.503,7.273,0.619,10.403,-12.687,0.0,0.0,0.0,7.979,-0.059,5.421,0.0,0.0,0.0,7.167,-1.411,0.0,0.0,0.166,-0.266,-0.024,3.216,0.025,-1.319,11.619,0.0,0.0,0.0,-5.547,-0.054,-1.109,0.0,0.0,0.0,2.379,1.428,0.0,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-residents-1-misc-loads-large-uncommon.xml,101.58,101.58,51.994,51.994,41.68,0.0,2.609,5.297,0.0,0.0,0.0,0.354,0.0,0.0,4.493,0.88,3.939,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,4.61,1.024,0.0,0.158,0.21,0.868,1.158,0.0,1.46,8.374,5.687,1.186,0.0,6.721,3.032,2.994,0.0,0.0,0.0,21.458,0.0,0.0,0.0,0.0,0.0,18.628,0.0,0.0,1.594,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.297,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.095,0.0,15.01,3.62,0.613,0.0,0.0,0.0,0.0,2605.5,4309.0,23.009,18.581,0.0,3.568,3.651,0.514,7.558,0.632,10.555,-12.53,0.0,0.0,0.0,8.348,-0.065,4.809,0.0,0.728,0.0,4.681,-10.2,-2.496,0.0,-0.084,-0.488,-0.055,2.62,-0.032,-2.014,11.753,0.0,0.0,0.0,-6.456,-0.062,-1.189,-3.18,-0.169,0.0,3.287,9.247,2.014,777.8,496.4,4294.1,850.5,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,19990.0,5332.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,4520.0,0.0,0.0,0.0,0.0 +base-residents-1-misc-loads-large-uncommon2.xml,80.525,80.525,49.568,49.568,23.052,2.609,0.0,0.0,5.297,0.0,0.0,0.354,0.0,0.0,4.493,0.88,3.939,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,4.61,1.024,0.0,0.158,0.21,0.868,1.158,0.0,1.46,8.374,5.687,1.186,0.0,6.721,0.606,2.994,0.0,0.0,0.0,21.458,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1.594,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.297,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.095,0.0,15.01,3.62,0.613,0.0,0.0,0.0,0.0,2407.2,4040.8,23.009,18.581,0.0,3.568,3.651,0.514,7.558,0.632,10.555,-12.53,0.0,0.0,0.0,8.348,-0.065,4.809,0.0,0.728,0.0,4.681,-10.2,-2.496,0.0,-0.084,-0.488,-0.055,2.62,-0.032,-2.014,11.753,0.0,0.0,0.0,-6.456,-0.062,-1.189,-3.18,-0.169,0.0,3.287,9.247,2.014,777.8,496.4,4294.1,850.5,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,19990.0,5332.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,4520.0,0.0,0.0,0.0,0.0 +base-residents-1.xml,53.323,53.323,28.369,28.369,24.954,0.0,0.0,0.0,0.0,0.0,0.0,0.412,0.0,0.0,3.972,0.751,3.942,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.158,0.21,0.868,1.158,0.0,1.46,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.954,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.37,0.0,12.794,3.62,0.616,0.0,0.0,0.0,0.0,1659.7,3103.3,23.653,17.338,0.0,3.519,3.624,0.51,7.468,0.627,10.484,-12.566,0.0,0.0,0.0,8.25,-0.061,4.801,0.0,0.725,0.0,5.36,-7.189,-2.504,0.0,-0.004,-0.422,-0.046,2.807,-0.015,-1.807,11.717,0.0,0.0,0.0,-6.153,-0.057,-1.131,-2.89,-0.16,0.0,2.921,6.197,2.006,777.8,496.4,4294.1,850.6,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-residents-5.xml,70.077,49.826,40.027,19.776,30.05,0.0,0.0,0.0,0.0,0.0,0.0,0.496,0.0,0.0,2.32,0.351,7.153,0.0,0.327,4.51,0.0,0.334,1.118,0.0,0.0,1.097,2.36,0.0,0.0,0.769,0.544,4.047,2.057,0.745,3.051,8.374,0.0,0.0,0.0,0.0,0.0,0.0,-20.251,0.0,0.376,30.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.127,0.0,5.642,18.47,0.643,0.0,11.969,0.0,0.0,3173.5,3061.0,25.615,14.631,0.0,3.791,3.686,0.519,7.502,0.644,10.678,-12.644,0.0,0.0,0.0,8.352,-0.075,1.526,0.0,14.997,0.0,2.607,-11.189,-2.538,0.0,0.229,-0.157,-0.008,3.413,0.052,-0.998,11.639,0.0,0.0,0.0,-5.233,-0.071,-0.212,0.0,-3.563,-11.335,0.462,10.463,1.972,2592.2,2706.5,21148.1,5662.6,36000.0,24000.0,0.0,6.8,91.76,30567.0,4631.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,7324.0,15480.0,1007.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,1634.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-all-10-mins.xml,60.145,60.145,36.193,36.193,23.952,0.0,0.0,0.0,0.0,0.0,0.0,0.395,0.0,0.0,4.475,0.867,9.169,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.952,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.429,0.0,14.536,9.21,0.638,0.0,0.0,0.333,1.0,9422.7,10682.1,37.373,21.865,0.0,3.592,3.658,0.515,7.566,0.64,10.588,-12.468,0.0,0.0,0.0,8.287,-0.062,5.303,0.0,0.778,0.0,5.215,-8.973,-2.51,0.0,-0.166,-0.48,-0.055,2.726,-0.03,-1.944,11.753,0.0,0.0,0.0,-6.294,-0.057,-1.273,-2.963,-0.175,0.0,3.337,8.303,1.999,1354.7,998.0,11489.6,2636.5,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-occupancy-stochastic-10-mins.xml,59.565,59.565,36.111,36.111,23.454,0.0,0.0,0.0,0.0,0.0,0.0,0.387,0.0,0.0,4.395,0.853,9.086,0.0,0.0,4.482,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.323,0.356,1.504,1.664,0.0,2.117,8.391,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.454,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.961,0.0,14.337,9.148,0.616,0.0,0.0,0.0,0.0,6842.1,7404.6,31.405,20.757,0.0,3.544,3.638,0.512,7.506,0.63,10.519,-12.552,0.0,0.0,0.0,8.277,-0.061,5.319,0.0,0.763,0.0,5.051,-8.994,-2.502,0.0,-0.042,-0.45,-0.05,2.712,-0.023,-1.902,11.731,0.0,0.0,0.0,-6.304,-0.057,-1.28,-3.051,-0.188,0.0,3.178,8.359,1.979,1002.6,945.2,11591.4,2659.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-occupancy-stochastic-power-outage.xml,45.04,45.04,30.254,30.254,14.786,0.0,0.0,0.0,0.0,0.0,0.0,0.244,0.0,0.0,4.364,0.845,7.411,0.0,0.0,3.627,0.0,0.264,0.0,0.0,0.0,0.0,1.908,0.0,0.0,0.267,0.304,1.259,1.258,0.0,1.713,6.789,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.786,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.851,0.0,14.217,7.439,0.518,0.0,0.0,17.0,0.0,6232.4,5671.6,36.547,19.287,0.0,3.056,3.054,0.428,5.67,0.486,8.776,-12.555,0.0,0.0,0.0,5.115,-0.154,4.362,0.0,0.512,0.0,3.102,-6.687,-1.622,0.0,-0.043,-0.451,-0.05,2.698,-0.023,-1.903,11.732,0.0,0.0,0.0,-6.405,-0.056,-1.265,-3.049,-0.185,0.0,3.154,8.274,2.005,1141.2,883.5,9318.8,2138.4,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml,41.944,41.944,7.258,7.258,34.686,0.0,0.0,0.0,0.0,0.0,0.0,0.572,0.0,0.0,3.296,0.593,0.577,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.49,0.0,10.421,0.0,0.62,0.0,0.0,0.0,0.0,544.2,1873.0,25.515,14.549,0.0,3.414,3.581,0.503,7.273,0.619,10.403,-12.687,0.0,0.0,0.0,7.979,-0.059,5.421,0.0,0.0,0.0,7.167,-1.411,0.0,0.0,0.166,-0.266,-0.024,3.216,0.025,-1.319,11.619,0.0,0.0,0.0,-5.547,-0.054,-1.109,0.0,0.0,0.0,2.379,1.428,0.0,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-occupancy-stochastic-vacancy.xml,58.21,58.21,30.845,30.845,27.365,0.0,0.0,0.0,0.0,0.0,0.0,0.451,0.0,0.0,4.383,0.85,7.485,0.0,0.0,3.622,0.0,0.263,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.267,0.304,1.259,1.256,0.0,1.71,6.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.365,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.626,0.0,14.296,7.43,0.615,0.0,0.0,0.0,0.0,4455.9,5678.0,30.841,19.344,0.0,3.492,3.612,0.508,7.426,0.624,10.45,-12.554,0.0,0.0,0.0,8.116,-0.062,5.303,0.0,0.513,0.0,5.803,-6.305,-1.616,0.0,-0.047,-0.455,-0.051,2.705,-0.024,-1.913,11.734,0.0,0.0,0.0,-6.319,-0.057,-1.268,-3.06,-0.185,0.0,3.167,8.279,2.006,1141.2,883.5,9304.1,2135.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-occupancy-stochastic.xml,59.498,59.498,36.067,36.067,23.43,0.0,0.0,0.0,0.0,0.0,0.0,0.387,0.0,0.0,4.383,0.85,9.16,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.94,0.0,14.299,9.229,0.614,0.0,0.0,0.0,0.0,4691.8,5678.2,30.718,19.346,0.0,3.54,3.635,0.511,7.502,0.629,10.51,-12.549,0.0,0.0,0.0,8.271,-0.061,5.262,0.0,0.776,0.0,5.05,-8.962,-2.504,0.0,-0.047,-0.455,-0.051,2.705,-0.024,-1.914,11.734,0.0,0.0,0.0,-6.316,-0.057,-1.268,-3.061,-0.185,0.0,3.168,8.279,2.006,1354.7,998.0,11396.5,2615.1,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-setpoints-daily-schedules.xml,57.547,57.547,35.338,35.338,22.209,0.0,0.0,0.0,0.0,0.0,0.0,0.366,0.0,0.0,3.802,0.729,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.209,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.418,0.0,11.998,9.233,0.615,0.0,0.0,104.0,52.0,2155.5,3923.8,34.947,20.085,0.0,3.501,3.566,0.501,7.495,0.605,10.228,-12.548,0.0,0.0,0.0,8.632,0.006,4.646,0.0,0.726,0.0,4.591,-8.865,-2.497,0.0,-0.061,-0.491,-0.056,2.64,-0.04,-2.094,11.735,0.0,0.0,0.0,-6.625,-0.003,-1.216,-3.364,-0.173,0.0,2.398,7.915,2.013,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-setpoints-daily-setbacks.xml,56.958,56.958,35.488,35.488,21.469,0.0,0.0,0.0,0.0,0.0,0.0,0.354,0.0,0.0,3.936,0.756,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.469,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,20.015,0.0,12.611,9.233,0.616,0.0,0.0,0.0,11.0,2137.5,3597.9,25.353,20.652,0.0,3.493,3.55,0.499,7.328,0.602,10.177,-12.584,0.0,0.0,0.0,8.152,-0.021,4.634,0.0,0.723,0.0,4.487,-8.884,-2.501,0.0,-0.044,-0.487,-0.056,2.594,-0.038,-2.086,11.699,0.0,0.0,0.0,-6.609,-0.023,-1.199,-3.313,-0.176,0.0,2.544,7.896,2.009,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-detailed-setpoints.xml,41.624,41.624,34.114,34.114,7.51,0.0,0.0,0.0,0.0,0.0,0.0,0.124,0.0,0.0,3.004,0.516,9.194,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.028,0.0,8.762,9.233,0.647,0.0,0.0,0.0,0.0,2102.7,2974.3,17.434,15.12,0.0,2.824,2.759,0.386,5.283,0.405,7.806,-12.43,0.0,0.0,0.0,5.375,-0.06,3.451,0.0,0.567,0.0,1.603,-8.808,-2.473,0.0,-0.109,-0.561,-0.065,2.387,-0.055,-2.27,11.853,0.0,0.0,0.0,-7.541,-0.06,-1.254,-5.064,-0.187,0.0,2.04,8.003,2.036,1354.8,997.6,11399.6,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-simple-power-outage-natvent-available.xml,55.334,55.334,32.478,32.478,22.856,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,3.266,0.59,8.545,0.0,0.0,4.2,0.0,0.311,0.0,0.0,0.0,0.0,2.017,0.0,0.0,0.295,0.335,1.386,1.414,0.0,1.939,7.802,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.856,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.404,0.0,10.002,8.601,0.582,0.0,0.0,0.0,1.0,2132.4,5699.8,23.056,17.983,0.0,3.542,3.633,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.271,-0.062,4.759,0.0,0.794,0.0,4.945,-8.907,-2.499,0.0,-0.028,-0.468,-0.053,2.662,-0.028,-1.959,11.734,0.0,0.0,0.0,-6.367,-0.059,-1.173,-4.743,-0.172,0.0,2.214,6.933,1.701,1241.6,923.2,10501.7,2409.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-simple-power-outage-natvent-unavailable.xml,55.477,55.477,32.652,32.652,22.825,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,3.407,0.625,8.544,0.0,0.0,4.2,0.0,0.311,0.0,0.0,0.0,0.0,2.017,0.0,0.0,0.295,0.335,1.386,1.414,0.0,1.939,7.802,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.825,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.376,0.0,10.561,8.601,0.58,0.0,0.0,0.0,9.0,2132.4,5736.2,23.056,19.609,0.0,3.543,3.634,0.511,7.497,0.628,10.506,-12.551,0.0,0.0,0.0,8.249,-0.063,4.759,0.0,0.794,0.0,4.938,-8.907,-2.499,0.0,-0.149,-0.591,-0.07,2.34,-0.058,-2.333,11.734,0.0,0.0,0.0,-6.852,-0.059,-1.293,-2.67,-0.173,0.0,2.292,6.931,1.701,1241.6,923.2,10501.6,2409.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-simple-power-outage.xml,55.51,55.51,32.53,32.53,22.98,0.0,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,3.338,0.608,8.545,0.0,0.0,4.161,0.0,0.311,0.0,0.0,0.0,0.0,2.017,0.0,0.0,0.295,0.335,1.386,1.414,0.0,1.939,7.802,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.521,0.0,10.313,8.601,0.581,0.0,0.0,0.0,4.0,1982.2,5787.0,23.09,22.043,0.0,3.54,3.632,0.511,7.493,0.628,10.501,-12.552,0.0,0.0,0.0,8.251,-0.063,4.758,0.0,0.794,0.0,4.968,-8.908,-2.368,0.0,-0.083,-0.523,-0.06,2.52,-0.041,-2.125,11.733,0.0,0.0,0.0,-6.581,-0.059,-1.224,-3.823,-0.172,0.0,2.264,6.931,1.793,1241.6,923.2,10501.7,2409.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-simple-vacancy-year-round.xml,41.944,41.944,7.258,7.258,34.686,0.0,0.0,0.0,0.0,0.0,0.0,0.572,0.0,0.0,3.296,0.593,0.577,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.686,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.49,0.0,10.421,0.0,0.62,0.0,0.0,0.0,0.0,544.2,1873.0,25.515,14.549,0.0,3.414,3.581,0.503,7.273,0.619,10.403,-12.687,0.0,0.0,0.0,7.979,-0.059,5.421,0.0,0.0,0.0,7.167,-1.411,0.0,0.0,0.166,-0.266,-0.024,3.216,0.025,-1.319,11.619,0.0,0.0,0.0,-5.547,-0.054,-1.109,0.0,0.0,0.0,2.379,1.428,0.0,0.0,0.0,0.0,0.0,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-simple-vacancy.xml,57.82,57.82,30.633,30.633,27.186,0.0,0.0,0.0,0.0,0.0,0.0,0.448,0.0,0.0,4.329,0.837,7.485,0.0,0.0,3.688,0.0,0.263,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.259,0.303,1.256,1.243,0.0,1.704,6.597,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,27.186,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,25.46,0.0,14.107,7.429,0.614,0.0,0.0,0.0,0.0,2011.6,3322.1,23.144,18.001,0.0,3.49,3.609,0.508,7.418,0.623,10.438,-12.556,0.0,0.0,0.0,8.105,-0.063,4.958,0.0,0.55,0.0,5.774,-6.165,-1.548,0.0,-0.046,-0.456,-0.051,2.702,-0.024,-1.92,11.731,0.0,0.0,0.0,-6.322,-0.058,-1.144,-3.068,-0.198,0.0,3.133,7.87,2.14,1122.2,811.7,9376.7,2151.7,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-schedules-simple.xml,58.953,58.953,35.985,35.985,22.968,0.0,0.0,0.0,0.0,0.0,0.0,0.379,0.0,0.0,4.33,0.838,9.164,0.0,0.0,4.508,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.968,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.51,0.0,14.111,9.233,0.614,0.0,0.0,0.0,0.0,1991.5,3320.0,23.09,17.982,0.0,3.54,3.632,0.511,7.494,0.628,10.501,-12.552,0.0,0.0,0.0,8.262,-0.062,4.803,0.0,0.728,0.0,4.966,-8.908,-2.368,0.0,-0.047,-0.457,-0.051,2.701,-0.025,-1.922,11.731,0.0,0.0,0.0,-6.322,-0.059,-1.166,-3.071,-0.165,0.0,3.133,7.87,2.14,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-calendar-year-custom.xml,58.757,58.757,35.92,35.92,22.837,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.277,0.825,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.837,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.387,0.0,13.898,9.233,0.614,0.0,0.0,0.0,0.0,2119.1,3540.4,23.056,17.951,0.0,3.542,3.634,0.511,7.5,0.628,10.505,-12.551,0.0,0.0,0.0,8.276,-0.062,4.804,0.0,0.728,0.0,4.942,-8.907,-2.499,0.0,-0.038,-0.451,-0.05,2.728,-0.023,-1.902,11.732,0.0,0.0,0.0,-6.293,-0.058,-1.16,-3.206,-0.164,0.0,3.076,7.872,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-daylight-saving-custom.xml,58.781,58.781,35.949,35.949,22.832,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.832,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.382,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.5,0.628,10.506,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-daylight-saving-disabled.xml,58.751,58.751,35.933,35.933,22.818,0.0,0.0,0.0,0.0,0.0,0.0,0.376,0.0,0.0,4.288,0.828,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.818,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.369,0.0,13.937,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3210.4,23.056,17.525,0.0,3.543,3.633,0.511,7.502,0.628,10.496,-12.557,0.0,0.0,0.0,8.274,-0.058,4.802,0.0,0.726,0.0,4.937,-8.906,-2.498,0.0,-0.042,-0.454,-0.051,2.707,-0.025,-1.923,11.726,0.0,0.0,0.0,-6.308,-0.054,-1.169,-3.089,-0.162,0.0,3.087,7.872,2.012,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-runperiod-1-month.xml,9.4046,9.4046,2.9166,2.9166,6.488,0.0,0.0,0.0,0.0,0.0,0.0,0.107,0.0,0.0,0.1034,0.0,0.841,0.0,0.0,0.3993,0.0,0.0322,0.0,0.0,0.0,0.0,0.1421,0.0,0.0,0.0268,0.0281,0.116,0.1286,0.0,0.1838,0.8083,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.488,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.0742,0.0,0.0,0.8531,0.0511,0.0,0.0,0.0,0.0,2116.04,0.0,24.5228,0.0,0.0,0.6214,0.6509,0.092,1.7772,0.1113,1.8564,-1.9858,0.0,0.0,0.0,2.307,0.0011,0.8922,0.0,0.1316,0.0,1.404,-1.4353,-0.3993,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,104.12,83.97,925.54,212.38,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-temperature-capacitance-multiplier.xml,58.67,58.67,35.845,35.845,22.825,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.216,0.811,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.825,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.376,0.0,13.649,9.233,0.614,0.0,0.0,0.0,0.0,2115.0,3378.9,22.997,17.807,0.0,3.61,3.631,0.511,7.497,0.626,10.481,-12.557,0.0,0.0,0.0,8.252,-0.053,4.8,0.0,0.727,0.0,4.933,-8.9,-2.498,0.0,-0.21,-0.452,-0.05,2.711,-0.025,-1.925,11.726,0.0,0.0,0.0,-6.309,-0.05,-1.173,-3.133,-0.163,0.0,2.956,7.879,2.011,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,60.156,60.156,36.189,36.189,23.967,0.0,0.0,0.0,0.0,0.0,0.0,0.395,0.0,0.0,4.474,0.866,9.167,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.967,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.443,0.0,14.529,9.232,0.617,0.0,0.0,0.333,1.0,9301.9,8465.7,37.376,21.865,0.0,3.592,3.658,0.515,7.566,0.64,10.589,-12.468,0.0,0.0,0.0,8.288,-0.062,5.303,0.0,0.778,0.0,5.218,-8.963,-2.51,0.0,-0.166,-0.48,-0.055,2.726,-0.03,-1.943,11.753,0.0,0.0,0.0,-6.293,-0.058,-1.273,-2.962,-0.175,0.0,3.337,8.292,1.999,1354.7,998.0,11410.5,2618.4,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,60.077,60.077,36.18,36.18,23.896,0.0,0.0,0.0,0.0,0.0,0.0,0.394,0.0,0.0,4.472,0.866,9.161,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.529,0.0,2.116,8.384,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.896,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.377,0.0,14.523,9.229,0.614,0.0,0.0,0.0,0.333,6069.4,7322.2,35.164,21.274,0.0,3.592,3.657,0.515,7.564,0.64,10.586,-12.468,0.0,0.0,0.0,8.283,-0.061,5.251,0.0,0.77,0.0,5.207,-8.959,-2.502,0.0,-0.166,-0.48,-0.055,2.724,-0.03,-1.946,11.754,0.0,0.0,0.0,-6.298,-0.056,-1.259,-2.964,-0.185,0.0,3.335,8.282,2.007,1354.7,998.0,11396.5,2615.2,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-timestep-10-mins.xml,59.375,59.375,36.061,36.061,23.314,0.0,0.0,0.0,0.0,0.0,0.0,0.385,0.0,0.0,4.388,0.846,9.166,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.314,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.831,0.0,14.212,9.233,0.614,0.0,0.0,0.0,0.0,3553.5,4753.1,23.34,17.923,0.0,3.598,3.658,0.515,7.564,0.64,10.584,-12.479,0.0,0.0,0.0,8.292,-0.058,4.788,0.0,0.734,0.0,5.1,-8.908,-2.499,0.0,-0.16,-0.477,-0.055,2.731,-0.03,-1.942,11.743,0.0,0.0,0.0,-6.282,-0.054,-1.15,-2.96,-0.171,0.0,3.277,7.87,2.01,1354.8,997.6,11399.7,2615.9,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base-simcontrol-timestep-30-mins.xml,59.151,59.151,36.011,36.011,23.14,0.0,0.0,0.0,0.0,0.0,0.0,0.382,0.0,0.0,4.35,0.838,9.165,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.669,0.0,14.087,9.233,0.614,0.0,0.0,0.0,0.0,2138.4,3687.6,23.243,17.919,0.0,3.581,3.651,0.514,7.536,0.637,10.567,-12.505,0.0,0.0,0.0,8.282,-0.059,4.79,0.0,0.731,0.0,5.038,-8.908,-2.499,0.0,-0.129,-0.472,-0.054,2.727,-0.029,-1.944,11.742,0.0,0.0,0.0,-6.292,-0.055,-1.155,-3.008,-0.169,0.0,3.188,7.87,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +base.xml,58.78,58.78,35.949,35.949,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.377,0.0,0.0,4.301,0.831,9.164,0.0,0.0,4.51,0.0,0.334,0.0,0.0,0.0,0.0,2.22,0.0,0.0,0.319,0.365,1.513,1.528,0.0,2.114,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.831,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.381,0.0,13.993,9.233,0.614,0.0,0.0,0.0,0.0,2115.4,3299.8,23.056,17.902,0.0,3.542,3.634,0.511,7.499,0.628,10.505,-12.551,0.0,0.0,0.0,8.272,-0.062,4.804,0.0,0.728,0.0,4.94,-8.907,-2.499,0.0,-0.044,-0.455,-0.051,2.706,-0.024,-1.916,11.732,0.0,0.0,0.0,-6.314,-0.059,-1.166,-3.064,-0.165,0.0,3.112,7.871,2.01,1354.8,997.6,11399.5,2615.8,36000.0,24000.0,0.0,6.8,91.76,31792.0,8583.0,7508.0,0.0,575.0,6409.0,0.0,0.0,1949.0,2171.0,4597.0,18786.0,5328.0,7037.0,0.0,207.0,265.0,0.0,0.0,0.0,2010.0,619.0,3320.0,0.0,0.0,0.0,0.0 +house001.xml,86.472,86.472,46.995,46.995,39.477,0.0,0.0,0.0,0.0,0.0,0.0,0.252,0.0,0.0,15.723,4.406,0.0,0.0,0.0,7.38,0.315,0.652,0.448,0.0,0.0,0.0,2.483,0.0,0.0,0.609,0.442,3.284,1.794,0.0,2.585,6.622,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,22.439,0.0,17.038,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.196,0.0,50.021,10.416,2.674,0.0,0.0,0.0,0.0,1853.3,6430.8,37.577,40.55,0.489,1.971,7.187,0.419,0.0,0.959,7.579,-4.942,0.0,0.0,0.438,1.257,-0.263,4.293,0.0,5.152,0.0,3.21,-6.762,-2.935,0.576,2.028,3.795,0.307,0.0,0.257,0.294,11.575,0.0,0.0,0.572,6.816,-0.249,-0.42,-1.415,-0.757,0.0,10.793,11.588,4.446,2104.5,2144.0,14468.7,4385.1,90000.0,60000.0,0.0,25.88,98.42,62092.0,24399.0,7740.0,0.0,942.0,7599.0,453.0,609.0,9636.0,2236.0,8478.0,116139.0,88227.0,9481.0,0.0,781.0,5722.0,299.0,576.0,0.0,4148.0,3124.0,3780.0,6852.0,3496.0,2156.0,1200.0 +house002.xml,67.267,67.267,39.84,39.84,27.428,0.0,0.0,0.0,0.0,0.0,0.0,0.157,0.0,0.0,13.743,3.413,0.0,0.0,0.0,6.381,0.315,0.594,0.448,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,5.487,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.945,0.0,13.482,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,11.306,0.0,39.368,7.526,2.888,0.0,0.0,0.0,0.0,1554.0,4938.0,23.886,28.431,0.0,2.525,5.047,0.0,0.0,0.848,5.998,-4.053,0.0,0.0,0.0,1.761,-0.146,1.574,0.0,3.789,0.0,1.371,-5.071,-2.493,0.0,3.11,2.775,0.0,0.0,0.402,-0.49,8.601,0.0,0.0,0.0,8.463,-0.14,-0.183,-1.053,-0.638,0.0,5.886,8.93,3.888,1610.9,1574.7,9989.5,3520.4,90000.0,60000.0,0.0,25.88,98.42,47924.0,15311.0,6070.0,0.0,752.0,4731.0,0.0,0.0,12952.0,3120.0,4987.0,35206.0,14858.0,6693.0,0.0,748.0,3138.0,0.0,0.0,0.0,4572.0,1877.0,3320.0,3843.0,1748.0,1295.0,800.0 +house003.xml,68.65,68.65,40.101,40.101,28.549,0.0,0.0,0.0,0.0,0.0,0.0,0.172,0.0,0.0,12.766,3.552,0.0,0.0,0.0,6.875,0.315,0.623,0.448,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,6.048,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.309,0.0,13.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.411,0.0,40.869,7.526,2.687,0.0,0.0,0.0,0.0,1632.3,5239.7,26.287,32.144,0.645,2.771,4.649,0.0,0.0,0.979,6.67,-3.929,0.0,0.0,0.0,1.082,-0.162,1.987,0.0,3.935,0.0,1.613,-5.288,-2.699,0.809,3.085,2.609,0.0,0.0,0.639,-0.276,9.905,0.0,0.0,0.0,6.527,-0.155,-0.219,-1.096,-0.637,0.0,6.494,9.194,4.176,1610.9,1574.7,9989.3,3520.4,90000.0,60000.0,0.0,25.88,98.42,48411.0,15944.0,6644.0,0.0,892.0,4431.0,610.0,0.0,11450.0,2908.0,5532.0,43299.0,18996.0,9071.0,0.0,930.0,3135.0,403.0,0.0,0.0,5394.0,2049.0,3320.0,3962.0,1748.0,1414.0,800.0 +house004.xml,136.282,136.282,75.371,75.371,60.91,0.0,0.0,0.0,0.0,0.0,0.0,0.397,0.0,0.0,29.027,9.473,0.0,0.0,0.0,11.562,0.315,0.893,0.448,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,2.899,1.661,1.633,2.35,11.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,44.769,0.0,16.142,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.203,0.0,107.257,8.985,3.506,0.0,0.0,0.0,105.0,3062.3,7371.4,54.682,50.217,0.128,5.524,11.378,0.0,0.0,1.248,14.004,-5.986,0.0,0.0,0.0,3.23,-0.722,4.937,0.0,6.276,0.0,7.099,-7.294,-3.929,0.202,6.823,11.717,0.0,0.0,0.523,5.458,17.456,0.0,0.0,0.0,18.949,-0.709,1.029,0.0,1.859,0.0,21.516,15.063,7.633,1857.7,1859.3,12229.0,3983.9,80000.0,60000.0,0.0,25.88,98.42,76554.0,20975.0,11324.0,0.0,882.0,8959.0,101.0,0.0,19021.0,5929.0,9362.0,54843.0,19357.0,12449.0,0.0,688.0,7055.0,65.0,0.0,0.0,8310.0,3369.0,3550.0,4607.0,1282.0,2325.0,1000.0 +house005.xml,95.141,95.141,53.332,53.332,41.809,0.0,0.0,0.0,0.0,0.0,0.0,0.299,0.0,0.0,18.312,5.162,0.0,0.0,0.0,9.155,0.315,0.754,0.448,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,2.899,1.661,0.0,2.35,8.638,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.616,0.0,15.193,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,21.585,0.0,59.698,8.985,2.726,0.0,0.0,0.0,0.0,2075.9,7519.2,45.934,51.035,0.0,3.005,8.093,0.266,0.0,1.336,10.05,-6.655,0.0,0.0,0.37,1.255,-0.337,5.037,0.0,5.077,0.0,4.382,-6.862,-3.637,0.0,3.044,4.354,0.214,0.0,0.297,0.315,15.402,0.0,0.0,0.447,7.531,-0.32,-0.49,-1.77,-0.737,0.0,14.587,11.523,5.518,1857.7,1859.4,12229.0,3983.9,90000.0,60000.0,0.0,25.88,98.42,71539.0,26959.0,10216.0,0.0,1260.0,8257.0,0.0,480.0,11638.0,3312.0,9418.0,67640.0,32901.0,13688.0,0.0,1034.0,6463.0,0.0,454.0,0.0,6143.0,3406.0,3550.0,6846.0,3496.0,2350.0,1000.0 +house006.xml,142.242,142.242,31.894,31.894,110.348,0.0,0.0,0.0,0.0,0.0,0.0,1.939,0.0,0.0,2.995,0.348,0.0,0.0,0.0,8.687,0.29,0.705,3.138,0.0,0.0,0.0,1.707,0.0,0.0,0.447,0.338,0.199,0.105,0.0,2.114,8.883,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,84.5,0.0,20.137,2.642,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,81.35,0.0,7.988,13.084,3.278,0.0,0.0,0.0,0.0,1993.4,2452.7,41.347,14.878,0.0,4.247,22.232,1.986,37.105,1.863,17.922,-9.457,0.0,0.0,0.0,12.082,-0.315,9.522,0.0,4.368,0.0,0.0,-14.573,-6.454,0.0,0.178,-0.794,-0.045,2.679,-0.086,-0.891,4.255,0.0,0.0,0.0,-3.557,-0.314,-0.514,-0.619,-0.075,0.0,0.0,5.644,2.233,1610.9,1574.7,12168.1,4288.2,80000.0,30000.0,0.0,-13.72,81.14,38740.0,0.0,8907.0,0.0,750.0,19692.0,0.0,0.0,2259.0,1874.0,5257.0,9726.0,0.0,4103.0,0.0,186.0,888.0,0.0,0.0,0.0,1059.0,171.0,3320.0,1565.0,0.0,765.0,800.0 +house007.xml,141.653,141.653,34.049,34.049,107.604,0.0,0.0,0.0,0.0,0.0,0.0,1.691,0.0,0.0,2.601,0.411,0.0,0.0,0.0,10.299,0.315,0.82,1.943,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.35,9.938,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,77.937,0.0,23.28,3.047,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,73.383,0.0,5.998,15.632,3.268,0.0,0.0,0.0,0.0,2197.3,2578.4,40.515,13.451,0.0,4.696,23.603,4.396,10.144,1.496,18.957,-9.35,0.0,0.0,0.076,14.267,-0.347,6.117,0.0,20.825,0.0,2.966,-17.227,-7.76,0.0,0.203,-0.715,-0.042,0.519,-0.048,-0.56,4.543,0.0,0.0,-0.009,-3.729,-0.343,-0.193,-0.595,-1.898,0.0,0.107,6.313,2.539,1857.7,1859.4,14896.3,4852.9,90000.0,42000.0,0.0,-13.72,81.14,43636.0,5468.0,9095.0,0.0,587.0,14942.0,0.0,27.0,2397.0,2001.0,9120.0,12280.0,1093.0,4949.0,0.0,151.0,923.0,0.0,0.0,0.0,1130.0,484.0,3550.0,2143.0,403.0,740.0,1000.0 +house008.xml,185.757,185.757,39.285,39.285,146.472,0.0,0.0,0.0,0.0,0.0,0.0,2.539,0.0,0.0,3.638,0.547,0.0,0.0,0.0,11.006,0.315,0.861,3.138,0.0,0.0,0.0,2.483,0.0,0.0,0.609,0.442,0.26,0.123,0.0,2.585,10.741,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,113.034,0.0,26.377,3.452,3.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,106.509,0.0,10.33,18.129,3.214,0.0,0.0,0.0,0.0,2477.9,3308.4,55.44,19.563,0.0,7.203,27.363,4.679,24.316,1.177,22.371,-7.822,0.0,0.0,1.223,19.694,-0.365,18.319,0.0,6.384,0.0,7.958,-18.658,-8.182,0.0,0.306,-1.14,-0.066,1.602,-0.088,-1.393,5.358,0.0,0.0,-0.104,-2.374,-0.365,-0.992,-0.691,-0.286,0.0,0.545,7.296,2.823,2104.5,2144.0,17624.6,5341.6,90000.0,36000.0,0.0,-13.72,81.14,59832.0,10595.0,10314.0,0.0,587.0,20172.0,0.0,891.0,4429.0,3226.0,9618.0,18541.0,2433.0,8639.0,0.0,112.0,1287.0,0.0,153.0,0.0,1822.0,316.0,3780.0,2478.0,157.0,1121.0,1200.0 +house009.xml,154.012,154.012,33.993,33.993,120.019,0.0,0.0,0.0,0.0,0.0,0.0,2.029,0.0,0.0,2.389,0.289,0.0,0.0,0.0,10.271,0.315,0.819,1.943,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.35,9.907,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,90.344,0.0,23.29,3.047,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,85.128,0.0,5.244,15.632,3.276,0.0,0.0,0.0,0.0,2226.3,2610.0,44.084,13.929,0.0,5.088,28.337,4.269,13.075,2.251,19.554,-8.214,0.0,0.0,0.266,15.531,-0.345,8.73,0.0,21.437,0.0,0.0,-17.507,-7.871,0.0,0.245,-0.691,-0.018,0.744,-0.076,-0.776,4.52,0.0,0.0,-0.028,-4.085,-0.341,-0.259,-0.523,-1.801,0.0,0.0,6.014,2.401,1857.7,1859.4,14896.3,4852.9,90000.0,36000.0,0.0,-13.72,81.14,44389.0,0.0,8913.0,0.0,885.0,18118.0,0.0,95.0,3355.0,2204.0,10820.0,12518.0,0.0,6041.0,0.0,212.0,951.0,0.0,1.0,0.0,1244.0,518.0,3550.0,1792.0,0.0,792.0,1000.0 +house010.xml,156.325,156.325,37.675,37.675,118.65,0.0,0.0,0.0,0.0,0.0,0.0,1.914,0.0,0.0,2.958,0.282,0.0,0.0,0.0,10.986,0.315,0.86,3.138,0.0,0.0,0.0,2.483,0.0,0.0,0.609,0.442,0.26,0.123,0.0,2.585,10.719,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,85.214,0.0,26.375,3.452,3.609,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,80.298,0.0,7.539,18.129,3.213,0.0,0.0,0.0,0.0,2413.9,2825.7,46.006,15.529,0.872,4.91,25.351,4.845,9.789,1.246,23.444,-9.224,0.0,0.0,0.893,13.855,-0.364,19.559,0.0,6.4,0.0,4.992,-18.699,-8.179,0.025,0.219,-0.753,-0.078,0.5,-0.073,-1.37,5.069,0.0,0.0,-0.046,-3.89,-0.361,-1.028,-0.687,-0.272,0.0,0.345,7.235,2.807,2104.5,2144.0,17624.6,5341.6,90000.0,30000.0,0.0,-13.72,81.14,51143.0,8284.0,10714.0,0.0,587.0,16310.0,359.0,532.0,1678.0,2165.0,10515.0,14180.0,1890.0,5286.0,0.0,112.0,1426.0,37.0,87.0,0.0,1222.0,340.0,3780.0,2618.0,261.0,1157.0,1200.0 +house011.xml,44.765,44.765,44.765,44.765,0.0,0.0,0.0,0.0,0.0,0.0,7.117,0.659,0.095,0.005,7.918,2.334,10.452,0.0,0.0,4.905,0.0,0.509,0.003,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.0,0.0,1.661,0.0,2.35,3.809,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.894,0.1,25.699,9.325,1.124,0.0,0.0,0.0,321.0,4986.2,3137.1,18.276,15.47,0.0,2.694,5.41,0.0,0.0,1.638,3.552,-3.202,0.0,0.0,1.881,0.0,-0.367,1.846,0.0,5.421,0.0,4.159,-6.046,-2.099,0.0,1.656,1.148,0.0,0.0,0.154,-0.039,5.637,0.0,0.0,0.751,0.0,-0.367,-0.198,-0.181,-1.004,0.0,6.626,8.836,2.806,0.0,1859.4,12951.3,4219.2,24000.0,18000.0,34120.0,24.62,91.58,20649.0,6686.0,2440.0,0.0,1007.0,3251.0,0.0,546.0,0.0,1795.0,4923.0,21011.0,7840.0,3667.0,0.0,612.0,1210.0,0.0,199.0,0.0,2697.0,1236.0,3550.0,3063.0,462.0,1601.0,1000.0 +house012.xml,35.577,35.577,35.577,35.577,0.0,0.0,0.0,0.0,0.0,0.0,4.801,0.245,0.0,0.0,5.546,1.524,8.943,0.0,0.0,4.378,0.0,0.478,0.003,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.0,0.0,1.528,0.0,2.114,3.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,10.065,0.0,16.196,7.782,1.158,0.0,0.0,0.0,0.0,3031.7,2545.5,11.058,10.811,0.0,2.364,4.744,0.0,0.0,0.628,2.817,-1.825,0.0,0.0,2.047,0.0,-0.23,1.646,0.0,4.367,0.0,0.321,-4.853,-1.962,0.0,1.714,1.082,0.0,0.0,-0.034,0.218,3.521,0.0,0.0,1.585,0.0,-0.23,-0.16,-0.164,-0.732,0.0,0.273,6.771,2.416,0.0,1574.7,10579.4,3728.3,23400.0,23200.0,0.0,24.62,91.58,13914.0,1327.0,1906.0,0.0,333.0,2909.0,0.0,1767.0,0.0,1513.0,4159.0,11889.0,638.0,2703.0,0.0,202.0,1083.0,0.0,646.0,0.0,2273.0,1024.0,3320.0,2496.0,370.0,1326.0,800.0 +house013.xml,30.692,30.692,30.692,30.692,0.0,0.0,0.0,0.0,0.0,0.0,2.873,0.166,0.0,0.0,3.893,1.316,7.706,0.0,0.0,3.966,0.0,0.455,0.001,0.0,0.0,0.0,1.52,0.0,0.0,0.366,0.286,2.129,1.395,0.0,1.879,2.742,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.124,0.0,15.101,6.85,0.853,0.0,0.0,0.0,0.0,2660.9,2106.5,9.742,9.306,0.0,1.636,2.868,0.0,0.0,0.655,2.789,-2.258,0.0,0.0,2.099,0.0,-0.263,1.522,0.0,1.064,0.0,1.2,-3.692,-1.523,0.0,1.081,0.381,0.0,0.0,-0.092,-0.113,4.123,0.0,0.0,0.54,0.0,-0.262,-0.252,-0.199,-0.278,0.0,1.467,6.348,2.443,1364.1,1290.1,8207.3,3131.8,18000.0,18000.0,17060.0,24.62,91.58,12482.0,3021.0,2049.0,0.0,363.0,1822.0,0.0,1575.0,0.0,1042.0,2610.0,9749.0,1052.0,2097.0,0.0,221.0,604.0,0.0,576.0,0.0,1565.0,545.0,3090.0,1617.0,312.0,705.0,600.0 +house014.xml,31.565,31.565,31.565,31.565,0.0,0.0,0.0,0.0,0.0,0.0,3.373,0.186,0.004,0.0,4.201,1.421,7.45,0.0,0.0,4.053,0.0,0.46,0.001,0.0,0.0,0.0,1.52,0.0,0.0,0.366,0.286,2.129,1.395,0.0,1.879,2.841,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.45,0.004,16.389,6.85,0.597,0.0,0.0,0.0,0.0,2913.6,2141.1,10.987,10.108,0.0,1.705,3.7,0.0,0.0,0.584,3.105,-2.489,0.0,0.0,2.217,0.0,-0.229,1.728,0.0,1.119,0.0,1.405,-3.793,-1.637,0.0,1.14,0.558,0.0,0.0,-0.068,0.307,4.732,0.0,0.0,0.623,0.0,-0.229,-0.248,-0.225,-0.258,0.0,1.654,6.076,2.416,1364.1,1290.1,8207.2,3131.8,18000.0,18000.0,17060.0,24.62,91.58,13648.0,3089.0,2335.0,0.0,320.0,2332.0,0.0,1632.0,0.0,1080.0,2860.0,10972.0,1043.0,3060.0,0.0,194.0,773.0,0.0,596.0,0.0,1622.0,594.0,3090.0,1681.0,312.0,769.0,600.0 +house015.xml,30.692,30.692,30.692,30.692,0.0,0.0,0.0,0.0,0.0,0.0,2.873,0.166,0.0,0.0,3.893,1.316,7.706,0.0,0.0,3.966,0.0,0.455,0.001,0.0,0.0,0.0,1.52,0.0,0.0,0.366,0.286,2.129,1.395,0.0,1.879,2.742,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.124,0.0,15.101,6.85,0.853,0.0,0.0,0.0,0.0,2660.9,2106.5,9.742,9.306,0.0,1.636,2.868,0.0,0.0,0.655,2.789,-2.258,0.0,0.0,2.099,0.0,-0.263,1.522,0.0,1.064,0.0,1.2,-3.692,-1.523,0.0,1.081,0.381,0.0,0.0,-0.092,-0.113,4.123,0.0,0.0,0.54,0.0,-0.262,-0.252,-0.199,-0.278,0.0,1.467,6.348,2.443,1364.1,1290.1,8207.3,3131.8,18000.0,18000.0,17060.0,24.62,91.58,12482.0,3021.0,2049.0,0.0,363.0,1822.0,0.0,1575.0,0.0,1042.0,2610.0,9749.0,1052.0,2097.0,0.0,221.0,604.0,0.0,576.0,0.0,1565.0,545.0,3090.0,1617.0,312.0,705.0,600.0 +house016.xml,61.263,61.263,39.853,39.853,0.0,0.0,21.411,0.0,0.0,0.0,7.559,0.538,0.161,0.004,3.072,1.04,0.0,0.0,0.0,8.606,0.0,0.723,0.215,0.0,0.0,0.0,2.448,0.0,0.0,0.496,0.369,2.745,1.608,0.0,2.255,8.015,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.223,0.0,15.188,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,24.34,0.164,12.019,10.478,0.0,0.0,0.0,1.0,16.0,7459.0,3560.9,42.956,19.023,0.0,4.422,10.844,0.619,5.714,0.298,7.394,-8.024,0.0,0.0,0.0,6.778,-0.019,5.733,0.0,3.86,0.0,0.0,-8.633,-4.768,0.0,-0.35,-0.879,-0.023,2.9,-0.048,-0.599,12.366,0.0,0.0,0.0,-8.871,-0.021,-1.377,-1.189,-1.027,0.0,0.0,7.782,3.838,1759.0,1745.5,13591.0,4566.0,136000.0,36000.0,36000.0,19.22,86.72,26406.0,0.0,5399.0,0.0,171.0,10377.0,0.0,0.0,2485.0,2689.0,5286.0,18696.0,0.0,9204.0,0.0,90.0,3334.0,0.0,0.0,0.0,2156.0,593.0,3320.0,1990.0,0.0,1190.0,800.0 +house017.xml,91.685,91.685,28.091,28.091,63.594,0.0,0.0,0.0,0.0,0.0,0.0,1.273,0.0,0.0,4.55,0.77,0.0,0.0,0.0,4.67,0.187,0.387,0.033,0.0,0.0,0.0,2.086,0.0,0.0,0.502,0.373,2.776,1.619,0.0,2.274,6.591,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.496,0.0,18.098,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,41.682,0.0,10.484,11.141,3.414,0.0,0.0,150.0,107.0,1729.1,3519.3,60.332,19.17,0.0,5.444,14.676,0.654,10.694,0.363,7.196,-9.464,0.0,0.0,0.708,4.38,0.007,19.813,0.0,1.221,0.0,0.0,-11.229,-2.985,0.0,-0.167,-1.038,-0.024,4.609,-0.061,-0.924,7.861,0.0,0.0,-0.001,-4.842,0.008,-2.802,-0.738,-0.261,0.0,0.0,7.223,1.685,1778.7,1768.3,13969.3,4663.9,60000.0,24000.0,0.0,16.16,89.24,35267.0,0.0,4833.0,0.0,181.0,13937.0,0.0,354.0,1303.0,3048.0,11612.0,17819.0,0.0,7246.0,0.0,85.0,2970.0,0.0,176.0,0.0,2221.0,1571.0,3550.0,3534.0,0.0,2534.0,1000.0 +house018.xml,36.164,36.164,36.164,36.164,0.0,0.0,0.0,0.0,0.0,0.0,4.574,0.201,0.0,0.0,2.662,0.818,7.873,0.0,0.0,4.761,0.0,0.461,0.112,0.0,0.0,0.0,4.21,0.0,0.0,0.359,0.282,2.094,1.383,0.0,1.858,4.516,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,8.537,0.0,9.763,7.32,0.552,0.0,0.0,0.0,0.0,4683.5,2698.6,19.912,11.028,0.0,4.58,4.639,0.0,0.0,0.276,3.57,-3.663,0.0,0.0,2.183,0.0,-0.02,2.621,0.0,2.082,0.0,1.803,-7.049,-2.593,0.0,-0.546,-0.833,0.0,0.0,-0.097,-1.162,4.529,0.0,0.0,-0.033,0.0,-0.015,-0.781,-0.65,-0.759,0.0,1.3,6.872,2.168,1341.9,1264.5,9054.6,3477.8,36000.0,36000.0,36000.0,19.22,86.72,18300.0,4909.0,2514.0,0.0,150.0,3004.0,0.0,1816.0,0.0,2749.0,3160.0,11065.0,747.0,2046.0,0.0,79.0,696.0,0.0,419.0,0.0,2204.0,354.0,4520.0,2606.0,1095.0,711.0,800.0 +house019.xml,129.829,129.829,51.943,51.943,77.886,0.0,0.0,0.0,0.0,0.0,0.0,1.121,0.0,0.0,11.26,3.784,9.725,0.0,0.0,8.923,0.0,0.741,0.054,0.0,0.0,0.0,2.005,1.27,0.0,0.359,0.282,2.094,0.095,0.0,1.858,8.374,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,75.111,0.0,0.0,0.0,2.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,68.061,0.0,44.571,7.894,1.826,0.0,0.0,193.0,278.0,2783.0,6498.5,84.656,46.066,0.0,11.382,44.784,0.651,5.039,1.921,15.907,-14.351,0.0,0.0,0.0,5.956,-0.028,8.879,0.0,1.865,0.0,0.0,-10.266,-5.184,0.0,2.957,9.997,0.147,2.86,0.267,2.073,17.699,0.0,0.0,0.0,-4.291,-0.015,-0.167,-0.16,0.019,0.0,0.0,8.128,3.739,1341.9,1264.5,7836.1,3009.8,100000.0,60000.0,0.0,16.16,89.24,49914.0,0.0,9523.0,0.0,1028.0,26480.0,0.0,0.0,1661.0,5769.0,5453.0,32831.0,0.0,12812.0,0.0,482.0,10075.0,0.0,0.0,0.0,4204.0,738.0,4520.0,1990.0,0.0,1190.0,800.0 +house020.xml,116.978,116.978,56.889,56.889,0.0,0.0,60.089,0.0,0.0,0.0,0.0,0.812,0.0,0.0,13.255,2.925,0.0,0.0,0.0,12.75,0.0,0.892,0.026,0.0,0.0,0.0,3.976,0.0,0.0,0.496,0.369,2.745,0.11,0.0,2.255,16.277,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.951,0.0,18.907,0.0,3.231,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.959,0.0,34.544,10.477,4.221,0.0,0.0,0.0,0.0,2702.3,6621.3,31.034,32.551,0.908,11.005,10.577,1.134,9.808,0.633,14.613,-15.405,0.0,0.0,0.0,7.525,-0.036,15.231,0.0,0.836,0.0,0.0,-15.218,-7.01,0.244,0.149,0.176,0.052,6.389,0.012,-1.765,21.501,0.0,0.0,0.0,-6.71,-0.026,-2.71,-1.675,-0.199,0.0,0.0,13.532,5.74,1759.0,1745.5,13595.6,4567.5,120000.0,60000.0,0.0,19.22,86.72,44436.0,0.0,10325.0,0.0,395.0,12858.0,598.0,0.0,3105.0,6812.0,10343.0,26478.0,0.0,11826.0,0.0,208.0,3049.0,253.0,0.0,0.0,5463.0,1160.0,4520.0,3128.0,0.0,2328.0,800.0 +house021.xml,156.414,156.414,48.608,48.608,107.806,0.0,0.0,0.0,0.0,0.0,0.0,1.986,0.0,0.0,8.49,1.583,0.0,0.0,0.0,10.64,0.244,0.771,0.071,0.0,0.0,0.0,2.448,1.472,0.0,0.496,0.369,2.745,1.608,0.0,2.255,13.43,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,88.765,0.0,19.041,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,72.989,0.0,19.001,10.989,3.814,0.0,0.0,0.0,0.0,2796.0,4772.1,81.115,23.856,0.0,8.268,27.059,2.421,9.201,0.859,21.246,-20.507,0.0,0.0,1.083,9.438,-0.316,26.612,0.0,2.489,0.0,6.042,-14.659,-6.853,0.0,0.014,-0.865,0.005,2.201,-0.093,-1.71,15.643,0.0,0.0,0.044,-6.095,-0.292,-2.436,-0.871,-0.39,0.0,1.324,8.889,3.787,1759.0,1745.5,13752.0,4620.1,130000.0,60000.0,0.0,16.16,89.24,52324.0,8017.0,10175.0,0.0,318.0,15504.0,0.0,396.0,1788.0,3431.0,12694.0,28789.0,5962.0,9809.0,0.0,149.0,3704.0,0.0,196.0,0.0,2501.0,1718.0,4750.0,4904.0,1133.0,2771.0,1000.0 +house022.xml,137.518,137.518,48.884,48.884,0.0,88.635,0.0,0.0,0.0,0.0,0.0,2.204,0.0,0.0,8.878,0.897,12.47,0.0,0.0,6.69,0.0,0.61,0.034,0.0,0.0,0.0,2.086,1.649,0.0,0.496,0.369,2.745,1.608,0.0,2.255,5.893,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,88.635,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,72.755,0.0,19.669,10.989,1.479,0.0,0.0,184.0,126.0,2989.1,5375.4,90.672,27.64,3.697,3.766,20.67,0.0,0.0,1.489,16.102,-13.284,0.0,0.0,14.728,0.0,-0.29,37.7,0.0,1.154,0.0,0.0,-9.532,-4.275,1.095,0.153,0.522,0.0,0.0,-0.127,-0.987,12.096,0.0,0.0,1.908,0.0,-0.281,-2.742,-0.645,-0.074,0.0,0.0,6.187,2.415,1759.0,1745.5,13751.5,4619.9,100000.0,36000.0,0.0,16.16,89.24,53604.0,0.0,10741.0,0.0,737.0,11570.0,2029.0,5140.0,0.0,2115.0,21272.0,25289.0,0.0,8957.0,0.0,345.0,4498.0,1190.0,1360.0,0.0,1542.0,2878.0,4520.0,5443.0,0.0,4643.0,800.0 +house023.xml,137.688,137.688,62.964,62.964,0.0,74.724,0.0,0.0,0.0,0.0,0.0,1.882,0.0,0.0,5.73,0.817,19.996,0.0,0.0,9.219,0.0,0.692,0.045,0.0,0.0,0.0,4.21,0.0,0.0,0.632,0.457,3.396,1.833,0.0,2.653,11.402,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,74.724,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,62.385,0.0,16.623,17.1,2.769,0.0,0.0,0.0,0.0,4238.5,4426.9,62.437,20.735,0.0,10.219,21.511,1.202,16.481,0.851,9.7,-7.977,0.0,0.0,0.0,6.192,-0.031,23.714,0.0,1.639,0.0,0.0,-15.568,-5.906,0.0,-0.208,-1.058,-0.016,5.935,-0.115,-0.813,9.405,0.0,0.0,0.0,-6.026,-0.008,-2.695,-0.771,-0.316,0.0,0.0,10.088,3.314,2176.1,2226.5,7845.5,2331.5,125000.0,42000.0,0.0,16.16,89.24,43971.0,0.0,5067.0,0.0,362.0,17083.0,0.0,0.0,1469.0,4899.0,15091.0,22901.0,0.0,8938.0,0.0,170.0,3445.0,0.0,0.0,0.0,3570.0,2029.0,4750.0,4273.0,0.0,3273.0,1000.0 +house024.xml,129.181,129.181,44.059,44.059,0.0,85.122,0.0,0.0,0.0,0.0,0.0,2.117,0.0,0.0,5.375,0.691,16.753,0.0,0.0,3.916,0.0,0.396,0.058,0.0,0.0,0.0,2.005,0.0,0.0,0.632,0.457,3.396,1.833,0.0,2.653,3.778,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,85.122,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,70.176,0.0,16.013,14.653,2.088,0.0,0.0,0.0,0.0,2750.5,3528.1,72.024,17.577,0.0,7.189,30.113,0.0,0.0,0.682,6.988,-7.991,0.0,0.0,5.221,0.0,-0.109,25.401,0.0,1.837,0.0,11.726,-8.633,-2.537,0.0,0.564,1.148,0.0,0.0,-0.042,-0.072,6.345,0.0,0.0,0.499,0.0,-0.102,-1.48,-0.34,-0.197,0.0,2.853,5.531,1.379,2176.1,2226.5,14983.5,4452.7,85000.0,30000.0,0.0,16.16,89.24,60409.0,12599.0,4381.0,0.0,318.0,17712.0,0.0,4475.0,0.0,4266.0,16658.0,21856.0,1377.0,4060.0,0.0,149.0,6404.0,0.0,1183.0,0.0,3109.0,2254.0,3320.0,7041.0,2605.0,3636.0,800.0 +house025.xml,104.434,104.434,69.708,69.708,34.726,0.0,0.0,0.0,0.0,0.0,6.349,1.043,0.0,0.0,18.613,3.316,12.215,0.0,0.0,9.263,0.0,0.783,0.0,0.0,0.0,0.0,4.105,0.0,0.0,0.359,0.282,2.094,1.383,0.0,1.858,8.046,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,34.726,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,36.49,0.0,48.443,8.321,3.83,0.0,0.0,0.0,0.0,4274.2,6965.5,36.267,33.057,0.0,3.371,17.511,0.0,0.0,2.159,7.106,-5.668,0.0,0.0,6.847,0.0,-1.312,13.682,0.0,0.408,0.0,4.862,-8.549,-4.002,0.0,1.07,5.585,0.0,0.0,0.425,2.39,12.915,0.0,0.0,5.571,0.0,-1.31,-0.782,-0.167,-0.007,0.0,6.198,11.564,5.262,1341.9,1264.5,3496.9,1343.1,158000.0,81000.0,33000.0,24.62,91.58,54382.0,20089.0,4722.0,0.0,1238.0,9584.0,0.0,6119.0,0.0,1863.0,10768.0,32212.0,8765.0,7687.0,0.0,752.0,4348.0,0.0,2236.0,0.0,1707.0,2197.0,4520.0,9606.0,5960.0,2846.0,800.0 +house026.xml,57.53,57.53,24.858,24.858,32.672,0.0,0.0,0.0,0.0,0.0,0.0,0.047,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.534,0.251,0.548,0.299,0.0,0.0,0.0,1.987,0.0,0.0,0.447,0.338,2.514,1.528,0.934,2.114,7.317,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.54,0.0,14.132,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,14.214,0.0,0.0,8.607,2.071,0.0,0.0,0.0,0.0,1554.3,1299.3,17.654,0.0,0.0,1.763,6.788,0.231,0.0,0.196,4.821,-2.877,0.0,0.0,7.433,0.0,-0.053,2.486,0.0,3.124,0.0,0.0,-6.702,-3.094,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1294.7,1281.5,8575.8,3022.2,84000.0,0.0,0.0,24.62,91.58,22421.0,0.0,3869.0,0.0,128.0,5749.0,0.0,5824.0,0.0,1459.0,5391.0,16896.0,0.0,5493.0,0.0,78.0,2390.0,0.0,2232.0,0.0,2192.0,1191.0,3320.0,2342.0,0.0,1542.0,800.0 +house027.xml,72.675,72.675,31.766,31.766,40.908,0.0,0.0,0.0,0.0,0.0,0.0,0.437,0.0,0.0,7.903,1.021,0.0,0.0,0.0,5.947,0.218,0.485,0.927,0.0,0.0,0.0,1.724,0.0,0.0,0.447,0.338,2.514,0.105,0.0,2.114,7.587,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,19.958,0.0,17.881,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,18.8,0.0,23.144,8.564,5.231,0.0,0.0,0.0,0.0,1579.3,3624.8,24.012,22.742,0.717,1.779,7.835,0.433,0.0,0.588,5.217,-4.028,0.0,0.0,0.372,3.347,-0.138,1.744,0.0,10.422,0.0,2.036,-8.785,-2.844,0.486,1.117,0.735,0.091,0.0,-0.107,-0.293,5.629,0.0,0.0,0.112,3.831,-0.138,-0.367,-0.973,-3.484,0.0,2.602,10.733,3.103,1610.9,1574.7,10579.5,3728.4,75000.0,36000.0,0.0,24.62,91.58,33085.0,7576.0,4494.0,0.0,375.0,6506.0,550.0,250.0,4088.0,1516.0,7731.0,19081.0,3675.0,4014.0,0.0,228.0,2868.0,270.0,163.0,0.0,2277.0,2267.0,3320.0,5491.0,1756.0,2936.0,800.0 +house028.xml,67.777,67.777,29.713,29.713,38.064,0.0,0.0,0.0,0.0,0.0,0.0,0.257,0.0,0.0,7.134,1.521,0.0,0.0,0.0,6.138,0.226,0.503,0.618,0.0,0.0,0.0,2.104,0.0,0.0,0.528,0.39,0.229,0.114,0.0,2.35,7.602,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.558,0.0,18.12,3.047,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,12.733,0.0,22.845,10.226,3.619,0.0,0.0,0.0,0.0,1516.8,3329.2,19.98,21.277,0.767,1.659,7.019,0.34,0.0,0.428,5.478,-3.79,0.0,0.0,0.233,2.471,-0.05,4.04,0.0,4.465,0.0,1.534,-9.079,-2.901,0.614,1.244,-0.524,0.118,0.0,0.074,-0.711,6.39,0.0,0.0,0.073,1.831,-0.051,-1.083,-1.206,-1.646,0.0,2.931,11.526,3.237,1857.7,1859.4,12951.5,4219.3,75000.0,36000.0,0.0,24.62,91.58,31420.0,8676.0,4365.0,0.0,315.0,5287.0,616.0,180.0,3569.0,1488.0,6925.0,19786.0,3912.0,5630.0,0.0,203.0,2207.0,374.0,113.0,0.0,2235.0,1562.0,3550.0,5044.0,2021.0,2023.0,1000.0 +house029.xml,78.146,78.146,30.129,30.129,48.017,0.0,0.0,0.0,0.0,0.0,0.0,0.647,0.0,0.0,6.253,0.932,0.0,0.0,0.0,6.543,0.274,0.569,0.76,0.0,0.0,0.0,1.981,0.0,0.0,0.447,0.338,2.514,0.105,0.0,2.114,6.653,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.353,0.0,12.596,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.015,0.0,14.034,9.614,0.0,0.0,0.0,0.0,0.0,1605.9,3024.0,28.665,14.173,0.0,3.353,14.661,0.392,0.0,0.306,6.677,-6.46,0.0,0.0,7.295,0.0,-0.082,7.286,0.0,7.296,0.0,3.208,-8.368,-3.708,0.0,1.121,-0.886,0.008,0.0,0.054,0.347,5.724,0.0,0.0,-0.005,0.0,-0.077,-0.819,-1.09,-1.55,0.0,1.281,7.176,2.834,1610.9,1574.7,11033.0,3888.2,77000.0,36000.0,0.0,17.24,91.22,29358.0,2294.0,4924.0,0.0,157.0,7940.0,0.0,2973.0,0.0,2105.0,8965.0,16260.0,-171.0,4914.0,0.0,131.0,2819.0,0.0,914.0,0.0,2691.0,1642.0,3320.0,3897.0,902.0,2195.0,800.0 +house030.xml,58.718,58.718,17.191,17.191,0.0,0.0,41.527,0.0,0.0,0.0,0.0,0.056,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.324,0.272,0.497,0.57,0.0,0.0,0.0,1.834,0.0,0.0,0.366,0.286,0.168,0.096,0.701,1.879,5.143,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,23.217,0.0,13.274,2.238,2.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,17.525,0.0,0.0,7.715,2.195,0.0,0.0,0.0,0.0,1134.0,975.2,16.286,0.0,0.0,1.661,10.17,0.487,1.11,1.042,5.327,-4.368,0.0,0.0,0.0,4.32,-0.041,2.74,0.0,5.69,0.0,0.0,-7.811,-2.953,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1066.3,993.0,6765.0,2581.4,87000.0,0.0,0.0,17.24,91.22,18253.0,0.0,3366.0,0.0,474.0,6809.0,0.0,0.0,2880.0,1036.0,3688.0,10321.0,0.0,2595.0,0.0,278.0,2202.0,0.0,0.0,0.0,1324.0,832.0,3090.0,1712.0,0.0,1112.0,600.0 +house031.xml,233.21,233.21,50.579,50.579,182.631,0.0,0.0,0.0,0.0,0.0,0.0,3.084,0.0,0.0,13.164,3.639,0.0,0.0,0.0,10.36,0.246,0.758,0.0,0.0,0.0,0.0,1.605,0.0,0.0,0.769,0.544,0.32,0.141,0.0,3.051,12.897,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,145.141,0.0,29.093,4.254,4.143,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,119.064,0.0,40.819,17.932,5.233,0.0,0.0,48.0,120.0,2973.4,7607.9,125.322,49.726,0.0,14.461,42.003,1.049,6.667,1.392,19.471,-16.936,0.0,0.0,1.902,6.061,-0.824,56.848,0.0,0.653,0.0,9.698,-17.067,-6.486,0.0,2.186,4.979,0.171,2.818,0.11,0.918,17.661,0.0,0.0,0.264,-3.654,-0.792,-2.006,-0.402,-0.012,0.0,3.155,11.107,3.875,2593.2,2707.5,18307.9,4902.1,200000.0,96000.0,0.0,16.16,89.24,82679.0,13643.0,10261.0,0.0,650.0,23266.0,0.0,869.0,1398.0,7333.0,25259.0,44183.0,9751.0,13165.0,0.0,305.0,7760.0,0.0,431.0,0.0,5345.0,3418.0,4010.0,8612.0,1699.0,5513.0,1400.0 +house032.xml,101.06,101.06,15.541,15.541,85.519,0.0,0.0,0.0,0.0,0.0,0.0,1.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.094,0.0,0.518,0.0,0.0,0.0,0.0,1.605,0.0,0.0,0.359,0.282,0.166,0.095,0.0,1.858,4.066,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,64.315,0.0,16.228,2.201,2.775,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.463,0.0,0.0,8.002,4.922,0.0,0.0,152.0,0.0,1347.4,804.3,50.382,0.0,0.0,10.424,8.774,1.925,20.463,1.413,8.064,-9.472,0.0,0.0,0.0,4.537,0.02,14.979,0.0,0.625,0.0,0.0,-8.946,-3.277,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1341.9,1264.5,7310.3,2807.9,75000.0,0.0,0.0,16.16,89.24,30426.0,0.0,5132.0,0.0,690.0,10940.0,0.0,0.0,1223.0,5647.0,6794.0,17266.0,0.0,6284.0,0.0,324.0,2076.0,0.0,0.0,0.0,4115.0,917.0,3550.0,2480.0,0.0,1480.0,1000.0 +house033.xml,106.743,106.743,14.691,14.691,0.0,92.052,0.0,0.0,0.0,0.0,0.0,0.313,0.0,0.0,0.0,0.0,0.0,0.0,0.0,4.888,0.0,0.528,0.0,0.0,0.0,0.0,1.294,0.0,0.0,0.0,0.194,1.443,1.158,0.0,1.46,3.412,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,84.371,0.0,7.681,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,63.569,0.0,0.0,3.531,0.0,0.0,0.0,0.0,0.0,1018.3,771.3,48.38,0.0,0.0,19.125,14.564,0.0,0.0,1.0,10.82,-7.637,0.0,0.0,14.706,0.0,-0.349,18.578,0.0,0.793,0.0,0.0,-4.996,-3.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,924.8,0.0,3905.6,1188.1,109000.0,0.0,0.0,16.16,89.24,32325.0,0.0,5273.0,0.0,362.0,6028.0,0.0,4559.0,0.0,8461.0,7643.0,19011.0,0.0,4574.0,0.0,170.0,2314.0,0.0,1206.0,0.0,6166.0,1032.0,3550.0,2665.0,0.0,1665.0,1000.0 +house034.xml,152.384,152.384,43.212,43.212,0.0,0.0,109.172,0.0,0.0,0.0,0.0,0.081,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.498,0.341,1.204,0.0,0.0,0.0,0.0,1.909,0.0,0.0,0.496,0.369,2.745,1.608,0.0,2.255,15.707,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,87.86,0.0,21.312,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,62.126,0.0,0.0,11.573,5.395,0.0,0.0,0.0,0.0,2949.7,2213.7,85.981,0.0,0.0,8.91,27.062,0.0,2.877,1.905,25.855,-26.642,0.0,0.0,10.822,2.701,0.075,34.836,0.0,0.572,0.0,0.0,-16.175,-10.518,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1759.0,1745.5,10287.1,3456.0,210000.0,0.0,0.0,16.16,89.24,60898.0,0.0,15758.0,0.0,1028.0,15579.0,0.0,4773.0,1069.0,4622.0,18068.0,36334.0,0.0,20262.0,0.0,482.0,4382.0,0.0,1842.0,0.0,3369.0,2447.0,3550.0,4947.0,0.0,3947.0,1000.0 +house035.xml,63.505,63.505,17.521,17.521,45.985,0.0,0.0,0.0,0.0,0.0,0.0,0.809,0.0,0.0,1.742,0.119,0.0,0.0,0.0,5.438,0.0,0.533,0.0,0.0,0.0,0.0,2.257,0.0,0.0,0.222,0.194,0.114,0.079,0.0,1.46,4.553,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,32.522,0.0,9.627,1.517,2.319,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,26.706,0.0,2.673,3.92,3.822,0.0,0.0,102.0,0.0,1326.3,1899.4,39.1,9.67,0.367,6.149,10.862,0.0,0.0,0.538,5.863,-7.44,0.0,0.0,7.797,0.0,0.004,13.61,0.0,0.491,0.0,0.0,-7.87,-3.466,0.06,-0.579,-1.589,0.0,0.0,-0.082,-1.219,7.322,0.0,0.0,-4.457,0.0,0.009,-2.738,-0.728,-0.128,0.0,0.0,4.96,1.972,924.8,783.5,4210.1,1280.7,80000.0,24000.0,0.0,16.16,89.24,27631.0,0.0,4397.0,0.0,318.0,7248.0,249.0,1468.0,0.0,4065.0,9886.0,16107.0,0.0,5653.0,0.0,149.0,2208.0,88.0,388.0,0.0,2962.0,1338.0,3320.0,2958.0,0.0,2158.0,800.0 +house036.xml,82.314,82.314,26.075,26.075,56.239,0.0,0.0,0.0,0.0,0.0,0.0,0.964,0.0,0.0,5.964,1.051,0.0,0.0,0.0,5.449,0.0,0.536,0.0,0.0,0.0,0.0,1.617,0.0,0.0,0.359,0.282,2.094,1.383,0.0,1.858,4.519,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,38.77,0.0,17.468,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,31.868,0.0,15.005,8.219,5.837,0.0,0.0,102.0,126.0,1461.8,3231.3,31.799,17.329,5.544,2.267,3.993,0.0,0.0,1.83,6.573,-7.755,0.0,0.0,21.29,0.0,-0.001,7.412,0.0,0.555,0.0,0.0,-6.427,-3.43,1.567,0.119,-0.032,0.0,0.0,-0.224,-0.58,6.698,0.0,0.0,2.216,0.0,-0.0,-0.749,-0.419,-0.061,0.0,0.0,4.352,2.019,1341.9,1264.5,6447.0,2476.3,60000.0,24000.0,0.0,16.16,89.24,25212.0,0.0,4435.0,0.0,1019.0,2375.0,3328.0,7811.0,0.0,1320.0,4925.0,13155.0,0.0,4257.0,0.0,478.0,403.0,1235.0,2066.0,0.0,962.0,665.0,3090.0,1673.0,0.0,1073.0,600.0 +house037.xml,87.934,87.934,21.779,21.779,0.0,66.155,0.0,0.0,0.0,0.0,0.0,0.179,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.807,0.0,0.61,0.0,0.0,0.0,0.0,2.004,0.0,0.0,0.359,0.282,2.094,1.383,0.0,1.858,6.203,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,49.998,0.0,16.157,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,37.091,0.0,0.0,7.429,0.0,0.0,0.0,0.0,0.0,1457.0,1117.9,29.538,0.0,0.0,16.714,11.33,0.0,0.0,1.563,7.276,-10.49,0.0,0.0,6.59,0.0,-0.309,14.696,0.0,0.461,0.0,0.0,-6.818,-3.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1341.9,1264.5,8324.2,3197.3,110000.0,0.0,0.0,19.22,86.72,40440.0,0.0,6057.0,0.0,969.0,7752.0,0.0,1095.0,0.0,13572.0,10994.0,25998.0,0.0,7073.0,0.0,510.0,2730.0,0.0,253.0,0.0,10883.0,1229.0,3320.0,3267.0,0.0,2467.0,800.0 +house038.xml,125.259,125.259,51.453,51.453,73.806,0.0,0.0,0.0,0.0,0.0,0.0,0.919,0.0,0.0,13.907,2.878,0.0,0.0,0.0,6.908,0.315,0.625,0.0,0.0,0.0,0.0,1.603,0.0,0.0,0.632,0.457,3.396,1.833,0.0,2.653,6.085,0.0,0.0,0.0,9.242,0.0,0.0,0.0,0.0,0.0,49.777,0.0,24.029,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,39.718,0.0,31.79,14.715,4.6,0.0,0.0,0.0,233.0,2428.2,5597.8,48.196,27.442,0.0,3.656,14.889,0.651,4.461,0.809,12.07,-10.519,0.0,0.0,1.803,2.342,-0.041,22.432,0.0,0.593,0.0,0.0,-10.084,-3.849,0.0,0.833,2.542,0.138,2.222,0.014,1.269,13.321,0.0,0.0,0.365,-0.609,-0.03,-0.623,-0.151,0.003,0.0,0.0,8.691,3.059,2176.1,2226.5,14642.0,4351.2,71000.0,36000.0,0.0,16.16,89.24,30633.0,0.0,6993.0,0.0,362.0,9341.0,0.0,865.0,597.0,1706.0,10769.0,18733.0,0.0,9118.0,0.0,170.0,2306.0,0.0,429.0,0.0,1243.0,1457.0,4010.0,3750.0,0.0,2350.0,1400.0 +house039.xml,98.796,98.796,24.025,24.025,74.77,0.0,0.0,0.0,0.0,0.0,0.0,0.144,0.0,0.0,0.0,0.0,5.136,0.0,0.0,4.411,0.239,0.418,0.0,0.0,0.0,0.0,1.763,0.0,0.0,0.632,0.457,3.396,0.126,0.0,2.653,4.652,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,71.084,0.0,0.0,0.0,3.687,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,45.19,0.0,0.0,14.272,1.125,0.0,0.0,0.0,0.0,1709.2,1468.5,49.765,0.0,0.0,14.276,5.416,0.0,0.0,2.519,15.643,-13.75,0.0,0.0,13.85,0.0,-0.039,13.263,0.0,0.557,0.0,0.0,-4.135,-2.841,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,2176.1,2226.5,17536.3,5211.3,87000.0,0.0,0.0,16.16,89.24,42559.0,0.0,11110.0,0.0,1456.0,3312.0,0.0,6991.0,0.0,8806.0,10883.0,24809.0,0.0,9879.0,0.0,683.0,526.0,0.0,2514.0,0.0,6418.0,1470.0,3320.0,3171.0,0.0,2371.0,800.0 +house040.xml,101.093,101.093,23.51,23.51,77.583,0.0,0.0,0.0,0.0,0.0,0.0,1.294,0.0,0.0,0.0,0.0,0.0,0.0,0.0,7.373,0.0,0.651,0.0,0.0,0.0,0.0,1.603,0.0,0.0,0.359,0.282,2.094,1.383,0.0,1.858,6.613,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,60.239,0.0,17.344,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,56.75,0.0,0.0,8.002,5.497,0.0,0.0,0.0,0.0,1751.1,1153.8,62.245,0.0,11.278,5.623,22.309,0.0,4.331,2.096,12.49,-12.701,0.0,0.0,2.044,3.404,-0.081,19.729,0.0,0.612,0.0,0.0,-10.075,-4.739,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,1341.9,1264.5,7310.4,2807.9,75000.0,0.0,0.0,16.16,89.24,43973.0,0.0,7249.0,0.0,1028.0,13423.0,5873.0,795.0,946.0,3065.0,11594.0,23964.0,0.0,8221.0,0.0,482.0,4483.0,3446.0,210.0,0.0,2234.0,1569.0,3320.0,3330.0,0.0,2530.0,800.0 +house041.xml,263.645,263.645,47.328,47.328,216.317,0.0,0.0,0.0,0.0,0.0,0.0,4.262,0.0,0.0,2.66,0.267,0.0,0.0,0.0,13.943,0.315,1.031,0.05,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,2.899,1.661,0.473,2.35,14.078,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,189.767,0.0,26.551,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,178.811,0.0,4.914,15.632,5.037,0.0,0.0,140.0,0.0,3249.4,4593.2,77.768,23.858,0.0,11.231,44.604,3.437,35.033,3.016,41.157,-22.869,0.0,0.0,4.272,22.319,-0.484,64.007,0.0,2.762,0.0,0.0,-20.273,-10.988,0.0,0.083,-2.236,-0.118,1.495,-0.212,-4.036,11.056,0.0,0.0,-0.318,-4.879,-0.482,-3.525,-1.055,-0.26,0.0,0.0,6.574,2.954,1857.7,1859.4,14896.4,4852.9,75000.0,30000.0,0.0,-13.72,81.14,97503.0,0.0,18666.0,0.0,1544.0,30313.0,0.0,2471.0,8192.0,5077.0,31239.0,28192.0,0.0,17118.0,0.0,293.0,3145.0,0.0,394.0,0.0,2867.0,825.0,3550.0,2261.0,0.0,1261.0,1000.0 +house042.xml,233.907,233.907,40.211,40.211,193.696,0.0,0.0,0.0,0.0,0.0,0.0,3.967,0.0,0.0,1.854,0.077,0.0,0.0,0.0,9.539,0.213,0.678,0.093,0.0,0.0,0.0,2.421,0.0,0.0,0.528,0.39,2.899,1.661,0.0,2.35,13.542,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,169.261,0.0,24.435,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,166.422,0.0,3.165,15.632,3.225,0.0,0.0,0.0,0.0,2767.6,3100.5,89.493,19.715,0.0,9.183,39.876,3.992,43.914,2.661,34.078,-21.646,0.0,0.0,2.425,19.204,-0.37,56.218,0.0,1.75,0.0,0.0,-19.153,-7.589,0.0,0.183,-1.615,-0.065,2.502,-0.161,-3.142,7.055,0.0,0.0,-0.272,-4.669,-0.366,-2.879,-0.664,-0.146,0.0,0.0,5.555,1.95,1857.7,1859.4,14896.3,4852.9,90000.0,24000.0,0.0,-13.72,81.14,85454.0,0.0,17465.0,0.0,1066.0,30498.0,0.0,927.0,3750.0,4248.0,27501.0,15754.0,0.0,5761.0,0.0,249.0,3057.0,0.0,13.0,0.0,2399.0,726.0,3550.0,2109.0,0.0,1109.0,1000.0 +house043.xml,160.748,160.748,30.151,30.151,130.597,0.0,0.0,0.0,0.0,0.0,0.0,2.513,0.0,0.0,2.066,0.123,0.0,0.0,0.0,6.562,0.213,0.514,0.093,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,8.765,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,110.697,0.0,19.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,105.439,0.0,3.154,13.084,2.206,0.0,0.0,0.0,0.0,1994.0,2811.9,55.417,13.976,0.0,3.166,23.182,2.279,33.907,5.589,23.433,-11.473,0.0,0.0,0.547,12.702,-0.276,28.925,0.0,1.576,0.0,0.0,-14.351,-5.157,0.0,0.028,-0.929,-0.095,1.426,-0.379,-2.383,5.808,0.0,0.0,-0.071,-3.42,-0.276,-1.629,-0.549,-0.148,0.0,0.0,4.471,1.404,1610.9,1574.7,12168.1,4288.2,90000.0,30000.0,0.0,-13.72,81.14,54524.0,0.0,11581.0,0.0,2417.0,20151.0,0.0,202.0,2421.0,1519.0,16233.0,15217.0,0.0,7585.0,0.0,572.0,2451.0,0.0,3.0,0.0,858.0,429.0,3320.0,1455.0,0.0,655.0,800.0 +house044.xml,229.02,229.02,43.659,43.659,185.362,0.0,0.0,0.0,0.0,0.0,0.0,4.768,0.0,0.0,2.147,0.207,0.0,0.0,0.0,12.955,0.315,0.974,0.037,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,12.956,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,162.796,0.0,22.566,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,151.254,0.0,3.935,13.084,4.45,0.0,0.0,0.0,0.0,3101.2,3571.6,81.86,19.162,4.363,6.889,36.355,9.097,19.369,2.733,18.933,-13.314,0.0,0.0,12.687,18.441,-0.462,61.873,0.0,1.435,0.0,0.0,-18.014,-10.248,0.233,0.435,-1.484,-0.104,1.069,-0.123,-1.249,6.809,0.0,0.0,-1.163,-4.596,-0.459,-2.766,-0.501,-0.103,0.0,0.0,5.311,2.707,1610.9,1574.7,12168.1,4288.2,110000.0,36000.0,0.0,-13.72,81.14,79064.0,0.0,8527.0,0.0,1403.0,26527.0,1911.0,5425.0,2422.0,3592.0,29257.0,20736.0,0.0,10745.0,0.0,269.0,3025.0,368.0,208.0,0.0,2028.0,772.0,3320.0,1980.0,0.0,1180.0,800.0 +house045.xml,152.5,152.5,35.243,35.243,117.257,0.0,0.0,0.0,0.0,0.0,0.0,2.776,0.0,0.0,2.406,0.302,0.0,0.0,0.0,9.065,0.315,0.749,1.793,0.0,0.0,0.0,2.36,0.0,0.0,0.447,0.338,2.514,1.528,0.0,2.114,8.536,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,94.806,0.0,22.452,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,88.082,0.0,4.068,13.084,4.362,0.0,0.0,0.0,0.0,2317.0,3015.0,47.223,12.936,3.564,3.072,15.126,2.27,32.793,1.139,19.86,-13.612,1.043,-0.407,0.086,12.675,-0.187,20.633,0.0,10.931,0.0,0.0,-14.66,-7.027,-0.013,0.005,-1.094,-0.117,0.875,-0.089,-2.077,7.137,-0.068,0.396,-0.013,-4.088,-0.186,-1.186,-0.918,-1.261,0.0,0.0,4.827,2.037,1610.9,1574.7,12168.1,4288.2,70000.0,30000.0,0.0,-13.72,81.14,45202.0,0.0,8927.0,496.0,442.0,17005.0,1494.0,31.0,2228.0,1367.0,13211.0,15237.0,0.0,8945.0,856.0,110.0,629.0,197.0,0.0,0.0,772.0,407.0,3320.0,1422.0,0.0,622.0,800.0 +house046.xml,25.039,25.039,25.039,25.039,0.0,0.0,0.0,0.0,0.0,0.0,5.363,0.445,0.267,0.009,3.74,1.039,4.924,0.0,0.0,1.03,0.0,0.082,0.0,0.0,0.0,0.0,1.793,0.0,0.0,0.256,0.005,0.482,1.262,0.0,1.644,2.698,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,13.919,0.276,12.851,4.305,0.617,0.0,0.0,0.0,0.0,3842.2,2404.7,16.167,13.006,0.0,2.523,3.83,0.0,0.0,0.327,2.446,-1.799,0.0,0.0,-0.138,0.0,-0.274,7.96,0.0,0.378,0.0,2.764,-3.583,-0.484,0.0,1.283,2.524,0.0,0.0,0.024,0.354,2.747,0.0,0.0,-0.137,0.0,-0.272,-0.46,-0.142,0.019,0.0,1.818,4.589,0.545,596.8,442.2,5543.5,2208.6,18000.0,18000.0,17065.0,24.62,91.58,19009.0,4026.0,1800.0,0.0,182.0,2847.0,0.0,0.0,0.0,1604.0,8550.0,15039.0,3885.0,3222.0,0.0,110.0,1427.0,0.0,0.0,0.0,1823.0,1711.0,2860.0,3098.0,482.0,2216.0,400.0 +house047.xml,20.762,20.762,14.475,14.475,6.286,0.0,0.0,0.0,0.0,0.0,0.0,0.139,0.0,0.0,0.596,0.005,4.487,0.0,0.0,0.921,0.0,0.463,0.182,0.0,0.0,0.0,1.444,0.0,0.0,0.256,0.111,0.738,1.262,0.0,1.644,2.227,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.286,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,6.111,0.0,1.539,4.203,0.0,0.0,0.0,0.0,0.0,873.4,968.8,4.758,2.532,0.0,-0.001,0.775,0.127,0.0,0.0,1.729,-0.554,0.0,0.0,0.0,1.373,-0.01,1.573,0.0,4.97,0.0,0.206,-3.59,-0.512,0.0,-0.0,0.101,0.032,0.0,0.0,-0.093,0.798,0.0,0.0,0.0,-1.121,-0.01,-0.229,-0.243,-1.378,0.0,-0.0,3.276,0.409,251.7,442.2,5772.6,1524.2,20000.0,18000.0,0.0,19.22,86.72,7389.0,1053.0,1216.0,0.0,0.0,630.0,0.0,0.0,705.0,0.0,3785.0,4112.0,0.0,477.0,0.0,0.0,177.0,0.0,0.0,0.0,0.0,597.0,2860.0,1598.0,0.0,1198.0,400.0 +house048.xml,91.545,91.545,39.87,39.87,51.675,0.0,0.0,0.0,0.0,0.0,0.0,0.331,0.0,0.0,12.958,3.843,0.0,0.0,0.0,3.691,0.085,0.498,3.014,0.0,0.0,0.0,2.421,0.0,0.0,0.474,1.108,0.67,0.114,0.0,2.35,8.312,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,35.721,0.0,12.616,0.0,3.339,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,28.9,0.0,51.647,7.253,2.672,0.0,0.0,0.0,0.0,1537.0,5475.4,41.96,33.156,1.017,2.617,11.966,0.0,0.0,0.809,4.918,-2.538,0.0,0.0,0.057,2.027,-0.53,6.789,0.0,4.189,0.0,6.375,-7.395,-1.508,1.351,1.066,9.35,0.0,0.0,0.558,2.746,4.304,0.0,0.0,0.074,10.099,-0.517,0.518,-0.451,1.922,0.0,7.048,11.596,2.183,130.3,817.7,11617.6,3495.1,63000.0,46500.0,0.0,25.88,98.42,51008.0,12331.0,4499.0,0.0,585.0,9704.0,828.0,45.0,11275.0,2249.0,9492.0,30572.0,8416.0,4431.0,0.0,589.0,7601.0,547.0,57.0,0.0,1959.0,3421.0,3550.0,4485.0,1124.0,2361.0,1000.0 +house049.xml,32.045,32.045,28.548,28.548,3.497,0.0,0.0,0.0,0.0,0.0,5.846,0.035,0.0,0.0,5.866,0.149,2.621,0.249,0.0,1.474,0.057,0.099,2.092,0.0,0.0,0.0,3.073,0.0,0.0,0.329,0.006,0.053,0.096,0.0,1.879,4.625,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.698,2.799,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,5.202,0.0,34.041,4.262,1.305,0.0,0.0,0.0,93.0,4425.1,2181.8,12.334,17.734,0.0,1.364,4.436,0.0,0.0,0.0,3.891,-7.555,0.0,0.0,0.0,1.446,-0.076,2.577,0.0,1.806,0.0,0.0,-2.434,-0.439,0.0,1.567,6.673,0.0,0.0,0.0,3.231,15.06,0.0,0.0,0.0,2.969,-0.077,-0.317,-3.564,0.51,0.0,0.0,7.533,1.035,728.6,567.4,7487.1,928.5,39000.0,16000.0,0.0,33.26,106.16,18656.0,0.0,5635.0,0.0,0.0,5120.0,0.0,0.0,2100.0,1357.0,4445.0,21262.0,0.0,6837.0,0.0,0.0,6369.0,0.0,0.0,0.0,2075.0,2891.0,3090.0,0.0,0.0,0.0,0.0 +house050.xml,51.833,51.833,21.857,21.857,29.976,0.0,0.0,0.0,0.0,0.0,0.0,0.275,0.0,0.0,1.906,0.335,0.0,0.0,0.0,1.782,0.057,0.111,2.23,0.0,0.0,0.0,2.36,0.0,0.0,0.471,0.497,3.653,0.105,0.0,2.114,5.961,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,16.061,0.0,10.847,0.0,3.069,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,15.688,0.0,5.139,8.572,0.0,0.0,0.0,0.0,0.0,1156.7,2605.3,11.113,15.398,0.0,4.131,6.506,0.0,0.0,2.03,5.645,-4.221,0.0,0.0,4.907,0.0,-0.124,2.665,0.0,3.668,0.0,1.92,-10.283,-1.232,0.0,-0.284,-0.31,0.0,0.0,-0.39,-0.567,4.041,0.0,0.0,-0.955,0.0,-0.123,-0.557,-1.22,-0.76,0.0,0.569,5.253,0.551,1689.0,437.0,10674.9,2994.2,58000.0,29000.0,0.0,28.58,87.08,21920.0,7753.0,3277.0,0.0,856.0,3061.0,0.0,2043.0,0.0,1771.0,3159.0,18927.0,5163.0,5885.0,0.0,572.0,1190.0,0.0,596.0,0.0,1585.0,616.0,3320.0,721.0,0.0,-79.0,800.0 diff --git a/example_files/resources/hpxml-measures/workflow/tests/base_results/results_bills.csv b/example_files/resources/hpxml-measures/workflow/tests/base_results/results_bills.csv index 31a585fe..06f0adb4 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/base_results/results_bills.csv +++ b/example_files/resources/hpxml-measures/workflow/tests/base_results/results_bills.csv @@ -1,444 +1,475 @@ -HPXML,Bills: Total (USD),Bills: Electricity: Fixed (USD),Bills: Electricity: Energy (USD),Bills: Electricity: Total (USD),Bills: Natural Gas: Fixed (USD),Bills: Natural Gas: Energy (USD),Bills: Natural Gas: Total (USD),Bills: Coal: Energy (USD),Bills: Coal: Total (USD),Bills: Fuel Oil: Energy (USD),Bills: Fuel Oil: Total (USD),Bills: Propane: Energy (USD),Bills: Propane: Total (USD),Bills: Wood Cord: Energy (USD),Bills: Wood Cord: Total (USD),Bills: Electricity: PV Credit (USD),Bills: Wood Pellets: Energy (USD),Bills: Wood Pellets: Total (USD),Tiered: Total (USD),Tiered: Electricity: Fixed (USD),Tiered: Electricity: Energy (USD),Tiered: Electricity: PV Credit (USD),Tiered: Electricity: Total (USD),Tiered: Natural Gas: Fixed (USD),Tiered: Natural Gas: Energy (USD),Tiered: Natural Gas: Total (USD),TOU: Total (USD),TOU: Electricity: Fixed (USD),TOU: Electricity: Energy (USD),TOU: Electricity: PV Credit (USD),TOU: Electricity: Total (USD),TOU: Natural Gas: Fixed (USD),TOU: Natural Gas: Energy (USD),TOU: Natural Gas: Total (USD),Tiered and TOU: Total (USD),Tiered and TOU: Electricity: Fixed (USD),Tiered and TOU: Electricity: Energy (USD),Tiered and TOU: Electricity: PV Credit (USD),Tiered and TOU: Electricity: Total (USD),Tiered and TOU: Natural Gas: Fixed (USD),Tiered and TOU: Natural Gas: Energy (USD),Tiered and TOU: Natural Gas: Total (USD),Real-Time Pricing: Total (USD),Real-Time Pricing: Electricity: Fixed (USD),Real-Time Pricing: Electricity: Energy (USD),Real-Time Pricing: Electricity: PV Credit (USD),Real-Time Pricing: Electricity: Total (USD),Real-Time Pricing: Natural Gas: Fixed (USD),Real-Time Pricing: Natural Gas: Energy (USD),Real-Time Pricing: Natural Gas: Total (USD),Simple: Total (USD),Simple: Electricity: Fixed (USD),Simple: Electricity: Energy (USD),Simple: Electricity: PV Credit (USD),Simple: Electricity: Total (USD),Simple: Natural Gas: Fixed (USD),Simple: Natural Gas: Energy (USD),Simple: Natural Gas: Total (USD),Detailed: Total (USD),Detailed: Electricity: Fixed (USD),Detailed: Electricity: Energy (USD),Detailed: Electricity: PV Credit (USD),Detailed: Electricity: Total (USD),Detailed: Natural Gas: Fixed (USD),Detailed: Natural Gas: Energy (USD),Detailed: Natural Gas: Total (USD),Net Metering w/ Wholesale Excess Rate: Total (USD),Net Metering w/ Wholesale Excess Rate: Electricity: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Electricity: Energy (USD),Net Metering w/ Wholesale Excess Rate: Electricity: PV Credit (USD),Net Metering w/ Wholesale Excess Rate: Electricity: Total (USD),Net Metering w/ Wholesale Excess Rate: Natural Gas: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Natural Gas: Energy (USD),Net Metering w/ Wholesale Excess Rate: Natural Gas: Total (USD),Net Metering w/ Retail Excess Rate: Total (USD),Net Metering w/ Retail Excess Rate: Electricity: Fixed (USD),Net Metering w/ Retail Excess Rate: Electricity: Energy (USD),Net Metering w/ Retail Excess Rate: Electricity: PV Credit (USD),Net Metering w/ Retail Excess Rate: Electricity: Total (USD),Net Metering w/ Retail Excess Rate: Natural Gas: Fixed (USD),Net Metering w/ Retail Excess Rate: Natural Gas: Energy (USD),Net Metering w/ Retail Excess Rate: Natural Gas: Total (USD),Feed-In Tariff: Total (USD),Feed-In Tariff: Electricity: Fixed (USD),Feed-In Tariff: Electricity: Energy (USD),Feed-In Tariff: Electricity: PV Credit (USD),Feed-In Tariff: Electricity: Total (USD),Feed-In Tariff: Natural Gas: Fixed (USD),Feed-In Tariff: Natural Gas: Energy (USD),Feed-In Tariff: Natural Gas: Total (USD) -base-appliances-coal.xml,1625.93,144.0,1106.0,1250.0,144.0,158.94,302.94,72.99,72.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-dehumidifier-ief-portable.xml,1370.0,144.0,1071.03,1215.03,144.0,10.97,154.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-dehumidifier-ief-whole-home.xml,1371.43,144.0,1072.66,1216.66,144.0,10.77,154.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-dehumidifier-multiple.xml,1367.97,144.0,1068.44,1212.44,144.0,11.53,155.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-dehumidifier.xml,1369.08,144.0,1070.24,1214.24,144.0,10.84,154.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-gas.xml,1587.83,144.0,1106.0,1250.0,144.0,193.83,337.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-modified.xml,1674.17,144.0,1228.68,1372.68,144.0,157.49,301.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-none.xml,1409.89,144.0,944.28,1088.28,144.0,177.61,321.61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-oil-location-miami-fl.xml,1714.2,144.0,1452.93,1596.93,0,0,0,0,0,117.27,117.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-oil.xml,1675.3,144.0,1106.0,1250.0,144.0,158.94,302.94,0,0,122.36,122.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-propane-location-portland-or.xml,1488.33,144.0,886.0,1030.0,144.0,171.14,315.14,0,0,0,0,143.19,143.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-propane.xml,1683.26,144.0,1106.0,1250.0,144.0,158.94,302.94,0,0,0,0,130.32,130.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-appliances-wood.xml,1625.93,144.0,1106.0,1250.0,144.0,158.94,302.94,0,0,0,0,0,0,72.99,72.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-cathedral.xml,1667.21,144.0,1190.44,1334.44,144.0,188.77,332.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-conditioned.xml,1834.96,144.0,1356.87,1500.87,144.0,190.09,334.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-flat.xml,1599.05,144.0,1168.25,1312.25,144.0,142.8,286.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-radiant-barrier.xml,1390.28,144.0,1067.24,1211.24,144.0,35.04,179.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-unvented-insulated-roof.xml,1621.23,144.0,1173.4,1317.4,144.0,159.83,303.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-atticroof-vented.xml,1635.06,144.0,1184.74,1328.74,144.0,162.32,306.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-battery-scheduled.xml,1703.6,144.0,1251.9,1395.9,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-battery.xml,1647.61,144.0,1195.91,1339.91,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml,1198.72,144.0,826.04,970.04,144.0,84.68,228.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-multiple.xml,1175.72,144.0,840.47,984.47,144.0,47.25,191.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml,1293.35,144.0,826.25,970.25,144.0,179.1,323.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-other-heated-space.xml,1119.27,144.0,821.5,965.5,144.0,9.77,153.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml,1135.62,144.0,839.62,983.62,144.0,8.0,152.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-calctype-operational.xml,916.14,144.0,618.8,762.8,144.0,9.34,153.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml,1180.05,144.0,887.04,1031.04,144.0,5.01,149.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml,1204.81,144.0,911.46,1055.46,144.0,5.35,149.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml,1190.32,144.0,897.57,1041.57,144.0,4.75,148.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml,1364.29,144.0,1072.39,1216.39,144.0,3.9,147.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml,1197.38,144.0,905.48,1049.48,144.0,3.9,147.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-baseboard.xml,1048.53,144.0,756.36,900.36,144.0,4.17,148.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml,1049.51,144.0,757.06,901.06,144.0,4.45,148.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml,1049.51,144.0,757.54,901.54,144.0,3.97,147.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml,1049.58,144.0,757.62,901.62,144.0,3.96,147.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml,1048.57,144.0,757.32,901.32,144.0,3.25,147.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-chiller-only-baseboard.xml,1029.45,144.0,885.45,1029.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml,1052.9,144.0,908.9,1052.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml,1038.4,144.0,894.4,1038.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml,1212.45,144.0,1068.45,1212.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml,1046.65,144.0,902.65,1046.65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-generator.xml,1544.75,144.0,872.48,1016.48,144.0,4.85,148.85,0,0,0,0,379.42,379.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml,1074.14,144.0,930.14,1074.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml,949.42,144.0,552.24,696.24,144.0,109.18,253.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-laundry-room.xml,929.42,144.0,545.97,689.97,144.0,95.45,239.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-mechvent-multiple.xml,1432.76,144.0,999.45,1143.45,144.0,145.31,289.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-mechvent-preconditioning.xml,1236.27,144.0,909.79,1053.79,144.0,38.48,182.48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-mechvent.xml,1221.13,144.0,905.8,1049.8,144.0,27.33,171.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-pv.xml,351.2,144.0,872.48,202.35,144.0,4.85,148.85,0,0,0,0,0,0,0,0,-814.13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-water-heater-recirc.xml,966.9,144.0,583.04,727.04,144.0,95.86,239.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily-shared-water-heater.xml,930.41,144.0,546.55,690.55,144.0,95.86,239.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-multifamily.xml,1165.33,144.0,872.48,1016.48,144.0,4.85,148.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-single-family-attached-2stories.xml,1561.12,144.0,1150.85,1294.85,144.0,122.27,266.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-single-family-attached-atticroof-cathedral.xml,1962.97,144.0,1238.68,1382.68,144.0,436.29,580.29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-bldgtype-single-family-attached.xml,1375.76,144.0,996.17,1140.17,144.0,91.59,235.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-calctype-operational-misc-defaults.xml,1161.37,144.0,1332.22,801.91,144.0,215.46,359.46,0,0,0,0,0,0,0,0,-674.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-calctype-operational-misc-loads-large-uncommon.xml,2466.48,144.0,1730.31,1874.31,144.0,298.84,442.84,0,0,0,0,69.87,69.87,79.46,79.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-calctype-operational-misc-loads-large-uncommon2.xml,2247.87,144.0,1649.53,1793.53,144.0,165.28,309.28,0,0,65.6,65.6,0,0,0,0,0,79.46,79.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-calctype-operational.xml,1410.62,144.0,943.7,1087.7,144.0,178.92,322.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-combi-tankless-outside.xml,1228.0,144.0,713.85,857.85,144.0,226.15,370.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-combi-tankless.xml,1228.0,144.0,713.85,857.85,144.0,226.15,370.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-2-speed.xml,1220.28,144.0,1076.28,1220.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-gshp.xml,1391.7,144.0,1247.7,1391.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-hpwh.xml,1471.68,144.0,987.62,1131.62,144.0,196.06,340.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-tankless.xml,1267.38,144.0,1123.38,1267.38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater-var-speed.xml,1190.54,144.0,1046.54,1190.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-desuperheater.xml,1267.99,144.0,1123.99,1267.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-dwhr.xml,1573.03,144.0,1121.33,1265.33,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-detailed-setpoints.xml,1238.92,144.0,713.47,857.47,144.0,237.45,381.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-dse.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-outside.xml,1259.09,144.0,713.85,857.85,144.0,257.24,401.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-standbyloss.xml,1241.58,144.0,713.42,857.42,144.0,240.16,384.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect-with-solar-fraction.xml,1183.34,144.0,713.72,857.72,144.0,181.62,325.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-indirect.xml,1239.95,144.0,713.48,857.48,144.0,238.47,382.47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-jacket-electric.xml,1638.34,144.0,1185.08,1329.08,144.0,165.26,309.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-jacket-gas.xml,1453.54,144.0,894.2,1038.2,144.0,271.34,415.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-jacket-hpwh.xml,1467.32,144.0,983.19,1127.19,144.0,196.13,340.13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-jacket-indirect.xml,1238.55,144.0,713.54,857.54,144.0,237.01,381.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-low-flow-fixtures.xml,1635.38,144.0,1183.68,1327.68,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-multiple.xml,1238.88,144.0,778.47,922.47,144.0,172.41,316.41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-none.xml,1267.77,144.0,816.3,960.3,144.0,163.47,307.47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-demand.xml,1645.95,144.0,1194.25,1338.25,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-manual.xml,1631.74,144.0,1180.04,1324.04,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-nocontrol.xml,2143.8,144.0,1692.1,1836.1,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-temperature.xml,1980.27,144.0,1528.57,1672.57,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-recirc-timer.xml,2143.8,144.0,1692.1,1836.1,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-direct-evacuated-tube.xml,1452.8,144.0,1001.1,1145.1,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-direct-flat-plate.xml,1403.67,144.0,952.04,1096.04,144.0,163.63,307.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-direct-ics.xml,1454.66,144.0,1002.96,1146.96,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-fraction.xml,1450.03,144.0,996.38,1140.38,144.0,165.65,309.65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-indirect-flat-plate.xml,1404.07,144.0,954.98,1098.98,144.0,161.09,305.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-solar-thermosyphon-flat-plate.xml,1394.39,144.0,942.75,1086.75,144.0,163.64,307.64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-coal.xml,1581.29,144.0,895.97,1039.97,144.0,165.27,309.27,232.05,232.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-detailed-setpoints.xml,1647.22,144.0,1195.57,1339.57,144.0,163.65,307.65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-elec-uef.xml,1649.87,144.0,1198.55,1342.55,144.0,163.32,307.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-gas-outside.xml,1477.17,144.0,888.91,1032.91,144.0,300.26,444.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-gas-uef-fhr.xml,1456.87,144.0,894.73,1038.73,144.0,274.14,418.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-gas-uef.xml,1456.87,144.0,894.73,1038.73,144.0,274.14,418.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-gas.xml,1460.16,144.0,895.97,1039.97,144.0,276.19,420.19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-detailed-schedules.xml,1444.54,144.0,954.6,1098.6,144.0,201.94,345.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,1439.0,144.0,948.77,1092.77,144.0,202.23,346.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-outside.xml,1570.79,144.0,1116.09,1260.09,144.0,166.7,310.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-uef.xml,1439.0,144.0,948.77,1092.77,144.0,202.23,346.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-with-solar-fraction.xml,1389.96,144.0,925.34,1069.34,144.0,176.62,320.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump-with-solar.xml,1402.86,144.0,945.96,1089.96,144.0,168.9,312.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-heat-pump.xml,1471.51,144.0,987.94,1131.94,144.0,195.57,339.57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,1643.41,144.0,1184.5,1328.5,144.0,170.91,314.91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-model-type-stratified.xml,1634.31,144.0,1180.07,1324.07,144.0,166.24,310.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-oil.xml,1738.26,144.0,895.97,1039.97,144.0,165.27,309.27,0,0,389.02,389.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tank-wood.xml,1581.29,144.0,895.97,1039.97,144.0,165.27,309.27,0,0,0,0,0,0,232.05,232.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-detailed-setpoints.xml,1425.11,144.0,888.91,1032.91,144.0,248.2,392.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-electric-outside.xml,1657.79,144.0,1203.09,1347.09,144.0,166.7,310.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-electric-uef.xml,1654.24,144.0,1199.54,1343.54,144.0,166.7,310.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-electric.xml,1657.79,144.0,1203.09,1347.09,144.0,166.7,310.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-gas-uef.xml,1414.09,144.0,888.91,1032.91,144.0,237.18,381.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-gas-with-solar-fraction.xml,1372.19,144.0,888.91,1032.91,144.0,195.28,339.28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-gas-with-solar.xml,1367.05,144.0,903.21,1047.21,144.0,175.84,319.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-gas.xml,1425.28,144.0,888.91,1032.91,144.0,248.37,392.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-dhw-tankless-propane.xml,1648.67,144.0,888.91,1032.91,144.0,166.7,310.7,0,0,0,0,305.06,305.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-2stories-garage.xml,1830.71,144.0,1359.56,1503.56,144.0,183.15,327.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-2stories.xml,1975.18,144.0,1469.57,1613.57,144.0,217.61,361.61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-beds-1.xml,1482.8,144.0,1016.71,1160.71,144.0,178.09,322.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-beds-2.xml,1566.38,144.0,1107.5,1251.5,144.0,170.88,314.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-beds-4.xml,1727.79,144.0,1283.2,1427.2,144.0,156.59,300.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-beds-5.xml,1807.45,144.0,1369.89,1513.89,144.0,149.56,293.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-ceilingtypes.xml,1777.08,144.0,1213.49,1357.49,144.0,275.59,419.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-floortypes.xml,1518.25,144.0,979.25,1123.25,144.0,251.0,395.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-garage.xml,1615.23,144.0,1151.83,1295.83,144.0,175.4,319.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-ach-house-pressure.xml,1647.61,144.0,1195.91,1339.91,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-cfm-house-pressure.xml,1647.61,144.0,1195.91,1339.91,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-cfm50.xml,1647.61,144.0,1195.91,1339.91,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-flue.xml,1657.76,144.0,1195.89,1339.89,144.0,173.87,317.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-infil-natural-ach.xml,1702.8,144.0,1196.46,1340.46,144.0,218.34,362.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-orientations.xml,1648.6,144.0,1195.11,1339.11,144.0,165.49,309.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-overhangs.xml,1646.2,144.0,1191.22,1335.22,144.0,166.98,310.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-rooftypes.xml,1642.84,144.0,1190.51,1334.51,144.0,164.33,308.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-skylights-physical-properties.xml,1694.08,144.0,1232.32,1376.32,144.0,173.76,317.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-skylights-shading.xml,1671.32,144.0,1223.87,1367.87,144.0,159.45,303.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-skylights-storms.xml,1670.76,144.0,1220.89,1364.89,144.0,161.87,305.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-skylights.xml,1671.54,144.0,1224.19,1368.19,144.0,159.35,303.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-split-level.xml,1348.73,144.0,979.66,1123.66,144.0,81.07,225.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-split-surfaces.xml,1672.03,144.0,1224.86,1368.86,144.0,159.17,303.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-split-surfaces2.xml,1697.28,144.0,1228.52,1372.52,144.0,180.76,324.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-thermal-mass.xml,1645.04,144.0,1194.41,1338.41,144.0,162.63,306.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-walltypes.xml,1734.06,144.0,1157.53,1301.53,144.0,288.53,432.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-natural-ventilation-availability.xml,1615.63,144.0,1163.42,1307.42,144.0,164.21,308.21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-none.xml,1598.49,144.0,1132.15,1276.15,144.0,178.34,322.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-physical-properties.xml,1706.68,144.0,1199.83,1343.83,144.0,218.85,362.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-shading.xml,1589.96,144.0,1117.98,1261.98,144.0,183.98,327.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-enclosure-windows-storms.xml,1639.42,144.0,1176.78,1320.78,144.0,174.64,318.64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-ambient.xml,1419.81,144.0,1008.22,1152.22,144.0,123.59,267.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-basement-garage.xml,1519.83,144.0,1086.71,1230.71,144.0,145.12,289.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-complex.xml,1724.28,144.0,1229.86,1373.86,144.0,206.42,350.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-conditioned-basement-slab-insulation.xml,1644.93,144.0,1202.76,1346.76,144.0,154.17,298.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-conditioned-basement-wall-insulation.xml,1626.67,144.0,1180.62,1324.62,144.0,158.05,302.05,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-conditioned-crawlspace.xml,1383.36,144.0,963.01,1107.01,144.0,132.35,276.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-multiple.xml,1369.63,144.0,988.19,1132.19,144.0,93.44,237.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-slab.xml,1339.15,144.0,974.75,1118.75,144.0,76.4,220.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unconditioned-basement-above-grade.xml,1381.99,144.0,992.98,1136.98,144.0,101.01,245.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unconditioned-basement-assembly-r.xml,1346.53,144.0,972.83,1116.83,144.0,85.7,229.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unconditioned-basement-wall-insulation.xml,1394.61,144.0,963.24,1107.24,144.0,143.37,287.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unconditioned-basement.xml,1370.94,144.0,989.15,1133.15,144.0,93.79,237.79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-unvented-crawlspace.xml,1357.73,144.0,992.36,1136.36,144.0,77.37,221.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-vented-crawlspace.xml,1370.33,144.0,990.62,1134.62,144.0,91.71,235.71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-foundation-walkout-basement.xml,1679.51,144.0,1208.77,1352.77,144.0,182.74,326.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed-backup-lockout-temperature.xml,1662.95,144.0,1518.95,1662.95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,1302.02,144.0,1158.02,1302.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,1528.54,144.0,1384.54,1528.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml,1670.68,144.0,1526.68,1670.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-1-speed.xml,1668.67,144.0,1524.67,1668.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-2-speed.xml,1526.07,144.0,1382.07,1526.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,1685.49,144.0,1290.63,1434.63,144.0,106.86,250.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,1721.51,144.0,1407.25,1551.25,144.0,26.26,170.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,1724.28,144.0,1410.41,1554.41,144.0,25.87,169.87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-air-to-air-heat-pump-var-speed.xml,1510.74,144.0,1366.74,1510.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml,1321.49,144.0,1177.49,1321.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml,1544.27,144.0,1400.27,1544.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml,1746.01,144.0,1602.01,1746.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml,1681.96,144.0,1537.96,1681.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml,1729.45,144.0,1585.45,1729.45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml,1635.22,144.0,1491.22,1635.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml,1592.57,144.0,1448.57,1592.57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml,1540.31,144.0,1396.31,1540.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml,1506.67,144.0,1362.67,1506.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml,1668.0,144.0,1378.79,1522.79,144.0,1.21,145.21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml,1668.42,144.0,1378.99,1522.99,144.0,1.43,145.43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml,1548.11,144.0,1404.11,1548.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml,1514.42,144.0,1370.42,1514.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml,1501.76,144.0,1357.76,1501.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-boiler-elec-only.xml,1749.33,144.0,1605.33,1749.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-boiler-gas-central-ac-1-speed.xml,1637.33,144.0,1213.77,1357.77,144.0,135.56,279.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-boiler-gas-only.xml,1442.56,144.0,1020.36,1164.36,144.0,134.2,278.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-central-ac-only-1-speed.xml,1347.23,144.0,1203.23,1347.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-central-ac-only-2-speed.xml,1299.67,144.0,1155.67,1299.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-central-ac-only-var-speed.xml,1272.59,144.0,1128.59,1272.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml,1741.25,144.0,1597.25,1741.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml,1781.63,144.0,1409.97,1553.97,144.0,83.66,227.66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml,1760.25,144.0,1394.02,1538.02,144.0,78.23,222.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml,1760.25,144.0,1394.02,1538.02,144.0,78.23,222.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml,1545.6,144.0,1195.37,1339.37,144.0,62.23,206.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-elec-resistance-only.xml,1704.68,144.0,1560.68,1704.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-evap-cooler-furnace-gas.xml,1529.53,144.0,1067.57,1211.57,144.0,173.96,317.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-floor-furnace-propane-only.xml,1742.99,144.0,1012.95,1156.95,0,0,0,0,0,0,0,586.04,586.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-elec-only.xml,1928.66,144.0,1784.66,1928.66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-gas-central-ac-2-speed.xml,1633.86,144.0,1174.35,1318.35,144.0,171.51,315.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-gas-central-ac-var-speed.xml,1606.05,144.0,1146.51,1290.51,144.0,171.54,315.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-gas-only.xml,1493.93,144.0,1033.7,1177.7,144.0,172.23,316.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-furnace-gas-room-ac.xml,1663.22,144.0,1201.26,1345.26,144.0,173.96,317.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml,1286.22,144.0,1142.22,1286.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml,1365.9,144.0,1221.9,1365.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml,1472.17,144.0,1328.17,1472.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml,1466.18,144.0,1322.18,1466.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml,1466.18,144.0,1322.18,1466.18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml,1243.71,144.0,1099.71,1243.71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml,1243.71,144.0,1099.71,1243.71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml,1354.08,144.0,1210.08,1354.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml,1459.78,144.0,1315.78,1459.78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml,1428.81,144.0,1284.81,1428.81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml,1411.07,144.0,1267.07,1411.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml,1403.69,144.0,1250.53,1394.53,0,0,0,0,0,9.16,9.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ptac-with-heating.xml,1843.34,144.0,1699.34,1843.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-ptac.xml,1288.02,144.0,1144.02,1288.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-pthp-sizing-methodology-acca.xml,1527.83,144.0,1383.83,1527.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-pthp-sizing-methodology-hers.xml,1530.88,144.0,1386.88,1530.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-pthp-sizing-methodology-maxload.xml,1548.15,144.0,1404.15,1548.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-only.xml,1321.35,144.0,1177.35,1321.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-with-heating.xml,1877.6,144.0,1733.6,1877.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml,1527.83,144.0,1383.83,1527.83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml,1530.88,144.0,1386.88,1530.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml,1548.15,144.0,1404.15,1548.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-stove-oil-only.xml,1707.38,144.0,1016.29,1160.29,0,0,0,0,0,547.09,547.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize-wall-furnace-elec-only.xml,1715.84,144.0,1571.84,1715.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-autosize.xml,1668.61,144.0,1208.92,1352.92,144.0,171.69,315.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-coal-only.xml,1456.33,144.0,1021.0,1165.0,0,0,0,291.33,291.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-elec-only.xml,1771.72,144.0,1627.72,1771.72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-gas-central-ac-1-speed.xml,1632.1,144.0,1202.78,1346.78,144.0,141.32,285.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-gas-only.xml,1445.74,144.0,1017.84,1161.84,144.0,139.9,283.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-oil-only.xml,1653.4,144.0,1021.0,1165.0,0,0,0,0,0,488.4,488.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-propane-only.xml,1684.22,144.0,1017.1,1161.1,0,0,0,0,0,0,0,523.12,523.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-boiler-wood-only.xml,1454.08,144.0,1017.1,1161.1,0,0,0,0,0,0,0,0,0,292.98,292.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-only-1-speed-seer2.xml,1338.38,144.0,1194.38,1338.38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-only-1-speed.xml,1338.89,144.0,1194.89,1338.89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-only-2-speed.xml,1293.22,144.0,1149.22,1293.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-only-var-speed.xml,1263.94,144.0,1119.94,1263.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,1716.98,144.0,1572.98,1716.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dse.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-electric.xml,1871.98,144.0,1727.98,1871.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,1753.48,144.0,1388.55,1532.55,144.0,76.93,220.93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,1646.91,144.0,1279.94,1423.94,144.0,78.97,222.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,1644.6,144.0,1279.02,1423.02,144.0,77.58,221.58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,1551.64,144.0,1203.15,1347.15,144.0,60.49,204.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ducts-area-fractions.xml,2174.63,144.0,1548.67,1692.67,144.0,337.96,481.96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ducts-area-multipliers.xml,1638.7,144.0,1191.71,1335.71,144.0,158.99,302.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ducts-leakage-cfm50.xml,1640.56,144.0,1192.24,1336.24,144.0,160.32,304.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ducts-leakage-percent.xml,1661.6,144.0,1202.46,1346.46,144.0,171.14,315.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-elec-resistance-only.xml,1704.68,144.0,1560.68,1704.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-evap-cooler-furnace-gas.xml,1517.21,144.0,1061.12,1205.12,144.0,168.09,312.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-evap-cooler-only-ducted.xml,1188.4,144.0,1044.4,1188.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-evap-cooler-only.xml,1185.62,144.0,1041.62,1185.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-fireplace-wood-only.xml,1485.18,144.0,1012.95,1156.95,0,0,0,0,0,0,0,0,0,328.23,328.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-fixed-heater-gas-only.xml,1418.85,144.0,1012.91,1156.91,144.0,117.94,261.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-floor-furnace-propane-only.xml,1742.99,144.0,1012.95,1156.95,0,0,0,0,0,0,0,586.04,586.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-coal-only.xml,1525.16,144.0,1033.01,1177.01,0,0,0,348.15,348.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-elec-central-ac-1-speed.xml,2039.37,144.0,1895.37,2039.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-elec-only.xml,1902.59,144.0,1758.59,1902.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-central-ac-2-speed.xml,1613.21,144.0,1161.51,1305.51,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-central-ac-var-speed.xml,1584.79,144.0,1133.1,1277.1,144.0,163.69,307.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-only-detailed-setpoints.xml,1364.01,144.0,1020.9,1164.9,144.0,55.11,199.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-only.xml,1487.42,144.0,1033.01,1177.01,144.0,166.41,310.41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-gas-room-ac.xml,1668.04,144.0,1211.95,1355.95,144.0,168.09,312.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-oil-only.xml,1760.65,144.0,1033.01,1177.01,0,0,0,0,0,583.64,583.64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-propane-only.xml,1798.62,144.0,1033.01,1177.01,0,0,0,0,0,0,0,621.61,621.61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-wood-only.xml,1525.16,144.0,1033.01,1177.01,0,0,0,0,0,0,0,0,0,348.15,348.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-furnace-x3-dse.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ground-to-air-heat-pump-cooling-only.xml,1269.2,144.0,1125.2,1269.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ground-to-air-heat-pump-heating-only.xml,1361.93,144.0,1217.93,1361.93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ground-to-air-heat-pump.xml,1465.32,144.0,1321.32,1465.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,1773.31,144.0,1629.31,1773.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,1609.98,144.0,1465.98,1609.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,1587.6,144.0,1443.6,1587.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,1682.21,144.0,1221.88,1365.88,144.0,172.33,316.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,1638.77,144.0,1178.41,1322.41,144.0,172.36,316.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,1612.16,144.0,1151.8,1295.8,144.0,172.36,316.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-furnace-gas-only.xml,1493.88,144.0,1028.54,1172.54,144.0,177.34,321.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-ground-to-air-heat-pump.xml,1527.2,144.0,1383.2,1527.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,1250.76,144.0,1106.76,1250.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-install-quality-mini-split-heat-pump-ducted.xml,1486.99,144.0,1342.99,1486.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-air-conditioner-only-ducted.xml,1230.33,144.0,1086.33,1230.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-air-conditioner-only-ductless.xml,1226.13,144.0,1082.13,1226.13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,1231.56,144.0,1087.56,1231.56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ducted-heating-only.xml,1339.46,144.0,1195.46,1339.46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ducted.xml,1417.27,144.0,1273.27,1417.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,1417.69,144.0,1255.37,1399.37,0,0,0,0,0,18.32,18.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-mini-split-heat-pump-ductless.xml,1388.91,144.0,1244.91,1388.91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-multiple.xml,2213.23,144.0,1684.66,1828.66,144.0,51.35,195.35,0,0,90.59,90.59,98.63,98.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-none.xml,1959.67,144.0,1815.67,1959.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-portable-heater-gas-only.xml,1418.85,144.0,1012.91,1156.91,144.0,117.94,261.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ptac-with-heating-electricity.xml,1852.39,144.0,1708.39,1852.39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ptac-with-heating-natural-gas.xml,1591.97,144.0,1155.05,1299.05,144.0,148.92,292.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-ptac.xml,1296.73,144.0,1152.73,1296.73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-pthp.xml,1541.97,144.0,1397.97,1541.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-only-33percent.xml,1219.49,144.0,1075.49,1219.49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-only-ceer.xml,1332.65,144.0,1188.65,1332.65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-only-detailed-setpoints.xml,1291.06,144.0,1147.06,1291.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-only.xml,1332.33,144.0,1188.33,1332.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-with-heating.xml,1888.98,144.0,1744.98,1888.98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-room-ac-with-reverse-cycle.xml,1541.97,144.0,1397.97,1541.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-seasons.xml,1644.96,144.0,1194.49,1338.49,144.0,162.47,306.47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-setpoints-daily-schedules.xml,1622.89,144.0,1175.65,1319.65,144.0,159.24,303.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-setpoints-daily-setbacks.xml,1622.63,144.0,1180.69,1324.69,144.0,153.94,297.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-setpoints.xml,1477.01,144.0,1135.16,1279.16,144.0,53.85,197.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-stove-oil-only.xml,1707.32,144.0,1015.15,1159.15,0,0,0,0,0,548.17,548.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-stove-wood-pellets-only.xml,1486.14,144.0,1015.15,1159.15,0,0,0,0,0,0,0,0,0,0,0,0,326.99,326.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-undersized-allow-increased-fixed-capacities.xml,1620.32,144.0,1184.47,1328.47,144.0,147.85,291.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-undersized.xml,1503.15,144.0,1103.56,1247.56,144.0,111.59,255.59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-hvac-wall-furnace-elec-only.xml,1715.84,144.0,1571.84,1715.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-lighting-ceiling-fans.xml,1660.44,144.0,1208.89,1352.89,144.0,163.55,307.55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-lighting-holiday.xml,1654.24,144.0,1202.54,1346.54,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-lighting-none.xml,1494.68,144.0,1022.92,1166.92,144.0,183.76,327.76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-AMY-2012.xml,1681.78,144.0,1160.47,1304.47,144.0,233.31,377.31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-baltimore-md.xml,1438.65,144.0,1049.1,1193.1,144.0,101.55,245.55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-capetown-zaf.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-dallas-tx.xml,1351.22,144.0,1048.55,1192.55,144.0,14.67,158.67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-duluth-mn.xml,1587.35,144.0,1042.8,1186.8,144.0,256.55,400.55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-helena-mt.xml,1595.63,144.0,1016.57,1160.57,144.0,291.06,435.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-honolulu-hi.xml,3466.02,144.0,3322.02,3466.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-miami-fl.xml,1274.75,144.0,1130.75,1274.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-phoenix-az.xml,1576.09,144.0,1288.08,1432.08,144.0,0.01,144.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-location-portland-or.xml,1189.98,144.0,821.66,965.66,144.0,80.32,224.32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-balanced.xml,1849.51,144.0,1257.39,1401.39,144.0,304.12,448.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-bath-kitchen-fans.xml,1662.83,144.0,1198.99,1342.99,144.0,175.84,319.84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-airflow-fraction-zero.xml,1799.05,144.0,1254.02,1398.02,144.0,257.03,401.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-dse.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-evap-cooler-only-ducted.xml,1281.23,144.0,1137.23,1281.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-supplemental-fan-exhaust.xml,1743.75,144.0,1209.24,1353.24,144.0,246.51,390.51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis-supplemental-fan-supply.xml,1759.91,144.0,1210.16,1354.16,144.0,261.75,405.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-cfis.xml,1805.74,144.0,1251.83,1395.83,144.0,265.91,409.91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-erv-atre-asre.xml,1745.46,144.0,1258.09,1402.09,144.0,199.37,343.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-erv.xml,1745.49,144.0,1258.09,1402.09,144.0,199.4,343.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-exhaust-rated-flow-rate.xml,1781.77,144.0,1223.89,1367.89,144.0,269.88,413.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-exhaust.xml,1781.77,144.0,1223.89,1367.89,144.0,269.88,413.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-hrv-asre.xml,1745.55,144.0,1258.19,1402.19,144.0,199.36,343.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-hrv.xml,1745.57,144.0,1258.19,1402.19,144.0,199.38,343.38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-multiple.xml,1847.02,144.0,1249.5,1393.5,144.0,309.52,453.52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-supply.xml,1773.39,144.0,1226.22,1370.22,144.0,259.17,403.17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-mechvent-whole-house-fan.xml,1595.09,144.0,1142.1,1286.1,144.0,164.99,308.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-additional-properties.xml,1647.61,144.0,1195.91,1339.91,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills-none.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills-pv-detailed-only.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687.33,108.0,1260.23,-988.6,379.63,144.0,163.7,307.7,606.3,108.0,782.28,-591.68,298.6,144.0,163.7,307.7,603.0,108.0,750.58,-563.28,295.3,144.0,163.7,307.7,566.47,108.0,705.98,-555.2,258.77,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills-pv-mixed.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752.27,144.0,1195.91,-895.34,444.57,144.0,163.7,307.7,687.33,108.0,1260.23,-988.6,379.63,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-bills-pv.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629.13,465.0,1262.98,-1481.99,245.99,132.0,251.14,383.14,97.25,465.0,1262.98,-2013.87,-285.89,132.0,251.14,383.14,-325.58,210.0,1262.98,-2181.7,-708.72,132.0,251.14,383.14 -base-misc-bills.xml,1802.12,144.0,1262.98,1406.98,144.0,251.14,395.14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-defaults.xml,917.14,144.0,1048.08,541.21,144.0,231.93,375.93,0,0,0,0,0,0,0,0,-650.88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-emissions.xml,778.27,144.0,1221.8,470.57,144.0,163.7,307.7,0,0,0,0,0,0,0,0,-895.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-generators-battery-scheduled.xml,1978.28,144.0,1251.9,1395.9,144.0,224.64,368.64,0,0,213.74,213.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-generators-battery.xml,1922.29,144.0,1195.91,1339.91,144.0,224.64,368.64,0,0,213.74,213.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-generators.xml,1922.29,144.0,1195.91,1339.91,144.0,224.64,368.64,0,0,213.74,213.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-ground-conductivity.xml,1628.89,144.0,1193.25,1337.25,144.0,147.64,291.64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-loads-large-uncommon.xml,3217.19,144.0,2276.29,2420.29,144.0,503.53,647.53,0,0,0,0,66.93,66.93,82.44,82.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-loads-large-uncommon2.xml,2736.64,144.0,2158.09,2302.09,144.0,145.27,289.27,0,0,62.84,62.84,0,0,0,0,0,82.44,82.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-loads-none.xml,1316.76,144.0,821.86,965.86,144.0,206.9,350.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-neighbor-shading.xml,1659.63,144.0,1185.01,1329.01,144.0,186.62,330.62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-shielding-of-home.xml,1648.76,144.0,1200.54,1344.54,144.0,160.22,304.22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-misc-usage-multiplier.xml,2604.02,144.0,1689.52,1833.52,144.0,492.06,636.06,0,0,0,0,60.24,60.24,74.2,74.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery-ah.xml,778.27,144.0,1221.8,470.57,144.0,163.7,307.7,0,0,0,0,0,0,0,0,-895.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery-garage.xml,747.74,144.0,1179.49,428.26,144.0,175.48,319.48,0,0,0,0,0,0,0,0,-895.23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery-round-trip-efficiency.xml,816.0,144.0,1259.55,508.3,144.0,163.7,307.7,0,0,0,0,0,0,0,0,-895.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery-scheduled.xml,808.97,144.0,1251.9,501.27,144.0,163.7,307.7,0,0,0,0,0,0,0,0,-894.63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-battery.xml,778.27,144.0,1221.8,470.57,144.0,163.7,307.7,0,0,0,0,0,0,0,0,-895.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-generators-battery-scheduled.xml,970.02,144.0,1251.9,387.64,144.0,224.64,368.64,0,0,213.74,213.74,0,0,0,0,-1008.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-generators-battery.xml,940.18,144.0,1222.66,357.8,144.0,224.64,368.64,0,0,213.74,213.74,0,0,0,0,-1008.86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv-generators.xml,913.32,144.0,1195.91,330.94,144.0,224.64,368.64,0,0,213.74,213.74,0,0,0,0,-1008.97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-pv.xml,752.27,144.0,1195.91,444.57,144.0,163.7,307.7,0,0,0,0,0,0,0,0,-895.34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-all-10-mins.xml,1664.75,144.0,1204.66,1348.66,144.0,172.09,316.09,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-occupancy-smooth.xml,1647.99,144.0,1196.31,1340.31,144.0,163.68,307.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-occupancy-stochastic-10-mins.xml,1658.4,144.0,1201.86,1345.86,144.0,168.54,312.54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-occupancy-stochastic-vacancy.xml,1511.13,144.0,1026.52,1170.52,144.0,196.61,340.61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-occupancy-stochastic.xml,1656.83,144.0,1200.46,1344.46,144.0,168.37,312.37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-setpoints-daily-schedules.xml,1622.89,144.0,1175.65,1319.65,144.0,159.24,303.24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-setpoints-daily-setbacks.xml,1622.63,144.0,1180.69,1324.69,144.0,153.94,297.94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-detailed-setpoints.xml,1477.01,144.0,1135.16,1279.16,144.0,53.85,197.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-schedules-simple.xml,1649.77,144.0,1197.09,1341.09,144.0,164.68,308.68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-calendar-year-custom.xml,1646.72,144.0,1194.98,1338.98,144.0,163.74,307.74,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-daylight-saving-custom.xml,1647.61,144.0,1195.91,1339.91,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-daylight-saving-disabled.xml,1646.98,144.0,1195.38,1339.38,144.0,163.6,307.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-runperiod-1-month.xml,143.65,0,97.13,97.13,0,46.52,46.52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-temperature-capacitance-multiplier.xml,1644.11,144.0,1192.45,1336.45,144.0,163.66,307.66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,1664.73,144.0,1204.53,1348.53,144.0,172.2,316.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,1663.94,144.0,1204.25,1348.25,144.0,171.69,315.69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-timestep-10-mins.xml,1654.81,144.0,1199.65,1343.65,144.0,167.16,311.16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base-simcontrol-timestep-30-mins.xml,1651.88,144.0,1197.97,1341.97,144.0,165.91,309.91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -base.xml,1647.61,144.0,1195.91,1339.91,144.0,163.7,307.7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house001.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house002.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house003.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house004.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house005.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house006.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house007.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house008.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house009.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house010.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house011.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house012.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house013.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house014.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house015.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house016.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house017.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house018.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house019.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house020.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house021.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house022.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house023.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house024.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house025.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house026.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house027.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house028.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house029.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house030.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house031.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house032.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house033.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house034.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house035.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house036.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house037.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house038.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house039.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house040.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house041.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house042.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house043.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house044.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house045.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house046.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house047.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house048.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house049.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 -house050.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +HPXML,Bills: Total (USD),Bills: Electricity: Fixed (USD),Bills: Electricity: Energy (USD),Bills: Electricity: PV Credit (USD),Bills: Electricity: Total (USD),Bills: Natural Gas: Fixed (USD),Bills: Natural Gas: Energy (USD),Bills: Natural Gas: Total (USD),Bills: Fuel Oil: Fixed (USD),Bills: Fuel Oil: Energy (USD),Bills: Fuel Oil: Total (USD),Bills: Propane: Fixed (USD),Bills: Propane: Energy (USD),Bills: Propane: Total (USD),Bills: Wood Cord: Fixed (USD),Bills: Wood Cord: Energy (USD),Bills: Wood Cord: Total (USD),Bills: Wood Pellets: Fixed (USD),Bills: Wood Pellets: Energy (USD),Bills: Wood Pellets: Total (USD),Bills: Coal: Fixed (USD),Bills: Coal: Energy (USD),Bills: Coal: Total (USD),Tiered: Total (USD),Tiered: Electricity: Fixed (USD),Tiered: Electricity: Energy (USD),Tiered: Electricity: PV Credit (USD),Tiered: Electricity: Total (USD),Tiered: Natural Gas: Fixed (USD),Tiered: Natural Gas: Energy (USD),Tiered: Natural Gas: Total (USD),Tiered: Fuel Oil: Fixed (USD),Tiered: Fuel Oil: Energy (USD),Tiered: Fuel Oil: Total (USD),Tiered: Propane: Fixed (USD),Tiered: Propane: Energy (USD),Tiered: Propane: Total (USD),Tiered: Wood Cord: Fixed (USD),Tiered: Wood Cord: Energy (USD),Tiered: Wood Cord: Total (USD),Tiered: Wood Pellets: Fixed (USD),Tiered: Wood Pellets: Energy (USD),Tiered: Wood Pellets: Total (USD),Tiered: Coal: Fixed (USD),Tiered: Coal: Energy (USD),Tiered: Coal: Total (USD),TOU: Total (USD),TOU: Electricity: Fixed (USD),TOU: Electricity: Energy (USD),TOU: Electricity: PV Credit (USD),TOU: Electricity: Total (USD),TOU: Natural Gas: Fixed (USD),TOU: Natural Gas: Energy (USD),TOU: Natural Gas: Total (USD),TOU: Fuel Oil: Fixed (USD),TOU: Fuel Oil: Energy (USD),TOU: Fuel Oil: Total (USD),TOU: Propane: Fixed (USD),TOU: Propane: Energy (USD),TOU: Propane: Total (USD),TOU: Wood Cord: Fixed (USD),TOU: Wood Cord: Energy (USD),TOU: Wood Cord: Total (USD),TOU: Wood Pellets: Fixed (USD),TOU: Wood Pellets: Energy (USD),TOU: Wood Pellets: Total (USD),TOU: Coal: Fixed (USD),TOU: Coal: Energy (USD),TOU: Coal: Total (USD),Tiered and TOU: Total (USD),Tiered and TOU: Electricity: Fixed (USD),Tiered and TOU: Electricity: Energy (USD),Tiered and TOU: Electricity: PV Credit (USD),Tiered and TOU: Electricity: Total (USD),Tiered and TOU: Natural Gas: Fixed (USD),Tiered and TOU: Natural Gas: Energy (USD),Tiered and TOU: Natural Gas: Total (USD),Tiered and TOU: Fuel Oil: Fixed (USD),Tiered and TOU: Fuel Oil: Energy (USD),Tiered and TOU: Fuel Oil: Total (USD),Tiered and TOU: Propane: Fixed (USD),Tiered and TOU: Propane: Energy (USD),Tiered and TOU: Propane: Total (USD),Tiered and TOU: Wood Cord: Fixed (USD),Tiered and TOU: Wood Cord: Energy (USD),Tiered and TOU: Wood Cord: Total (USD),Tiered and TOU: Wood Pellets: Fixed (USD),Tiered and TOU: Wood Pellets: Energy (USD),Tiered and TOU: Wood Pellets: Total (USD),Tiered and TOU: Coal: Fixed (USD),Tiered and TOU: Coal: Energy (USD),Tiered and TOU: Coal: Total (USD),Real-Time Pricing: Total (USD),Real-Time Pricing: Electricity: Fixed (USD),Real-Time Pricing: Electricity: Energy (USD),Real-Time Pricing: Electricity: PV Credit (USD),Real-Time Pricing: Electricity: Total (USD),Real-Time Pricing: Natural Gas: Fixed (USD),Real-Time Pricing: Natural Gas: Energy (USD),Real-Time Pricing: Natural Gas: Total (USD),Real-Time Pricing: Fuel Oil: Fixed (USD),Real-Time Pricing: Fuel Oil: Energy (USD),Real-Time Pricing: Fuel Oil: Total (USD),Real-Time Pricing: Propane: Fixed (USD),Real-Time Pricing: Propane: Energy (USD),Real-Time Pricing: Propane: Total (USD),Real-Time Pricing: Wood Cord: Fixed (USD),Real-Time Pricing: Wood Cord: Energy (USD),Real-Time Pricing: Wood Cord: Total (USD),Real-Time Pricing: Wood Pellets: Fixed (USD),Real-Time Pricing: Wood Pellets: Energy (USD),Real-Time Pricing: Wood Pellets: Total (USD),Real-Time Pricing: Coal: Fixed (USD),Real-Time Pricing: Coal: Energy (USD),Real-Time Pricing: Coal: Total (USD),Simple: Total (USD),Simple: Electricity: Fixed (USD),Simple: Electricity: Energy (USD),Simple: Electricity: PV Credit (USD),Simple: Electricity: Total (USD),Simple: Natural Gas: Fixed (USD),Simple: Natural Gas: Energy (USD),Simple: Natural Gas: Total (USD),Simple: Fuel Oil: Fixed (USD),Simple: Fuel Oil: Energy (USD),Simple: Fuel Oil: Total (USD),Simple: Propane: Fixed (USD),Simple: Propane: Energy (USD),Simple: Propane: Total (USD),Simple: Wood Cord: Fixed (USD),Simple: Wood Cord: Energy (USD),Simple: Wood Cord: Total (USD),Simple: Wood Pellets: Fixed (USD),Simple: Wood Pellets: Energy (USD),Simple: Wood Pellets: Total (USD),Simple: Coal: Fixed (USD),Simple: Coal: Energy (USD),Simple: Coal: Total (USD),Detailed: Total (USD),Detailed: Electricity: Fixed (USD),Detailed: Electricity: Energy (USD),Detailed: Electricity: PV Credit (USD),Detailed: Electricity: Total (USD),Detailed: Natural Gas: Fixed (USD),Detailed: Natural Gas: Energy (USD),Detailed: Natural Gas: Total (USD),Detailed: Fuel Oil: Fixed (USD),Detailed: Fuel Oil: Energy (USD),Detailed: Fuel Oil: Total (USD),Detailed: Propane: Fixed (USD),Detailed: Propane: Energy (USD),Detailed: Propane: Total (USD),Detailed: Wood Cord: Fixed (USD),Detailed: Wood Cord: Energy (USD),Detailed: Wood Cord: Total (USD),Detailed: Wood Pellets: Fixed (USD),Detailed: Wood Pellets: Energy (USD),Detailed: Wood Pellets: Total (USD),Detailed: Coal: Fixed (USD),Detailed: Coal: Energy (USD),Detailed: Coal: Total (USD),Net Metering w/ Wholesale Excess Rate: Total (USD),Net Metering w/ Wholesale Excess Rate: Electricity: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Electricity: Energy (USD),Net Metering w/ Wholesale Excess Rate: Electricity: PV Credit (USD),Net Metering w/ Wholesale Excess Rate: Electricity: Total (USD),Net Metering w/ Wholesale Excess Rate: Natural Gas: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Natural Gas: Energy (USD),Net Metering w/ Wholesale Excess Rate: Natural Gas: Total (USD),Net Metering w/ Wholesale Excess Rate: Fuel Oil: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Fuel Oil: Energy (USD),Net Metering w/ Wholesale Excess Rate: Fuel Oil: Total (USD),Net Metering w/ Wholesale Excess Rate: Propane: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Propane: Energy (USD),Net Metering w/ Wholesale Excess Rate: Propane: Total (USD),Net Metering w/ Wholesale Excess Rate: Wood Cord: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Wood Cord: Energy (USD),Net Metering w/ Wholesale Excess Rate: Wood Cord: Total (USD),Net Metering w/ Wholesale Excess Rate: Wood Pellets: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Wood Pellets: Energy (USD),Net Metering w/ Wholesale Excess Rate: Wood Pellets: Total (USD),Net Metering w/ Wholesale Excess Rate: Coal: Fixed (USD),Net Metering w/ Wholesale Excess Rate: Coal: Energy (USD),Net Metering w/ Wholesale Excess Rate: Coal: Total (USD),Net Metering w/ Retail Excess Rate: Total (USD),Net Metering w/ Retail Excess Rate: Electricity: Fixed (USD),Net Metering w/ Retail Excess Rate: Electricity: Energy (USD),Net Metering w/ Retail Excess Rate: Electricity: PV Credit (USD),Net Metering w/ Retail Excess Rate: Electricity: Total (USD),Net Metering w/ Retail Excess Rate: Natural Gas: Fixed (USD),Net Metering w/ Retail Excess Rate: Natural Gas: Energy (USD),Net Metering w/ Retail Excess Rate: Natural Gas: Total (USD),Net Metering w/ Retail Excess Rate: Fuel Oil: Fixed (USD),Net Metering w/ Retail Excess Rate: Fuel Oil: Energy (USD),Net Metering w/ Retail Excess Rate: Fuel Oil: Total (USD),Net Metering w/ Retail Excess Rate: Propane: Fixed (USD),Net Metering w/ Retail Excess Rate: Propane: Energy (USD),Net Metering w/ Retail Excess Rate: Propane: Total (USD),Net Metering w/ Retail Excess Rate: Wood Cord: Fixed (USD),Net Metering w/ Retail Excess Rate: Wood Cord: Energy (USD),Net Metering w/ Retail Excess Rate: Wood Cord: Total (USD),Net Metering w/ Retail Excess Rate: Wood Pellets: Fixed (USD),Net Metering w/ Retail Excess Rate: Wood Pellets: Energy (USD),Net Metering w/ Retail Excess Rate: Wood Pellets: Total (USD),Net Metering w/ Retail Excess Rate: Coal: Fixed (USD),Net Metering w/ Retail Excess Rate: Coal: Energy (USD),Net Metering w/ Retail Excess Rate: Coal: Total (USD),Feed-In Tariff: Total (USD),Feed-In Tariff: Electricity: Fixed (USD),Feed-In Tariff: Electricity: Energy (USD),Feed-In Tariff: Electricity: PV Credit (USD),Feed-In Tariff: Electricity: Total (USD),Feed-In Tariff: Natural Gas: Fixed (USD),Feed-In Tariff: Natural Gas: Energy (USD),Feed-In Tariff: Natural Gas: Total (USD),Feed-In Tariff: Fuel Oil: Fixed (USD),Feed-In Tariff: Fuel Oil: Energy (USD),Feed-In Tariff: Fuel Oil: Total (USD),Feed-In Tariff: Propane: Fixed (USD),Feed-In Tariff: Propane: Energy (USD),Feed-In Tariff: Propane: Total (USD),Feed-In Tariff: Wood Cord: Fixed (USD),Feed-In Tariff: Wood Cord: Energy (USD),Feed-In Tariff: Wood Cord: Total (USD),Feed-In Tariff: Wood Pellets: Fixed (USD),Feed-In Tariff: Wood Pellets: Energy (USD),Feed-In Tariff: Wood Pellets: Total (USD),Feed-In Tariff: Coal: Fixed (USD),Feed-In Tariff: Coal: Energy (USD),Feed-In Tariff: Coal: Total (USD) +base-appliances-coal.xml,1627.17,144.0,1107.24,0.0,1251.24,144.0,158.94,302.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,72.99,72.99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-dehumidifier-ief-portable.xml,1371.09,144.0,1072.11,0.0,1216.11,144.0,10.98,154.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-dehumidifier-ief-whole-home.xml,1372.53,144.0,1073.74,0.0,1217.74,144.0,10.79,154.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-dehumidifier-multiple.xml,1369.15,144.0,1069.6,0.0,1213.6,144.0,11.55,155.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-dehumidifier.xml,1370.33,144.0,1071.48,0.0,1215.48,144.0,10.85,154.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-gas.xml,1589.07,144.0,1107.24,0.0,1251.24,144.0,193.83,337.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-modified.xml,1675.41,144.0,1229.92,0.0,1373.92,144.0,157.49,301.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-none.xml,1410.99,144.0,945.38,0.0,1089.38,144.0,177.61,321.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-oil-location-miami-fl.xml,1718.5,144.0,1457.23,0.0,1601.23,0.0,0.0,0.0,0.0,117.27,117.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-oil.xml,1676.54,144.0,1107.24,0.0,1251.24,144.0,158.94,302.94,0.0,122.36,122.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-propane-location-portland-or.xml,1489.07,144.0,886.74,0.0,1030.74,144.0,171.14,315.14,0.0,0.0,0.0,0.0,143.19,143.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-propane.xml,1684.5,144.0,1107.24,0.0,1251.24,144.0,158.94,302.94,0.0,0.0,0.0,0.0,130.32,130.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-appliances-wood.xml,1627.17,144.0,1107.24,0.0,1251.24,144.0,158.94,302.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,72.99,72.99,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-atticroof-cathedral.xml,1668.28,144.0,1191.51,0.0,1335.51,144.0,188.77,332.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-atticroof-conditioned.xml,1836.16,144.0,1358.07,0.0,1502.07,144.0,190.09,334.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-atticroof-flat.xml,1599.95,144.0,1169.15,0.0,1313.15,144.0,142.8,286.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-atticroof-radiant-barrier.xml,1392.12,144.0,1069.08,0.0,1213.08,144.0,35.04,179.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-atticroof-unvented-insulated-roof.xml,1622.21,144.0,1174.38,0.0,1318.38,144.0,159.83,303.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-atticroof-vented.xml,1636.06,144.0,1185.75,0.0,1329.75,144.0,162.31,306.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-battery-scheduled.xml,1704.83,144.0,1253.13,0.0,1397.13,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-battery.xml,1648.84,144.0,1197.14,0.0,1341.14,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-attached-2stories.xml,1562.05,144.0,1151.78,0.0,1295.78,144.0,122.27,266.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-attached-atticroof-cathedral.xml,1964.16,144.0,1239.87,0.0,1383.87,144.0,436.29,580.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-attached-infil-compartmentalization-test.xml,1376.56,144.0,996.97,0.0,1140.97,144.0,91.59,235.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-attached.xml,1376.56,144.0,996.97,0.0,1140.97,144.0,91.59,235.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-adjacent-to-multifamily-buffer-space.xml,1199.03,144.0,826.35,0.0,970.35,144.0,84.68,228.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-adjacent-to-multiple.xml,1176.26,144.0,841.01,0.0,985.01,144.0,47.25,191.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-adjacent-to-non-freezing-space.xml,1293.63,144.0,826.53,0.0,970.53,144.0,179.1,323.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-adjacent-to-other-heated-space.xml,1119.59,144.0,821.82,0.0,965.82,144.0,9.77,153.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-adjacent-to-other-housing-unit.xml,1136.08,144.0,840.08,0.0,984.08,144.0,8.0,152.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-infil-compartmentalization-test.xml,1167.28,144.0,875.29,0.0,1019.29,144.0,3.99,147.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-residents-1.xml,916.58,144.0,619.24,0.0,763.24,144.0,9.34,153.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-chiller-baseboard.xml,1182.01,144.0,889.0,0.0,1033.0,144.0,5.01,149.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-chiller-fan-coil-ducted.xml,1205.91,144.0,912.56,0.0,1056.56,144.0,5.35,149.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-chiller-fan-coil.xml,1192.45,144.0,899.7,0.0,1043.7,144.0,4.75,148.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-chiller-water-loop-heat-pump.xml,1366.77,144.0,1074.87,0.0,1218.87,144.0,3.9,147.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-cooling-tower-water-loop-heat-pump.xml,1198.43,144.0,906.53,0.0,1050.53,144.0,3.9,147.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-only-baseboard.xml,1048.54,144.0,756.37,0.0,900.37,144.0,4.17,148.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-only-fan-coil-ducted.xml,1049.52,144.0,757.07,0.0,901.07,144.0,4.45,148.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-only-fan-coil-eae.xml,1049.51,144.0,757.54,0.0,901.54,144.0,3.97,147.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-only-fan-coil.xml,1049.58,144.0,757.62,0.0,901.62,144.0,3.96,147.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-boiler-only-water-loop-heat-pump.xml,1048.57,144.0,757.32,0.0,901.32,144.0,3.25,147.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-chiller-only-baseboard.xml,1031.42,144.0,887.42,0.0,1031.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-chiller-only-fan-coil-ducted.xml,1054.02,144.0,910.02,0.0,1054.02,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-chiller-only-fan-coil.xml,1040.54,144.0,896.54,0.0,1040.54,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-chiller-only-water-loop-heat-pump.xml,1214.92,144.0,1070.92,0.0,1214.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-cooling-tower-only-water-loop-heat-pump.xml,1047.71,144.0,903.71,0.0,1047.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-generator.xml,1545.52,144.0,873.25,0.0,1017.25,144.0,4.85,148.85,0.0,0.0,0.0,0.0,379.42,379.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-ground-loop-ground-to-air-heat-pump.xml,1075.4,144.0,931.4,0.0,1075.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-laundry-room-multiple-water-heaters.xml,950.2,144.0,553.02,0.0,697.02,144.0,109.18,253.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-laundry-room.xml,930.16,144.0,546.72,0.0,690.72,144.0,95.44,239.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-mechvent-multiple.xml,1456.89,144.0,1023.58,0.0,1167.58,144.0,145.31,289.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-mechvent-preconditioning.xml,1236.98,144.0,910.5,0.0,1054.5,144.0,38.48,182.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-mechvent.xml,1221.69,144.0,906.36,0.0,1050.36,144.0,27.33,171.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-pv.xml,351.97,144.0,873.25,-814.13,203.12,144.0,4.85,148.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-water-heater-recirc.xml,967.67,144.0,583.81,0.0,727.81,144.0,95.86,239.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily-shared-water-heater.xml,931.17,144.0,547.31,0.0,691.31,144.0,95.86,239.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-bldgtype-multifamily.xml,1166.1,144.0,873.25,0.0,1017.25,144.0,4.85,148.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-combi-tankless-outside.xml,1219.08,144.0,713.53,0.0,857.53,144.0,217.55,361.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-combi-tankless.xml,1227.99,144.0,713.85,0.0,857.85,144.0,226.14,370.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-desuperheater-2-speed.xml,1213.75,144.0,1069.75,0.0,1213.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-desuperheater-gshp.xml,1387.61,144.0,1243.61,0.0,1387.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-desuperheater-hpwh.xml,1472.89,144.0,988.81,0.0,1132.81,144.0,196.08,340.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-desuperheater-tankless.xml,1268.63,144.0,1124.63,0.0,1268.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-desuperheater-var-speed.xml,1189.31,144.0,1045.31,0.0,1189.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-desuperheater.xml,1269.29,144.0,1125.29,0.0,1269.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-dwhr.xml,1574.23,144.0,1122.53,0.0,1266.53,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-indirect-detailed-setpoints.xml,1238.92,144.0,713.47,0.0,857.47,144.0,237.45,381.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-indirect-dse.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-indirect-outside.xml,1250.17,144.0,713.53,0.0,857.53,144.0,248.64,392.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-indirect-standbyloss.xml,1241.58,144.0,713.42,0.0,857.42,144.0,240.16,384.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-indirect-with-solar-fraction.xml,1183.34,144.0,713.72,0.0,857.72,144.0,181.62,325.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-indirect.xml,1239.94,144.0,713.48,0.0,857.48,144.0,238.46,382.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-jacket-electric.xml,1639.53,144.0,1186.27,0.0,1330.27,144.0,165.26,309.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-jacket-gas.xml,1454.77,144.0,895.43,0.0,1039.43,144.0,271.34,415.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-jacket-hpwh.xml,1468.51,144.0,984.36,0.0,1128.36,144.0,196.15,340.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-jacket-indirect.xml,1238.54,144.0,713.54,0.0,857.54,144.0,237.0,381.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-low-flow-fixtures.xml,1636.59,144.0,1184.89,0.0,1328.89,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-multiple.xml,1238.92,144.0,778.47,0.0,922.47,144.0,172.45,316.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-none.xml,1268.92,144.0,817.45,0.0,961.45,144.0,163.47,307.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-recirc-demand.xml,1647.16,144.0,1195.46,0.0,1339.46,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-recirc-manual.xml,1632.95,144.0,1181.25,0.0,1325.25,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-recirc-nocontrol.xml,2145.0,144.0,1693.3,0.0,1837.3,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-recirc-temperature.xml,1981.48,144.0,1529.78,0.0,1673.78,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-recirc-timer.xml,2145.0,144.0,1693.3,0.0,1837.3,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-solar-direct-evacuated-tube.xml,1454.01,144.0,1002.31,0.0,1146.31,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-solar-direct-flat-plate.xml,1404.96,144.0,953.33,0.0,1097.33,144.0,163.63,307.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-solar-direct-ics.xml,1455.94,144.0,1004.24,0.0,1148.24,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-solar-fraction.xml,1451.24,144.0,997.59,0.0,1141.59,144.0,165.65,309.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-solar-indirect-flat-plate.xml,1405.3,144.0,956.21,0.0,1100.21,144.0,161.09,305.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-solar-thermosyphon-flat-plate.xml,1395.68,144.0,944.05,0.0,1088.05,144.0,163.63,307.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-coal.xml,1582.54,144.0,897.21,0.0,1041.21,144.0,165.27,309.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,232.06,232.06,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-detailed-setpoints.xml,1648.43,144.0,1196.78,0.0,1340.78,144.0,163.65,307.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-elec-uef.xml,1651.08,144.0,1199.76,0.0,1343.76,144.0,163.32,307.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-gas-outside.xml,1468.19,144.0,890.11,0.0,1034.11,144.0,290.08,434.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-gas-uef-fhr.xml,1458.1,144.0,895.96,0.0,1039.96,144.0,274.14,418.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-gas-uef.xml,1458.1,144.0,895.96,0.0,1039.96,144.0,274.14,418.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-gas.xml,1461.41,144.0,897.21,0.0,1041.21,144.0,276.2,420.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-heat-pump-detailed-schedules.xml,1445.56,144.0,955.58,0.0,1099.58,144.0,201.98,345.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-heat-pump-operating-mode-heat-pump-only.xml,1440.05,144.0,949.81,0.0,1093.81,144.0,202.24,346.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-heat-pump-outside.xml,1572.0,144.0,1117.3,0.0,1261.3,144.0,166.7,310.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-heat-pump-uef.xml,1440.05,144.0,949.81,0.0,1093.81,144.0,202.24,346.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-heat-pump-with-solar-fraction.xml,1391.2,144.0,926.56,0.0,1070.56,144.0,176.64,320.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-heat-pump-with-solar.xml,1404.14,144.0,947.2,0.0,1091.2,144.0,168.94,312.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-heat-pump.xml,1472.61,144.0,989.0,0.0,1133.0,144.0,195.61,339.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-model-type-stratified-detailed-occupancy-stochastic.xml,1643.65,144.0,1185.12,0.0,1329.12,144.0,170.53,314.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-model-type-stratified.xml,1635.5,144.0,1181.26,0.0,1325.26,144.0,166.24,310.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-oil.xml,1739.51,144.0,897.21,0.0,1041.21,144.0,165.27,309.27,0.0,389.03,389.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tank-wood.xml,1582.54,144.0,897.21,0.0,1041.21,144.0,165.27,309.27,0.0,0.0,0.0,0.0,0.0,0.0,0.0,232.06,232.06,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-detailed-setpoints.xml,1426.31,144.0,890.11,0.0,1034.11,144.0,248.2,392.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-electric-outside.xml,1658.99,144.0,1204.29,0.0,1348.29,144.0,166.7,310.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-electric-uef.xml,1655.44,144.0,1200.74,0.0,1344.74,144.0,166.7,310.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-electric.xml,1658.99,144.0,1204.29,0.0,1348.29,144.0,166.7,310.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-gas-uef.xml,1415.29,144.0,890.11,0.0,1034.11,144.0,237.18,381.18,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-gas-with-solar-fraction.xml,1373.39,144.0,890.11,0.0,1034.11,144.0,195.28,339.28,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-gas-with-solar.xml,1368.28,144.0,904.42,0.0,1048.42,144.0,175.86,319.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-gas.xml,1426.48,144.0,890.11,0.0,1034.11,144.0,248.37,392.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-dhw-tankless-propane.xml,1649.87,144.0,890.11,0.0,1034.11,144.0,166.7,310.7,0.0,0.0,0.0,0.0,305.06,305.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-2stories-garage.xml,1832.39,144.0,1361.24,0.0,1505.24,144.0,183.15,327.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-2stories.xml,1976.86,144.0,1471.25,0.0,1615.25,144.0,217.61,361.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-beds-1.xml,1483.82,144.0,1017.73,0.0,1161.73,144.0,178.09,322.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-beds-2.xml,1567.5,144.0,1108.62,0.0,1252.62,144.0,170.88,314.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-beds-4.xml,1729.09,144.0,1284.5,0.0,1428.5,144.0,156.59,300.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-beds-5.xml,1808.87,144.0,1371.31,0.0,1515.31,144.0,149.56,293.56,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-ceilingtypes.xml,1778.25,144.0,1214.66,0.0,1358.66,144.0,275.59,419.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-floortypes.xml,1519.3,144.0,980.3,0.0,1124.3,144.0,251.0,395.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-garage.xml,1616.06,144.0,1152.66,0.0,1296.66,144.0,175.4,319.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-infil-ach-house-pressure.xml,1648.72,144.0,1197.14,0.0,1341.14,144.0,163.58,307.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-infil-cfm-house-pressure.xml,1648.72,144.0,1197.14,0.0,1341.14,144.0,163.58,307.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-infil-cfm50.xml,1648.84,144.0,1197.14,0.0,1341.14,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-infil-ela.xml,1704.0,144.0,1197.66,0.0,1341.66,144.0,218.34,362.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-infil-flue.xml,1658.98,144.0,1197.12,0.0,1341.12,144.0,173.86,317.86,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-infil-natural-ach.xml,1704.0,144.0,1197.66,0.0,1341.66,144.0,218.34,362.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-infil-natural-cfm.xml,1704.0,144.0,1197.66,0.0,1341.66,144.0,218.34,362.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-orientations.xml,1649.83,144.0,1196.34,0.0,1340.34,144.0,165.49,309.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-overhangs.xml,1647.39,144.0,1192.41,0.0,1336.41,144.0,166.98,310.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-rooftypes.xml,1644.01,144.0,1191.68,0.0,1335.68,144.0,164.33,308.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-skylights-physical-properties.xml,1695.49,144.0,1233.73,0.0,1377.73,144.0,173.76,317.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-skylights-shading.xml,1672.7,144.0,1225.25,0.0,1369.25,144.0,159.45,303.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-skylights-storms.xml,1672.11,144.0,1222.24,0.0,1366.24,144.0,161.87,305.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-skylights.xml,1672.92,144.0,1225.57,0.0,1369.57,144.0,159.35,303.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-split-level.xml,1349.64,144.0,980.57,0.0,1124.57,144.0,81.07,225.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-thermal-mass.xml,1646.24,144.0,1195.61,0.0,1339.61,144.0,162.63,306.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-walltypes.xml,1734.86,144.0,1158.33,0.0,1302.33,144.0,288.53,432.53,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-windows-natural-ventilation-availability.xml,1616.71,144.0,1164.5,0.0,1308.5,144.0,164.21,308.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-windows-none.xml,1599.11,144.0,1132.77,0.0,1276.77,144.0,178.34,322.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-windows-physical-properties.xml,1707.89,144.0,1201.04,0.0,1345.04,144.0,218.85,362.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-windows-shading-seasons.xml,1647.37,144.0,1197.54,0.0,1341.54,144.0,161.83,305.83,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-windows-shading.xml,1590.69,144.0,1118.71,0.0,1262.71,144.0,183.98,327.98,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-enclosure-windows-storms.xml,1640.51,144.0,1177.87,0.0,1321.87,144.0,174.64,318.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-ambient.xml,1421.13,144.0,1009.54,0.0,1153.54,144.0,123.59,267.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-basement-garage.xml,1521.03,144.0,1087.91,0.0,1231.91,144.0,145.12,289.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-complex.xml,1725.64,144.0,1231.23,0.0,1375.23,144.0,206.41,350.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-conditioned-basement-slab-insulation.xml,1646.2,144.0,1204.03,0.0,1348.03,144.0,154.17,298.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-conditioned-basement-wall-insulation.xml,1627.83,144.0,1181.78,0.0,1325.78,144.0,158.05,302.05,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-conditioned-crawlspace.xml,1384.2,144.0,963.85,0.0,1107.85,144.0,132.35,276.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-multiple.xml,1370.68,144.0,989.24,0.0,1133.24,144.0,93.44,237.44,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-slab.xml,1340.08,144.0,975.68,0.0,1119.68,144.0,76.4,220.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-unconditioned-basement-above-grade.xml,1383.1,144.0,994.09,0.0,1138.09,144.0,101.01,245.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-unconditioned-basement-assembly-r.xml,1347.53,144.0,973.83,0.0,1117.83,144.0,85.7,229.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-unconditioned-basement-wall-insulation.xml,1395.49,144.0,964.12,0.0,1108.12,144.0,143.37,287.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-unconditioned-basement.xml,1372.03,144.0,990.24,0.0,1134.24,144.0,93.79,237.79,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-unvented-crawlspace.xml,1358.78,144.0,993.41,0.0,1137.41,144.0,77.37,221.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-vented-crawlspace.xml,1371.34,144.0,991.63,0.0,1135.63,144.0,91.71,235.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-foundation-walkout-basement.xml,1680.8,144.0,1210.06,0.0,1354.06,144.0,182.74,326.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-1-speed-autosized-backup.xml,1670.47,144.0,1526.47,0.0,1670.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-1-speed-cooling-only.xml,1303.23,144.0,1159.23,0.0,1303.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-1-speed-heating-capacity-17f.xml,1670.47,144.0,1526.47,0.0,1670.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-1-speed-heating-only.xml,1547.29,144.0,1403.29,0.0,1547.29,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,1668.66,144.0,1524.66,0.0,1668.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-1-speed-seer2-hspf2.xml,1672.47,144.0,1528.47,0.0,1672.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-1-speed.xml,1670.47,144.0,1526.47,0.0,1670.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-2-speed.xml,1519.16,144.0,1375.16,0.0,1519.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-hvac-seasons.xml,1680.7,144.0,1285.89,0.0,1429.89,144.0,106.81,250.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler-switchover-temperature.xml,1674.99,144.0,1247.53,0.0,1391.53,144.0,139.46,283.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-var-speed-backup-boiler.xml,1683.88,144.0,1289.04,0.0,1433.04,144.0,106.84,250.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-var-speed-backup-furnace.xml,1688.7,144.0,1294.63,0.0,1438.63,144.0,106.07,250.07,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-air-to-air-heat-pump-var-speed.xml,1510.26,144.0,1366.26,0.0,1510.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-cooling-only.xml,1320.61,144.0,1176.61,0.0,1320.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-heating-only.xml,1565.62,144.0,1421.62,0.0,1565.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml,1739.17,144.0,1595.17,0.0,1739.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml,1682.2,144.0,1538.2,0.0,1682.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload-miami-fl.xml,1729.62,144.0,1585.62,0.0,1729.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml,1636.74,144.0,1492.74,0.0,1636.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-acca.xml,1566.45,144.0,1422.45,0.0,1566.45,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-hers.xml,1528.96,144.0,1384.96,0.0,1528.96,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-2-speed-sizing-methodology-maxload.xml,1497.04,144.0,1353.04,0.0,1497.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-boiler.xml,1638.16,144.0,1253.13,0.0,1397.13,144.0,97.03,241.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-backup-furnace.xml,1667.64,144.0,1259.99,0.0,1403.99,144.0,119.65,263.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-acca.xml,1537.76,144.0,1393.76,0.0,1537.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-hers.xml,1515.42,144.0,1371.42,0.0,1515.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-air-to-air-heat-pump-var-speed-sizing-methodology-maxload.xml,1505.87,144.0,1361.87,0.0,1505.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-boiler-elec-only.xml,1748.19,144.0,1604.19,0.0,1748.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-boiler-gas-central-ac-1-speed.xml,1636.51,144.0,1213.25,0.0,1357.25,144.0,135.26,279.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-boiler-gas-only.xml,1442.43,144.0,1020.52,0.0,1164.52,144.0,133.91,277.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-central-ac-only-1-speed.xml,1346.5,144.0,1202.5,0.0,1346.5,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-central-ac-only-2-speed.xml,1290.52,144.0,1146.52,0.0,1290.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-central-ac-only-var-speed.xml,1268.22,144.0,1124.22,0.0,1268.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-central-ac-plus-air-to-air-heat-pump-heating.xml,1761.87,144.0,1617.87,0.0,1761.87,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-acca.xml,1764.11,144.0,1363.77,0.0,1507.77,144.0,112.34,256.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-hers.xml,1749.42,144.0,1355.45,0.0,1499.45,144.0,105.97,249.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-dual-fuel-air-to-air-heat-pump-1-speed-sizing-methodology-maxload.xml,1749.42,144.0,1355.45,0.0,1499.45,144.0,105.97,249.97,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted-backup-hardsized.xml,1567.55,144.0,1195.86,0.0,1339.86,144.0,83.69,227.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-dual-fuel-mini-split-heat-pump-ducted.xml,1567.55,144.0,1195.86,0.0,1339.86,144.0,83.69,227.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-elec-resistance-only.xml,1704.68,144.0,1560.68,0.0,1704.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-evap-cooler-furnace-gas.xml,1530.06,144.0,1067.18,0.0,1211.18,144.0,174.88,318.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-floor-furnace-propane-only.xml,1742.99,144.0,1012.95,0.0,1156.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,586.04,586.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-furnace-elec-only.xml,1932.76,144.0,1788.76,0.0,1932.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-furnace-gas-central-ac-2-speed.xml,1619.53,144.0,1160.98,0.0,1304.98,144.0,170.55,314.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-furnace-gas-central-ac-var-speed.xml,1597.72,144.0,1139.31,0.0,1283.31,144.0,170.41,314.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-furnace-gas-only.xml,1494.97,144.0,1033.82,0.0,1177.82,144.0,173.15,317.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-furnace-gas-room-ac.xml,1665.9,144.0,1203.02,0.0,1347.02,144.0,174.88,318.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-ground-to-air-heat-pump-cooling-only.xml,1287.0,144.0,1143.0,0.0,1287.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-ground-to-air-heat-pump-heating-only.xml,1366.77,144.0,1222.77,0.0,1366.77,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-acca.xml,1476.2,144.0,1332.2,0.0,1476.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-hers.xml,1462.01,144.0,1318.01,0.0,1462.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-ground-to-air-heat-pump-sizing-methodology-maxload.xml,1462.01,144.0,1318.01,0.0,1462.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-mini-split-air-conditioner-only-ducted.xml,1265.67,144.0,1121.67,0.0,1265.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-mini-split-heat-pump-ducted-cooling-only.xml,1241.94,144.0,1097.94,0.0,1241.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-mini-split-heat-pump-ducted-heating-only.xml,1363.66,144.0,1219.66,0.0,1363.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-acca.xml,1462.81,144.0,1318.81,0.0,1462.81,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-hers.xml,1440.76,144.0,1296.76,0.0,1440.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-mini-split-heat-pump-ducted-sizing-methodology-maxload.xml,1423.08,144.0,1279.08,0.0,1423.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-mini-split-heat-pump-ductless-backup-baseboard.xml,1401.46,144.0,1257.46,0.0,1401.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-mini-split-heat-pump-ductless-backup-stove.xml,1639.68,144.0,1185.88,0.0,1329.88,0.0,0.0,0.0,0.0,309.8,309.8,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-ptac-with-heating.xml,1844.65,144.0,1700.65,0.0,1844.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-ptac.xml,1289.24,144.0,1145.24,0.0,1289.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-pthp-sizing-methodology-acca.xml,1528.19,144.0,1384.19,0.0,1528.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-pthp-sizing-methodology-hers.xml,1532.21,144.0,1388.21,0.0,1532.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-pthp-sizing-methodology-maxload.xml,1549.91,144.0,1405.91,0.0,1549.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-room-ac-only.xml,1322.9,144.0,1178.9,0.0,1322.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-room-ac-with-heating.xml,1879.23,144.0,1735.23,0.0,1879.23,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-acca.xml,1528.19,144.0,1384.19,0.0,1528.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-hers.xml,1532.21,144.0,1388.21,0.0,1532.21,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-room-ac-with-reverse-cycle-sizing-methodology-maxload.xml,1549.91,144.0,1405.91,0.0,1549.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-sizing-controls.xml,1765.06,144.0,1428.97,0.0,1572.97,144.0,48.09,192.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-stove-oil-only.xml,1707.39,144.0,1016.36,0.0,1160.36,0.0,0.0,0.0,0.0,547.03,547.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize-wall-furnace-elec-only.xml,1715.84,144.0,1571.84,0.0,1715.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-autosize.xml,1664.48,144.0,1205.66,0.0,1349.66,144.0,170.82,314.82,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-boiler-coal-only.xml,1456.33,144.0,1021.0,0.0,1165.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,291.33,291.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-boiler-elec-only.xml,1771.72,144.0,1627.72,0.0,1771.72,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-boiler-gas-central-ac-1-speed.xml,1633.46,144.0,1204.14,0.0,1348.14,144.0,141.32,285.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-boiler-gas-only-pilot.xml,1481.48,144.0,1017.84,0.0,1161.84,144.0,175.64,319.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-boiler-gas-only.xml,1445.74,144.0,1017.84,0.0,1161.84,144.0,139.9,283.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-boiler-oil-only.xml,1653.4,144.0,1021.0,0.0,1165.0,0.0,0.0,0.0,0.0,488.4,488.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-boiler-propane-only.xml,1684.23,144.0,1017.11,0.0,1161.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,523.12,523.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-boiler-wood-only.xml,1454.09,144.0,1017.11,0.0,1161.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,292.98,292.98,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-central-ac-only-1-speed-seer2.xml,1339.68,144.0,1195.68,0.0,1339.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-central-ac-only-1-speed.xml,1340.19,144.0,1196.19,0.0,1340.19,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-central-ac-only-2-speed.xml,1285.57,144.0,1141.57,0.0,1285.57,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-central-ac-only-var-speed.xml,1262.52,144.0,1118.52,0.0,1262.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-central-ac-plus-air-to-air-heat-pump-heating.xml,1737.03,144.0,1593.03,0.0,1737.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-crankcase-heater-40w.xml,1644.1,144.0,1192.4,0.0,1336.4,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-dse.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-dual-fuel-air-to-air-heat-pump-1-speed-lockout-temperatures.xml,1754.74,144.0,1389.81,0.0,1533.81,144.0,76.93,220.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-dual-fuel-air-to-air-heat-pump-1-speed.xml,1747.95,144.0,1355.73,0.0,1499.73,144.0,104.22,248.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-dual-fuel-air-to-air-heat-pump-2-speed.xml,1644.43,144.0,1249.33,0.0,1393.33,144.0,107.1,251.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-dual-fuel-air-to-air-heat-pump-var-speed.xml,1653.51,144.0,1260.92,0.0,1404.92,144.0,104.59,248.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-dual-fuel-mini-split-heat-pump-ducted.xml,1573.19,144.0,1204.46,0.0,1348.46,144.0,80.73,224.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ducts-area-fractions.xml,2176.63,144.0,1550.68,0.0,1694.68,144.0,337.95,481.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ducts-area-multipliers.xml,1639.89,144.0,1192.9,0.0,1336.9,144.0,158.99,302.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ducts-buried.xml,1621.6,144.0,1184.86,0.0,1328.86,144.0,148.74,292.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ducts-effective-rvalue.xml,1648.79,144.0,1197.12,0.0,1341.12,144.0,163.67,307.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ducts-leakage-cfm50.xml,1641.72,144.0,1193.4,0.0,1337.4,144.0,160.32,304.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ducts-leakage-percent.xml,1662.89,144.0,1203.75,0.0,1347.75,144.0,171.14,315.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-elec-resistance-only.xml,1704.68,144.0,1560.68,0.0,1704.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-evap-cooler-furnace-gas.xml,1517.24,144.0,1061.15,0.0,1205.15,144.0,168.09,312.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-evap-cooler-only-ducted.xml,1188.39,144.0,1044.39,0.0,1188.39,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-evap-cooler-only.xml,1185.61,144.0,1041.61,0.0,1185.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-fireplace-wood-only.xml,1485.17,144.0,1012.95,0.0,1156.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,328.22,328.22,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-fixed-heater-gas-only.xml,1418.86,144.0,1012.92,0.0,1156.92,144.0,117.94,261.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-floor-furnace-propane-only-pilot-light.xml,1875.95,144.0,1012.95,0.0,1156.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,719.0,719.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-floor-furnace-propane-only.xml,1742.99,144.0,1012.95,0.0,1156.95,0.0,0.0,0.0,0.0,0.0,0.0,0.0,586.04,586.04,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-coal-only.xml,1525.16,144.0,1033.01,0.0,1177.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,348.15,348.15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-elec-central-ac-1-speed.xml,2040.6,144.0,1896.6,0.0,2040.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-elec-only.xml,1902.59,144.0,1758.59,0.0,1902.59,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-gas-central-ac-2-speed.xml,1605.2,144.0,1153.5,0.0,1297.5,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-gas-central-ac-var-speed.xml,1583.36,144.0,1131.67,0.0,1275.67,144.0,163.69,307.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-gas-only-detailed-setpoints.xml,1364.02,144.0,1020.91,0.0,1164.91,144.0,55.11,199.11,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-gas-only-pilot.xml,1522.56,144.0,1033.01,0.0,1177.01,144.0,201.55,345.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-gas-only.xml,1487.42,144.0,1033.01,0.0,1177.01,144.0,166.41,310.41,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-gas-room-ac.xml,1668.06,144.0,1211.97,0.0,1355.97,144.0,168.09,312.09,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-oil-only.xml,1760.65,144.0,1033.01,0.0,1177.01,0.0,0.0,0.0,0.0,583.64,583.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-propane-only.xml,1798.62,144.0,1033.01,0.0,1177.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,621.61,621.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-wood-only.xml,1525.16,144.0,1033.01,0.0,1177.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,348.15,348.15,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-furnace-x3-dse.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ground-to-air-heat-pump-cooling-only.xml,1270.71,144.0,1126.71,0.0,1270.71,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ground-to-air-heat-pump-heating-only.xml,1361.93,144.0,1217.93,0.0,1361.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ground-to-air-heat-pump.xml,1461.26,144.0,1317.26,0.0,1461.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-air-to-air-heat-pump-1-speed.xml,1774.69,144.0,1630.69,0.0,1774.69,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-air-to-air-heat-pump-2-speed.xml,1604.26,144.0,1460.26,0.0,1604.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-air-to-air-heat-pump-var-speed.xml,1587.1,144.0,1443.1,0.0,1587.1,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-furnace-gas-central-ac-1-speed.xml,1683.26,144.0,1222.93,0.0,1366.93,144.0,172.33,316.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-furnace-gas-central-ac-2-speed.xml,1632.51,144.0,1172.18,0.0,1316.18,144.0,172.33,316.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-furnace-gas-central-ac-var-speed.xml,1611.04,144.0,1150.71,0.0,1294.71,144.0,172.33,316.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-furnace-gas-only.xml,1493.87,144.0,1028.54,0.0,1172.54,144.0,177.33,321.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-ground-to-air-heat-pump.xml,1522.01,144.0,1378.01,0.0,1522.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-mini-split-air-conditioner-only-ducted.xml,1276.65,144.0,1132.65,0.0,1276.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-install-quality-mini-split-heat-pump-ducted.xml,1498.26,144.0,1354.26,0.0,1498.26,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-air-conditioner-only-ducted.xml,1255.32,144.0,1111.32,0.0,1255.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-air-conditioner-only-ductless.xml,1250.66,144.0,1106.66,0.0,1250.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-heat-pump-ducted-cooling-only.xml,1232.78,144.0,1088.78,0.0,1232.78,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-heat-pump-ducted-heating-only.xml,1347.36,144.0,1203.36,0.0,1347.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-heat-pump-ducted.xml,1425.35,144.0,1281.35,0.0,1425.35,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-heat-pump-ductless-backup-baseboard.xml,1411.48,144.0,1267.48,0.0,1411.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-heat-pump-ductless-backup-furnace.xml,1540.19,144.0,1187.77,0.0,1331.77,144.0,64.42,208.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-heat-pump-ductless-backup-stove.xml,1639.43,144.0,1184.52,0.0,1328.52,0.0,0.0,0.0,0.0,310.91,310.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-heat-pump-ductless-heating-capacity-17f.xml,1397.25,144.0,1253.25,0.0,1397.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-mini-split-heat-pump-ductless.xml,1397.25,144.0,1253.25,0.0,1397.25,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-multiple.xml,2257.9,144.0,1729.32,0.0,1873.32,144.0,51.35,195.35,0.0,90.6,90.6,0.0,98.63,98.63,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-none.xml,1959.67,144.0,1815.67,0.0,1959.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-portable-heater-gas-only.xml,1418.86,144.0,1012.92,0.0,1156.92,144.0,117.94,261.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ptac-with-heating-electricity.xml,1852.42,144.0,1708.42,0.0,1852.42,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ptac-with-heating-natural-gas.xml,1592.0,144.0,1155.08,0.0,1299.08,144.0,148.92,292.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-ptac.xml,1296.73,144.0,1152.73,0.0,1296.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-pthp-heating-capacity-17f.xml,1542.37,144.0,1398.37,0.0,1542.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-pthp.xml,1542.37,144.0,1398.37,0.0,1542.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-room-ac-only-33percent.xml,1219.49,144.0,1075.49,0.0,1219.49,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-room-ac-only-ceer.xml,1332.65,144.0,1188.65,0.0,1332.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-room-ac-only-detailed-setpoints.xml,1291.08,144.0,1147.08,0.0,1291.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-room-ac-only.xml,1332.32,144.0,1188.32,0.0,1332.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-room-ac-with-heating.xml,1889.01,144.0,1745.01,0.0,1889.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-room-ac-with-reverse-cycle.xml,1542.37,144.0,1398.37,0.0,1542.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-seasons.xml,1646.17,144.0,1195.7,0.0,1339.7,144.0,162.47,306.47,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-setpoints-daily-schedules.xml,1624.03,144.0,1176.79,0.0,1320.79,144.0,159.24,303.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-setpoints-daily-setbacks.xml,1623.73,144.0,1181.79,0.0,1325.79,144.0,153.94,297.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-setpoints.xml,1477.87,144.0,1136.02,0.0,1280.02,144.0,53.85,197.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-stove-oil-only.xml,1707.32,144.0,1015.15,0.0,1159.15,0.0,0.0,0.0,0.0,548.17,548.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-stove-wood-pellets-only.xml,1486.14,144.0,1015.15,0.0,1159.15,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,326.99,326.99,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-undersized-allow-increased-fixed-capacities.xml,1619.32,144.0,1182.77,0.0,1326.77,144.0,148.55,292.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-undersized.xml,1503.12,144.0,1103.54,0.0,1247.54,144.0,111.58,255.58,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-hvac-wall-furnace-elec-only.xml,1715.84,144.0,1571.84,0.0,1715.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-lighting-ceiling-fans.xml,1661.61,144.0,1210.06,0.0,1354.06,144.0,163.55,307.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-lighting-holiday.xml,1655.48,144.0,1203.78,0.0,1347.78,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-lighting-kwh-per-year.xml,1673.96,144.0,1224.93,0.0,1368.93,144.0,161.03,305.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-lighting-mixed.xml,1654.75,144.0,1203.05,0.0,1347.05,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-lighting-none-ceiling-fans.xml,1508.7,144.0,1037.09,0.0,1181.09,144.0,183.61,327.61,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-lighting-none.xml,1495.84,144.0,1024.08,0.0,1168.08,144.0,183.76,327.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-AMY-2012.xml,1682.17,144.0,1160.86,0.0,1304.86,144.0,233.31,377.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-baltimore-md.xml,1439.98,144.0,1050.43,0.0,1194.43,144.0,101.55,245.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-capetown-zaf.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-dallas-tx.xml,1353.05,144.0,1050.38,0.0,1194.38,144.0,14.67,158.67,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-duluth-mn.xml,1587.83,144.0,1043.28,0.0,1187.28,144.0,256.55,400.55,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-helena-mt.xml,1596.01,144.0,1016.95,0.0,1160.95,144.0,291.06,435.06,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-honolulu-hi.xml,3474.08,144.0,3330.08,0.0,3474.08,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-miami-fl.xml,1277.33,144.0,1133.33,0.0,1277.33,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-phoenix-az.xml,1578.17,144.0,1290.16,0.0,1434.16,144.0,0.01,144.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-location-portland-or.xml,1190.77,144.0,822.45,0.0,966.45,144.0,80.32,224.32,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-balanced.xml,1850.66,144.0,1258.54,0.0,1402.54,144.0,304.12,448.12,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-bath-kitchen-fans.xml,1664.05,144.0,1200.21,0.0,1344.21,144.0,175.84,319.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-cfis-airflow-fraction-zero.xml,1800.16,144.0,1255.13,0.0,1399.13,144.0,257.03,401.03,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-cfis-dse.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-cfis-evap-cooler-only-ducted.xml,1281.24,144.0,1137.24,0.0,1281.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-cfis-supplemental-fan-exhaust.xml,1744.87,144.0,1210.36,0.0,1354.36,144.0,246.51,390.51,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-cfis-supplemental-fan-supply.xml,1761.08,144.0,1211.33,0.0,1355.33,144.0,261.75,405.75,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-cfis.xml,1806.81,144.0,1252.9,0.0,1396.9,144.0,265.91,409.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-erv-atre-asre.xml,1746.69,144.0,1259.32,0.0,1403.32,144.0,199.37,343.37,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-erv.xml,1746.72,144.0,1259.32,0.0,1403.32,144.0,199.4,343.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-exhaust-rated-flow-rate.xml,1782.9,144.0,1225.02,0.0,1369.02,144.0,269.88,413.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-exhaust.xml,1782.9,144.0,1225.02,0.0,1369.02,144.0,269.88,413.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-hrv-asre.xml,1746.79,144.0,1259.43,0.0,1403.43,144.0,199.36,343.36,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-hrv.xml,1746.81,144.0,1259.43,0.0,1403.43,144.0,199.38,343.38,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-multiple.xml,1871.86,144.0,1274.34,0.0,1418.34,144.0,309.52,453.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-supply.xml,1774.58,144.0,1227.41,0.0,1371.41,144.0,259.17,403.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-mechvent-whole-house-fan.xml,1595.78,144.0,1142.79,0.0,1286.79,144.0,164.99,308.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-additional-properties.xml,1648.84,144.0,1197.14,0.0,1341.14,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-bills-none.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-bills-pv-detailed-only.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688.56,108.0,1261.65,-988.78,380.86,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,607.26,108.0,783.24,-591.68,299.56,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,604.02,108.0,751.38,-563.06,296.32,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,567.68,108.0,707.18,-555.2,259.98,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-bills-pv-mixed.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,753.5,144.0,1197.14,-895.34,445.8,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,688.56,108.0,1261.65,-988.78,380.86,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-bills-pv.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629.51,465.0,1264.29,-1482.92,246.37,132.0,251.14,383.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,98.55,465.0,1264.29,-2013.87,-284.59,132.0,251.14,383.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,-324.27,210.0,1264.29,-2181.7,-707.41,132.0,251.14,383.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0 +base-misc-bills.xml,1803.43,144.0,1264.29,0.0,1408.29,144.0,251.14,395.14,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-defaults.xml,920.8,144.0,1048.47,-647.6,544.87,144.0,231.93,375.93,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-emissions.xml,779.45,144.0,1222.99,-895.24,471.75,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-generators-battery-scheduled.xml,1979.51,144.0,1253.13,0.0,1397.13,144.0,224.64,368.64,0.0,213.74,213.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-generators-battery.xml,1923.52,144.0,1197.14,0.0,1341.14,144.0,224.64,368.64,0.0,213.74,213.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-generators.xml,1923.52,144.0,1197.14,0.0,1341.14,144.0,224.64,368.64,0.0,213.74,213.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-ground-conductivity.xml,1630.12,144.0,1194.48,0.0,1338.48,144.0,147.64,291.64,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-loads-large-uncommon.xml,3218.63,144.0,2277.73,0.0,2421.73,144.0,503.53,647.53,0.0,0.0,0.0,0.0,66.93,66.93,0.0,82.44,82.44,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-loads-large-uncommon2.xml,2738.09,144.0,2159.54,0.0,2303.54,144.0,145.27,289.27,0.0,62.84,62.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,82.44,82.44,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-loads-none.xml,1317.81,144.0,822.91,0.0,966.91,144.0,206.9,350.9,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-neighbor-shading-bldgtype-multifamily.xml,1148.64,144.0,854.3,0.0,998.3,144.0,6.34,150.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-neighbor-shading.xml,1660.76,144.0,1186.14,0.0,1330.14,144.0,186.62,330.62,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-shielding-of-home.xml,1649.98,144.0,1201.76,0.0,1345.76,144.0,160.22,304.22,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-misc-usage-multiplier.xml,2605.29,144.0,1690.79,0.0,1834.79,144.0,492.06,636.06,0.0,0.0,0.0,0.0,60.24,60.24,0.0,74.2,74.2,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv-battery-ah.xml,779.45,144.0,1222.99,-895.24,471.75,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv-battery-garage.xml,748.55,144.0,1180.31,-895.23,429.07,144.0,175.48,319.48,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv-battery-round-trip-efficiency.xml,817.09,144.0,1260.64,-895.25,509.39,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv-battery-scheduled.xml,810.2,144.0,1253.13,-894.63,502.5,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv-battery.xml,779.45,144.0,1222.99,-895.24,471.75,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv-generators-battery-scheduled.xml,812.18,144.0,1253.13,-1167.33,229.8,144.0,224.64,368.64,0.0,213.74,213.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv-generators-battery.xml,782.26,144.0,1223.82,-1167.94,199.88,144.0,224.64,368.64,0.0,213.74,213.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv-generators.xml,755.48,144.0,1197.14,-1168.04,173.1,144.0,224.64,368.64,0.0,213.74,213.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-pv.xml,753.5,144.0,1197.14,-895.34,445.8,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-residents-0-runperiod-1-month.xml,74.66,0.0,14.35,0.0,14.35,0.0,60.31,60.31,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-residents-0.xml,778.4,144.0,241.7,0.0,385.7,144.0,248.7,392.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-residents-1-misc-loads-large-uncommon.xml,2467.6,144.0,1731.43,0.0,1875.43,144.0,298.84,442.84,0.0,0.0,0.0,0.0,69.87,69.87,0.0,79.46,79.46,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-residents-1-misc-loads-large-uncommon2.xml,2248.99,144.0,1650.65,0.0,1794.65,144.0,165.28,309.28,0.0,65.6,65.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,79.46,79.46,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-residents-1.xml,1411.62,144.0,944.7,0.0,1088.7,144.0,178.92,322.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-residents-5.xml,1162.01,144.0,1332.86,-674.31,802.55,144.0,215.46,359.46,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-all-10-mins.xml,1664.99,144.0,1205.26,0.0,1349.26,144.0,171.73,315.73,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-occupancy-stochastic-10-mins.xml,1658.69,144.0,1202.52,0.0,1346.52,144.0,168.17,312.17,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-occupancy-stochastic-power-outage.xml,1401.49,144.0,1007.48,0.0,1151.48,144.0,106.01,250.01,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-occupancy-stochastic-vacancy-year-round.xml,778.4,144.0,241.7,0.0,385.7,144.0,248.7,392.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-occupancy-stochastic-vacancy.xml,1511.38,144.0,1027.18,0.0,1171.18,144.0,196.2,340.2,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-occupancy-stochastic.xml,1657.06,144.0,1201.07,0.0,1345.07,144.0,167.99,311.99,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-setpoints-daily-schedules.xml,1624.03,144.0,1176.79,0.0,1320.79,144.0,159.24,303.24,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-setpoints-daily-setbacks.xml,1623.73,144.0,1181.79,0.0,1325.79,144.0,153.94,297.94,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-detailed-setpoints.xml,1477.87,144.0,1136.02,0.0,1280.02,144.0,53.85,197.85,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-simple-power-outage-natvent-available.xml,1533.43,144.0,1081.55,0.0,1225.55,144.0,163.88,307.88,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-simple-power-outage-natvent-unavailable.xml,1539.0,144.0,1087.35,0.0,1231.35,144.0,163.65,307.65,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-simple-power-outage.xml,1536.04,144.0,1083.28,0.0,1227.28,144.0,164.76,308.76,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-simple-vacancy-year-round.xml,778.4,144.0,241.7,0.0,385.7,144.0,248.7,392.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-simple-vacancy.xml,1503.04,144.0,1020.12,0.0,1164.12,144.0,194.92,338.92,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-schedules-simple.xml,1651.01,144.0,1198.33,0.0,1342.33,144.0,164.68,308.68,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-calendar-year-custom.xml,1647.89,144.0,1196.15,0.0,1340.15,144.0,163.74,307.74,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-daylight-saving-custom.xml,1648.84,144.0,1197.14,0.0,1341.14,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-daylight-saving-disabled.xml,1648.21,144.0,1196.61,0.0,1340.61,144.0,163.6,307.6,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-runperiod-1-month.xml,143.65,0.0,97.13,0.0,97.13,0.0,46.52,46.52,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-temperature-capacitance-multiplier.xml,1645.31,144.0,1193.65,0.0,1337.65,144.0,163.66,307.66,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-timestep-10-mins-occupancy-stochastic-10-mins.xml,1664.97,144.0,1205.13,0.0,1349.13,144.0,171.84,315.84,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-timestep-10-mins-occupancy-stochastic-60-mins.xml,1664.17,144.0,1204.83,0.0,1348.83,144.0,171.34,315.34,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-timestep-10-mins.xml,1656.03,144.0,1200.87,0.0,1344.87,144.0,167.16,311.16,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base-simcontrol-timestep-30-mins.xml,1653.1,144.0,1199.19,0.0,1343.19,144.0,165.91,309.91,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +base.xml,1648.84,144.0,1197.14,0.0,1341.14,144.0,163.7,307.7,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house001.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house002.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house003.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house004.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house005.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house006.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house007.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house008.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house009.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house010.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house011.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house012.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house013.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house014.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house015.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house016.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house017.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house018.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house019.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house020.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house021.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house022.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house023.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house024.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house025.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house026.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house027.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house028.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house029.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house030.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house031.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house032.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house033.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house034.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house035.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house036.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house037.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house038.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house039.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house040.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house041.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house042.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house043.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house044.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house045.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house046.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house047.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house048.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house049.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 +house050.xml,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 diff --git a/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb b/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb index 3f66e67d..cf78eba2 100644 --- a/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb +++ b/example_files/resources/hpxml-measures/workflow/tests/hpxml_translator_test.rb @@ -11,6 +11,11 @@ def setup @this_dir = File.dirname(__FILE__) @results_dir = File.join(@this_dir, 'results') FileUtils.mkdir_p @results_dir + + schema_path = File.join(File.dirname(__FILE__), '..', '..', 'HPXMLtoOpenStudio', 'resources', 'hpxml_schema', 'HPXML.xsd') + @schema_validator = XMLValidator.get_schema_validator(schema_path) + schematron_path = File.join(File.dirname(__FILE__), '..', '..', 'HPXMLtoOpenStudio', 'resources', 'hpxml_schematron', 'EPvalidator.xml') + @schematron_validator = XMLValidator.get_schematron_validator(schematron_path) end def test_simulations @@ -85,6 +90,14 @@ def test_run_simulation_output_formats assert(File.exist? osm_path) hpxml_defaults_path = File.join(File.dirname(xml), 'run', 'in.xml') assert(File.exist? hpxml_defaults_path) + + next unless output_format == 'msgpack' + + # Check timeseries output isn't rounded + require 'msgpack' + data = MessagePack.unpack(File.read(File.join(File.dirname(xml), 'run', "results_timeseries.#{output_format}"), mode: 'rb')) + value = data['Energy Use']['Total (kBtu)'][0] + assert_operator((value - value.round(8)).abs, :>, 0) end end @@ -149,13 +162,14 @@ def test_run_simulation_detailed_occupancy_schedules rb_path = File.join(File.dirname(__FILE__), '..', 'run_simulation.rb') xml = File.absolute_path(tmp_hpxml_path) - command = "\"#{OpenStudio.getOpenStudioCLI}\" \"#{rb_path}\" -x \"#{xml}\" --add-detailed-schedule stochastic" + command = "\"#{OpenStudio.getOpenStudioCLI}\" \"#{rb_path}\" -x \"#{xml}\" --add-stochastic-schedules" command += ' -d' if debug system(command, err: File::NULL) # Check for output files assert(File.exist? File.join(File.dirname(xml), 'run', 'eplusout.msgpack')) assert(File.exist? File.join(File.dirname(xml), 'run', 'results_annual.csv')) + assert(File.exist? File.join(File.dirname(xml), 'run', 'in.schedules.csv')) assert(File.exist? File.join(File.dirname(xml), 'run', 'stochastic.csv')) # Check stochastic.csv headers @@ -210,6 +224,29 @@ def test_run_simulation_timeseries_outputs end end + def test_run_defaulted_in_xml + # Check that if we simulate the in.xml file (HPXML w/ defaults), we get + # the same results as the original HPXML. + + # Run base.xml + rb_path = File.join(File.dirname(__FILE__), '..', 'run_simulation.rb') + xml = File.join(File.dirname(__FILE__), '..', 'sample_files', 'base.xml') + command = "\"#{OpenStudio.getOpenStudioCLI}\" \"#{rb_path}\" -x \"#{xml}\"" + system(command, err: File::NULL) + assert(File.exist? File.join(File.dirname(xml), 'run', 'results_annual.csv')) + base_results = CSV.read(File.join(File.dirname(xml), 'run', 'results_annual.csv')) + + # Run in.xml (generated from base.xml) + xml2 = File.join(File.dirname(xml), 'run', 'in.xml') + command = "\"#{OpenStudio.getOpenStudioCLI}\" \"#{rb_path}\" -x \"#{xml2}\"" + system(command, err: File::NULL) + assert(File.exist? File.join(File.dirname(xml2), 'run', 'results_annual.csv')) + default_results = CSV.read(File.join(File.dirname(xml2), 'run', 'results_annual.csv')) + + # Check two output files are identical + assert_equal(base_results, default_results) + end + def test_template_osws # Check that simulation works using template-*.osw require 'json' @@ -270,17 +307,20 @@ def test_multiple_building_ids system(command, err: File::NULL) assert_equal(true, File.exist?(csv_output_path)) + # Check that we have exactly one warning (i.e., check we are only validating a single Building element against schematron) + assert_equal(1, File.readlines(run_log).select { |l| l.include? 'Warning: No clothes dryer specified, the model will not include clothes dryer energy use.' }.size) + # Check unsuccessful simulation when providing incorrect building ID command = "\"#{OpenStudio.getOpenStudioCLI}\" \"#{rb_path}\" -x \"#{xml}\" --building-id MyFoo" system(command, err: File::NULL) assert_equal(false, File.exist?(csv_output_path)) - assert(File.readlines(run_log).select { |l| l.include? "Could not find Building element with ID 'MyFoo'." }.size > 0) + assert_equal(1, File.readlines(run_log).select { |l| l.include? "Could not find Building element with ID 'MyFoo'." }.size) # Check unsuccessful simulation when not providing building ID command = "\"#{OpenStudio.getOpenStudioCLI}\" \"#{rb_path}\" -x \"#{xml}\"" system(command, err: File::NULL) assert_equal(false, File.exist?(csv_output_path)) - assert(File.readlines(run_log).select { |l| l.include? 'Multiple Building elements defined in HPXML file; Building ID argument must be provided.' }.size > 0) + assert_equal(1, File.readlines(run_log).select { |l| l.include? 'Multiple Building elements defined in HPXML file; Building ID argument must be provided.' }.size) end def test_release_zips @@ -338,9 +378,7 @@ def _run_xml(xml, worker_num = nil) # Check outputs hpxml_defaults_path = File.join(rundir, 'in.xml') - xsd_path = File.join(File.dirname(__FILE__), '..', '..', 'HPXMLtoOpenStudio', 'resources', 'hpxml_schema', 'HPXML.xsd') - stron_path = File.join(File.dirname(__FILE__), '..', '..', 'HPXMLtoOpenStudio', 'resources', 'hpxml_schematron', 'EPvalidator.xml') - hpxml = HPXML.new(hpxml_path: hpxml_defaults_path, schema_path: xsd_path, schematron_path: stron_path) # Validate in.xml to ensure it can be run back through OS-HPXML + hpxml = HPXML.new(hpxml_path: hpxml_defaults_path, schema_validator: @schema_validator, schematron_validator: @schematron_validator) # Validate in.xml to ensure it can be run back through OS-HPXML if not hpxml.errors.empty? puts 'ERRORS:' hpxml.errors.each do |error| @@ -349,17 +387,19 @@ def _run_xml(xml, worker_num = nil) flunk "EPvalidator.xml error in #{hpxml_defaults_path}." end bill_results = _get_bill_results(bills_csv_path) - results = _get_simulation_results(annual_csv_path, xml, hpxml) + results = _get_simulation_results(annual_csv_path, xml) _verify_outputs(rundir, xml, results, hpxml) return results, bill_results end - def _get_simulation_results(annual_csv_path, xml, hpxml) + def _get_simulation_results(annual_csv_path, xml) # Grab all outputs from reporting measure CSV annual results results = {} CSV.foreach(annual_csv_path) do |row| next if row.nil? || (row.size < 2) + next if row[0].start_with? 'System Use:' + next if row[0].start_with? 'Emissions:' results[row[0]] = Float(row[1]) end @@ -372,17 +412,17 @@ def _get_simulation_results(annual_csv_path, xml, hpxml) total_clg_load_delivered = results['Load: Cooling: Delivered (MBtu)'] abs_htg_load_delta = (total_htg_load_delivered - sum_component_htg_loads).abs abs_clg_load_delta = (total_clg_load_delivered - sum_component_clg_loads).abs - avg_htg_load = ([total_htg_load_delivered, abs_htg_load_delta].sum / 2.0) - avg_clg_load = ([total_clg_load_delivered, abs_clg_load_delta].sum / 2.0) - abs_htg_load_frac = abs_htg_load_delta / avg_htg_load - abs_clg_load_frac = abs_clg_load_delta / avg_clg_load - # Check that the difference is less than 0.6MBtu or less than 10% - if hpxml.total_fraction_heat_load_served > 0 - assert((abs_htg_load_delta < 0.6) || (abs_htg_load_frac < 0.1)) + avg_htg_load = ([total_htg_load_delivered, sum_component_htg_loads].sum / 2.0) + avg_clg_load = ([total_clg_load_delivered, sum_component_clg_loads].sum / 2.0) + if avg_htg_load > 0 + abs_htg_load_frac = abs_htg_load_delta / avg_htg_load end - if hpxml.total_fraction_cool_load_served > 0 - assert((abs_clg_load_delta < 1.1) || (abs_clg_load_frac < 0.1)) + if avg_clg_load > 0 + abs_clg_load_frac = abs_clg_load_delta / avg_clg_load end + # Check that the difference is less than 1.5 MBtu or less than 10% + assert((abs_htg_load_delta < 1.5) || (!abs_htg_load_frac.nil? && abs_htg_load_frac < 0.1)) + assert((abs_clg_load_delta < 1.5) || (!abs_clg_load_frac.nil? && abs_clg_load_frac < 0.1)) end return results @@ -412,152 +452,175 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml) window.fraction_operable = nil end hpxml.collapse_enclosure_surfaces() + hpxml.delete_adiabatic_subsurfaces() # Check run.log warnings - File.readlines(File.join(rundir, 'run.log')).each do |log_line| - next if log_line.strip.empty? - next if log_line.start_with? 'Info: ' - next if log_line.start_with? 'Executing command' - next if log_line.include? "-cache.csv' could not be found; regenerating it." - next if log_line.include? 'Could not find state average' + File.readlines(File.join(rundir, 'run.log')).each do |message| + next if message.strip.empty? + next if message.start_with? 'Info: ' + next if message.start_with? 'Executing command' + next if message.include? 'Could not find state average' if hpxml_path.include? 'base-atticroof-conditioned.xml' - next if log_line.include?('Ducts are entirely within conditioned space but there is moderate leakage to the outside. Leakage to the outside is typically zero or near-zero in these situations, consider revising leakage values. Leakage will be modeled as heat lost to the ambient environment.') + next if message.include?('Ducts are entirely within conditioned space but there is moderate leakage to the outside. Leakage to the outside is typically zero or near-zero in these situations, consider revising leakage values. Leakage will be modeled as heat lost to the ambient environment.') end if hpxml.clothes_washers.empty? - next if log_line.include? 'No clothes washer specified, the model will not include clothes washer energy use.' + next if message.include? 'No clothes washer specified, the model will not include clothes washer energy use.' end if hpxml.clothes_dryers.empty? - next if log_line.include? 'No clothes dryer specified, the model will not include clothes dryer energy use.' + next if message.include? 'No clothes dryer specified, the model will not include clothes dryer energy use.' end if hpxml.dishwashers.empty? - next if log_line.include? 'No dishwasher specified, the model will not include dishwasher energy use.' + next if message.include? 'No dishwasher specified, the model will not include dishwasher energy use.' end if hpxml.refrigerators.empty? - next if log_line.include? 'No refrigerator specified, the model will not include refrigerator energy use.' + next if message.include? 'No refrigerator specified, the model will not include refrigerator energy use.' end if hpxml.cooking_ranges.empty? - next if log_line.include? 'No cooking range specified, the model will not include cooking range/oven energy use.' + next if message.include? 'No cooking range specified, the model will not include cooking range/oven energy use.' end if hpxml.water_heating_systems.empty? - next if log_line.include? 'No water heating specified, the model will not include water heating energy use.' + next if message.include? 'No water heating specified, the model will not include water heating energy use.' end if (hpxml.heating_systems + hpxml.heat_pumps).select { |h| h.fraction_heat_load_served.to_f > 0 }.empty? - next if log_line.include? 'No space heating specified, the model will not include space heating energy use.' + next if message.include? 'No space heating specified, the model will not include space heating energy use.' end if (hpxml.cooling_systems + hpxml.heat_pumps).select { |c| c.fraction_cool_load_served.to_f > 0 }.empty? - next if log_line.include? 'No space cooling specified, the model will not include space cooling energy use.' + next if message.include? 'No space cooling specified, the model will not include space cooling energy use.' end if hpxml.plug_loads.select { |p| p.plug_load_type == HPXML::PlugLoadTypeOther }.empty? - next if log_line.include? "No '#{HPXML::PlugLoadTypeOther}' plug loads specified, the model will not include misc plug load energy use." + next if message.include? "No '#{HPXML::PlugLoadTypeOther}' plug loads specified, the model will not include misc plug load energy use." end if hpxml.plug_loads.select { |p| p.plug_load_type == HPXML::PlugLoadTypeTelevision }.empty? - next if log_line.include? "No '#{HPXML::PlugLoadTypeTelevision}' plug loads specified, the model will not include television plug load energy use." + next if message.include? "No '#{HPXML::PlugLoadTypeTelevision}' plug loads specified, the model will not include television plug load energy use." end if hpxml.lighting_groups.empty? - next if log_line.include? 'No lighting specified, the model will not include lighting energy use.' + next if message.include? 'No interior lighting specified, the model will not include interior lighting energy use.' + next if message.include? 'No exterior lighting specified, the model will not include exterior lighting energy use.' + next if message.include? 'No garage lighting specified, the model will not include garage lighting energy use.' end if hpxml.windows.empty? - next if log_line.include? 'No windows specified, the model will not include window heat transfer.' + next if message.include? 'No windows specified, the model will not include window heat transfer.' end if hpxml.pv_systems.empty? && !hpxml.batteries.empty? && hpxml.header.schedules_filepaths.empty? - next if log_line.include? 'Battery without PV specified, and no charging/discharging schedule provided; battery is assumed to operate as backup and will not be modeled.' + next if message.include? 'Battery without PV specified, and no charging/discharging schedule provided; battery is assumed to operate as backup and will not be modeled.' end if hpxml_path.include? 'base-location-capetown-zaf.xml' - next if log_line.include? 'OS Message: Minutes field (60) on line 9 of EPW file' - next if log_line.include? 'Could not find a marginal Electricity rate.' - next if log_line.include? 'Could not find a marginal Natural Gas rate.' + next if message.include? 'OS Message: Minutes field (60) on line 9 of EPW file' + next if message.include? 'Could not find a marginal Electricity rate.' + next if message.include? 'Could not find a marginal Natural Gas rate.' end if !hpxml.hvac_distributions.select { |d| d.distribution_system_type == HPXML::HVACDistributionTypeDSE }.empty? - next if log_line.include? 'DSE is not currently supported when calculating utility bills.' + next if message.include? 'DSE is not currently supported when calculating utility bills.' + end + if !hpxml.header.unavailable_periods.select { |up| up.column_name == 'Power Outage' }.empty? + next if message.include? 'It is not possible to eliminate all HVAC energy use (e.g. crankcase/defrost energy) in EnergyPlus during an unavailable period.' + next if message.include? 'It is not possible to eliminate all water heater energy use (e.g. parasitics) in EnergyPlus during an unavailable period.' + end + if hpxml_path.include? 'base-location-AMY-2012.xml' + next if message.include? 'No design condition info found; calculating design conditions from EPW weather data.' end - flunk "Unexpected run.log warning found for #{File.basename(hpxml_path)}: #{log_line}" + flunk "Unexpected run.log message found for #{File.basename(hpxml_path)}: #{message}" end - # Check for unexpected warnings + # Check for unexpected eplusout.err messages + messages = [] + message = nil File.readlines(File.join(rundir, 'eplusout.err')).each do |err_line| - next unless err_line.include? '** Warning **' + if err_line.include?('** Warning **') || err_line.include?('** Severe **') || err_line.include?('** Fatal **') + messages << message unless message.nil? + message = err_line + else + message += err_line unless message.nil? + end + end + messages.each do |message| # General - next if err_line.include? 'Schedule:Constant="ALWAYS ON CONTINUOUS", Blank Schedule Type Limits Name input' - next if err_line.include? 'Schedule:Constant="ALWAYS OFF DISCRETE", Blank Schedule Type Limits Name input' - next if err_line.include? 'Entered Zone Volumes differ from calculated zone volume' - next if err_line.include? 'PerformancePrecisionTradeoffs: Carroll MRT radiant exchange method is selected.' - next if err_line.include?('CalculateZoneVolume') && err_line.include?('not fully enclosed') - next if err_line.include? 'do not define an enclosure' - next if err_line.include? 'Pump nominal power or motor efficiency is set to 0' - next if err_line.include? 'volume flow rate per watt of rated total cooling capacity is out of range' - next if err_line.include? 'volume flow rate per watt of rated total heating capacity is out of range' - next if err_line.include? 'Timestep: Requested number' - next if err_line.include? 'The Standard Ratings is calculated for' - next if err_line.include?('WetBulb not converged after') && err_line.include?('iterations(PsyTwbFnTdbWPb)') - next if err_line.include? 'Inside surface heat balance did not converge with Max Temp Difference' - next if err_line.include? 'Inside surface heat balance convergence problem continues' - next if err_line.include? 'Missing temperature setpoint for LeavingSetpointModulated mode' # These warnings are fine, simulation continues with assigning plant loop setpoint to boiler, which is the expected one - next if err_line.include?('Glycol: Temperature') && err_line.include?('out of range (too low) for fluid') - next if err_line.include?('Glycol: Temperature') && err_line.include?('out of range (too high) for fluid') - next if err_line.include? 'Plant loop exceeding upper temperature limit' - next if err_line.include? 'Plant loop falling below lower temperature limit' - next if err_line.include?('Foundation:Kiva') && err_line.include?('wall surfaces with more than four vertices') # TODO: Check alternative approach - next if err_line.include? 'Temperature out of range [-100. to 200.] (PsyPsatFnTemp)' - next if err_line.include? 'Enthalpy out of range (PsyTsatFnHPb)' - next if err_line.include? 'Full load outlet air dry-bulb temperature < 2C. This indicates the possibility of coil frost/freeze.' - next if err_line.include? 'Full load outlet temperature indicates a possibility of frost/freeze error continues.' - next if err_line.include? 'Air-cooled condenser inlet dry-bulb temperature below 0 C.' - next if err_line.include? 'Low condenser dry-bulb temperature error continues.' - next if err_line.include? 'Coil control failed' - next if err_line.include? 'sensible part-load ratio out of range error continues' - next if err_line.include? 'Iteration limit exceeded in calculating sensible part-load ratio error continues' - next if err_line.include?('setupIHGOutputs: Output variables=Zone Other Equipment') && err_line.include?('are not available.') - next if err_line.include?('setupIHGOutputs: Output variables=Space Other Equipment') && err_line.include?('are not available') - next if err_line.include? 'Actual air mass flow rate is smaller than 25% of water-to-air heat pump coil rated air flow rate.' # FUTURE: Remove this when https://github.com/NREL/EnergyPlus/issues/9125 is resolved - next if err_line.include? 'DetailedSkyDiffuseModeling is chosen but not needed as either the shading transmittance for shading devices does not change throughout the year' - next if err_line.include? 'View factors not complete' - next if err_line.include?('CheckSimpleWAHPRatedCurvesOutputs') && err_line.include?('WaterToAirHeatPump:EquationFit') # FIXME: Check these + next if message.include? 'Schedule:Constant="ALWAYS ON CONTINUOUS", Blank Schedule Type Limits Name input' + next if message.include? 'Schedule:Constant="ALWAYS OFF DISCRETE", Blank Schedule Type Limits Name input' + next if message.include? 'Entered Zone Volumes differ from calculated zone volume' + next if message.include? 'PerformancePrecisionTradeoffs: Carroll MRT radiant exchange method is selected.' + next if message.include?('CalculateZoneVolume') && message.include?('not fully enclosed') + next if message.include? 'do not define an enclosure' + next if message.include? 'Pump nominal power or motor efficiency is set to 0' + next if message.include? 'volume flow rate per watt of rated total cooling capacity is out of range' + next if message.include? 'volume flow rate per watt of rated total heating capacity is out of range' + next if message.include? 'Timestep: Requested number' + next if message.include? 'The Standard Ratings is calculated for' + next if message.include?('WetBulb not converged after') && message.include?('iterations(PsyTwbFnTdbWPb)') + next if message.include? 'Inside surface heat balance did not converge with Max Temp Difference' + next if message.include? 'Inside surface heat balance convergence problem continues' + next if message.include? 'Missing temperature setpoint for LeavingSetpointModulated mode' # These warnings are fine, simulation continues with assigning plant loop setpoint to boiler, which is the expected one + next if message.include?('Glycol: Temperature') && message.include?('out of range (too low) for fluid') + next if message.include?('Glycol: Temperature') && message.include?('out of range (too high) for fluid') + next if message.include? 'Plant loop exceeding upper temperature limit' + next if message.include? 'Plant loop falling below lower temperature limit' + next if message.include?('Foundation:Kiva') && message.include?('wall surfaces with more than four vertices') # TODO: Check alternative approach + next if message.include? 'Temperature out of range [-100. to 200.] (PsyPsatFnTemp)' + next if message.include? 'Enthalpy out of range (PsyTsatFnHPb)' + next if message.include? 'Full load outlet air dry-bulb temperature < 2C. This indicates the possibility of coil frost/freeze.' + next if message.include? 'Full load outlet temperature indicates a possibility of frost/freeze error continues.' + next if message.include? 'Air-cooled condenser inlet dry-bulb temperature below 0 C.' + next if message.include? 'Low condenser dry-bulb temperature error continues.' + next if message.include? 'Coil control failed' + next if message.include? 'sensible part-load ratio out of range error continues' + next if message.include? 'Iteration limit exceeded in calculating sensible part-load ratio error continues' + next if message.include?('setupIHGOutputs: Output variables=Zone Other Equipment') && message.include?('are not available.') + next if message.include?('setupIHGOutputs: Output variables=Space Other Equipment') && message.include?('are not available') + next if message.include? 'Actual air mass flow rate is smaller than 25% of water-to-air heat pump coil rated air flow rate.' # FUTURE: Remove this when https://github.com/NREL/EnergyPlus/issues/9125 is resolved + next if message.include? 'DetailedSkyDiffuseModeling is chosen but not needed as either the shading transmittance for shading devices does not change throughout the year' + next if message.include? 'View factors not complete' + next if message.include?('CheckSimpleWAHPRatedCurvesOutputs') && message.include?('WaterToAirHeatPump:EquationFit') # FIXME: Check these # HPWHs if hpxml.water_heating_systems.select { |wh| wh.water_heater_type == HPXML::WaterHeaterTypeHeatPump }.size > 0 - next if err_line.include? 'Recovery Efficiency and Energy Factor could not be calculated during the test for standard ratings' - next if err_line.include? 'SimHVAC: Maximum iterations (20) exceeded for all HVAC loops' - next if err_line.include? 'Rated air volume flow rate per watt of rated total water heating capacity is out of range' - next if err_line.include? 'For object = Coil:WaterHeating:AirToWaterHeatPump:Wrapped' - next if err_line.include? 'Enthalpy out of range (PsyTsatFnHPb)' + next if message.include? 'Recovery Efficiency and Energy Factor could not be calculated during the test for standard ratings' + next if message.include? 'SimHVAC: Maximum iterations (20) exceeded for all HVAC loops' + next if message.include? 'Rated air volume flow rate per watt of rated total water heating capacity is out of range' + next if message.include? 'For object = Coil:WaterHeating:AirToWaterHeatPump:Wrapped' + next if message.include? 'Enthalpy out of range (PsyTsatFnHPb)' + next if message.include?('CheckWarmupConvergence: Loads Initialization') && message.include?('did not converge after 25 warmup days') end if hpxml.water_heating_systems.select { |wh| wh.water_heater_type == HPXML::WaterHeaterTypeHeatPump && wh.location == HPXML::LocationOtherExterior }.size > 0 - next if err_line.include? 'Water heater tank set point temperature is greater than or equal to the cut-in temperature of the heat pump water heater.' + next if message.include? 'Water heater tank set point temperature is greater than or equal to the cut-in temperature of the heat pump water heater.' end # Stratified tank WHs if hpxml.water_heating_systems.select { |wh| wh.tank_model_type == HPXML::WaterHeaterTankModelTypeStratified }.size > 0 - next if err_line.include? 'Recovery Efficiency and Energy Factor could not be calculated during the test for standard ratings' + next if message.include? 'Recovery Efficiency and Energy Factor could not be calculated during the test for standard ratings' end # HP defrost curves if hpxml.heat_pumps.select { |hp| [HPXML::HVACTypeHeatPumpAirToAir, HPXML::HVACTypeHeatPumpMiniSplit, HPXML::HVACTypeHeatPumpPTHP, HPXML::HVACTypeHeatPumpRoom].include? hp.heat_pump_type }.size > 0 - next if err_line.include?('GetDXCoils: Coil:Heating:DX') && err_line.include?('curve values') + next if message.include?('GetDXCoils: Coil:Heating:DX') && message.include?('curve values') end if hpxml.cooling_systems.select { |c| c.cooling_system_type == HPXML::HVACTypeEvaporativeCooler }.size > 0 # Evap cooler model is not really using Controller:MechanicalVentilation object, so these warnings of ignoring some features are fine. # OS requires a Controller:MechanicalVentilation to be attached to the oa controller, however it's not required by E+. # Manually removing Controller:MechanicalVentilation from idf eliminates these two warnings. # FUTURE: Can we update OS to allow removing it? - next if err_line.include?('Zone') && err_line.include?('is not accounted for by Controller:MechanicalVentilation object') - next if err_line.include?('PEOPLE object for zone') && err_line.include?('is not accounted for by Controller:MechanicalVentilation object') + next if message.include?('Zone') && message.include?('is not accounted for by Controller:MechanicalVentilation object') + next if message.include?('PEOPLE object for zone') && message.include?('is not accounted for by Controller:MechanicalVentilation object') # "The only valid controller type for an AirLoopHVAC is Controller:WaterCoil.", evap cooler doesn't need one. - next if err_line.include?('GetAirPathData: AirLoopHVAC') && err_line.include?('has no Controllers') + next if message.include?('GetAirPathData: AirLoopHVAC') && message.include?('has no Controllers') # input "Autosize" for Fixed Minimum Air Flow Rate is added by OS translation, now set it to 0 to skip potential sizing process, though no way to prevent this warning. - next if err_line.include? 'Since Zone Minimum Air Flow Input Method = CONSTANT, input for Fixed Minimum Air Flow Rate will be ignored' + next if message.include? 'Since Zone Minimum Air Flow Input Method = CONSTANT, input for Fixed Minimum Air Flow Rate will be ignored' end if hpxml.hvac_distributions.select { |d| d.air_type.to_s == HPXML::AirTypeFanCoil }.size > 0 - next if err_line.include? 'In calculating the design coil UA for Coil:Cooling:Water' # Warning for unused cooling coil for fan coil + next if message.include? 'In calculating the design coil UA for Coil:Cooling:Water' # Warning for unused cooling coil for fan coil end if hpxml_path.include?('ground-to-air-heat-pump-cooling-only.xml') || hpxml_path.include?('ground-to-air-heat-pump-heating-only.xml') - next if err_line.include? 'COIL:HEATING:WATERTOAIRHEATPUMP:EQUATIONFIT' # heating capacity is > 20% different than cooling capacity; safe to ignore + next if message.include? 'COIL:HEATING:WATERTOAIRHEATPUMP:EQUATIONFIT' # heating capacity is > 20% different than cooling capacity; safe to ignore end if hpxml.solar_thermal_systems.size > 0 - next if err_line.include? 'Supply Side is storing excess heat the majority of the time.' + next if message.include? 'Supply Side is storing excess heat the majority of the time.' + end + if !hpxml.header.unavailable_periods.empty? + next if message.include? 'Target water temperature is greater than the hot water temperature' + next if message.include? 'Target water temperature should be less than or equal to the hot water temperature' end - flunk "Unexpected eplusout.err warning found for #{File.basename(hpxml_path)}: #{err_line}" + flunk "Unexpected eplusout.err message found for #{File.basename(hpxml_path)}: #{message}" end # Check for unused objects/schedules/constructions warnings @@ -677,25 +740,22 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml) # nop elsif hpxml_path.include? 'real_homes' # nop - elsif hpxml_path.include? 'base-bldgtype-multifamily' - assert_equal(0, num_kiva_instances) # no foundation, above dwelling unit + elsif hpxml.building_construction.residential_facility_type == HPXML::ResidentialTypeApartment + # no foundation, above dwelling unit + assert_equal(0, num_kiva_instances) + elsif hpxml.slabs.empty? + assert_equal(0, num_kiva_instances) else - num_expected_kiva_instances = { 'base-foundation-ambient.xml' => 0, # no foundation in contact w/ ground - 'base-enclosure-floortypes.xml' => 0, # no foundation in contact w/ ground - 'base-foundation-multiple.xml' => 2, # additional instance for 2nd foundation type + num_expected_kiva_instances = { 'base-foundation-multiple.xml' => 2, # additional instance for 2nd foundation type 'base-enclosure-2stories-garage.xml' => 2, # additional instance for garage 'base-foundation-basement-garage.xml' => 2, # additional instance for garage 'base-enclosure-garage.xml' => 2, # additional instance for garage 'base-foundation-walkout-basement.xml' => 4, # 3 foundation walls plus a no-wall exposed perimeter 'base-foundation-complex.xml' => 10, # lots of foundations for testing - 'base-enclosure-split-surfaces2.xml' => 81, # lots of foundations for testing 'base-pv-battery-garage.xml' => 2 } # additional instance for garage - - if not num_expected_kiva_instances[File.basename(hpxml_path)].nil? - assert_equal(num_expected_kiva_instances[File.basename(hpxml_path)], num_kiva_instances) - else - assert_equal(1, num_kiva_instances) - end + num_expected = num_expected_kiva_instances[File.basename(hpxml_path)] + num_expected = 1 if num_expected.nil? + assert_equal(num_expected, num_kiva_instances) end # Enclosure Foundation Slabs @@ -948,11 +1008,11 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml) assert_in_epsilon(hpxml_value, sql_value, 0.01) # Tilt - if subsurface.respond_to? :wall_idref + if subsurface.is_a? HPXML::Window query = "SELECT Value FROM TabularDataWithStrings WHERE ReportName='EnvelopeSummary' AND ReportForString='Entire Facility' AND TableName='#{table_name}' AND RowName='#{subsurface_id}' AND ColumnName='Tilt' AND Units='deg'" sql_value = sqlFile.execAndReturnFirstDouble(query).get assert_in_epsilon(90.0, sql_value, 0.01) - elsif subsurface.respond_to? :roof_idref + elsif subsurface.is_a? HPXML::Skylight hpxml_value = nil hpxml.roofs.each do |roof| next if roof.id != subsurface.roof_idref @@ -1045,10 +1105,10 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml) fan_gj += fan_bal.map { |vent_mech| UnitConversions.convert(vent_mech.unit_fan_power * vent_mech.hours_in_operation * 365.0, 'Wh', 'GJ') }.sum(0.0) end if not vent_fan_kitchen.empty? - fan_gj += vent_fan_kitchen.map { |vent_kitchen| UnitConversions.convert(vent_kitchen.unit_fan_power * vent_kitchen.hours_in_operation * vent_kitchen.quantity * 365.0, 'Wh', 'GJ') }.sum(0.0) + fan_gj += vent_fan_kitchen.map { |vent_kitchen| UnitConversions.convert(vent_kitchen.unit_fan_power * vent_kitchen.hours_in_operation * vent_kitchen.count * 365.0, 'Wh', 'GJ') }.sum(0.0) end if not vent_fan_bath.empty? - fan_gj += vent_fan_bath.map { |vent_bath| UnitConversions.convert(vent_bath.unit_fan_power * vent_bath.hours_in_operation * vent_bath.quantity * 365.0, 'Wh', 'GJ') }.sum(0.0) + fan_gj += vent_fan_bath.map { |vent_bath| UnitConversions.convert(vent_bath.unit_fan_power * vent_bath.hours_in_operation * vent_bath.count * 365.0, 'Wh', 'GJ') }.sum(0.0) end # Maximum error that can be caused by rounding assert_in_delta(mv_energy, fan_gj, 0.006) @@ -1077,7 +1137,12 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml) # Lighting ltg_energy = results.select { |k, _v| k.include? 'End Use: Electricity: Lighting' }.values.sum(0.0) - assert_equal(hpxml.lighting_groups.size > 0, ltg_energy > 0) + if not (hpxml_path.include?('vacancy-year-round') || hpxml_path.include?('residents-0')) + assert_equal(hpxml.lighting_groups.size > 0, ltg_energy > 0) + else + assert_operator(hpxml.lighting_groups.size, :>, 0) + assert_equal(0, ltg_energy) + end # Get fuels htg_fuels = [] diff --git a/example_files/resources/meta_measure.rb b/example_files/resources/meta_measure.rb index b9616906..e4cb87b6 100644 --- a/example_files/resources/meta_measure.rb +++ b/example_files/resources/meta_measure.rb @@ -1,31 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2022, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. -# -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: -# -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. -# -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. -# -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-cli/blob/develop/LICENSE.md # ********************************************************************************* # frozen_string_literal: true diff --git a/example_files/xml_building/17/README.md b/example_files/xml_building/17/README.md index 860e5dfa..47ae7c4b 100644 --- a/example_files/xml_building/17/README.md +++ b/example_files/xml_building/17/README.md @@ -1,4 +1,4 @@ -The HPXML files contained in this folder may need to be re-generated due to HPXML schema updates. They are generated by modifying properties of `id=17` in `example_project_combined.csv` to: +The HPXML files contained in this folder may need to be re-generated due to HPXML schema updates. They are generated by modifying properties of `id=17` in `example_project_combined.json` to: ```json "type": "Feature", @@ -20,5 +20,5 @@ The HPXML files contained in this folder may need to be re-generated due to HPXM "template": "Residential IECC 2015 - Customizable Template Sep 2020" } ``` - -as well as opening each HPXML file and removing the entire `` line. They are then copied (overwritten) back into this folder. + +as well as opening each HPXML file (unit 1.xml, etc) and removing the entire `` line (if present). They are then copied (overwritten) back into this folder. diff --git a/lib/uo_cli.rb b/lib/uo_cli.rb index aedc7faf..3cfff78a 100755 --- a/lib/uo_cli.rb +++ b/lib/uo_cli.rb @@ -1,43 +1,8 @@ #!/usr/bin/ ruby # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. - -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: - -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. - -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. - -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. - -# Redistribution of this software, without modification, must refer to the software -# by the same designation. Redistribution of a modified version of this software -# (i) may not refer to the modified version by the same designation, or by any -# confusingly similar designation, and (ii) must refer to the underlying software -# originally provided by Alliance as “URBANopt”. Except to comply with the foregoing, -# the term “URBANopt”, or any confusingly similar designation may not be used to -# refer to any modified version of this software or any modified version of the -# underlying software originally provided by Alliance without the prior written -# consent of Alliance. - -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-cli/blob/develop/LICENSE.md # ********************************************************************************* require 'uo_cli/version' diff --git a/lib/uo_cli/version.rb b/lib/uo_cli/version.rb index f4a636b7..b73c1d9c 100644 --- a/lib/uo_cli/version.rb +++ b/lib/uo_cli/version.rb @@ -1,45 +1,10 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. - -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: - -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. - -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. - -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. - -# Redistribution of this software, without modification, must refer to the software -# by the same designation. Redistribution of a modified version of this software -# (i) may not refer to the modified version by the same designation, or by any -# confusingly similar designation, and (ii) must refer to the underlying software -# originally provided by Alliance as “URBANopt”. Except to comply with the foregoing, -# the term “URBANopt”, or any confusingly similar designation may not be used to -# refer to any modified version of this software or any modified version of the -# underlying software originally provided by Alliance without the prior written -# consent of Alliance. - -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-cli/blob/develop/LICENSE.md # ********************************************************************************* module URBANopt module CLI - VERSION = '0.9.3'.freeze + VERSION = '0.10.0'.freeze end end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 75a12949..bc37b7fc 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,41 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. - -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: - -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. - -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. - -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. - -# Redistribution of this software, without modification, must refer to the software -# by the same designation. Redistribution of a modified version of this software -# (i) may not refer to the modified version by the same designation, or by any -# confusingly similar designation, and (ii) must refer to the underlying software -# originally provided by Alliance as “URBANopt”. Except to comply with the foregoing, -# the term “URBANopt”, or any confusingly similar designation may not be used to -# refer to any modified version of this software or any modified version of the -# underlying software originally provided by Alliance without the prior written -# consent of Alliance. - -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-cli/blob/develop/LICENSE.md # ********************************************************************************* # require 'simplecov' diff --git a/spec/uo_cli_spec.rb b/spec/uo_cli_spec.rb index 93c9d710..23d0a0d7 100644 --- a/spec/uo_cli_spec.rb +++ b/spec/uo_cli_spec.rb @@ -1,41 +1,6 @@ # ********************************************************************************* -# URBANopt™, Copyright (c) 2019-2023, Alliance for Sustainable Energy, LLC, and other -# contributors. All rights reserved. - -# Redistribution and use in source and binary forms, with or without modification, -# are permitted provided that the following conditions are met: - -# Redistributions of source code must retain the above copyright notice, this list -# of conditions and the following disclaimer. - -# Redistributions in binary form must reproduce the above copyright notice, this -# list of conditions and the following disclaimer in the documentation and/or other -# materials provided with the distribution. - -# Neither the name of the copyright holder nor the names of its contributors may be -# used to endorse or promote products derived from this software without specific -# prior written permission. - -# Redistribution of this software, without modification, must refer to the software -# by the same designation. Redistribution of a modified version of this software -# (i) may not refer to the modified version by the same designation, or by any -# confusingly similar designation, and (ii) must refer to the underlying software -# originally provided by Alliance as “URBANopt”. Except to comply with the foregoing, -# the term “URBANopt”, or any confusingly similar designation may not be used to -# refer to any modified version of this software or any modified version of the -# underlying software originally provided by Alliance without the prior written -# consent of Alliance. - -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND -# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, -# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE -# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -# OF THE POSSIBILITY OF SUCH DAMAGE. +# URBANopt (tm), Copyright (c) Alliance for Sustainable Energy, LLC. +# See also https://github.com/urbanopt/urbanopt-cli/blob/develop/LICENSE.md # ********************************************************************************* require 'json' diff --git a/uo_cli.gemspec b/uo_cli.gemspec index fa9719be..ea8e1693 100644 --- a/uo_cli.gemspec +++ b/uo_cli.gemspec @@ -34,14 +34,13 @@ Gem::Specification.new do |spec| # use specific versions of urbanopt and openstudio dependencies while under heavy development spec.add_runtime_dependency 'optimist', '~> 3' - spec.add_runtime_dependency 'urbanopt-geojson', '~> 0.9.0' - spec.add_runtime_dependency 'urbanopt-reopt', '~> 0.9.0' - spec.add_runtime_dependency 'urbanopt-reporting', '~> 0.7.0' - spec.add_runtime_dependency 'urbanopt-rnm-us', '~> 0.5.0' - spec.add_runtime_dependency 'urbanopt-scenario', '~> 0.9.0' + spec.add_runtime_dependency 'urbanopt-geojson', '~> 0.10.0' + spec.add_runtime_dependency 'urbanopt-reopt', '~> 0.10.0' + spec.add_runtime_dependency 'urbanopt-reporting', '~> 0.8.0' + spec.add_runtime_dependency 'urbanopt-rnm-us', '~> 0.6.0' + spec.add_runtime_dependency 'urbanopt-scenario', '~> 0.10.0' - - spec.add_development_dependency 'bundler', '>= 2.1.0' + spec.add_development_dependency 'bundler', '~> 2.1' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.9' spec.add_development_dependency 'rubocop', '~> 1.15.0'